@charset "utf-8";


.top_nav .dropdown {
    width: 714px;
}

.download-process {
    position: absolute;
    bottom: 65px;
    left: 65px;
    display: inline-block;
    height: 30px;
    width: 90px;
    border: none;
    box-shadow: none;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #c973f6;
    background: #fff;
}

.bg-content {
    height: 840px;
    color: #999;
    background: #EEF2F6;
}

.bg-content.night {
    background: #1E1E1E;
}

.content {
    position: relative;
    padding: 56px 80px;
    min-height: 700px;
}

.content .main {
    margin: 80px auto;
    padding: 0 27px;
    background: url("/images/theme/p-bg1.png") no-repeat center;
    width: 1070px;
    height: 574px;
}

.content .main.night {
    background: url("/images/theme/p-bg1n.png") no-repeat center;
}

.content .left-cont {
    position: absolute;
    left: 125px;
    width: 328px;
    height: 658px;
}

.phone-img {
    position: relative;
    top: 63px;
    left: -31px;
    /* z-index: 100; */
}

.content .left-cont h1 {
    color: #FFFFFF;
    font-size: 40px;
    margin: -8% 20% -4%;
}

.content .left-cont p {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0.8;
    margin: 3% 18%;
}

.qy-code-down {
    background: url(/images/register/qy-code-down2.png) no-repeat center;
    position: absolute;
    bottom: 40px;
    right: 150px;
    width: 213px;
    height: 249px;
    background-size: 100%;
}

.way-list {
    margin-bottom: 25px;
    overflow: hidden;
}


.way-list li {
    float: left;
    vertical-align: top;
    width: 135px;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #91A0BD;
    border-bottom: 2px solid #91A0BD;
}

.night .way-list li {
    color: #999;
    border-bottom: 2px solid #999;
}

.way-list li.liReg {
    width: 270px;
}

.registerPage.way-list li {
    color: #FF2D55;
    border-bottom: 2px solid #FF2D55;
}

.way-list li.active, .way-list li:hover {
    color: #FF2D55;
    border-bottom: 2px solid #FF2D55;
}

.content .right-cont {
    position: absolute;
    right: 145px;
    top: 100px;
    width: 675px;
    height: 736px;
    padding: 120px 30px 20px 325px;
}

.right-cont .register-list {
    display: none;
}

.right-cont .register-list.active {
    display: block;
}

.right-cont .register-list .text-context {
    margin-bottom: 10px;
}

.right-cont .register-list .input-cont {
    display: inline-block;
    height: 40px;
    width: 270px;
    padding: 0 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #999;
}

.night .right-cont .register-list .input-cont {
    border: 1px solid #999;
    background: #232323;

}

.right-cont .register-list .input-cont input {
    height: 38px;
    line-height: 40px;
    border: none;
    background: #FFFFFF;
    color: #91A0BD;
}

.night .right-cont .register-list .input-cont input {
    color: #fff;
    background: #232323;
}

/* 去掉chrome 默认填充 */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #91A0BD !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

.night input:-webkit-autofill, .night textarea:-webkit-autofill, .night select:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

/* 去掉chrome 默认填充 */
.right-cont .register-list .input-cont input::-webkit-input-placeholder {
    color: #999;
}

.right-cont .register-list .input-cont input:-moz-placeholder {
    color: #999;
}

.right-cont .register-list .input-cont input::-moz-placeholder {
    color: #999;
}

.right-cont .register-list .input-cont input:-ms-input-placeholder {
    color: #999;
}

.right-cont .register-list .message-cont {
    width: 160px;
}

.right-cont .register-list .message-cont input {
    width: 75%;
}

.right-cont .register-list .iconfont {
    font-size: 20px;
    vertical-align: middle;
    color: #91A0BD;
}

.night .right-cont .register-list .iconfont {
    color: #fff;
}

.tips {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: #91A0BD;
    text-indent: 3px;
}

.tips .red {
    color: #FF2D55;
}

.contract-link {
    color: #91A0BD;
}

.submit-button,
.get-message-code {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #FF2D55;
    transition: all .2s;
}

.submit-button.disabled, .submit-button.disabled:hover {
    background: #999 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    color: #fff !important;
}

/* ========== 白天模式 (浅色背景) ========== */
.submit-button:hover {
    background: #e52e71; /* 偏深一點的紅粉 */
    box-shadow: 0 4px 12px rgba(255, 45, 85, 0.3);
    transform: translateY(-1px);
}

/* ========== 夜間模式 (深色背景 #1E1E1E) ========== */
.night .submit-button:hover {
    background: #ff416c; /* 稍亮的粉紅漸層 */
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.5), 0 0 20px rgba(255, 65, 108, 0.3);
    transform: translateY(-1px);
}

.get-message-code {
    width: 100px;
}

#message-code {
    color: #fff !important;
}

#agreeRegister {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.red {
    color: #D02443;
}

