.box {
    position: relative;
    overflow: hidden;
    color: #000000;
}

.banner {
    height: 785px;
    background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
    width: 1200px;
    position: relative;
    padding-top: 171px;
    margin: 0 auto;
    box-sizing: border-box;
}

.txt01 {
    color: #FEE199;
    font-size: 48px;
    text-align: center;
    letter-spacing: 10px;
}

.txt02 {
    margin: 30px auto 0;
}

.jb {
    position: absolute;
    right: 93px;
    top: 71px;
}

.txt03 {
    height: 245px;
    width: 738px;
    margin: 0 auto;
    text-align: center;
    color: #141010;
    font-size: 65px;
    line-height: 158px;
    background: url(../images/txt03_bg.png) no-repeat center center;
}

.box_container {
    min-height: 5430px;
    box-sizing: border-box;
    padding-top: 48px;
    background: url(../images/box_bg.png) no-repeat center center;
}

.title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.title div {
    width: 391px;
    height: 121px;
    font-size: 60px;
    text-align: center;
    line-height: 120px;
    background: url(../images/title_bg.png) no-repeat center center;
}

.title p {
    width: 401px;
    margin-top: 4px;
    font-size: 60px;
    height: 140px;
    line-height: 100px;
    text-align: center;
    background: url(../images/title_bottom.png) no-repeat center bottom;
}

