.header {
    height: 4.8rem;
}

.header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
    height: 4.8rem;
    background-color: #ffffff;
}

.header.header-fixed .header-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    box-shadow: 0px 1px 0px 0px #EEEEEE;
}

.header .header-content .logo {
    width: 15.5rem;
}

.header .header-content .btn-box {
    display: flex;
}

.header .header-content .btn-box button {
    width: 7.2rem;
    height: 2.4rem;
    font-size: 1.3rem;
    color: #ffffff;
    background-color: #00ADC3;
    border-radius: 1.2rem;
}

.header .header-content .btn-box .nav-img {
    margin-left: 1.5rem;
    width: 2.4rem;
}

.banner {
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.banner .banner-content {
    position: absolute;
    top: 5.4rem;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .banner-content .banner-title {
    font-size: 3.3rem;
    color: #222222;
    font-weight: bold;
}

.banner .banner-content .banner-subtitle {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    color: #222222;
}

.banner .banner-content .banner-subtitle span {
    color: #00AFC3;
}

.banner .banner-content .banner-btn {
    margin-top: 1.6rem;
}

.banner .banner-content .banner-btn button {
    padding: 0 1.2rem;
    height: 2.4rem;
    font-size: 1.3rem;
    color: #ffffff;
    background-color: #00AFC3;
    border-radius: 1.2rem;
}

.newBanner {
    margin-top: .8rem !important;
    width: 10.8rem !important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
    font-size: 1.6rem !important;
    border-radius: 3.2rem !important;
}

.banner .banner-box {
    position: relative;
    top: -1.6rem;
    padding: 0 1.5rem;
    margin-bottom: -1.6rem;
    /*box-shadow: 0 3rem 6rem 1px rgba(12, 105, 107, 0.07);*/
    z-index: 99;
}

.banner .freeToUse {
    width: 100%;
    position: absolute;
    top: 18rem;
    text-align: center;
    z-index: 99;
}

.banner .freeToUse .use {
    background-color: #fff;
    width: 10.8rem !important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
    font-size: 1.6rem !important;
    border-radius: 3.2rem !important;
}

.banner .freeToUse .use3 {
    color: #85c547;
}

.banner .freeToUse .use2 {
    color: #f7b52c;
}

.banner .freeToUse .use1 {
    color: #00b7ce;
}

.banner .banner-list {
    display: flex;
    justify-content: space-around;
    padding: 1.6rem .6rem;
    background-color: #ffffff;
    border-radius: .6rem;
    box-shadow: 0 0 .8rem 0 rgba(106, 168, 174, 0.2);
    margin-bottom: 0.5rem;
}

.banner .banner-list .list {
    position: relative;
}

.banner .banner-list .list .banner-count {
    font-size: 1.8rem;
    color: #00ADC3;
    text-align: center;
    line-height: 1.8rem;
}

.banner .banner-list .list .banner-count span {
    font-size: 1.2rem;
}

.banner .banner-list .list .banner-text {
    font-size: 1rem;
    text-align: center;
}

.title {
    font-size: 1.7rem;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.subtitle {
    margin-top: 1.3rem;
    font-size: 1.2rem;
    text-align: center;
    color: #999999;
}

.product {
    /*padding-top: 3rem;*/
}

.product .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
}

.product .product-list .list {
    position: relative;
    margin-top: 1.5rem;
    width: 16.5rem;
    box-shadow: 0px 0px 7.3rem 0px rgba(115, 115, 115, 0.2);
}

.product .product-list .list .list-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product .product-list .list .list-title {
    padding: 1.8rem 1.2rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.product .product-list .list .list-icon {
    position: absolute;
    top: 1.2rem;
    right: 1.7rem;
}

.product .product-list .list .list-icon.icon-free {
    width: 3.25rem;
}

.product .product-list .list .list-icon.icon-safe {
    width: 2.75rem;
}

.product .product-list .list .list-icon.icon-profession {
    width: 3.55rem;
}

.product .product-list .list .list-icon.icon-ensure {
    width: 3.15rem;
}

.product .product-list .list .list-text {
    padding: 1.2rem 0;
}

.product .product-list .list .list-text .text {
    position: relative;
    padding: 0 .6rem 0 1.6rem;
    font-size: 1rem;
    line-height: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
}

.product .product-list .list .list-text .text:nth-child(n+2) {
    margin-top: 1.2rem;
}

.product .product-list .list .list-text .text::before {
    display: inline-block;
    position: absolute;
    left: .8rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    width: .4rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.product .product-list .list .list-text .text.blue::before {
    background-image: url("../../image/mobile/dot_blue.png");
}

.product .product-list .list .list-text .text.green::before {
    background-image: url("../../image/mobile/dot_green.png");
}

.product .product-list .list .list-text .text.yellow::before {
    background-image: url("../../image/mobile/dot_yellow.png");
}

.product .product-list .list .list-text .text.purple::before {
    background-image: url("../../image/mobile/dot_purple.png");
}

.ability {
    padding-top: 2.7rem;
    background-color: #fff;
}

.ability .title {
    font-size: 1.7rem;
    font-weight: bold;
    color: #222;
}

.ability .subtitle {
    margin-top: 1.3rem;
}

.ability .ability-content {
    padding: .4rem 1.5rem 0;
}

.ability .ability-content .ability-box {
    position: relative;
    margin-top: 2rem;
}

.ability .ability-box .ability-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ability .list-header {
    padding: 1.2rem;
}

.ability .list-header .ability-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.ability .list-header .ability-subtitle {
    margin-top: .4rem;
    font-size: 1.2rem;
    color: #ffffff;
}

.ability .list-img {
    position: absolute;
}

.ability .list-img.education-top {
    top: .3rem;
    right: 1.6rem;
    width: 8.6rem;
}

.ability .list-img.school-top {
    top: .6rem;
    right: 2.2rem;
    width: 6.3rem;
}

.ability .list-img.principal-top {
    top: .4rem;
    right: 2.1rem;
    width: 7.2rem;
}

.ability .swiper-content {
    position: relative;
    padding: 4rem 0 0 2.8rem;
    height: 27.6rem;
}

.ability .swiper-content .swiper-box {
    width: 15rem;
    height: 10rem;
}

.ability .swiper-content .swiper-box.three-list {
    height: 7rem;
}

.ability .swiper-content .swiper-box .swiper-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
}

.ability .swiper-content .swiper-box .swiper-title::before {
    display: inline-block;
    position: absolute;
    left: -1.4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.ability .swiper-content .swiper-box .swiper-title.blue::before {
    background-image: url("../../image/mobile/dot_blue.png");
}

.ability .swiper-content .swiper-box .swiper-title.green::before {
    background-image: url("../../image/mobile/dot_green.png");
}

.ability .swiper-content .swiper-box .swiper-title.yellow::before {
    background-image: url("../../image/mobile/dot_yellow.png");
}

.ability .swiper-content .swiper-box .swiper-text {
    margin-top: .8rem;
    font-size: 1.2rem;
    color: #999999;
}

.ability .swiper-content .swiper-img {
    position: absolute;
}

.ability .swiper-content .swiper-img.education-img-01 {
    top: 8rem;
    right: .3rem;
    width: 16.1rem;
}

.ability .swiper-content .swiper-img.education-img-02 {
    top: 5rem;
    right: 1.9rem;
    width: 13.9rem;
}

.ability .swiper-content .swiper-img.education-img-03 {
    top: 7rem;
    right: 2.6rem;
    width: 13.2rem;
}

.ability .swiper-content .swiper-img.education-img-04 {
    top: 8.4rem;
    right: -0.3rem;
    width: 16.2rem;
}

.ability .swiper-content .swiper-img.education-img-05 {
    top: 4.8rem;
    right: 1.2rem;
    width: 16rem;
}

.ability .swiper-content .swiper-img.education-img-06 {
    top: 5.4rem;
    right: 0;
    width: 15.8rem;
}

.ability .swiper-content .swiper-img.school-img-01 {
    top: 3.6rem;
    right: 1.8rem;
    width: 12.1rem;
}

.ability .swiper-content .swiper-img.school-img-02 {
    top: 8rem;
    right: .2rem;
    width: 16.7rem;
}

.ability .swiper-content .swiper-img.school-img-03 {
    top: 6rem;
    right: .3rem;
    width: 17.6rem;
}

.ability .swiper-content .swiper-img.principal-img-01 {
    top: 7rem;
    right: -1.3rem;
    width: 17.2rem;
}

.ability .swiper-content .swiper-img.principal-img-02 {
    top: 9rem;
    right: .4rem;
    width: 16.5rem;
}

.ability .swiper-content .swiper-img.principal-img-03 {
    top: 8rem;
    right: -0.3rem;
    width: 17.5rem;
}

.ability .tab {
    margin-top: 3.7rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.8rem;
}

.ability .tab li {
    font-size: 1.4rem;
    color: #222;
    font-weight: 400;
}

.ability i {
    width: 5rem;
    height: .3rem;
    border-radius: 0.15rem;
    background: #00AFC3;
    /*display: block;*/
    margin: 1.2rem auto 0;
    display: none;
}

.ability .content {
    width: 100%;
    /*border-top: 1px solid #DCDCDC;*/
    text-align: center;
    margin: -0.2rem auto 0;
    padding-top: 3.2rem;
    background-image: url("../../image/mobile/tabCare/tabBg.png");
    background-size: 100% 100%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.ability .content .title {
    color: #222;
    font-size: 14px;
    text-align: center;
    line-height: 1.8rem;
    font-weight: 400;
    height: 5.8rem;
}

.ability .content .contentImg {
    width: 35rem;
}

.ability .hide {
    /*display: none;*/
    height: 0;
    padding: 0;
    visibility: hidden
}

.ability .toCare {
    padding: 1.1rem 3.6rem;
    color: #fff;
    border-radius: 1.7rem;
    background: #00afc3;
    width: 12rem;
    margin: 1.8rem auto 0;
}

.ability .toCare a {
    color: #fff;
}

.ability .active {
    color: #222 !important;
    font-weight: bold !important;
}

.ability .active i {
    display: block;
}

.ability .content .new_swiper {
    width: 22.6rem;
    height: 22.6rem;
    margin: 3.2rem auto 0;
    padding-bottom: 2rem;
    overflow: hidden;
}

.ability .content .new_swiper2 {
    width: 22.6rem;
    height: 22.6rem;
    margin: 3.2rem auto 0;
    padding-bottom: 2rem;
    overflow: hidden;
}

.ability .content span {
    background: #E5E5E5;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
}

.ability .content .swiper-pagination-bullet-active {
    background: #00AFC3;
    border-radius: 50% !important;
    width: .6rem !important;
    height: .6rem !important;
}

.ability .features {
    width: 100%;
    margin-top: 1.8rem;
    padding-left: 1.45rem;
    padding-right: 0.4rem;
    padding-bottom: 0.6rem;
    text-align: left;
    overflow: scroll;
}

.ability .features::-webkit-scrollbar {
    width: 0 !important
}

.ability .features .top {
    display: flex;
    width: 47.5rem;
}

.ability .features .teachTop {
    width: 78rem;
}

.ability .features .bottom {
    display: flex;
    width: 47.5rem;
    margin-top: 1.5rem;
}

.ability .features .teachBottom {
    width: 78rem;
}

.ability .features .item {
    width: 14.8rem;
    height: 16.4rem;
    background: #FFFFFF;
    box-shadow: 0 0 .8rem 0 rgba(106, 168, 174, 0.2);
    border-radius: 6px;
    padding: 2.6rem 1rem 2.6rem 0.85rem;
    margin-right: 0.9rem;
}

.ability .features .item img {
    width: 3rem;
}

.ability .features .item .itemTitle {
    color: #222;
    font-size: 1.55rem;
    margin-top: 0.9rem;
    font-weight: bold;
}

.ability .features .item .itemTitle span {
    font-size: 0.8rem;
    background-color: #fff;
}

.ability .features .item .itemText {
    font-weight: 400;
    font-size: 1.3rem;
    margin-top: 1.2rem;
    color: #555;
}

.ability .cont {
    margin-top: 2.4rem;
}

.ability .cont .title {
    font-weight: bold;
    color: #222;
    font-size: 1.7rem;
}

.ability .cont .subtitle {
    margin-top: 1.3rem;
    color: #999;
    font-size: 1.2rem;
}

.ability .cont .swiper-cont {
    position: relative;
    width: 100%;
    height: 24.5rem;
    overflow: hidden;
}

.ability .cont .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
    padding: 2.8rem 0 4.5rem 1.8rem;
    box-shadow: 0 0 .8rem 0 rgba(106, 168, 174, 0.2);
    text-align: left;
}

.ability .cont .swiper-slide .head {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.ability .cont .swiper-slide ul {
    margin-top: 4rem;
}

.ability .cont .swiper-slide ul li {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    color: #555;
    display: flex;
    align-content: center;
    align-items: center;
}

.ability .cont .swiper-slide ul li span {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    margin-right: .65rem;
}

.ability .cont .bg1 {
    background-image: url("../../image/mobile/tabCare/careBg1.png");
    background-size: 100% 100%;
}

.ability .cont .bg1 ul li {
    color: #00AFC3;
}

.ability .cont .bg2 ul li {
    color: #8cc456;
}

.ability .cont .bg3 ul li {
    color: #b72cf7;
}

.ability .cont .bg4 ul li {
    color: #f7b52c;
}

.ability .cont .bg1 span {
    background: #00AFC3;
}

.ability .cont .bg2 span {
    background: #8cc456;
}

.ability .cont .bg3 span {
    background: #b72cf7;
}

.ability .cont .bg4 span {
    background: #f7b52c;
}

.ability .cont .bg2 {
    background-image: url("../../image/mobile/tabCare/careBg2.png");
    background-size: 100% 100%;
}

.ability .cont .bg3 {
    background-image: url("../../image/mobile/tabCare/careBg3.png");
    background-size: 100% 100%;
}

.ability .cont .bg4 {
    background-image: url("../../image/mobile/tabCare/careBg4.png");
    background-size: 100% 100%;
}

.ability .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-button-prev, .swiper-button-next {
    display: none;
}

.swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    background-color: #DCDCDC;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .8rem;
    border-radius: .15rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .2rem;
}

.strengths {
    margin-top: 4.5rem;
}

.scene {
    margin-top: 4.5rem;
}

.scene .scene-content {
    padding: 1.5rem 5px 0;
}

.scene .scene-content .scene-img {
    position: relative;
    margin-top: .5rem;
    border-radius: .5rem;
    overflow: hidden;
}

.scene .scene-img .img-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 368px;
    transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
}

.scene .scene-img .img-name {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    padding: 0 .8rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .3);
    border-radius: .3rem;
}

.scene .scene-img .img-content .point {
    position: absolute;
    z-index: 2;
    width: 44px;
    cursor: pointer;
}

.scene .scene-img .img-content .point img {
    animation: shine 2s infinite 1s;
}

.scene .scene-img .img-content .line {
    position: absolute;
    z-index: 1;
    height: 3px;
    overflow: hidden;
}

.scene .scene-img .img-content .line div {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(22, 243, 255, .1), rgb(22, 243, 255));
    animation: lineMove 2s linear infinite;
}

.scene .scene-img .img-content .point.point-01 {
    bottom: 122px;
    left: 128px;
}

.scene .scene-img .img-content .line.line-01 {
    bottom: 150px;
    left: 143px;
    width: 103px;
    transform: rotate(-12deg);
}

.scene .scene-img .img-content .point.point-02 {
    bottom: 142px;
    left: 228px;
}

.scene .scene-img .img-content .line.line-02 {
    bottom: 161px;
    left: 237px;
    width: 62px;
    transform: rotate(4deg);
}

.scene .scene-img .img-content .point.point-03 {
    bottom: 138px;
    left: 285px;
}

.scene .scene-img .img-content .line.line-03 {
    bottom: 158px;
    left: 295px;
    width: 80px;
    transform: rotate(-5deg);
}

.scene .scene-img .img-content .point.point-04 {
    bottom: 142px;
    left: 360px;
}

.scene .scene-img .img-content .line.line-04 {
    bottom: 160px;
    left: 381px;
    width: 146px;
    transform: rotate(2.5deg);
}

.scene .scene-img .img-content .point.point-05 {
    bottom: 138px;
    left: 515px;
}

.scene .scene-img .img-content .line.line-05 {
    bottom: 184px;
    left: 507px;
    width: 118px;
    transform: rotate(-40deg);
}

.scene .scene-img .img-content .point.point-06 {
    bottom: 208px;
    left: 596px;
}

.scene .scene-img .img-content .line.line-06 {
    bottom: 262px;
    left: 392px;
    width: 235px;
    transform: rotate(-164deg);
}

.scene .scene-img .img-content .point.point-07 {
    bottom: 276px;
    left: 373px;
}

.scene .scene-img .img-content .line.line-07 {
    bottom: 220px;
    left: 134px;
    width: 270px;
    transform: rotate(149deg);
}

.scene .scene-img .img-content .point.point-08 {
    bottom: 116px;
    left: 102px;
}

.scene .scene-img .img-content .line.line-08 {
    bottom: 145px;
    left: 115px;
    width: 258px;
    transform: rotate(-4deg);
}

.scene .scene-img .img-content .point.point-09 {
    bottom: 133px;
    left: 356px;
}

.scene .scene-img .img-content .line.line-09 {
    bottom: 120px;
    left: 367px;
    width: 200px;
    transform: rotate(23deg);
}

.scene .scene-img .img-content .point.point-10 {
    bottom: 58px;
    left: 552px;
}

.scene .scene-img .img-content .line.line-10 {
    bottom: 143px;
    left: 534px;
    width: 170px;
    transform: rotate(-57.5deg);
}

.scene .scene-img .img-content .point.point-11 {
    bottom: 194px;
    left: 640px;
}

.scene .scene-img .img-content .line.line-11 {
    bottom: 218px;
    left: 586px;
    width: 66px;
    transform: rotate(185deg);
}

.scene .scene-img .img-content .point.point-12 {
    bottom: 200px;
    left: 575px;
}

.scene .scene-img .img-content .line.line-12 {
    bottom: 242px;
    left: 512px;
    width: 82px;
    transform: rotate(-156deg);
}

.scene .scene-img .img-content .point.point-13 {
    bottom: 240px;
    left: 496px;
}

.scene .scene-img .img-content .line.line-13 {
    bottom: 235px;
    left: 377px;
    width: 136px;
    transform: rotate(161deg);
}

.scene .scene-img .img-content .point.point-14 {
    bottom: 190px;
    left: 346px;
}

.scene .scene-img .img-content .line.line-14 {
    bottom: 239px;
    left: 290px;
    width: 80px;
    transform: rotate(-134deg);
}

.scene .scene-img .img-content .point.point-15 {
    bottom: 248px;
    left: 280px;
}

.scene .scene-img .img-content .line.line-15 {
    bottom: 203px;
    left: 114px;
    width: 200px;
    transform: rotate(142.5deg);
}

.scene .scene-img .img-content .point.point-16 {
    bottom: 62px;
    left: 165px;
}

.scene .scene-img .img-content .line.line-16 {
    bottom: 82px;
    left: 184px;
    width: 480px;
    transform: rotate(0deg);
}

.scene .scene-img .img-content .point.point-17 {
    bottom: 62px;
    left: 655px;
}

.scene .scene-img .img-content .line.line-17 {
    bottom: 91px;
    left: 634px;
    width: 36px;
    transform: rotate(-153deg);
}

.scene .scene-img .img-content .point.point-18 {
    bottom: 88px;
    left: 610px;
}

.scene .scene-img .img-content .line.line-18 {
    bottom: 118px;
    left: 539px;
    width: 100px;
    transform: rotate(-166.5deg);
}

.scene .scene-img .img-content .point.point-19 {
    bottom: 114px;
    left: 520px;
}

.scene .scene-img .img-content .line.line-19 {
    bottom: 132px;
    left: 493px;
    width: 50px;
    transform: rotate(-180deg);
}

.scene .scene-img .img-content .point.point-20-01 {
    bottom: 113px;
    left: 452px;
}

.scene .scene-img .img-content .line.line-20-01 {
    bottom: 131px;
    left: 470px;
    width: 12px;
    transform: rotate(-125deg);
}

.scene .scene-img .img-content .point.point-20-02 {
    bottom: 137px;
    left: 442px;
}

.scene .scene-img .img-content .line.line-20-02 {
    bottom: 151px;
    left: 422px;
    width: 50px;
    transform: rotate(153deg);
}

.scene .scene-img .img-content .point.point-21 {
    bottom: 114px;
    left: 392px;
}

.scene .scene-img .img-content .line.line-21 {
    bottom: 186px;
    left: 304px;
    width: 84px;
    transform: rotate(-106deg);
}

.scene .scene-img .img-content .point.point-22 {
    bottom: 115px;
    left: 343px;
}
.scene .scene-img .img-content .point.point-22-1 {
    bottom: 211px;
    left: 308px;
}

.scene .scene-img .img-content .line.line-22 {
    bottom: 205px;
    left: 292px;
    width: 62px;
    transform: rotate(-256deg);
}
.scene .scene-img .img-content .line.line-22-1 {
    bottom: 133px;
    left: 359px;
    width: 55px;
    transform: rotate(-176deg);
}

.scene .scene-img .img-content .point.point-23 {
    bottom: 144px;
    left: 292px;
}

.scene .scene-img .img-content .line.line-23 {
    bottom: 196px;
    left: 219px;
    width: 106px;
    transform: rotate(-142deg);
}

.scene .scene-img .img-content .point.point-24 {
    bottom: 208px;
    left: 210px;
}

.scene .scene-img .img-content .line.line-24 {
    bottom: 159px;
    left: 143px;
    width: 136px;
    transform: rotate(105deg);
}

.scene .scene-img .img-content .point.point-25 {
    bottom: 85px;
    left: 97px;
}
.scene .scene-img .img-content .point.point-25-1 {
    bottom: 125px;
    left: 449px;
}

.scene .scene-img .img-content .line.line-25 {
    bottom: 125px;
    left: 124px;
    width: 340px;
    transform: rotate(-6.5deg);
}
.scene .scene-img .img-content .line.line-25-1 {
    bottom: 198px;
    left: 459px;
    width: 222px;
    transform: rotate(-29.5deg);
}

.scene .scene-img .img-content .point.point-26 {
    bottom: 235px;
    left: 643px;
}

.scene .scene-img .img-content .line.line-26 {
    bottom: 239px;
    left: 226px;
    width: 440px;
    transform: rotate(175deg);
}

.scene .scene-img .img-content .point.point-27 {
    bottom: 200px;
    left: 195px;
}

.scene .scene-img .img-content .line.line-27 {
    bottom: 163px;
    left: 98px;
    width: 140px;
    transform: rotate(130deg);
}

.scene .scene-img .img-content .point.point-28-01 {
    bottom: 104px;
    left: 375px;
}

.scene .scene-img .img-content .line.line-28-01 {
    bottom: 108px;
    left: 404px;
    width: 207px;
    transform: rotate(8.5deg);
}

.scene .scene-img .img-content .point.point-28-02 {
    bottom: 72px;
    left: 595px;
}

.scene .scene-img .img-content .line.line-28-02 {
    bottom: 217px;
    left: 365px;
    width: 305px;
    transform: rotate(-128deg);
}

.scene .scene-img .img-content .point.point-29 {
    bottom: 317px;
    left: 401px;
}

.scene .scene-img .img-content .line.line-29 {
    bottom: 240px;
    left: 312px;
    width: 198px;
    transform: rotate(97deg);
}

.scene .scene-img .img-content .point.point-30 {
    bottom: 127px;
    left: 69px;
}

.scene .scene-img .img-content .line.line-30 {
    bottom: 185px;
    left: 75px;
    width: 401px;
    transform: rotate(-11.5deg);
}

.scene .scene-img .img-content .point.point-31 {
    bottom: 210px;
    left: 455px;
}

.exprience {
    position: relative;
    padding: 2rem 1.5rem 0;
}

.exprience .exprience-form {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    right: 1.5rem;
    padding: 2.4rem;
    border-radius: 0.3rem;
    box-shadow: 0 0.2rem 0.8rem 0 rgba(115, 115, 115, 0.2);
}

.exprience .exprience-form form {
    padding-top: 2rem;
}

.exprience .exprience-form form .input-box input {
    height: 3.4rem;
    font-size: 1.2rem;
    color: #555555;
    border: .5px solid #E5E5E5;
    border-radius: .6rem;
    caret-color: #00AEC4;
}

.exprience .exprience-form form .input-box + .input-box {
    margin-top: 1rem;
}

.exprience .exprience-form form .input-box input.active {
    border-color: #00AEC4;
}

.exprience .exprience-form form .input-box input.error {
    border-color: #f5222d;
}

.exprience .exprience-form form .form-btn {
    margin-top: 2rem;
}

.exprience .exprience-form form .form-btn button {
    width: 100%;
    height: 4.4rem;
    line-height: 4.4rem;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 2.2rem;
    background-color: #00ADC3;
}

.customer {
    padding: 3.2rem 0 1rem;
}

.customer .customer-list {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 1.5rem 4rem;
}

.customer .customer-list .list {
    position: relative;
    margin-top: .8rem;
    padding: 1.2rem;
    width: 8rem;
    height: 8rem;
    border-radius: .6rem;
    overflow: hidden;
}

.customer .customer-list .list .case-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 8rem;
    height: 8rem;
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 8rem;
}

