.header{
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    padding:20px 0;
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
}
.header a{
    color: #000000;
}
.home.header{
    background-color: #7583b4;
}
.home.header a{
    color: #FFFFFF;
}
.logo{
    margin-right: 100px;
    width: 168px;
}
.logo img{
    max-width: 100%;
}
.header .nav-item{
    background: transparent; 
}
.nav-item{
    position: relative;
    padding: 0 16px;
    text-align: center;
    background: #eff5ff;
}
.nav-item a {
    text-align: center;
    display: block;
    background: rgb(204, 223, 255);
    height: 34px;
    padding:0 12px;
    line-height:34px;
    color: #025DFF;
    border-radius: 3px;
}
.nav-item.on a{
    color: #FFF;
    background-color: #025DFF;
}

.login-btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 500;
    background: #025DFF;
    border-radius: 22px;
}
/* 首页 */
.banner-img{
    width: 100%;
}
.home-advantage{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 50px;
    color: #fff;
    background: rgba(29,123,237,0.5);
}
.home-advantage .advantage-icon{
    margin-right: 24px;
    width: 50px;
    height: 50px;

}
.home-main{
    padding-top: 30px;
    background-color: #FFFFFF;
}
.home-inquire-more{
    padding-bottom: 16px;
    background: url(more-bg.png) no-repeat bottom;

}
.home-inquire .inquire-item{
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 20px 0 0;
    padding: 19px 19px 57px 19px;
    width: 285px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.1);
}
.home-inquire .inquire-item .tag{
    z-index: 9;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 96px;
    height: 96px;
}
.home-inquire .inquire-item .btn{
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: #FF6900;
}
.home-inquire .inquire-item:nth-child(4n){
    margin: 20px 0 0 0;
}
.home-flow_title{
    margin: 50px 0 23px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.home-flow_img{
    margin: 0 56px;
    width: 278px;
    height: 278px;
}
.home-flow_icon{
    width: 23px;
    height: 15px;
}
.home-footer{
    padding-top: 65px;
    background: #152D53;
}
.home-footer .qrcodes-box{
    margin-bottom: 65px;
    padding: 0 65px 50px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.home-footer .qrcode-img{
    margin: 0 auto 20px;
    width: 128px;
    height: 128px;
}
.home-footer .about-icon{
    margin-right: 20px;
    width: 44px;
    height: 44px;
}
.home-footer .addr{
    line-height: 1.5;
}
.home-footer .icp{
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.home-footer .icp a{
    color: #c6c6c6;
    cursor: pointer;
}
/* 登录 */
.login-wrap{
    padding-top: 220px;
}
.login-img{
    width: 428px;
    height: 428px;
}
.login-box{
    box-sizing: border-box;
    padding: 90px 160px;
    width: 620px;
    height: 480px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.1);
}
.login-wrap .ipt-item{
    padding: 30px 0 6px;
    border-bottom: 1px solid #999999;
}
.login-wrap .agress{
    margin: 42px 0 10px;
}
.login-wrap .vcode-btn{
    padding-left: 10px;
    border: none;
    color: #025DFF;
    border-left: 1px solid #cccccc;
    background-color: #FFFFFF;
}
.login-wrap .submit-btn{
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    background: #025DFF;
}
/* 充值优惠 */
.recharge-wrap,.api-wrap{
    padding-top: 100px;
}
.recharge-title{
    margin: 40px 0 30px;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
.recharge-item{
    cursor: pointer;
    margin-right: 30px;
    box-sizing: border-box;
    padding-top: 30px;
    width: 216px;
    height: 140px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    background-position: left top;
    background-repeat: no-repeat;
    box-shadow: 0 2px 6px 3px rgba(0,0,0,0.1);
}
.recharge-item.on{
    background-color:rgba(255,105,0,0.1);
    border-color: #FF6900;
}
.recharge-item.on::after{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(./checked.png);
    background-size: contain;
}
.recharge-item:nth-child(5n){
    margin-right: 0;
}
.recharge-item.stat1{
    background-image: url(./tag-bg1.png);
}
.recharge-item.stat2{
    background-image: url(./tag-bg2.png);
}
.recharge-tag{
    position: absolute;
    top: -6px;
    left: -6px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    transform:rotate(-45deg);
}
.recharge-txt{
    margin: 10px;
    padding-top: 10px;
    border-top: 1px solid #EFEFEF;
}

.recharge-qrcodex{
    padding: 54px 0 68px;
    font-size: 14px;
    font-weight: 500;
    color: #5C5C5C;
    text-align: center;
    background-color: #FFFFFF;
}
.recharge-img{
    margin: 0 auto 20px;
    width: 140px;
    height: 140px;
    background-image: url(./qrcode-bg.png);
    background-size: contain;
    background-color: #FFFFFF;
}
.recharge-img img{
    width: 100%;
}

.aside{
    margin-right: 20px;
    padding: 40px 30px;
    width: 340px;
    min-height: calc(100vh - 104px);
    font-size: 16px;
    background: #FFFFFF; 
}
.menus-title{
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 26px;
}

.menu-item .icon,.mine-menu_item .icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-image: url(./arrow-up.png);
}
.menu-item .menu-item-down .icon,.mine-menu_item .menu-item-down .icon{
    background-image: url(./arrow-down.png);
}
.menu-item>span{
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
}
.menu-item.on>span,.menu-item:hover>span{
    color: #025DFF;
}

.menus .tabs .tab-item{
    cursor: pointer;
    color: #025DFF;
    text-align: center;
    line-height: 30px;
    border: 1px solid #025DFF;
}
.menus .tabs .tab-item.on{
    color: #FFFFFF;
    background: #025DFF;
}
.menus .tabs .tab-item:nth-child(2){
    margin: 0 8px;
}

.menus .items {
    width: 100%;
    display: none;
}
.menus .items.on {
    display: block;
}

.sec-menu_item{
    color: #666;
    width: 100%;
    display: block;
    font-weight: 400;
    line-height: 36px;
}
.sec-menu_item.on {
    color: #025DFF;
}
.sec-menu_item:hover {
    text-decoration-line: underline;
}

.third-menu_item{
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #999999;
    display: block;
}
.third-menu_item.on,.third-menu_item:hover{
    color: #025DFF;  
    background: #CCDFFF;
    border: 1px solid #025DFF;
}

/* mine-aside */
.mine-aside{
    margin-right: 20px;
    padding: 50px 0;
    width: 180px;
    font-size: 16px;
    text-align: left;
    background: #FFFFFF;
}
.mine-menu_item{
    margin: 5px 0;
    line-height: 40px;
    transition: all .3s;
}
.mine-menu_item a{
    display: block;
    color: #000000;
    font-weight: 500;
    padding-left: 20px;
}
.mine-menu_item.on,.mine-menu_item:hover{
    font-size: 20px;
    color: #025DFF;
    background: #CCDFFF;
}
.mine-sec_menu-item{
    background: #FFFFFF; 
}
.mine-sec_menu-item a{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 40px;
}
.mine-sec_menu-item.on>a,.mine-sec_menu-item:hover>a{
    color: #025DFF;
    font-weight: 500;
}
.content{
    padding: 40px 32px;
    font-size: 16px;
    line-height: 28px;
    background: #FFFFFF;  
}
#mine-content > .content{
    min-height: 100vh;
}
.mine-top{
    margin-bottom: 12px;
    padding: 34px 32px;
    min-height: auto;
}
.balance-main{
    min-height: calc(100vh - 118px);
}
.account-main{
    min-height: calc(100vh - 190px)
}
.code{
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    white-space: pre-wrap;
    border: 1px solid #CECECE;
    background-color: #efefef;
}
.inquiry-input{
    margin-bottom: 20px;
    padding: 12px 20px 16px;
    width: 360px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #999999;
}
.inquiry-input input{
    width: 100%;
}
.inquiry-btn{
    padding: 9px 16px;
    color: #FFFFFF;
    background: #025DFF;
    border: none;
}
.inquiry-href{
    text-decoration: underline;
    color: #FF6900 ;
}
.inquiry-href:hover{
    text-decoration: underline;
}
.dropdown{
    padding: 6px; 
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    background: #F1F1F4;
}
.dialog-code{
    line-height: 22px;
}
.align-left {
    text-align: left!important;
}

.ObjectBrace {
    color: #00AA00;
    font-weight: bold;
}

.ArrayBrace {
    color: #0033FF;
    font-weight: bold;
}

.PropertyName {
    color: #CC0000;
    font-weight: bold;
}

.String {
    display: inline-block;
    max-width: 462px;
    line-height: 15px;
    color: #007777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}

.Number {
    color: #AA00AA;
}

.Boolean {
    color: #0000FF;
}

.Function {
    color: #AA6633;
    font-style: italic
}

.Null {
    color: #0000FF
}

.Comma {
    color: #000000;
    font-weight: bold
}
.el-table .el-table__cell{
    padding: 8px 0;
    line-height: 23px;
}
.el-button--text {
    color: #7fa2de;
}
.iframe{
    width:1000px;
    height:calc(100vh - 104px);
}
.protocol-main {
    padding: 132px 32px 32px;
    line-height: 23px;
}
.fault-main {
    padding: 50px 0;
    margin: 0 auto;
    min-height: 100vh;
    text-align: center;
    background: #fff;
}
.fault-main img{
    width: 480px;
    max-width: 100%;
    margin: 20px auto;
}
.inquiry-btn.plain{
    color: #0033FF;
    border: 1px solid #0033FF;
    background-color: #fff;
}