body {
    overflow-x: hidden;
}
.base-ui-header-tel p img {
    display: inline-block;
}
#original-painting {
    background: #111328;
}
#original-painting .banner-swiper .swiper-wrapper .swiper-slide {
    display: block;
}
#original-painting .banner-swiper .swiper-wrapper .swiper-slide .swiper-img {
    width: 100%;
}
#original-painting .banner-swiper .banner-pagination {
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    z-index: 1;
}
#original-painting .banner-swiper .banner-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin: 10px;
}
#original-painting .banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00abff;
}
#original-painting .module {
    position: relative;
    border-top: 2px solid #e0be78;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#111328), color-stop(#8a7259), to(#111328))
        90;
    -webkit-border-image: -webkit-linear-gradient(left, #111328, #8a7259, #111328) 90;
    -o-border-image: linear-gradient(to right, #111328, #8a7259, #111328) 90;
    border-image: -webkit-gradient(linear, left top, right top, from(#111328), color-stop(#8a7259), to(#111328)) 90;
    border-image: linear-gradient(to right, #111328, #8a7259, #111328) 90;
}
#original-painting .module .title {
    text-align: center;
    font-size: 36px;
    font-family: AlibabaPuHuiTiB;
    font-weight: 400;
    color: #ffffff;
    line-height: 43px;
}
#original-painting .module .title .ps {
    font-size: 36px;
    font-family: AlibabaPuHuiTiB;
    font-weight: 400;
    line-height: 43px;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module .title .ps {
        background: transparent;
    }
}
#original-painting .module .lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#original-painting .module .lists .list .list-title {
    text-align: center;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
}
#original-painting .module .lists .list .list-dec {
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module .lists .list .list-dec {
        background: transparent;
    }
}
#original-painting .module .lists .list .list-img {
    margin: 0 auto;
}
#original-painting .module .btn {
    display: block;
    background-image: url("../images/bg-btn.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 264px;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #ffffff;
    height: auto;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#original-painting .module .btn:hover {
    background-color: transparent;
    -webkit-animation: mymove 0.7s;
    animation: mymove 0.7s;
}
@-webkit-keyframes mymove {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: perspective(1px) scale(1.1) translateZ(0);
        transform: perspective(1px) scale(1.1) translateZ(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes mymove {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: perspective(1px) scale(1.1) translateZ(0);
        transform: perspective(1px) scale(1.1) translateZ(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#original-painting .module.module1 {
    padding-top: 120px;
    padding-bottom: 84px;
    /* background-image: url("../images/bg-1.png"); */
    background-repeat: no-repeat;
    background-position: top center;
}
#original-painting .module.module1 .dec {
    text-align: center;
    padding-top: 44px;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
}
#original-painting .module.module1 .lists {
    overflow: hidden;
    padding-bottom: 84px;
}
#original-painting .module.module1 .lists .list {
    overflow: hidden;
}
#original-painting .module.module1 .lists .list:last-child {
    position: relative;
}
#original-painting .module.module1 .lists .list:last-child::before {
    position: absolute;
    bottom: -252px;
    right: -390px;
    content: url("../images/flower.png");
}
#original-painting .module.module1 .lists .list .list-money {
    padding-top: 18px;
}
#original-painting .module.module2 {
    padding-top: 76px;
    padding-bottom: 84px;
}
#original-painting .module.module2 .lists {
    position: relative;
    padding-top: 60px;
}
#original-painting .module.module2 .lists .color1 {
    position: absolute;
    top: 483px;
    left: -246px;
}
#original-painting .module.module2 .lists .list-title {
    padding-bottom: 20px;
}
#original-painting .module.module2 .lists .list-dec + .list-dec {
    padding-top: 6px;
}
#original-painting .module.module3 {
    padding-top: 74px;
    padding-bottom: 84px;
    /* background-image: url("../images/bg-3.png"); */
    background-repeat: no-repeat;
    background-position: center;
}
#original-painting .module.module3 .style-img {
    margin: 86px auto 82px;
}
#original-painting .module.module4 {
    padding-top: 73px;
    padding-bottom: 85px;
}
#original-painting .module.module4 .title {
    padding-bottom: 85px;
}
#original-painting .module.module4 .module4-lists {
    /* background-image: url("../images/bg-4-wrap.png"); */
}
#original-painting .module.module4 .module4-lists .module4-list {
    /* background-image: url("../images/bg-4.png"); */
    width: 1202px;
    height: 756px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
