.content-wrap {
    padding: 1.17333rem 0 0;
}

.content-wrap .product-category-wrap {
    padding: .4rem;
}

.content-wrap .product-category-wrap > a {
    float: left;
    text-align: center;
    width: 2.88rem;
    height: 1.066667rem;
    line-height: 1.066667rem;
    background: #fff;
    margin: .266667rem .266667rem 0 0;
    border-radius: .066667rem;
    font-size: .346667rem;
    color: #333;
    -webkit-box-shadow: 0 0.02667rem 0.13333rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.02667rem 0.13333rem rgba(0, 0, 0, 0.05);
}

.content-wrap .product-category-wrap > a:nth-of-type(3n) {
    margin-right: 0;
}

.content-wrap .swiper-pagination {
    bottom: .2rem;
}

.content-wrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0 .066667rem;
    width: .106667rem;
    height: .106667rem;
    opacity: 0.5;
    background: #fff;
}

.content-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.content-wrap .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.content-wrap .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.content-wrap .agency-wrap .agency-title {
    text-align: center;
    line-height: 1;
}

.content-wrap .agency-wrap .agency-title h3 {
    margin-top: 1.04rem;
    font-size: .48rem;
    font-weight: normal;
    color: #333;
}

.content-wrap .agency-wrap .agency-title h4 {
    font-weight: bold;
    font-size: .24rem;
    color: #ccc;
    margin: .133333rem 0 .466667rem;
}

.content-wrap .agency-wrap .agency-introduce .swiper-slide {
    width: 8.933333rem;
    height: 7.333333rem;
    margin: 0 .133333rem;
}

.content-wrap .agency-wrap .agency-introduce .swiper-slide img {
    width: 100%;
}

.content-wrap .choiceness-wrap {
    padding: 0 .4rem;
}

.content-wrap .choiceness-wrap .choiceness-title {
    text-align: center;
    padding: 0 0 .08rem;
}

.content-wrap .choiceness-wrap .choiceness-title h3 {
    font-size: .48rem;
    color: #333;
    line-height: 1;
    margin: .44rem 0 .133333rem;
}

.content-wrap .choiceness-wrap .choiceness-title h4 {
    color: #ccc;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1;
}

