@import './currency.css';

@import './footer.css';


/* 媒体查询 */
@media screen and (max-width: 768px) {
    .registered_body {
        padding: 80px 0 80px 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1280px) {}

@media screen and (min-width: 1280px) {}

body {
    background-color: #f3f8fc !important;
}

.red {
    color: red;
}

.header {
    position: fixed;
    width: 100%;
    height: 93px;
    background-color: #fff;
    line-height: 92px;
    z-index: 1;
}

.box_e {
    width: 100%;
    height: 93px;
}

.login_btn {
    float: right;
    padding: 0 10px 0 10px;
    height: 42px;
    border-radius: 21px;
    background-color: #8dcc02;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
}

.registered_title {
    height: 110px;
    font-size: 25px;
    color: #898989;
    line-height: 110px;
}

.registered_body {
    padding: 80px 0 80px 0;
    margin-bottom: 60px;
    background-color: #fff;
    font-size: 16px;
    color: #454545;
}

.registered_box {
    padding: 0 50px 30px
}

.registered_input_box {
    position: relative;
    width: 395px;
}

.registered_input_box>div {
    padding: 0 0 15px 3px;
}

.registered_input {
    width: 100%;
    height: 52px;
    font-size: 17px;
    padding-left: 20px;
    line-height: 50px;
    background-color: #f5f6f8;
    border-radius: 8px;
}

.registered_sex_input {
    display: flex;
    padding: 0 !important;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    font-size: 18px;
    line-height: 51px;
}

.registered_sex_input>label {
    width: 189px;
    height: 52px;
    background-color: #f5f6f8;
    border-radius: 8px;
    padding: 0 0 0 20px;
    color: #8dcc02;
}

.registered_sex_input>select {
    width: 124px;
    height: 52px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding-left: 15px;
    border-radius: 5px;
    background: #f5f6f8 url('../img/jiantoulv.png') no-repeat 98px center;
}

/* checkedbox */
#checkboxSuccess_man,
#checkboxSuccess_woman {
    width: 26px;
    height: 26px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

#checkboxSuccess_man:hover,
#checkboxSuccess_woman:hover {
    border-color: #8dcc02;
}

#checkboxSuccess_man:checked,
#checkboxSuccess_woman:checked {
    color: #fff;
    background-color: #8dcc02;
    border: 1px solid #8dcc02;
}

#checkboxSuccess_man:after,
#checkboxSuccess_woman:after {
    content: "\2714";
}

.registered_sex_input>label label {
    margin: 0;
    padding: 0;
    font-weight: normal;
    cursor: pointer;
}

.registered_sex_input>label label {
    position: relative;
    padding-left: 35px;
    text-align: left !important;
}

.registered_sex_input label img {
    position: absolute;
    top: 14px;
    left: 0;
}

.get_verification_code,
.get_verification_code1 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 0 15px 0 !important;
    height: 31px;
    background-color: #8dcc02;
    border: 1px solid #a0c353;
    border-radius: 5px;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.get_verification_code1 {
    cursor: not-allowed !important;
}


.registered_img_box {
    padding: 0 0 0 50px;
}

.registered_img_title {
    padding: 0 0 15px 3px;
}

.registered_img_little_box {
    height: 200px;
    display: flex;
}

.registered_img_little_box>div {
    width: 155px;
    height: 155px;
    margin-right: 30px;
    border: 1px dashed #d6d6d6;
    border-radius: 5px;
}

.sign_up_now_box {
    text-align: center;
}

.sign_up_now {
    display: inline-block;
    height: 42px;
    padding: 0 35px 0;
    color: #fff;
    background-color: #8dcc02;
    font-size: 18px;
    text-align: center;
    border-radius: 21px;
    line-height: 42px;
    cursor: pointer;
}

.business_license_upload1 {
    background: url('../img/yingyezhizhao_bg.png') no-repeat center center;
    background-size: contain;
    cursor: pointer !important;
}

.business_license_upload2 {
    background: url('../img/yishizhiyezheng_bg1.png') no-repeat center center;
    background-size: contain;
    cursor: pointer !important;

}

.business_license_upload3 {
    background: url('../img/yishizhiyezheng_bg2.png') no-repeat center center;
    background-size: contain;
    cursor: pointer !important;

}

/*驳回*/
.turn_down {
    width: 77%;
    margin-left: 11%;
    display: none;
}