@media screen and (max-width: 800px) {
    .an_box {
        transform: scale(1);
    }
    .reg_box {
        width: 302px;
        background: #FFFFFF;
        box-shadow: 0px 1px 2px 1px rgba(136,36,0,0.41);
        border-radius: 12px 12px 12px 12px;
        padding: 24px 12px;
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1 !important;
    }
    .q_one, .q_two, .q_three, .q_four, .q_five {
        display: none;
        width: 90%;
        height: auto;
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
        top: 27px;
        left: 5%;
        transform: translateX(-50%);
        text-align: center;
        padding-bottom: 20px;
    }
    .question .title {
        width: 100%;
        height: 54px;
        background: #000000;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        line-height: 54px;
        color: #FFFFFF;
    }
    .question .gif {
        margin: 24px 0 14px 0;
    }
    .question .gif img {
        width: 90%;
    }
    .question .q_title {
        height: 73px;
        line-height: 73px;
    }
    .question .active_color {
        font-size: 18px;
        font-family: Arial;
        font-weight: bold;
        line-height: 28px;
        color: #FF4000;
        margin: 12px 0;
    }
    .question p {
        font-size: 16px;
        font-family: Arial;
        font-weight: 400;
        line-height: 24px;
        color: #333333;
    }
    .question .button {
        margin: 12px auto 0;
        width: 90%;
        height: 40px;
        background: linear-gradient(180deg, #F7FF00 0%, #FFCC00 100%);
        box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        line-height: 40px;
        color: #000000;
        text-shadow: 0px 2px 0px #F8FF95;
        cursor: pointer;
        margin-bottom: 10px !important;
    }
    .question .green_button {
        margin-right: 16px;
        width: 110px;
        height: 40px;
        background: linear-gradient(180deg, #22B522 0%, #005110 100%);
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        line-height: 40px;
        color: #FFFFFF;
    }
    .question .red_button {
        width: 110px;
        height: 40px;
        background: linear-gradient(180deg, #FF0000 0%, #800000 100%);
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        line-height: 40px;
        color: #FFFFFF;
    }
    .question .radio {
        width: 36px;
        height: 36px;
        background: #5E5E5E;
        border-radius: 50%;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        line-height: 39px;
        color: #000000;
        display: inline-block;
        margin-left: 16px;
    }
    
    .question .ipt_box {
        width: 90%;
        margin: 0 auto 50px;
    }
    .question .ipt_item {
        width: 100%;
        vertical-align: middle;
        height: 40px;
        background: linear-gradient(180deg, #D5D5D5 0%, #ABABAB 100%);
        font-size: 16px;
        font-family: Arial;
        font-weight: 400;
        line-height: 40px;
        color: #333333;
        text-align: left;
        margin-bottom: 14px;
    }
    .question .ipt_item input {
        width: 14px;
        height: 14px;
        margin-left: 14px;
        cursor: pointer;
    }
    
    /* .registerForm-box {
        width: 90%;
        background: rgba(0, 0, 0, 0.7);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
        padding: 14px 14px 14px;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1 !important;
    } */
    .re_title {
        font-family: Arial, Arial;
        font-weight: bold;
        font-size: 24px;
        color: #252529;
        line-height: 28px;
        text-align: center;
        margin: 0;
    }
    .registerForm-box .title {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 12px;
        color: #333333;
    }
    .form-control {
        height: 32px;
        font-size: 14px;
        background: #fff !important;
    }
    .registerForm-box li {
        /* height: 70px; */
        /* margin-top: 10px; */
        /* margin-bottom: 20px; */
    }
    .registerForm-box .clearfix .select_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .sureSaveBtn {
        width: 100%;
        height: 38px;
        background: linear-gradient( 180deg, #4ACEFF 0%, #008FEE 100%);
        box-shadow: 0px 1px 2px 1px rgba(136,36,0,0.41);
        border-radius: 4px 4px 4px 4px;
        border: 0;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 38px;
        text-shadow: 0px 2px 2px #0046A1;
        margin: 0 0 0 0 ;
        cursor: pointer;
    }
    .Copyright {
        display: none;
    }
    .bottom .agreement {
        display: flex;
        align-items: baseline;
    }
    .agreement input {
        margin-right: 6px;
    }
    .bottom .text {
        width: 100%;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        text-align: center;
        line-height: 14px;
    }
    .bottom .text a {
        display: block;
    }
    .errobox {
        font-size: 12px;
        padding-left: 6px;
        position: absolute;
        left: 10px;
        top: -17px;
    }
    .registerError {
        padding-left: 20px !important;
        color: #FF3333;
        font-size: 14px;
        line-height: 20px;
    }
    label {
        font-size: 12px;
        color: #FF5656 !important;
        background: url('../img/error.png') no-repeat;
        background-size: 10px 10px;
        background-position: 0 4px;
        padding-left: 12px;
    }
    .errobox p .icon-close {
        display: inline-block;
        width: 14px;
        height: 10px;
        background: url('../img/m-error.png?v=123') no-repeat;
        margin-right: 0;
        margin-top: 10px;
    }
    .bottom input[type="checkbox"] {
        width: 12px;
        height: 12px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 12px;
        position: relative;cursor: pointer;
    }
    .bottom input[type="checkbox"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        border:none;
    }
    .bottom input[type="checkbox"]:checked::before {
        content: "";
        background: url(../img/check.png);
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        border:none;
    }
    .loadGif img{
        width: 24px;
        height: 24px;
    }
    .head_title {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 73px;
        background: rgba(255,255,255,0.8);
        padding: 19px 0;
        z-index: 2;
        text-align: center;
    }
    .pc_logo {
        margin: 0;
        width: 134px;
    }
}
@media screen and (max-height: 600px) {
    .reg_box {
        transform: scale(0.8) translateX(-50%);
        transform-origin: 0;
        top: -24px;
    }
}