section {
    width: 100%;
}

.banner {
    width: 100%;
    height: 500px;
    background: url(https://cdn.chiefgr.com/fan02/images/banner.png) no-repeat center center;
}

.cont1 {
    width: 1280px;
    height: 610px;
    margin: 0 auto;
    padding-top: 150px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.cont1-left {
    width: calc(100% - 540px);
    padding-top: 30px;
    position: relative;
}

.cont1-left h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont1-left h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 8px;
    margin-bottom: 30px;
}

.cont1-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.cont1-left .eng {
    width: 400px;
    height: 58px;
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    transform: rotate(90deg);
    position: absolute;
    left: -165px;
    top: 170px;
    z-index: -1;
}

.cont1-left .shu {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.cont1-left .shu li {
    margin-right: 100px;
}

.cont1-left .shu li h4 {
    font-size: 60px;
    font-family: Impact;
    font-weight: 400;
    color: #BBBBBB;
}

.cont1-left .shu li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.cont1-left .shu li h4 span {
    font-size: 30px;
}

.cont1-right {
    width: 540px;
    height: 360px;
}

.cont1-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.cont1-word {
    width: 100%;
    height: 100%;
    background: url(https://cdn.chiefgr.com/fan02/images/cont1-list-back.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 290px;
    padding-right: 30px;
    box-sizing: border-box;
}

.cont1-word h3 {
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}

.cont1-word p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: right;
    margin-top: 10px;
}

.cont2 {
    width: 100%;
    height: 600px;
    background: url(https://cdn.chiefgr.com/fan02/images/cont2-back.png) no-repeat center center;
}

.cont2-box {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-left: 520px;
    padding-top: 190px;
    box-sizing: border-box;
    position: relative;
}

.cont2-box h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.cont2-box h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 8px;
}

.cont2-box p {
    width: 759px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.6;
    margin-top: 49px;
}

.cont2-box .eng {
    width: 620px;
    height: 57px;
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    opacity: 0.05;
    position: absolute;
    left: 520px;
    top: 170px;
    z-index: 0;
}

.cont2-box a {
    display: flex;
    width: 150px;
    height: 44px;
    background: #0B1D2C;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.cont2-box a img {
    margin-right: 10px;
}

.cont2-box a:hover {
    border-radius: 20px;
    background-color: #fff;
    color: #0AC9AA;
    transition: 1s;
}

.cont3 {
    width: 1280px;
    height: 1250px;
    margin: 0 auto;
    padding-top: 180px;
    box-sizing: border-box;
    position: relative;
}

.cont3 h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont3 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
}

.cont3 .eng {
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 149px;
    z-index: -1;
}

.cont3 ol {
    width: 100%;
    height: 400px;
    margin-top: 160px;
    position: relative;
    margin-bottom: 150px;
}

.cont3 ol li {
    width: 360px;
    height: 400px;
    position: absolute;
}

.cont3-word {
    width: 100%;
    height: 100%;
    background: url(https://cdn.chiefgr.com/fan02/images/cont1-list-back.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 333px;
    box-sizing: border-box;
    opacity: 0;
}

.cont3 ol li:hover .cont3-word {
    opacity: 1;
    transition: 1s;
}

.cont3-word h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.cont3-word p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
    margin-top: 8px;
}

.cont3 ol li:nth-child(2) {
    left: 460px;
    top: -150px;
}

.cont3 ol li:nth-child(3) {
    left: 460px;
    top: 350px;
}

.cont3 ol li:nth-child(4) {
    right: 0;
    top: -300px;
}

.cont3 ol li:nth-child(5) {
    right: 0;
    top: 200px;
}

.cont3 .c3-jie {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.cont3 a {
    display: flex;
    margin-top: 50px;
    width: 200px;
    height: 44px;
    border: 1px solid #0B1D2C;
    border-radius: 22px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0B1D2C;
    justify-content: center;
    align-items: center;
}

.cont4 {
    width: 100%;
    height: 940px;
    background: #F3F4F9;
}

.cont4-box {
    width: 1280px;
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
}

.cont4-box .biao {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: absolute;
    z-index: 1;
}

.cont4-box .ti {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    top: 145px;
}

.cont4-box .eng {
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #EAECF6;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 0;
}

.cont-hao {
    width: 1280px;
    margin: 100px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hao-left {
    width: 260px;
    height: 570px;
    background: url(https://cdn.chiefgr.com/fan02/images/cont4-dy-l-back.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 24px 0;
    box-sizing: border-box;
    position: relative;
}

.hao-left h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.hao-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 60px;
}

.hao-left a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #24D3FF;
    margin-top: 40px;
}

.left-bot {
    width: 240px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(https://cdn.chiefgr.com/fan02/images/cont4-dy-l-bot.png) no-repeat center center;
    background-size: 100%;
}

.left-bot .bot-l {
    width: calc(100% - 70px);
}

.left-bot .bot-r {
    width: 80px;
    height: 80px;
    background: url(https://cdn.chiefgr.com/fan02/images/cont4-dy-l-bot-icon.png) no-repeat center center;
    background-size: 100%;
}

.left-bot .bot-l .b-num {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #FFFFFF;
}

.left-bot .bot-l p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
    margin-top: 9px;
}

.hao-right {
    width: 1010px;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right li {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    padding: 40px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.hao-right-head {
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-head .icon {
    width: 32px;
    height: 32px;
}

.hao-right-head .icondy {
    background: url(https://cdn.chiefgr.com/fan02/images/cont4-dy-icon.png) no-repeat center center;
    background-size: 100% 100%;
}

.hao-right-head-word {
    width: calc(100% - 37px);
}

.hao-right-head-word h3 {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hao-right-head-word .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.hao-right-head-word .bottom .guohu {
    width: 70px;
    height: 24px;
    background: rgba(234, 238, 255, 1);
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(88, 124, 255, 1);
    line-height: 24px;
    text-align: center;
}


.hao-right-cen {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-cen div h5 {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.hao-right-cen div p {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

.hao-right-cen span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #f5f5f5;
    margin: 0 30px;
}

.hao-right li .price-btns {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.hao-right li .price-btns .price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6D00;
}

.hao-right li .price-btns .price span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6D00;
}

.hao-right li .price-btns a {
    display: block;
    width: 100px;
    height: 30px;
    background: #194FFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


.hao-right li:hover .hao-right-head-word h3 {
    color: rgba(88, 124, 255, 1);
}

.hao-right li:hover .price-btns a:hover {
    background: #46CB58;
}

.hao-right .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right .swiper-container {
    width: 100%;
}

.cont5 {
    width: 100%;
}

.cont5 .title {
    width: 1280px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
}

.cont5 .title h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont5 .title h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
}

.cont5 .title .eng {
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 149px;
    z-index: -1;
}

.cont5-box {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

.cont5-word {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.c5-l {
    width: 960px;
    height: 400px;
    background: linear-gradient(90deg, #194FFF, #19A6FF);
    padding-left: 319px;
    padding-top: 60px;
    box-sizing: border-box;
}

.c5-tit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.c5-name {
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0 60px;
}

.c5-jie {
    width: 513px;
    height: 48px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c5-r {
    width: 640px;
    height: 330px;
    background: #F3F4F9;
    position: relative;
}

.c5-r img {
    position: absolute;
    right: 30px;
    top: -276px;
}

.cont5 .swiper-slide {
    background-color: #fff;
}

.cont5 .swiper-btn {
    width: 360px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 672px;
    left: 780px;
    z-index: 9;
}

.cont5 .swiper-btn div {
    width: 180px;
    height: 70px;
    background: #19A6FF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cont5 .swiper-btn div:hover {
    background: #46CB58;
    transition: 0.5s;
}

.cont6 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
}

.cont6 h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont6 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
}

.cont6 .eng {
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: -1;
}

.cont6-box {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont6-box li {
    width: 290px;
    height: 300px;
    background: #F3F4F9;
    padding-top: 50px;
    box-sizing: border-box;
}



.cont6-box li h4 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.cont6-box li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.cont6-box li img {
    margin: 0 auto 50px;
}

.cont6-box li:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.cont7 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
}

.cont7 h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont7 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
}

.cont7 .eng {
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 149px;
    z-index: -1;
}

.cont7-box {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont7-list-l {
    width: 50%;
    height: 330px;
    background: #F3F4F9;
    padding: 30px 25px;
    box-sizing: border-box;
}

.cont7-list-l a {
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.cont7-list-l a:nth-child(5) {
    border-bottom: none;
}

.cont7-list-l a .circle {
    width: 4px;
    height: 4px;
    background: #AAAAAA;
    border-radius: 50%;
}

.cont7-list-l a p {
    width: calc(100% - 10px);
    height: 53px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont7-list-l a:hover p {
    color: #e80000;
}

.cont7-list-l a:hover .circle {
    background-color: #e80000;
}

.cont7-list-2 {
    width: 50%;
    height: 330px;
    background: linear-gradient(90deg, #194FFF, #19A6FF);
    padding: 30px 25px;
    box-sizing: border-box;
}

.cont7-list-2 a {
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(234, 238, 255, 0.2);
}

.cont7-list-2 a:nth-child(5) {
    border-bottom: none;
}

.cont7-list-2 a .circle {
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}

.cont7-list-2 a p {
    width: calc(100% - 10px);
    height: 53px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont8 {
    width: 100%;
    height: 300px;
    margin-top: 100px;
    background: url(https://cdn.chiefgr.com/fan02/images/cont8-back.png) no-repeat center center;
    padding-top: 75px;
    box-sizing: border-box;
}

.cont8 h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.cont8 a {
    display: block;
    width: 150px;
    height: 44px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    margin: 30px auto;
}

.cont8 a:hover {
    border-radius: 20px;
    transition: 0.5s;
}

.app-header {
    display: none;
}

.app-footer {
    display: none;
}

.cebian {
    display: none;
}

.app-banner {
    display: none;
}

.app-title {
    display: none;
}

@media only screen and (max-width: 750px) {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .banner {
        display: none;
    }

    section {
        width: 100%;
        padding-bottom: 80px;
    }

    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: linear-gradient(90deg, #0035A2, #194FFF);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
    }

    .app-header .logo img {
        width: 100%;
    }

    .app-header .kind {
        width: 30px;
        height: auto;
        background: none;
    }

    .app-header .kind img {
        width: 20px;
        margin: 0 auto;
    }

    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-footer a {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .app-footer a img {
        display: block;
        width: 29px;
        margin: 0 auto;
    }

    .app-footer a .sele {
        display: none;
    }

    .app-footer a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }
    .app-footer .lianxi,.app-footer .goumai{
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
    }
    .app-footer .opt .nosele {
        display: none;
    }

    .app-footer .opt .sele {
        display: block;
    }

    .app-footer .choice {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
        position: relative;
    }

    .app-footer .choice img {
        width: 29px;
        margin: 0 auto;
    }

    .app-footer .choice .sele {
        display: none;
    }

    .app-footer .choice p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .xuanzhe {
        width: 154px;
        height: 100px;
        background: url(https://cdn.chiefgr.com/fan02/images/app-footer-xuanzhe.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        top: -93px;
        left: -30px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
        padding: 10px 14px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        display: none;
    }

    .xuanzhe a {
        display: block;
        width: 29px;
        height: 29px;
        margin-right: 10px;
        padding-top: 0;
    }

    .xuanzhe a:nth-child(3n) {
        margin-right: 0;
    }

    .xuanzhe a img {
        width: 29px;
    }


    .app-banner {
        display: block;
        width: 100%;
        height: 250px;
        background: url(https://cdn.chiefgr.com/fan02/images/app-banner.png) no-repeat center center;
        background-size: 100%;
    }

    .eng {
        display: none !important;
    }

    .cont1 {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
        display: block;
        height: auto;
    }

    .cont1-left {
        width: 100%;
    }

    .cont1-left .shu {
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cont1-left .shu li {
        margin-right: 10px;
    }

    .cont1-left .shu li h4 {
        font-size: 30px;
        font-family: Impact;
        font-weight: 400;
        color: #BBBBBB;
    }

    .cont1-right {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .cont1-word {
        width: 100%;
        padding-top: 188px;
        padding-right: 17px;
    }

    .cont1-box img {
        width: 100%;
    }

    .cont1-right .swiper-slide {
        width: 100% !important;
    }

    .cont2 {
        width: 100%;
        height: 584px;
        background: url(https://cdn.chiefgr.com/fan02/images/app-cont2-back.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .cont2-box {
        width: 100%;
        padding: 40px 12px;
        box-sizing: border-box;
    }

    .cont2-box h3 {
        font-size: 9px;
    }

    .cont2-box h2 {
        font-size: 18px;
    }

    .cont2-box p {
        width: 100%;
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 17px;
        margin-top: 18px;
    }

    .cont2-box a {
        margin-top: 28px;
    }

    .cont3 {
        width: 100%;
        height: auto;
        padding: 40px 12px 20px;
        box-sizing: border-box;
    }

    .cont3 ol {
        width: 100%;
        height: auto;
        margin-top: 20px;
        position: static;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }

    .cont3 ol li {
        width: 171px;
        height: 190px;
        background: #194FFF;
        position: static;
        margin-bottom: 10px;
    }

    .cont3 ol li img {
        width: 100%;
        height: 100%;
    }

    .cont3 ol li:nth-last-child(1) {
        display: none;
    }

    .cont3-word {
        display: none;
    }

    .cont3 h3 {
        font-size: 9px;
    }

    .cont3 h2 {
        font-size: 18px;
    }

    .cont3 a {
        margin-top: 30px;
    }

    .cont-hao {
        width: 100%;
        margin: 20px auto;
    }

    .hao-left {
        display: none;
    }

    .hao-right li {
        width: 100%;
        height: 155px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 12px 0;
        box-sizing: border-box;
        position: relative;
    }

    .hao-right-cen {
        height: 60px;
        border-bottom: none;
    }

    .hao-right-cen div p {
        display: none;
    }

    .hao-right-cen div h5 {
        color: #666;
    }

    .hao-right-cen span {
        margin: 0 8px;
        width: 1px;
        height: 10px;
        background: #EEEEEE;
    }

    .hao-right li .price-btns {
        height: auto;

    }

    .hao-right li .price-btns a {
        display: none;
    }

    .hao-right li .price-btns .price {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .hao-right li .price-btns .price span {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FF0351;
    }

    .hao-right {
        width: 100% !important;
        height: auto !important;
    }

    .cont4 {
        padding: 0 12px 20px;
        box-sizing: border-box;
        height: auto;
    }

    .cont4-box {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    .cont4-box .biao {
        font-size: 9px;
        position: static;
    }

    .cont4-box .ti {
        font-size: 18px;
        position: static;
    }

    .cont5 .title {
        width: 100%;
        padding: 20px 12px 0;
        box-sizing: border-box;
    }

    .cont5 .title h3 {
        font-size: 9px;
    }

    .cont5 .title h2 {
        font-size: 18px;
    }

    .cont5-box {
        height: auto;
        margin-top: 60px;
    }

    .c5-l {
        width: 209px;
        height: 180px;
        background: linear-gradient(90deg, #194FFF, #19A6FF);
        padding-left: 12px;
        padding-top: 20px;
    }

    .c5-r {
        width: 166px;
        height: 130px;
    }

    .c5-r img {
        width: 123px;
        height: 184px;
    }

    .c5-r img {
        top: -56px;
        right: 12px;
    }

    .c5-tit {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
    }

    .c5-name {
        font-size: 25px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        margin: 5px 0 15px;
    }

    .c5-jie {
        width: 185px;
        height: 45px;
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .cont5 .swiper-btn {
        width: 160px;
        height: 40px;
        left: 129px;
        top: 260px;
    }

    .cont5 .swiper-btn div {
        width: 80px;
        height: 40px;
    }

    .cont6 {
        width: 100%;
        padding: 20px 12px;
        box-sizing: border-box;
    }

    .cont6 h3 {
        font-size: 9px;
    }

    .cont6 h2 {
        font-size: 18px;
    }

    .cont6-box {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .cont6-box li {
        width: 171px;
        height: 177px;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .cont6-box li img {
        width: 89px;
        margin-bottom: 27px;
    }

    .cont6-box li h4 {
        font-size: 11px;
    }

    .cont6-box li p {
        font-size: 9px;
    }

    .cont7 {
        width: 100%;
        padding: 20px 12px;
        box-sizing: border-box;
    }

    .cont7 h3 {
        font-size: 9px;
    }

    .cont7 h2 {
        font-size: 18px;
    }

    .cont7-box {
        margin-top: 20px;
    }

    .cont7-list-l {
        width: 100%;
    }

    .cont7-list-2 {
        display: none;
    }

    .cont8 {
        display: none;
    }

    .cebian {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        display: none;
    }

    .ce-box {
        width: 328px;
        height: 100%;
        background: #FFFFFF;
        float: right;
    }

    .ce-head {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: -1px 0px 20px 0px rgba(55, 55, 55, 0.06);
        padding: 0 13px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ce-head .ce-logo {
        display: block;
        width: 108px;
        height: 33px;
    }

    .ce-head .ce-logo img {
        width: 100%;
    }

    .ce-head .backoff {
        width: 17px;
        height: 100%;
        background: url(https://cdn.chiefgr.com/fan02/images/app-ce-backoff.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen {
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .ce-cen a {
        display: block;
        width: 100%;
        height: 56px;
        padding-top: 21px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }


    .ce-cen a p {
        width: calc(100% - 30px);
        height: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .ce-cen a p i {
        display: block;
        width: 35px;
        height: 18px;
        margin-left: 5px;
    }

    .ce-cen a .right {
        display: none;
        width: 16px;
    }

    .ce-cen a p .hot-icon {
        background: url(https://cdn.chiefgr.com/fan02/images/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(https://cdn.chiefgr.com/fan02/images/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(https://cdn.chiefgr.com/fan02/images/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }

}