body {
    margin: 0 !important;
    overflow-y: hidden
}

a {
    text-decoration: none;
}

.dialog-style .el-dialog__header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px
}

.dialog-style .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 26px
}

.dialog-style .dialog-centent {
    padding: 0 30px
}

.dialog-style .el-dialog__footer {
    text-align: left
}

.dialog-style .el-dialog__footer .sumbit-btn {
    margin-left: 30px;
    width: 480px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.el-popover {
    min-width: 100px !important;
    text-align: center;
    padding: 0 12px
}

.popover-cell {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    font-weight: 400;
    margin: 10px 0;
    cursor: pointer
}

.popover-cell a {
    color: #666;
    text-decoration: none
}

.header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #0f1936
}

.header, .header .header-left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header-left-box {
    margin-left: 100px
}

.header .header-left-box .logo-img {
    height: 32px;
    width: 130px;
    margin-right: 76px;
    cursor: pointer
}

.header .header-left-box .tab-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 400;
    color: #fff
}

.header .header-left-box .tab-bar a.tab {
    margin-right: 32px;
    margin-top: 6px;
    border-bottom: 2px solid transparent;
    cursor: pointer
}

.header .header-left-box .tab-bar a.tab {
    color: #fff;
    text-decoration: none
}

.header .header-left-box .tab-bar a.tab.active {
    border-bottom: 2px solid #5495e6;
    padding-bottom: 6px
}

.header .header-right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-right-box .phone-img {
    width: 26px;
    height: 26px;
    cursor: pointer
}

.header .header-right-box .user-img {
    width: 25px;
    height: 25px;
    margin: 0 20px;
    cursor: pointer;
    margin-top: 5px
}

.header .header-right-box .login-btn {
    font-size: 16px;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    background: transparent;
    margin-right: 20px;
    margin-left: 20px
}

.header .header-right-box .reg-btn {
    background: #4172d3;
    border-radius: 2px;
    color: #fff;
    padding: 8px 15px;
    border-color: #4172d3;
    margin-right: 16px
}

.header .header-right-box .lang-select-img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%
}

.header .header-right-box .lang-select .el-input {
    width: 57%;
    font-size: 16px
}

.header .header-right-box .lang-select .el-input .el-input__inner {
    border: 0;
    padding-left: 5px;
    padding-right: 6px;
    background: transparent;
    color: #fff
}

.lang-img {
    width: 15px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px
}

.el-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    padding: 0 !important;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    background-color: #fff;
    min-height: 90vh;
    max-height: 95vh;
    overflow-y: scroll
}

.home-page {
    padding-bottom: 100px
}

.home-page .rise-color {
    color: #d45a71
}

.home-page .level-color {
    color: #5298f5
}

.home-page .fall-color {
    color: #5ad463
}

.home-page .chg-rise-color {
    color: #fff;
    background: #d45a71
}

.home-page .chg-level-color {
    color: #fff;
    background: #5298f5
}

.home-page .chg-fall-color {
    color: #fff;
    background: #5ad463
}

.home-page .banner-img {
    width: 100%;
    height: 100%
}

.home-page .notice-list {
    height: 36px;
    background: #f6f9fc;
    margin-bottom: 50px;
    cursor: pointer
}

.home-page .notice-list .notice-cell {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    line-height: 36px
}

.home-page .notice-list .right-double-arrow {
    width: 20px;
    margin-left: 30px;
    vertical-align: middle
}

.home-page .first-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 100px
}

.home-page .first-card .card-cell {
    padding: 23px 32px 40px 32px;
    background: #f7f7fb;
    border-radius: 6px;
    width: 16.75rem;
    cursor: pointer
}

.home-page .first-card .card-cell .card-cell-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-page .first-card .card-cell .card-cell-top .title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600
}

.home-page .first-card .card-cell .card-cell-top .percentage {
    font-family: DINAlternate-Bold;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700
}

.home-page .first-card .card-cell .card-cell-bottom {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: 500
}

.home-page .second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
    padding: 0 100px
}

.home-page .second-card .card-cell {
    padding: 40px 32px 30px 32px;
    background: #f7f7fb;
    border-radius: 6px;
    width: 16.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.home-page .second-card .card-cell .card-cell-left .title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500
}

.home-page .second-card .card-cell .card-cell-left .tips {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    margin-top: 15px
}

.home-page .second-card .card-cell .card-cell-right .img {
    width: 132px;
    height: 100px
}

.home-page .service-box {
    height: 310px;
    padding: 0 100px;
    position: relative;
    margin: 42px 0;
    cursor: pointer
}

.home-page .service-box .service-img {
    width: 100%;
    height: 100%
}

.home-page .service-box .service-title {
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding-top: 144px;
    font-weight: 500;
    letter-spacing: 9px;
    position: absolute;
    top: 0;
    left: 40%
}

.home-page .service-box .service-btn-name {
    position: absolute;
    top: 86px;
    right: 12%;
    font-size: 45px;
    color: #9c1015;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center
}

.home-page .watchlists-box {
    padding: 0 100px
}

.home-page .watchlists-box .title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    font-weight: 500
}

.home-page .watchlists-box .watchlists-list .list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0
}

.home-page .watchlists-box .watchlists-list .list-header div {
    width: 122px
}

.home-page .watchlists-box .watchlists-list .no-data-tips {
    text-align: center;
    margin-top: 50px
}

.home-page .watchlists-box .watchlists-list .list-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.home-page .watchlists-box .watchlists-list .list-cell .symlob-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-page .watchlists-box .watchlists-list .list-cell .symlob-box .title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    font-weight: 500
}

.home-page .watchlists-box .watchlists-list .list-cell .symlob-box .flag {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    line-height: 8px;
    font-weight: 400;
    background: #8d41f9;
    border-radius: 2px;
    padding: 0 5px
}

.home-page .watchlists-box .watchlists-list .list-cell .symlob-box .num {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin-left: 13px
}

.home-page .watchlists-box .watchlists-list .list-cell .price-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    font-weight: 400
}

.home-page .watchlists-box .watchlists-list .list-cell .chg-box .chg-btn {
    width: 120px;
    height: 40px;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400
}

.home-page .lang-radio-list {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer
}

.home-page .lang-radio-list .correct-img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: inherit;
    float: right
}

.reg-page {
    height: 100vh;
    overflow-y: scroll
}

.reg-page .reg-page-bg {
    background-image: url(../img/reg_bg_img.919b3bb3.png);
    background-repeat: no-repeat;
    height: 340px;
    width: 100%
}

.reg-page .reg-form-box {
    width: 400px;
    margin: 0 auto;
    padding: 50px 0
}

.reg-page .reg-form-box .input-box {
    margin-bottom: 21px
}

.reg-page .reg-form-box .input-box .reg-input input {
    width: 400px;
    height: 48px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px
}

.reg-page .reg-form-box .input-box .reg-input input:hover {
    border: 1px solid #5495e6
}

.reg-page .reg-form-box .code-btn {
    border: 1px solid #4172d3;
    border-radius: 2px;
    color: #4172d3;
    margin-top: 60px;
    margin-bottom: 37px
}

.reg-page .reg-form-box .code-btn, .reg-page .reg-form-box .reg-btn {
    width: 400px;
    height: 48px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.reg-page .reg-form-box .reg-btn {
    color: #f2f2f7;
    background: #4172d3;
    border-radius: 2px
}

.login-page {
    background: #242f46;
    height: 100vh;
    padding-top: 50px
}

.login-page .login-box {
    width: 488px;
    height: 540px;
    background: #fff;
    margin: 0 auto
}

.login-page .login-box .page-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    padding: 64px 0 0 44px
}

.login-page .login-box .login-form-box {
    padding-left: 44px;
    margin-top: 58px;
    position: relative
}

.login-page .login-box .login-form-box .form-title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 23px
}

.login-page .login-box .login-form-box .form-input input {
    border: 0;
    width: 400px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 0
}

