* {
    margin: 0;
    padding: 0;
}

.warp {
    width: 19.03rem;
    margin: 0 auto;
    height: 101%;
    background-image: url(../img/背景.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.warp>.title {
    width: 6.21rem;
    height: 2.89rem;
    margin: 0 auto;
    padding-top: 0.5rem;
}

.djs {
    padding: 0.15rem 0;
    margin: 0 auto;
    font-size: 0.2rem;
    width: 4.8rem;
    text-align: center;
    background-color: #892EE1;
    color: white;
    border-radius: 0.5rem;
    margin-top: 0.3rem;
    white-space: nowrap;
}

.djs>span {
    font-size: 0.24rem;
    color: #892EE1;
    background-color: white;
    padding: 0.05rem;
    margin-right: 0.05rem;
    display: inline-block;
    /* border: 0.01rem solid black; */
}

.freest {
    width: 4.5rem;
    height: 2rem;
    background-image: url(../img/电脑.png);
    background-repeat: no-repeat;
    background-position: 49% 91%;
    background-size: 100% 100%;
    margin: 0 auto;
    background-size: 200% 240%;
    position: relative;
    margin-top: 0.3rem;
}

.freest>img {
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    top: 32%;
    left: 48%;
}

.freest>p {
    width: 1.53rem;
    height: 0.43rem;
    background-image: url(../img/画板\ 2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.18rem;
    color: white;
    text-align: center;
    line-height: 0.38rem;
    position: absolute;
    bottom: -7%;
    left: 35%;
    cursor: pointer;
}

.dia_video {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0%;
    left: 0%;
    display: none;
    z-index: 9999999999;
}

.dia_video>video {
    width: 5rem;
    height: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}

.nav {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.nav>.box {
    width: 20%;
    height: 2.8rem;
    background-image: url(../img/5.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.nav>.box>p {
    font-size: 0.16rem;
    text-align: center;
}

.nav>.box>p:nth-child(1) {
    text-align: center;
    line-height: 0.47rem;
    font-size: 0.20rem;
    color: white;
    font-weight: 700;
}

.nav>.box>p:nth-child(2) {
    font-size: 0.18rem;
    color: white;
    margin-top: 0.4rem;
}

.nav>.box>.img {
    width: 1.8rem;
    height: 1.13rem;
    margin: 0 auto;
    margin-top: 0.1rem;
}

.nav>.box>.imgewm {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}

.nav>.box>.img>img,
.nav>.box>.imgewm>img {
    width: 100%;
    height: 100%;
}

.nav>.box>a:nth-child(4)>p {
    width: 1.94rem;
    height: 0.63rem;
    font-size: 0.2rem;
    line-height: 0.54rem;
    background-image: url(../img/4.png);
    position: absolute;
    background-size: 100% 100%;
    bottom: 0%;
    left: 19%;
    color: #C5106D;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.nav>.box>p:nth-child(4) {
    width: 1.94rem;
    height: 0.63rem;
    font-size: 0.2rem;
    line-height: 0.54rem;
    background-image: url(../img/4.png);
    position: absolute;
    bottom: 0%;
    left: 19%;
    color: #C5106D;
    display: flex;
    justify-content: center;
    font-weight: 700;
    /* align-items: center; */
    background-size: 100% 100%;
}

.nav>.box>p:nth-child(4)>span:nth-child(1) {
    margin-left: 0.2rem;
    margin-right: 0.15rem;
    font-size: 0.24rem;
}

.nav>.box>p:nth-child(4)>span:nth-child(2) {
    width: 0;
    height: 0;
    border: 0.1rem solid #C5106D;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    /* margin-left: 0.15rem; */
    margin-top: 0.17rem;
}

.nav>.box>a:nth-child(4)>p>span:nth-child(1) {
    margin-left: 0.2rem;
    margin-right: 0.15rem;
    font-size: 0.24rem;
}

.nav>.box>a:nth-child(4)>p>span:nth-child(2) {
    width: 0;
    height: 0;
    border: 0.1rem solid #C5106D;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    /* margin-left: 0.15rem; */
    margin-top: 0.17rem;
}

.jdt {
    width: 14.2rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.jdt>.box {
    width: 14.2rem;
    height: 1.78rem;
    background-color: #F74F39;
    border: 0.04rem solid #FFD49B;
    border-radius: 2rem;
    box-sizing: border-box;
}

.jdt>.box>.xbox {
    width: 13.8rem;
    height: 1.38rem;
    margin: 0.17rem;
    background-color: #FF8F52;
    border: 0.04rem solid #FFD49B;
    border-radius: 2rem;
    box-sizing: border-box;
    position: relative;
}

.jdt>.box>.xbox>img {
    width: 12.34rem;
    height: 0.43rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.jdt>.box>.xbox>.dllist {
    width: 12.34rem;
    height: 1.32rem;
    font-size: 0.16rem;
    margin: 0 auto;
    z-index: 111;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-around;
}

.jdt>.box>.xbox>.dllist>dl {
    width: 1.65rem;
    height: 100%;
    /*  display: flex;
            flex-direction: column;
            justify-content: space-between; */
    margin: 0.15rem 0;
}

.jdt>.box>.xbox>.dllist>dl>dd {
    width: 0.36rem;
    height: 0.36rem;
    margin: 0.05rem auto;
}

.jdt>.box>.xbox>.dllist>dl>dt:nth-child(1) {
    white-space: nowrap;
    color: #E6FF00;
    font-size: 0.18rem;
    text-align: center;
}

.jdt>.box>.xbox>.dllist>dl>dt:nth-child(3) {
    width: 1.55rem;
    height: 0.38rem;
    background-image: url(../img/组\ 50.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 0.46rem;
    color: white;
    font-size: 0.18rem;
}

.lbt {
    width: 11.7rem;
    height: 5.5rem;
    background-image: url(../img/课程优惠.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    margin-top: 0.3rem;
}

.lbt>.title_kc {
    text-align: center;
    font-size: 0.45rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: white;
    font-style: italic;
}

.lbt>.swiper {
    width: 86%;
    height: 43%;
    /* background-color: white; */
    margin: 1.16rem 0.8rem;
}

.lbt .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.lbt .swiper-slide>dl {
    width: 30%;
    padding: 0.15rem;
    box-sizing: border-box;
    background-color: white;
}

.lbt .swiper-slide>dl>dd {
    width: 100%;
}

.lbt .swiper-slide>dl>dt {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    align-items: center;
    margin-top: 0.1rem;
}

.lbt .swiper-slide>dl>dt>p {
    padding: 0.1rem 0.15rem;
    border-radius: 0.2rem;
}

.lbt .swiper-slide>dl>dt>p:nth-child(1) {
    padding: 0.05rem 0.1rem;
    border: 0.01rem solid red;
    color: red;
    font-size: 0.16rem;
    border-radius: 0.2rem;
    white-space: nowrap;
}

a {
    text-decoration: none;
}

.lbt .swiper-slide>dl>dt>p:nth-child(2) {
    padding: 0.05rem 0.3rem;
    color: white;
    background-color: red;
    border-radius: 0.3rem;
    white-space: nowrap;
}

.lbt .swiper-slide>dl>dt>p:nth-child(2)>a {
    color: white;
}

.lbt .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lbt .swiper-button-next,
.lbt .swiper-button-prev {
    position: absolute;
}

.lbt .swiper-button-next {
    right: -3%;
    top: 65%;
}

.lbt .swiper-button-prev {
    left: -3%;
    top: 65%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
}

.lbt>.m_kc {
    width: 1.8rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: white;
    font-size: 0.2rem;
    border-radius: 0.3rem;
    margin: 0 auto;
}

.lbt>.m_kc>a {
    color: red;
}

.goodjuan {
    width: 11.7rem;
    height: 5.5rem;
    background-image: url(../img/优惠券.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    margin-top: 1.2rem;
}

.goodjuan>.title_juan {
    text-align: center;
    font-size: 0.45rem;
    font-weight: 700;
    line-height: 1rem;
    color: white;
    font-style: italic;
    margin-bottom: 0.9rem;
}

.goodjuan>.juan_list {
    width: 86%;
    height: 58%;
    /* background-color: white; */
    margin: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-around;
}

.goodjuan>.juan_list>.juan_item {
    width: 30%;
    height: 3.3rem;
    background-image: url(../img/券.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: relative;
}

.goodjuan>.juan_list>.juan_item>p {
    font-size: 0.16rem;
    text-align: center;
}

.goodjuan>.juan_list>.juan_item>p:nth-child(1) {
    color: #FE5580;
    margin: 0.2rem 0;
}

.goodjuan>.juan_list>.juan_item>p:nth-child(1)>span {
    color: #FE5580;
    font-size: 0.8rem;
    font-weight: 700;
}

.goodjuan>.juan_list>.juan_item>p:nth-child(2) {
    color: #FE5580;
    font-size: 0.18rem;
}

.goodjuan>.juan_list>.juan_item>p:nth-child(3) {
    width: 1.94rem;
    height: 0.63rem;
    font-size: 0.2rem;
    line-height: 0.54rem;
    background-image: url(../img/4.png);
    position: absolute;
    bottom: 14%;
    left: 17%;
    color: #C5106D;
    display: flex;
    justify-content: center;
    font-weight: 700;
    background-size: 100% 100%;
    /* align-items: center; */
}

.goodjuan>.juan_list>.juan_item>p:nth-child(3)>span:nth-child(1) {
    margin-left: 0.2rem;
    margin-right: 0.15rem;
    font-size: 0.24rem;
}

.goodjuan>.juan_list>.juan_item>p:nth-child(3)>span:nth-child(2) {
    width: 0;
    height: 0;
    border: 0.1rem solid #C5106D;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    /* margin-left: 0.15rem; */
    margin-top: 0.17rem;
}

.goodjuan>.juan_list>.juan_item>p:nth-child(4) {
    padding: 0 0.2rem;
    border: 0.01rem solid white;
    width: 0.9rem;
    position: absolute;
    border-radius: 0.15rem;
    bottom: 6%;
    left: 28%;
    color: white;
    white-space: nowrap;
}

.choujiang {
    width: 11.7rem;
    height: 10.31rem;
    background-image: url(../img/抽奖1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    margin-top: 1.2rem;
}

.choujiang>.title_cj {
    text-align: center;
    font-size: 0.4rem;
    font-weight: 700;
    /* line-height: 0.6rem; */
    color: white;
    font-style: italic;
    margin-bottom: 0.9rem;
    padding-top: 0.2rem;
}

.choujiang>.cj_main {
    width: 86%;
    height: 70%;
    /* background-color: white; */
    margin: 1.3rem 7%;
    display: flex;
    /* justify-content: space-around; */
}

.choujiang>.cj_main>.left {
    width: 57%;
    position: relative;
}

.choujiang>.cj_main>.left>.pan {
    width: 4.48rem;
    height: 4.58rem;
    margin: 0 auto;
    position: absolute;
    left: 2%;
    bottom: 18%;
    z-index: 111;
    font-size: 0.14rem;
    /*  transform: rotate(1000deg);
            transition: 10s; */
}

.choujiang>.cj_main>.left>p {
    font-size: 0.26rem;
    color: #EC5B08;
    margin-top: 0.5rem;
    text-align: center;
}

li {
    list-style: none;
}

.choujiang>.cj_main>.left>p>a {
    font-size: 0.2rem;
    color: white;
}

.choujiang>.cj_main>.left>.pan>dl {
    width: 0.93rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choujiang>.cj_main>.left>.pan>dl:nth-child(2) {
    position: absolute;
    top: 14%;
    left: 40%;
}

.choujiang>.cj_main>.left>.pan>img {
    width: 120%;
    height: 120%;
}

.choujiang>.cj_main>.left>.lg {
    position: absolute;
    left: 16%;
    bottom: -4%;
}

.choujiang>.cj_main>.left>.lg>img {
    /*  width: 1.2rem;
            height: 3rem; */
}

.choujiang>.cj_main>.left>.rg {
    position: absolute;
    right: 25%;
    bottom: -4%;
}

.choujiang>.cj_main>.left>.start {
    width: 1.33em;
    height: 1.66rem;

    position: absolute;
    right: 39%;
    bottom: 31%;
    z-index: 999;
}
.choujiang>.cj_main>.left>.start>img{
    width: 100%;
    height: 100%;
}

.right {
    flex: 1;
}

.hjmd {
    width: 4rem;
    height: 5.04rem;
    background-image: url(../img/组\ 46.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 1.4rem;
    margin-right: 0.2rem;
    padding: 0 0.1rem;
    padding-top: 30%;
    box-sizing: border-box;
}

.md_list {
    width: 100%;
    height: 100%;
}

.md_list .md_item {
    display: flex;
    justify-content: space-between;
    font-size: 0.16rem;
    line-height: 0.5rem;
}

.md_list .md_item>p {
    width: 33%;
    font-size: 0.16rem;
}

.md_list .md_item>p:nth-child(3) {
    text-align: right;
}

.md_list .swiper {
    width: 100%;
    height: 100%;
}

.md_list .swiper-slide {
    /* Center slide text vertically */
    align-items: center;
}

.md_list .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hkdj {
    width: 11.7rem;
    height: 9.48rem;
    margin: 0 auto;
    background-image: url(../img/好课低价区.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.4rem;
}

.hkdj>.title_hksj {
    text-align: center;
    font-size: 0.45rem;
    font-weight: 700;
    /* line-height: 0.6rem; */
    color: white;
    font-style: italic;
    margin-bottom: 0.9rem;
    line-height: 1.2rem;
    /* padding-top: 0.2rem; */
}

.hkdj>.hkdj_main {
    width: 86%;
    height: 70%;
    /* background-color: white; */
    margin: 1.2rem 7%;
    /* display: flex; */
    font-size: 0.16rem;
    /* justify-content: space-around; */
}

.hkdj_main>.tablist {
    /* margin-top: 100px; */
}

.hkdj_main>.tablist>ul {
    display: flex;
    justify-content: space-around;
}

.hkdj_main>.tablist>ul>li {
    padding: 0.1rem 0.2rem;
    /* */
    color: white;
    font-size: 0.24rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.05rem;
}

.hkdj_main>.tablist>ul>.current {
    /* background-color: ; */
    background-color: #F7E17E;
    background-size: 100% 100%;
    color: red;
}

.hkdj_main>.mainlist {
    padding: 0.2rem 0.3rem;
    position: relative;
}

.hkdj_main>.mainlist>.a {
    display: none;
}

.hkdj_main .main {
    height: 5.6rem;
    overflow: hidden;
    animation: ccc 1s;
}

@keyframes ccc {
    0% {
        transform: translate(-0.5rem, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.hkdj_main .banlist {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 95%;
    /* margin-top: 30px; */
}

.hkdj_main .banlist>div {
    margin-top: 0.3rem;
}

.hkdj_main .banlist>.zi {
    width: 30%;
    height: 46%;
    background-image: url(../img/优惠课程.png);
    background-size: 100% 100%;
    position: relative;
}

.hkdj_main .banlist>.zi>p {
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.15rem;
    font-size: 0.24rem;
    font-weight: 700;
    color: #6512CF;
}

.hkdj_main .banlist>.zi>.btn {
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.hkdj_main .banlist>.zi>.btn>p {
    text-align: center;
    border-radius: 0.2rem;
}

.hkdj_main .banlist>.zi>.btn>p:nth-child(1) {
    width: 25%;
    border: 0.01rem solid red;
    line-height: 0.4rem;
    white-space: nowrap;
}

.hkdj_main .banlist>.zi>.btn>p:nth-child(1)>a {
    color: red;
    font-size: 0.16rem;
}

.hkdj_main .banlist>.zi>.btn>p:nth-child(2) {
    width: 40%;
    background-color: red;
    color: white;
    line-height: 0.4rem;
    font-size: 0.24rem;
}

.hkdj_main .banlist>.zi>.btn>p:nth-child(2)>a {
    color: white;
}

.hkdj_main .banlist>.red>.btn>p:nth-child(2)>a {
    color: white;
}

.hkdj_main .banlist>.red {
    width: 30%;
    height: 46%;
    background-image: url(../img/优惠课程2.png);
    background-size: 100% 100%;
    position: relative;
}

.hkdj_main .banlist>.red>p {
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.15rem;
    font-size: 0.24rem;
    font-weight: 700;
    color: #F66300;
}

.hkdj_main .banlist>.red>.btn {
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.hkdj_main .banlist>.red>.btn>p {
    text-align: center;
    border-radius: 0.2rem;
}

.hkdj_main .banlist>.red>.btn>p:nth-child(1) {
    width: 25%;
    border: 0.01rem solid red;
    /* height: 30px; */
    line-height: 0.4rem;
    white-space: nowrap;
}

.hkdj_main .banlist>.red>.btn>p:nth-child(1)>a {
    color: red;
}

.hkdj_main .banlist>.red>.btn>p:nth-child(2) {
    width: 40%;
    background-color: red;
    color: white;
    line-height: 0.4rem;
    font-size: 0.24rem;
}

.hkdj_main .main>.allbtn {
    width: 100%;
    margin-top: 0.88rem;
}

.hkdj_main .main>.allbtn>p {
    width: 15%;
    padding: 0.1rem 0.15rem;
    background-color: #FFFDD9;
    margin: 0 auto;
    text-align: center;
    font-size: 0.2rem;
    border-radius: 0.2rem;
}

.hkdj_main .main>.allbtn>p>a {
    color: #C50813;
}

.ewm_box {
    width: 11.7rem;
    height: 2.96rem;
    margin: 0 auto;
    background-image: url(../img/扫码.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    box-sizing: border-box;
}

.ewm_box>.ewm_list {
    width: 82%;
    height: 91%;
    /* background-color: white; */
    margin: 0.2rem 9.2%;
    display: flex;
    font-size: 0.16rem;
    justify-content: space-around;
}

.ewm_box>.ewm_list>dl {
    width: 35%;
}

.ewm_box>.ewm_list>dl>dd {
    display: flex;
    justify-content: center;
}

.ewm_box>.ewm_list>dl>dd>img {
    width: 1.50rem;
    height: 1.5rem;
}

.ewm_box>.ewm_list>dl>dt {
    text-align: center;
    font-size: 0.20rem;
    color: white;
    line-height: 0.4rem;
    margin-top: 0.3rem;
    letter-spacing: 0.05rem;
}

.mask_block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    display: none;
}

.mask_alert {
    width: 4rem;
    max-height: 2.5rem;
    background: #C5119D;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0.6rem 1rem 0.5rem 1rem;
}

.mask_block .close_btn {
    position: absolute;
    width: 0.42rem;
    /* opacity: 0.5; */
    right: 0.1rem;
    top: 0.1rem;
    z-index: 5;
    font-size: 0.3rem;
    color: white;
    cursor: pointer;
}


/* .mask_block .close_btn:hover {
    opacity: 1;
} */

.mask_block .title {
    font-size: 0.24rem;
    color: #fffc2a;
    font-family: Adobe 榛戜綋 Std;
    text-align: center;
    height: 0.5rem;
}

.mask_block .input_items {
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
    width: 1.91rem;
    height: 1.91rem;
}
.mask_block .input_items>img{
    width: 100%;
    height: 100%;
}
.mask_block .inp {
    width: 3rem;
    height: 0.5rem;
    border: 0.01rem solid #fffc2a;
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
    position: relative;
    overflow: hidden;
}

.mask_block .name,
.mask_block .phone {
    background: #fff;
    width: 100%;
    height: 100%;
    text-indent: 0.2rem;
    outline: none;
    border: 0;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
}

.mask_block .code_item {
    border: 0;
    display: flex;
    flex-direction: row;
}

.mask_block .input_code,
.mask_block .code_gobtn {
    width: 48%;
    height: 0.48rem;
    border: 0.01rem solid #fffc2a;
    text-indent: 0.6rem;
    border-radius: 0.05rem;
    outline: none;
}

.mask_block .code_gobtn {
    text-indent: 0;
    text-align: center;
    line-height: 0.5rem;
    margin-left: 4%;
    font-size: 0.18rem;
    background: #ffffff;
    cursor: pointer;
}

.mask_block .alert_form_btn {
    width: 1.5rem;
    height: 0.5rem;
    background: #fffc2a;
    color: #770505;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.24rem;
    border-radius: 0.05rem;
    margin-top: 0.2rem;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.mask_block .error_text {
    font-size: 0.16rem;
    color: #ffffff;
}

.smzx {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    display: none;
}

.smzx>.box {
    width: 3rem;
    max-height: 3rem;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0.6rem 0.5rem 0.5rem 0.5rem;
    font-size: 0.16rem;
}

.smzx>.box>p:nth-child(1) {
    font-size: 0.18rem;
    font-weight: 700;
    color: red;
}

.smzx>.box>p:nth-child(2) {
    margin: 0.2rem 0;
    width: 1.91rem;
    height: 1.91rem;
}
.smzx>.box>p:nth-child(2)>img{
    width: 100%;
    height: 100%;
}

.smzx>.box>p:nth-child(3) {
    background-color: red;
    width: 1.91rem;
    height: 0.4rem;
    color: white;
    border-radius: 0.3rem;
    text-align: center;
    line-height: 0.4rem;
    cursor: pointer;
}

.smzx>.box>.close_btn_zx {
    position: absolute;
    right: 0;
    width: 0.32rem;
    height: 0.32rem;
    top: 0;
    cursor: pointer;
}

.saoma {
    cursor: pointer;
}

.choujiang>.hdgz {
    width: 1.57rem;
    height: 0.43rem;
    position: absolute;
    top: 12%;
    right: 9%;
    background-image: url(../img/画板\ 2.png);
    box-sizing: border-box;
    text-align: center;
    line-height: 0.43rem;
    font-size: 0.18rem;
    color: white;
    cursor: pointer;
}

.gz {
    position: absolute;
    width: 3.2rem;
    height: 2.5rem;
    font-size: 0.16rem;
    background-color: white;
    padding: 0.1rem;
    border-radius: 0.05rem;
    top: 12%;
    right: -20%;
    display: none;
}

.gz>p:nth-child(2) {
    margin: 0.3rem 0;
}

.gz>p:nth-child(4) {
    position: absolute;
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.18rem;
    right: 2%;
    bottom: 2%;
    text-align: center;
    background-color: red;
    line-height: 0.4rem;
    border-radius: 0.05rem;
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.linfjuan {
    cursor: pointer;
}