* {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
}

body {
    position: relative;
    top: -81px;
    min-width: 1100px;
    width: 100%;
    height: calc(100% - 81px);
    background: url(../img/BG.jpg) no-repeat;
}

.loginRegister_page {
    min-height: 100%;
}

#header .HeaderView_header-view_1g3ah {
    background-color: rgba(21, 35, 44, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.loginReg_box {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding-top: 101px;
    padding-bottom: 150px;
}

.loginReg_container {
    width: 760px;
    background: rgba(23, 24, 31, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.titleTop {
    padding-bottom: 50px;
}

.loginReg_title {
    height: 78px;
    display: flex;
    flex-direction: row;
}

.loginReg_title_tab {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #918f92;
}

.loginReg_title .loginReg_title_tab_on {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border-bottom: 1px solid #deb15a;
}

.loginReg_loginContent {
    padding-top: 40px;
}

.loginReg_content_tab {
    display: none;
}

.loginReg_loginContent ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.loginReg_loginContent ul li label {
    line-height: 46px;
    color: #bebcd8;
    font-size: 16px;
    margin-right: 22px;
    font-weight: normal;
}

.loginReg_loginContent ul li input {
    width: 430px;
    height: 46px;
    border-radius: 4px;
    padding-left: 20px;
}

.loginReg_identifyingcode_img {
    margin-left: 16px;
    margin-right: 48px;
    width: 100px;
    height: 40px;
}

#log_identifyingcode_img {
    margin-left: 20px;
}

.loginReg_forgetorRecord_password {
    font-size: 12px;
    line-height: 100%;
    color: #eff2f5;
    padding: 12px 0 20px 195px;
}

.loginReg_recordPass {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}

.loginReg_recordPass:hover {
    cursor: pointer;
}

.loginReg_forgetorRecord_password .loginReg_recordPass_select {
    border: 1px solid #9c7431;
    background: #efb443;
}

.loginReg_forgetPass {
    font-size: 14px;
    margin-left: 242px;
}

.forgetPass {
    color: #41a5fe;
}

.loginReg_login {
    display: flex;
    justify-content: center;
    padding-left: 56px;
    padding-bottom: 90px;
}

.loginReg_login button {
    width: 430px;
    height: 46px;
    background: #efb443;
    border-radius: 4px;
    font-size: 17px;
    color: #fff;
}

.loginReg_registerContent ul li {
    margin-bottom: 20px;
    position: relative;
}

.loginReg_registerContent ul li label {
    width: 170px;
    text-align: right;
    line-height: 46px;
    color: #bebcd8;
    margin-right: 20px;
    font-weight: normal;
}

.loginReg_registerContent ul li input {
    width: 430px;
    height: 45px;
    padding-left: 20px;
    border-radius: 4px;
}

.loginReg_regPassword_setRemind {
    font-size: 12px;
    color: #F4AC00;
    padding-left: 210px;
    margin-bottom: 6px;
}

.loginReg_setRemind {
    font-size: 12px;
    color: #F4AC00;
    padding-left: 210px;
    margin-bottom: 6px;
}

.loginReg_reg_identifyingcode_img {
    width: 100px;
    height: 40px;
    margin-left: 16px;
    margin-right: 48px;
}

.loginReg_regSendCode_button {
    width: 110px;
    height: 25px;
    /* border-radius: 4px; */
    color: #41A5FE;
    background-color: #fff;
    position: absolute;
    right: 137px;
    font-size: 13px;
    top: 0;
    border-left: 1px solid #C9C9C9;
    opacity: 1 !important;
    border-radius: 0 !important;
    bottom: 0;
    margin: auto 0 auto 17px;
}

.loginReg_regSendCode_button:active {
    opacity: 0.5 !important;
}

.loginReg_regSendCode_already {
    display: inline-block;
}

.phone_regSendCode_already {
    display: none;
}

.loginReg_regAtonce_login {
    color: #41a5fe;
}

.loginReg_regAtonce_register_container {
    display: flex;
    justify-content: center;
    padding-left: 60px;
    padding-bottom: 90px;
}

.loginReg_regAtonce_register {
    width: 430px;
    height: 46px;
    background: #efb443;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.childFooter {
    height: 90px;
   /* line-height: 60px;
    text-align: center;*/
    color: #788085;
    border-top: 1px solid #848488;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}

.forget_title {
    height: 89px;
    border-bottom: 1px solid #deb15a;
    background: rgba(29, 21, 16, 0.6);
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 89px;
}

.numberBox {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: -4px;
}

.numberImg {
    width: 20px;
    height: 20px;
}

.lineimg {
    width: 90px;
    height: 3px;
}

.schedule {
    height: 20px;
    text-align: center;
    padding-top: 50px;
}

.privateString {
    width: 100%;
    height: 20px;
}

.private {
    width: 100%;
    height: 20px;;
}

.lineBox {
    margin-right: -5px;
    width: 90px;
    height: 3px;
    display: inline-block;
}

.scheduleList ul li {
    float: left;
    margin-right: 51px;
    margin-left: 90px;
    margin-top: 2px;
}

.scheduleList {
    text-align: center;
    margin-left: 66px;
    margin-top: 20px;
}

.write {
    color: #fff;
}

.black {
    color: #6d6b6b;
}

.nextStep {
    position: absolute;
    width: 120px;
    height: 40px;
    left: 515px;
    top: 342px;
    margin-right: 30px;
    font-size: 20px;
    color: #efb443;
}

.registerOne {
    position: relative;
}

.registerTwo {
    position: relative;
}

.nextStepTwo {
    position: absolute;
    width: 120px;
    height: 40px;
    left: 515px;
    top: 413px;
    margin-right: 30px;
    font-size: 20px;
    color: #efb443;
}

.registerThree {
    position: relative;
}

.nextStepThree {
    position: absolute;
    width: 120px;
    height: 40px;
    left: 515px;
    top: 272px;
    margin-right: 30px;
    font-size: 20px;
    color: #efb443;
}

.success_hint {
    position: relative;
    text-align: center;
}

.congratulation {
    text-align: center;
    height: 40px;
    width: 280px;
    margin: 0 auto;
    font-size: 28px;
    color: #ffffff;
}

.success_img {
    margin-top: 24px;
}

.challenge_hint {
    text-align: center;
    height: 40px;
    width: 280px;
    margin: 30px auto;
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
}

#again_sendCode {
    display: none;
}

#reg_alreadySend {
    display: none;
}

#againSend {
    display: none;
}

