::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::selection {
    background: #D03333;
    color: white;
    text-shadow: none;
}

::-webkit-scrollbar-track-piece {
    width: 6px;
    background-color: #f2f2f2
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
    background: #707070;
}
body {
    height: 100%;
    width: calc(100vw + 18px); /*浏览器滚动条的长度大约是 18px*/
    overflow: auto;
}
body, html {
    width: 100%;
    height: auto;
    background-color: #881f15;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: none !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}

.pc_header {
    width: 100%;
    height: 40px;
    /*height: 1rem;*/
    /*line-height: 1rem;*/
    line-height: 40px;
    padding: 0 3rem;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    font-size: 0.5rem;
}

.header-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav-list {
    display: flex;
}
.nav-list a {
    display: block;
    padding: 0 8px;
    color: #333;
    font-size: 12px;
    /*line-height: 1rem;*/
    line-height: 40px;
    text-decoration: none;
}
.nav-list a:hover {
    color: #e4393c;
    text-decoration: underline;
}
.m_header {
    display: none;
    width: 100%;
    /*height: 1rem;*/
    /*line-height: 1rem; */
    height: 40px;
    line-height: 40px;
    background-color: rgb(245, 245, 245);
    font-size: 0.65rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(204, 204, 204);
}
/*.m_header img {*/
/*    height: 1rem;*/
/*}*/
.m_header_a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 40px;
}


