* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../../images/emonline/login/login_bg.png');
    background-repeat: repeat;
    background-size: cover;
}

ul {
    list-style: none;
}

.register_body {
    display: none;
    min-width:unset;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid rgba(215, 223, 221, 1);
    border-radius: 4px;
    padding-left: 9px;
    box-sizing: border-box;
}

.clear {
    display: none;
    position: absolute;
    width: 25px;
    height: 35px;
    outline: none;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url('../../images/emonline/login/remove_4.png');
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center center;
}

.clear:hover {
    background: url('../../images/emonline/login/remove_0.png');
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center center;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[type="text"]::-o-clear,
input[type="password"]::-o-clear {
    display: none;
}

input[type="text"].error_message_input,
input[type="password"].error_message_input,
.register_form_out select.register_compTypeSelect.error_message_input,
.provinceAreaContainer.error_message_input{
    border: 1px solid #bc1812;
    box-shadow: inset 0px 0px 3px 1px rgba(188, 24, 18, 0.3);
}

input[type="text"]:FOCUS,
input[type="password"]:FOCUS {
    border: 1px solid #009688;
    box-shadow: inset 0px 0px 3px 1px rgba(0, 150, 136, 0.3);
}

input[type="text"].loginReadonlyIpt:FOCUS,
input[type="password"].loginReadonlyIpt:FOCUS {
    border: 1px solid rgba(215, 223, 221, 1);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 150, 136, 0);
}

select {
    -webkit-appearance: none;
    appearance: none;
}