@media screen and (max-width: 1200px) {
    body {
        min-height: 750px;
    }
}

/*阿里拖拽样式覆盖*/
.bihu-drag .nc-container {
    border-radius: 6px;
    overflow: hidden;
}

.bihu-drag .nc_scale {
    background: #F7F9FA; /* 默认背景色 */
    height: 44px;
}

.bihu-drag .nc-container .nc_scale .scale_text {
    color: #fff; /* 默认字体颜色 */
    line-height: 44px;
    text-align: center;
}

.bihu-drag .nc-container .nc_scale div.nc_bg {
    background: #D1E9FE; /* 滑过时的背景色 */
}

.bihu-drag .nc_scale .scale_text2 {
    color: #fff; /* 滑过时的字体颜色 */
}

/*span[data-nc-lang="_yesTEXT"]*/
.bihu-drag .nc-container .nc_scale span {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    border: 1px solid #ccc;
    background: #fff url("//g.alicdn.com/sd/ncpc/images/rt.png") no-repeat center;
}

.bihu-drag .nc-container .nc_scale span.btn_ok {
    width: 50px;
    font-size: 20px;
}

.bihu-drag .nc-container .nc_scale span[data-nc-lang="_yesTEXT"], .bihu-drag .nc_scale span[data-nc-lang="_Loading"] {
    border: none;
    background: none;
    color: #000000;
}

.bihu-drag .nc-container .nc_scale .btn_slide {
    width: 50px;
}

.bihu-drag .nc-container .scale_text span[data-nc-lang="_startTEXT"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4a4a4a), color-stop(.4, #4a4a4a), color-stop(.5, #fff), color-stop(.6, #4a4a4a), color-stop(1, #4a4a4a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;

}

.bihu-drag .nc-container .nc_scale .btnok {
    background: #fff url("//g.alicdn.com/sd/ncpc/images/yes.png") no-repeat center;
}

.bihu-drag .nc-container .errloading {
    width: 420px;
    text-indent: 3px;
    background-image: none;
    font-size: 14px;
    line-height: 44px;
    color: #ff3f08;
    background-color: #FCE1E1;
    padding: 0 0 0 10px;
}

.bihu-drag .nc-container .errloading .icon_warn {
    cursor: default;
    color: #ff3f08;
    font-size: 20px;
    float: left;
    background: transparent;
    z-index: 3;
    margin-right: 11px;
}

.nc_iconfont {
    font-family: "nc_iconfont" !important;
    color: #ff3f08;
    font-size: 16px;
    font-style: normal;
}








