body {
    font-size: 14px;
}

a {
    text-decoration: none;
    transition: none;
}

header .header {
    width: auto;
}

.side_nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #2E323E;
    width: 240px;
    padding-top: 101px;
    overflow: auto;
}

.nav_item {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
    color: #E0E0E0;
    cursor: pointer;
    user-select: none;
}

.nav_item.active {
    color: #E0E0E0;
    background-color: #16181E;
}

.sub_nav_item {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    padding-left: 52px;
    color: #E0E0E0;
    background-color: #222631;
}

.sub_nav_item.active {
    color: #fff;
    background-color: #0284FF;
}

.main_wrap {
    /*position: relative;*/
    margin-left: 240px;
    width: auto;
    background-color: #F5F5F5;
    padding-top: 105px;
}

.main_wrap .main {
    padding-top: 18px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
}

.api_box {
    position: relative;
    width: 100%;
    margin-top: 18px;
    background-color: #fff;
}

.api_info {
    background: #FFFFFF;
    box-shadow: 0 2px 8px 2px rgb(218 218 218 / 50%);
    border-radius: 3px;
}

.api_table {
    padding: 14px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 2px rgb(218 218 218 / 50%);
}

.api_box .a_head {
    height: 50px;
    background-color: #F6F9FC;
    padding: 0 30px 0 30px;
}