.login-page .login-box .login-form-box .form-input input:hover {
    border-bottom: 3px solid #4172d3
}

.login-page .login-box .login-form-box .password-img {
    position: absolute;
    right: 50px;
    bottom: 10px;
    cursor: pointer
}

.login-page .login-box .page-tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 44px;
    margin-top: 20px
}

.login-page .login-box .page-tips .page-tips-left {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.login-page .login-box .page-tips .page-tips-left .reg-btn, .login-page .login-box .page-tips .page-tips-right {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4172d3;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    cursor: pointer
}

.login-page .login-box .login-btn {
    width: 400px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 60px;
    margin-left: 44px
}

.news-page {
    padding-bottom: 100px;
    overflow-y: scroll
}

.news-page .banner-img {
    width: 100%;
    height: 100%
}

.news-page .page-content {
    padding: 0 100px;
    margin-top: 50px
}

.news-page .page-content .card-box {
    background: #fff;
    border: 1px solid #ececec;
    padding: 0 20px 50px 20px
}

.news-page .page-content .card-box .card-header {
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 10px 0
}

.news-page .page-content .card-box .card-header .tab {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #979797;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
    margin-right: 36px;
    cursor: pointer
}

.news-page .page-content .card-box .card-header .tab.active {
    color: #333;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 3px solid #4172d3
}

.news-page .page-content .card-box .news-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-page .page-content .card-box .news-list-box .news-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer
}

.news-page .page-content .card-box .news-list-box .news-cell .news-img {
    width: 236px;
    height: 146px;
    overflow: initial;
    margin-right: 24px
}

.news-page .page-content .card-box .news-list-box .news-cell .news-img .el-image__placeholder {
    width: 236px
}

.news-page .page-content .card-box .news-list-box .news-cell .news-img .image-slot {
    width: 236px;
    text-align: center;
    background: #fafafa
}

.news-page .page-content .card-box .news-list-box .news-cell .news-img .image-slot img {
    width: 100%;
    height: 146px
}

.news-page .page-content .card-box .news-list-box .news-cell .news-img img {
    width: 236px;
    height: 146px
}

.news-page .page-content .card-box .news-list-box .news-cell .news-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: -.5px;
    font-weight: 500;
    margin-bottom: 21px
}

.news-page .page-content .card-box .news-list-box .news-cell .news-time {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400
}

.news-page .page-content .card-box .notice-list-box .notice-cell {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    cursor: pointer
}

.news-page .page-content .card-box .notice-list-box .notice-cell .title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    padding-bottom: 11px
}

.news-page .page-content .card-box .notice-list-box .notice-cell .time {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400
}

.transaction-page {
    padding: 50px 100px 100px 100px
}

.transaction-page .rise-color {
    color: #d45a71
}

.transaction-page .level-color {
    color: #5298f5
}

.transaction-page .fall-color {
    color: #5ad463
}

.transaction-page .funds-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.transaction-page .funds-tab-list .funds-tab {
    text-align: center;
    width: 385px;
    height: 216px;
    cursor: pointer
}

.transaction-page .funds-tab-list .funds-tab:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 #e2e9f2;
    box-shadow: 0 0 10px 0 #e2e9f2
}

.transaction-page .funds-tab-list .funds-tab .img {
    width: 80px;
    height: 74.29px;
    margin-top: 48px
}

.transaction-page .funds-tab-list .funds-tab .title {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-top: 23px
}

.transaction-page .assets-box .assets-box-title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin: 50px 0 20px 0
}

.transaction-page .assets-box .assets-bg {
    background-image: url(../img/bg-card.853d00a8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 50px
}

.transaction-page .assets-box .assets-bg .assets-bg-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.transaction-page .assets-box .assets-bg .assets-bg-top .assets-bg-top-left {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    color: #f2f2f7;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500
}

.transaction-page .assets-box .assets-bg .assets-bg-top .assets-bg-top-right {
    cursor: pointer
}

.transaction-page .assets-box .assets-bg .assets-bg-top .assets-bg-top-right img {
    width: 27.65px;
    height: 28.74px
}

.transaction-page .assets-box .assets-bg .assets-bg-top .assets-bg-top-right span {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: right;
    line-height: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: super;
    margin-left: 10px
}

.transaction-page .assets-box .assets-bg .assets-bg-bottom .assets-bg-bottom-cell {
    display: inline-block;
    width: 49%
}

.transaction-page .assets-box .assets-bg .assets-bg-bottom .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #f2f2f7;
    letter-spacing: 0;
    font-weight: 400
}

.transaction-page .assets-box .assets-bg .assets-bg-bottom .money {
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #f2f2f7;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    margin-top: 12px
}

.transaction-page .settlement-list {
    margin-top: 50px
}

.transaction-page .settlement-list .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea
}

.transaction-page .settlement-list .tabs-list .tab {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #979797;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    margin-right: 48px;
    padding-bottom: 8px;
    cursor: pointer
}

.transaction-page .settlement-list .tabs-list .tab.active {
    color: #333;
    font-weight: 500;
    border-bottom: 3px solid #4172d3
}

.transaction-page .settlement-list .table-list .el-table__header thead tr th .cell {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.transaction-page .settlement-list .table-list .prg {
    width: 150px;
    height: 6px;
    background: #e2eeff
}

.transaction-page .settlement-list .table-list .prg::-webkit-progress-bar {
    background: #e2eeff;
    border-radius: 8px
}

.transaction-page .settlement-list .table-list .prg::-webkit-progress-value {
    background: #4172d3
}

.transaction-page .settlement-list .table-list .opt-btn {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4172d3;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    border: 0
}

.transaction-page .dialog-style .dialog-content .info-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.transaction-page .dialog-style .dialog-content .info-cell .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400
}

.transaction-page .dialog-style .dialog-content .info-cell .content {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    text-align: right;
    line-height: 36px;
    font-weight: 400
}

.transaction-page .dialog-style .dialog-content .info-cell .content.rise-status {
    color: #f13e3a
}

.transaction-page .dialog-style .dialog-content .info-cell .content.fall-status {
    color: #00aa3b
}

.transaction-page .dialog-style .dialog-content .info-cell .content.level-status {
    color: #4172d3 !important
}

.transaction-page .dialog-style .dialog-content .statistics-top-box {
    width: 480px;
    background: #fff;
    border: 1px solid #d8dce6;
    padding: 24px 30px
}

.transaction-page .dialog-style .dialog-content .statistics-top-box .top {
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #333;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 32px
}

.transaction-page .dialog-style .dialog-content .statistics-top-box .bottom .bottom-cell {
    display: inline-block;
    width: 49%
}

.transaction-page .dialog-style .dialog-content .statistics-top-box .bottom .bottom-cell .bottom-title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 8px
}