.title p span,
.title div span {
    background: linear-gradient(0deg, #FFB157 0%, #FFC970 25.830078125%, #FFFFE0 81.8359375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box01_container {}

.box_wrap {
    margin: 0 auto;
    width: 1232px;
    height: 983px;
    box-sizing: border-box;
    padding: 140px 180px 140px 190px;
    background: url(../images/box01_bg.png) no-repeat center center;
}

.box01_line1,
.box01_line2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box01_line2 {
    margin-top: 30px;
}

.box01_tip {
    width: 292px;
    height: 57px;
    background: url(../images/box01_tip.png) no-repeat center center;
    color: #FFD28C;
    font-size: 18px;
    text-align: center;
    line-height: 57px;
    margin: 0 20px;
    animation: box2_move 5s linear infinite reverse;
}

.box01_tip1 {
    animation: box2_move 3s linear infinite reverse;
}

.box01_tip2 {
    animation: box2_move 4s linear infinite reverse;
}

.box01_tip3 {
    animation: box2_move 4s linear infinite reverse;
}

.box01_tip4 {
    animation: box2_move 3s linear infinite reverse;
}

.box01_tip5 {
    animation: box2_move 2s linear infinite reverse;
}

.box01_tip6 {
    animation: box2_move 3s linear infinite reverse;
}

@keyframes box2_move {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5px, 0);
    }
    50% {
        transform: translate(0, 0);
    }
    75% {
        transform: translate(-5px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.box01_line2 .box01_tip {
    margin-bottom: 50px;
}

.box01_tip:hover {
    color: #070706;
    background: url(../images/box01_tip_active.png) no-repeat center center;
}

.box01_code {
    width: 217px;
    height: 257px;
    background: #282626;
    border: 1px solid #F0BB80;
    box-sizing: border-box;
    padding-top: 24px;
}

.code {
    width: 170px;
    height: 170px;
    margin: 0 auto 17px;
}

.box01_code p {
    width: 100%;
    height: 50px;
    color: #282626;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    background: url(../images/smbm.png) no-repeat center center;
}

.box01_line3_item {
    width: 100%;
    height: 145px;
    position: relative;
    display: flex;
    margin-top: 34px;
    justify-content: flex-end;
}

.box01_line3_item span {
    width: 145px;
    height: 145px;
    color: #56250E;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6px;
    background: url(../images/box01_left.png) no-repeat center center;
}

.box01_line3_item div {
    color: #FFD28C;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 90px;
    width: 795px;
    height: 145px;
    border: 1px solid #FFD28C;
    border-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box01_line3_item div p {
    line-height: 1.9;
}

.box02,
.box03,
.box04 {
    margin-top: 60px;
}

.box02 .box01_container {
    padding: 140px 192px;
}

.jp_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ywzhj {
    width: 262px;
    height: 262px;
    background: url(../images/ywzqj.png) no-repeat center center;
    position: absolute;
    top: 50.3%;
    left: 50.4%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ywzhj .hover {
    display: none;
}

.ywzhj:hover .hover {
    display: block;
}

.ywzhj:hover .normal {
    display: none;
}

.ywzhj .normal p {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(0deg, #FFF7C7 0%, #FFD28C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}

.ywzhj .hover {
    text-align: center;
    color: #d2b580;
    font-size: 18px;
    font-weight: bold;
}

.jp {
    width: 406px;
    height: 332px;
    background: url(../images/jp_bg1.png) no-repeat center center;
}

.jp1 {
    margin-bottom: 37px;
}

.jp2 {
    margin-bottom: 37px;
    background: url(../images/jp_bg2.png) no-repeat center center;
}

.jp3 {
    background: url(../images/jp_bg3.png) no-repeat center center;
}

.jp4 {
    background: url(../images/jp_bg4.png) no-repeat center center;
}

.jp_line1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 138px;
}

.jp_line1 p {
    color: #1E1D1D;
    font-size: 20px;
}

.jp_line1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 119px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 20px;
    background: url(../images/bm_bg.png) no-repeat center center;
}

.jp1 .jp_line2,
.jp3 .jp_line2 {
    box-sizing: border-box;
    padding-left: 20px;
}

.jp2 .jp_line2,
.jp4 .jp_line2 {
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
}

.jp2 .jp_line2 h4,
.jp4 .jp_line2 h4 {
    margin-left: 24%;
}

.jp_line2 {
    height: 192px;
    color: #FFD28C;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jp_line2 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 277px;
    height: 57px;
    color: #482013;
    font-size: 20px;
    background: url(../images/jp_title.png) no-repeat center center;
}

.jp_line2 p {
    line-height: 1.7;
}

.box02_container {
    height: 928px;
    margin-top: -68px;
    background: url(../images/box02_bg.png) no-repeat center center;
}

.teacher_swiper {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
}

.gift_item {
    width: 100%;
    height: 253px;
    background: url(../images/gift_item.png) no-repeat center center;
    background-size: 100% 100%;
}

.gift_item .gift_img {
    width: 100%;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift_info {
    width: 100%;
    height: 111px;
    color: #1C1B1B;
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box02_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box02_title span {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(0deg, #FFB157 0%, #FFC970 25.830078125%, #FFFFE0 81.8359375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box02_title div {
    width: 440px;
    height: 65px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 2px;
    line-height: 65px;
    background: url(../images/jing.png) no-repeat center center;
}

.box02_title div span {
    font-size: 40px;
}

.gift_line3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
}

.gift_line3_item {
    width: 434px;
    height: 214px;
    background: url(../images/gift_info.png) no-repeat center center;
}

.gift_line3_item:nth-child(1) {
    margin-right: -22px;
}

.gift_line3_item h3 {
    width: 320px;
    height: 47px;
    color: #1C1B1B;
    font-size: 20px;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    line-height: 47px;
    background: url(../images/gift_title.png) no-repeat center center;
}

.gift_line3_item div {
    height: 156px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 27px;
    color: #FFDFA0;
    font-size: 13px;
    line-height: 1.8;
}

.gift_line3_item div span {
    display: inline-block;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    background: linear-gradient(0deg, #FEE7B6, #F7DD76);
    border-radius: 50%;
    color: #1C1B1B;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
}

.gift_line3_item:nth-child(2) div {
    padding-left: 40px;
}

.box03_container {
    height: 951px;
    background: url(../images/box03_bg.png) no-repeat center center;
}

.book_container,
.class_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book_container {
    margin-bottom: 43px;
}

.book_item {
    display: flex;
    align-items: center;
    width: 404px;
    height: 285px;
    background: url(../images/book_item.png) no-repeat center center;
}

.book_item p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
}

.book_item p span {
    color: #F00D0D;
    font-size: 36px;
}

.book_item a {
    display: block;
    width: 122px;
    height: 45px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    background: url(../images/buy_btn.png) no-repeat center center;
}

.class_item {
    display: block;
    width: 401px;
    height: 302px;
    box-sizing: border-box;
    background: #1C1B1B;
    padding-top: 25px;
    border: 1px solid #E5BA7C;
}

.class_item img {
    width: 351px;
    height: 208px;
    margin: 0 auto 15px;
}

.class_item p {
    color: #FBE29B;
    font-size: 22px;
    text-align: center;
}

.box04_container {
    height: 683px;
    background: url(../images/box04_bg.png) no-repeat center center;
}


/* 地区开始 */

.region {
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

.region a {
    float: left;
    width: 199px;
    height: 54px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid;
    border-image: linear-gradient(194deg, #FFFFCE, #FFE7A9) 1 1;
    margin-right: 14px;
    margin-bottom: 11px;
    text-align: center;
    line-height: 60px;
    font-size: 19px;
    color: #F6F5CB;
    transition: all .7s;
}

.region a:hover {
    color: #201A15;
    background: linear-gradient(90deg, rgba(255, 213, 135, 0.96), rgba(255, 255, 206, 0.96), rgba(255, 231, 169, 0.96));
}

.region a:nth-child(6n) {
    margin-right: 0;
}

.fixed_right {
    display: none;
    position: fixed;
    right: -50px;
    top: 20%;
    width: 333px;
    height: 350px;
    box-sizing: border-box;
    padding-top: 89px;
    background: url(../images/float_bg.png) no-repeat center center;
}

.fixed_right a {
    display: block;
    width: 109px;
    height: 40px;
    background: linear-gradient(90deg, rgba(230, 195, 127, 0.96), rgba(245, 185, 98, 0.96), rgba(247, 204, 141, 0.96));
    border: 1px solid #F6C488;
    box-shadow: 0px 0px 0px 0px #F3B13E;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #1C1709;
    font-size: 18px;
}

@media only all and (max-width:1080px) {
    .banner {
        height: 12rem;
        background-size: auto 100%;
    }
    .banner_container {
        width: 100%;
        padding-top: 2rem;
    }
    .txt01 {
        font-size: .8rem;
        letter-spacing: .1rem;
    }
    .txt02 {
        width: 70%;
        margin: .4rem auto 0;
    }
    .jb {
        right: 0;
        top: .3rem;
        width: 4rem;
    }
    .txt03 {
        height: 4rem;
        width: 70%;
        font-size: .9rem;
        line-height: 3rem;
        background-size: 100% 100%;
    }
    .box_container {
        min-height: auto;
        padding: 1rem 0;
    }
    .title {
        width: 100%;
    }
    .title div {
        width: 30%;
        height: 2rem;
        font-size: .8rem;
        line-height: 2rem;
        background-size: 100% 100%;
    }
    .title p {
        width: 30%;
        margin-top: .1rem;
        font-size: .8rem;
        height: 2rem;
        line-height: 2rem;
        background-size: 100% auto;
    }
    .box_wrap {
        width: 94%;
        height: auto;
        padding: .8rem 2%;
        background: #474747;
        border: .2rem solid #E2BA74;
        border-radius: 1rem;
    }
    .box01_line1,
    .box01_line2 {
        flex-direction: column;
    }
    .box01_line2 {
        margin-top: 0;
    }
    .box01_tip {
        width: 13rem;
        height: 2.6rem;
        background-size: 100% 100%;
        font-size: .7rem;
        line-height: 2.6rem;
        margin: 0 .1rem;
    }
    .box01_line2 .box01_tip {
        margin-bottom: 0;
    }
    .box01_tip:hover {
        color: #070706;
        background: url(../images/box01_tip_active.png) no-repeat center center;
    }
    .box01_code {
        width: 10rem;
        height: 12rem;
        padding-top: 1rem;
        margin: .4rem 0;
    }
    .code {
        width: 8rem;
        height: 8rem;
        margin: 0 auto 1rem;
    }
    .box01_code p {
        width: 100%;
        height: 2rem;
        font-size: .7rem;
        line-height: 2rem;
        background-size: auto 100%;
    }
    .box01_line3_item {
        width: 100%;
        height: 100%;
        margin-top: .8rem;
    }
    .box01_line3_item span {
        width: 4rem;
        height: 4rem;
        font-size: .7rem;
        left: 0;
        top: 21%;
        background-size: 100% 100%;
        z-index: 2;
    }
    .box01_line3_item div {
        font-size: .7rem;
        padding-left: 2rem;
        width: 80%;
        height: auto;
        border-left: 1px solid #FFD28C;
        padding: .4rem;
    }
    .box01_line3_item div p {
        line-height: 1.5;
    }
    .box02,
    .box03,
    .box04 {
        margin-top: .8rem;
    }
    .box02 .box01_container {
        padding: .8rem 2%;
    }
    .jp_container {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ywzhj {
        width: 11rem;
        height: 5rem;
        background: #1E1D1D;
        border-radius: 1rem;
        border: .1rem solid #E0C980;
    }
    .ywzhj .normal p {
        font-size: .6rem;
        margin-bottom: .5rem;
    }
    .ywzhj .normal img {
        width: 30%;
        margin: 0 auto;
    }
    .ywzhj .hover {
        font-size: .5rem;
    }
    .jp {
        width: 49%;
        height: auto;
        background: none;
    }
    .jp1 {
        margin-bottom: .4rem;
    }
    .jp2 {
        margin-bottom: .4rem;
        background: none;
    }
    .jp3 {
        background: none;
    }
    .jp4 {
        background: none;
    }
    .jp_line1 {
        box-sizing: border-box;
        padding-left: .4rem;
        height: 4.5rem;
        background: linear-gradient(86deg, #E8C287, #F7EABC, #E7BF84);
        ;
    }
    .jp_line1 p {
        font-size: .6rem;
    }
    .jp_line1 a {
        width: 3rem;
        height: 2.8rem;
        padding-left: .2rem;
        margin-left: .1rem;
        background-size: 100% 100%;
    }
    .jp_line1 a img {
        width: 40%;
    }
    .jp1 .jp_line2,
    .jp3 .jp_line2 {
        padding-left: 0;
    }
    .jp2 .jp_line2,
    .jp4 .jp_line2 {
        padding-right: 0;
    }
    .jp2 .jp_line2,
    .jp1 .jp_line2 {
        padding-bottom: 2rem;
    }
    .jp3 .jp_line2,
    .jp4 .jp_line2 {
        padding-top: 2rem;
    }
    .jp2 .jp_line2 h4,
    .jp4 .jp_line2 h4 {
        margin: 0 auto !important;
    }
    .jp_line2 {
        height: 10rem;
        font-size: .6rem;
        background: #1C1B1B;
    }
    .jp_line2 h4 {
        width: 97%;
        height: 1.8rem;
        font-size: .7rem;
        background-size: 100% 100%;
    }
    .jp_line2 h4 img {
        width: .3rem;
    }
    .jp_line2 p {
        line-height: 1.5;
    }
    .box02_container {
        height: auto;
        margin-top: 0.4rem;
        background: #474747;
    }
    .teacher_swiper {
        width: 100%;
        margin: .8rem auto 0;
        position: relative;
    }
    .gift_item {
        width: 90%;
        margin: 0 auto;
        height: 10rem;
        background-size: 100% 100%;
    }
    .gift_item .gift_img {
        height: 5.4rem;
    }
    .gift_item .gift_img img {
        width: 50%;
    }
    .gift_info {
        width: 100%;
        height: 4.5rem;
        font-size: .6rem;
    }
    .box02_title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box02_title span {
        font-size: .7rem;
    }
    .box02_title img {
        display: none;
    }
    .box02_title div {
        width: auto;
        height: 1rem;
        font-size: .7rem;
        border: 1px solid #FFDFA0;
        margin: 0;
        line-height: 1rem;
        background: none;
    }
    .box02_title div span {
        font-size: .7rem;
    }
    .gift_line3 {
        flex-direction: column;
        margin-top: .8rem;
    }
    .gift_line3_item {
        width: 100%;
        height: 8rem;
        background-size: 100% 100%;
    }
    .gift_line3_item:nth-child(1) {
        margin-right: 0;
        margin-bottom: .4rem;
    }
    .gift_line3_item h3 {
        width: 80%;
        height: 2rem;
        font-size: .8rem;
        line-height: 2rem;
        background-size: 100% 100%;
    }
    .gift_line3_item div {
        height: 5.5rem;
        padding: 0 1rem;
        font-size: .7rem;
    }
    .gift_line3_item div span {
        margin-right: .1rem;
        width: .8rem;
        height: .8rem;
        font-size: .5rem;
        line-height: .8rem;
    }
    .gift_line3_item:nth-child(2) div {
        padding: 0 1rem;
    }
    .box03_container {
        height: auto;
        background: #474747;
    }
    .book_container,
    .class_container {
        flex-direction: column;
    }
    .book_container {
        margin-bottom: .8rem;
    }
    .book_item {
        width: 90%;
        height: 8rem;
        background-size: 100% 100%;
        margin: .4rem 0;
    }
    .book_item img {
        width: 50%;
        height: auto;
    }
    .book_item p {
        font-size: .7rem;
        margin-bottom: .3rem;
    }
    .book_item p span {
        font-size: .8rem;
    }
    .book_item a {
        width: 4rem;
        height: 1.4rem;
        font-size: .7rem;
        line-height: 1.4rem;
        background-size: 100% 100%;
    }
    .class_item {
        display: block;
        width: 90%;
        height: auto;
        padding: .8rem 0;
        margin: .4rem 0;
    }
    .class_item img {
        width: 80%;
        height: auto;
        margin: 0 auto .6rem;
    }
    .class_item p {
        font-size: .7rem;
    }
    .box04_container {
        height: auto;
        background: #474747;
    }
    /* 地区开始 */
    .region a {
        width: 24%;
        height: 1.8rem;
        margin-left: 0;
        margin-right: .4%;
        margin-bottom: .5rem;
        line-height: 1.8rem;
        font-size: .75rem;
        background-size: 100% 100%;
    }
    .region a:nth-child(6n) {
        margin-right: .4%;
    }
    .region a:nth-child(4n) {
        margin-right: 0;
    }
}