.customer .customer-list .list:not(:nth-child(4n)) {
    margin-right: .8rem;
}

.customer .customer-list .list img {
    height: 100%;
    object-fit: cover;
}

.news {
    padding: 0 1.5rem 2rem;
    background-color: #ffffff;
}

.news .news-nav {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}

.news .news-nav .nav.active {
    color: #00AEC4;
}

.news .news-nav .nav:nth-child(n+2) {
    margin-left: 2.5rem;
}

.news .news-list {
    padding-top: .3rem;
}

.news .news-list .list {
    margin-top: 1.2rem;
}

.news .news-list .list a {
    display: flex;
    align-items: center;
    padding: 1rem .6rem 1rem 1rem;
    background-color: #ffffff;
    box-shadow: 0px 0px .3rem 0px rgba(115, 115, 115, 0.2);
    border-radius: .6rem;
}

.news .news-list .list .news-img {
    flex: none;
    width: 8rem;
    height: 8rem;
    border-radius: .25rem;
    overflow: hidden;
}

.news .news-list .list .news-img img {
    height: 100%;
    object-fit: cover;
}

.news .news-list .list .news-content {
    margin-left: 1.5rem;
    width: 100%;
}

.news .news-list .list .news-title {
    height: 3.4rem;
    font-size: 1.3rem;
}