.transaction-page .dialog-style .dialog-content .statistics-top-box .bottom .bottom-cell .bottom-money {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box {
    width: 480px;
    background: #fff;
    border: 1px solid #d8dce6;
    padding: 24px 30px;
    margin-top: 30px
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .statistics-bottom-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .statistics-bottom-box-header .header-title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .statistics-bottom-box-header .header-all-day {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .statistics-bottom-box-header .header-all-day span {
    color: #4172d3
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .time-select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .time-select-box .el-range-editor.el-input__inner {
    border: 0;
    width: 90%
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .time-select-box .el-range-editor.el-input__inner .el-range__icon {
    display: none
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .time-select-box .el-range-editor.el-input__inner .el-range-input {
    border-bottom: 1px solid #979797
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .time-select-box .confim-btn {
    width: 64px;
    height: 28px;
    background: #4172d3;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    font-weight: 400;
    padding: 0
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .money-list {
    margin-top: 36px
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .money-list .money-cell {
    display: inline-block;
    width: 50%;
    margin-bottom: 36px
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .money-list .money-cell .money-cell-title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.transaction-page .dialog-style .dialog-content .statistics-bottom-box .money-list .money-cell .money-cell-money {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    margin-top: 8px
}

.transaction-page .dialog-style .dialog-footer .sumbit-btn {
    border: 1px solid #4172d3;
    border-radius: 2px;
    background: #fff;
    color: #4172d3
}

.transaction-page .profitLoss-color {
    color: #4172d3
}

.quotes-page {
    padding: 50px 100px 100px 100px;
    position: relative
}

.quotes-page .rise-color {
    color: #d45a71
}

.quotes-page .level-color {
    color: #5298f5
}

.quotes-page .fall-color {
    color: #5ad463
}

.quotes-page .chg-rise-color {
    color: #fff;
    background: #d45a71
}

.quotes-page .chg-level-color {
    color: #fff;
    background: #5298f5
}

.quotes-page .chg-fall-color {
    color: #fff;
    background: #5ad463
}

.quotes-page .page-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea
}

.quotes-page .page-header, .quotes-page .page-header .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quotes-page .page-header .tab-list .tab {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #979797;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    line-height: 35px;
    margin-right: 48px;
    cursor: pointer
}

.quotes-page .page-header .tab-list .tab.active {
    color: #333;
    border-bottom: 3px solid #4172d3
}

.quotes-page .page-header .search-img {
    width: 22px;
    height: 22px;
    cursor: pointer
}

.quotes-page .page-header .search-box {
    position: absolute;
    right: 100px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quotes-page .page-header .search-box .search-img {
    cursor: auto
}

.quotes-page .page-header .search-box .search-input {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    width: 240px
}

.quotes-page .page-header .search-box .search-input input {
    border: 0;
    padding: 0 5px
}

.quotes-page .page-header .search-box .cancel-btn {
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #0166ed;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400
}

.quotes-page .page-content {
    margin-top: 21px
}

.quotes-page .page-content .quotes-list {
    border-top: 1px solid #eaeaea
}

.quotes-page .page-content .quotes-list td {
    cursor: pointer
}

.quotes-page .page-content .quotes-list .us-flag {
    color: #333;
    background: #ff0
}

.quotes-page .page-content .quotes-list .flag, .quotes-page .page-content .quotes-list .us-flag {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 8px;
    font-weight: 400;
    border-radius: 2px;
    padding: 0 5px;
    margin-right: 13px
}

.quotes-page .page-content .quotes-list .flag {
    color: #fff;
    background: #8d41f9
}

.quotes-page .page-content .quotes-list .num {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.quotes-page .page-content .quotes-list .chg-btn {
    width: 120px;
    height: 40px;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin: 0 auto
}

.quotes-page .page-content .quotes-list .price-box {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400
}

.recharge-list-page {
    padding: 50px 100px 100px 100px
}

.recharge-list-page .card-box {
    margin-bottom: 30px
}

.recharge-list-page .card-box .title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 22px
}

.recharge-list-page .card-box .recharge-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.recharge-list-page .card-box .recharge-list .recharge-cell {
    background: #fff;
    border: 1px solid #ececec;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 28px 48px;
    margin-bottom: 20px;
    cursor: pointer
}

.recharge-list-page .card-box .recharge-list .recharge-cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.recharge-list-page .card-box .recharge-list .recharge-cell .img {
    width: 64px;
    height: 64px;
    margin-right: 20px
}

.recharge-list-page .card-box .recharge-list .recharge-cell .recharge-title {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400
}

.recharge-page {
    padding: 50px 100px 100px 100px
}

.recharge-page .page-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

.recharge-page .input-box {
    width: 480px;
    position: relative;
    margin-bottom: 30px
}

.recharge-page .input-box .input-title {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 24px
}

.recharge-page .input-box .input input {
    width: 480px;
    height: 56px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    font-size: 16px
}

.recharge-page .input-box .recharge-type {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 58px
}

.recharge-page .input-box .address-list .address-cell {
    width: 94px;
    height: 32px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin-right: 32px;
    cursor: pointer
}

.recharge-page .input-box .address-list .address-cell.active {
    border: 1px solid #4172d3;
    color: #4172d3
}

.recharge-page .qrcode-box {
    width: 480px;
    height: 382px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    text-align: center
}

.recharge-page .qrcode-box .qrcode-img {
    width: 192px;
    height: 192px;
    display: block;
    margin: 50px auto 44px auto
}

.recharge-page .qrcode-box .code {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center
}

.recharge-page .qrcode-box .copy-btn {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4172d3;
    letter-spacing: 0;
    text-align: right;
    line-height: 16px;
    font-weight: 400;
    margin-top: 38px;
    cursor: pointer;
    margin-right: 30px
}

.recharge-page .upload-box .title {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 18px
}

.recharge-page .upload-box .upload-list {
    width: 480px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    padding: 21px 12px
}

.recharge-page .upload-box .upload-list .img {
    width: 120px;
    height: 120px
}

.recharge-page .upload-box .upload-list .avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.recharge-page .upload-box .upload-list .avatar-uploader .el-upload:hover {
    border-color: #409eff
}

.recharge-page .upload-box .upload-list .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center
}

.recharge-page .upload-box .upload-list .avatar {
    width: 120px;
    height: 120px;
    display: block
}

.recharge-page .upload-box .upload-list .upload {
    width: 120px;
    height: 120px;
    background: #fff;
    border: 1px solid #d8dce6;
    text-align: center
}

.recharge-page .upload-box .upload-list .upload i {
    font-size: 28px;
    line-height: 120px;
    color: #888
}

.recharge-page .sumbit-btn {
    width: 480px;
    height: 56px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    line-height: 56px;
    margin-top: 50px;
    padding: 0
}

.payment_method-page {
    padding-top: 30px;
    padding-bottom: 100px
}

.payment_method-page .method-type-card {
    margin-bottom: 60px
}

.payment_method-page .method-type-card .card-title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
    width: 480px;
    margin: 0 auto 18px auto
}

.payment_method-page .method-type-card .new-card-content {
    width: 480px;
    height: 94px;
    border: 1px solid #d8dce6;
    border-radius: 6px;
    margin: 0 auto
}

.payment_method-page .method-type-card .new-card-content .new-card-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.payment_method-page .method-type-card .new-card-content .new-card-content-top img {
    width: 40px;
    height: 40px;
    margin-left: 24px
}

.payment_method-page .method-type-card .new-card-content .new-card-content-top .title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    letter-spacing: .5px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 20px
}

.payment_method-page .method-type-card .new-card-content .bank-num {
    text-align: right;
    font-family: PingFangSC-Regular;
    font-size: 17px;
    color: #333;
    letter-spacing: .5px;
    line-height: 18px;
    font-weight: 700;
    margin-right: 20px
}

.payment_method-page .method-type-card .card-content {
    width: 480px;
    height: 94px;
    border: 1px solid #d8dce6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer
}

.payment_method-page .method-type-card .card-content.active {
    border: 1px solid #4172d3
}

.payment_method-page .method-type-card .card-content .img {
    width: 40px;
    height: 40px;
    margin-left: 24px
}

.payment_method-page .method-type-card .card-content .card-content-title {
    font-family: PingFangSC-Regular;
    font-size: 17px;
    color: #333;
    letter-spacing: .5px;
    line-height: 18px;
    font-weight: 400;
    margin-left: 20px
}

.payment_method-page .dialog-style .el-dialog__header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px
}

.payment_method-page .dialog-style .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 26px
}

.payment_method-page .dialog-style .dialog-centent {
    padding: 0 30px
}

.payment_method-page .dialog-style .dialog-centent .content-card {
    margin-bottom: 30px
}

.payment_method-page .dialog-style .dialog-centent .content-card .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.payment_method-page .dialog-style .dialog-centent .content-card .input input {
    width: 480px;
    height: 48px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px
}

.payment_method-page .dialog-style .dialog-centent .content-card .content-btn-box {
    text-align: right;
    margin-top: 20px
}

.payment_method-page .dialog-style .dialog-centent .content-card .content-btn-box .content-sumbit-btn {
    width: 120px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.payment_method-page .dialog-style .dialog-centent .content-tips {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    font-weight: 400
}

.payment_method-page .dialog-style .el-dialog__footer {
    text-align: left
}

.payment_method-page .dialog-style .el-dialog__footer .sumbit-btn {
    margin-left: 30px;
    width: 480px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.safety-center-page .safety-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 800px;
    height: 82px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0 30px;
    cursor: pointer
}

.safety-center-page .safety-card .card-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500
}

.safety-center-page .safety-card .card-btn {
    width: 120px;
    height: 48px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 400
}

.safety-center-page .dialog-style .el-dialog__header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px
}

.safety-center-page .dialog-style .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 26px
}

.safety-center-page .dialog-style .dialog-centent {
    padding: 0 30px
}

.safety-center-page .dialog-style .dialog-centent .content-card {
    margin-bottom: 30px
}

.safety-center-page .dialog-style .dialog-centent .content-card .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.safety-center-page .dialog-style .dialog-centent .content-card .input input {
    width: 480px;
    height: 48px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px
}

.safety-center-page .dialog-style .dialog-centent .content-card .content-btn-box {
    text-align: right;
    margin-top: 20px
}

.safety-center-page .dialog-style .dialog-centent .content-card .content-btn-box .content-sumbit-btn {
    width: 120px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.safety-center-page .dialog-style .dialog-centent .content-tips {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    font-weight: 400
}

.safety-center-page .dialog-style .el-dialog__footer {
    text-align: left
}

.safety-center-page .dialog-style .el-dialog__footer .sumbit-btn {
    margin-left: 30px;
    width: 480px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.user-page {
    padding: 50px 100px 100px 100px
}

.user-page .page-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500
}

.user-page .user-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.user-page .user-content .user-content-left .user-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #d8dce6;
    padding: 9px 66px 9px 20px;
    cursor: pointer
}

.user-page .user-content .user-content-left .user-info-box .user-img {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    margin-right: 10px
}

.user-page .user-content .user-content-left .user-info-box .user-name {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-top: 5px
}

.user-page .user-content .user-content-left .user-info-box .user-id {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: -.35px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 12px
}

.user-page .user-content .user-content-left .user-info-box .user-status-other {
    position: relative;
    margin-left: 7px;
    height: 15px;
    background: #c5c5c5;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #f2f2f7;
    letter-spacing: -.22px;
    text-align: center;
    line-height: 15px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 3px
}

.user-page .user-content .user-content-left .user-info-box .user-status-other img {
    position: absolute;
    left: -8px;
    top: -3px
}

.user-page .user-content .user-content-left .user-info-box .user-status {
    position: relative;
    margin-left: 7px;
    height: 15px;
    background: #4e81e6;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #f2f2f7;
    letter-spacing: -.22px;
    text-align: center;
    line-height: 15px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 3px
}

.user-page .user-content .user-content-left .user-info-box .user-status img {
    position: absolute;
    left: -8px;
    top: -3px
}

.user-page .user-content .user-content-left .user-module-box {
    margin-top: 24px
}

.user-page .user-content .user-content-left .user-module-box .user-module-cell {
    margin-bottom: 10px;
    padding: 14px 25px;
    cursor: pointer;
    border-left: 4px solid transparent;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400
}

.user-page .user-content .user-content-left .user-module-box .user-module-cell.active {
    background: #f3f8fe;
    border-left: 4px solid #4172d3
}

.user-page .user-content .user-content-left .user-module-box .user-module-cell .cell-icon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 22px
}

.user-page .user-content .user-content-right {
    margin-top: 30px;
    margin-left: 30px;
    width: 870px
}

.user-page .user-content .user-content-right .user-info-card {
    padding: 60px 0 123px 0
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    margin-bottom: 39px
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    width: 150px;
    text-align: right;
    display: inline-block
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .img {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    margin: 0 30px
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .modify-avatar-btn {
    width: 160px;
    height: 48px;
    background: #fff;
    border: 1px solid #5495e6;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #5495e6;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    vertical-align: top;
    margin-top: 41px
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .content {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    margin-left: 50px
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .input {
    width: 400px;
    margin-left: 30px
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .input input {
    height: 48px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .modify-name-btn {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #5495e6;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    border: 0;
    margin-left: 20px;
    cursor: pointer
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .no-verified-status {
    border: 1px solid #ececec;
    border-radius: 6px;
    color: #333
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .no-verified-status, .user-page .user-content .user-content-right .user-info-card .user-info-cell .verified-status {
    width: 160px;
    height: 48px;
    background: #fff;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    margin: 0 30px;
    display: inline-block;
    cursor: pointer;
    outline:none;
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .verified-status {
    border: 1px solid #5495e6;
    border-radius: 6px;
    color: #5495e6
}

.user-page .user-content .user-content-right .user-info-card .user-info-cell .verified-btn {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #5495e6;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    width: 60px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.user-page .user-content .user-content-right .poster-box .poster-bg {
    background-image: url(../images/poster_bg.329b30ab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 600px;
    height: 1080px;
    position: relative;
    margin: 60px auto
}

.user-page .user-content .user-content-right .poster-box .poster-bg .qrcode-bg {
    background-image: url(../images/qrcode_bg.fedcafd7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 540px;
    height: 600px;
    position: absolute;
    left: 30px;
    bottom: 40px;
    text-align: center
}

.user-page .user-content .user-content-right .poster-box .poster-bg .qrcode-bg .qrcode-box {
    margin-top: 90px
}

.user-page .user-content .user-content-right .poster-box .poster-bg .qrcode-bg .qrcode-url {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 35px
}

.user-page .user-content .user-content-right .poster-box .poster-bg .qrcode-bg .copy-btn {
    width: 300px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 52px
}

.user-page .user-content .user-content-right .payment-method-box {
    margin: 0 auto
}

.verified-page {
    padding: 50px 100px 100px 100px
}

.verified-page .page-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500
}

.verified-page .verified-list .verified-card {
    width: 480px;
    height: 120px;
    border: 1px solid #ececec;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
    cursor: pointer
}

.verified-page .verified-list .verified-card .title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-left: 20px
}

.verified-page .verified-list .verified-card .img {
    width: 170px;
    height: 108px;
    margin-bottom: -11px
}

.verified-page .tips {
    width: 480px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 32px
}

.verified-page .dialog-style .el-dialog__header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px
}

.verified-page .dialog-style .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 26px
}

.verified-page .dialog-style .dialog-centent {
    padding: 0 30px
}

.verified-page .dialog-style .dialog-centent .content-card {
    margin-bottom: 30px
}

.verified-page .dialog-style .dialog-centent .content-card .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.verified-page .dialog-style .dialog-centent .content-card .input input {
    width: 480px;
    height: 48px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px
}

.verified-page .dialog-style .dialog-centent .card-upload-box {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    width: 400px;
    height: 196px;
    text-align: center;
    margin: 30px auto 0 auto;
    cursor: pointer
}

.verified-page .dialog-style .dialog-centent .card-upload-box img {
    width: 256px;
    height: 150px;
    margin-top: 20px
}

.verified-page .dialog-style .dialog-centent .card-upload-box .placeholder-img {
    position: relative
}

.verified-page .dialog-style .dialog-centent .card-upload-box .placeholder-img .upload-tips {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #5495e6;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px
}

.verified-page .dialog-style .el-dialog__footer {
    text-align: left
}

.verified-page .dialog-style .el-dialog__footer .sumbit-btn {
    margin-left: 30px;
    width: 480px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.withdraw-page {
    padding: 50px 100px 100px 100px
}

.withdraw-page .page-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

.withdraw-page .bank-box .add-bank-card {
    width: 480px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px 0;
    cursor: pointer
}

.withdraw-page .bank-box .add-bank-card img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    margin-left: 16px
}

.withdraw-page .bank-box .add-bank-card .title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500
}

.withdraw-page .bank-box .bank-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    padding: 14px 0;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.withdraw-page .bank-box .bank-card .bank-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 16px;
    margin-top: -32px
}

.withdraw-page .bank-box .bank-card .bank-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.withdraw-page .bank-box .bank-card .bank-info .bank-name {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    font-weight: 500
}

.withdraw-page .bank-box .bank-card .bank-info .bank-type {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400
}

.withdraw-page .bank-box .bank-card .bank-info .bank-num {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    margin-top: 20px
}

.withdraw-page .bank-box .bank-card .arrow-img {
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.withdraw-page .money-box {
    margin-top: 30px
}

.withdraw-page .money-box .money-box-title {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600
}

.withdraw-page .money-box .money-input {
    position: relative;
    margin-top: 24px
}

.withdraw-page .money-box .money-input input {
    width: 480px;
    height: 56px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    padding-left: 50px
}

.withdraw-page .money-box .money-input .password-input input {
    padding-left: 10px
}

.withdraw-page .money-box .money-input .symbol {
    position: absolute;
    top: 18px;
    left: 20px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500
}

.withdraw-page .money-box .tips {
    font-size: 16px;
    color: #979797;
    line-height: 16px
}

.withdraw-page .money-box .find-btn, .withdraw-page .money-box .tips {
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px
}

.withdraw-page .money-box .find-btn {
    width: 480px;
    font-size: 14px;
    color: #0166ed;
    text-align: right;
    line-height: 14px;
    cursor: pointer
}

.withdraw-page .page-btn {
    width: 480px;
    height: 45px;
    background: #4172d3;
    border-radius: 2px;
    font-size: 18px;
    color: #f2f2f7;
    text-align: center;
    margin-top: 50px
}

.withdraw-page .page-btn, .withdraw-page .page-tips {
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    font-weight: 400
}

.withdraw-page .page-tips {
    width: 465px;
    font-size: 14px;
    color: #979797;
    margin-top: 20px
}

.withdraw-page .bank-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    padding: 14px 0;
    cursor: pointer;
    margin-bottom: 16px
}

.withdraw-page .bank-cell .bank-cell-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 16px
}

.withdraw-page .bank-cell .bank-cell-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.withdraw-page .bank-cell .bank-cell-info .bank-cell-name {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 5px
}

.withdraw-page .bank-cell .bank-cell-info .bank-cell-num {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    margin-top: 20px
}

.funds-detail-page {
    padding: 50px 100px 100px 100px
}

.funds-detail-page .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea
}

.funds-detail-page .tabs-list .tab {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #979797;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    margin-right: 48px;
    padding-bottom: 8px;
    cursor: pointer
}

.funds-detail-page .tabs-list .tab.active {
    color: #333;
    font-weight: 500;
    border-bottom: 3px solid #4172d3
}

.funds-detail-page .el-table__header thead tr th .cell {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.funds-detail-page .withdraw-style {
    border: 1px solid #4172d3;
    border-radius: 4px;
    color: #4172d3
}

.funds-detail-page .give-away-style, .funds-detail-page .withdraw-style {
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 400
}

.funds-detail-page .give-away-style {
    border: 1px solid #fd8f2d;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    color: #fd8f2d
}

.funds-detail-page .money-style {
    color: #4172d3;
    line-height: 16px
}

.funds-detail-page .money-style, .funds-detail-page .table-other-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400
}

.funds-detail-page .table-other-style {
    color: #333;
    line-height: 18px;
    padding: 10px 0
}

.funds-detail-page .table-other-style.complete-style {
    color: #4172d3 !important
}

.funds-detail-page .table-other-style.fail-style {
    color: #f13e3a !important
}

.funds-detail-page .table-other-style.processing-style {
    color: #fd8f2d !important
}

.funds-detail-page .fail-box {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #f13e3a;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400
}

.quotes-detail-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px
}

.quotes-detail-page .rise-color {
    color: #d45a71
}

.quotes-detail-page .level-color {
    color: #5298f5
}

.quotes-detail-page .fall-color {
    color: #5ad463
}

.quotes-detail-page .chg-rise-color {
    color: #fff;
    background: #d45a71
}

.quotes-detail-page .chg-level-color {
    color: #fff;
    background: #5298f5
}

.quotes-detail-page .chg-fall-color {
    color: #fff;
    background: #5ad463
}

.quotes-detail-page .quotes-list {
    width: 386px;
    height: 982px;
    background: #fff;
    border: 1px solid #d8dce6
}

.quotes-detail-page .quotes-list .search-box {
    border-bottom: 1px solid #eaeaea;
    position: relative
}

.quotes-detail-page .quotes-list .search-box .search-img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1
}

.quotes-detail-page .quotes-list .search-box .search-input input {
    border-radius: 0;
    border: 0;
    padding-left: 40px
}

.quotes-detail-page .quotes-list .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 0 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 7px
}

.quotes-detail-page .quotes-list .tab-list .tab {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #979797;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    cursor: pointer
}

.quotes-detail-page .quotes-list .tab-list .tab.active {
    color: #333;
    font-weight: 500;
    border-bottom: 3px solid #4172d3
}

.quotes-detail-page .quotes-list .table-list {
    border-top: 1px solid #eaeaea
}

.quotes-detail-page .quotes-list .table-list td {
    cursor: pointer
}

.quotes-detail-page .quotes-list .table-list .el-table__header thead tr th .cell {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.quotes-detail-page .quotes-list .table-list .currency-name-style {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    line-height: 12px;
    font-weight: 500;
    margin-bottom: 6px
}

.quotes-detail-page .quotes-list .table-list .us-flag {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    line-height: 8px;
    font-weight: 400;
    background: #ff0;
    border-radius: 2px;
    padding: 0 5px;
    margin-right: 13px
}

.quotes-detail-page .quotes-list .table-list .symbol-style {
    width: 16px;
    height: 12px;
    background: #fc9a71;
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
    line-height: 8px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    margin-right: 6px
}

.quotes-detail-page .quotes-list .table-list .code-num {
    color: #979797
}

.quotes-detail-page .quotes-list .table-list .code-num, .quotes-detail-page .quotes-list .table-list .table-price-style {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    font-weight: 400
}

.quotes-detail-page .quotes-list .table-list .fall-chg-style, .quotes-detail-page .quotes-list .table-list .table-chg-style {
    width: 64px;
    height: 24px;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.quotes-detail-page .quotes-list .table-list .fall-chg-style {
    color: #f2f2f7;
    background: #2dd567
}

.quotes-detail-page .quotes-detail {
    background: #fff;
    border: 1px solid #d8dce6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    position: relative
}

.quotes-detail-page .quotes-detail .quotes-detail-header {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea
}

.quotes-detail-page .quotes-detail .quotes-detail-header .title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 600
}

.quotes-detail-page .quotes-detail .quotes-detail-header .switch-img {
    width: 28px;
    height: 25px;
    margin-top: 3px
}

.quotes-detail-page .quotes-detail .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea
}

.quotes-detail-page .quotes-detail .price-list .fisrt-price-box {
    margin-right: 84px
}

.quotes-detail-page .quotes-detail .price-list .fisrt-price-box .cur-price {
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    letter-spacing: -.42px;
    line-height: 30px;
    font-weight: 600
}

.quotes-detail-page .quotes-detail .price-list .fisrt-price-box .price-status span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin-right: 15px
}

.quotes-detail-page .quotes-detail .price-list .other-time-price {
    margin-right: 56px;
    text-align: center
}

.quotes-detail-page .quotes-detail .price-list .other-time-price .title {
    color: #979797;
    margin-bottom: 10px
}

.quotes-detail-page .quotes-detail .price-list .other-time-price .money, .quotes-detail-page .quotes-detail .price-list .other-time-price .title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.quotes-detail-page .quotes-detail .price-list .other-time-price .money.other-money-style {
    color: #333
}

.quotes-detail-page .quotes-detail .time-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 0 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 7px
}

