@font-face {
    font-family: "MiSans";
    src: url("../fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
    font-family: "MiSans-Bold";
    src: url("../fonts/MiSansLatin-Bold.ttf") format("truetype");
}
body {
    all: unset;
    padding: 0;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: "MiSans";
}
img{
    all: unset;
}
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

html {
    font-size: 16px;
}

.main {
    width: 1130px;
    margin: 0 auto;
}
.form {
    margin-top: 50px;
}

.form .form-content {
    width: 1130px;
    height: 110px;
    margin: 0 auto;
    border-radius: 175px;
    background-color: #add8ff;
    display: flex;
    align-items: center;
}

.form .form-content div {
    width: 376px;
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
    font-weight: bold;
}

.form .form-content #num {
    outline: none;
    border: 0;
    width: 150px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 75px;
}

.form .form-content input::-webkit-outer-spin-button,
.form .form-content input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.form .form-product {
    background-color: #ddefff;
    margin-top: 20px;
}

.form .form-product div {
    font-weight: normal;
}

.payBox {
    margin-top: 50px;
    display: none;
}

.payBox .info {
    background-color: #ddefff;
    color: #5a5a5a;
    width: 1130px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    font-size: 22px;
    margin: 40px auto 20px;
    border-radius: 175px;
}

.payBox .notice_pay {
    color: #f94f46;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.payBox .settlement {
    width: 1130px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}

.payBox .settlement .settlement-left {
    width: 350px;
}

.payBox .settlement .pay-btn1 {
    width: 350px;
    height: 90px;
    border-radius: 65px;
    background-color: #ffcf2d;
    line-height: 90px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-left: 40px;
    box-sizing: border-box;
}

.payBox .settlement .pay-btn1 #loginMoney {
    margin: 0;
    color: #006acb;
    font-size: 22px;
    font-weight: bold;
}

.payBox .settlement .pay-btn1 #balance {
    width: 120px;
    height: 90px;
    background-color: #006acb;
    color: #fff;
    border-radius: 0 65px 65px 0;
    cursor: pointer;
    text-align: center;
}

.payBox .settlement .pay-btn2 {
    width: 300px;
    height: 90px;
    border-radius: 65px;
    background-color: #006acb;
    line-height: 90px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.buy-notice {
    width: 1130px;
    margin: 40px auto 0;
    background-color: #fff7dc;
    border-radius: 65px;
    padding: 30px 40px;
    box-sizing: border-box;
    color: #646464;
    line-height: 28px;
}

.buy-notice .buy-notice-title {
    font-weight: bold;
}

.create {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create .create-main {
    display: flex;
    flex-direction: column;
}

.create .choose {
    width: 360px;
    margin: 0 auto;
}

.create .choose .titles {
    display: flex;
    justify-content: center;
}

.create .choose .titles .title {
    width: 50%;
    cursor: pointer;
}

.create p {
    text-align: center;
}

.create #show-login {
    cursor: pointer;
    color: #2b52c9;
    line-height: 40px;
}

.create .create-box {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 75px;
    box-sizing: border-box;
}

.create .create-box input {
    width: 350px;
    height: 48px;
    border: 1px solid #dadce0;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
}

.create .create-box .createBox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff7dc;
    padding: 40px;
    border-radius: 75px;
}

