/* 用户自定义 CSS */

.sk-product-info-pintuan-join.x-component {
    padding: 0 20px;
}
.other-item--box{
  border-radius:10px;overflow:hidden;
}
.grid-item-a{
border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.index-grid-text-wrap{
 border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; 
}

@media screen and (min-width:768px) {
.posts-item-body {
    height: 80px;
}}

@media screen and (min-width: 768px){
.procontent img {
    max-width: 1400px;
    width:100%;
}}

.indexSection0 .index-display-item:first-child {
    margin-left:0!important;
}
/* 浮窗广告 */
.advertise_wrap{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.advertise{
    width: 60px;
    height: auto;
    /* background-color: #fff; */
    /* border: 2px solid #333; */
    border-radius: 5px;
}
.advertise>a,.advertise>a>img{
    width: 100%;
    display: block;
}
.ad_qrCode,.ad_consult,.ad_form{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color:#f4f8ff;
    /* border: 2px solid #333333; */
    border-radius: 5px;
    margin-bottom: 1px;
    margin-right: 1px;
    box-shadow: 0 0 3px #999;
}
.ad_qrCode,.ad_consult{
    position: relative;
}
.ad_qrCode_info,.ad_consult_info,.ad_qrCode_info_mask{
    position: absolute;
    right: 74px;
    top: 0;
    width: 150px;
    background-color: #fff;
    /* border: 1px solid #333; */
    display: none;
    box-shadow: 0 0 15px #999;
    border-radius: 5px;
}
.ad_qrCode_info{
    display: block;
}
.ad_qrCode_info_wrapper{
    position: relative;
}
.ad_qrCode_info_wrapper .close{
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    display: block;
}
.ad_qrCode_info_wrapper .close>svg{
    width: 24px;
    height: 24px;
    fill: #999;
}
.ad_qrCode_pic_wrap{
    position: relative;
}
.ad_qrCode_pic_wrap::after{
    content: '';
    display: block;
    width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 16px solid #fff;
      font-size: 0;
      line-height: 0;
      transform: rotate(90deg);
      position: absolute;
      right: -14px;
      top: 26px;
      /* position: absolute;
      right: -14px;
      top: 26px;
      border: 10px solid;
    border-color: #FFFFFF;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); */
}
.ad_qrCode_pic_wrap .scan{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ad_consult_pic_wrap::after{
    content: '';
    display: block;
    width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 16px solid #fff;
      font-size: 0;
      line-height: 0;
      transform: rotate(90deg);
      position: absolute;
      right: -14px;
      top: 26px;
}

.ad_qrCode_pic_wrap,.ad_consult_pic_wrap{
    padding: 10px 10px 5px;
}
.ad_consult_pic_wrap .scanWeChat{
    margin: 0;
    text-align: center;
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}
.ad_qrCode_pic_wrap>img,.ad_consult_pic_wrap>img{
    width: 100%;
    display: block;
}
.ad_list_icon{
    width: 34px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ad_qrCode_text{
    width: 70%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #859fce;
    color: #ffffff;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto 10px;
}
.ad_consult_text{
    padding: 0 15px;
    text-align: center;
    /* background-color: orange; */
}
.ad_consult_line_text{ 
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.ad_consult_line{
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    color: #000000;
}
.ad_list>div:hover{
    background-color: #859fce;
    border-color: #859fce;
}
.ad_list_text{
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    line-height: 18px;
}
.ad_form .ad_list_box{
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
}
.ad_form .ad_list_text_show{
    width: 100%;
    height: 60px;
    display: none;
}
.ad_qrCode_intro{
    margin: 0;
    line-height: 15px;
    color: #000;
    text-align: center;
    font-size: 12px;
}
.m_form{
    width: 100%;
    display: none;
    z-index: 999;
}
.m_form>a>img{
    display: block;
    width: 60px;
    margin: 7px;
}
#_cl_qrcode{
    width: 130px;
    height: 130px;
}

@media screen and (max-width: 768px) {
    .advertise_wrap{
        display: none;
    }
    .m_form{
        display: block;
        position: fixed;
        bottom: 0;
        
    }
    .m_form_bottom{
        width: calc(100% - 14px);
        height: 62px;
        background-color: #fff;
        display: none;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0 15px #999;
        padding: 0 7px;
    }
    .m_form>a{
        display: block;
        position: fixed;
        right: 0;
        bottom: 118px;
    }
    .m_form_bottom .close,.m_form_bottom .close>svg{
        width: 30px;
        height: 30px;
        display: block;
    }
    .m_form_bottom .close{
        margin-left: 8px;
        margin-right: 10px;
    }
    .m_form_bottom_text{
        display: flex;
        align-items: center;
    }
    .m_form_bottom .line{
        background-color:#fd6522;
        color: #fff;
        padding: 5px 10px;
        height: 30px;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }
    .m_form_bottom .line>svg{
        width: 30px;
        height: 30px;
    }
}