.news .news-list .list .news-time {
    margin-top: 3rem;
    font-size: 1rem;
    color: #999999;
}

.news .news-more {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.3rem;
}

.footer {
    padding: 2.4rem 1.2rem;
    background-color: #626262;
}

.footer .flex-list {
    display: flex;
    justify-content: center;
}

.footer .flex-list .code-box {
    width: 10rem;
}

.footer .flex-list .code-box + .code-box {
    margin-left: 2.4rem;
}

.footer .flex-list .code-box div {
    margin-top: 1rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}

.footer .footer-text {
    margin-top: 2.4rem;
    font-size: .7rem;
    color: #ffffff;
    line-height: 1.4rem;
    text-align: center;
}

.fixed-box {
    height: 6.7rem;
}

.fixed-box .fixed-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 111;
    width: 100%;
    height: 6.7rem;
    background-color: #E2FCFF;
}

.fixed-box .fixed-btn .fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-box .fixed-btn .btn button {
    position: absolute;
    top: 1.9rem;
    right: 1.4rem;
    width: 8.4rem;
    height: 2.8rem;
    font-size: 1.5rem;
    color: #ffffff;
    background-color: #00AEC4;
    border-radius: 1.4rem;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.overlay .overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

.form-wrapper .form-box {
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34rem;
}

.form-wrapper .form-box .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
    width: 1.5rem;
    cursor: pointer;
}

