body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.answerRegister {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.head_title {
    text-align: center;
}
.swipe {
    height: 766px;
    background: url('../img/bg.png') no-repeat;
    animation: slide 40s linear infinite;
}
@-webkit-keyframes slide {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}
.swipe ul {
    display: flex;
}
.q_one, .q_two, .q_three, .q_four, .q_five {
    display: none;
    width: 750px;
    height: auto;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    top: 50px;
    left: 30%;
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: 20px;
}
.question .title {
    width: 100%;
    height: 54px;
    background: #000000;
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    line-height: 54px;
    color: #FFFFFF;
}
.question .gif {
    margin: 24px 0 14px 0;
    position: relative;
}
.gif .g_float {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);

}
.question .q_title {
    height: 73px;
    line-height: 73px;
}
.question .active_color {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    line-height: 28px;
    color: #FF4000;
    margin: 12px 0;
}
.question p {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}
.question .button {
    margin: 12px auto 0;
    width: 420px;
    height: 72px;
    background: linear-gradient(180deg, #F7FF00 0%, #FFCC00 100%);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    line-height: 72px;
    color: #000000;
    text-shadow: 0px 2px 0px #F8FF95;
    cursor: pointer;
}
.question .button:hover {
    color: #fff;
    background: linear-gradient(180deg, #D9C100 0%, #D8A900 100%);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.question .flex_button {
    display: flex;
    justify-content: center;
}
.question .green_button {
    margin-right: 16px;
    width: 149px;
    height: 47px;
    background: linear-gradient(180deg, #22B522 0%, #005110 100%);
    border-radius: 8px;
    cursor: pointer;
    font-size: 29px;
    font-family: Arial;
    font-weight: bold;
    line-height: 47px;
    color: #FFFFFF;
}
.question .green_button:hover {
    background: linear-gradient(180deg, #00AC00 0%, #008900 100%);
    color: #000000;
}
.question .red_button:hover {
    background: linear-gradient(180deg, #AC0000 0%, #890000 100%);
    color: #000000;
}
.question .red_button {
    width: 149px;
    height: 47px;
    background: linear-gradient(180deg, #FF0000 0%, #800000 100%);
    border-radius: 8px;
    cursor: pointer;
    font-size: 29px;
    font-family: Arial;
    font-weight: bold;
    line-height: 47px;
    color: #FFFFFF;
}
.question .radio {
    width: 39px;
    height: 39px;
    background: #5E5E5E;
    border-radius: 50%;
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    line-height: 39px;
    color: #000000;
    display: inline-block;
    margin-left: 22px;
}
.question .active {
    background: #ffffff!important;
}
.question .ipt_box {
    width: 450px;
    margin: 0 auto 50px;
}
.question .ipt_item {
    width: 100%;
    vertical-align: middle;
    height: 50px;
    background: linear-gradient(180deg, #D5D5D5 0%, #ABABAB 100%);
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    line-height: 50px;
    color: #333333;
    text-align: left;
    margin-bottom: 14px;
    cursor: pointer;
}
.question .ipt_item input {
    width: 19px;
    height: 19px;
    margin-left: 14px;
    cursor: pointer;
}
.reg_box {
    width: 456px;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(136,36,0,0.41);
    border-radius: 12px 12px 12px 12px;
    opacity: 1 !important;
}
.re_title {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 36px;
    color: #252529;
    line-height: 44px;
    text-align: center;
    margin: 14px 0 24px;
}
.registerForm-box {
    opacity: 1 !important;
    
}
.reg_box {
    padding: 0 24px;
}
.registerForm-box .title {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 4px;
}
.form-control {
    height: 46px;
    font-size: 20px;
    background-color: #fff !important;
}
.registerForm-box li {
    position: relative;
    margin-top: 12px;
}
.registerForm-box .clearfix .select_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.select_flex_item {
    width: 100%;
}
.flex_item_center {
    margin-right: 20px;
}
.select_float {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0 ;
    top: 0;
    background-color: #000;
    opacity: 0.1;
}
.sureSaveBtn {
    width: 100%;
    height: 52px;
    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;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 52px;
    text-shadow: 0px 2px 2px #0046A1;
    margin: 0 0 32px;
    cursor: pointer;
    border: 0;
}
.sureSaveBtn:hover {
    background: linear-gradient( 0, #007CC8 0%, #0046A5 100%);
    box-shadow: 0px 1px 2px 1px rgba(136,36,0,0.41);
}
/* .loadGif {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    left: 50%;
    top: 50%;
    line-height: 60px;
    transform: translate(-50%,-50%);
} */
.Copyright {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 18px;
    color: #7A7A7A;
    line-height: 24px;
    text-align: center;
    margin: 15px 0 38px 0;
}
.bottom .text {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    margin: 12px 0;
}
.errobox {
    position: absolute;
    left: 24px;
    top: -13px;
    height: 43px;
    font-size: 14px;
    color: #E80505;
    font-family: Arial, Arial;
    font-weight: 400;
    line-height: 32px;
    background: url('../img/error-bg.png') no-repeat;
    background-size: 101% 100%;
    padding-left: 10px;
    padding-right: 5px;
    display: none;
}
.errobox p {
    display: flex;
}
.errobox p .icon-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../img/error.png?v=123') no-repeat;
    /* background-size: cover; */
    /* vertical-align: middle; */
    margin-top: 9px;
    margin-right: 4px;
    margin-left: 2px;
}
.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 {
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%,-50%);
}
label {
    font-size: 14px;
    color: #FF5656;
    background: url('../img/error.png') no-repeat;
    background-size: 10px 10px;
    background-position: 0 4px;
    padding-left: 12px;
}
.pc_logo {
    margin: 30px 0 20px 0;
}
#loadGif {
    display: none;
}
@media screen and (max-width: 1680px) {
    .an_box {
        transform: scale(0.81);
    }
    .reg_box {
        top: 0;
        transform: translateX(-50%) scale(0.9);
    }
    .pc_logo {
        margin: 15px 0 7px 0;
    }
 }
@media screen and (max-width: 1440px) {
    .q_one, .q_two, .q_three, .q_four, .q_five {
        display: none;
        width: 750px;
        height: auto;
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
        top: 50px;
        left: 25%;
        transform: translateX(-50%);
        text-align: center;
        padding-bottom: 20px;
    }
    .reg_box {
        top: -10px;
        transform: translateX(-50%) scale(0.75);
    }
}
@media screen and (max-width: 1366px) {
    .pc_logo {
        margin: 8px 0 4px 0;
    }
    .reg_box {
        top: -60px;
        transform: translateX(-50%) scale(0.7);
    }
}
/* @media screen and (max-width: 1100px) {
    .q_one, .q_two, .q_three, .q_four, .q_five {
        left: 15%;
    }
    .an_box,.registerForm-box {
        transform: scale(0.5);
    }
}
@media screen and (max-width: 950px) {
    .q_one, .q_two, .q_three, .q_four, .q_five {
        left: 10%;
    }
    .an_box,.registerForm-box {
        transform: scale(0.5);
    }
}
@media screen and (max-width: 800px) {
    .q_one, .q_two, .q_three, .q_four, .q_five {
        left: 5%;
    }
    .re_title, .registerForm, .bottom,.an_box,.registerForm-box {
        transform: scale(1);
    }
    .registerForm {
        margin-top: 0;
    }
    .bottom {
        margin-top: 0;
    }
} */