#original-painting .module.module4 .module4-lists .module4-list + .module4-list {
    margin-top: 118px;
}
#original-painting .module.module4 .module4-lists .module4-list:nth-child(1) .color2-img {
    position: absolute;
    top: 18px;
    right: -310px;
}
#original-painting .module.module4 .module4-lists .module4-list:nth-child(1) .color3-img {
    position: absolute;
    top: 448px;
    right: -168px;
}
#original-painting .module.module4 .module4-lists .module4-list:nth-child(2) .color7-img {
    position: absolute;
    top: 647px;
    left: -276px;
}
#original-painting .module.module4 .module4-lists .module4-list:nth-child(4) .color5-img {
    position: absolute;
    top: 310px;
    left: -183px;
}
#original-painting .module.module4 .module4-lists .module4-list:nth-child(4) .color7-img {
    position: absolute;
    top: 639px;
    right: -294px;
}
#original-painting .module.module4 .module4-lists .module4-list .module4-title {
    padding-top: 49px;
    text-align: center;
    font-size: 32px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 36px;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module4 .module4-lists .module4-list .module4-title {
        background: transparent;
    }
}
#original-painting .module.module4 .module4-lists .module4-list .module4-dec {
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    padding-top: 33px;
    text-align: center;
}
#original-painting .module.module4 .module4-lists .module4-list .lists {
    padding-left: 87px;
    padding-right: 87px;
    padding-top: 54px;
    padding-bottom: 68px;
}
#original-painting .module.module4 .module4-lists .module4-list .lists .list + .list {
    margin-left: 64px;
}
#original-painting .module.module5 {
    padding-top: 74px;
    padding-bottom: 83px;
}
#original-painting .module.module5 .title {
    padding-bottom: 146px;
}
#original-painting .module.module5 .cards {
    padding-bottom: 111px;
}
#original-painting .module.module5 .cards .card-wrap {
    width: 1200px;
    margin: 0 auto;
}
#original-painting .module.module5 .cards .card-wrap:nth-child(1) .card {
    /* background-image: url("../images/bg-teacher-1-wrap.png"); */
}
#original-painting .module.module5 .cards .card-wrap:nth-child(2) .card {
    /* background-image: url("../images/bg-teacher-2-wrap.png"); */
}
#original-painting .module.module5 .cards .card-wrap + .card-wrap {
    margin-top: 148px;
}
#original-painting .module.module5 .cards .card-wrap .card {
    height: 325px;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    padding-left: 363px;
}
#original-painting .module.module5 .cards .card-wrap .card .teacher {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#original-painting .module.module5 .cards .card-wrap .card .card-main .teacher-name {
    font-size: 32px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 36px;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    padding-top: 76px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module5 .cards .card-wrap .card .card-main .teacher-name {
        background: transparent;
    }
}
#original-painting .module.module5 .cards .card-wrap .card .card-main .teacher-position {
    font-size: 24px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    padding-top: 18px;
    line-height: 28px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module5 .cards .card-wrap .card .card-main .teacher-position {
        background: transparent;
    }
}
#original-painting .module.module5 .cards .card-wrap .card .card-main .teacher-dec {
    padding-top: 43px;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    opacity: 0.8;
}
#original-painting .module.module5 .cards .card-wrap .level-case-title {
    font-size: 32px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 36px;
    padding-top: 105px;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module5 .cards .card-wrap .level-case-title {
        background: transparent;
    }
}
#original-painting .module.module5 .cards .card-wrap .level-cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-top: 34px;
}
#original-painting .module.module5 .cards .card-wrap .level-cases .level-case {
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    min-width: 128px;
    text-align: center;
    border: solid 1px transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111328), to(#111328)),
        -webkit-gradient(linear, left top, right top, from(#c4a87f), to(#8a7259));
    background-image: -webkit-linear-gradient(#111328, #111328), -webkit-linear-gradient(left, #c4a87f, #8a7259);
    background-image: linear-gradient(#111328, #111328), linear-gradient(to right, #c4a87f, #8a7259);
    -webkit-background-origin: border-box;
    background-origin: border-box;
    background-clip: content-box, border-box;
}
#original-painting .module.module5 .cards .card-wrap .level-cases .level-case + .level-case {
    margin-left: 40px;
}
#original-painting .module.module5 .cards .card-wrap .level-cases .level-case .case-child {
    padding: 14px;
    font-size: 24px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module5 .cards .card-wrap .level-cases .level-case .case-child {
        background: transparent;
    }
}
#original-painting .module.module6 {
    padding-top: 73px;
    padding-bottom: 83px;
}
#original-painting .module.module6 .lists {
    padding-top: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#original-painting .module.module6 .lists .list {
    width: 511px;
    height: 570px;
    /* background-image: url("../images/bg-teacher-3.png"); */
    padding-top: 8px;
}
#original-painting .module.module6 .lists .list + .list {
    margin-left: 176px;
}
#original-painting .module.module6 .lists .list .teacher-icon {
    margin-left: 151px;
}
#original-painting .module.module6 .lists .list .teacher-name {
    text-align: center;
    font-size: 32px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #ffffff;
    padding-top: 29px;
    line-height: 36px;
}
#original-painting .module.module6 .lists .list .teacher-position {
    font-size: 24px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    padding-top: 17px;
    text-align: center;
}
#original-painting .module.module6 .lists .list .teacher-dec {
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    padding-top: 38px;
    width: 337px;
    margin: 0 auto;
}
#original-painting .module.module7 {
    padding-top: 73px;
    padding-bottom: 83px;
}
#original-painting .module.module7 .lists {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#original-painting .module.module7 .lists .list .list-title {
    font-size: 24px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 28px;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    padding-top: 22px;
    padding-bottom: 17px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module7 .lists .list .list-title {
        background: transparent;
    }
}
#original-painting .module.module7 .lists .list .btn {
    width: 132px;
    line-height: 40px;
}
#original-painting .module.module8 {
    padding-top: 73px;
    padding-bottom: 102px;
}
#original-painting .module.module8 .lists {
    padding-top: 83px;
}
#original-painting .module.module8 .lists .list .list-title {
    font-size: 24px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 28px;
    padding-top: 24px;
    padding-bottom: 18px;
    color: #e4c787;
    background: -webkit-gradient(linear, left top, left bottom, from(#957552), to(#d9bf93));
    background: -webkit-linear-gradient(top, #957552 0%, #d9bf93 100%);
    background: linear-gradient(180deg, #957552 0%, #d9bf93 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #original-painting .module.module8 .lists .list .list-title {
        background: transparent;
    }
}
#original-painting .module.module8 .lists .list .btn {
    width: 132px;
    line-height: 40px;
}
#original-painting .module.module9 {
    padding-top: 85px;
    padding-bottom: 218px;
}
#original-painting .module.module9 .step-wrap {
    width: 1200px;
    margin: 86px auto 0;
}
#original-painting .module.module9 .step-wrap .line {
    height: 3px;
    background: -webkit-linear-gradient(80deg, #c4a87f, #8a7259);
    background: linear-gradient(10deg, #c4a87f, #8a7259);
    opacity: 0.73;
}
#original-painting .module.module9 .step-wrap .steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 39px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#original-painting .module.module9 .step-wrap .steps .step {
    position: relative;
    padding-top: 35px;
}
#original-painting .module.module9 .step-wrap .steps .step.active .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(80deg, #c4a87f, #8a7259);
    background: linear-gradient(10deg, #c4a87f, #8a7259);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#original-painting .module.module9 .step-wrap .steps .step.active .card {
    background-image: url("../images/other-hover.png");
    color: #352311;
}
#original-painting .module.module9 .step-wrap .steps .step .circle-wrap {
    /* border: 1px solid #fafafa; */
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#c4a87f), color-stop(#e0be78), to(#c4a87f))
        90;
    -webkit-border-image: -webkit-linear-gradient(left, #c4a87f, #e0be78, #c4a87f) 90;
    -o-border-image: linear-gradient(to right, #c4a87f, #e0be78, #c4a87f) 90;
    border-image: -webkit-gradient(linear, left top, right top, from(#c4a87f), color-stop(#e0be78), to(#c4a87f)) 90;
    border-image: linear-gradient(to right, #c4a87f, #e0be78, #c4a87f) 90;
    background: -webkit-linear-gradient(318deg, #c4a87f, #8a7259);
    background: linear-gradient(132deg, #c4a87f, #8a7259);
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#original-painting .module.module9 .step-wrap .steps .step .circle-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    background-color: #111328;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#original-painting .module.module9 .step-wrap .steps .step .card {
    display: block;
    background-image: url("../images/other.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 94px;
    height: 596px;
    font-size: 32px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #fefefe;
    line-height: 36px;
    padding: 36px 31px 0;
    text-align: center;
}
