@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: #161616;
}
.header_top.night {
    color: #999;
}
.content {
    position: relative;
    padding: 56px 80px;
    min-height: 700px;
}
.content .main {
    margin: 80px auto;
    padding: 0 27px;
    background: url(/images/theme/p-bg1n.png) no-repeat center;
    width: 1070px;
    height: 574px;
}

.content .left-cont {
    position: absolute;
    left: 145px;
    /* background: url(/images/register/r-left-bg.png) no-repeat center; */
    width: 328px;
    height: 658px;
}

.phone-img {
    position: relative;
    top: 63px;
    left: -30px;
    /* 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: 35px;
    overflow: hidden;
}


.way-list li {
    width: 270px;
    padding: 8px 0;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #fff;

}

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

.content .right-cont {
    position: absolute;
    right: 145px;
    top: 100px;
    width: 675px;
    height: 736px;
    padding: 76px 30px 20px 235px;
    /* background: url(/images/register/r-right-bg.png) no-repeat center top;
    background-size: 100% 100%; */
}

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

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

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

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

.right-cont .register-list .input-cont input::-webkit-input-placeholder {
    color: #91A0BD;
}

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

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

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

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

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

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

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

.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: #D02443;
    transition: all .2s;
}

.blue {
    color: #5897EE;
}

.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 {
    width: 270px;
    text-align: center;
}

/*登录*/
.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: #999;
}

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

.self-tips {
    position: absolute;
    bottom: 120px;
    font-size: 12px;
    color: #435476;
}

.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;
    position: relative;
    top: 77px;
    left: -3px;
}

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

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

.contract-link {
    display: block;
    margin-top: 25px;
    text-align: left;
}

/*注册成功*/

.top_nav .dropdown {
    width: 714px;
}

.register-success-bg {
    height: 975px;
    padding: 40px 0;
    background: #161616;
}

.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 {
    margin: 0 auto;
    padding: 50px 0;
    background: #1E1E1E;
}

.r-s-cont {
    max-width: 560px;
    margin: 0 auto;
}

.agent-success-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.agent-success-item .iconfont {
    color: #697dac;
}

.title {
    width: 125px;
    padding: 0 10px;
    text-align: right;
    color: #9EA7C4;
}

.input-cont {
    position: relative;
    width: 430px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.input-cont .input {
    width: 370px;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #ffffff;
}

select:disabled,
input[readonly],
input:disabled,
button:disabled,
button[readonly],
textarea:disabled {
    color: #fFFFFF !important;
    background: transparent !important;
    cursor: not-allowed !important;
}

.login-join {
    margin-top: 20px;
}

.rec-link {
    position: relative;
}

.a-copy {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #187AFF;
}

.agent-footer-cont {
    width: 100%;
    text-align: center;
}

.go-to-center {
    margin-top: 30px;
    color: #d02443;
}

.edit-tips {
    height: 20px;
    margin: 10px 0;
    font-size: 14px;
    color: #ff0000;
}

.btn-cont {
    margin-bottom: 0;
}

.icon-close {
    color: #333;
}

.agent-input {
    width: 80%;
    height: 44px;
    border: none;
    padding-left: 10px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.emailist {
    border-top: 1px solid #e7e7e7;
    background: #fff;
    font-size: 14px;
    color: #999;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.emailist li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

/* 代理国际手机号登录 */
.tab-cont-item {
    display: none;
}

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

.way-list li {
    float: left;
    width: 133px;
}

.right-cont .register-list .input-row {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;

}

.country-box {
    width: 85px;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 90px;
    position: relative;
    cursor: pointer;
    position: relative;
}

.country-code {
    display: inline-block;
    width: 65px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.icon-bottom-arr {
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: 16px;
    transform: rotate(0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.icon-bottom-arr.on {
    transform: rotate(180deg);
}

.right-cont .register-list .input-row .input-cont {
    width: 175px;
    margin-left: 10px;
    padding: 0 10px;
}

.right-cont .register-list .input-row.code-input .input-cont {
    margin-right: 10px;
    margin-left: 0px;
    width: 160px;
}

.right-cont .register-list .input-row.code-input .input-cont input {
    width: 105px;
}

.right-cont .register-list .input-row .input-cont input {
    width: 118px;
}

.get-code-btn {
    background: #D02443;
    border-radius: 90px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.get-code-btn:hover {
    opacity: 0.9;
}

.country-list-box {
    position: absolute;
    bottom: -375px;
    z-index: 2;
    left: -1px;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    display: none;
    width: 270px;
    box-shadow: 1px 2px 3px #ccc;
}

.shearch-box {
    height: 30px;
    width: 250px;
    padding: 0 20px 0 40px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    position: relative;
}

.shearch-box input {
    height: 26px;
    line-height: 26px;
    border: none;
    background: #fff;
    width: 97%;
    color: #999;
}

.shearch-box .icon-sousuo1 {
    position: absolute;
    bottom: 0px;
    left: 13px;
    font-size: 16px !important;
}

.country-box .country-list {
    width: 268px;
    height: 280px;
    overflow-y: scroll;
}

.country-box .country-list .list-item span {
    margin-right: 10px;
}

.js-countryName {
    margin-right: 10px;
}

.list-title-text {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
    color: #333333;
    padding-left: 10px;
}

.country-box .country-list .list-item {

    cursor: pointer;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}

.country-box .country-list .list-item:hover {
    background-color: #E9FAF9;
    color: #333;
}

.country-list::-webkit-scrollbar {}

/* 滚动条整体部分，可以设置宽度啥的 */
.country-list::-webkit-scrollbar-button {}

/* 滚动条两端的按钮 */
.country-list::-webkit-scrollbar-track {}

/* 外层轨道 */
.country-list::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

/* 内层滚动槽 */
.country-list::-webkit-scrollbar-thumb {
    background-color: #4FAFAA;
    height: 50px;

}

/* 滚动的滑块 */
.country-list::-webkit-scrollbar-corner {}

/* 边角 */
.country-list::-webkit-resizer {}

/* 定义右下角拖动块的样式 */