.content-wrap .choiceness-wrap .choiceness-list {
    padding: 0 0 .84rem;
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item {
    width: 4.48rem;
    height: 4rem;
    float: left;
    margin-top: .32rem;
    position: relative;
    overflow: hidden;
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item:nth-of-type(2n) {
    float: right;
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item .choiceness-list-item-mask {
    width: 100%;
    height: 1.466667rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: .373333rem;
    text-align: center;
    line-height: 1.466667rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item .choiceness-list-item-mask:before, .content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item .choiceness-list-item-mask:after {
    content: '';
    width: .813333rem;
    height: .04rem;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item .choiceness-list-item-mask:before {
    left: .48rem;
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item .choiceness-list-item-mask:after {
    right: .48rem;
}

.content-wrap .choiceness-wrap .choiceness-list .choiceness-list-item.cur-click .choiceness-list-item-mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.content-wrap .partner-wrap {
    position: relative;
    padding: 1.026667rem .386667rem 0;
}

.content-wrap .partner-wrap .partner-title {
    text-align: center;
    line-height: 1;
}

.content-wrap .partner-wrap .partner-title h3 {
    font-size: .48rem;
    font-weight: normal;
    color: #333;
}

.content-wrap .partner-wrap .partner-title h4 {
    font-weight: bold;
    font-size: .24rem;
    color: #ccc;
    margin: .133333rem 0 .093333rem;
}

.content-wrap .partner-wrap .partner-list {
    position: relative;
    padding-bottom: 1.306667rem;
}

.content-wrap .partner-wrap .partner-list .partner-list-item {
    width: 30%;
    height: 1.44rem;
    border: .013333rem solid #e6e6e6;
    float: left;
    margin: .266667rem 5% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-wrap .partner-wrap .partner-list .partner-list-item:nth-of-type(3n) {
    margin-right: 0;
}

.content-wrap .partner-wrap .partner-list .partner-list-item img {
    width: 100%;
}

.content-wrap .partner-wrap .partner-list .swiper-pagination-bullets {
    bottom: .733333rem;
}

.content-wrap .partner-wrap .partner-list .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #e5e5e5;
    width: .133333rem;
    height: .133333rem;
    border-radius: 100rem;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    opacity: 1;
    margin: 0 .2rem;
}

.content-wrap .partner-wrap .partner-list .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.content-wrap .partner-wrap .partner-list .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.content-wrap .partner-wrap .partner-list .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff9543;
}

.content-wrap .team-wrap .team-title {
    text-align: center;
}

.content-wrap .team-wrap .team-title h3 {
    font-size: .48rem;
    color: #333;
    line-height: 1;
}

.content-wrap .team-wrap .team-title h4 {
    font-size: .293333rem;
    color: #999;
    line-height: 1;
    padding: .133333rem 0 .64rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam,
.content-wrap .team-wrap .team-introduce #doctorTeam {
    padding-bottom: 1.6rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide {
    width: 7rem !important;
    height: 3.266667rem;
    background: #fff;
    -webkit-box-shadow: 0 .026667rem .106667rem #ebebeb;
    box-shadow: 0 .026667rem .106667rem #ebebeb;
    margin: 0 .2rem;
    -webkit-box-shadow: border-box;
    box-shadow: border-box;
    padding: .186667rem .32rem 0;
    border-radius: .066667rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide > p,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide > p {
    font-size: .293333rem;
    color: #333;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide .elite-info,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide .elite-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .2rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide .elite-info .elite-info-portrait,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide .elite-info .elite-info-portrait {
    width: 1.573333rem;
    height: 1.573333rem;
    margin-right: .493333rem;
    margin-left: .106667rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide .elite-info .elite-info-job,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide .elite-info .elite-info-job {
    padding: 0 .226667rem;
    background: #ff9543;
    border-radius: .066667rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    height: .346667rem;
    line-height: .346667rem;
    display: inline-block;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide .elite-info h3,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide .elite-info h3 {
    color: #333;
    font-size: .4rem;
    line-height: 1;
    padding-bottom: .16rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-wrapper > div.swiper-slide .elite-info p,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide .elite-info p {
    font-size: .24rem;
    color: #999;
    padding-top: .16rem;
    line-height: 1;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-pagination,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-pagination {
    bottom: 1.066667rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-pagination .swiper-pagination-bullet,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-pagination .swiper-pagination-bullet {
    width: .213333rem;
    height: .106667rem;
    border-radius: 0;
    background: #f5f5f5;
    opacity: 1;
    margin: 0 !important;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-pagination .swiper-pagination-bullet:first-child,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-pagination .swiper-pagination-bullet:first-child {
    border-radius: .053333rem 0 0 .053333rem;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-pagination .swiper-pagination-bullet:last-chlid,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-pagination .swiper-pagination-bullet:last-chlid {
    border-radius: 0 .053333rem .053333rem 0;
}

.content-wrap .team-wrap .team-introduce #eliteTeam .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff9543;
    border-radius: .053333rem;
}

.content-wrap .team-wrap .team-introduce #doctorTeam {
    padding-bottom: 2.4rem;
}

.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-wrapper > div.swiper-slide {
    height: 1.866667rem;
}

.content-wrap .team-wrap .team-introduce #doctorTeam .swiper-pagination {
    bottom: 0.5rem;
}

.content-wrap .knowledge-wrap {
    background: #f5f5f5;
    padding-top: .8rem;
    padding-bottom: .533333rem;
}

.content-wrap .knowledge-wrap .knowledge-title {
    text-align: center;
}

.content-wrap .knowledge-wrap .knowledge-title h3 {
    font-size: .48rem;
    color: #333;
    line-height: 1;
}

.content-wrap .knowledge-wrap .knowledge-title h4 {
    font-size: .293333rem;
    color: #999;
    line-height: 1;
    padding: .133333rem 0 .4rem;
}

.content-wrap .knowledge-wrap .knowledge-content {
    width: 9.2rem;
    background: #fff;
    margin: 0 auto;
    padding-bottom: .266667rem;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.04rem;
    line-height: 1.04rem;
    width: 2.266667rem;
    font-size: .32rem;
    color: #808080;
    text-align: center;
    position: relative;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs a.cur {
    color: #ff9000;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs a.cur:before {
    content: '';
    width: 100%;
    height: .053333rem;
    background: #ff9000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs a:after {
    content: '';
    width: .026667rem;
    height: .533333rem;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-wrap .knowledge-wrap .knowledge-content .tabs a:last-child:after {
    width: 0;
    height: 0;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content {
    padding: 0 .266667rem;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div.hide {
    display: none;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4rem 0;
    border-bottom: .026667rem dashed #e6e6e6;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div a:last-child {
    border-bottom: 0;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div a .thumb {
    width: 2.4rem;
    height: 1.6rem;
    overflow: hidden;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div a .info {
    width: 5.866667rem;
    margin-left: .266667rem;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div a .info .title {
    font-size: .373333rem;
    color: #333;
    height: 1.066667rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-wrap .knowledge-wrap .knowledge-content .tabs-content > div a .info .date {
    font-size: .266667rem;
    color: #999;
    line-height: 1;
    padding-top: .213333rem;
}

.content-wrap .knowledge-wrap .knowledge-content .more {
    color: #fff;
    background: #ff9000;
    display: block;
    text-align: center;
    font-size: .373333rem;
    line-height: .96rem;
    height: .96rem;
    width: 8.666667rem;
    margin: 0 auto;
}

.product-category-container {
    /*padding: 0 0 0 0.267rem;*/
    margin: 0.8rem 0;
    box-sizing: border-box;
}

.product-category-container .container-navs {
    display: flex;
    overflow-x: auto;
    position: relative;
    padding: 0 0.267rem 0.267rem 0;
}

.product-category-container .container-navs::-webkit-scrollbar{
    width: 0!important;
}
.product-category-container .container-navs-wrap{
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    padding: 0 0.533rem;
}
.product-category-container .container-navs-wrap:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.533rem;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 9;
    transform: translateX(100%);
}
.product-category-container .container-navs-wrap:after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0.533rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
    transform: translateX(-100%);
}

.product-category-container .container-navs .nav-item{
    margin: 0 0.267rem;
    font-size: 0.427rem;
    font-weight: 500;
    color: #666666;
    white-space: nowrap;
    position: relative;
}
.product-category-container .container-navs .nav-item.active{
    position: relative;
    font-size: 0.347rem;
    font-weight: bold;
    color: #413D47;
}
.product-category-container .container-navs .nav-item.active::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    background: #FF9900;
    box-shadow: 0px 6px 2px rgba(255, 153, 0, 0.2);
    border-radius: 1.333rem;
}

.product-category-container .container-navs .nav-item:first-child{
    margin-left: 0.267rem;
}
.product-category-container .container-navs .nav-item:last-child{
    margin-right: 0.267rem;
}
.container-navs .nav-item.cur{
    position: relative;
    color: #413D47;
    font-weight: 600;
    font-size: 0.427rem;
}

.container-navs .nav-item.cur:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 0.16rem;
    background: #FF9900;
    box-shadow: 0px 6px 2px rgba(255, 153, 0, 0.2);
    border-radius: 1.333rem;
    z-index: -1;
}

.product-category-container .container-list{
    padding: 0 0.4rem;
    box-sizing: border-box;
    display: none;
    margin-bottom: 0.267rem;
}
.container-list .list-item{
    margin-bottom: 0.533rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-item .item-img{
    width: 2.533rem;
    height: 3.067rem;
    border-radius: 8px;
    overflow: hidden;
}

.list-item .item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}
.list-item .item-info{
    /*margin-left: 0.267rem;*/
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    width: calc(100% - 0.267rem - 2.533rem);
}

.list-item .item-info .info-title{
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*width: calc(100% - 0.8rem - 2.533rem - 0.267rem);*/
}

.list-item .item-info .info-desc{
    font-size: 0.347rem;
    font-weight: 400;
    height: 1.507rem;
    line-height: 0.507rem;
    color: #999999;
    /*flex: 1;*/
    margin-top: 0.16rem;
    margin-bottom: 0.133rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.list-item .item-info .info-desc p{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.list-item .item-info .info-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-footer .info-price .price{
    font-size: 0.507rem;
    color: #FF5724;
}

.info-footer .info-price .price-txt{
    font-size: 0.293rem;
    color: #999999;
}

.info-footer .info-btn{
    background: #FF9900;
    border-radius: 0.107rem;
    padding: 0.067rem 0.347rem;
    font-size: 0.373rem;
    color: #FFFFFF;
}

.show-more{
    text-align: center;
    width: 100%;
}

.show-more .more-btn{
    font-size: 0.347rem;
    line-height: 0.907rem;
    color: #FF9900;
}

.img-loading-wrap{
    width: 2.533rem;
    height: 3.067rem;
    background: url("/assets/wap/resources/images/img_placeholder.png") #f5f5f5 no-repeat center;
    background-size: 100%;
}
.load8{
    position: relative;
    height: 100%;
}
.load8 .loader {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 153, 0, 0.2);
    border-right: 5px solid rgba(255, 153, 0, 0.2);
    border-bottom: 5px solid rgba(255, 153, 0, 0.2);
    border-left: 5px solid #ff9900;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    /*left: 50%;*/
    top: 35%;
    /*transform: translate(-50%, -50%);*/
}
.load8 .loader,
.load8 .loader:after {
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