.header-banner {
    padding-top: 2.4rem;
    box-sizing: border-box;
    width: 100%;
    height: 1000px;
    background: url("../images/header-banner.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.title {
    /*width: 370px;*/
    width: 9.2rem;
    height: 1.825rem;
    color: #F9DDD4;
    font-size: 0.5rem;
    font-style: italic;
    background: url(../images/header-title.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.825rem;;
    margin: 0 auto;
}
.content {
    position: relative;
    width:1200px ;
    height: 100%;
    /*background: aqua;*/
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    /*padding-left: 2.25rem;*/
}
.txt-img {
    position: relative;
    top: -4rem;
    left: -2.8rem;
    width: 19rem;
    height: 20.117rem;
}
.pirce {
    position: absolute;
    font-size: 1.8rem;
    font-family: Arial;
    font-weight: bold;
    color: #990000;
    line-height: 4.75rem;
    transform: rotate(-22deg);
    top: 1.1rem;
    left: 1.3rem;
    /*margin-top: 2rem;*/
}
.pirce:after {
    content: '仅售';
    width: 1rem;
    position: absolute;
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #330000;
    top: -10px;
    /*line-height: 4.75rem;*/
}

.round {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: #330000;
    border-radius: 50%;
    transform: rotate(-22deg);
    top: 3rem;
    left: 2.6rem;
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-DB1-GB;
    font-weight: 400;
    color: #FF8500;
    text-align: center;
    border:1px solid  #FFCC00;
    /*line-height: 4.75rem;*/
}

.center-img {
    position: absolute;
    width: 4.5rem;
    height: 5.73rem;
    left: 42%;
    top: 0.6rem;
    background: url("../images/icon.png");
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    animation: box2_move 40s linear infinite reverse;
}
@keyframes box2_move {
    0% {
        transform: translate(1px, 0);
    }
    25% {
        transform: translate(3px, 0);
    }
    50% {
        transform: translate(5px, 0);
    }
    75% {
        transform: translate(3px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
.big-img {
    width: 16rem;
    height: 21.42rem;
}
.common-img {
    position: absolute;
}
.money-img1 {
    width: 9rem;
    height:auto;
    bottom: 6rem;
    left: -4.6rem
}
.money-img2 {
    width: 3rem;
    height:auto;
    top: -1.4rem;
    right: 0rem
}

.money-img3 {
    width: 4.25rem;
    height:auto;
    bottom: 6rem;
    right: 0rem
}
.stage-box {
    position: absolute;
    bottom: 0;
    width: 1200px;
    height: 5.25rem;
    display: flex;
    justify-content: space-between;
}

.stage-box .stage-line1 {
    display: flex;
    flex-flow: column;
    width: 3.5rem;
    height: 5.25rem;
    background: url("../images/stage-bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.stage-box .stage-line2 {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 3.5rem;
    height: 5.25rem;
    background: url("../images/stage-bg2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.stage-title {
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    /*background-color: #9e7a09;*/
    font-size: 0.7rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: bold;
    color: #660000;
    text-align: center;
    /*padding-top: 30px;*/
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.stage-title p {
    margin: 0;
    padding: 0;
}
.stage-box .stage-line2 .stage-title,
.stage-box .stage-line2 .stage-tips {
    color: #ffffff;
}
.stage-tips {
    width: 100%;
    height: calc(100% - 140px);
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #FFD55C;
    text-align: center;
    line-height: 2rem;
}
.stage-box .stage-line2:before {
    position: absolute;
    border: 2px dashed #FEC45E;
    content: "";
    width: 2.8rem;
    top: 32%;
    left: 3.65rem;
}
.stage-box .stage-line2:after {
    position: absolute;
    border: 2px dashed #FEC45E;
    content: "";
    width: 2.8rem;
    top: 32%;
    left: -3rem;

}
.container {
    background: url("../images/body-bg.png") no-repeat;
    height: auto;
    text-align: center;
    border-top: 1px solid transparent;
    background-size: 100% 100%;
    margin-top: -1px;
    /*margin-bottom: 3rem;*/
}
.wrap {
    width: 1200px;
    height: 100%;
    /*background-color: aqua;*/
    margin: 0 auto;
}
.first-stage {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -2.8rem;
}
.img {
    width: 100%;
}
.first-stage-box {
    position: relative;
    margin-top: 4rem;
    width: 100%;
    min-height: 18.5rem;
    height: auto;
    background: url('../images/box-bg.png');
    background-size: 100% 100%;
    border-radius: 34px;
    box-sizing: border-box;
    padding: 2.5rem 2.2rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.first-stage-box2 {
    height: 15.4rem;
    padding: 2.5rem  1.57rem 2.83rem 2.95rem ;
}

.first-stage-box .stage-header {
    position: absolute;
    top: -1.6rem;
    width: 50%;
    height: 3rem;
    line-height: 3.2rem;
    background-image: url("../images/box-header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;

    font-size: 1.2rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight:bold;
    color: #FFFFFF;
    text-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.7);
}


.first-stage-box .stage-header:before,
.first-stage-box .stage-header:after {
    content: "";
    position: absolute;
    width: 0.78rem;
    height: 1.18rem;
    background-image: url("../images/arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 1.1rem;
    left: 1.2rem;
}

.first-stage-box .stage-header:after {
    background-image: url("../images/arrow2.png");
    left: unset;
    top: 1.1rem;
    right: 1.2rem;
}
.first-stage-box-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.first-stage-box img {
    width: 100%;
    height: auto;
}
.stage-header-footer  {
    width: 66% !important;
}

.first-stage-box .img-box {
    padding: .25rem;
    width: 15.45rem;
    height: 12.93rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem rgba(51, 0, 0, 0.4);
    border-radius: .6rem;
}
.exam-rule {
    width: 36%;
    height: 13.43rem;
    box-sizing: border-box;
    border-radius: 20px;
}
.exam-rule-detail {
    width: 100%;
    height: 100%;
    /*background: green;*/
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
}
.rule-li {
    display: flex;
    white-space: nowrap;
}
.rule-li img{
    width: 52px;
    height: 52px;
}
.rule-txt {
    display: inline-block;
    width: 7.5rem;
    height: 1.35rem;
    line-height: 1.35rem;;
    background: url('../images/list-bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0 .43rem;
    box-sizing: border-box;
    margin-bottom: .4rem;
    text-align: left;
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #000000;
}

.rule-txt2 {
    background: url('../images/list-bg2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.icon {
    position: relative;
    width: .85rem;
    height: .85rem;
    background: url('../images/icon-bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 8px;
    left: 10px;
    line-height: .5rem;
}
.icon2 {
    background: url('../images/icon-bg2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.icon img {
    width: 0.48rem;
    height: .45rem;
}
.table-stage-box {
    min-height: 13.25rem;
    height: auto;
}
.arrow {
    margin:15px 21px 0;
    width: 18px !important;
    height: 18px !important;
}
.mszb {
    width: 4.15rem !important;
    height: 3.3rem !important;
    position: absolute;
    top: .88rem;
    right: 3.23rem;
    z-index: 100;
}
.first-stage-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.img-box2 {
    width: 10.75rem;
    height: 96%;
    padding: .25rem;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0rem 0rem 1rem 0rem rgba(51, 0, 0, 0.4);
    border-radius: .3rem;
}
.list-box {
    width: 54%;
    height: 566px;
    /*height: 96%;*/
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.list-box .list-line {
    position: relative;
    width: 2rem;
    height: 100%;
    background: #A42814;
    border-radius: 1rem;
    writing-mode:vertical-rl;
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding-top: 3.2rem;
    box-sizing: border-box;
}
.list-box-content {
    width: 2rem;
    height: 100%;
    position: relative;
    /*display: flex;*/
    /*align-items: flex-end;*/
}
.list-box-content .list-line2 {
    background: #CA4825;
}
.list-line img {
    width: 2.83rem;
    height: 3.45rem;
    position: absolute;
    top: 0;
}
.fire-box {
    width: 2.83rem;
    height: 3.45rem;
    position: absolute;
    z-index: 100;
    top: -1rem;
    left: -0.3rem;
    background-image: url("../images/icon-title.png");
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding-top: 1.6rem;
    padding-left: 0.83rem;
    background-size: 100% 100%;
}
.fire-box p {
    margin: 0;
    padding:0;
    font-size: 0.4rem;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #000000;
    line-height: 0.5rem;
    display: flex;
    padding-bottom: 2px;
}
.fire-box img {
    width: .7rem;
    height: 0.48rem;
}

.table-header {
    width: 13.88rem;
    height: 1.93rem;
    font-size: 0.7rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: bold;
    color: #330000;
    line-height: 2rem;
    background-image: url("../images/table-header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.table-header span {
    color: #9c0000;
}

.table-teacher table tr:nth-child(even) {
    background: #f6e9e7;
    /*opacity: 0.1;*/
}
.table-teacher {
    width: 100%;
    z-index: 10;
}
.table-teacher table tr:first-child {
    background-color: #A42814;
    color: #ffffff;
    font-size: 18px;
}
.table-teacher table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border-radius: 10px;
    /*border: 1px solid #FFDBA0;*/
    border-right: 0;
    color: #333333;
    overflow: hidden;
    background:#FFFFFF;
}
.table-teacher table  td{
    height: 45px;
    font-size: 16px;
}
.red-color {
    color: #990000;
}
.table-teacher table td  a {
    display: block;
    width: 100px;
    height: 26px;
    background: #FFB71B;
    border-radius: 13px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    text-decoration: none;
}

.table-subject-box {
    width: 450px;
    height: 394px;
    margin-top: 300px;
}
.table-subject {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333333;
    background-color: #fefbf4;
    text-align: center;
    border-spacing: 0;
    /*border-radius: 10px;*/
    /*border: 1px solid #FFDBA0;*/
    border-right: 0;
    overflow: hidden;
}
.table-subject tr:first-child{
    background-color: #fadfb6;
    color: #9a1c14;
    font-size: 22px;
}

.tips-bottom {
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: bold;
    color: #9a1c14;
    line-height: 1.3rem;
    margin:0;
    margin-top: 20px;
}
.table-subject  td{
    height: 45px;
    border-top: 1px solid #fdf3da;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
}
.btn2 {
    width: 230px;
    height: 64px;
    background: url("../images/btn2.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 22px;
    color: #bc180d;
    font-size: 20px;
    text-align: center;
    line-height:52px;
    font-weight: bold;
}
.red-bag {
    width: 8rem;
    height: 10.33rem;
    background-image: url("../images/red-bag.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem 1.75rem 1.13rem;
    /*justify-content: center;*/
}
.red-bag .bag-title {
    width: 3.85rem;
    height: 0.8rem;
    background: #A42814;
    border-radius: 0rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 20px;

    font-size: 0.45rem;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height:0.8rem;
}
.red-bag p {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: FZLanTingHeiS-DB1-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.1rem;
}
.red-bag .code-box {
    width: 4.5rem;
    height: 4.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem rgba(51, 0, 0, 0.4);
    border-radius: .3rem;
    margin: 0 auto;
    /*margin-top: 10px;*/
}
.red-bag .txt-box {
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: url('../images/receive.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.red-bag .code-box1 {
    width: 2rem;
    height: 2rem;
    background: none;
    margin-top: 1.4rem;
    font-size: 0.75rem;
    font-family: FZLanTingHeiS-EB-GB;
    font-weight: bold;
    color: #660000;
    box-shadow:none
    /*line-height: 0.8rem;*/
    /*background: none;*/
}
.red-bag .txt-box1 {
    background: none;
}
.first-stage-box-img2 {
    justify-content: center;
}
.first-stage-box .girl {
    width: 10.5rem;
    height: 11rem;
    margin-top: 1.4rem;
    margin-left: -1rem;
}

.first-stage-box .hat {
    position: absolute;
    width: 3.23rem;
    height: auto;
    top: 1.13rem;
    right: 1.08rem;
}
.code-box a {
    color: #990000;
    font-weight: bolder;
    font-size: 0.75rem;
    font-family: FZLanTingHeiS-EB-GB;
    line-height: 0.8rem;
}
.last-stage-box {
    width: 100%;
    height: 838px;
    padding: 1.75rem 1.1rem 2.25rem;
    box-sizing: border-box;
    background: #bc180d;
    border: 2px solid #FF0500;
    border-radius: 34px;
    box-shadow: 0px 0px 23px 1px #ff0500;
}
.province-box-list {
    /*align-content: flex-start;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.province-box {
    cursor: pointer;
    display: block;
    width: 160px;
    height: 60px;
    /*background: #c83c2c;*/
    border-radius: 18px;
    text-align: center;
    line-height: 60px;
    font-size: .5rem;
    color: #fff7e6;
    margin-bottom: 30px;

    background: #990000;
    /*border-radius: 0rem;*/
}
.last-province {
    width:calc(50% - 16px);
    display: flex;
    justify-content:space-between
}

.active {
    background-image: url("../images/active.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
}
footer {
    position: relative;
    width: 100%;
    min-height: 180px;
    /*height: 100%;*/
}

footer h2 {
    color: #FFF7E6;
    position: relative;
    text-align: left;
    font-size: 0.65rem;
    font-family: FZLanTingHeiS-DB1-GB;
    font-weight: bold;
    color: #990000;
    line-height: 0.95rem;
}
footer  p,
footer span{
    font-size: 0.45rem;
    text-align: left;
    color: #000000;
    margin: 0;
}
footer span:last-child{
}

footer div {
    text-align: left;
}
footer .code {
    position: absolute;
    top: 21px;
    right: 0;
    width: 138px;
    height: 138px;
    width: 3.45rem;
    height:3.45rem;
}
footer .code img {
    width: 100%;
    height: auto;
}
.mobile-province {
    display: none;
}
#beijing {
    display: block;
}
#anhui,
#shandong{
    display: none;
}
.fixed_box {
    position: fixed;
    top: 30%;
    right: 0;
    display: none;
}
.close {
    position: absolute;
    right: 0;
    top: -34px;
    cursor: pointer;
}
.fixed_box a {
    display: block;
    width: 172px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-decoration: none;
    color: #BC180D;
    text-align: center;
    margin-left: 21px;
    cursor: pointer;
    background: linear-gradient(-90deg, #FFE6CD, #EEBE90);
    border-radius: 26px;
}
.chat-btn {
    display: inline-block;
    width: 106px;
    height: 38px;
    background-color: #A42814;
    font-size: 0.45rem;
    color:#FFFFFF;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.receive-box {
    width: 350px;
    height: 560px;
    margin: 0 auto;
    margin-top: 100px;
    background: url("../images/receive.png") no-repeat;
    background-size: 100%;
    position: relative;
}
.border input::-webkit-input-placeholder{
    color:#c09208;
}
.border input::-moz-placeholder{
    color: #c09208;
}
.border input:-ms-input-placeholder{
    color: #c09208;
}
#cover{
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    z-index:1001;
    display: none;
    background:rgba(0,0,0,0.5)
}
.close-img-model {
    position: absolute;
    top: -60px;
    right: 0;
}
.receive-header {
    width: 86%;
    margin: 0 auto;
    height: 105px;
    background-image: url("../images/header-receive.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
    border-radius: 20px;
}
.receive-content {
    padding: 22px 26px;
    box-sizing: border-box;
}
.receive-content p {
    color: #d1a41a;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin: 10px 0 ;
}
.options {
    display: flex;
    justify-content: space-between;
}
.options select {
    background: url(../images/select_bg.png) 98% center no-repeat;
    background-size: 16px;
    border: 1px solid #c09208;
    border-radius: 8px;
    width: 48%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #c09208;
    outline: none;
    font-size: 16px;
}
.border {
    margin-top: 10px;
    width: 100%;
    height: 46px;
    border: 1px solid #c09208;
    border-radius: 8px;
}
.border input {
    line-height: 46px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    color: #c09208;
    outline: none;
    font-size: 16px;
    float: left;
    /*text-align: center;*/
    background: none;
}
.border2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.code-btn {
    width: 26%;
    height: 46px;
    background: linear-gradient(90deg, #fee59b, #f7d468);
    font-size: 20px;
    color: #9e7a09;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top:0;
    font-size: 12px;
    border: 0;
    font-weight: bold;
}
.code-box {
    position: relative;
    width: 100%;
}
.receive-btn {
    width: 100%;
    height: 46px;
    background-color: #ca3d2d;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.url-address a  {
    color: #000000;
    text-decoration: none;
}
@media screen and (max-width: 1080px) {
    /*< 1080 px*/
    .pc_header {
        display: none;
    }
    .m_header {
        display: flex;
        justify-content: space-between;
    }
    .logo {
        width: auto;
        height: 38px;
        margin-left: 0.2rem;
    }
    .logo  img{
        width: 100%;
        height: 100%;
    }
    .header-banner {
        height: 16rem;
        background-size: auto 100%;
        padding-top: 1.2rem;
    }
    .content {
        width: 90%;
        min-width: auto;
        padding-left: 0;
        padding-top: 1rem;
    }
    .txt-img,
    .big-img {
        width: 56%;
        height: auto;
    }
    .stage-title {
        height: 76px;
    }
    .txt-img {
        top: -4rem;
        left: -1.8rem
    }
    .money-img1 {
        width: 3rem;
        height: auto;
        bottom: 4rem;
        left: -0.9rem;
    }
    .stage-box {
        width: 100%;
        bottom: -62px;
    }

    .stage-box .stage-line2:before,
    .stage-box .stage-line2:after {
        width: 0;
    }
    .stage-box .stage-line1,
    .stage-box .stage-line2 {
        width: 30%;
    }
    .first-stage-box .stage-header {
        width: 80%;
    }
    .exam-rule-detail {
        padding-left: 0;
    }
    .icon {
        width: 30px;
        height: 30px;
        line-height:30px
    }
    .center-img {
        width: 3rem;
        height: 3.81rem;
        font-size: .8rem;
        top: 1.4rem;
        left: 7.4rem;
        /*transform:scaleX(0.5);*/
    }
    .pirce {
        line-height: 1rem;
        font-size: 1.4rem;
        top: 1.8rem;
        left: 10px
    }

    .pirce:after {
        /*display: none;*/
        width: 2rem;
        top: -2px;
    }
    .round {
        top: 2rem;
        left: 1.8rem;
    }
    .first-stage-box .hat {
        width: 2.3rem;
    }
    .red-bag .code-box1 {
        margin-top: 1rem;
    }
    .stage-header-footer {
        width: 90% !important;
    }
    .first-stage-box .stage-header {
        font-size: 1rem;
    }
    .first-stage-box {
        margin-top: 2rem;
    }
    .mszb {
        width: 2rem !important;
        height: 1.59rem !important;
        top: 30px;
        right: 1rem;
    }
    .money-img3 {
        width: 2rem;
        bottom: 4rem;
    }
    .wrap {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-top: 70px;
    }
    .first-stage-box {
        width: calc(100% - 14px);
        height: auto;
        padding: 20px;
        padding-bottom: 86px
    }
    .first-stage-box-img {
        flex-flow: column;
        margin-top: 2rem;
    }
    .exam-rule-detail {
        padding-left: 10px;
        /*padding-top: 40px;*/
        padding-bottom: 40px;
    }

    .arrow {
        margin: 14px 10px 0;
        width: 15px !important;
        height: 15px !important;
    }
    .exam-rule {
        width: 90%;
        height: auto;
    }
    .rule-li img {
        width: 18px;
        height: 18px;
    }
    .fire-box p {
        margin-left: -4px;
    }
    .rule-txt {
        height: 44px;
        width: 260px;
        line-height: 44px;
        font-size: 15px;
    }
    .list-box {
        width: calc(100% - 14px);
        margin-top: 30px;
        height: 380px;
    }
    .fire-box {

    }
    .list-box .list-line {
        height: 380px;
        font-size: 15px;
    }
    .list-box-content {
        width: auto;
    }
    .btn img {
        width: 180px;
    }
    .stage-img {
        width: 80%;
    }
    .second-stage-box {
        padding: 20px;
        min-height: auto;
        width: calc(100% - 14px);
    }
    .table-teacher table td,
    .table-teacher table td a{
        font-size: 12px;
    }
    .table-teacher table td a{
        width: 60px;
        margin: 0 10px;
    }
    .third-stage-box {
        padding: 10px;
        flex-flow: column;
        width: calc(100% - 14px);
    }
    .subject, .subject2 {
        width:calc(100% - 10px);
        height: auto;
    }
    .subject2 {
        margin-top: 20px;
    }
    .table-subject-box {
        width: calc(100% - 50px);
        height: 394px;
        margin-top: 230px
    }
    .table-subject td {
        height: 40px;
        font-size: 14px;
    }
    .table-subject tr:first-child{
        font-size: 18px;
    }

    .last-stage-box {
        padding: 20px;
        min-height: auto;
        height: auto;
        width: calc(100% - 14px);
        padding-bottom:14px
    }
    .province-box {
        width: 23%;
        height: 30px;
        line-height: 30px;
        border-radius: 0.25rem;
        font-size: 12px;
        /*margin-right: 1%;*/
        margin-bottom: 0.5rem;
        cursor: pointer;
    }

    .province-box-list:after {
        content:' ';
        width:23%;
        height:0;
        display:block;
    }
    .container {
        margin-bottom: 2rem;
    }
    .last-province {
        display: none;
    }
    .mobile-province {
        display: block;
    }
    .fixed_box {
        display: none !important;
    }
    footer span:last-child{
        /*margin-left: 20px;*/
        margin: 0 auto;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
    }
    .url-address {
        display: block;
    }
    footer .code {
        top:0;
    }
}

@keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }