.account-body{
    /*padding:60px 0 0 45px;*/
    width:100%;
    height:100%;
    overflow: hidden;
}
.account-left{
    height:100%;
    background: #EAEDF1;
    padding-top:75px;
    padding-left:0;
    padding-right:0;
    float:left;
    width:10%;
}
.account-left li{
    height:40px;
    line-height:40px;
    padding-left:50px;
    font-size:14px;

}
.account-left li a{
    display: block;
    color: #2C2C2C;
}
.account-left li.active{
    background: #fff;
}
.account-content{
    height:100%;
    padding:0;
    float: left;
    width:100%;
}
.account-content .account-top{
    margin-bottom:20px;
}
.account-content .account-top .apply-business-card{
    float: left;
}
.account-content .account-top .account-headinfo{
    float: right;
    font-size:14px;
    vertical-align: top;
    width:804px;
    height:186px;
    background: #fff;
    padding:20px 40px;
    border:1px solid #F2F2F2;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.account-content .account-top .account-headinfo .account-balance{
    color: #FF931E;
    margin:0 15px 0 8px;
}
.info-val{
    margin:0 15px 0 8px;
}
.account-headinfo .info-one a{
    color: #333;
    font-size:20px;
}
.account-headinfo .info-one a:hover{
    color: #333;
}

.account-content .account-top .account-headinfo .attention{
    font-size:12px;
    margin-top:15px;
}
.account-content .account-top .account-headinfo .attention img{
    width:12px;
    height:12px;
}
.account-change{
    background: #fff;
    padding:30px 54px;
    margin:15px 0;
    overflow-y: auto;
}
.account-change .account-change-block:nth-child(1){
    margin-bottom:50px;
}
.account-change .title{
    line-height:30px;
    font-size:14px;
    color: #333;
}

.info-card{
    overflow: hidden;
    margin-bottom:30px;
}
.verify-box{
    padding:30px 25px;
    font-size:12px;
    border:1px solid #F2F2F2;
    margin:30px 0 50px 10px;
}
.verify-box .verify-btn{
    display: inline-block;
    width:60px;
    height:22px;
    font-size:12px;
    color: #fff;
    text-align: center;
    line-height:22px;
    background: #22A7F0;
    margin:0 5px;
}






.verify-attention{
    display: inline-block;
    text-align: center;
    border:1px solid #FFAEAE;
    background: #FFF6F2;
    color: #FF4343;
    font-size:12px;
    margin:0 30px 0 15px;
    padding:6px 15px;
}
.info-title{
    font-size:14px;
    padding:0;
    margin:0;
    border-left:2px solid #22A7F0;
    padding-left:6px;
    line-height:16px;
    font-weight: bold;
}
.content-box{
    padding-left:8px;
}
.info-input{
    width:100%;
    /*border:1px solid #E1E6EB;*/
    background: #fff;
    height:36px;
    line-height:36px;
}
.label-right{
    text-align: right;
    line-height:36px;
    width:80px;
    float: left;
}
.card-top{
    font-size:14px;
    color: #333333;
    font-weight:bold;
    margin-bottom:30px;
}
.info-style{
    padding: 0!important;
    margin-bottom: 25px!important;
}
.info-save{
    display: block;
    width:85px;
    height:34px;
    background: #22A7F0;
    color: #fff!important;
    text-align: center;
    line-height:34px;
    font-size:12px;
}
.new-progress-bar{
    display: inline-block;
    height: 6px;
    width: 140px;
    margin-top: 7px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 30px;
    background: #F2F2F2;
}
/*订单列表*/
.order-list-con{
    padding: 20px;
    font-size:14px;
}
.panel-title .order-time{
    float: right;
}
.report-company-detail{
    display: flex;
    justify-content: space-between;
}
.report-company-detail>li{
    width:25%;
    height:40px;
    line-height:40px;
}
.order-list-report{
    margin-bottom:20px;
}
.order-list-report .report-company-name{
    height:40px;
    line-height:40px;
}
.order-list-one{
    display: flex;
    justify-content: space-between;
}
.order-list-one .order-list-report-box{
    width:90%;
}
.order-list-one .order-list-report-total{
    width:10%;
    border-left:1px solid #ddd;
    text-align: center;
}
#payReceipt .modal-body label{
    line-height:46px!important;
    margin:0!important;
}
/*新内容*/
.account-detail-content{
    padding:48px;
    border:1px solid #F1F1F1;
    background: #fff;
}
.account-detail-block .mine-block-title{
    height:24px;
    line-height:24px;
    border-left:4px solid #C1272D;
    padding-left:12px;
    font-size:12px;
    color: #4D4D4D;
}
.account-detail-block .mine-block-title .title-text{
    font-size:18px;
    font-weight:bold;
    color: #333333;
    float: left;
    margin-right:15px;
}
.account-detail-block .mine-block-title .mine-block-operate{
    /*float: right;*/
}
.mine-block-operate .want-change{
    color: #319BD8;
    cursor: pointer;
}
.mine-block-operate .operate-btn{
    display: inline-block;
    width:70px;
    height:30px;
    background: #22A7F0;
    color: #fff;
    line-height:30px;
    text-align: center;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    margin-left:10px;
}
.mine-block-con{
    margin-top:30px;
    border:1px solid #E6E6E6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #F9F9F9;
}
.mine-block-con .mine-block-con-row{
    border-bottom:1px dashed #CCCCCC;
    padding:20px;
}
.mine-block-con .mine-block-con-row .mine-flex{
    display: flex;
    justify-content:space-between;
}
.mine-block-con .mine-block-con-row .mine-flex.start{
    justify-content:flex-start;
}
.mine-block-con .mine-block-con-row .mine-flex .mine-info-long{
    width:84%;
}
.mine-block-con .mine-block-con-row:last-child{
    border:0;
}
.mine-block-con .mine-block-con-row .mine-info-item{
    width:90px;
    color: #666666;
}
.mine-block-con .mine-block-con-row .mine-info-value{
    width:20%;
    color: #2D2D2D;
}
.mine-block-dash-line{
    width:100%;
    border-top:1px dashed #B3B3B3;
    margin:60px 0;
}

.safe-level.warning{
    color: #F7931E;
}
.safe-level.success{
    color: #1abc9c;
}
.mine-account-change{
    color: #22A7F0;
    cursor: pointer;
}
.mine-account-change:hover{
    text-decoration: underline;
}
.mine-block-con.account-info{
    font-size:12px;
}
.progress.account-progress{
    width:200px;
    margin:0 30px;
}
.account-question-submit{
    width:74px;
    height:28px;
    line-height:28px;
    font-size:14px;
    color: #fff;
    background: #22A7F0;
    padding:0;
    margin-top:20px;
}
.myaccount-self-info{
    display: flex;
    justify-content:space-between;
    /*width:100%;*/
}
.account-detail-block .account-headinfo{
    border:1px solid #F1F1F1;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #fff;
    margin-top:30px;
    padding:20px;
}
.account-detail-block .account-headinfo .attention{
    font-size:12px;
    margin-top: 16px;
    letter-spacing: -1px;
}
.account-detail-block .card-file-show{
    height:190px;
    position: relative;
}
.card-file-show .card-edit-submit{
    width:100%;
    height:30px;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size:12px;
    text-align: center;
    line-height:30px;
    position: absolute;
    left:0;
    top:0;
    display: none;
}
.card-file-show .card-edit-submit>span{
    cursor: pointer;
}
.account-to-detail{
    float: right;
    width:20%;
    text-align: right;
}
.card-detail-name .card-nameCn{
    overflow: hidden;
}
.card-detail-name .account-to-detail>a{
    font-size: 14px;
    color: #319BD8;
}
.card-detail-name .card-nameCn #companyName{
    float: left;
    width:80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*订单管理*/
#orderListFilterBox{
    border: 0;
    background: #fff;
    /*border-bottom:1px solid #E6E6E6;*/
    padding-bottom:10px;
    margin-bottom:8px;
}
#orderListFilterBox .container-fluid .navbar-border{
    border-bottom: 2px solid red;
}
#orderListFilterBox .container-fluid{
    padding:0;
}
#orderListFilterBox .navbar-form.navbar-left{
    /*float: right!important;*/
    /*padding-right:0!important;*/
    width: 100%;
    padding-top: 18px;
}
.btn-new-blue{
    background: #22A7F0;
    color: #fff;
}
.btn-new-white{
    margin-left: 54px;
    background-color: #fff;
    color: #22A7F0;
    border: 1px solid #22A7F0;
}
.form-btn{
    margin-left: 20px;
}
#orderListFilterBox .form-control{
    background: #fff;
    border-color: #E1E6EB;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}
