@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
.gray {
    background-color: #f5f5f5;
}
body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling:touch;
    /*overflow-x: hidden;*/
    font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";
}
a{
    color: #333333;
    text-decoration: none;
}
ul, li {
    list-style: none;
}
em, i {
    font-style: normal;
}
p{
    margin: 0;
    padding: 0;
}
.view{
    padding: .278rem;
}
/*.mt50 {*/
    /*margin-top: 50px;*/
/*}*/
/*.mt40 {*/
    /*margin-top: 40px;*/
/*}*/
.mt50 {
    padding-top: 50px !important;
}
.mt40 {
    padding-top: 40px !important;
}
.introduce{
    padding: 0;
}
.evaluation,
.goods-details,
.equipment,
.job,
.talent{
    padding: 0;
}
.layImgFa,
.layHead,
.layHead>div,
.evalHead a,
.goodIco,
.good-foot div,
.head .userIfo,
.imgS,
.resumeOf,
.chartO,
.layouts a,
.chartI a,
.chartI,
.userAdress,
.head,
.layoutA,
.layouts{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
.layHead,
.imgS,
.resumeOf,
.chartI,
.userAdress,
.head,
.layouts{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.evalHead a,
.goodIco,
.chartI a{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.layImgFa,
.layHead,
.layHead>div,
.evalHead a,
.goodIco,
.good-foot div,
.head .userIfo,
.imgS,
.resumeOf,
.chartO,
.layouts a,
.chartI a,
.chartI,
.userAdress,
.head,
.layoutA{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.goodIco{
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
}

.layouts a{
    margin-top: .238rem;
    text-align: center;
    width: 100%;
    background-color: #f1f3f7;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: .238rem .278rem;
}
.layImgFa,
.goodIco,
.imgS,
.layouts{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.layHead>div{
    flex: 1;
    -webkit-flex:1;
    -moz-flex:1;
    -ms-flex:1;
}



.layouts a img{
    width: 20%;
}

.layouts a span{
    font-size: .2rem;
    color: #9d9d9d;
}

.head_Infor{
    width: 80%;
}
.userImg{
    width: 19.5%;
}
.userImg img{
    border-radius: 50%;
    overflow: hidden;
}
.userAdress img,
.userImg img{
    width: 100%;
}

.userAdress a{
    width: 4%;
}
.userAdress p{
    width: 93%;
}
.bac{
    width: 100%;
    height: .2rem;
    background-color: #f5f5f5;
}
.chartI a{
    width: 50%;
}
.chartI img{
    width: 12%;
    margin-right: 10px;
}
.userText{
    padding: 0 .278rem;
}
.consult .head{
    padding-right: 0;
    padding-left: 0;
}
.job .head_Infor,
.consult .head_Infor{
    width: 100%;
}
.con img{
    width: 100%;
    margin: 10px 0;
}
.chartO>img{
    width: 19.5%;
}
.chartO>a{
    width: 7.2%;
}
.chartO div{
    width: 68.5%;
    padding: 0 .15rem;
}
.chartO a img{
    width: 100%;
}
.resumeOf{
    padding: 0 .278rem 10px;
}
.switch-cp__input {
    position: absolute;
    left: -9999px;
}
.switch-cp__input:checked~.switch-cp__box, .switch:checked {
    border-color: #099FFF;
    background-color: #099FFF;
}
.switch, .switch-cp__box {
    position: relative;
    width: 46px;
    height: 27px;
    border: 1px solid #dfdfdf;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #dfdfdf;
    -webkit-transition: background-color .1s,border .1s;
    transition: background-color .1s,border .1s;
}
.switch-cp__input:checked~.switch-cp__box:before, .switch:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.switch-cp__box:before, .switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 25px;
    border-radius: 15px;
    background-color: #fdfdfd;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.45,1,.4,1);
    transition: -webkit-transform .35s cubic-bezier(.45,1,.4,1);
    transition: transform .35s cubic-bezier(.45,1,.4,1);
    transition: transform .35s cubic-bezier(.45,1,.4,1),-webkit-transform .35s cubic-bezier(.45,1,.4,1);
}
.switch-cp__input:checked~.switch-cp__box:after, .switch:checked:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.switch-cp__box:after, .switch:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.4,.4,.25,1.35);
    transition: -webkit-transform .35s cubic-bezier(.4,.4,.25,1.35);
    transition: transform .35s cubic-bezier(.4,.4,.25,1.35);
    transition: transform .35s cubic-bezier(.4,.4,.25,1.35),-webkit-transform .35s cubic-bezier(.4,.4,.25,1.35);
}
.imgS{
    margin-top: 10px;
}
.imgS img{
    width: 100%;
    margin-bottom: 10px;
}
.bor{
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
}
.equipment .head_Infor{
    width: 100%;
}
.goodBan{
    display: inline-block;
}
.goodBan img{
    width: 100%;
}
.good-con{
    padding-bottom: .87rem;
}
.good-foot{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.good-foot div a:nth-of-type(1),
.good-foot div a:nth-of-type(2){
    border-right: 1px solid #f1f3f7;
}


.weui-photo-browser-modal.weui-photo-browser-modal-visible {
    opacity: 1;
}
.weui-photo-browser-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: black;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.weui-photo-browser-modal .swiper-container {
    height: 100%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.weui-photo-browser-modal .photo-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.weui-photo-browser-modal .photo-container img {
    max-width: 100%;
    margin-top: -30px;
}
.swiper-container {
    width: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* height: 6.926rem; */
}

@media screen and (min-width:320px){
    html{font-size:54px!important;}
    .view{
        font-size: 0;
    }
    h4{
        font-size: .3888rem;
        color: #333333;
        margin: 0 0 .222rem;
    }
    h4 span{
        font-weight: 200;
    }
    .source{
        font-size: .222rem;
        color: #999999;
        margin-bottom: .37rem;
    }
    .textHead{
        font-size: .296rem;
        color: #333333;
        margin-bottom: .277rem;
    }
    #content{
        font-size: .277rem;
        color: #666666;
        line-height: .45rem;
        margin-bottom: .555rem;
        /* overflow: hidden;  */
    }
    .attachment{
        font-size: .259rem;
        color: #999999;
    }

    .attachmentIco{
        width: 4%;
        margin-right: .0925rem;
    }
    .layouts a p{
        display: inline-block;
        margin: 8px 0;
        font-size: .277rem;
        color: #333333;
        margin-left: 10px;
        text-align: left;
    }
    .head{
        padding: .25rem .278rem;
        border-bottom: 1px solid #f1f3f7;
        background-color: #fff;
    }
    .head h4{
        margin-bottom: .2rem;
    }
    .head .userName{
        font-size: .32rem;
        color: #333333;
        margin-bottom: .18rem;
    }
    .head .userIfo{
        font-size: .25rem;
        color: #666666;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .userAdress p{
        font-size: .25rem;
        color: #333333;
    }
    .chartI a:nth-of-type(1){
        position: relative;
    }
    .chartI a:nth-of-type(1):before{
        content: "";
        position: absolute;
        width: 1px;
        height: 80%;
        background-color: #f1f3f7;
        top: 10%;
        right: 0;
    }
    .chartI a{
        font-size: .25rem;
        color: #666666;
        height: .925rem;
    }
    .con{
        padding: .2rem 0;
    }
    .con p,
    .userText p{
        font-size: .25rem;
        line-height: .45rem;
        color: #666666;
    }
    .userText .uesrHead{
        padding: .25rem 0;
        color: #333333;
        line-height: .25rem;
        font-weight: 500;
        margin-bottom: .2rem;
        border-bottom: 1px solid #f1f3f7;
    }
    .su{
        display: inline-block;
        width: 3px;
        height: .25rem;
        background-color: #3377FE;
        vertical-align: bottom;
        margin-right: 5px;
    }
    .job .userName{
        color: #FF3B2F;
    }
    .chartO{
        padding: .25rem;
    }
    .chartO div p{
        font-size: .25rem;
        color: #333333;
    }
    .chartO div p:nth-of-type(1){
        font-weight: 700;
        margin-bottom: .15rem;
    }
    .resumeOf p{
        font-size: .32rem;
        color: #333333;
    }
    .marg{
        display: inline-block;
        width: .185rem;
        height: 2px;
    }
    .userIfo .gs{
        display: inline-block;
        font-size: .185rem;
        color: #FFFFFF;
        width: .592rem;
        height: .314rem;
        background-color: #FFA300;
        margin-right: 3px;
        text-align: center;
        line-height: .314rem;
    }
    .userAdress{
        height: .74rem;
        padding: 0 .278rem;
    }
    .head-txt{
        position: relative;
        border-bottom: 1px solid #f5f5f5;
    }
    .head-txt p{
        width: 100%;
        font-size: .296rem;
        color: #1A1A1A;
        padding: .185rem .278rem .259rem;
    }
    .head-txt span{
        display: inline-block;
        width: 100%;
        font-size: .314rem;
        color: #FF3B2F;
        margin: 0 .278rem .259rem;
    }
    .head-txt .distance {
        position: absolute;
        bottom: 15px;
        right: 10px;
        font-size: .214rem;
        font-style: normal;
        color: #333;
    }

    .good-con img{
        width: 100%;
        margin: .185rem 0;
    }
    .good-con p{
        font-size: .24rem;
        color: #666666;
        padding: 0 .278rem;
    }
    .good-con .con-title{
        font-size: .277rem;
        color: #333333;
        padding: .185rem .278rem;
    }
    .good-foot{
        height: .87rem;
        border-top: 1px solid #f5f5f5;
        background-color: #FFFFFF;
    }
    .good-foot>div{
        width: 100%;
        height: 100%;
    }
    .goodIco{
        width: 15.5%;
        height: 100%;
    }
    .goodIco img{
        width: 39%;
        margin-top: .129rem;
        margin-bottom: .05rem;
    }
    .goodIco span{
        display: inline-block;
        font-size: .185rem;
        color: #666666;
        width: 100%;
        text-align: center;
        margin-bottom: .129rem;
    }
    .buyNow{
        width: 53.5%;
        height: 100%;
        line-height: .87rem;
        color: #FFFFFF;
        font-size: .296rem;
        background-color: #0099FF;
        text-align: center;
    }
    .evalHead a{
        height: .925rem;
    }
    .evalHead span{
        font-size: .296rem;
        color: #3399FF;
    }
    .evalHead img{
        width: 6%;
        margin-right: .09rem;
    }
    #wrapper {
        position: absolute;
        z-index: 1;
        top: 1.31rem;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        background: #FFFFFF;
        box-sizing: border-box;
    }
    .layHead{
        height: 1.11rem;
        padding: 0 .278rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .layHead img{
        width: 10.7%;
    }
    .layHead p{
        font-size: .277rem;
        color: #333333;
    }

    .layHead div div{
        margin-left: .185rem;
    }
    .layHead span{
        font-size: .222rem;
        color: #999999;
        margin-top: 0.1rem;
        display: inline-block;
    }
    .eva_list{
        padding: 0;
    }
    .layText{
        font-size: .259rem;
        color: #333333;
        line-height: .45rem;
        padding: .18rem .278rem .314rem;
    }
    .eva_list li{
        border-bottom: .2rem solid #f5f5f5;
    }
    .layImgFa{
        padding: 0 .278rem;
    }
    .eva_list .layImg{
        width: 32.5%;
        margin-bottom: .37rem;
    }
    .eva_list .layImg:nth-of-type(2){
        margin-left: 1.25%;
        margin-right: 1.25%;
    }

    .introduce img{
        width: 100%;

    }
    .introduce p{
        font-size: .277rem;
        color: #333333;
        line-height: .45rem;
        padding: .18rem .278rem .314rem;
    }
    .moreIco img{
        width: 100%;
    }
    .moreIco{
        line-height: 1.11rem;
    }
    .purchaseOrder .head { font-size: 14px; }
    .purchaseOrder .headA { display: flex; justify-content: space-between; }

    .purchaseOrder .moreIco{
        display: inline-block;
        background: url('../images/icon_xiala.png') center no-repeat;
        background-size: contain;
        width: 4%;
        height: 100%;
        margin-left: .185rem;
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
    }
    .purchaseOrder .moreAs .moreIco{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);
    }
    .purchaseOrder .purchaseOrderSon h4{
        width: auto;
    }

.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #E7E7E7;
}
.home-header .logo {
    width: 140px;
}
.home-header .logo img {
    width: 100%;
    height: 100%;
}
.home-header .openApp {
    width: 95px;
    height: 30px;
    line-height: 30px;
    color: #0099FF;
    text-align: center;
    font-size: 14px;
    border: 1px solid #0099FF;
    border-radius: 5px;
}

@media screen and (min-width:376px) and (max-width:414px){
    html{font-size:60px!important;}
}}

@media screen and (min-width:415px) and (max-width:638px){
    html{font-size:64.8438px!important;}
}

@media screen and (min-width:639px) and (max-width:799px){
    html{font-size:110px!important;}
}

.view-1 { padding: 0 !important; }
.purchaseOrder-1 { font-size: 14px; }
.purchaseOrder-1 .head-1 { padding: 10px 10px 0 10px; }
.purchaseOrder-1 .head-1 .headA { display: flex; justify-content: space-between; }
.purchaseOrderItem-1 .head_Infor { width: auto; display: flex; justify-content: space-between; margin-top: 10px; }
.more { text-align: center; padding: 10px 0;  }
.purchaseOrderItem-1 .head_Infor,
.more .moreA,
.purchaseOrder-1 .head-1  .day { color: #0e90d2; }
.purchaseOrderItem-1 .head_Infor h4 { 
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
 }
.purchaseOrder-1 .head-1 .num { color: #999;margin-bottom: .185rem;display: inline-block; }
.purchaseOrder-1 .moreIco{
    display: inline-block;
    background: url('../images/icon_xiala.png') center no-repeat;
    background-size: contain;
    width: 4%;
    height: 10px;
    margin-left: .185rem;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.purchaseOrder-1 .moreAs .moreIco{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.purchaseOrderSon-1{
    /*height: 0.9rem;*/
    /*overflow: hidden;*/
}
/*.purchaseOrderSons{*/
    /*height: 100%;*/
    /*!*overflow: visible;*!*/
    /*transition: all .2s;*/
    /*-moz-transition: all .2s;*/
    /*-webkit-transition: all .2s;*/
    /*-o-transition: all .2s;*/
/*}*/

/*!* 新增 *!*/
/*.mod_download {*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*background-color: #fff;*/
    /*height: 50px;*/
    /*padding: 0 10px;*/
    /*border-bottom: 1px solid #E7E7E7;*/
/*}*/
/*.mod_download .logo {*/
    /*width: 140px;*/
/*}*/
/*.mod_download .logo img {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.mod_download .openApp {*/
    /*padding: 4px 14px;*/
    /*font-size: 14px;*/
    /*border-radius: 5px;*/
/*}*/
/*.mod_download.head_download .openApp {*/
    /*color: #fff;*/
    /*background-color: #0099FF;*/
/*}*/

/*.mod_footer_logo {*/
    /*width: 100%;*/
    /*height: 390px;*/
/*}*/
/*.mod_footer_logo img {*/
    /*max-width: 100%;*/
/*}*/

/*.mod_download.footer_download {*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 10;*/
    /*background-color: #0099FF;*/
    /*border-bottom: none;*/
/*}*/
/*.mod_download.footer_download .openApp {*/
    /*background-color: #fff;*/
    /*color: #0099FF;*/
/*}*/

.article-content {
    width: 100%;
    overflow: hidden;
}

.article-content img {
    max-width: 100%;
    margin-left: -2em;
}


.mod_userinfo {
    display: flex;
    align-items: center;
    padding: 0 0.278rem;
    width: 100%;
    height: 1.85666rem;
}
.mod_userinfo .mod_userinfo_avatar {
    /* width: 1.222rem;
    height: 1.222rem; */
    width: 60px;
    height: 60px;
}
.mod_userinfo .mod_userinfo_avatar img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
}
.mod_userinfo .mod_userinfo_desc {
    flex: 1;
    width: 0;
    padding-left: 10px;
    font-size: 0.25rem;
    color: #333;
}
.mod_userinfo .mod_userinfo_desc .mod_userinfo_desc_name {
    margin-bottom: 5px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod_userinfo .mod_userinfo_desc .mod_userinfo_desc_company {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mod_userinfo .mod_operate {
    min-width: 1.222rem;
    text-align: right;
}
.mod_userinfo .mod_operate a,
.mod_userinfo .mod_operate .mod_line {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.mod_userinfo .mod_operate .mod_line {
    width: 1px;
    margin: 0 16px;
    background-color: #ddd;
}
.mod_userinfo .mod_operate a img {
    width: 100%;
    height: 100%;
}

.mod_footer_logo { margin-bottom: 36px !important; }

.data-cont { overflow-x: auto !important; }
.data-cont * { font-size: 14px !important; }