.quotes-detail-page .quotes-detail .time-tab-list .time-tab {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    margin-right: 25px;
    cursor: pointer
}

.quotes-detail-page .quotes-detail .time-tab-list .time-tab.active {
    color: #4172d3;
    font-weight: 500;
    border-bottom: 3px solid #4172d3
}

.quotes-detail-page .quotes-detail .point-data-box {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 35px;
    font-weight: 400;
    padding: 0 11px;
    height: 35px;
    border-bottom: 1px solid #eaeaea
}

.quotes-detail-page .quotes-detail .point-data-box .ma5-style {
    color: #d0b889;
    margin-right: 20px
}

.quotes-detail-page .quotes-detail .point-data-box .ma10-style {
    color: #6cb4aa;
    margin-right: 20px
}

.quotes-detail-page .quotes-detail .point-data-box .ma30-style {
    color: #a894cb;
    margin-right: 20px
}

.quotes-detail-page .quotes-detail .point-data-box .time {
    color: #d0b889
}

.quotes-detail-page .quotes-detail .point-data-box .price {
    color: #6cb4aa;
    margin: 0 20px
}

.quotes-detail-page .quotes-detail .point-data-box .other {
    color: #a894cb;
    margin-right: 20px
}

.quotes-detail-page .quotes-detail .k-line-box {
    height: 620px;
    width: 70vw;
    position: relative;
    background: #2b2c33
}