.btn-check-card{
    color: #3a97ff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}
.btn-check-card:hover{
    color: #3a97ff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}
.btn-check-card-pay{
     /*background: #F7931E;*/
     color: #c3383d;
     text-decoration: underline;
     font-size: 14px;
    font-weight: normal;
 }
.btn-check-card-pay:hover{
    /*background: #F7931E;*/
    color: #c3383d;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}
.account-tab-container{
    border:1px solid #e6e6e6;
    background: #fff;
}
.my-business-card{
    padding:50px 90px;
    display: flex;
    justify-content: space-between;
}
.my-business-card .business-card-block{
    width:500px;
}
.business-card-block .interest-company-list{
    margin-bottom:10px;
}
.business-card-refresh{
    border:1px solid #e6e6e6;
    background: #f9f9f9;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    display: flex;
    justify-content:space-between;
    font-size:14px;
    color: #4d4d4d;
    padding:15px;
}
.business-card-refresh .refresh-time i{
    color: #3797d3;
    margin-right:8px;
}
.my-business-card .card-file-show-box{
    width:382px;
    margin-top:0;
}
.my-business-card .card-file-show-box .card-file-show{
    height:188px;
}
.my-business-card .card-divide-line{
    height:356px;
    border-left:1px dashed #b3b3b3;
    margin-top:42px;
}
.my-business-card .myaccount-self-info{
    display: block;
}
.my-card-border-btn{
    padding:6px 10px;
    background: transparent;
    border:1px solid #3797d3;
    font-size:12px;
    color: #3797d3;
    display: inline-block;
    margin-left:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.my-card-bg-btn{
    padding:6px 10px;
    background: #999999;
    border:1px solid #999999;
    font-size:12px;
    color: #fff;
    display: inline-block;
    margin-left:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.my-card-bg-btn.blue{
    background: #3797d3;
    color: #fff;
}
.business-card-block-title{
    font-size:16px;
    font-weight:bold;
    color: #333;
    margin-bottom:20px;
}
.my-trace-assess{
    font-size:14px;
    color: #666666;
    line-height:22px;
    /*padding-bottom:20px;*/
    position: relative;
}
.my-trace-assess.over{
    height:108px;
    overflow: hidden;
}
.my-trace-assess .my-trace-assess-more{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    color: #3797d3;
    text-align: center;
    font-size:12px;
    background: -webkit-linear-gradient(rgba(255,255,255,0.5),#fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.5),#fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.5),#fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255,255,255,0.5),#fff); /* 标准的语法（必须放在最后） */
    display: none;
    cursor: pointer;
}
.my-trace-assess-more.slide{
    background: transparent;
}
.my-trace-assess .my-trace-assess-more i{
    font-size:22px;
    vertical-align: middle;
}
.tab-cate-nav-list.myAccount{
    background: #fcfcfc;
    border-bottom:0;
}
.tab-cate-nav-list.myAccount .tab-cate-nav>a{
    padding: 12px 30px;
    font-size: 16px;
    font-weight:bold;
}
.nav-tabs.tab-cate-nav-list.myAccount > li.active > a,
.nav-tabs.tab-cate-nav-list.myAccount > li.active > a:hover,
.nav-tabs.tab-cate-nav-list.myAccount > li.active > a:focus{
    border-top:0;
    border-bottom:0;
}
.my-safe-card{
    padding:50px 25px 90px;
}
.my-safe-card .account-detail-block .account-headinfo{
    margin:0;
    padding:0;
    border:0;
    border-bottom:1px dashed #b3b3b3;
    padding-bottom:30px;
}
.account-tab-box{
    display: flex;
    justify-content:space-between;
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
}
.account-tab-box .account-tab-operate{
    display: flex;
    padding:16px 10px;
}
.account-tab-box .account-tab-operate>li{
    border-right:1px solid #b3b3b3;
    padding:0 10px;
    height:12px;
    line-height:12px;
}
.account-tab-box .account-tab-operate>li>a,.account-tab-box .account-tab-operate>li{
    font-size:13px;
    color: #666666;
    cursor: pointer;
}
.account-tab-box .account-tab-operate>li:last-child{
    border-right:0;
}
.get-ewm-info>.title{
    font-size:16px;
    color: #4d4d4d;
    margin-bottom:10px;
}
.get-ewm-info>.title .tip{
    font-size: 12px;
    color: #999999;
}
.get-ewm-infotext{
    position: relative;
}
textarea.getEwm{
    background: #fcfcfc;
    border:1px solid #ededed;
    padding:10px 20px 30px;
}
.get-ewm-infotext .infotext-num{
    position: absolute;
    right:20px;
    bottom:10px;
    font-size:12px;
    color: #999999;
}
.get-ewm-upload{
    width:148px;
    height:110px;
    border:2px dashed #e6e6e6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color: #e6e6e6;
    position: relative;
}
.get-ewm-info{
    margin-bottom:20px;
}
.get-ewm-upload #uploadInfo{
    width:100%;
    height:100%;
    opacity:0;
    position: absolute;
    left:0;
    top:0;
}
.get-ewm-upload .get-ewm-add{
    width:100%;
    height:100%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    font-weight: 300;
}
.ewm-info-addimg{
    display: flex;
}
.get-ewm-info-img{
    width:148px;
    height:110px;
    background: #f2f2f2;
    margin:0 18px 18px 0;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    -moz-box-shadow: 0px 2px 5px #ddd ;
    box-shadow: 0px 2px 5px #ddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.get-ewm-next{
    width:100px;
    height:40px;
    font-size:14px;
    color: #fff;
    background: #3fa9f5;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.get-ewm-result-box{
    width: 184px;
    margin:0 auto;
    text-align: center;
}
.get-ewm-result-box .title{
    width: 184px;
    text-align: left;
    font-size:12px;
    color: #999999;
}
.ewm-result-img{
    display: inline-block;
    width: 184px;
    height:184px;
    border:2px dashed #cccccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin:20px 0 35px;
    padding:5px;
}
.ewm-result-img img{
    width:100%;
    height:100%;
}
.myAttention_left{
    width: 340px;
    height: 36px;
    /*background-color:yellow;*/
    /*line-height: 97px;*/
    float: left;
    padding-left: 10px;
}
.myAttention_right{
    width: 337px;
    height: 36px;
    float: right;

}
.mybtnEdit{
    padding-right: 20px;
}
#attentionStatistics  .btnEdit{
    width: 121px;
    height: 34px;
    background-color: #3294ff;
    float: right;
    color: white;
    text-align: center;
    line-height: 13px;
    font-size: 16px;
}
#MyAttention .btnEdit{
    width: 121px;
    height: 34px;
    background-color: #3294ff;
    float: right;
    color: white;
    text-align: center;
    line-height: 13px;
    font-size: 16px;
}
.tab-border{
    border: 1px solid #cacbd2;
}
#MyAttention .myAttention_table #myAttentiontable{
    /*padding-left: 10px;*/
    padding: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 0px;
}
.myAttention_table>table{
        font-size: 11px;
}
.myAttention_table table thead tr th{
    padding-left: 10px;
    text-align: left;
    background-color: #eff3f9;
    /*height: 43px;*/
    line-height: 43px;
    font-size: 13px;
    color: #333333;
}
#table-css tr td{
    height: 53px;
    line-height: 52px;
    text-align: left;
    font-size: 11px;
}
.myAttention_table  a{
    color: #5ca5ff;
    text-decoration: underline;
}
.myAttention_table .tab-del{
    color: red;
}
.myCharts{
    width:320px;
    height: 245px;
}
.myChartsone,.myChartsthree,.myChartsfive{
    /*background-color: yellow;*/
    float: left;
    width: 416px;
}
.myChartstwo,.myChartsfour,.myChartssix{
    /*background-color: blue;*/
    float: right;
    width: 616px;
}
.container .tab-cate-nav-content{
    padding:30px;
}
.myCharts-more{
    /*overflow: hidden;*/
    /*text-align: center;*/
    border-bottom: 1px dashed #cccccc;
    height: 387px;
    padding: 20px 10px 20px 10px;

}
.myAttention_table{
    position: relative;
}
.myAttention_table table thead tr .tabChecked{
    text-align: center;
    background-color: #eff3f9;
    height: 43px;
    line-height: 43px;
}
#table-css .tabChecked-tr{
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.myCharts-more span{
    font-size: 14px;
    color: #3294ff;
}
#newInput{
    width: 98%;
    padding-left: 12px;
    border: 0px;
    outline:none;
    cursor: pointer;
}
#newInput:hover{
    background-color: #cccccc;
}
#myModal .modecontent{
    width: 540px;
    height: 330px;
}
#myModal #modalDiv{
    width: 491px;
    height: 195px;
    padding: 10px 0 10px 18px;
}
#myModal .modal-footer{
    margin-top: 10px;
    margin-right: 12px;
}
#myModal .modal-footer .btnSuccess{
    background-color: #3294ff;
    color: #ffffff;
    font-size: 12px;
}
#myModal .modal-footer .btnOther{
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    border: 1px solid #cccccc;
}
#myModal .mouseTag>.btnNewname,.btnDel{
    width: 80px;
    height: 21px;
    border:0px;
    background-color: #fff;
    text-align: left;
    padding-left: 14px;
}
#myModal .mouseTag .btn1:hover{
    background-color: #cccccc;
}
#newUl li{
    list-style: none;
}
/*#newUl li:hover{*/
    /*background-color: #cccccc;*/
/*}*/

#newUl li::before {
    content: "";
    color: #871f25;
}
/*.my_Group ul{*/
    /*width: 220px;*/
    /*height: 36px;*/
/*}*/
.btnNewname{
    margin-top: 8px;
}
.editTag{
    padding: 15px 9px 16px 9px;
}
.editTag .editButton{
    width: 110px;
    height: 24px;
    background-color: #3294ff;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    /*margin-top:30px;*/
}
.editTag li{
    margin:0 0 10px 0;
}
.editTag li:hover{
    color: #3294ff;
}
.editTag li:focus{
    color: #3294ff;
    outline-style: none;
}