.footer-content {
    padding: 15px 80px;
    border-top: 1px solid #cbd3da;
    border-bottom: 1px solid #cbd3da;
    clear: both;
    overflow: hidden;
    font-size: 14px;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-right .item {
    display: inline-block;
    padding: 0 19px;
    border-right: 1px solid #cbd3da;
}

.footer-right .item:nth-last-of-type(1) {
    border-right: none;
}

.footer-tip {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

.register-tips {
    position: absolute;
    right: 120px;
    bottom: 200px;
    font-size: 14px;
}

/*登录*/
.quickly-link-cont {
    width: 100%;
    padding: 10px 0;
    min-height: 20px;
    font-size: 14px;
}

.forget-pwd-link {
    display: inline-block;
    width: 130px;
    padding-left: 5px;
    text-align: left;
    color: #58A7FB;
}

.night .forget-pwd-link {
    color: #999;
}

.register-link {
    display: inline-block;
    width: 130px;
    text-align: right;
    color: #58A7FB;
}

.night .register-link {
    color: #FF2D55;
}

.self-tips {
    position: absolute;
    bottom: 220px;
    font-size: 12px;
    color: #91A0BD;
}

.night .self-tips {
    color: #999;
}

.layui-layer.tips-layer {
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.layui-layer.tips-layer .layui-layer-content {
    text-align: center;
}

.layui-layer.tips-layer .layui-layer-title {
    padding: 0;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    color: #333 !important;
    background: #fff !important;
}

.night .layui-layer.tips-layer .layui-layer-title {
    color: #fff !important;
    background: #1E1E1E !important;
}

.layui-layer.tips-layer .layui-layer-content {
    color: #333 !important;
    background: #fff !important;
}

.night .layui-layer.tips-layer .layui-layer-content {
    color: #fff !important;
    background: #1E1E1E !important;
}

.layui-layer.tips-layer .layui-layer-btn {
    text-align: center;
    background: #fff !important;
    border-radius: 0px 0px 10px 10px;
}

.night .layui-layer.tips-layer .layui-layer-btn {
    text-align: center;
    background: #1E1E1E !important;
    border-radius: 0px 0px 10px 10px;
}


.layui-layer.tips-layer .layui-layer-btn0 {
    min-width: 90px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: #d02443 !important;
    border: none !important;
    border-radius: 5px;
    font-size: 14px;
}

.hide {
    display: none !important;
}

.layui-layer.tips-layer.re-success .layui-layer-title {
    display: none;
}

.layui-layer.tips-layer.re-success .tip {
    display: block;
    width: 96px;
    height: 96px;
    background: #45EEE0;
    margin: 6% auto;
    border-radius: 50px;
    float: none;
    padding: 25px;
}

.layui-layer.tips-layer.re-success .layui-layer-content {
    height: auto !important;
}

.layui-layer.tips-layer.re-success p {
    font-weight: 600;
    font-size: 18px;
    color: #273247;
}

.layui-layer.tips-layer.re-success .layui-layer-btn {
    display: none;
}

.layui-layer.tips-layer.re-success p {
    text-align: center;
}

.qy-code-down .Qrcode {
    margin: 0 auto;
    position: relative;
    top: 77px;
    left: -3px;
}

.qy-code-down .Qrcode * {
    width: 140px;
    height: 140px;
}

.re-tips .layui-layer-ico {
    background-position: 0 -38px;
}

/*注册成功*/
@charset "utf-8";
.top_nav .dropdown {
    width: 714px;
}

.register-success-bg {
    height: 975px;
    padding: 40px 0;
    background: url(/images/register/bg1.png) no-repeat center -102px;
}

.res-context {
    width: 1120px;
    margin: 0 auto;
}

.register-success-header {
    height: 209px;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(/images/register/res-success-header.png) no-repeat center top;
}

.yellow {
    color: #ffd538;
}

.register-success-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px auto 70px;
}

.register-success-body .item-choose {
    display: inline-block;
    height: 415px;
    width: 350px;
    border-radius: 10px;
    color: #000;
    transition: all .2s;
}

.register-success-body .item-choose:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}

.register-success-body .item-choose:nth-of-type(1) {
    padding: 215px 65px 0;
    background: url(/images/register/choose1.png) no-repeat center top;
}

.register-success-body .item-choose:nth-of-type(2) {
    padding: 215px 65px 0;
    text-align: center;
    background: url(/images/register/choose2.png) no-repeat center top;
}

.register-success-body .item-choose:nth-of-type(3) {
    padding: 65px 89px 180px;
    background: url(/images/register/choose14.png) no-repeat center top;
}

.register-success-body .item-choose:nth-of-type(3) img {
    width: 100%;
}

.choose-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #687dac;
}

.cir {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #e03e7a;
}

.red-prize {
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #e03e7a;
}

.choose-btn-cont {
    margin-top: 15px;
    text-align: center;
}

.choose-btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #e03e7a;
    transition: all .2s;
}

.choose-btn:hover {
    transform: scale(1.05);
}

.register-success-qrcode {
    width: 171px;
    height: 171px;
}

/* 语音验证码 */
.getTelCode {
    margin-top: 10px;
    text-indent: 80px;
    cursor: pointer;
}

.getTelCode span {
    color: #0A84FF;
}

body .getFromTel {
    width: 396px !important;
    height: 232px !important;
    background: #232323 !important;
}

body .getFromTel .layui-layer-title {
    height: 50px;
    line-height: 50px;
    background: #161616 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
}

body .getFromTel .layui-layer-content {
    margin: 30px;
    color: #fff;
    text-align: center;
}

body .getFromTel .layui-layer-btn {
    text-align: center;
    height: 32px;
    box-sizing: border-box;
}

body .getFromTel .layui-layer-btn0 {
    color: #666666 !important;
    border: 1px solid #666666 !important;
    text-align: center;
    height: 32px !important;
    line-height: 32px !important;
    background-color: #232323 !important;
}

body .getFromTel .layui-layer-btn1 {
    color: #fff !important;
    text-align: center;
    height: 32px !important;
    line-height: 32px !important;
    background: #FF2D55;
}

body .getFromTel .layui-layer-btn a {
    padding: 0;
}


/* 语音验证码 */