.quotes-detail-page .quotes-detail .opt-card {
    height: 86px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.quotes-detail-page .quotes-detail .opt-card .card-left {
    margin: 0 6.25rem;
    cursor: pointer
}

.quotes-detail-page .quotes-detail .opt-card .card-left img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px
}

.quotes-detail-page .quotes-detail .opt-card .card-left .name {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4171d3;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 400
}

.quotes-detail-page .quotes-detail .opt-card .card-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quotes-detail-page .quotes-detail .opt-card .card-right .buy-up-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXMAAAA4CAYAAAAPUhiJAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABc6ADAAQAAAABAAAAOAAAAAAKya9cAAAHYElEQVR4Ae3dT2wUVRzA8feb7RYKO8uBABFCwsUUUEyUeBGUNYGDHDQeeoPEgyGCfyBi8A8mQBQPiFG5kDQxIcFwaUiQGDANf6bQkmj8ExUlSkJMEMQKRliwpmX7/L1ttrR2dzu7Ozsr7Xcvu515v/d782ny6/TNzFsxEb9sW1vi797eh3Jm4FFjvIXG2IXW2PlijG+s8a0xzRGnpDsEEEBgUguImENaY2t/2XXrktnzZ1ebQbNGi/UqLdozau+VHhBAAAEExhUQudWclMU1FXM9C2/J9l7epGffm601M8dNSgMEEEAAgUgFRGRLuqvn3aqKuZtKyf5x+Rlj7Q4t4vMiHRmdIYAAAgiEEtBC/oPfet+D0t4+UHExv75i2RNizW6dB18cKhuNEEAAAQQiF9DibY3nPZYOurtd517YDNZaubFi2U49Gz9CIQ+rRjsEEECgTgJi9hUKucsQ6szcZjKp7ODAx1rEn6rTsOgWAQQQQCC8wJ/iNbemg+BqIaSp8KHUe18msyBr+w/rXSpLSrVhOwIIIIBAfALiyasjC7nLXPbM3BXygcH+z7WQz45vmGRCAAEEECgloEX7jN/Vs1wvfmppvvMqOWfuplYGhs7IKeR3vPiEAAIINExAC3jOS3gb/lvI3YCKFnN3sTM/R26ZWmnYb43ECCCAwBgB+TB1svvbMZt1Q9Fins0sf5uLncW42IYAAgg0RkAf2b/kS9O2UtnHFHN3H7memb9RKoDtCCCAAALxC4hnNkoQ3CyVeVQxd092ugeCSjVmOwIIIIBAAwREPvNPnjlYLvOoWxPdI/o8EFSOi30IIIBAvAJ6sfMfXUjr+fGyDp+Zu0Wz3For4wWwHwEEEEAgPgEt5junHuu+MF7G4WLuVj9k0azxuNiPAAIIxCcgRn5OzbpnV5iM+WLu1iN3y9iGCaANAggggEA8Avl7yjs6+sNkyxdz98USrEcehos2CCCAQEwCIgdSJ08fD5ttaJolJ2vDBtAOAQQQQKDOAmKuJyRZ0WyJ525HtGJX1nlodI8AAgggEFLAE29rKgiuhGyeb+b1XbuylO/srISMtggggEAdBUS+SmVW7q00Q9PtXG55pUG0RwABBBCIXkBXRBxMiHlOtm8frLR3nTOXRZUG0R4BBBBAIHoBa2Tv9KDny2p6dk+AtlYTSAwCCCCAQHQCupDW736yZWu1PXr6+P78aoOJQwABBBCIRsCz3sty7Nj1anvzdI7GrzaYOAQQQACB2gW0Dp9Ineo+UEtPnt7JQjGvRZBYBBBAoAYBLeT9JiEbaugiHzr00FCtvRCPAAIIIFCVgH6R5670yZ6fqgoeEeTpVzpnR/zMRwQQQACB2ATkQnrOvHeiSKcXQCnmUUDSBwIIIFCxgJgXpKOjr+K4IgF6AVQuFtnOJgQQQACBOgpo7T04o6vnaFQp3Jx5zXM1UQ2GfhBAAIFJISBys8lLboryWLWY23NRdkhfCCCAAALlBcTYbdOC4NfyrSrb6yVM8nRlIbRGAAEEEKhWQKdXvvOleU+18aXivGmzZ3+td7RU/dRRqY7ZjgACCCAwWkDvKbemKbFeguD26D21/+TpldScWDlWe1f0gAACCCBQVkDko/SJU2fKtqly59BDQwm7v8p4whBAAAEEQgiIyFXTNPW1EE2rapIv5v699x/RFbuuVdUDQQgggAACIQRkS/r48brV2Xwxl/b2AV3X/L0Qo6EJAggggECFAnpW3u0Hp/dVGFZR86FpFg3xZ8/9QM/OL1UUTWMEEEAAgbICWshviyTX67s+cF+/13Axzz9SKrKtfqnoGQEEEJiUAu/7QXC23kc+XMxdIn/W3H16D+SP9U5K/wgggMDkEJCL/pTpO+I41lHF3N2maMW8EkdiciCAAAITXUA87yXp7LwVx3GOKuYuoVv4Red2IlmSMY4DIAcCCCDwfxTQa5CfpoPTh+Ia25hi7hL7QfebOt3ySVyDIA8CCCAwkQT0Sc++pDS/GOcxFS3m7qqr7yXX6F+W7+McDLkQQACBCSEg8lZLEPwS57EULeZuALp2wE39y/Kk/oXpjXNA5EIAAQTuZgE9CT7nt963O+5j0Fpd/tWXySwYsP2HrTVLyrdkLwIIIICA53mP61R1ELdEyTPzwkDcvwq6XOMjzKEXRHhHAAEEigvoWfn+RhRyN5pxi7lr5KZc/K7up7nLxWnwQgABBIoIiPwlU1INu7U7VDF3w3YXRdNdPVv1w2oeLCryi2QTAghMagH9QuXX/c7Ohl1jDF3MC78ldx+6P2fuA+LJs/ovBWu5FGB4RwCBySzwRSqzqr2RAONeAC03ONvW1pLtvaxfSmo36wXSmeXasg8BBBCYiAI6a5FL2MTD00+d+qaRx1dTMS8M3K5bl8yeP7va5GStFbtSvxhpRmEf7wgggMBEFtDplT1+15mNjT7GSIr5yIPQs/VE37UrS2/ncst1pn2R7mu1xs7XRL4WeV/XgGwe2Z7PCCCAwN0qoNcPf/OnpxfK0aM3Gn0M/wIJk383I7Z/swAAAABJRU5ErkJggg==)
}

