* {
    font-family: PingFang SC;
}

.btn-div .btn {
    background: linear-gradient(300deg, #ff7272, #fd4146);
}

.section-1 {
    height: 425px;
    background: url(../images/00-banner.jpg) no-repeat center top;
    background-size: cover;
}

.section-1 .btn-div .btn-border-blue:hover {
    color: #fe4e52;
}

.section-1 .container {
    position: relative;
    height: 390px;
}

.section-1 .btn-wrap {
    padding-top: 71px;
    width: 600px;
}

.section-1 .btn-div {
    text-align: left;
    margin-top: 35px;
}

.section-1 .btn-wrap .btn-line:hover {
    background: linear-gradient(90deg, #fe203a, #fe7f66);
    color: #FFFFFF;
}

.section-1 .btn-wrap .desc {
    color: #FFFFFF;
    margin-bottom: 35px;
}

.section-1 .btn-wrap .desc p {
    font-size: 44px;
    font-weight: 600;
}

.section-1 .btn-wrap .desc span {
    font-size: 22px;
    display: inline-block;
    line-height: 48px;
}

.section-2 {
    box-shadow: 0px 10px 30px 0px rgba(93, 93, 93, 0.1);
    padding: 27px 0px;
}

.section-2 .container .info {
    width: 50%;
    float: left;
}

.section-2 .container .info div {
    display: inline-block;
    margin-left: 20px;
}

.section-2 .container .info div h4 {
    font-size: 24px;
}

.section-2 .container .info div span {
    font-size: 16px;
    color: rgba(136, 136, 136, 1);
}

.section-2 .container .form {
    width: 50%;
    float: right;
    padding-top: 10px;
}

.section-2 .container .form .input {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.section-2 .container .form .input input {
    padding: 8px 10px;
    height: 30px;
    width: calc(100% - 20px);
    font-size: 14px;
    border: 1px solid #d0cdcd;
}

.section-2 .container .form .btn {
    float: left;
    width: 160px;
    height: 48px;
    background: linear-gradient(300deg, #ff7272, #fd4146);
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}

.section-3 .container .info {
    width: 50%;
    float: left;
}

.section-3 .container .form {
    width: 40%;
    float: right;
    padding-top: 40px;
}

.section-3 .container .form .h1 {
    font-size: 34px;
    color: #333;
    font-weight: 600;
}

.section-3 .container .form span {
    font-size: 15px;
    color: #888888;
    display: inline-block;
    line-height: 34px;
    margin: 10px 0px;
    width: 433px;
}

.section-3 .btn-div {
    text-align: left;
    margin-top: 20px;
}

.section-4 {
    background: #F9F9F9;
}

.section-4 .content {
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px #52555a1a;
    border-radius: 5px;
}

.section-4 .content .btn-div {
    padding: 45px 0 58px 0;
    margin: 0;
}

.section-4 .content-div {
    display: inline-block;
    margin-top: 58px;
    padding: 0 50px;
}

.section-4 .content-div:nth-child(2) {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.section-4 .content-div .img-div {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 600;
    font-style: italic;
    color: #fd4146;
}

.section-4 .content-div .title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.section-4 .content-div .desc {
    font-size: 14px;
    color: #BBBBBB;
}

.section-4 .content-div .contetn {
    font-size: 15px;
    color: #878787;
    width: 288px;
    margin-top: 17px;
    line-height: 28px;
}

.section-4 .content-div .title-div {
    display: inline-block;
    margin-left: 18px;
}

.section-5 .img {
    height: 440px;
    background: url(../images/3f-img.png) no-repeat center top;
}

.section-6 {
    background: #F9F9F9;
}

.section-6 .content {
    margin-top: 120px;
}

.section-6 .content-div {
    display: inline-block;
    padding: 58px 35px 0;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px #52555a1a;
    transition: all ease 300ms;
}

.section-6 .content-div:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.section-6 .content-div:nth-child(2) {
    margin: 0 45px;
}

.section-6 .content-div .top {
    text-align: center;
    position: relative;
}

.section-6 .content-div .img-div {
    width: 94px;
    height: 94px;
    margin: -108px auto auto;
}

.section-6 .content-div:nth-child(1) .img-div {
    background: url("../images/4f-img1.png") no-repeat center;
}

.section-6 .content-div:nth-child(2) .img-div {
    background: url("../images/4f-img2.png") no-repeat center;
}

.section-6 .content-div:nth-child(3) .img-div {
    background: url("../images/4f-img3.png") no-repeat center;
}

.section-6 .content-div .title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 20px 0;
}

.section-6 .content-div .desc {
    width: 280px;
    height: 46px;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    background: linear-gradient(300deg, #fe7b7b, #fd4146);
}

.section-6 .content-div .contetn {
    font-size: 16px;
    color: #878787;
    width: 277px;
    margin-top: 17px;
    line-height: 32px;
}

.section-6 .content-div .link {
    text-align: center;
    padding: 23px 0 32px;
}

.section-6 .content-div .link a {
    color: #F62F33;
    font-size: 16px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.section-6 .content-div .link a:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 1px solid #ff0000;
    transform: rotate(45deg);
    border-top: 1px solid #ff0000;
    position: absolute;
    top: 8px;
    right: 60px;
}

.section-7 .section-title span {
    margin-bottom: 20px;
}

.section-7 .slide .hd ul {
    margin-right: -20px;
}

.section-7 .slide .hd ul li {
    float: left;
    width: 257px;
    height: 245px;
    cursor: pointer;
    border: 1px solid #E6E7EB;
    text-align: center;
    background: #fff;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.section-7 .slide .hd ul li.item-pull {
    margin-left: 313px;
}

.section-7 .slide .hd ul li.item-big {
    width: 358px;
}

.section-7 .slide .hd ul li .img {
    width: 90px;
    height: 77px;
    background: url(../images/5f-icon.png) no-repeat;
    margin: 30px auto 20px;
}

.section-7 .slide .hd ul li.item-1 .img {
    background-position: -2px 0;
}

.section-7 .slide .hd ul li.item-2 .img {
    background-position: -190px 0;
}

.section-7 .slide .hd ul li.item-3 .img {
    background-position: -375px 0;
}

.section-7 .slide .hd ul li.item-4 .img {
    background-position: -565px 0;
}

.section-7 .slide .hd ul li.item-5 .img {
    background-position: -745px 0;
}

.section-7 .slide .hd ul li.item-6 .img {
    background-position: -930px 0;
}

.section-7 .slide .hd ul li h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}

.section-7 .slide .hd ul li p {
    font-size: 16px;
    color: #878787;
    margin: 0 30px;
    line-height: 22px;
}

.section-7 .slide .hd ul li.on {
    background: linear-gradient(to bottom, #0090ff, #0163ae);
}

.section-7 .slide .hd ul li.on h3 {
    color: #fff;
}

.section-7 .slide .hd ul li.on p {
    color: #fff;
}

.section-7 .slide .hd ul li.on .img {
    background-position-y: -160px;
}

.section-7 .slide .bd {
    float: left;
    margin-right: 20px;
    margin-top: -35px;
}

.section-8 {
    background: url('../images/6f-bg.jpg') no-repeat center;
    padding: 100px 0 90px 0;
}

.section-8 .section-title span {
    color: #FFFFFF;
}

.section-8 .section-title p {
    color: #FFFFFF;
}

.section-8 .swiper-container3 {
    width: 1200px;
    height: 250px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.section-8 .swiper-container3 .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    left: -102px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide {
    height: 210px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 7px 24px 0 rgba(206, 29, 0, .47);
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img-div {
    width: 60px;
    height: 60px;
    background: url(../images/6f-icon.png) no-repeat center;
    margin-top: 22px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img1 {
    background-position-x: -3px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img2 {
    background-position-x: -133px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img3 {
    background-position-x: -263px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img4 {
    background-position-x: -393px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img5 {
    background-position-x: -523px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img6 {
    background-position-x: -653px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img7 {
    background-position-x: -783px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img8 {
    background-position-x: -913px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img9 {
    background-position-x: -1043px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img10 {
    background-position-x: -1173px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img11 {
    background-position-x: -1300px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img12 {
    background-position-x: -1430px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img13 {
    background-position-x: -1560px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img14 {
    background-position-x: -1690px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img15 {
    background-position-x: -1820px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img16 {
    background-position-x: -1950px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img17 {
    background-position-x: -2080px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img18 {
    background-position-x: -2210px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img19 {
    background-position-x: -2340px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img20 {
    background-position-x: -2470px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img21 {
    background-position-x: -2600px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide .img22 {
    background-position-x: -2730px;
    background-position-y: 5px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide img {
    margin-top: 28px;
    width: 102px;
    height: 94px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide div {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide div p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    padding: 10px 0 20px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide div a {
    display: inline-block;
    width: 93px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(to right, #fe4246, #fe7c7c);
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide-active {
    background: linear-gradient(0deg, #fe4246, #fe8e8e);
    box-shadow: 0 7px 24px 0 rgba(206, 29, 0, .47);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide-active .img-div {
    background-position-y: -100px;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide-active div p {
    color: #FFFFFF;
}

.section-8 .swiper-container3 .swiper-wrapper .swiper-slide-active div a {
    color: #FE4746;
    background: #FFFFFF;
}

.section-8 .swiper-button-prev:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 29px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.section-8 .swiper-button-next, .section-8 .swiper-div {
    width: 1500px;
    text-align: center;
    margin: 0 auto;
}

.section-8 .swiper-button-next, .section-8 .swiper-button-prev {
    position: inherit;
    display: inline-block;
    margin: 0 32px 84px 0;
}

.section-8 .swiper-button-next {
    content: '';
    width: 29px;
    height: 29px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(225deg);
    margin-left: 14px;
}

.section-99 {
    background: #FAFAFA;
}

.section-99 .content-div {
    display: inline-block;
    padding: 38px 27px 38px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px #52555a1a;
    transition: all ease 300ms;
}

.section-99 .content-div:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.section-99 .content-div:nth-child(2) {
    margin: 0 15px;
}

.section-99 .content-div:nth-child(3) {
    margin-right: 15px;
}

.section-99 .content-div .top {
    text-align: center;
    position: relative;
}

.section-99 .content-div .img-div {
    width: 94px;
    height: 94px;
    margin: 0 auto;
}

.section-99 .content-div:nth-child(1) .img-div {
    background: url("../images/7f-icon1.png") no-repeat center;
}

.section-99 .content-div:nth-child(2) .img-div {
    background: url("../images/7f-icon2.png") no-repeat center;
}

.section-99 .content-div:nth-child(3) .img-div {
    background: url("../images/7f-icon3.png") no-repeat center;
}

.section-99 .content-div:nth-child(4) .img-div {
    background: url("../images/7f-icon4.png") no-repeat center;
}

.section-99 .content-div .title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 15px 0;
}

.section-99 .content-div .contetn {
    font-size: 16px;
    color: #878787;
    width: 232px;
    line-height: 32px;
}

.section-10 .content-div {
    display: inline-block;
}

.section-10 .content-div:nth-child(2) {
    margin-right: 122px;
}

.section-10 .content {
    float: right;
    margin: 100px 0 0 37px;
    transition: all ease 300ms;
}

.section-10 .content-div:hover .content {
    webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.section-10 .content p {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.section-10 .content p:after {
    content: 'HOT';
    color: #FE4246;
    font-size: 13px;
    width: 42px;
    height: 20px;
    border: 1px solid #fe4246;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 30px;
}

.section-10 .content-div:nth-child(3) .content p:after {
    content: 'NEW';
    color: #02E084;
    right: 5px;
    border: 1px solid #02E084;
}

.section-10 .content span {
    width: 261px;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    display: inline-block;
}

.section-10 .content .btn-div {
    margin-top: 37px;
    text-align: left;
}

.section-10 .img {
    display: inline-block;
    width: 220px;
    height: 430px;
    background: url(../images/8f-img1.png) no-repeat center top;
}

.section-10 .img1 {
    display: inline-block;
    width: 220px;
    height: 430px;
    background: url(../images/8f-img2.png) no-repeat center top;
}

.section-11 {
    background-color: #FAFAFA;
}

.section-11 .list {
    margin-right: -30px;
}

.section-11 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-11 .list li {
    width: 340px;
    float: left;
    margin-right: 30px;
    padding: 33px 19px 45px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px #53565a1a;
    border-radius: 5px;
}

.section-11 .list li h3 {
    font-size: 20px;
    text-align: center;
}

.section-11 .list li h3:after {
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #f91f28;
    margin: 15px auto 20px;
}

.section-11 .list li dl {
    margin-bottom: 20px;
}

.section-11 .list li dl dt {
    position: relative;
    height: 183px;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 5px;
}

.section-11 .list li dl dt .title {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.section-11 .list li dl dt .cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.section-11 .list li dl dt img {
    width: 340px;
    height: 183px;
    transition: all .2s;
}

.section-11 .list li dl dt:hover img {
    transform: scale(1.06);
}

.section-11 .list li dl dd {
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-11 .list li .l-btn {
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all .2s;
    text-align: center;
    color: #F92128;
    border: 1px solid #F92128;
    display: block;
    margin: 0 auto;
}

.section-11 .list li .l-btn:hover {
    color: #fff;
    background: linear-gradient(300deg, #ff7272, #fd4146);
}

@media screen and (max-width: 768px) {
    .list p {
        font-size: 1.25rem;
        line-height: 2.4rem;
        color: #888888;
    }

    .mob-btn-div .mob-btn-red {
        border-radius: 0;
        background: linear-gradient(90deg, #fe4646, #ff7573);
        line-height: 2rem;
    }

    .mob-s1 {
        background-color: #FAFAFA;
        box-shadow: 0px 10px 30px 0px #5d5d5d1a;
        padding-bottom: 2rem;
    }

    .mob-s1 .mob-btn-div {
        padding: 2rem 0;
    }

    .mob-s1 .mob-btn-div p {
        display: inline-block;
        width: 18rem;
        font-size: 1.4rem;
    }

    .mob-s1 .form_sub {
        text-align: center;
    }

    .mob-s1 .form_sub input {
        width: calc(100% - 85px);
        font-size: 16px;
        color: rgba(136, 136, 136, 1);
        line-height: 4rem;
        margin: 1rem 0px;
        text-indent: 19px;
    }

    .mob-s2 {
        background-color: #fffeff;
    }

    .mob-s2 .s-title {
        text-align: center;
        margin-bottom: 0;
    }

    .mob-s2 .s-title span {
        color: #888888;
        font-size: 1.2rem;
        line-height: 2.4rem;
        display: inline-block;
    }

    .mob-s3 {
        background-color: #FAFAFA;
    }

    .mob-s3 .list li {
        width: 100%;
        margin-bottom: 2rem;
    }

    .mob-s3 .list li .inner {
        margin: .5rem;
        padding: 1.5rem 1rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 5px 10px 0px rgba(61, 52, 75, 0.08);
    }

    .mob-s3 .list li h3 {
        font-weight: 700;
        margin: 0;
    }

    .mob-s3 .list li .inner .content .num {
        color: #FE4646;
        font-size: 4rem;
        font-weight: 600;
        font-style: italic;
    }

    .mob-s3 .list li .inner .content .title {
        display: inline-block;
        margin-left: 0.7rem;
    }

    .mob-s3 .list li .inner .content .title p {
        color: #bbb;
    }

    .mob-s4 {
        padding-bottom: 4rem;
    }

    .mob-s4 .list li {
        width: 100%;
        margin-top: 6rem;
    }

    .mob-s4 .list li .inner {
        margin: .5rem;
        padding: 1.5rem 1rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 8px 20px 0px #53565a26;
    }

    .mob-s4 .list li h3 {
        font-weight: 700;
        margin: 0;
    }

    .mob-s4 .list li .inner .content .num {
        width: 9rem;
        height: 9rem;
        margin: 0 auto;
        margin-top: -5rem;
    }

    .mob-s4 .list li:nth-child(1) .inner .content .num {
        background: url("../images/4f-img1.png") no-repeat center;
    }

    .mob-s4 .list li:nth-child(2) .inner .content .num {
        background: url("../images/4f-img2.png") no-repeat center;
    }

    .mob-s4 .list li:nth-child(3) .inner .content .num {
        background: url("../images/4f-img3.png") no-repeat center;
    }

    .mob-s4 .list li .inner .content .title {
        margin-left: 0.7rem;
        text-align: center;
    }

    .mob-s4 .list li .inner .content .title p {
        color: #FFFFFF;
        width: 80%;
        height: 3rem;
        background: linear-gradient(90deg, #fe4646, #fe7d7c);
        line-height: 3rem;
        font-size: 1.5rem;
        margin: 1rem auto;
    }

    .mob-s4 .list li .inner .content .link {
        color: #F62F33;
        font-size: 1.3rem;
        position: relative;
        text-align: center;
        margin: 2rem auto 1rem;
    }

    .mob-s4 .list li .inner .content .link:after {
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        border-right: 1px solid #ff0000;
        transform: rotate(45deg);
        border-top: 1px solid #ff0000;
        position: absolute;
        top: 8px;
        right: 6rem;
    }

    .mob-s5 {
        background-color: #FAFAFA;
        padding-bottom: 4rem;
    }

    .mob-s5 .list {
        margin: 0 -.5rem;
    }

    .mob-s5 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
    }

    .mob-s5 .list li .img {
        width: 4rem;
        height: 4rem;
        background: url(../images/5f-icon.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
        margin: 0.5rem auto;
        background-size: 1100%;
    }

    .mob-s5 .list li.item-1 .img {
        background-position: 1px 0;
    }

    .mob-s5 .list li.item-2 .img {
        background-position: -8rem 0;
    }

    .mob-s5 .list li.item-3 .img {
        background-position: -16rem 0;
    }

    .mob-s5 .list li.item-4 .img {
        background-position: -24rem 0;
    }

    .mob-s5 .list li.item-5 .img {
        background-position: -32rem 0;
    }

    .mob-s5 .list li.item-6 .img {
        background-position: -40rem 0;
    }

    .mob-s5 .list li h3 {
        line-height: 3rem;
        font-weight: 600;
    }

    .mob-s5 .list li p {
        margin: 0 1rem;
    }

    .mob-s6 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .mob-s6 .list .item {
        width: 22%;
        text-align: center;
        margin: 10px 5px;
        background: #ffffff;
        box-shadow: 0px 8px 20px 0px #3230381a;
        padding: 1rem 0rem;
    }

    .mob-s6 .list .item span {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
    }

    .mob-s6 .list .item div {
        background: url(../images/6f-icon.png);
        width: 3rem;
        height: 3rem;
        background-size: 3800%;
        margin: 0 auto;
    }

    .mob-s6 .list .item-1 div {
        background-position-x: 0;
    }

    .mob-s6 .list .item-2 div {
        background-position-x: -5rem;
    }

    .mob-s6 .list .item-3 div {
        background-position-x: -10.5rem;
    }

    .mob-s6 .list .item-4 div {
        background-position-x: -15.5rem;
    }

    .mob-s6 .list .item-5 div {
        background-position-x: -20.5rem;
    }

    .mob-s6 .list .item-6 div {
        background-position-x: -26.3rem;
    }

    .mob-s6 .list .item-7 div {
        background-position-x: -31.8rem;
    }

    .mob-s6 .list .item-8 div {
        background-position-x: -37.1rem;
    }

    .mob-s6 .list .item-9 div {
        background-position-x: -42.3rem;
    }

    .mob-s6 .list .item-10 div {
        background-position-x: -47.5rem;
    }

    .mob-s6 .list .item-11 div {
        background-position-x: -52.8rem;
    }

    .mob-s6 .list .item-12 div {
        background-position-x: -58.1rem;
    }

    .mob-s6 .list .item-13 div {
        background-position-x: -63.5rem;
    }

    .mob-s6 .list .item-14 div {
        background-position-x: -68.7rem;
    }

    .mob-s6 .list .item-15 div {
        background-position-x: -74.1rem;
    }

    .mob-s6 .list .item-16 div {
        background-position-x: -79.1rem;
    }

    .mob-s6 .list .item-17 div {
        background-position-x: -84.5rem;
    }

    .mob-s6 .list .item-18 div {
        background-position-x: -90.1rem;
    }

    .mob-s6 .list .item-19 div {
        background-position-x: -95.1rem;
    }

    .mob-s6 .list .item-20 div {
        background-position-x: -100.5rem;
    }

    .mob-s6 .list .item-21 div {
        background-position-x: -105.8rem;
    }

    .mob-s6 .list .item-22 div {
        background-position-x: -111.1rem;
    }

    .mob-s6 .list .item-23 {
        box-shadow: none;
        background: none;
    }

    .mob-s6 .list .item-24 {
        box-shadow: none;
        background: none;
    }

    .mob-s6 .list .item-23 div {
        width: 78px;
        height: 102px;
    }

    .mob-s6 .list .item-24 div {
        width: 78px;
        height: 102px;
    }

    .mob-s7 {
        background-color: #FAFAFA;
    }

    .mob-s7 .list {
        margin: 0 -.5rem;
    }

    .mob-s7 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
    }

    .mob-s7 .list li .img {
        width: 4rem;
        height: 4rem;
        margin: 0.5rem auto;
    }

    .mob-s7 .list li.item-1 .img {
        background: url(../images/7f-icon1.png) no-repeat center;
        background-size: 125%;
    }

    .mob-s7 .list li.item-2 .img {
        background: url(../images/7f-icon2.png) no-repeat center;
        background-size: 125%;
    }

    .mob-s7 .list li.item-3 .img {
        background: url(../images/7f-icon3.png) no-repeat center;
        background-size: 125%;
    }

    .mob-s7 .list li.item-4 .img {
        background: url(../images/7f-icon4.png) no-repeat center;
        background-size: 125%;
    }

    .mob-s7 .list li h3 {
        line-height: 3rem;
        font-weight: 600;
    }

    .mob-s7 .list li p {
        margin: 0 1rem;
    }

    .mob-s8 {
        padding-bottom: 4rem;
    }

    .mob-s8 .mob-btn-div {
        text-align: left;
        padding: 3rem 0;
    }

    .mob-s8 .list li:after {
        content: '';
        display: block;
        clear: both;
    }

    .mob-s8 .list li .img {
        float: left;
        width: 13rem;
        height: 24rem;
        border-radius: 1rem;
    }

    .mob-s8 .list li.item-1 .img {
        background-image: url(../images/8f-img1.png);
        margin-right: 5%;
        background-size: 100%;
    }

    .mob-s8 .list li.item-1 .text {
        margin-left: 50%;
    }

    .mob-s8 .list li .text {
        padding-top: 7%;
    }

    .mob-s8 .list li .text h3 {
        font-size: 1.7rem;
        margin-bottom: .5rem;
    }

    .mob-s9 {
        background: #FAFAFA;
        padding: 4rem 0;
    }

    .mob-s9 .mob-btn-div {
        text-align: left;
        padding: 3rem 0;
    }

    .mob-s9 .list li:after {
        content: '';
        display: block;
        clear: both;
    }

    .mob-s9 .list li .img {
        float: right;
        width: 13rem;
        height: 27rem;
        border-radius: 1rem;
    }

    .mob-s9 .list li.item-1 .img {
        background: url(../images/8f-img2.png) no-repeat center;
        margin-left: 5%;
        background-size: 100%;
    }

    .mob-s9 .list li .text {
        padding-top: 15%;
    }

    .mob-s9 .list li .text h3 {
        font-size: 1.7rem;
        margin-bottom: .5rem;
    }

    .mob-s10 .list li .mob-article-title {
        margin: 0 auto;
        padding: 0 1rem 1.3rem;
        overflow: inherit;
    }

    .mob-s10 .list li .mob-article-title h3 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .mob-s10 .list li .mob-article-title h3 .gang {
        position: relative;
    }

    .mob-s10 .list li .mob-article-title h3 .gang:before {
        content: '';
        position: absolute;
        width: 0.3rem;
        height: 1.8rem;
        background-color: #FE4646;
        top: 0.2rem;
        left: -1rem;
    }


    .mob-s10 .list li .main-s .gang {
        position: relative;
        color: #888888;
        font-size: 1.3rem;
        text-indent: 1.5rem;
        display: inherit;
        overflow: hidden;
        height: 3rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
    }

    .mob-s10 .list li .main-s .gang:before {
        content: '';
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        background-color: #FE4646;
        top: 0.7rem;
        left: 0.1rem;
        transform: rotate(45deg);
    }

    .mob-s10 .list li .main-s:last-child .gang {
        height: 2rem;
    }

    .mob-s10 .list li .mob-article-title h3 a span {
        float: right;
        color: #FE4646;
        font-size: 1.2rem;
        line-height: 2.5rem;
        position: relative;
    }

    .mob-s10 .list li .mob-article-title h3 a span:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        transform: rotate(45deg);
        border-top: 1px solid #FE4646;
        border-right: 1px solid #FE4646;
        top: 0.8rem;
        right: -1rem;
    }

    .mob-s10 .list li {
        border-bottom: 0.013333rem solid #E6E6E6;
        padding: 2rem 0;
    }

    .mob-s10 .list li .l-main {
        overflow: hidden;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .mob-s10 .list li .l-main:last-child {
        border-bottom: 0;
    }

    .mob-s10 .list li .l-main .img {
        float: left;
        overflow: hidden;
        border-radius: .6rem;
        margin-right: 1rem;
    }

    .mob-s10 .list li .l-main .img img {
        width: 13rem;
        height: 7rem;
    }

    .mob-s10 .list li .l-main .text {
        display: block;
        line-height: 2.5rem;
        margin-top: .3rem;
        font-size: 1.3rem;
        font-weight: 600;
        height: 4.5rem;
        overflow: hidden;
    }
}