.form-wrapper .form-box .form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 4rem 2rem;
}

.form-wrapper .form-box .form .title {
    font-size: 2.4rem;
}

.form-wrapper .form-box .form form {
    padding-top: 4rem;
}

.form-wrapper .form-box .form form .input-box {
    position: relative;
}

.form-wrapper .form-box .form form .input-box .label {
    font-size: 1.5rem;
}

.form-wrapper .form-box .form form .input-box input {
    padding: 0 1rem;
    width: 100%;
    height: 4.4rem;
    font-size: 1.4rem;
    color: #555555;
    border: .5px solid #E5E5E5;
    border-radius: .6rem;
    caret-color: #00AEC4;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.showDown {
    position: absolute;
    width: 1rem;
    height: .5rem;
    top: 2rem;
    right: 20px;

}
.form-wrapper .form-box .form form .input-box .option {
    display: none;
    width: 100%;
    border-radius: .6rem;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border: .5px solid #E5E5E5;
}
.form-wrapper .form-box .form form .input-box .option ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.form-wrapper .form-box .form form .input-box .option ul li{
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;

}
.form-wrapper .form-box .form form .input-box + .input-box {
    margin-top: 2rem;
}

.form-wrapper .form-box .form form .input-box input.active {
    border-color: #00AEC4;
}