.quotes-detail-page .quotes-detail .opt-card .card-right .buy-down-btn, .quotes-detail-page .quotes-detail .opt-card .card-right .buy-up-btn {
    background-repeat: no-repeat;
    width: 300px;
    height: 56px;
    line-height: 56px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    background-size: 100% 100%;
    cursor: pointer
}

.quotes-detail-page .quotes-detail .opt-card .card-right .buy-down-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXMAAAA4CAYAAAAPUhiJAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABc6ADAAQAAAABAAAAOAAAAAAKya9cAAAG1klEQVR4Ae3df4gUZRjA8ed11xJDpJSjO6MykrQoIUXhbs+ODEOpRPAOgiOkIAqCiiQiJUtKhDrxj+gP/xLyr707S4ST0FBQC6GEkryzhAS5C7SzH3fn2e7Ovj1zuuzedne7szuzO+1+D2Rnb368z/sZeXx8Z+YdI9X6ibdHRH77UcQ+XK0QaBcBBBAIUCAhRkbE6h8jl0XMgC4PSCRyUpyGs9LR7fjZtvHzYJ6OFW99VST9mad92BgBBBCoCQHzl3bjqBhzQBYv65OV+5Lldqs6yfzQc/MkMXxR/5VqKLcD7I8AAgj8rwWMDGv8XWKb9mq1Pl5qX2aVumNZ+yWubSORlyXIzgggUCsCVhZoPtwlMvSLxFtekokhaO+dq3xl3vvkfeIkBnSsfI73cNkDAQQQqHUBc16M3Srtp4946WnlK/N0YjeJ3MspYlsEEKgvAb0pxEqfdLd8JNYWXXAXvaEvmD2x1RrctxpoZdv1JXgOggACCFRYwMghsbM7pePEaKGWK1uZW9lDIi90SliPAAII3BKwslEk9Y180XZ/IZPKJfOelg6typsLBcR6BBBAAIFcAfuopJJnCiX0ygx39K2/XUZH+nWsfHFuiCwjgAACCBQrYM6JRJunG3KpTGU+Nvo6ibzYE8Z2CCCAwFQCWqGb5IHpLooGX5kfblso46mLmsznTxUev0MAAQQQ8CBg9J709tPb8vcIvjK/kfqARJ7PzncEEECgRAEr7+pti+vz9w62Mu9pWyo2dU7/WxDNb5jvCCCAAAKlCuiDRdL4WO5kXcFW5unUJyTyUk8W+yGAAALTCbizzQ5tyV0bXGXe3bpWbPpYbmMsI4AAAgj4JjAo0rQkMzlXMJW5fX+WVuRdvoXMgRBAAAEE8gUWiRl6I/PLYJJ5z9cv6kXP5ZlG+EQAAQQQCETgLfnu5dnukf1P5l+tu0MT+c5AwuagCCCAAAJZAXf63F/7N7i/8D+Z/339HR1iacy2xhICCCCAQGAC1na6x/b3Amhv2z2STl7QybTmBhY4B0YAAQQQyBFwX0HXuMDf+7+dlL4tg0Seo8wiAgggELCAPl0fufJ4xLdW4rEV+naMT/V4/lb7vgXIgRBAAIEaFbB2wMcxc8tc5TX694RuIYBAyAWMXeZPMo/HNmlX14S8u4SHAAII1KrAQ+UPs7j3OP5x5UsVuqtWlegXAgggEHIBW35lfqn/Ne3kgyHvKOEhgAACtStgZF55FyvjT2s1PubOVX5n7SrRMwQQQCD0AokyK/Ox90jkoT/JBIgAAnUgUHpl3rNmiaSdn9RoYl6AOrCiiwgggEA4BYwMl16ZW+dj7RWJPJynlqgQQKCeBKyMlJbM461P6CP7G+vJir4igAACoRUwctl7MrdWh2aYqzy0J5XAEECgDgXMgPe5WXpjL6jUijrUossIIIBAOAWsDHi7AHr42bkyfu1n7c2icPaIqBBAAIE6FIhEV3kbZhn/c6sykcjr8O8KXUYAgbAK6BS4TsPZ4pN5b6u+cMK+HdbuEBcCCCBQpwJH9aXOTvHJPG0/1GSur4TjBwEEEEAgNALGHHBjKS6ZH4wt11fBbQlN8ASCAAIIIOC+PWJYFi/rcymKS+aOdBW9LcAIIIAAApUS6JKV+5JuY4WTeXfsGa3K11YqMtpBAAEEEChKYFBs097MljMn8+Nteh+6dR/b5wcBBBBAIFwCO/TC53gmpJkfGrqafEU3XJrZmE8EEEAAgTAImPMijftzI5n+oaH4U/NFbrhzlS/M3YFlBBBAAIEqCxjZIO2nj+RGMf0wi/lnO4k8l4plBBBAIAQCRnblJ3I3qqkr897YA+LYfl1/WwhCJwQEEEAAAVfAyCHZfGqTGGPzQaYeM0/Lbt2QRJ6vxXcEEECgagLmnNho51SJ3A3pv5V5b2uLOOlTVYuXhhFAAAEEJgsYuSLR2atl04lLk1dkv00eM3fnKnfsnuxqlhBAAAEEqiugFXmBRO7GNzmZd7c+rxc9V1U3cFpHAAEEEJgQcMfIJdo8U0WekcoOsxxvmyNXUxc0md+bWcknAggggECVBNy7Vjaf2j7dGHl+VNkLoL8n39SVJPJ8Ib4jgAACFRXQB4KM3Xrz9sNsvV0ohJtbHlzXIM7YRX1J87xCO7AeAQQQQCAQgUE96g6Rpv3u/OReW7hZmTvXd5LIvdKxPQIIIOCDgDuNrejMtO6kWTlzrXg9spGelkckbX7QsfKI153ZHgEEEECgFAF91ZvYY2JmfT4xH/mtaWxLOVJmn6gmcp2rnESeAeETAQQQ8EkgoU/yjOiox4h+XtZjXhBr9Ml6o8/x3P19dijlpC/N/QtD/mkqPK2gcwAAAABJRU5ErkJggg==)
}

