/*base基础设置*/
.get-course-entry {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 100;
    width: 100px;
}

* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/*web界面设置*/
body {
    overflow-x: hidden;
}

.mobile-p1,
.mobile-p2,
.mobile-footer {
    display: none;
}

/*P1*/
.box-p1 {
    width: 100%;
    height: 1164px;
    background: url(../uploads/banner.png) no-repeat center 0;
}

.wrapper {
    width: 892px;
    height: 100%;
    margin: 0 auto;
}

.box-p1 .wrapper .icon {
    width: 144px;
    height: 144px;
    margin-top: 238px;
}

.box-p1 .wrapper .logo {
    height: 88px;
    margin-top: 48px;
}

.box-p1 .wrapper .intro {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #FFB492;
    margin-top: 24px;
    margin-bottom: 52px;
}

.qr-box,
.button {
    float: left;
}

.qr-box .qrcode {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
}

.qr-box .qrcodeimg {
    width: 160px;
}

.qr-box p {
    width: 160px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #FFB492;
}

.button {
    margin-left: 24px;
}

.button a {
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 28px;
}

.button i {
    font-size: 23px;
}

.button .btn-ios i {
    margin-left: 57px;
}

.button .btn-ios {
    color: #fff;
    background-color: #313131;
}

.button .btn-ios:hover {
    background-color: #3D3D3D;
}

.button .btn-android i {
    margin-left: 40px;
}

.button .btn-android {
    color: #FA481E;
    background-color: #fff;
    margin-top: 20px;
}

.button .btn-android:hover {
    color: #FF6845;
}


/*P2*/
.box-p2 {
    width: 100%;
    height: 100%;
    padding-top: 140px;

}

.box-p2 ul li {
    position: relative;
}

.box-p2 ul li .circle01 {
    position: absolute;
    left: -230px;
    top: 0px;
    width: 156px;
    height: 156px;
}

.box-p2 ul li .circle02 {
    position: absolute;
    right: -617px;
    top: 251px;
    width: 296px;
    height: 296px;
}

.box-p2 ul li .circle03 {
    position: absolute;
    left: -194px;
    bottom: -102px;
    width: 156px;
    height: 156px;
}

.box-p2 ul li .circle04 {
    position: absolute;
    right: -547px;
    top: 0px;
    width: 296px;
    height: 296px;
}

.box-p2 ul li {
    margin-bottom: 180px;
}

.box-p2 ul li div {
    float: left;
    height: 100%;
}

.box-p2 ul li div:first-Child {
    margin-right: 44px;
}

.box-p2 h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #222222;
    margin-bottom: 40px;
}

.box-p2 ul li .characters {
    width: 408px;
}

.box-p2 p {
    width: 408px;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    color: #A2A2A2;
}

.box-p2 .pic {
    width: 440px;
}


.box-p2 ul li:first-Child .characters {
    margin-top: 76px;
}

.box-p2 ul li:nth-child(2) .characters {
    margin-top: 23px;
}

.box-p2 ul li:nth-child(3) .characters {
    margin-top: 126px;
}

.box-p2 ul li:last-Child .characters {
    margin-top: 85px;
}


/*底部*/

.footer {
    width: 100%;
    height: 806px;
    padding-top: 80px;
    background: url(../uploads/bg-bottom.png) no-repeat center 0;
}

.footer .logo-yzt {
    display: block;
    margin: 80px auto 0;
}

.footer .Jianjie .BriefIntro {
    width: 476px;
    margin: 16px auto 0;
    text-align: center;
}

.footer .download {
    width: 424px;
    margin: 32px auto 0;
}

.footer .download .qr-box {
    width: 160px;
    float: none;
    margin: 0 auto;
}

.footer .button {
    margin-top: 24px;
    margin-left: 0;
}

.footer .button a {
    float: left;
}

.footer .button .btn-black {
    margin-left: 24px;
}

.btn-black {
    width: 200px;
    height: 56px;
    border: 1px solid #313131;
    color: #313131;
}

.btn-black:hover {
    color: #3D3D3D;
}

.btn-black i {
    margin-left: 40px;
}