.form-wrapper .form-box .form form .input-box input.error {
    border-color: #f5222d;
}

.form-wrapper .form-box .form form .input-box .error-text {
    display: none;
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    color: #f5222d;
    font-size: 1rem;
}

.form-wrapper .form-box .form form .form-btn {
    margin-top: 4rem;
}

.form-wrapper .form-box .form form .form-btn button {
    width: 100%;
    height: 4.4rem;
    line-height: 4.4rem;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 2.2rem;
    background-color: #00ADC3;
}

.form-wrapper .form-box .form .success-box {
    padding-top: 4rem;
}

.form-wrapper .form-box .form .success-box .success-img {
    margin: 0 auto;
    padding-left: 1.85rem;
    width: 9.1rem;
}

.form-wrapper .form-box .form .success-box .success-title {
    margin-top: 3rem;
    text-align: center;
    font-size: 2.4rem;
}

.form-wrapper .form-box .form .success-box .success-text {
    margin-top: 1.2rem;
    font-size: 1.5rem;
    text-align: center;
    color: #999999;
}

.form-wrapper .form-box .form .success-box .success-btn {
    margin-top: 5rem;
}

.form-wrapper .form-box .form .success-box .success-btn button {
    width: 100%;
    height: 4.4rem;
    line-height: 4.4rem;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 2.2rem;
    background-color: #00ADC3;
}