.quotes-detail-page .quotes-detail .opt-card .card-center .time {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.quotes-detail-page .quotes-detail .opt-card .card-center .time span {
    margin-right: 17px
}

.quotes-detail-page .quotes-detail .opt-card .card-center .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.quotes-detail-page .quotes-detail .opt-card .position-btn {
    width: 371px;
    height: 56px;
    line-height: 56px;
    background: #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-left: 50px;
    cursor: pointer
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-content-title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 12px
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list .settlement-time-card {
    width: 146px;
    height: 99px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 6px;
    cursor: pointer
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list .settlement-time-card.active {
    border: 1px solid #4172d3
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list .settlement-time-card .title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 7px
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list .settlement-time-card .time {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #4172d3;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    margin: 7px 0
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list .settlement-time-card .time .second {
    font-size: 16px;
    color: #4172d3;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px
}

.quotes-detail-page .dialog-style .dialog-centent .settlement-time-list .settlement-time-card .income {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #f13e3a;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.quotes-detail-page .dialog-style .dialog-centent .buy-money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.quotes-detail-page .dialog-style .dialog-centent .buy-money-list .buy-money-card {
    width: 85px;
    height: 36px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    line-height: 36px;
    cursor: pointer
}

.quotes-detail-page .dialog-style .dialog-centent .buy-money-list .buy-money-card.active {
    border: 1px solid #4172d3;
    color: #4172d3
}

.quotes-detail-page .dialog-style .dialog-centent .money-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0
}

.quotes-detail-page .dialog-style .dialog-centent .money-input-box .input {
    width: 263px;
    margin-left: 8px
}

.quotes-detail-page .dialog-style .dialog-centent .money-input-box .input input {
    width: 263px;
    height: 36px;
    background: #fff;
    border: 1px solid #4172d3;
    border-radius: 4px
}

.quotes-detail-page .dialog-style .dialog-centent .money-input-box .sumbit-money-btn {
    width: 70px;
    height: 36px;
    background: #4172d3;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: 0 10px;
    padding: 0
}

.quotes-detail-page .dialog-style .dialog-centent .money-input-box .cancel-money-btn {
    width: 70px;
    height: 36px;
    background: transparent;
    border: 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4172d3;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-left: 0;
    padding: 0
}

.quotes-detail-page .dialog-style .dialog-centent .tips {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box {
    border-top: 1px solid #f5f5f5;
    margin-bottom: 50px
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-header {
    border-bottom: 1px solid #f5f5f5
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-header div {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    padding-top: 25px;
    display: inline-block;
    width: 24%
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-body {
    margin-top: 10px
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-body div {
    display: inline-block;
    width: 24%
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-body .dialog-goods-name {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-body .dialog-price-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400
}

.quotes-detail-page .dialog-style .dialog-centent .dialog-table-box .goods-table-body .dialog-money-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4172d3;
    letter-spacing: 0;
    font-weight: 400
}

.quotes-detail-page .countdown-box {
    text-align: center;
    margin-bottom: 80px
}

.quotes-detail-page .countdown-box .countdown {
    position: relative;
    display: inline-block
}

.quotes-detail-page .countdown-box .ring-container {
    width: 180px;
    height: 180px
}

.quotes-detail-page .countdown-box .ring-container .ring {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quotes-detail-page .countdown-box .countdown-content {
    width: 178px;
    height: 178px;
    background: rgba(65, 114, 211, .15);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px
}

.quotes-detail-page .countdown-box .countdown-content .time {
    font-family: PingFangSC-Regular;
    font-size: 48px;
    color: #979797;
    letter-spacing: 1.6px;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 24px
}

.quotes-detail-page .countdown-box .countdown-content .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: .53px;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 6px
}

.quotes-detail-page .countdown-box .countdown-content .price {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-weight: 400
}

.quotes-detail-page .back-btn {
    margin-left: 30px;
    width: 480px;
    height: 45px;
    border: 1px solid #4172d3;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #4172d3;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.position-page {
    padding: 50px 100px 100px 100px
}

.position-page .rise-color {
    color: #d45a71
}

.position-page .level-color {
    color: #5298f5
}

.position-page .fall-color {
    color: #5ad463
}

.position-page .page-title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.position-page .page-card {
    background: #fff;
    border: 1px solid #d8dce6;
    margin-right: 20px
}

.position-page .page-card .page-card-header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.position-page .page-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.position-page .page-top .page-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.position-page .page-top .page-card .last-term {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    padding: 15px 20px
}

.position-page .page-top .page-card .last-term .data {
    font-size: 16px
}

.position-page .page-top .page-card .countdown-box {
    text-align: center
}

.position-page .page-top .page-card .countdown-box .countdown {
    display: inline-block;
    position: relative
}

.position-page .page-top .page-card .countdown-box .countdown .el-progress-circle__track {
    stroke: transparent
}

.position-page .page-top .page-card .countdown-box .countdown .ring-container {
    width: 180px;
    height: 180px
}

.position-page .page-top .page-card .countdown-box .countdown .ring-container .ring {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.position-page .page-top .page-card .countdown-box .countdown .countdown-content {
    width: 178px;
    height: 178px;
    background: rgba(65, 114, 211, .15);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px
}

.position-page .page-top .page-card .countdown-box .countdown .countdown-content .time {
    font-family: PingFangSC-Regular;
    font-size: 33px;
    color: #979797;
    letter-spacing: 1.6px;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 14px
}

.position-page .page-top .page-card .countdown-box .countdown .countdown-content .time.active {
    color: red
}

.position-page .page-top .page-card .countdown-box .countdown .countdown-content .period {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400
}

.position-page .page-top .page-card .countdown-box .countdown .countdown-content .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: .53px;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 6px
}

.position-page .page-top .page-card .countdown-box .countdown .countdown-content .price {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-weight: 400
}

.position-page .page-top .page-card .countdown-box .countdown-tips {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400
}

.position-page .page-top .page-card .page-card-title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    margin: 12px 20px
}

.position-page .page-top .page-card .buy-money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 10px
}

.position-page .page-top .page-card .buy-money-list .buy-money-card {
    width: 85px;
    height: 36px;
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    line-height: 36px;
    cursor: pointer
}

.position-page .page-top .page-card .buy-money-list .buy-money-card.active {
    border: 1px solid #4172d3;
    color: #4172d3
}

.position-page .page-top .page-card .money-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0
}

.position-page .page-top .page-card .money-input-box .input {
    width: 263px;
    margin-left: 20px
}

.position-page .page-top .page-card .money-input-box .input input {
    width: 263px;
    height: 36px;
    background: #fff;
    border: 1px solid #4172d3;
    border-radius: 4px
}

.position-page .page-top .page-card .money-input-box .sumbit-money-btn {
    width: 70px;
    height: 36px;
    background: #4172d3;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: 0 10px;
    padding: 0
}

.position-page .page-top .page-card .money-input-box .cancel-money-btn {
    width: 70px;
    height: 36px;
    background: transparent;
    border: 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4172d3;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-left: 0;
    padding: 0
}

.position-page .page-top .page-card .tips {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5
}

.position-page .page-top .page-card .btn-box, .position-page .page-top .page-card .tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.position-page .page-top .page-card .btn-box {
    padding: 0 10px;
    margin-bottom: 34px
}

.position-page .page-top .page-card .btn-box .rise-btn {
    background: #f13e3a
}

.position-page .page-top .page-card .btn-box .fall-btn, .position-page .page-top .page-card .btn-box .rise-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 42px;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #f2f2f7;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    margin: 0 10px
}

.position-page .page-top .page-card .btn-box .fall-btn {
    background: #00aa3b
}

.position-page .page-top .page-card .record-list {
    padding: 0 20px
}

.position-page .page-top .page-card .record-list .record-table .el-table__header thead tr th .cell {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.position-page .page-top .page-card .record-list .record-table .record-goods-name {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .page-top .page-card .record-list .record-table .record-price-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .page-top .page-card .record-list .record-table .record-money-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4172d3;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .page-top .page-card .period-list {
    padding: 0 20px
}

.position-page .page-top .page-card .period-list .period-table .el-table__header thead tr th .cell {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400
}

.position-page .page-top .page-card .period-list .period-table .period-name-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .page-top .page-card .period-list .period-table .period-default-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #979797;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .page-top .page-card .period-list .period-table .period-red-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #f13e3a;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .page-top .page-card .period-list .period-table .period-green-style {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #00aa3b;
    letter-spacing: 0;
    font-weight: 400
}

.position-page .dialog-style .dialog-content {
    margin-top: 50px
}

.position-page .dialog-style .dialog-content .direction, .position-page .dialog-style .dialog-content .money {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400
}

.position-page .dialog-style .dialog-content .direction .rise-style {
    font-size: 18px;
    color: #f13e3a;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400
}

.position-page .dialog-style .dialog-content .direction .fall-style {
    font-size: 18px;
    color: #00aa3b;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400
}

.position-page .dialog-style .el-dialog__footer {
    text-align: center;
    margin-top: 50px
}

.position-page .dialog-style .dialog-footer {
    text-align: center
}

.position-page .dialog-style .dialog-footer .cancel-btn {
    border: 1px solid #4172d3;
    border-radius: 2px;
    color: #4172d3
}

.position-page .dialog-style .dialog-footer .cancel-btn, .position-page .dialog-style .dialog-footer .confirm-btn {
    width: 200px;
    height: 45px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.position-page .dialog-style .dialog-footer .confirm-btn {
    background: #4172d3;
    border-radius: 2px;
    color: #f2f2f7
}

.notice-detail {
    padding: 0 100px
}

.lang-select {
    padding-left: 5px;
}