.api_box .a_info {
    position: relative;
    margin-top: 14px;
    padding: 0px 30px 30px;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.api_box .a_head .a_tab {
    display: inline-block;
    margin-right: 36px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
}

.api_box .a_token_label {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #202020;
}

.api_box .a_token,.show_token {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.api_box .a_token_text,.show_token .a_token_text {
    vertical-align: baseline;
    margin: 0 10px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.api_box .a_reset_btn,.a_copy_btn {
    display: inline-block;
    min-width: 90px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    background-color: #FFF;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #0384FE;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #0384FE;
}

.api_box .a_bind_btn {
    display: inline-block;
    min-width: 90px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    background-color: #0284FF;
    color: #fff;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
}

.api_box .api_table_head {
    display: inline-block;
    text-align: center;
    border: 1px solid #0284FF;
    border-radius: 2px;
    margin-bottom: 16px;
}

.api_box .api_table_tab {
    display: inline-block;
    min-width: 135px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #0284FF;
    cursor: pointer;
    padding: 0 14px;
}

.api_box .api_table_tab.api_table_tab_curr {
    background-color: #0284FF;
    color: #fff;
}
/*home*/
.user_info {
    margin-top: 12px;
    display: flex;
    justify-content: space-around;
}

.user_info .info_item.balance {
    background-image: linear-gradient(212deg, #FC856D 7%, #EC7183 89%);
    box-shadow: 0 3px 12px 1px rgb(138 138 138 / 50%);
    border-radius: 2px;
}

.user_info .info_item.my_api {
    background-image: linear-gradient(218deg, #AE78F4 5%, #894EC4 90%);
    box-shadow: 0 3px 12px 1px rgb(138 138 138 / 50%);
    border-radius: 2px;
}

.user_info .info_item.my_order {
    background-image: linear-gradient(218deg, #58C3EB 4%, #348EFF 88%);
    box-shadow: 0 3px 12px 1px rgb(138 138 138 / 50%);
    border-radius: 2px;
}

.user_info .info_item:not(:last-child) {
    margin-right: 30px;
}

.user_info .info_item {
    flex: 1;
    position: relative;
    padding-bottom: 15%;
    width: calc(33.33% - 20px);
}

.user_info .info_item .info_title {
    position: absolute;
    left: 8%;
    top: 10%;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
}

.user_info .info_item .info_desc {
    position: absolute;
    left: 8%;
    top: 30%;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
}

.user_info .info_item .info_btn {
    background: #FFFFFF;
    border-radius: 2px;
    width: 90px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FE9D52;
    position: absolute;
    left: 8%;
    bottom: 20%;
    cursor: pointer;
}

.user_info .info_item .info_icon {
    position: absolute;
    bottom: 17.4%;
    right: 10%;
    font-size: 84px;
    color: rgba(255, 255, 255, 0.4);
}

.info_more {
    display: flex;
}

.info_box {
    position: relative;
    height: 220px;
    margin-top: 24px;
    padding: 16px 30px 30px;
    box-shadow: 0 2px 8px 2px rgb(218 218 218 / 50%);
    border-radius: 2px;
    min-width: 346px;
    background-color: #fff;
}

.info_box .info_title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #202020;
    line-height: 25px;
    margin-bottom: 10px;
}

.info_box .info_line {
    height: 1px;
    background-color: #E0E0E0;
}

.info_box {
    position: relative;
    height: 220px;
    margin-top: 24px;
    padding: 16px 30px 30px;
    box-shadow: 0 2px 8px 2px rgb(218 218 218 / 50%);
    border-radius: 2px;
    min-width: 346px;
    background-color: #fff;
}

.info_box .info_title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #202020;
    line-height: 25px;
    margin-bottom: 10px;
}

.info_box .info_line {
    height: 1px;
    background-color: #E0E0E0;
}

.info_box .info_row {
    margin-top: 14px;
    line-height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
}

.info_box .info_row .info_label {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.info_box .info_row .info_text {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.info_box .count {
    background: #0284FF;
    border-radius: 2px;
    display: inline-block;
    min-width: 20px;
    padding: 0 7px;
    height: 14px;
    line-height: 14px;
    font-family: ArialMT;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 8px;
    text-align: center;
    margin-top: -1px;
}

.info_box .info_link {
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #202020;
    line-height: 22px;
    margin-top: 14px;
}

.info_box .more {
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    line-height: 20px;
}

/* app */
.app_box {
    position: relative;
    width: 100%;
    margin-top: 18px;
    background-color: #fff;
    min-height: 628px;
    padding: 24px 30px 30px;
}

.app_table {
    padding: 14px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 2px rgb(218 218 218 / 50%);
}

.app_box .app_table_head {
    display: inline-block;
    text-align: center;
    border: 1px solid #0284FF;
    border-radius: 2px;
    margin-bottom: 16px;
}

.app_box .app_table_tab {
    display: inline-block;
    min-width: 135px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #0284FF;
    cursor: pointer;
    padding: 0 14px;
}

.app_box .app_table_tab.app_table_tab_curr {
    background-color: #0284FF;
    color: #fff;
}

.app_box .row {
    margin-bottom: 10px;
    display: flex;
}

.app_box .row .label {
    color: #666;
    font-size: 16px;
}

.app_box .row .input {
    padding: 5px;
    margin-left: 5px;
    outline: none;
    flex: 1;
    border: 1px solid #E0E0E0;
}

.app_box .content_box {
    margin-top: 16px;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}

.app_box .app_secret {
    background: #f5f5f5;
}

.app_box .app_remark {
    padding: 15px;
    width: 100%;
    height: 350px;
    border: none;
    outline: none;
    resize: none;
}

.app_box .action {
    margin-top: 15px;
}

.app_box .action .submit_btn {
    display: flex;
    width: 110px;
    height: 36px;
    color: #fff;
    background-color: #0284FF;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* order */
.order .search {
    display: flex;
    margin-top: 14px;
    width: 100%;
}

.order .order_no {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    width: 234px;
    height: 36px;
    padding-right: 40px;
    outline: none;
    box-shadow: none !important;
    text-indent: 12px;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

.order .y5ne4oNiSLhc0wA1zLu7U {
    position: absolute;
    right: 12px;
    color: #999;
    font-size: 18px;
    top: 8px;
}

.order .search .search-btn {
    background: #0384FE;
    border-radius: 2px;
    margin-left: 10px;
    width: 90px;
    height: 36px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.order .search .enable {
    background: #0384FE !important;
    cursor: pointer !important;
}

.order .order-box {
    background-color: #FFF;
    padding: 20px;
    margin-top: 16px;
    min-height: 400px;
}

.o-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
    table-layout: fixed;
}

.order .pd-18 thead th {
    padding: 18px 10px;
}

.o-table thead {
    text-align: left;
    height: 50px;
    background-color: #F5F5F5;
}

.o-table thead th {
    padding: 18px 14px;
    border: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.o-table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #E0E0E0;
}

.order .pd-18 tbody td {
    padding: 18px 10px;
}

.o-table tbody td {
    padding: 18px 14px;
    border: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* notice */
.notice-box {
    position: relative;
    margin-top: 18px;
    width: 100%;
    min-height: 650px;
    box-shadow: 0px 2px 8px 2px rgb(218 218 218 / 50%);
    border-radius: 2px;
    background-color: #fff;
    padding: 30px;
}

.notice-box .read-all {
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 0 8px;
    display: inline-block;
    min-width: 90px;
    height: 36px;
    line-height: 36px;
    background-color: #0284FF;
    color: #fff;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.notice-box .nav {
    padding: 17px 0;
    border-bottom: 1px solid #E0E0E0;
}

.notice-box .nav_label {
    color: #0284FF;
    position: relative;
    display: inline-block;
    padding: 0 17px;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}


.notice-box .nav_label::before {
    color: #0284FF;
    background-color: #0284FF;
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: 1;
}

/* work */
.question_wrap {
    width: 100%;
    min-height: 628px;
    margin-top: 18px;
    padding: 24px 30px 30px;
    background-color: #fff;
}

.question_wrap .title {
    font-size: 18px;
}

.question_wrap .content_box {
    margin-top: 16px;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}

.question_wrap .question {
    padding: 15px;
    width: 100%;
    height: 350px;
    border: none;
    outline: none;
    resize: none;
}

.question_wrap .reply {
    border: 1px solid #e0e0e0;
    padding: 15px;
    color: #666;
    border-radius: 3px;
    margin-top: 10px;
    background: #f7f7f7;
}

.question_wrap .action {
    margin-top: 15px;
}

.question_wrap .action .submit_btn {
    display: flex;
    width: 110px;
    height: 36px;
    color: #fff;
    background-color: #0284FF;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.work_submit{
    float: right;
    width: 110px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0284FF;
    border-radius: 2px;
    cursor: pointer;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

/*dialog*/
.dialog-mask {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
.dialog-wrap {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    position: absolute;
    margin: 0 auto;
    left : 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 475px;
    z-index: 9999;
    display: none;
}
.dialog-wrap .body {
    position: relative;
    padding: 24px;
}
.dialog-wrap .close {
    top: 0;
    right: -36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: absolute;
    cursor: pointer;
}
.tic-close:before {
    content: "\e653";
}
.dialog-wrap .a_tip {
    color: orangered;
    margin-bottom: 10px;
}
.dialog-show {
    display: block;
}