/*注册开始*/

.register .bd {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.register .registerContent {
    width: 420px;
    height: 670px;
    max-height: 100%;
    background: rgba(255, 255, 255, 1);
    clear: both;
}

.registerContent form {
    background: #fff;
    padding-bottom: 10px;
}

.register .registerTitle {
    font-size: 20px;
    color: rgba(65, 64, 63, 1);
    padding-top: 38px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.register .accountNumber {
    margin-top: 25px;
    text-align: right;
    margin-right: 58px;
}

.register .accountNumber span:first-child {
    color: #282828;
    font-size: 12px;
}

.register .accountNumber span:last-child {
    color: #1459F4;
    font-size: 12px;
    cursor: pointer;
}

.register .registerMethod {
    width: 100%;
    margin-top: 17px;
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    justify-content: center;
    gap: 0 90px;
}

.register .registerMethod span {
    display: inline-block;
    height: 12px;
    padding-bottom: 7px;
    text-align: center;
    cursor: pointer;
}

.register .registerMethod span.choose {
    border-bottom: 3px solid #1459F4;
}

.register ul {
    width: 300px;
    margin: 0 auto;
}

.register .phoneSele {
    display: inline-block;
    width: 116px;
}

.register .phoneSele .combo-select {
    border: none;
}

.register .phoneSele .combo-arrow:before {
    right: 5px;
}

.register .phoneSele .combo-arrow {
    width: 30px;
    height: 16px;
    margin-top: 7px;
    border-right: 1px solid #BFBFBF;
}

.register .phoneSele input {
    padding: 0;
    padding-right: 20px;
}

.register .ulClass .phone>input {
    padding-left: 10px;
    width: 167px;
    height: 30px;
}

.register .ulClass li {
    position: relative;
    width: 100%;
    height: 41px;
    line-height: 50px;
    border-bottom: 1px solid #BFBFBF;
}

.register .ulClass li .combo-dropdown li {
    width: 274px;
    height: 20px;
    line-height: 20px;
}

.register .ulClass .phone label {
    width: 86px;
    height: 15px;
    color: #555454;
    font-size: 16px;
}

.register .ulClass .phone input {
    color: #282828;
}

.register .ulClass li.verificationCode #code {
    width: 220px;
}

.register .ulClass li.verificationCode #sendCode {
    float: right;
    display: inline-block;
    width: 75px;
    cursor: pointer;
    margin-top: 11px;
    line-height: 30px;
    text-align: right;
}

.register .ulClass li.verificationCode #sendCode[disabled='disabled'] {
    color: #282828;
    background: rgba(255, 255, 255, 0);
}

.register .ulClass li.pictureVerification #pictureCode {
    width: 178px;
    box-shadow: inset 0 0 1000px #fff !important;
}

.register .ulClass li.pictureVerification>div {
    float: right;
    display: inline-block;
    width: 121px;
    height: 30px;
    cursor: pointer;
    /* margin-top: 11px;
    line-height: 30px; */
    text-align: right;
}

.register .ulClass li.pictureVerification .picture {
    width: 79px;
    height: 30px;
    vertical-align: middle;
}

.register .ulClass li.pictureVerification .pictureCodeBtn {
    font-size: 12px;
    color: #1459F4;
}

.register .ulClass li input {
    font-size: 14px;
    width: 100%;
    box-shadow: inset 0 0 1000px #fff !important;
    height: 30px;
}

.register .format,
.register .message {
    color: #E71F19;
    font-size: 12px;
    margin-top: 7px;
}

.register .format span,
.register .message span {
    height: 12px;
    line-height: 12px;
}

.register .message .returnAccount {
    color: #282828;
}

.register .suggest {
    margin-top: 7px;
}

.register .suggest i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
    color: #999;
    position: relative;
    top: -2px;
}

.register .suggest span {
    color: #999;
    vertical-align: top;
}

.register .messageBox {
    height: 20px;
}

.register .format.disNone,
.register .message.disNone,
.register .suggest.disNone,
.register .choosePhone.disNone,
.register .chooseEmail.disNone {
    display: none;
}

.register .lookAfter {
    margin-top: 22px;
    font-size: 0;
    width: 100%;
    height: 40px;
}

.register .lookAfter label {
    height: 28px;
    font-size: 14px;
    color: #999;
    margin-right: 8px;
    display: inline-block;
    line-height: 28px;
    float: left;
}

.register .lookAfter span:nth-child(2) {
    margin-left: 0;
}

.register .lookAfter span {
    width: 52px;
    height: 28px;
    font-size: 12px;
    margin-left: 12px;
    color: #999;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    float: left;
    cursor: pointer;
}

.register .lookAfter span.sele {
    color: #fff;
    background: rgba(20, 89, 244, 0.67);
    border: none;
}

.register .agree {
    clear: both;
    padding-top: 20px;
    font-size: 12px;
    width: 100%;
}

.register .agree img {
    display: none;
    cursor: pointer;
    vertical-align: middle;
}

.register .agree img.active {
    display: inline-block;
}

.register .agree label {
    color: #BFBFBF;
    line-height: 20px;
}

.register .agree label span {
    color: #1459F4;
    vertical-align: top;
    cursor: pointer;
}

.register .btn {
    margin-top: 28px;
    width: 100%;
    height: 50px;
    background: #1459F4;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}


/*注册结束*/

.myModa .myAlertBox p {
    padding: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #808080;
    text-align: center;
}


/*协议和声明*/
.myModa .myAlertBox>div.alertBox>p {
    float: left;
    width: 168px;
    font-size: 14px;
    line-height: 40px;
    color: #000;
}


/* 绑定手机号码框 */

.telephoneNumbind {
    width: 406px;
    height: 498px;
    background: #FFFFFF;
    float: right;
    margin: 200px 0 0 0;
}

.telephoneNumbind h3 {
    /* width: 136px; */
    height: 23px;
    font-size: 22px;
    font-weight: bold;
    color: #41403F;
    line-height: 100%;
    margin: 55px 0 0 0;
    text-align: center;
}

.telephoneNumber,
.pictureCode,
.telephoneNumberTureCode {
    height: 50px;
    margin: 27px 53px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.telephoneNumber input {
    border: none;
    height: 50px;
    /* border-bottom: 1px solid #ccc; */
    width: 100%;
    font-size: 14px;
    line-height: 50px;
}

.telephoneNumber p {
    font-size: 14px;
    color: #f00;
    position: absolute;
    top: 56px;
    left: 0;
}

.pictureCode input {
    border: none;
    height: 50px;
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 48px;
    vertical-align: middle;
}

.pictureCode img {
    float: left;
    width: 79px;
    height: 30px;
    vertical-align: middle;
    margin: 10px 0 0 0;
}

.pictureCode p {
    float: right;
    color: #1459F4;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
}

.pictureCode span {
    color: #f00;
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 14px;
}

.telephoneNumberTureCode input {
    border: none;
    height: 50px;
    /* border-bottom: 1px solid #ccc; */
    width: 60%;
    float: left;
    line-height: 48px;
    font-size: 14px;
}

.telephoneNumberTureCode button {
    border: none;
    height: 33px;
    /* border-bottom: 1px solid #ccc; */
    width: 110px;
    float: right;
    background: #1459F4;
    margin: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.telephoneNumberTureCode p {
    color: #f00;
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 0;
}

.telephoneNumbind>button {
    width: 300px;
    height: 50px;
    background: #1459F4;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 44px 53px 0;
    cursor: pointer;
}

.telephoneNumbind>p {
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 86px;
    text-align: right;
    margin: 0 53px 0 0;
}

.telephoneNumbind p a {
    color: #1459F4;
}