input::-ms-clear {
    display: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

.equity-system-free {
    position: relative;
}

.equity-system-free .demo-account-container {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 9999;
    width: 600px;
    height: 569px;

    padding-bottom: 51.6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 5px 20px 6px rgba(37, 126, 254, 0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.equity-system-free .demo-account-container .demo-main-container .demo-account-close {
    position: absolute;
    height: 19px;
    width: 19px;
    right: 21px;
    top: 22px;
    cursor: pointer;
    background-image: url(../images/demo/close.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.equity-system-free .demo-account-container .demo-main-container .demo-account-close:hover {
    background-image: url(../images/demo/closeo.png);
}

.equity-system-free .demo-account-container .demo-main-container .demo-head-logo {
    text-align: center;
    margin-top: 42px;
    display: flex;
    justify-content: center;
}

.equity-system-free .demo-account-container .demo-main-container .demo-head-logo img {
    display: block;
    width: 136px;
    height: 63px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-icon {
    width: 16px;
    height: 16px;
}

.equity-system-free .demo-account-container .demo-main-container .name-icon {
    width: 19px;
    height: 19px;
}

.equity-system-free .demo-account-container .demo-main-container .phone-icon {
    width: 15px;
    height: 20px;
}

.equity-system-free .demo-account-container .demo-main-container .code-icon {
    width: 18px;
    height: 20px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-head-title {
    text-align: center;
    font-size: 20px;
    color: #0d111d;
    line-height: 20px;
    margin: 35px 0 47px 0;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container {
    font-size: 18px;
    margin-bottom: 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #E6E6E6;
    width: 432px;
    color: #37383A;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container .demo-icon {
    margin-right: 18px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container input {
    border: none;
    font-size: 18px;
    color: #37383A;
    line-height: 24px;
    box-shadow: 0 0 0 1000px white inset;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container input:focus {
    outline: 0;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container #demo-button-getcode {
    font-size: 14px;
    color: #257efe;
    line-height: 19px;
    cursor: pointer;
    float: right;
    margin: 9px 0;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container #demo-button-getcode.cooldown {
    color: #999;
    cursor: default;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container .input-del-icon {
    height: 16px;
    width: 16px;
    float: right;
    margin-right: 16px;
    margin-top: 6px;
    cursor: pointer;
    background-image: url(../images/demo/close.png);
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-input-container .demo-input-danger {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
    color: #f56c6c;
}

.equity-system-free .demo-account-container .demo-main-container .vmid {
    vertical-align: middle;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater {
    margin-top: 25px;
    font-size: 14px;
    color: #0D111D;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .system-role {
    color: #999;
    margin-right: 32px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .demo-choose-charater-option {
    position: relative;
    cursor: pointer;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .demo-choose-charater-option .demo-radio {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666666;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .active-demo-charater {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .active-demo-charater img {
    width: 100%;
    height: 100%;
    display: block;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .active-demo-charater .active-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: linear-gradient(180deg, #4fb6ff 0%, #277ffe 100%);
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .demo-icon {
    display: inline-block;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-charater .pdr20 {
    padding-right: 32px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-button {
    margin: 0 auto;
    padding-top: 29px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-button .confirm-button {
    width: 370px;
    height: 50px;
    position: relative;
    overflow: hidden;
    background: #257efe;
    border-radius: 50px;
    font-size: 17px;
    color: white;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-button .confirm-button:hover {
    background: rgba(37, 126, 254, 0.9);
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-button .confirm-button.loading {
    cursor: default;
    background: #257efe;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-button .confirm-button.disable {
    cursor: default;
}

.equity-system-free .demo-account-container .demo-main-container .demo-choose-button #button-progress {
    width: 370px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: -100%;
    background: #5b9dff;
}

.equity-system-free .demo-account-container .demo-main-container .say-foryou {
    font-size: 16px;
    color: #0d111d;
    line-height: 16px;
}

.equity-system-free .demo-account-container .demo-main-container .free-order {
    cursor: pointer;
    margin-top: 10px;
    font-size: 17px;
    color: #257efe;
    line-height: 17px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-success-logo {
    text-align: center;
}

.equity-system-free .demo-account-container .demo-main-container .demo-success-logo img {
    width: 100px;
    height: 100px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-success-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 0 10px;
}

.equity-system-free .demo-account-container .demo-main-container .demo-success-content {
    font-size: 16px;
    text-align: center;
    margin: 0 -20px;
}

/* 添加成功提示框样式 */
.success-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 80%;
}

.success-icon {
    font-size: 40px;
    color: #257efe;
    margin-bottom: 20px;
}

.success-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.success-close {
    padding: 10px 20px;
    background: #257efe;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
}