img {
    user-select: none;
    -webkit-user-drag: none;
}

.s2b2cSlideItem, .s2bSlideItem {
    color: #fff;
}

.s2b2cSlideItem .swiper-item .fullLink .swiper-content .btns p, .s2bSlideItem p {
    color: #fff;
}

.s2b2cSlideItem .btns a.btn-banner, .s2bSlideItem .btns a.btn-banner {
    background-color: #fff;
    border: none;
    margin-bottom: 150px;
    margin-top: 26px;
}

.s2b2cSlideItem a .btns {}

.s2b2cSlideItem a .btns > h1 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
}

.s2b2cSlideItem a .btns > h2 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    text-align: left;
}

.fakeA-wrap {
    margin-top: 26px;
}

.fullLink {
    position: relative;
    z-index: 2;
    width: 48%;
}

.index.pro-center .s3 .com-logo {
    width: 1152px;
}

.zixun_ul {
    padding-top: 22px;
}

.zixun_ul li:first-child {
    margin-top: 0;
}

.zixun_ul li {
    width: 330px !important;
    list-style-type: disc;
    margin-top: 13px;
    margin-left: 6px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style-position: inside;
}
.zixun_ul li a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.zixun_ul li:hover {
    color: #F06A1D;
}
.zixun_ul li a:hover {
    color: #F06A1D;
}

.zixun_check_detail {
    width: 390px;
    height: 40px;
    background: #F06A1D;
    display: none;
}

.zixun_check_detail .readDetail {
    height: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(240, 106, 29, 1);
    color: #fff;
    margin: 0 auto;
}
.zixun_check_detail .readDetail img{
    width: 16px;
    height: 16px;
}
.business-service-active{
    position: relative;
    top: -18px;
}
.business-service-active .zixun_check_curr{
    display: block;
}

.e_commerce_information_recommend {
    background: #fff;
}
.e_commerce_information_recommend * {
    margin: 0;
    padding: 0;
}
.e_commerce_information_recommend > ul {
    width: 100%;
    height: 66px;
    box-shadow: 0px 1px 0px 0px #EBEBEB;

    display: flex;
    align-items: center;

    padding: 0 150px;
}
.e_commerce_information_recommend > ul > li {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 16px;

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

    cursor: pointer;

    padding: 0 50px;

    width: auto !important;
}
.e_commerce_information_recommend > ul > li::after {
    content: " ";
    width: 100%;
    height: 3px;
    background: transparent;

    display: block;
    margin-top: 21px;
}
.e_commerce_information_recommend > ul > li.ecir_active {
    color: #F06A1D;
}
.e_commerce_information_recommend > ul > li.ecir_active::after {
    background: #F06A1D;
}

.e_commerce_information_recommend_list {
    padding: 40px 24px;
    height: 458px;
}
.e_commerce_information_recommend_list_item {
    width: 100%;
    height: 100%;
}

.e_commerce_information_recommend_list_item > ul {
    width: calc((100% - 48px * 2) / 3);
    display: flex;
    flex-direction: column;
}
.e_commerce_information_recommend_list_item > ul:not(:last-child) {
    margin-right: 48px;
}
.e_commerce_information_recommend_list_item > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    display: block;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e_commerce_information_recommend_list_item > ul > li > a:hover {
    color: #F06A1D;
}
.e_commerce_information_recommend_list_item > ul > li > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}

.e_commerce_information_recommend_list_item_imgText {}
.e_commerce_information_recommend_list_item_imgText > li {
    width: 100% !important;
}
.e_commerce_information_recommend_list_item_imgText > li > img {
    width: 100%;
    height: 242px;
    margin-bottom: 24px;
    object-fit: cover;
}
.e_commerce_information_recommend_list_item_imgText > li > a {
    margin-bottom: 12px;
}
.e_commerce_information_recommend_list_item_imgText > li > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    margin-bottom: 13px !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.e_commerce_information_recommend_list_item_text > li {
    width: 100% !important;

    display: flex;
    flex-direction: column;
}
.e_commerce_information_recommend_list_item_text > li:not(:last-child) {
    margin-bottom: 32px;
}
.e_commerce_information_recommend_list_item_text > li > a {
    margin-bottom: 8px;
}
