@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;
}

.footer-detail {
    background: #1C1E27 !important;
}

.bg-content {
    height: 1040px;
    color: #999;
    background: #e3eaf1 url(/images/register/register-bg.jpg) no-repeat center top;
}

body {
    background: #F1F1F1F1;
}

body.night {
    background: #161616;
}

.main {
    margin: 80px auto;
    padding: 0 27px;
    background: url(/images/theme/p-bg2.png) no-repeat center top;
    width: 1063px;
    height: 564px;
}

.main.night {
    background: url(/images/p-bg.png) no-repeat center top;
}


.content {
    position: relative;
}

.way-list {
    justify-content: center;
    max-width: 396px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.way-list li {
    flex: 1;
    float: left;
    vertical-align: top;
    width: 132px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #91a0bd;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #91a0bd;
}

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

.content .left-cont {
    position: relative;
    float: left;
    width: 480px;
    height: 518px;
}

.content img.phone-img {
    margin: 20% 7% 0 5%;
}

.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 {
    position: absolute;
    bottom: 15px;
    right: 180px;
    width: 180px;
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: center;
    background: #fff;
}


.content .right-cont {
    position: relative;
    float: right;
    width: 520px;
    height: 505px;
    margin: 0 auto;
    padding: 89px 0 0 0;
}

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

.right-cont .item-cont {
    display: none;
    /* max-width: 272px; */
    margin: 0 auto;
    padding: 50px 53px 0 0;
}

.right-cont .item-cont:nth-of-type(3) {
    overflow: hidden;
    clear: both;
    padding: 60px 0 0 0;
}

.right-cont .item-cont.active {
    display: block;
}

.right-cont .item-cont .text-context {
    margin-bottom: 20px;
}

.right-cont .item-cont:nth-of-type(3) .unlock {
    clear: both;
    overflow: hidden;
}

.right-cont .item-cont:nth-of-type(3) .text-context {
    margin-bottom: 12px;
}

.step {
    display: none;
    text-align: center;
}

.step.active {
    display: block;
}

.step1 {
    max-width: 272px;
    margin: 0 auto;
}

.right-cont .item-cont .icon-chenggongduigou {
    font-size: 40px;
    color: #6bca1f;
}

.right-cont .item-cont .icon-jinggao {
    font-size: 40px;
    color: #ef0404;
}

.reset-success-text {
    color: #91a0bd;
    margin: 20px 0 50px;
}

.a-p-title,
.p-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #91a0bd;
    font-weight: bold;
    text-align: center;
}

.input-cont {
    display: inline-block;
    height: 40px;
    width: 270px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
    border-radius: 20px;
    background: #EEEEEE;
    color: #333333;
}

.input-cont.night {
    background: #161616;
}

.a-info {
    display: flex;
    align-items: center;
    padding: 0 10px 0 40px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #ea4c89;
}

.success-text {
    color: #91a0bd;
    margin: 20px 0 30px;
}

.copy-cont {
    height: 32px;
    line-height: 32px;
    width: 80px;
    border-radius: 16px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #792bff;
    cursor: pointer;
}

.copy-cont .icon-copy {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.input-cont input {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #EEEEEE;
    color: #333333;
}

.input-cont input.night {
    background: #161616;
    color: #575f72;
}

.input-cont input::-webkit-input-placeholder {
    color: #575f72;
}

.input-cont input:-moz-placeholder {
    color: #575f72;
}

.input-cont input::-moz-placeholder {
    color: #575f72;
}

.input-cont input:-ms-input-placeholder {
    color: #575f72;
}

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

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


.right-cont .item-cont:nth-of-type(3) .input-cont {
    width: 200px;
}

.right-cont .item-cont:nth-of-type(3) .input-cont input {
    width: 130px;
}

.right-cont .item-cont .account-input-cont {
    display: none;
}

.right-cont .item-cont .account-input-cont.active {
    display: block;
}

.email-tip {
    position: absolute;
    bottom: 70px;
    color: #91a0bd;
    left: 7%;
}

.self-tips {
    position: absolute;
    bottom: -15px;
    color: #91a0bd;
    left: 15%;
}

.tips {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    font-size: 12px;
}


.submit-button,
.get-message-code {
    display: inline-block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #ff5466 0%, #d02443 100%);
    transition: all .2s;
    cursor: pointer;
}

.unlock-submit-button {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #ff5466 0%, #d02443 100%);
    transition: all .2s;
    cursor: pointer;
    margin-top: 12px;
}

.cusPosition {
    position: absolute;
    right: -23px;
    bottom: -70px;
}

.get-email {
    text-align: center;
    font-size: 14px;
    color: #d02443;
    cursor: pointer;
}

.get-email .iconfont {
    color: #d02443;
}

.password-email-cont {
    display: none;
}

.text {
    font-size: 14px;
    color: #5f72a1;
    cursor: pointer;
}


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

.unlock-submit-button:hover,
.submit-button:hover {
    background: #e52e71; /* 偏深一點的紅粉 */
    box-shadow: 0 4px 12px rgba(255, 45, 85, 0.3);
    transform: translateY(-1px);
}

/* ========== 夜間模式 (深色背景 #1E1E1E) ========== */
.night .unlock-submit-button:hover,
.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: 30px;
    bottom: 20px;
    font-size: 14px;
}

/*登录*/
.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: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#9968fd), to(#fc49af)) no-repeat center top;
    background: -webkit-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
    background: -o-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
    background: #2A93FF
}

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

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

.hide {
    display: none !important;
}

.qy-code-down .Qrcode {
    margin: 0 auto;
    padding: 10px 0 0;
}

.qy-code-down .Qrcode canvas {
    padding: 0;
}

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

/*注册成功*/
.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;
}

.unlock-cont {
    position: relative;
    float: left;
    margin-right: 30px;
    z-index: 1;
}

.cs-cont {
    position: relative;
    text-align: center;
}

.t1 {
    margin: 11px 0 0 0;
    color: #91a0bd;
}

.contact-cs {
    margin-bottom: 10px;
    color: #575f72;
}

#copy,
.success-cont,
.fail-cont {
    display: none;
}

#AjaxLoading div.loadingWord {
    width: 200px;
}

.label-title {
    line-height: 40px;
    text-align: right;
    width: 150px;
    color: #91a0bd;
}

.reset-cont {
    padding-left: 100px;
}



