body {
    background: #F5F5F5;
}

.fixedTop {
    top: 0;
    left: 0;
    right: 0;
    background: #1D53FF;
    color: #fff;
    font-size: 0.15rem;
    z-index: 1;
}



.fixedTop p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0.15rem;
}

.main {
    padding-top: 0.41rem;
    color: #000B25;
}

.detail {}

.detail .con {
    background: #fff;
    padding: 0.12rem 0.15rem;
    margin-bottom: 0.1rem;
}

.detail .title h1 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.detail .company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.18rem 0;
}

.detail .companyname {
    color: #000B26;
    font-size: 0.13rem;
    width: 2.2rem;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.detail .goyunjiaohui {
    color: #FFFFFF;
    font-size: 0.12rem;
    display: flex;
    align-items: center;
    background: -moz-linear-gradient(right, #E13427, #EC6134);
    background: -webkit-linear-gradient(right, #E13427, #EC6134);
    background: -o-linear-gradient(right, #E13427, #EC6134);
    background: -ms-linear-gradient(right, #E13427, #EC6134);
    border-radius: 100px;
    padding: 0.06rem 0.1rem;
}

.detail .goyunjiaohui img {
    width: 0.05rem;
    margin-left: 0.05rem;
}

.detail .liangdian {
    margin-bottom: 0.12rem;
}

.detail .info p {
    font-size: 0.14rem;
    line-height: 0.25rem;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
}

.detail .info .tit {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.detail .info .getmobile {
    margin-left: 0.1rem;
    padding: 0.01rem 0.08rem 0;
    background: #1D53FF;
    border-radius: 5px;
    color: #fff;
    font-size: 0.12rem;
}

.detail .info img {
    margin-top: 0.1rem;
}

.detail .operate {
    display: flex;
    justify-content: center;
    margin: 0.25rem 0 0.1rem;
}

.detail .haibao img {
    width: 0.55rem;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
}

.detail .haibao p {
    color: #3C465B;
    font-size: 0.12rem;
    margin-top: 0.1rem;
    text-align: center;
}

.detail .zanBox {
    margin-right: 0.45rem;
    text-align: center;
    color: #3C465B;
    font-size: 0.12rem;
}

.detail .zan {
    border: 1px solid #E2E2E2;
    width: 0.55rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto 0.1rem;
}

.detail .zan p {
    margin-top: 0.05rem;
}

.detail .zan img {
    width: 0.18rem;
    margin-bottom: 0.05rem;
}

.detail .yizan {
    color: #fff;
    background: #FF5858;
    border: none;
}

.detail .product .tit {
    font-size: 0.16rem;
    font-weight: bold;
}

.detail .product ul {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.detail .product ul li {
    border-radius: 10px;
    background: #fff;
    width: 48.5%;
    margin-bottom: 0.1rem;
}

.detail .product .listImg {
    border-radius: 10px 10px 0 0;
}

.detail .product .listImg img {
    border-radius: 10px 10px 0 0;
}

.detail .product .listname {
    font-size: 0.14rem;
    height: 0.4rem;
    font-weight: bold;
    padding: 0 0.14rem;
    margin: 0.1rem 0;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.detail .product .listbottom {
    color: #3C465B;
    font-size: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.05rem 0.14rem 0.15rem;
}

.detail .product .listbottom .company {
    display: block;
    margin: 0;
}

.poster {
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.posterCon .posterImg {
    width: 78%;
    margin: 0 auto;
}

.poster .posterBtn {
    text-align: center;
    margin-top: 0.15rem;
}

.poster .posterBtn span {
    display: inline-block;
    color: #fff;
    font-size: 0.14rem;
    background: #1D53FF;
    padding: 0.11rem 0.5rem;
    border-radius: 100px;
}

.posterCon .close {
    width: 0.25rem;
    margin: 0.25rem auto;
}

.login {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.loginCon {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 25px 18px;
    width: 75%;
}

.login .close {
    position: absolute;
    width: 12px;
    padding: 10px;
    right: 5px;
    top: 5px;
}

.login .loginTit {
    color: #000B25;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.login .msg {
    text-align: center;
    margin-bottom: 20px;
}

.login .msg span {
    color: #FF2C2C;
    font-size: 12px;
}

.login .msg1 {
    text-align: left;
}

.login .msg1 span {
    padding-left: 18px;
}

.login .group {
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    margin-bottom: 10px;
}

.login .group p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 15px;
}

.login .group p input {
    font-size: 14px;
    border: none;
}

.login .group .smscode {
    width: 60%;
}

.login .group .sms {
    color: #1D53FF;
}

.login .group .sms1 {
    color: #A9ACB9;
}

.login .btn {
    border-radius: 4px;
    background: #1D53FF;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 12px 0;
    margin-top: 15px;
}

.login input::-moz-placeholder {
    color: #A9ACB9;
}

.login input::-webkit-input-placeholder {
    color: #A9ACB9;
}

.publishBody {
    background: #fff;
}

.publishTop {
    background: none;
}

.publishTop .con {
    max-width: 750px;
    margin: 0 auto;
    background: #1D53FF;
}

.form {
    padding-bottom: 0.2rem;
    padding-top: 0.05rem;
}

.form .group {
    padding: 0.1rem 0.15rem 0.05rem;
}

.form .group .input,
.form .group .textarea {
    background: #FAFAFC;
    border: 1px solid #F0F4FA;
    border-radius: 4px;
    padding: 0.1rem;
    position: relative;
}

.form .group .input input {
    font-size: 0.14rem;
    width: 88%;
    border: none;
    outline: none;
    background: none;
}

.form .group .textarea textarea {
    font-size: 0.14rem;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    background: none;
    min-height: 1.3rem;
}

.form .group .zishu {
    color: #A9ACB9;
    font-size: 0.14rem;
    position: absolute;
    right: 0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.form .group .textarea .zishu {
    position: static;
    text-align: right;
    display: block;
}

.form .group .tit {
    color: #000000;
    font-size: 0.14rem;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.form .group .checkbox {
    display: flex;
    flex-wrap: wrap;
}

.form .group .checkbox p {
    color: #676D7D;
    font-size: 0.12rem;
    border-radius: 100px;
    border: 1px solid #676D7D;
    padding: 0.06rem 0.12rem;
    margin-right: 0.13rem;
    margin-bottom: 0.1rem;
}

.form .group .checkbox .active {
    background: #1D53FF;
    border: 1px solid #1D53FF;
    color: #fff;
}

/* .form .group .upload {
    display: flex;
    flex-wrap: wrap;
} */

.form .group .uploadBtn {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.form .group .uploadBtn img {
    width: 0.25rem;
}

.form .group .uploadBtn .file {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.form .group .uploadlist {
    display: flex;
    flex-wrap: wrap;
}

.form .group .uploadlist li {
    width: 1rem;
    height: 1rem;
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}

.form .group .uploadlist li .del {
    width: 0.14rem;
    position: absolute;
    right: 0.05rem;
    top: 0.05rem;
}

.photoBox {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photoCon {
    position: relative;
    width: 100%;
}

.photoBox .close {
    width: 0.15rem;
    position: absolute;
    right: 0.1rem;
    top: -0.3rem;
}

.photoBox #clipArea {
    height: 5rem;
    background: #6C6C6C;
}

.photoBox #clipBtn {
    background: #1D53FF;
    color: #fff;
    border: none;
    font-size: 0.16rem;
    padding: 0.05rem 0.5rem 0.06rem;
    border-radius: 5px;
    margin: 0.15rem auto;
    display: block;
}

.twpiczom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
}

.twpiczom .picimg img {
    max-width: 100%;
    max-height: 450px;
}

.pblclose {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 100;
    width: 50px;
    height: auto;
    display: block;
    text-align: center;
}

.pblclose img {
    width: 50%;
}

.picZom {
    width: 100%;
    height: 100%;
}

.picZom .pinch-zoom-container,
.picZom .pinch-zoom {
    width: 100%;
    height: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myBox {
    padding-top: 0.5rem;
}

.myFixed {
    background: none;
}

.myFixed .con {
    background: #fff;
    color: #000B25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0.1rem;
    padding-left: 0;
    max-width: 750px;
    margin: 0 auto;
}

.myFixed .icon img {
    width: 9px;
    padding: 0.1rem 0.2rem;
}

.myFixed div {
    flex: 1;
    display: flex;
}

.myFixed div p {
    flex: 1;
    text-align: center;
    display: block;
    padding: 0;
    font-size: 0.16rem;
}

.myFixed div p.active {
    color: #1D53FF;
    position: relative;
}

.myFixed div p.active::after {
    content: "";
    width: 0.25rem;
    height: 0.03rem;
    background: #1D53FF;
    border-radius: 100px;
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    right: 0;
    margin: auto;
}

.myBox .zanwu {
    color: #A9ACB9;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.3rem 0;
}

.myBox .list {
    padding: 0.15rem;
}

.myBox .listCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.myBox .list li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0.1rem;

}

.myBox .list .fabuli {
    display: flex;
    padding: 0.15rem;
    width: 100%;
}

.myBox .fabuli .listImg {
    width: 1.1rem;
    height: 1.1rem;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 0.1rem;
    position: relative;
}



.myBox .list .listImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myBox .list .listImg .hot {
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    padding: 0.02rem 0.08rem;
    color: #fff;
    font-size: 0.12rem;
}

.myBox .list .listRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.1rem;
}

.myBox .list .tit {
    color: #000B25;
    font-size: 0.14rem;
    margin-bottom: 0.15rem;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.myBox .list .desc {
    color: #A9ACB9;
    font-size: 0.12rem;
}

.myBox .listBtn {
    display: flex;
    justify-content: flex-end;
}

.myBox .listBtn span {
    font-size: 0.12rem;
    border-radius: 100px;
    padding: 0.08rem 0.23rem;
    display: inline-block;
}

.myBox .listBtn .del {
    color: #FF2D2D;
    border: 1px solid #FF2D2D;
    margin-right: 0.1rem;
}

.myBox .listBtn .edit {
    color: #1D53FF;
    border: 1px solid #1D53FF;
}

.myBox .zanli .listImg {
    border-radius: 10px 10px 0 0;
    width: 1.68rem;
    height: 1.68rem;
    position: relative;
    overflow: hidden;
}

.myBox .zanli {
    width: 1.68rem;
    padding-bottom: 0.2rem;
}

.myBox .zanli .tit {
    font-weight: bold;
    margin: 0.13rem;
}

.myBox .zanli .zanliBottom {
    margin: 0 0.13rem;
    display: flex;
    justify-content: space-between;
}

.myBox .zanli .company {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    width: 0.9rem;
}

.bangFixed {
    background: none;
}

.bangFixed .con {
    background: #fff;
    color: #000B25;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.1rem;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.bangFixed .icon img {
    width: 0.09rem;
    padding: 0.05rem;
}

.bangFixed p {
    flex: 1;
    justify-content: center;
}

.bangBtn {
    position: fixed;
    bottom: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;

}

.bangBtn p {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bangBtn span {
    background: #fff;
    color: #1D53FF;
    font-size: 0.14rem;
    padding: 0.13rem 0.25rem;
    border-radius: 4px;
}

.bangBtn span.no {
    background: #AAAAAA;
    color: #FFF;
}

.success .top {
    padding: 0.68rem 0 0.26rem;
    text-align: center;
    font-size: 0.17rem;
}

.success .top img {
    width: 0.72rem;
    margin: 0 auto 0.05rem;
}

.success .info {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100%;
    width: 3rem;
    margin: 0 auto;
    padding: 0.2rem;
    /* color: #935F27;
    font-size: 0.12rem; */
}

/* .success .info p {
    line-height: 0.2rem;
    margin-bottom: 0.1rem;
}

.success .info div {
    margin: 0.2rem 0;
}

.success .info div .tit {
    font-weight: bold;
    font-size: 0.14rem;
}

.success .info div p {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
}

.success .info div p img {
    width: 0.21rem;
    margin-right: 0.03rem;
} */

.success .info .btn {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.success .info .btn span {
    font-size: 0.14rem;
    background: url(../images/btn1.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.13rem 0.44rem;
}

.shareFixed {
    z-index: 10;
}