.form-wrapper .form-box .form .qrcode-img {
    margin: 1rem auto;
    width: 19.2rem;
}

.form-wrapper .form-box .form .qrcode-text {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    text-align: center;
}

.form-wrapper .form-box .form .btn {
    margin-top: 3.2rem;
}

.form-wrapper .form-box .form .btn button {
    width: 100%;
    height: 4.4rem;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #00AFC3;
    border-radius: 2.2rem;
}

.overlay.nav-wrapper {
    display: none;
}

.nav-wrapper .menu-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25rem;
    background-color: #ffffff;
    transition: right .3s linear;
}

.nav-wrapper .menu-box .close-box {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    padding: .5rem;
    width: 2.5rem;
    cursor: pointer;
}

.nav-wrapper .menu-box .menu-list {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    border-top: .5px solid #F4F5F8;
}

.nav-wrapper .menu-box .menu-list .list a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.5rem 0 .2rem 1.2rem;
    width: 100%;
    font-size: 1.4rem;
}

.nav-wrapper .menu-box .menu-list .list a .more {
    font-size: 1rem;
    color: #999;
    line-height: 1.2rem;
    display: inline-block;
    margin-top: .2rem;
    margin-left: .4rem;
}

.nav-wrapper .menu-box .menu-list .list.dot a {
    padding-left: 2.4rem;
}

.nav-wrapper .menu-box .menu-list .list.dot a::before {
    display: inline-block;
    position: absolute;
    left: 1rem;
    content: "";
    width: .4rem;
    height: .4rem;
    background-color: #00ADC3;
    border-radius: 50%;
}

.nav-wrapper .menu-box .menu-list .list span {
    display: block;
    font-size: 1.2rem;
    padding-left: 2.4rem;
    color: #999999;
}

.nav-wrapper .menu-box .menu-list .list a.active {
    color: #00ADC3;
}

@-webkit-keyframes move_left {
    from {
        right: -25rem;
    }
    to {
        right: 0;
    }
}

@-moz-keyframes move_left {
    from {
        right: -25rem;
    }
    to {
        right: 0;
    }
}

@keyframes move_left {
    from {
        right: -25rem;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes shine {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    to {
        transform: scale(1);
    }
}

@-moz-keyframes shine {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes shine {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes lineMove {
    from {
        left: -30%;
    }
    to {
        left: 80%;
    }
}

@-moz-keyframes lineMove {
    from {
        left: -30%;
    }
    to {
        left: 80%;
    }
}

@keyframes lineMove {
    from {
        left: -30%;
    }
    to {
        left: 80%;
    }
}