.footer .contact {
    margin: 40px auto 56px;
    text-align: center;
}

.footer .contact h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #FF6845;
    margin-bottom: 32px;
}

.footer .contact li {
    width: 223px;
    float: left;
}

.footer .contact li img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.footer .contact li p {
    width: 140px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #222222;
    margin: 16px auto 0;
}


.footer .bottombox {
    width: 660px;
    height: 62px;
    margin: 0 auto;
}

.footer .bottombox li {
    float: left;
}

.footer .bottombox .beianli {
    margin-left: 64px;
}

.footer .bottombox li a {
    color: #D2A79D;
    font-size: 12px;
    line-height: 62px;
}

.footer .bottombox .beian:hover {
    color: #222;
}
.coninfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottombox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*移动端*/
@media screen and (min-width:320px) and (max-width:640px) {

    .box-p1,
    .box-p2,
    .footer {
        display: none;
    }

    .mobile-p1,
    .mobile-p2,
    .mobile-footer {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .mobile-p1 {
        width: 100%;
        overflow: hidden;
        background: linear-gradient(90deg, #D7662E 0%, #DE6D35 100%);
    }

    .mobileP1 {
        margin-top: 30pt;
    }

    .mobile-p1 .mobileP1 .icon {
        width: 73.3%;
        display: block;
        margin: 0 auto;
    }

    /*.mobile-p1 .logo {
    display: block;
    width: 40.5%;
    margin: 16pt auto 0;
}

.mobile-p1 .intro {
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    color: #FFB492;
    margin-top: 16pt;
}*/

    .mobile-p1 .mobileP1 .qr-box,
    .mobile-footer .qr-box {
        width: 73.3%;
        margin: 24pt auto 0;
        float: none;
    }

    .mobile-p1 .mobileP1 .qr-box .qrcode,
    .mobile-footer .qr-box .qrcode {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .mobile-p1 .mobileP1 .qr-box .qrcode .qrcodeimg,
    .mobile-footer .qr-box .qrcode .qrcodeimg {
        width: 73%;
        display: block;
        margin: 0 auto;
    }

    .mobile-p1 .mobileP1 .qr-box p,
    .mobile-footer .qr-box p {
        font-size: 12pt;
        width: 100%;
        text-align: center;
        margin-top: 8pt;
    }

    .mobile-p1 .mobileP1 .button,
    .mobile-footer .button {
        width: 73.3%;
        margin: 15pt auto 0;
        float: none;

        position: relative;
        z-index: 30;
    }

    .mobile-p1 .mobileP1 .button i,
    .mobile-footer .button i {
        margin: 0;
        font-size: 19pt;
    }

    .mobile-p1 .mobileP1 .button a,
    .mobile-footer .button a {
        width: 100%;
        height: 42pt;
        font-size: 11pt;
        border-radius: 21pt;
    }

    .mobile-p1 .mobileP1 .button .btn-ios div,
    .mobile-footer .button .btn-ios div {
        width: 64pt;
        margin: 0 auto;
        /*position:relative;
    left:50%;
    transform: translateX(-50%);*/
    }

    .mobile-p1 .mobileP1 .button .btn-android div,
    .mobile-footer .button .btn-android div,
    .mobile-footer .button .btn-black div {
        width: 89pt;
        margin: 0 auto;
        /*position:relative;
    left:50%;
    transform: translateX(-50%);*/
    }

    .mobile-p1 .mobileP1 .button .btn-android,
    .mobile-footer .button .btn-android {
        margin-top: 15pt;
        box-shadow: 0px 4px 16px 0px rgba(195, 73, 12, 0.6);
    }

    .mobile-p1 .mobileP1 .pic {
        width: 100%;
        margin-top: -24pt;
        position: relative;
        bottom: -8pt;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }



    /*第二屏*/
    .mobile-p2 {
        width: 100%;
        overflow-x: hidden;
    }

    .mobile-p2 h1 {
        font-size: 18pt;
        font-weight: 600;
        line-height: 27pt;
        text-align: center;
        color: #222222;
        margin-top: 60pt;
    }

    .mobile-p2 .pic1 {
        position: relative;
        width: 74.4%;
        margin: 12pt auto 0;
        display: block;
        z-index: 50;
    }

    .mobile-p2 .pic2 {
        position: relative;
        width: 72.8%;
        margin: 12pt auto 0;
        display: block;
        z-index: 50;
    }

    .mobile-p2 .pic3 {
        position: relative;
        width: 66.9%;
        margin: 12pt auto 0;
        display: block;
        z-index: 50;
    }

    .mobile-p2 .pic4 {
        position: relative;
        width: 84.8%;
        margin: 12pt auto 0;
        display: block;
        z-index: 50;
    }

    .mobile-p2 p {
        font-size: 10pt;
        font-weight: normal;
        line-height: 15pt;
        text-align: center;
        color: #A2A2A2;

        width: 91.4%;
        margin: 12pt auto 0;
    }

    .mobile-p2 ul li {
        position: relative;
    }

    .mobile-p2 ul li .circle01 {
        position: absolute;
        left: -36pt;
        top: 8pt;
        width: 93pt;
        height: 93pt;
        z-index: 1;
    }

    .mobile-p2 ul li .circle02 {
        position: absolute;
        right: -68pt;
        top: 218pt;
        width: 177pt;
        height: 177pt;
        z-index: 1;
    }

    .mobile-p2 ul li .circle03 {
        position: absolute;
        left: -36pt;
        top: 150pt;
        width: 93pt;
        height: 93pt;
        z-index: 1;
    }

    .mobile-p2 ul li .circle04 {
        position: absolute;
        right: -68pt;
        top: 173pt;
        width: 177pt;
        height: 177pt;
        z-index: 1;
    }

    /*底部*/
    .mobile-footer {
        background: url(../uploads/bg-bottom2.png) no-repeat 0 0 /100% 100%;
        margin-top: 60pt;
    }

    .mobile-footer .footcont .Jianjie {
        margin-top: 60pt;
    }

    .mobile-footer .footcont .Jianjie .logo-yzt {
        display: block;
        margin: 0 auto;
    }

    .mobile-footer .footcont .Jianjie .BriefIntro {
        width: 91.4%;
        margin: 12pt auto 0;
        font-size: 9pt;
        font-weight: normal;
        line-height: 14pt;
        text-align: center;
        color: #222222;
    }

    .mobile-footer .footcont .download .qr-box p {
        color: #FF6845;
    }

    .mobile-footer .button .btn-black {
        margin-top: 15pt;
    }

    .mobile-footer .footcont .contact {
        margin-top: 30pt;
    }

    .mobile-footer .footcont .contact h1 {
        font-size: 18pt;
        font-weight: 600;
        line-height: 27pt;
        text-align: center;
        color: #FF6845;
    }

    .mobile-footer .footcont .contact img {
        display: block;
        margin: 0 auto;
    }

    .mobile-footer .footcont .contact p {
        font-size: 9pt;
        font-weight: normal;
        line-height: 14pt;
        text-align: center;
        color: #222222;
    }

    .mobile-footer .footcont .contact ul {
        width: 82.9%;
        margin: 24pt auto 0;
    }

    .mobile-footer .footcont .contact ul li:first-Child {
        width: 45%;
        float: left;
    }

    .mobile-footer .footcont .contact ul li:last-Child {
        width: 45%;
        float: right;
    }

    .mobile-footer .footcont .contact ul li p {
        margin-top: 12pt;
    }

    .mobile-footer .footcont .bottombox {
        padding: 12pt 0;
        margin-top: 40pt;
    }

    .mobile-footer .footcont .bottombox li {
        width: 100%;
        font-size: 9pt;
        font-weight: normal;
        line-height: 18pt;
        text-align: center;
        color: #D2A79D;
    }

    .maskLayer {
        width: 100%;
        height: 100vh;
        background-color: #333;
        opacity: 0.7;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 100;
    }

    .maskLayer>img {
        position: absolute;
        top: 0.1875rem;
        right: 0.375rem;
    }

    body.overflow-hidden {
        overflow: hidden;
    }
}