.create .create-box .createBox span {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.create .create-box .createBox > div {
    margin: 10px 0;
}

.create .create-box .createBox .term {
    max-width: 460px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.create .create-box .createBox .term input {
    width: 20px;
    cursor: pointer;
}

.create .create-box .createBox #reg_captcha {
    width: 220px;
}

.create .create-box .createBox .codebox {
    margin: 0;
    width: 120px;
    height: 48px;
    margin-left: 15px;
}

.create .create-box .createBox .codebox img {
    width: 120px;
    height: 48px;
}

.create .create-box .createBox .reg-btn {
    background-color: #006acb;
    color: #fff;
    padding: 0 10px;
    line-height: 48px;
    width: 120px;
    margin: 10px auto 0;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.create .create-box .loginBox {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    background-color: rgba(112, 204, 144, 0.3);
    padding: 40px;
    border-radius: 75px;
}

.create .create-box .loginBox > div {
    margin: 10px 0;
}

.create .create-box .loginBox span {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.create .create-box .loginBox input {
    width: 350px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #dadce0;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 15px;
    outline: none;
}

.create .create-box .loginBox #login_captcha {
    width: 220px;
}

.create .create-box .loginBox .codebox {
    margin: 0;
    width: 120px;
    height: 48px;
    margin-left: 15px;
}

.create .create-box .loginBox .codebox img {
    width: 120px;
    height: 48px;
}

.create .create-box .loginBox .login-btn {
    background-color: #006acb;
    color: #fff;
    padding: 0 10px;
    line-height: 48px;
    width: 120px;
    margin: 20px auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.create .create-box .code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.create .create-box .code input {
    width: 210px;
}

.create .create-box .code .codebox {
    margin: 0;
    width: 120px;
    height: 48px;
    margin-left: 15px;
}

.create .create-box .code .codebox img {
    width: 120px;
    height: 48px;
    cursor: pointer;
}

.create .create-box .code .code-btn {
    margin: 0 0 0 20px;
    background-color: #006acb;
    width: 120px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.create .create-box .code .code-btn2 {
    background-color: rgba(0, 106, 203, 0.5);
    cursor: no-drop;
    display: none;
}

.create .create-box .code .code-btn2 span {
    width: auto;
}

.create .create-box .captcha-text-box {
    justify-content: flex-start !important;
    margin: -15px 0 0 0 !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.create .create-box .notice_reg {
    color: #f94f46;
    font-size: 18px;
}

.create .create-box .notice_login {
    color: #f94f46;
    font-size: 18px;
}

.create .create-box #codeImg {
    display: none;
}

.create .create-box #codeImg2 {
    display: none;
}
.dialog {
    width: 100%;
    height: 100vh;
    background-color: rgba(90, 90, 90, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dialog .dialog-choice {
    width: 350px;
    height: 200px;
    background-color: #fff;
    margin: 150px auto 0;
    border-radius: 5px;
    display: none;
}

.dialog .dialog-choice .choice-info {
    margin: 20px;
    line-height: 30px;
}

.dialog .dialog-choice .choice-info span {
    color: #ff831f;
}

.dialog .dialog-choice .choice-btns {
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
}

.dialog .dialog-choice .choice-btns .pay-btn {
    padding: 0 10px;
    background-color: #2b52c9;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}

.dialog .dialog-box {
    width: 480px;
    background-color: #fff;
    margin: 150px auto 0;
    border-radius: 5px;
    padding-bottom: 10px;
}

.dialog .dialog-box .box-qrcode {
    display: flex;
    justify-content: center;
}

.dialog .dialog-box .box-qrcode #qrcode {
    width: 200px;
    height: 200px;
}

.dialog .dialog-box .qrcode-border {
    border: 1px solid #dadce0;
    width: 340px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.dialog .dialog-box #output {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 200px;
}

.dialog .dialog-box .payError {
    text-align: center;
    color: #f94f46;
    line-height: 30px;
    font-size: 18px;
    display: none;
}

.dialog .dialog-box .op {
    display: flex;
}

.dialog .dialog-box .op .toIndex {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    width: 340px;
    padding: 10px 0;
    display: inline-block;
    background-color: #006acb;
    border-radius: 5px;
    color: #fff;
}

.dialog .dialog-box .box-qrcode {
    display: flex;
    justify-content: center;
}

.dialog .dialog-box .box-qrcode #qrcode {
    width: 200px;
    height: 200px;
}

.dialog .dialog-box .qrcode-border {
    border: 1px solid #dadce0;
    width: 340px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.dialog .dialog-box .box-payCountdown {
    width: 340px;
    margin: 10px auto 0;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ddefff;
}

.dialog .dialog-box .box-payCountdown .payCountdown {
    background-color: #f94f46;
    color: #fff;
    padding: 2px 8px;
}

.dialog .dialog-box .box-btns {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.dialog .dialog-box .box-btns .box-check {
    cursor: pointer;
    color: #2b52c9;
}

.dialog .box-top {
    background-color: #006acb;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialog .box-top img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.borderBot {
    width: 150px;
    height: 3px;
    background-color: #2b52c9;
}
.codebox {
    float: right;
}
.term p{
    text-align: left;
    margin-left: 5px;
}

@keyframes slideAnimation1 {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 200px;
    }
}

.borderClick1 {
    animation: slideAnimation1 0.5s forwards;
}

@keyframes slideAnimation2 {
    0% {
        margin-left: 200px;
    }
    100% {
        margin-left: 0;
    }
}

.borderClick2 {
    animation: slideAnimation2 0.5s forwards;
}