.clearfix::after {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

a {
    text-decoration: none;
}

.no_data {
    padding-top: 2rem;
    text-align: center;
}

.no_data img {
    max-width: 100%;
}

/*材料库详情*/
.material_detail_main {
    padding: .50rem .30rem;
    max-width: 768px;
    margin: 0 auto;
}

.material_detail_main .item {
    margin-bottom: 10px;
    background-color: #fff;
    padding: .40rem .30rem;
    border-radius: 4px;
}

.material_detail_main .item .ti h2 {
    color: #333;
    font-size: .40rem;
    font-weight: bold;
}

.material_detail_main .item .info {
    line-height: .60rem;
    font-size: .35rem;
    color: #666;
    padding: .30rem 0;
}

.material_detail_main .item .info img {
    max-width: 100%;
}

.material_detail_main .item .label span {
    display: inline-block;
    line-height: .80rem;
    margin-right: .20rem;
    margin-bottom: 10px;
    background-color: #F8F9FB;
    color: #999;
    padding: 0 .20rem;
    border-radius: 4px;
}

.material_detail_main .item .case_list {
    padding: .30rem 0;
}

.material_detail_main .item .case_list ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.material_detail_main .item .case_list ul li:last-child {
    border: none;
    margin-bottom: 0;
}

.material_detail_main .item .case_list ul li img {
    float: left;
    width: 2.4rem;
    height: 1.5rem;
    margin-right: 10px;
}

.material_detail_main .item .case_list ul li .info {
    overflow: hidden;
    padding: 0;
}

.material_detail_main .item .case_list ul li .info .name {
    color: #333;
    font-size: .38rem;
}

.material_detail_main .item .case_list ul li .info .content {
    font-size: .32rem;
    line-height: .50rem;
    height: 1rem;
    overflow: hidden;
    color: #999;
}

/*about*/
.material_about_cont {
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto;
}

.material_about_cont img {
    display: block;
    width: 100%;
}

.about_info.quanyi {
    padding-bottom: .50rem;
}

.msg_flex_bottom {
    position: fixed;
    width: 100%;
    height: 1.30rem;
    left: 0;
    bottom: 0;
}

.msg_flex_bottom a {
    display: block;
    line-height: 1.30rem;
    text-align: center;
    font-size: .38rem;
    font-weight: bold;
    color: #451A00;
    background-image: linear-gradient(to right, #E3C27D, #D1B06B);
}

.flex_cle {
    height: 1.30rem;
}

/* 寻源 start */
.page_xy .xy_banner {
    width: 100%;
}

.page_xy .xy_banner img {
    width: 100%;
}

.page_xy .xy_footer {
    width: 100%;
    background: url(../images/xy_bg_footer.png) no-repeat;
    background-size: 100% 100%;
    padding: .8rem .53rem;
}

.page_xy .xy_footer img {
    width: 100%;
}

.page_xy .xy_footer img.btn {
    width: 100%;
    margin-top: .53rem;
}

.page_xy .xy_con {
    width: 100%;
    background: #FFFFFF;
    padding: .53rem .4rem .67rem .4rem;
}

.page_xy .xy_con .xy_con_title {
    font-size: 0.43rem;
    font-weight: bold;
    color: #222222;
    margin-bottom: .4rem;
}

.page_xy .xy_con .list_box .item {
    border-bottom: 1px solid #EEEEEE;
    padding: .4rem 0;
    display: flex;
}

.page_xy .xy_con .list_box .item .star {
    font-size: 0.37rem;
    color: #F13939;
    width: .27rem;
    flex: 0 0 auto;
}

.page_xy .xy_con .list_box .item .title {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.53rem;
    width: 2rem;
    flex: 0 0 auto;
    padding-right: .5rem;
}

.page_xy .xy_con .list_box .item .input_1 {
    flex: 1 1 auto;
    border: none;
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.53rem;
    width: 1.5rem;
    text-align: right;
}

.page_xy .xy_con .list_box .van-cell {
    padding: 0 0 0 .3rem;
}

.page_xy .xy_con .list_box .van-cell--required::before {
    left: 0;
    color: #F13939;
}

.page_xy .xy_con .list_box .btn_submit {
    width: 100%;
    height: 1.01rem;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    font-size: 0.37rem;
    color: #FFFFFF;
    margin-top: .67rem;
    border: none;
}

.page_xy .xy_con .list_box .item .img_item {
    width: 2.11rem;
    height: 2.11rem;
    object-fit: contain;
}

.page_xy .xy_con .list_box .item .img_area {
    display: inline-block;
    position: relative;
    margin: 0 .3rem .3rem 0;
}

.page_xy .xy_con .list_box .item .img_delete {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -0.25rem;
    margin-right: -0.25rem;
    width: .5rem;
    height: .5rem;
    cursor: pointer;
}

/* 寻源 end */
/* 我要入驻 start */
.page_rz .rz_banner {
    width: 100%;
}

.page_rz .rz_banner img {
    width: 100%;
}

.page_rz .rz_con {
    margin: 0 .4rem .8rem .4rem;
    background: #fff;
    position: relative;
    top: -1.33rem;
}

.page_rz .rz_con .list_box {
    box-shadow: 0rem 0.04rem 0.08rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    padding: .4rem .4rem .53rem .4rem;
    margin-bottom: .27rem;
}

.page_rz .rz_con .list_box.mall {
    box-shadow: none;
    padding: 0;
}

.page_rz .rz_con .list_box.mall .tips {
    font-size: 0.35rem;
    color: #999999;
    line-height: .53rem;
    margin-top: .53rem;
    margin-bottom: .67rem;
}

.page_rz .rz_con .list_box .item {
    border-bottom: 1px solid #EEEEEE;
    padding: .4rem 0;
    display: flex;
}

.page_rz .rz_con .list_box .btn_contact {
    font-size: 0.29rem;
    color: #1AA138;
    line-height: .4rem;
    text-align: center;
}

.page_rz .rz_con .list_box .item .van-cell {
    padding: 0;
    line-height: .53rem;
}

.page_rz .rz_con .list_box .item .van-cell .van-field__body input {
    padding: 0;
    margin: 0;
    text-align: right;
}

.page_rz .rz_con .list_box .item .van-field__label {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.53rem;
}

.page_rz .rz_con .list_box .btn_submit {
    width: 100%;
    height: 1.01rem;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    font-size: 0.37rem;
    color: #FFFFFF;
    margin-top: .53rem;
    border: none;
}

.page_rz .rz_con .list_box.mall .btn_submit {
    margin-bottom: .4rem;
}

.page_rz .rz_con .list_box .tips {
    display: flex;
}

.page_rz .rz_con .list_box .tips .van-checkbox__icon .van-icon {
    width: .37rem;
    height: .37rem;
    font-size: .3rem;
}

.page_rz .rz_con .list_box .tips .van-checkbox__icon {
    height: .37rem;
    line-height: .37rem;
    position: relative;
    top: 0.05rem;
}

.page_rz .rz_con .list_box .tips .van-checkbox__icon--checked .van-icon {
    background-color: #1AA138;
    border-color: #1AA138;
}

.page_rz .rz_con .list_box .tips .tips_checkbox {
    flex: 0 0 auto;
    align-items: baseline;
}

.page_rz .rz_con .list_box .tips .tips_content {
    font-size: 0.29rem;
    color: #1AA138;
    line-height: .39rem;
    flex: 1 1 auto;
    padding-left: .24rem;
}

.page_rz .rz_con .list_box .tips .tips_content span {
    color: #999999;
}

.page_rz .rz_con .list_box .tips .tips_content a {
    color: #1AA138;
}

.page_rz .rz_con .list_tip {
    margin-bottom: .93rem;
    font-size: 0.29rem;
    color: #999999;
    line-height: .39rem;
}

.page_rz .rz_con .list_tip span {
    color: #333333;
    font-weight: bold;
}

.page_rz .rz_con .list_con {
    padding-bottom: .8rem
}

.page_rz .rz_con .list_con .title {
    font-size: 0.43rem;
    font-weight: bold;
    color: #222222;
    line-height: .6rem;
    margin-bottom: .4rem;
}

.page_rz .rz_con .list_con img {
    width: 100%;
}

.page_rz .rz_con .list_con .text {
    font-size: 0.35rem;
    font-weight: bold;
    color: #333333;
    line-height: .49rem;
}

/* 我要入驻 end */
/*有材APP会员介绍单页*/
.youcaiWrap {
    max-width: 768px;
    margin: 0 auto;
}

.introductionCon .descCon img {
    display: block;
    width: 100%;
}

.introductionCon .bottomfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background-color: #fff;
    box-shadow: 0px -2px 4px 1px rgba(238, 238, 238, 0.5);
}

.introductionCon .bottomfixed .box {
    height: 1.6rem;
    padding: .30rem;
}

.introductionCon .bottomfixed .box a {
    display: block;
    float: left;
    height: 1rem;
    text-align: center;
    line-height: .96rem;
    border-radius: 4px;
    font-size: .36rem;
}

.introductionCon .bottomfixed .box a.customerBtn {
    color: #1AA138;
    width: 25%;
    text-align: center;
}

.introductionCon .bottomfixed .box a.customerBtn i {
    display: block;
    width: 100%;
    height: .60rem;
    background: url(../images/icon_kf.png) center top no-repeat;
    background-size: auto .50rem;
}

.introductionCon .bottomfixed .box a.customerBtn p {
    line-height: .40rem;
    font-size: .32rem;
}

.introductionCon .bottomfixed .box a.buyBtn {
    line-height: 1rem;
    width: 36%;
    margin-right: 3%;
    color: #1AA138;
    background-color: #fff;
    border: 1px solid #1AA138;
    /* background: linear-gradient(180deg, #05D157 0%, #1AA138 100%); */
}

.introductionCon .bottomfixed .box a.buygroup {
    color: #fff;
    line-height: 1rem;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
    width: 36%;
}

.introductionCon .fixedClear {
    height: 1.6rem;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: absolute;
    width: 88%;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-organizer {
    background-color: #fff;
    border-radius: 4px;
}

.contact-organizer h2 {
    padding: 0.4rem 0;
    text-align: center;
    font-size: .50rem;
    border-bottom: 1px solid #eee;
    color: #1a1a1a;
}

.contact-container .phone {
    text-align: center;
    padding: 0.3rem;
}

.contact-container .phone .tel a {
    font-size: .36rem;
    display: block;
    color: #333;
}

.contact-container .phone .copy-btn a {
    display: inline-block;
    border-radius: 2px;
}

.contact-container .qr-code {
    padding: 0.5rem 0.3rem;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.contact-container .qr-code p {
    color: #333;
    font-size: .36rem;
}

.cd-popup-container .cd-popup-close {
    display: block;
    height: 1.5rem;
    width: 100%;
    background: url(../images/icon_close.png) center no-repeat;
    background-size: auto 0.8rem;
    text-indent: -999999px;
}

.cd-popup.buyPop .youcaiVipList {
    background: url(../images/buyPopBg.png) no-repeat;
    background-size: 100% 100%;
    padding: .50rem;
}

.cd-popup.buyPop .cd-popup-container .cd-popup-close {
    background: url(../images/icon_close.png) right .60rem no-repeat;
    background-size: auto 0.6rem;
}

.cd-popup.buyPop .youcaiVipList .tibar {
    padding-top: .20rem;
    text-align: center;
    padding-bottom: .50rem;
}

.cd-popup.buyPop .youcaiVipList .tibar img {
    height: .48rem;
}

.cd-popup.buyPop .youcaiVipList .tibar span {
    color: #067535;
    font-size: .5rem;
    font-weight: bold;
    background-image: linear-gradient(180deg, #05D157 0%, #067535 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.cd-popup.buyPop .youcaiVipList .list ul li {
    margin-bottom: .30rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li a {
    padding: 0 .8rem 0 .25rem;
    border: 1px solid rgba(26, 161, 56, .6);
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    display: block;
    height: 1.6rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li a.on {
    background-color: #E8FFED;
    border: 1px solid #1AA138;
}

.cd-popup.buyPop .youcaiVipList .list ul li a::after {
    width: .40rem;
    height: .40rem;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: .25rem;
    margin-top: -.20rem;
    background: url(../images/buy_selectIco.png) no-repeat;
    background-size: .40rem .40rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li a.on::after {
    background: url(../images/buy_selectIcoa.png) no-repeat;
    background-size: .40rem .40rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li .info {
    overflow: hidden;
}

.cd-popup.buyPop .youcaiVipList .list ul li .info span {
    font-size: .36rem;
    color: #333;
    line-height: .45rem;
    font-weight: bold;
    display:block;
    line-height: 1.52rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li .info .price {
    float: right;
    margin-left: .20rem;
    height: 1.52rem;
    line-height: 1.52rem;
}
.cd-popup.buyPop .youcaiVipList .list ul li.vip_price .price span{
    line-height: .40rem;
}
.cd-popup.buyPop .youcaiVipList .list ul li.vip_price .price span:nth-child(1){
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: normal;
    text-align: right;
    margin-bottom: .05rem;
}
.cd-popup.buyPop .youcaiVipList .list ul li.vip_price .price{
    padding-top: .35rem;
}
.cd-popup.buyPop .youcaiVipList .list ul li.vip_price .is_vipPrice{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.5rem;
    height: .35rem;
    background: url(../images/icon_vipPrice.png) right center no-repeat;
    background-size:auto .35rem;
}
.cd-popup.buyPop .youcaiVipList .list ul li .info .title {
    overflow: hidden;
}

.cd-popup.buyPop .youcaiVipList .list ul li .group_tip {
    color: #999;
    font-size: .30rem;
    position: absolute;
    width: 100%;
    bottom: .20rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li.groupbuy .info span {
    height: 1.22rem;
}

.cd-popup.buyPop .youcaiVipList .list ul li .title_new{
    width: 5rem;
    height: 1.6rem;
    float: left;
}

.cd-popup.buyPop .youcaiVipList .list ul li .title_new span{
    width: 5rem;
    height: 1.6rem;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: .36rem;
    line-height: .50rem;
}
.cd-popup.buyPop .youcaiVipList .buyBtn {
    display: block;
    width: 100%;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 4px;
    color: #fff;
    font-size: .38rem;
    margin-top: .50rem;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
}

.cd-popup.buyPop .youcaiVipList .tipTetx {
    text-align: center;
    padding-top: .20rem;
    font-size: .32rem;
    color: #999;
}

.cd-popup.buyPop .youcaiVipList .tipTetx span {
    display: inline-block;
    padding-left: .40rem;
    color: #1AA138;
}

.p_shop_detail .foot_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.6rem;
    background: #fff;
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-top: 0.01rem solid #F5F5F5
}

.p_shop_detail .foot_bar_clear{
    height: 1.6rem;
} 

.p_shop_detail .foot_bar .item {
    padding: .2rem;
    height: 1.5rem;
    font-size: 0.27rem;
    color: #666666;
    line-height: .37rem;
    cursor: pointer;
}

.p_shop_detail .foot_bar .item.curr {
    color: #DB3B2F;
}

.p_shop_detail .foot_bar .item img {
    width: .6rem;
    height: .6rem;
    display: block;
    margin: 0 auto .05rem auto;
}

.p_shop_detail .shop_top {
    display: flex;
    padding: .4rem .4rem .67rem .4rem;
    background: #DB3B2F;
}

.p_shop_detail .shop_top .l_img {
    flex: 0 0 auto;
    width: 2.13rem;
    height: 2.13rem;
    background: #fff;
}

.p_shop_detail .shop_top .l_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p_shop_detail .shop_top .r_tip {
    flex: 1 1 auto;
    padding-left: .27rem;
}

.p_shop_detail .shop_top .r_tip .title {
    height: 1.1rem;
    display: flex;
}

.p_shop_detail .shop_top .r_tip .title .text {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1 1 auto;
    padding-right: .33rem;
}

.p_shop_detail .shop_top .r_tip .title .icon {
    flex: 0 0 auto;
    width: 1.71rem;
    height: 0.67rem;
    cursor: pointer;
}

.p_shop_detail .shop_top .r_tip .address {
    min-height: .4rem;
}

.p_shop_detail .shop_top .r_tip .address .shop {
    width: 1.33rem;
    height: .4rem;
    margin-right: .27rem;
    position: relative;
    top: 0.08rem;
}

.p_shop_detail .shop_top .r_tip .address .icon {
    width: .2rem;
    height: .25rem;
}

.p_shop_detail .shop_top .r_tip .address .text {
    font-size: 0.29rem;
    color: #fff;
    line-height: .4rem;
}

.p_shop_detail .shop_top .r_tip .label {
    margin-top: 0.17rem;
}

.p_shop_detail .shop_top .r_tip .label .star {
    font-size: 0.24rem;
    color: #fff;
    line-height: .4rem;
    display: inline-block;
    vertical-align: top;
}

.p_shop_detail .shop_top .r_tip .label img {
    width: .27rem;
    height: .27rem;
    margin-right: .11rem;
}

.p_shop_detail .shop_top .r_tip .view {
    display: inline-block;
    font-size: 0.29rem;
    color: #fff;
    line-height: .4rem;
}

.p_shop_detail .shop_top .r_tip .label img:first-child {
    margin-left: .19rem;
}

.p_shop_detail .shop_top .r_tip .label img:last-child {
    margin-right: .27rem;
}

.p_shop_detail .tab_bar {
    background: #DB3B2F;
    height: 1.17rem;
    display: flex;
    justify-content: space-around;
}
.p_shop_detail .tab_bar.active{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
}

.p_shop_detail .tab_bar .item {
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    line-height: 1.17rem;
    padding: 0 .2rem;
    margin-bottom: .13rem;
}

.p_shop_detail .tab_bar .item.curr {
    border-bottom: .08rem solid #fff;
    border-radius: .04rem;
}



.p_shop_detail .shop_list {
    padding: .40rem;
    background: #fff;
    margin-bottom: .20rem;
}

.p_shop_detail .shop_list .top_title {
    border-left: .08rem solid #DB3B2F;
    padding-left: .27rem;
    font-size: 0.43rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.37rem;
    margin-bottom: 0.27rem;
}

.p_shop_detail .shop_contact {
    padding: .67rem .32rem 0.67rem .32rem;
    background: #fff;
    font-size: 0;
}

.p_shop_detail .shop_contact .item {
    display: inline-block;
    width: 2.91rem;
    height: 1.68rem;
    margin-right: .31rem;
    margin-bottom: .31rem;
}

.p_shop_detail .shop_contact .item:nth-child(3n) {
    margin-right: 0;
}

.p_shop_detail .shop_contact .item img {
    width: 2.91rem;
    height: 1.68rem;
    cursor: pointer;
}

.p_shop_detail .shop_list .item {
    float: left;
    margin-right: .4rem;
    margin-bottom: .4rem;
    width: 4.4rem;
    height: 5.85rem;
    box-shadow: 0rem 0.01rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
}

.p_shop_detail .xp_list .item.add_tag .pro,
.p_shop_detail .shop_list .item.add_tag {
    height: 5.85rem;
}

.p_shop_detail .shop_list .item:nth-child(2n+1) {
    margin-right: 0;
}

.p_shop_detail .shop_list .item .img {
    display: block;
    width: 4.4rem;
    height: 2.8rem;
    object-fit: cover;
}

.p_shop_detail .shop_list .item .text {
    padding: .27rem;
}

.p_shop_detail .shop_list .item .text .title {
    height: 1.12rem;
    font-size: 0.38rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .13rem;
}

.p_shop_detail .shop_list .item .text .price {
    font-size: 0.4rem;
    font-weight: bold;
    color: #FF0000;
    line-height: 0.56rem;
}

.p_shop_detail .xp_list {
    padding:.40rem;
    background: #fff;
    margin-bottom: .20rem;
}

.p_shop_detail .xp_list .item {
    margin-bottom: .13rem;
}

.p_shop_detail .xp_list .item .add_time {
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.32rem;
    text-align: center;
    margin-bottom: 0.27rem;
}

.p_shop_detail .xp_list .item .add_time img {
    width: .32rem;
    height: .32rem;
    margin-right: .13rem;
}

.p_shop_detail .xp_list .item .pro {
    float: left;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    width: 4.4rem;
    height: 5.15rem;
    box-shadow: 0rem 0.01rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: .11rem;
    overflow: hidden;
}

.p_shop_detail .xp_list .item .pro:nth-child(2n+1) {
    margin-right: 0;
}

.p_shop_detail .xp_list .item .pro .img {
    display: block;
    width: 4.4rem;
    height: 2.8rem;
    object-fit: cover;
}

.p_shop_detail .xp_list .item .pro .text {
    padding: .27rem;
}

.p_shop_detail .xp_list .item .pro .text .title {
    height: 1.12rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .13rem;
}

.p_shop_detail .xp_list .item .pro .text .price {
    font-size: 0.4rem;
    font-weight: bold;
    color: #FF0000;
    line-height: 0.56rem;
}


.p_shop_detail .shop_category {
    padding: .27rem .4rem 1.6rem .4rem;
}

.p_shop_detail .shop_category .item {
    background: #FFFFFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    padding: .36rem .27rem;
    margin-bottom: .27rem;
}

.p_shop_detail .shop_category .item .out_title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.6rem;
    padding-left: .27rem;
    border-left: 0.08rem solid #DB3B2F;
}

.p_shop_detail .shop_category .item .out_title img {
    float: right;
    width: .6rem;
    height: .6rem;
}

.p_shop_detail .about_qiye {
    padding-bottom: .20rem;
}

.p_shop_detail .about_qiye .qiye_tips {
    background: #fff;
    padding: .4rem;
}

.p_shop_detail .about_qiye .qiye_tips .item {
    margin-bottom: .27rem;
    display: flex;
}

.p_shop_detail .about_qiye .qiye_tips .item:last-child {
    margin-bottom: 0;
}

.p_shop_detail .about_qiye .qiye_tips .item .label {
    flex: 0 0 auto;
    font-size: 0.37rem;
    color: #999999;
    line-height: 0.53rem;
    padding-right: .4rem;
}

.p_shop_detail .about_qiye .qiye_tips .item .text {
    flex: 1 1 auto;
    font-size: 14px;
    color: #666666;
    line-height: 0.53rem;
    white-space: normal;
    word-break: break-word;
}

.p_shop_detail .comp_info {
    margin-bottom: .20rem;
    background: #fff;
    padding: .4rem;
}

.p_shop_detail .comp_info .text {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
}

.p_shop_detail .comp_info .text img {
    max-width: 100%;
}

.p_shop_detail .comp_info .learn_more {
    text-align: center;
    margin-top: .32rem;
}

.p_shop_detail .comp_info .learn_more a {
    font-size: 0.32rem;
    color: #1AA138;
    line-height: 0.44rem;
}

.p_shop_detail .comp_info .learn_more img {
    width: .27rem;
    height: .27rem;
    margin-left: .08rem;
    position: relative;
    top: .02rem;
}

.p_shop_detail .vip_info {
    background: #fff;
    padding: .4rem .4rem  .20rem .4rem;
}

.p_shop_detail .vip_info .contact_ser{
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 1.6rem;
    height: 1.6rem;
    padding: 0.3rem 0.5rem;
}

.p_shop_detail .vip_info .contact_ser_clear{
    height: 1.6rem;
}

.p_shop_detail .vip_info .vip_btn {
    width: 100%;
    height: 1rem;
    border-radius: 0.13rem;
    border: 0.01rem solid #DB3B2F;
    font-size: 0.37rem;
    color: #DB3B2F;
    line-height: 1rem;
    cursor: pointer;
    text-align: center;
    display: block;
}

.p_shop_detail .vip_info .top_title {
    width: 9.2rem;
    height: .67rem;
    margin-bottom: .4rem;
}

.p_shop_detail .vip_info .top_title img {
    width: 100%;
    height: 100%;
}

.p_shop_detail .vip_info .con_main {
    font-size: 0;
    display: flex;
}

.p_shop_detail .vip_info .con_main .l_label {
    width: 3.09rem;
    flex: 0 0 auto;
}

.p_shop_detail .vip_info .con_main .l_label img {
    width: 3.09rem;
}

.p_shop_detail .vip_info .con_main .r_con {
    flex: 1 1 auto;
    overflow-x: auto;
}

.p_shop_detail .vip_info .con_main .r_con img {
    width: 8.67rem;
}

.p_shop_detail .cd-popup1 .cd-popup-container.contact {
    position: absolute;
    top: 45%;
}

.p_shop_detail .qiye_title {
    font-size: 0.51rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.67rem;
    background: #fff;
    padding-left: 0.4rem;
    padding-top: 0.4rem;
}

/* 店铺详情 end */
/* 全部结果 start */
.p_shop_search .search_box {
    background: #fff;
    padding: .21rem .4rem;
}

.p_shop_search .search_box .search {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 100%;
    height: 0.8rem;
    border-radius: 0.44rem;
    padding: 0 .8rem;
    outline: none;
    background-image: url('../images/icon_search_shop.png');
    background-repeat: no-repeat;
    background-size: .43rem .43rem;
    background-position: left;
    background-color: #F6F6F6;
    background-attachment: scroll;
    background-position-x: 0.2rem;
}

.p_shop_search .container {
    padding: .36rem .4rem;
}

.p_shop_search .container .top_tips {
    margin-bottom: .27rem;
}

.p_shop_search .container .top_tips .title {
    font-size: 0.35rem;
    color: #222222;
    line-height: .49rem;
    padding-right: .27rem;
}

.p_shop_search .container .top_tips .gray {
    font-size: 0.29rem;
    color: #999999;
    line-height: 0.49rem;
}

.p_shop_search .container .top_tips .red {
    font-size: 0.29rem;
    color: #FF0000;
    line-height: 0.49rem;
}

.p_shop_search .container .top_tips .red.m_r {
    padding-right: .27rem;
}

.p_shop_search .container .item.pro {
    float: left;
    background: #fff;
    margin-right: .4rem;
    margin-bottom: .4rem;
    width: 4.4rem;
    height: 5.85rem;
    box-shadow: 0rem 0.01rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: .11rem;
    overflow: hidden;
}

.p_shop_search .container .item.pro:nth-child(2n+1) {
    margin-right: 0;
}

.p_shop_search .container .item.pro .img {
    display: block;
    width: 4.4rem;
    height: 2.8rem;
    object-fit: cover;
}

.p_shop_search .container .item.pro .text {
    padding: .27rem .27rem .19rem .27rem;
}

.p_shop_search .container .item.pro .text .title {
    height: 1.12rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .13rem;
}

.p_shop_search .container .item.pro .text .price {
    font-size: 0.4rem;
    font-weight: bold;
    color: #FF0000;
    line-height: 0.56rem;
}

.p_shop_detail .shop_list .item.add_tag .tag_box,
.p_shop_detail .xp_list .item.add_tag .tag_box,
.p_shop_detail .shop_list .item .tag_box,
.p_shop_search .container .item .tag_box {
    overflow: hidden;
    white-space: nowrap;
    padding: 0 .27rem .2rem .27rem;
}
.p_shop_detail .shop_list .item.add_tag .tag_box .icon,
.p_shop_detail .xp_list .item.add_tag .tag_box .icon,
.p_shop_detail .shop_list .item .tag_box .icon,
.p_shop_search .container .item .tag_box .icon {
    display: inline-block;
    width: 1.28rem;
    height: .43rem;
    margin-right: .13rem;
}

/* 全部结果 end */
/* 商品详情 start */
.p_product_detail {
    padding-bottom: 2rem;
}

.p_product_detail .pro_banner {
    width: 100%;
    height: 6.8rem;
    border-radius: 0.05rem .05rem 0 0;
}

.p_product_detail .pro_banner .banner_box .item .img {
    width: 100%;
    height: 6.8rem;
    object-fit: contain;
    border-radius: 0.05rem .05rem 0 0;
}

.p_product_detail .pro_banner .banner_box .el-carousel__container {
    height: 6.8rem;
}
.p_product_detail .pro_tag_list {
    background: #fff;
    padding: .27rem .4rem 0 .4rem;
}
.p_product_detail .pro_tag_list img {
    width:1.28rem;
    height:.43rem;
    margin-right:.4rem;
}
.p_product_detail .pro_tag_list img:last-child {
    margin-right:0;
}
.p_product_detail .pro_title {
    background: #fff;
    padding: .13rem .4rem .4rem .4rem;
    font-size: 0.51rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.67rem;
}

.p_product_detail .pro_price {
    padding: .4rem;
    background: #FCE2E2;
}

.p_product_detail .pro_price .item {
    margin-bottom: .27rem;
}

.p_product_detail .pro_price .item:last-child {
    margin-bottom: 0;
}

.p_product_detail .pro_price .item .label {
    display: inline-block;
    font-size: 0.37rem;
    color: #999999;
    line-height: 0.71rem;
    width: 1.6rem;
}

.p_product_detail .pro_price .item .tip {
    display: inline-block;
    font-size: 0.51rem;
    font-weight: bold;
    color: #FF0000;
    line-height: 0.71rem;
    margin-right: .6rem;
}

.p_product_detail .pro_price .item .tip:last-child {
    margin-right: 0;
}

.p_product_detail .pro_price .item.amount .label {
    line-height: .53rem;
}

.p_product_detail .pro_price .item.amount .tip {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.53rem;
}

.p_product_detail .pro_address {
    padding: .4rem;
    margin: .27rem 0;
    background: #fff;
}

.p_product_detail .pro_address .label {
    font-size: 0.37rem;
    color: #999999;
    line-height: 0.53rem;
}

.p_product_detail .pro_address .text {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.53rem;
}

.p_product_detail .pro_company {
    padding: .4rem;
    background: #fff;
    display: flex;
}

.p_product_detail .pro_company .img {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.p_product_detail .pro_company .text {
    flex: 1 1 auto;
    font-size: 0.43rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.53rem;
    padding-left: .2rem;
    align-self: center
}

.p_product_detail .pro_attr {
    background: #fff;
    padding: .4rem;
    margin-top: .27rem;
    margin-bottom: .27rem;
}

.p_product_detail .pro_attr .title {
    border-left: .08rem solid #333333;
    padding-left: .27rem;
    font-size: 0.43rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.6rem;
    margin-bottom: .33rem;
}

.p_product_detail .pro_attr .item {
    padding: .33rem 0;
    border-bottom: 0.01rem dashed #EEEEEE;
    display: flex;
}

.p_product_detail .pro_attr .item .label {
    font-size: 0.37rem;
    color: #999999;
    line-height: 0.53rem;
    width: 2rem;
    flex: 0 0 auto;
}

.p_product_detail .pro_attr .item .value {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.53rem;
    flex: 1 1 auto;
    text-align: right;
}

.p_product_detail .pro_attr .show {
    text-align: center;
    font-size: 0.32rem;
    color: #DB3B2F;
    line-height: 0.67rem;
    margin-top: .4rem;
}

.p_product_detail .pro_attr .show img {
    margin-left: 0.08rem;
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    top: 0.01rem;
}

.p_product_detail .pro_info {
    background: #fff;
    padding: .4rem;
    margin-top: .27rem;
    margin-bottom: .27rem;
}

.p_product_detail .pro_info .title {
    border-left: .08rem solid #333333;
    padding-left: .27rem;
    font-size: 0.43rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.6rem;
    margin-bottom: .33rem;
}

.p_product_detail .pro_info .content {
    font-size: 0.37rem;
    color: #666666;
    line-height: 0.53rem;
    overflow: auto;
}

.p_product_detail .pro_info .content img {
    max-width: 100%;
}

.p_product_detail .pro_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: #fff;
    padding: .25rem .53rem .25rem .45rem;
    font-size: 0;
    box-shadow: 0rem -0.04rem 0.13rem 0.01rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.p_product_detail .pro_footer .icon_sc {
    display: inline-flex;
    align-items: center;
    padding-right: .4rem;
    font-size: 0.37rem;
    color: #333333;
    height: 100%;
}

.p_product_detail .pro_footer .icon_sc img {
    width: .53rem;
    height: .53rem;
    cursor: pointer;
    margin-right: .13rem;
}

.p_product_detail .pro_footer .btn_1 {
    border-radius: 0.05rem;
    border: 0.01rem solid #DB3B2F;
    padding: .27rem .57rem .27rem .48rem;
    display: inline-flex;
    font-size: 0.37rem;
    color: #DB3B2F;
    line-height: 0.64rem;
    vertical-align: top;
}

.p_product_detail .pro_footer .btn_1 img {
    width: .64rem;
    height: .64rem;
    margin-right: .13rem;
}

.p_product_detail .pro_footer .btn_2 {
    background: #DB3B2F;
    border-radius: 0.05rem;
    border: 0.01rem solid #DB3B2F;
    padding: .27rem .92rem;
    display: inline-flex;
    font-size: 0.37rem;
    color: #ffffff;
    line-height: 0.64rem;
    vertical-align: top;
    margin-left: .4rem;
}

/* 商品详情 end */

/* 产品询价 start */
.p_product_form .form_banner {
    background: url(../images/form_bg.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 4.53rem;
    padding-top: .68rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: .4rem;
    line-height: .67rem;
}

.p_product_form .form_box {
    margin: 0 auto;
    width: 9.2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.16);
    border-radius: 0.27rem;
    position: relative;
    top: -2.72rem;
    overflow: hidden;
}

.p_product_form .form_box .tips {
    padding: .24rem 0;
    text-align: center;
    font-size: 0.32rem;
    color: #4F93F5;
    background: #F0F5FE;
}

.p_product_form .form_box .tips img {
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    top: 0.13rem;
}

.p_product_form .form_box .form {
    padding: .4rem;
}

.p_product_form .form_box .form .item {
    padding: .45rem 0;
    display: flex;
}

.p_product_form .form_box .form .item .label {
    font-size: 0.4rem;
    line-height: .56rem;
    color: #666666;
    display: inline-block;
    width: 2rem;
    flex: 0 0 auto;
}

.p_product_form .form_box .form .item input {
    border: none;
    font-size: 0.4rem;
    line-height: .56rem;
    color: #333333;
    flex: 1 1 auto;
}

.p_product_form .form_box .form .item.textarea {
    display: flex;
    border-bottom: 1px solid #EEEEEE;
}

.p_product_form .form_box .form .item.textarea .label {
    flex: 0 0 auto;
    width: 2rem;
}

.p_product_form .form_box .form .item.textarea textarea {
    border: none;
    font-size: 0.4rem;
    line-height: .56rem;
    color: #333333;
    flex: 1 1 auto;
}

.p_product_form .form_box .submit {
    padding: .4rem 0;
    width: 100%;
    background: #DB3B2F;
    border-radius: 0.13rem;
    text-align: center;
    font-size: 0.4rem;
    line-height: .4rem;
    color: #FFFFFF;
    cursor: pointer;
}

.p_product_form .form_box .xieyi {
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #999999;
    margin: .27rem 0 .27rem 0;
}

.p_product_form .form_box .xieyi a {
    color: #333333;
}

/* 产品询价 end */
/*团购*/
.groupBuyContent {
    background-color: #fff;
}

.groupBuyContent .topConBox {
    background: url(../images/ycgroupBG.png) no-repeat;
    background-size: 100% 100%;
    padding: .50rem .30rem;
}

.groupBuyContent .topConBox .tibar span {
    text-align: center;
    font-size: .40rem;
    font-weight: bold;
    color: #1AA138;
    display: block;
    margin-bottom: .50rem;
}

.groupBuyContent .list ul li {
    padding: .30rem;
    border: 1px solid rgba(26, 161, 56, .6);
    margin-bottom: .20rem;
    border-radius: 4px;
    position: relative;
}

.groupBuyContent .list ul li .Buybtn {
    width: 1.60rem;
    height: .70rem;
    position: absolute;
    top: 50%;
    margin-top: -.35rem;
    right: .30rem;
}

.groupBuyContent .list ul li .Buybtn .btn {
    display: block;
    width: 100%;
    height: .70rem;
    text-align: center;
    line-height: .70rem;
    border-radius: 4px;
    color: #fff;
    font-size: .32rem;
    background-color: #1AA138;
    ;
}

.groupBuyContent .list ul li .info {
    padding-right: 2rem;
}

.groupBuyContent .list ul li .groupInfo {
    padding-bottom: .20rem;
}

.groupBuyContent .list ul li .groupInfo .price {
    float: right;
    margin-left: .20rem;
    color: #333;
    font-size: .38rem;
}

.groupBuyContent .list ul li .groupInfo .title {
    color: #333;
    font-size: .38rem;
    overflow: hidden;
}

.groupBuyContent .list ul li .grouptip .yPrice {
    float: right;
    font-size: .30rem;
    color: #666;
    text-decoration: line-through;
}

.groupBuyContent .list ul li .grouptip .text {
    color: #999;
}

.groupBuyContent .list ul li .grouptip span {
    display: block;
}

.groupBuyContent .groupConShow {
    padding-top: .30rem;
}

.groupBuyContent .groupConShow .title {
    position: relative;
    margin: 0 .30rem;
    font-size: .38rem;
    color: #333;
    padding-left: .26rem;
    margin-bottom: .30rem;
}

.groupBuyContent .groupConShow .title::after {
    content: '';
    display: block;
    width: 3px;
    height: .30rem;
    background-color: #1AA138;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.10rem;
}

.groupBuyContent .groupConShow .conShow img {
    width: 100%;
}

.groupBuyContent .groupBuyBtn {
    width: 100%;
    position: fixed;
    padding: .30rem;
    height: 1.6rem;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px -2px 4px 1px rgba(238, 238, 238, 0.5);
}

.groupBuyContent .groupBuyBtn a {
    display: block;
    width: 100%;
    height: 1rem;
    text-align: center;
    border-radius: 4px;
    line-height: 1rem;
    color: #fff;
    font-size: .40rem;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
}

.groupBuyContent .groupBuyBtnClear {
    height: 1.6rem;
}

/*有材登录*/
.ycappLogin {
    height: 100%;
    position: relative;
}

.ycappLogin .loginWarp {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 .30rem;
}

.ycappLogin .loginTopinfo {
    text-align: center;
}

.ycappLogin .loginTopinfo .logo img {
    height: 2.5rem;
}

.ycappLogin .loginTopinfo span {
    display: block;
}

.ycappLogin .loginTopinfo .tipti1 {
    color: #222;
    font-size: .40rem;
    font-weight: bold;
    padding: .20rem 0 .15rem 0;
}

.ycappLogin .loginTopinfo .tipti2 {
    color: #999;
    font-size: .35rem;
}

.ycappLogin .loginform {
    margin-top: .60rem;
}

.ycappLogin .loginform .login_input {
    background-color: #fff;
    padding: 0 .20rem;
    height: 1.20rem;
    border-radius: 27px;
    margin-bottom: .30rem;
    border: 1px solid #f6f6f6;
}

.ycappLogin .loginform .login_input .num {
    padding: 0 .30rem 0 .15rem;
    float: left;
    color: #222;
    font-size: .36rem;
    font-weight: bold;
    line-height: 1.20rem;
    position: relative;
}

.ycappLogin .loginform .login_input .num::after {
    content: '';
    display: block;
    width: 1px;
    height: .30rem;
    background-color: #707070;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -.15rem;
}

.ycappLogin .loginform .login_input .input {
    overflow: hidden;
    padding: 0 0 0 .30rem;
    color: #333;
    line-height: 1.20rem;
    font-size: .36rem;
}

.ycappLogin .loginform .login_sms {
    height: 1.20rem;
}

.ycappLogin .loginform .login_sms a {
    display: block;
    float: right;
    width: 3rem;
    height: 1.20rem;
    line-height: 1.10rem;
    font-size: .36rem;
    text-align: center;
    color: #1AA138;
    border: 1px solid #1AA138;
    border-radius: 27px;
    margin-left: .40rem;
}

.ycappLogin .loginform .login_sms a.disabled {
    color: #999;
    border: 1px solid #eee;
}

.ycappLogin .loginform .login_sms .input {
    height: 1.20rem;
    background-color: #fff;
    border-radius: 27px;
    line-height: 1.20rem;
    padding: 0 .30rem;
    font-size: .36rem;
    overflow: hidden;
    border: 1px solid #f6f6f6;
}

.ycappLogin .login_submit {
    margin-top: 1.6rem;
}

.ycappLogin .login_submit a {
    display: block;
    height: 1rem;
    background: #1AA138;
    text-align: center;
    color: #fff;
    line-height: 1rem;
    font-size: .36rem;
    border-radius: 27px;
}

.ycappLogin .login_submit a.disabled {
    background-color: #eee;
    color: #999;
}

.ycappLogin .login_bottom {
    margin-top: .40rem;
    height: .40rem;
}

.ycappLogin .login_bottom .checkbox-login {
    width: .40rem;
    height: .40rem;
    float: left;
    margin-right: .20rem;
    position: relative;
}

.ycappLogin .login_bottom .checkbox-login input {
    opacity: 0;
}

.ycappLogin .login_bottom .checkbox-login .checkbox+label {
    background-color: #FFF;
    border: 1px solid #C1CACA;
    width: .30rem;
    height: .30rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: .02rem;
    left: .10rem;
}

.ycappLogin .login_bottom .checkbox-login .checkbox:checked+label {
    background-color: #ECF2F7;
    border: 1px solid #92A1AC;
    color: #243441;
}

.ycappLogin .login_bottom .checkbox-login .checkbox:checked+label:after {
    content: '\2714';
    position: absolute;
    top: -.05rem;
    left: 0px;
    color: #1AA138;
    width: 100%;
    text-align: center;
    font-size: .30rem;
    padding: 1px 0 0 0;
    vertical-align: text-top;
}

.ycappLogin .login_bottom .tip {
    overflow: hidden;
    display: block;
    line-height: .40rem;
    color: #999;
    font-size: .32rem;
}

.ycappLogin .login_bottom .tip a {
    color: #1AA138;
    display: inline-block;
}

/*有材服务*/
.youcaiSerCon .topNanTab {
    position: fixed;
    top: 0;
    left: 0;
    height: 1.20rem;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
}

.youcaiSerCon .topNanTab ul li {
    width: 25%;
    float: left;
}

.youcaiSerCon .topNanTab ul li a {
    display: block;
    line-height: 1.20rem;
    position: relative;
    text-align: center;
    color: #666;
    font-size: .36rem;
}

.youcaiSerCon .topNanTab ul li a.curr {
    color: #333;
    font-weight: bold;
}

.youcaiSerCon .topNanTab ul li a.curr::after {
    position: absolute;
    width: .60rem;
    height: 3px;
    background-color: #1AA138;
    border-radius: 4px;
    content: '';
    display: block;
    bottom: .15rem;
    left: 50%;
    margin-left: -.30rem;
}

.youcaiSerCon .ConShowBox {
    margin-top: 1.20rem;
}

.youcaiSerCon .ConShowBox .ycSerAd {
    background-color: #fff;
    padding: .20rem .30rem .30rem .30rem;
}

.youcaiSerCon .ConShowBox .ycSerAd img {
    display: block;
    width: 100%;
}

.youcaiSerCon .ConShowBox .ycSerTab_con {
    margin: .40rem .30rem 0 .30rem;
}

.youcaiSerCon .ConShowBox .cloud_service ul li {
    width: 48.5%;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px rgba(172, 172, 172, 0.4);
    margin-right: 3%;
    margin-bottom: .30rem;
    border-radius: 4px;
}

.youcaiSerCon .ConShowBox .cloud_service ul li:nth-child(2n) {
    margin-right: 0;
}

.youcaiSerCon .ConShowBox .cloud_service ul li img {
    border-radius: 4px 4px 0 0;
    display: block;
    width: 100%;
}

.youcaiSerCon .ConShowBox .cloud_service ul li .info {
    padding: 0 .24rem;
}

.youcaiSerCon .ConShowBox .cloud_service ul li .name {
    color: #333333;
    font-size: .35rem;
    padding-top: .15rem;
}

.youcaiSerCon .ConShowBox .cloud_service ul li .desc {
    color: #999;
    font-size: .30rem;
    padding: .10rem 0 .20rem 0;
}

.youcaiSerCon .ConShowBox .video_service ul li {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px rgba(172, 172, 172, 0.4);
    border-radius: 4px;
    margin-bottom: .30rem;
}

.youcaiSerCon .ConShowBox .video_service ul li video {
    border-radius: 4px 4px 0 0;
}

.youcaiSerCon .ConShowBox .video_service ul li .info {
    color: #333;
    font-size: .35rem;
    padding: .20rem .20rem .30rem .20rem;
}

.youcaiSerCon.introductionCon .bottomfixed .box a.customerBtn {
    width: 100%;
    border: 1px solid #1AA138;
}
/* .youcaiSerCon .ConShowBox .yxserShow .tabNav{
    height: 1.20rem;
    background-color: #fff;
    margin-top: 10px;
}
.youcaiSerCon .ConShowBox .yxserShow .tabNav ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.youcaiSerCon .ConShowBox .yxserShow .tabNav ul li a{
    line-height: 1.20rem;
    font-size: .35rem;
    color: #666;
} */
.youcaiSerCon .ConShowBox .yxserShow{
    margin-top: 10px;
}
.youcaiSerCon .ConShowBox .yxserShow .yxserItem{
     background-color: #fff;
     margin-bottom: 10px;
     padding: .40rem;
}
.youcaiSerCon .ConShowBox .yxserShow .yxserItem .tiBar{
    text-align: center;
    margin-bottom: .40rem;
}
.youcaiSerCon .ConShowBox .yxserShow .yxserItem .tiBar img{
    height: .60rem;
}
/*cmf实验室*/
.cmfLabCon .video {
    padding: 0 .53rem;
    background: url(../images/cmf_labConBg.png) repeat-y;
    background-size: 100% 100%;
}

.cmfLabCon .video .videoShow {
    margin: 0 .30rem;
    background: url(../images/cmf_lab_videoBg.png) no-repeat;
    background-size: 100% 100%;
}

.cmfLabCon .video .videoShow video {
    display: block;
    height: 5rem;
    padding: 0.3rem 0.3rem 0.5rem 0.1rem;
    position: relative;
    top: -0.2rem;
    width: 95%;
}
/*需求详情*/
.demand-detail .item{
    background-color: #fff;
    margin-bottom: 10px;
}
.demand-detail .item.content-supply{
    position: relative;
    padding:.30rem 0 .10rem 0;
    margin-top: 10px;
}
.demand-detail .item.content-supply .top-title{
    border-bottom:1px solid #eee;
    padding-top: .10rem;
    display: block;
    width: 68%;
    color: #333;
    font-size: .36rem;
    font-weight: bold;
    padding-bottom: .30rem;
    margin: 0 .30rem;
    background: none;
}
.demand-detail .content-supply .desc{
    padding: .30rem .30rem 0 .30rem;
    color: #777;
    line-height: .65rem;
    font-size: .35rem;
    overflow: hidden;
}
.demand-detail .content-supply .desc .con_cell{
    margin-bottom: .10rem;
}
.demand-detail .content-supply .desc .con_cell .name{
    display: block;
    float: left;
    margin-right: .20rem;
}
.demand-detail .content-supply .desc .con_cell .con{
    overflow: hidden;
}
.demand-detail .demand-pic{
    margin-top: .20rem;
    margin-bottom: .20rem;
}
.demand-detail .demand-pic .van-image{
    width: 22%;
    float: left;
    margin-bottom: .30rem;
    border:1px solid #eee;
    border-radius: 2px;
    margin-right: 4%;
    height: 2rem;
}
.demand-detail .demand-pic .van-image:nth-child(4n){
    margin-right: 0;
}
.demand-detail .company-info{
    border-top: 1px solid #eee;
    padding: .30rem .30rem .30rem 0;
    margin-left: .30rem;
    position: relative;
    background: url(../images/demand_tag_dem@2x.png) right top no-repeat;
    background-size: auto 1.20rem;
}
.demand-detail .company-info .img{
    width: 1.20rem;
    height: 1.20rem;
    float: left;
    border-radius: 4px;
    margin-right: .20rem;
}
.demand-detail .company-info .img span{
    display: table-cell;
    width: 1.20rem;
    height: 1.20rem;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
}
.demand-detail .company-info .img span img{
    max-width: 1.16rem;
    height: 1.16rem;
    vertical-align: middle;
}
.demand-detail .company-info .company-con{
    overflow: hidden;
}
.demand-detail .company-info  .company-name{
    overflow: hidden;
    padding-top: .10rem;
}
.demand-detail .company-info  .company-name .name{
    display: block;
	max-width: 5.5rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .36rem;
    line-height: .46rem;
    color: #333;
    float: left;
    margin-right: .10rem;
}
.demand-detail .company-info  .company-name .isgf{
    color: #999;
    display:block;
    border-radius: 20px;
    font-size:12px;
    padding:.02rem .10rem;
    margin-left: .10rem;
    border: 1px solid #ebebeb;
    position: relative;
    float: left;
}
.demand-detail .company-info .time{
    color: #999;
    font-size: .32rem;
    padding-top: .10rem;
}
.demand-detail .item.content-supply .downApp{
    text-align: center;
    padding: .50rem 0;
}
.demand-detail .item.content-supply .downApp a{
     display: inline-block;
     line-height: .80rem;
     border: 1px solid #1AA138;
     border-radius: 2px;
     padding: 0 .20rem;
     color: #1AA138;
}
.demand-detail  .demand-sta{
    position: absolute;
    right: .30rem;
    top: .30rem;
}
.demand-detail  .demand-sta span{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    text-indent: -99999px;
}
.demand-detail  .demand-sta span.a1{
	background: url(../images/icon_order_a1.png) no-repeat;
	background-size:1.6rem auto;
}
.demand-detail  .demand-sta span.a2{
	background: url(../images/icon_order_a2.png) no-repeat;
	background-size:1.6rem auto;
}
.demand-detail  .demand-sta span.a3{
	background: url(../images/icon_order_a3.png) no-repeat;
	background-size:1.6rem auto;
}
.demand-detail .item .top-title{
    background: url(../images/icon_line.png) left center no-repeat;
    background-size: auto .35rem;
}
.demand-detail .item .top-title h2{
    margin: 0 .32rem;
    font-size: .38rem;
    color: #111;
    border-bottom: 1px solid #edeff0;
    line-height: 1.1rem;
}
.demand-detail .item .top-title b{
    color: #eb2f35;
    font-weight: normal;
}
.demand-detail .process-info{
    padding: .30rem;
}
.demand-detail .process-info img{
    display: block;
    width: 100%;
}
.demand-detail .item.adShow .con{
    padding: .30rem;
}
.demand-detail .item.adShow .con img{
    display: block;
    width: 100%;
}
.demand-detail .order-user-people{
    padding:0 .30rem .40rem .30rem;
}
.demand-detail .order-user-people ul li{
    padding-top: .35rem;
    margin-bottom: 0;
}
.demand-detail .order-user-people ul li img{
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: .30rem;
}
.demand-detail .order-user-people ul li .user-info {
    overflow: hidden;
    padding-top: .05rem;
    border-bottom: 1px solid #edeff0;
    padding-bottom: .30rem;
}
.demand-detail .order-user-people ul li:last-child .user-info{
    border-bottom: none;
}
.demand-detail .order-user-people ul li .user_name span{
    display: inline-block;
}
.demand-detail .order-user-people ul li .user_name span.name{
    color: #333;
	font-size:.40rem;
    margin-right: .10rem;
}
.demand-detail .order-user-people ul li .user_name span.zhiwei{
    display: inline-block;
	color: #b5b5b5;
	font-size: .32rem;
	padding: 2px 8px;
	background-color: #f6f6f7;
}
.demand-detail .order-user-people ul li .company-name{
    color: #999;
    font-size: .30rem;
    margin-top: .10rem;
}
.demand-detail  .supply-btn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.20rem;
	background-color:#fff;
}
.demand-detail  .supply-btn a{
	display: block;
	width: 50%;
	float: left;
	height: 1.20rem;
	text-align: center;
	line-height: 1.20rem;
	font-size: .36rem;
	color: #666;
}
.demand-detail  .supply-btn a.invi span{
	display: inline-block;
	background: url(../images/demand_icon_invite@2x.png) left center no-repeat;
	background-size:.60rem auto;
	padding-left: .70rem;
}
.demand-detail  .supply-btn a.doc-order-btn span{
	display: inline-block;
	background: url(../images/demand_icon_wyjd@2x.png) left center no-repeat;
	background-size:.60rem auto;
	padding-left: .70rem;
	color: #fff;
}
.demand-detail  .supply-btn a.a1{
	background-color:#F2565A;
}
.demand-detail .supply-btn a.a2{
	background-color: #cdcdcd;
}
.demand-detail .supply-btn-cle{
    height: 1.20rem;
}
.demandShareDwon{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.60rem;
    padding: .20rem .30rem;
    background: #FFFFFF;
    box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.16);
}
.demandShareDwon a{
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.20rem;
    font-size: .36rem;
    border-radius: 6px;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
}
.clearDwon{
    height: 1.60rem;
}
.demanViptipPop{
    width: 88%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10001;
}
.demanViptipPop .close{
    cursor: pointer;
    height: 1rem;
    background: url(../images/icon_close.png) right center no-repeat;
    background-size:auto .70rem;
    text-indent: -999999px;
}
.demanViptipPop .tipPopConShow{
    background-color: #fff;
    border-radius: 6px;
    width: 98%;
    margin: 0 auto;
}
.demanViptipPop .tipPopConShow .tiBar{
    border-bottom: 1px solid #eee;
    line-height: 1.40rem;
    color:#1A1A1A;
    font-size: .45rem;
    font-weight: bold;
    text-align: center;
}
.demanViptipPop .tipPopConShow .conShow{
    padding: .50rem;
    color: #333;
    font-size: .36rem;
    line-height: .50rem;
}
.demanViptipPop .tipPopConShow .btn{
    padding: .10rem .50rem .80rem .50rem;
    overflow: hidden;
}
.demanViptipPop .tipPopConShow .btn a{
    display: block;
    float: left;
    text-align: center;
    line-height: .95rem;
    width: 47%;
    font-size: .36rem;
    border-radius: 6px;
}
.demanViptipPop .tipPopConShow .btn a.buy{
    margin-right: 6%;
    color: #fff;
    border: 1px solid #05D157;
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
}
.demanViptipPop .tipPopConShow .btn a.share{
    color: #1AA138;
    border: 1px solid #1AA138;
    background-color: #F1FFF4;
}
.cd-popup.demandDetail{
    background-color: rgba(52, 58, 65, 0.600000); backdrop-filter: blur(15px);
}
/*需求列表*/
.demandListwrap .serchItem{
    background-color: #fff;
    height: 1.20rem;
}
.demandListwrap .serchItem a{
    padding: .20rem .40rem;
    display: block;
}
.demandListwrap .serchItem .box{
    height: .80rem;
    border-radius:20px;
    background: #F6F6F6;
}
.demandListwrap .serchItem .box::before{
    float: left;
    content: '';
    width: 1rem;
    height: .80rem;
    background: url(../images/icon_search_shop.png) center no-repeat;
    background-size:.40rem auto;
}
.demandListwrap .serchItem input{
    overflow: hidden;
    line-height: .80rem;
}
.demandListwrap .selectdrop{
    height: 1rem;
    background-color: #fff;
    width: 100%;
    z-index: 9;
}
.demandListwrap .selectdrop ul li{
    width: 33.3333%;
    float: left;
    text-align: center;
}
.demandListwrap .selectdrop ul li span{
    display: inline-block;
    color: #666;
    font-size: .35rem;
    line-height: .80rem;
    padding-right: .30rem;
    background: url(../images/icon_sele_below.png) right .35rem no-repeat;
    background-size:.20rem auto;
}
.demandListwrap .demandAd{
    background-color: #fff;
    margin-bottom: .20rem;
}
.demandListwrap .demandAd .img img{
    padding:.20rem .40rem .40rem .40rem;
    display: block;
    width: 100%;
}
.demandListwrap .demandList{
    margin-top:.20rem;
}
.demandListwrap .demandList ul li{
    background-color: #fff;
    margin-bottom: 10px;
    padding: .40rem;
}
.demandListwrap .demandList ul li .title-box .time{
    color: #999;
    font-size: .30rem;
    float: right;
    line-height: .56rem;
    margin-left: .10rem;
}
.demandListwrap .demandList ul li .title-box .title-info{
    overflow: hidden;
    line-height: .56rem;
}
.demandListwrap .demandList ul li .title-box .title-info .str{
    display: block;
    margin-right: .10rem;
    padding: 0 .15rem;
    font-size: .30rem;
    line-height: .45rem;
    float: left;
    position: relative;
    top: .05rem;
}
.demandListwrap .demandList ul li .title-box .title-info  .str-on{
    background: #E6FFEF;
    color:#06BE6A;
}
.demandListwrap .demandList ul li .title-box .title-info  .str-end{
    background: #EFEFEF;
    color:#666;
}
.demandListwrap .demandList ul li .title-box .title-info .title{
    display:block;
    float: left;
    max-width: 5.5rem;
    color: #333333;
    font-weight: bold;
    line-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .38rem;
}
.demandListwrap .demandList ul li .desc{
    color: #999;
    font-size: .35rem;
    line-height: .50rem;
    margin: .15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.demandListwrap .demandList ul li .labelShow .con-cell{
    width: 50%;
    float: left;
    padding-bottom:.30rem;
    border-bottom: 1px solid #eee;
    padding-right: .30rem;
}
.demandListwrap .demandList ul li .labelShow .con-cell span{
    display: block;
    float: left;
    color: #333;
}
.demandListwrap .demandList ul li .labelShow .con-cell span.t1{
    color: #999;
    font-size: .30rem;
}
.demandListwrap .demandList ul li .labelShow .con-cell span.t2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 3rem;
}
.demandListwrap .van-tabs .van-tabs__line{
    max-width:.50rem;
    height: 3px;
    background: #1AA138;
    border-radius: 3px 3px 3px 3px;
}
.demandListwrap .demandList ul li .footItem{
    height: .60rem;
    margin-top: .30rem;
}
.demandListwrap .demandList ul li .footItem span{
    display: block;
    float: left;
    margin-right: .40rem;
    line-height: .60rem;
    font-size: .30rem;
}
.demandListwrap .demandList ul li .footItem span b{
    font-weight: normal;
    color:#1AA138;
    padding-right: .10rem;
}
.demandListwrap .demandList ul li .footItem span.sign{
    margin-right: 0;
    border: 1px solid #1AA138;
    border-radius:2px;
    float: right;
    color: #1AA138;
    width: 1.8rem;
    text-align: center;
}
.demandListwrap .demandList ul li .footItem span.sign.end{
    border: 1px solid #ccc;
    color: #999;
}
.demandListwrap .topmenu{
    height: 1.2rem;
    background-color: #fff;
}
.demandListwrap .topmenu ul li{
    text-align: center;
    width: 20%;
    float: left;
    height: 1.20rem;
    position: relative;
}
.demandListwrap .topmenu ul li a{
    display: block;
    text-align: center;
    line-height: 1.20rem;
    color: #666;
    font-size: .36rem;
    line-height: 1.3rem;
}
.demandListwrap .topmenu ul li a.curr{
    font-weight: bold;
}
.demandListwrap .topmenu ul li a.curr::after{
    content: '';
    position: absolute;
    width: .50rem;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -.25rem;
    background-color: #1AA138;
    border-radius: 4px;
}
.demandListwrap .reportLsit{
    background-color: #fff;
    margin-top: .20rem;
}
.demandListwrap .demandList_tiBar{
    background-color: #fff;
    padding:0 .40rem;
    height: 1rem;
}
.demandListwrap .demandList_tiBar h2{
    display: block;
    float: left;
    line-height: 1rem;
    font-size: .37rem;
}
.demandListwrap .demandList_tiBar a{
    display: block;
    float: right;
    line-height: 1rem;
    padding-right: .35rem;
    padding-left: .40rem;
    background: url(../images/icon_vip_zhank.png) right .35rem no-repeat;
    background-size:.30rem auto;
    overflow: hidden;
}
.demandListwrap .reportLsit .list{
    padding: .20rem .40rem;
}
.demandListwrap .reportLsit .list ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom:20px;
    float: left;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
}
.demandListwrap .reportLsit .list ul li:nth-child(2n){
    margin-right: 0;
}
.demandListwrap .reportLsit .list ul li .img{
    width: 100%;
    overflow: hidden;
    height: 4.4rem;
}
.demandListwrap .reportLsit .list ul li .img img{
    width: 100%;
    display: block;
}
.demandListwrap .reportLsit .list ul li .info{
    padding:10px;
}
.demandListwrap .reportLsit .list ul li .title{
    color: #333;
    font-size: .38rem;
    line-height: .50rem;
    height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.demandListwrap .reportLsit .list ul li .price{
    color: #FF653D;
    font-size: .36rem;
    margin-top: 4px;
}
/*入驻申请广告*/
.ruzhuAdShow{
    background-color: #fff;
    padding: .40rem;
    margin-bottom: 10px;
}
.ruzhuAdShow .conShow{
    background: url(../images/ruzhuadBg.png) no-repeat;
    background-size:100% 100%;
}
.ruzhuAdShow .conShow .title{
    text-align: center;
    color: #fff;
    font-size: .37rem;
    font-weight: bold;
    padding: .30rem .50rem .10rem .50rem;
}
.ruzhuAdShow .conShow .title span{
     color: #fff;
}
.ruzhuAdShow .conShow .tipsShow{
    padding: 0 .70rem .10rem .70rem;
    overflow: hidden;
}
.ruzhuAdShow .conShow .tipsShow span{
    display:block;
    float: left;
    color: #fff;
    font-size: .26rem;
    width: 30%;
    float: left;
    margin: 0 5% .10rem 0;
}
.ruzhuAdShow .conShow .tipsShow span:nth-child(3n){
    margin-right: 0;
}
.ruzhuAdShow .cmfAdShow{
    margin-bottom: .30rem;
}
.ruzhuAdShow .cmfAdShow img{
    display: block;
    width: 100%;
}
.ruzhuAdShow .item:last-child{
    margin-bottom: 0;
}
.ruzhuAdShow .conShow img{
    display: block;
    width: 100%;
}