button {
    border: 1px solid transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

.main_out_con {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/emonline/login/login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_out_con1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/emonline/login/login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login_body {
    display: none;
}

.login_logo_top {
    position: absolute;
    left: 60px;
    top: 30px;
    cursor: pointer;
}

.login_logo_top img {
    height: 40px;
}

.login_ul_out {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    /* margin-top:100px; */
    display: flex;
    justify-content: center;
    box-shadow: 0px 8px 22px 0px rgba(58, 65, 68, 0.5);
}

.login_ul_ad {
    background: #fff;
    height: 500px;
    width: 770px;
    min-width: 600px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.login_ul_ad img {
    height: 500px;
}

.login_ul {
    list-style: none;
    width: 440px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 10px 20px;
    margin-bottom: 0;
    height: 500px;
}

.login_ul li {
    list-style: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
}

.login_ul li input[type="text"],
.login_ul li input[type="password"] {
    width: 100%;
    height: 42px;
    font-size: 16px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.login_ul li input[type="text"]::-webkit-input-placeholder,
.login_ul li input[type="password"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(175, 175, 173, 1);
}

.login_ul li input[type="text"]:-moz-placeholder,
.login_ul li input[type="password"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(175, 175, 173, 1);
}

.login_ul li input[type="text"]::-moz-placeholder,
.login_ul li input[type="password"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(175, 175, 173, 1);
}

.login_ul li input[type="text"]:-ms-input-placeholder,
.login_ul li input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(175, 175, 173, 1);
}

.login_logo_out {
    display: none;
}

.login_logo {
    width: 58%;
    margin-bottom: 15px;
    cursor: pointer;
}

.login_check_out {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 45px;
    font-size: 22px;
    color: #979797;
}

.login_check_out>div:hover {
    cursor: pointer;
}

.login_check {
    color: #269B67;
}

.loginTitleUnderBtn{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

.login_title_right {
    color: #269B67 !important;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0px;
}

.login_title {
    color: rgba(151, 151, 151, 1);
    text-decoration: none;
    font-size: 12px;
}

.login_title_link {
    /* color: rgba(10, 101, 60, 1) !important; */
    color: #269B67 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.login_button {
    color: #fff;
    background: #269B67;
    height: 42px;
    width: 100%;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    margin-top: 10px;
}

.login_button:hover {
    background: rgba(10, 101, 60, .8);
}

.login_button_disable {
    color: #fff;
    background: rgba(39, 155, 103, 1);
    height: 40px;
    width: 100%;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    cursor: auto;
    filter: alpha(opacity=0.2);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.login_button_disable:hover {
    background: rgba(39, 155, 103, 1);
    cursor: auto;
    filter: alpha(opacity=0.2);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.login_spacing_out {
    height: 34px;
    position: relative;
}

.login_spacing_word {
    color: rgba(151, 151, 151, 1);
    height: 34px;
    line-height: 34px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.login_spacing_word span {
    background: #fff;
    padding: 0px 3px;
}

.login_spacing_line {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: rgba(215, 223, 221, 1);
}

.login_search {
    width: 25%;
}

.error_message_login {
    color: #bc1812;
    text-align: left;
    font-size: 12px;
}

.error_message_register {
    color: #bc1812;
    text-align: left;
    font-size: 12px;
    width: 100%;
    padding-left: 14px;
}

.normal_message_register {
    text-align: left;
    font-size: 12px;
    width: 100%;
    padding-left: 14px;
}

.normal_message_register span {
    color: #979797;
}

.normal_message_register i {
    color: #279867;
}

.login_back_title {
    font-size: 18px;
    line-height: 35px;
    color: #333;
    text-align: left;
}

.upTitleLg {
    font-size: 12px;
    color: #444;
    margin-bottom: 3px;
}

.upTitleXs {
    font-size: 12px;
    color: #979797;
    transform: scale(0.83, 0.9);
    display: inline-block;
}

.findPasswordTitle {
    margin-bottom: 10px;
}

.findPasswordBtn {
    margin-top: 0;
}

.findPasswordUl {
    height: 450px;
}

.loginBottomBom {
    margin-top: 5px;
}

.loginCheckIptOut {
    position: relative;
}

.loginCheckIptOut:first-child {
    margin-bottom: 10px;
}

.loginCheckTelephone {
    display: none;
}

.loginCheckTelephoneIpt {
    display: flex;
    align-items: center;
}

.loginCheckTelephoneNumber {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid rgba(215, 223, 221, 1);
    padding: 0px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #269B67;
}

.loginCheckTelephoneBtn {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid rgba(215, 223, 221, 1);
    background: #fff;
    outline: none;
    padding: 0px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #979797;
    white-space: nowrap;
}

.loginCon_agreement {
    color: #999999;
    font-size: 12px;
    text-align: center;
}

a.loginCon_agreementOut {
    text-decoration: underline;
}

.loginCheckUserNameCtrlBottom {
    display: none;
}

.loginCheckCtrlBottom {
    padding: 0px 0px 30px 0px;
}

.loginCheckCtrlBottom>div {
    text-decoration: underline;
    font-size: 14px;
}

.loginCheckMoreBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.loginCheckMoreBottomLine {
    width: 1px;
    height: 14px;
    background: rgba(215, 223, 221, 1);
    margin: 0px 8px;
}

.loginCheckMobile {
    display: none;
}

.register_con_out {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 600px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 20px;
    border: 10px solid rgba(255, 255, 255, 0.7);
}

.register_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 8px 20px 8px;
    background: #fff;
    border-radius: 10px;
}

.register_logo {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.register_logo_img {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px 0px 0px 0px;
}

.register_logo_img img {
    width: 35%;
}

.register_logo_title {
    width: 100%;
    position: relative;
    text-align: right;
    color: rgba(10, 101, 60, 1);
    margin-bottom: 10px;
    font-size: 14px;
    padding-right: 20px;
}

.register_ul {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0px solid rgba(215, 223, 221, 1);
    padding: 15px 20px 0px 20px;
    list-style: none;
}

.register_ul > li {
    width: 100%;
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding-bottom: 8px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.register_ul > li img {
    width: 8px;
    height: 8px;
    margin-right: 4px;
}

.register_ul > li.register_hideLi {
    display: none;
}

.register_form_out {
    width: calc(100% - 12px);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.register_form_out input[type="text"],
.register_form_out input[type="password"] {
    width: 100%;
    height: 35px;
    font-size: 14px;
}

.register_form_out input[type="text"]::-webkit-input-placeholder,
.register_form_out input[type="password"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(175, 175, 173, 1);
    font-size: 14px;
}

.register_form_out input[type="text"]:-moz-placeholder,
.register_form_out input[type="password"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(175, 175, 173, 1);
    font-size: 14px;
}

.register_form_out input[type="text"]::-moz-placeholder,
.register_form_out input[type="password"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(175, 175, 173, 1);
    font-size: 14px;
}

.register_form_out input[type="text"]:-ms-input-placeholder,
.register_form_out input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(175, 175, 173, 1);
    font-size: 14px;
}

#prReferrer::-webkit-input-placeholder,
#prReferrer::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 13px;
}

.register_form_out select.register_compTypeSelect {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(215, 223, 221, 1);
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    color: rgba(175, 175, 173, 1);
    padding-left: 9px;
    background:url(../../images/emonline/login/downicon.png);
    background-position:calc(100% - 5px)  50%;
    background-size:12px 12px;
    background-repeat:no-repeat;
}


.register_form_out select.register_compTypeSelect>option {
    color: #444;
}

.verCodeBtn {
    width: 48%;
    margin-left: 5px;
    background: rgba(39, 155, 103, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 35px;
}

.verCodeBtn:hover {
    background: rgba(10, 101, 60, .8);
}

.register_checkbox_out {
    justify-content: flex-start;
    color: rgba(39, 155, 103, 1);
    font-size: 14px;
    height: 40px;
}

a.register_webTerm_link {
    color: rgba(39, 155, 103, 1) !important;
    text-decoration: none;
}

a.register_webTerm_link:hover {
    color: rgba(10, 101, 60, .8) !important;
}

.register_checkbox_out input {
    margin-right: 10px;
}

.register_button {
    color: #fff;
    background: rgba(39, 155, 103, .9);
    height: 40px;
    width: 100%;
    border-radius: 4px;
    border: none;
    font-size: 16px;
}

.register_button:hover,
.register_button:focus {
    background: rgba(39, 155, 103, 1);
    color: #fff;
}

.register_spacing_word {
    color: rgba(151, 151, 151, 1);
    height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.register_spacing_word span {
    background: #fff;
    padding: 0px 3px;
}

.register_spacing_line {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: rgba(215, 223, 221, 1);
}

.register_items_out {
    height: auto;
    justify-content: space-around;
}

.register_items {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    position: relative;
}

.register_items_up {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(191, 191, 191, 1);
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid rgba(191, 191, 191, 1);
    background: #fff;
}

.register_items_up_active {
    color: rgba(0, 95, 52, 1);
    border: 2px solid rgba(0, 95, 52, 1);
}

.register_items_down {
    padding: 0px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    height: 42px;
    line-height: 14px;
    font-size: 12px;
    margin-top: 5px;
    color: rgba(191, 191, 191, 1);
}

.register_items_down_active {
    color: rgba(0, 95, 52, 1);
}

.register_bottom_div {
    height: auto;
}

.register_items_line {
    height: 2px;
    width: 128%;
    background-color: rgba(191, 191, 191, 1);
    position: absolute;
    top: 21px;
    left: -64%;
    z-index: -1;
}

.register_items_line_active {
    background-color: rgba(0, 95, 52, 1);
}

.register_check_out {
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.register_check_button {
    width: 31%;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid rgba(215, 223, 221, 1);
    color: rgba(68, 68, 68, 1);
    font-size: 14px;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.register_check_kong {
    border: none;
    margin-bottom: 10px;
    height: 0;
}

.register_check_button_checked {
    border: 2px solid rgba(0, 95, 52, 1);
    background-image: url(../../images/emonline/login/selectHookGreen.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 16px 16px;
}

.register_title_out1 {
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-start;
}

.register_comeback:hover {
    color: rgba(0, 95, 52, 1);
    cursor: pointer;
}

.register_to_login {
    position: relative;
    width: 100%;
    padding: 0px 5px 0px 31px;
}

.prOtherItemInput {
    display: none;
}

.change_word {
    float: right;
    height: 38px;
    line-height: 38px;
    width: 252px;
    text-align: center;
    cursor: pointer;
}

#first_step {
    padding: 5px 20px 0px 20px;
    margin-bottom: 5px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    font-size: 40px;
}

.loginVerifyCodeOn{
	color: #fff;
	background: #269B67;
	border: none;
}

.fillInfoTitle {
    text-align: center;
    margin: 50px 0 30px;
    padding: 0px;
    font-size: 22px;
}

.fillUserInfoTip{
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding:0px;
    font-size: 14px;
}

.fillUserInfoTip > div{
    width: calc(100% - 12px);
    display:flex;
    justify-content:space-between;
}

.fillUserInfoTip .tipLeftPart{
    width:65%;
}

.fillUserInfoTip .tipRightPart{
    width:35%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.fillUserInfoTip .tipRightPart > img{
    width:150px;
    height:150px;
}

@media (max-width:768px) {
    body {
        background: none;
    }
    .register_bottom_div {
        flex-wrap: wrap;
    }
    .register_check_button {
        width: 49%;
        font-size: 12px;
    }
    .main_out_con {
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_out_con1 {
        background: none;
    }
    .login_ul_out {
        margin-top: 0px;
        border: 0px solid rgba(255, 255, 255, 0);
        box-shadow: 0px 8px 22px 0px rgba(58, 65, 68, 0);
    }
    .login_ul {
        padding: 50px 5px;
        height: auto;
        width: 100%;
    }
    .register_con_out {
        margin-top: 0px;
        border-radius: 20px;
        border: 0px solid rgba(255, 255, 255, 0);
    }
    .upTitleXs{
        margin-bottom:20px;
    }
    .login_logo{
        margin-bottom:0px;
    }

    .login_ul li{
        padding: 5px 15px 15px 15px;
    }
    .login_ul li.login_logo_out {
        display: block;
        padding-bottom: 5px;
    }
    .register_logo_img {
        margin: 30px 0px 0px 0px;
    }
    .register_logo_img img {
        width: 42%;
    }
    .register_con {
        padding: 0px 8px 8px 0px;
    }
    #first_step {
        padding: 0px 20px 0px 20px;
    }
    .login_ul_ad {
        display: none;
    }
    .login_check_out {
        display: none;
    }
    .login_ul li input[type="text"],
    .login_ul li input[type="password"] {
        margin-bottom: 0;
    }
    .login_logo_top {
        display: none;
    }
    .login_title_right {
        margin-bottom: 0px;
    }
    .loginCheckTelephoneNumber,
    .loginCheckTelephoneBtn {
        margin-bottom: 0px;
    }
    .loginCheckMobile {
        display: block;
    }
    .loginCheckPc {
        display: none;
    }
}
