@import './currency.css';

@import './footer.css';

/* 媒体查询 */

@media screen and (max-width: 768px) {}

@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;
}

input:focus {
    border: 1px solid #8dcc02 !important;
}

.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;
}

.retrieve_title {
    height: 110px;
    font-size: 25px;
    color: #898989;
    line-height: 110px;
}

.red {
    color: red;
}

.content_box {
    padding: 80px 0 80px 0;
    margin-bottom: 70px;
    background-color: #fff;
    font-size: 16px;
    color: #454545;
}

.form_name {
    padding: 0 50px 30px
}

.retrieve_input_box {
    position: relative;
}

.retrieve_input_box>div {
    padding: 0 0 15px 3px;
}

.retrieve_input {
    width: 100%;
    height: 52px;
    font-size: 17px;
    padding-left: 20px;
    line-height: 50px;
    background-color: #f5f6f8;
    border-radius: 8px;
}

.retrieve_get_code {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    font-size: 17px;
    padding-left: 20px;
    line-height: 40px;
    border-radius: 8px;
}

.retrieve_get_code>div {
    width: 46%;
    height: 42px;
    background-color: #f5f6f8;
    border: 1px solid #f5f6f8;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.retrieve_get_code>div.retrieve_get_code_active,
.retrieve_get_code>div:hover {
    background-color: #8dcc02;
    border: 1px solid #8dcc02;
    color: #fff;
}

#E_mailVerificationCode_,
#PhoneVerificationCode_ {
    cursor: not-allowed;
}

.submit_btn_box {
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
}

.submit_btn {
    display: inline-block;
    height: 42px;
    padding: 0 50px 0;
    color: #fff;
    background-color: #8dcc02;
    font-size: 18px;
    text-align: center;
    border-radius: 21px;
    line-height: 40px;
    cursor: pointer;
}