.loginbox {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.positionrelative{
    position: relative;
}
.loginbox_height {
    width: 100%;
    height: 30%;
    background: #f1f4f7;
}
.returnIndexPage{
    background: #354FB0;
}
.exitPage{
    background: #354FB0;
}
.text_center{
    text-align: center;
}
.m-auto {
    margin: auto;
}

.loginbox_login {
    width: 500px;
    margin: auto;
}

.form_2Col .loginbox_width {
    width: 100%;
}

.formtitle {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.wid100{
    width: 100%;
}
.formflex {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.formflexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(180deg,*/
    /*rgba(0,0,0,0) calc(30% - 1px),*/
    /*rgba(192,192,192,1) calc(30%),*/
    /*rgba(0,0,0,0) calc(30% + 1px));*/
}
#captchaImg {
    width: 96px;
    height: 36px;
    position: relative;
    top: 10px;
    left: 20px;
}

#login-form {
    padding-top: 30px;
}

#login-form p {
    padding: 5px;
}

#login-form input {
    width: 15em;
    padding: 4px;
    border: 1px solid #CCC;
}

#login-form input:focus {
    border-color: #426DC9;
}

#login-form .login-form-error {
    background: #FFFBFC;
    border-color: #F00 !important;
}
.over-hidden
{
    overflow:hidden;
}
.commonTable.editTable {
    box-sizing: border-box;
    background: none;
    border: none;
}

.commonTable.editTable th {
    width: 120px;
    text-align: right;
    background: none;
    border: none;
}

.commonTable.editTable td {
    position: relative;
    background: none;
    border: none;
    max-width: 50px;
}

.commonTable.editTable tr:hover td{
    background: none;
}

.commonTable.editTable td .ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 10px;
}

.commonTable.editTable img.ui-datepicker-trigger {
    height: 18px !important;
}

.commonTable.editTable td textarea.commonInput {
    padding-right: 15px;
    height: auto;
    resize: vertical;
}

.commonTable.editTable td .commonInput {
    box-sizing: border-box;
    padding: 2px 40px 2px 5px;
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 30px;
}

.commonTable.editTable td .commonInput.withIcon{
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 3px;
}

.commonTable.editTable td .commonInput.withIcon.searchIcon{
    background-image: url(/static/project/img/searchIcon.png);
}

.editTable td .commonButton  {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
}


.editTable td img,
.formLine a img
{
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.commonTable.editTable td .commonInput[readonly]{
    background-color: #ffffff;
}

.commonTable.editTable td .commonInput[disabled] {
    background-color: #f1f4f7;
}

.commonTable.editTable th.require:after {
    content:"*";
    color: #ff0000;
}
h3.tableSubtitle {
    float: left;
    font-size: 12px;
    text-align: right;
    color: #333333;
}
.content-box{
    box-shadow: 3px -1px 11px -1px rgba(0, 0, 0, .12);
}
/*深色菜单*/
.dark_sidebar{
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #3e4558;
    box-shadow: 1px 0 6px rgba(0,0,0,.15);
    width: 200px;
}
.dark_sidebar .leftMenu > li > a{
    line-height: 32px;
    display: block;
    color: #eeeeee;
    /*background: #3e4558;*/
    /*border-bottom: 2px solid #373e51;*/
    font-size: 14px;
    font-weight: bolder;
    padding: 5px 0px 5px 20px;
}
.oneLevelMenuWithoutSubNode {
    line-height: 32px;
    display: block;
    color: #eeeeee;
    background: #3e4558;
    border-bottom: 2px solid #373e51;
    font-size: 14px;
    font-weight: bolder;
    padding: 5px 0px 5px 20px;
}
.dark_sidebar .leftMenu .children
{
    /*background: #2b3245;*/
    /*border-top: 1px solid #1190ed;*/
    border-bottom: none;
}
.dark_sidebar .leftMenu .active .badge,.leftMenu > li > a:hover .badge{
    background: #fff;
    color: #69a63f;
}
.dark_sidebar .leftMenu a.active{
    background-color: #88cb5a;
    color: #fff;
}
.dark_sidebar .leftMenu .children a
{
    color: #fff;
}
.menu_list_title{
    color: white;
    cursor: pointer;
    padding: 5px 0px;
}
.leftMenuSwitch {
    /*width: 15px;*/
    /*height: 40px;*/
    /*background: url(/assets/img/leftmenu.png);*/
    display: inline-block;
    position: fixed;
    left: 200px;
    top: 47%;
    z-index: 11;
}
.blue_logo{
    color:#48d6ff;
}
.fa{
    margin-right: 5px;
}
.welcome_page{
    width: 100%;
    height: 100%;
    background: url("/assets/img/welcome.png");
    background-size: 100% 100%;
}
.fontweight{
    font-weight: bold;
}
.flex{
    display: flex;
}
html,body{
    width: 100%;
    height: 100%;
}
.indexPage{
    background: #ededed;
    width: 1720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
}
.orderNumber{
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #0093ff;
    font-size: 12px;
    text-align: center;
    color: white;
}
.companyName{
    width: 230px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.columnLevel{
    width: 150px;
    margin-right: 15px;
    height: 14px;
}
.declareNum{
    width:85px;
    text-align: center;
}
.declareLevel{
    width:70px;
    text-align: center;
}
#typeChart{
    width: 314px;
    height: 288px;
    background: #ffffff;
    margin-top: 16px;
    border-radius: 10px;
}
.declareTop{
    width: 621px;
    height: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.blueBox{
    width: 314px;
    height: 96px;
    background-color: #0093ff;
    border-radius: 10px;
    color: white;
    padding: 10px;
    box-sizing: border-box;
}
.blueBox .blueBox_title{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.blueBox .blueBox_num{
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fefefe;
    text-align: right;

}
.title1{
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.title2{
    width:456px;
    padding-left: 15px;
    box-sizing: border-box;
}
.title3{
    width:85px;
    text-align: center;
    color: #6c6c6c;
}
.title4{
    width:70px;
    text-align: center;
    color: #6c6c6c;
}
#expressLineChart{
    width: 612px;
    height: 195px;
    background-color: #ffffff;
    border-radius: 10px;
}
#expressColumnChart{
    width: 612px;
    height: 195px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}
#businessRoundChart{
    width: 314px;
    height: 271px;
    background-color: #ffffff;
    border-radius: 10px;
}
.todayAiFace{
    width: 314px;
    height: 77px;
    background-color: #41c98b;
    border-radius: 10px;
    line-height: 77px;
    color: #ffffff;
    font-size: 26px;
    margin-top: 12px;
}
.todayAiCard{
    width: 314px;
    height: 77px;
    background-color: #32c5e9;
    border-radius: 10px;
    line-height: 77px;
    color: #fefefe;
    font-size: 26px;
    margin-top: 10px;
}
.AiBox{
    width: 180px;
    color: #ffffff;
    display: inline-block;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 18px;
}
#AICardColumnChart{
    width: 1255px;
    height: 217px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 20px;
}
#AIFaceColumnChart{
    width: 1255px;
    height: 217px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 13px;

}
.flexContent{
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.pinkColor{
    background-color: #f36c6c;
}
.yellowColor{
    background-color: #e6cf4e;
}
.greenColor{
    background-color: #20d180;
}
.blueColor{
    background-color: #0093ff;
}
.homePage{
    margin-left: 40px;
}
.homePage .topBox{
    width: 248px;
    height: 124px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(40, 40, 40, 0.08);
    border-radius: 6px;
    margin-right: 28px;
}
.homePage .topBox .topBoxFont{
    width: 160px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3e4558;
}
.homePage .topBox .topBoxNum{
    width: 160px;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1a9bf7;
}
.homePage .blue_Title{
    font-size: 30px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1d8adf;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
.homePage .center_left_box{
    width: 1314px;
    height: 228px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.08);
    border-radius: 6px;
    margin-right: 15px;
}
.homePage .center_left_box .model_title{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-left: 30px;
    margin-top:30px;
}
.homePage .center_left_box .model_box{
    width: 226px;
    height: 128px;
    background-color: #f1f6ff;
    border-radius: 2px;
    position: relative;
    margin-left:30px;
    margin-top: 20px;
}
.homePage .center_left_box .model_box .model_box_font{
    width: 97px;
    height: 65px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #425b74;
    position: absolute;
    left: 17px;
    top: 23px;
}
.homePage .center_left_box .model_box .model_box_img img{
    position: absolute;
    bottom: 0px;
    right: 13px;
}
.homePage .center_right_box{
    width: 302px;
    height: 228px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(40, 40, 40, 0.08);
    border-radius: 6px;

}
.homePage .center_right_box .model_title{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-left: 30px;
    margin-top:30px;
}
.homePage .center_right_box .model_box{
    width: 226px;
    height: 128px;
    background-color: #f1f6ff;
    border-radius: 2px;
    position: relative;
    margin-left:30px;
    margin-top: 20px;
}
.homePage .center_right_box .model_box .model_box_font{
    width: 97px;
    height: 65px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #425b74;
    position: absolute;
    left: 17px;
    top: 23px;
}
.homePage .center_right_box .model_box .model_box_img img{
    position: absolute;
    bottom: 0px;
    right: 13px;
}

/*123123*/
.homePage .bottom_left_box{
    width: 1044px;
    height: 302px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(40, 40, 40, 0.08);
    border-radius: 6px;
    margin-right: 15px;
}
.homePage .bottom_left_box .model_title{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-left: 30px;
    margin-top:30px;
}
.homePage .bottom_left_box .model_box{
    width: 236px;
    height: 168px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(3, 86, 157, 0.08);
    border-radius: 6px;
    border: solid 1px #e8eefc;
    margin-left:14px;
    margin-top: 20px;
}
.homePage .bottom_left_box .model_box .model_box_font{
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #425b74;
    text-align: center;
}
.homePage .bottom_left_box .model_box .model_box_img{
    margin-top: 24px;
    margin-bottom: 19px;
    text-align: center;
}

.homePage .bottom_left_box .model_box .model_box_img img{
}
.homePage .bottom_right_box{
    width: 571px;
    height: 302px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(40, 40, 40, 0.08);
    border-radius: 6px;

}
.homePage .bottom_right_box .model_title{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-left: 30px;
    margin-top:30px;
}
.homePage .bottom_right_box .model_box{
    width: 236px;
    height: 168px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(3, 86, 157, 0.08);
    border-radius: 6px;
    border: solid 1px #e8eefc;
    margin-left:14px;
    margin-top: 20px;
}
.homePage .bottom_right_box .model_box .model_box_font{
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #425b74;
    text-align: center;
}
.homePage .bottom_right_box .model_box .model_box_img{
    margin-top: 24px;
    text-align: center;
}
.homePage .bottom_right_box .model_box .model_box_img img{

}
/*表格样式*/
.table_blue thead tr{
    background: #49afff;
    color: #ffffff;
}
.table_blue tbody tr{

}
.table_blue  thead tr th,.personInfo .table_blue  tbody tr td  {
    border: 1px solid #e7e7e7;
    padding:5px;
}
.table_blue{
    width: 100%;
    border-collapse: collapse;
    padding:5px;
}
.table_blue_box .table_blue{
    /*margin-top: 10px;*/
}
.table_blue tbody tr:nth-child(even){
    background:#f1f1f1;
    height: 33px;
}
.table_blue tbody tr:nth-child(odd){
    background:#ffffff;
    height: 33px;
}
.tableFixed{
    table-layout: fixed;
}
.tableCenter tbody tr td{
    text-align: center;
}
.tableOverflow tbody tr td{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tableP6 thead tr th,.tableP6 tbody tr td
{
    padding:6px;
}
.tableP10 thead tr th,.tableP10 tbody tr td{
    padding: 10px;
}
.workbench_content{
    width: 1648px;
    height: 450px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(40, 40, 40, 0.08);
}
.homePage .topBoxs{
    width: 200px;
    height: 88px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(54, 54, 54, 0.08);
    border-radius: 10px;
}
.homePage .topBoxs .topBoxFont{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
    margin-left: 18px;
    margin-right: 14px;
}
.homePage .topBoxs .topBoxNum{
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1a9bf7;
}
.homePage .topFatherBox{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1080px;
    height: 122px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(40, 40, 40, 0.08);
    border-radius: 10px;
}
.homePage .topBoxss{
    width: 188px;
    height: 80px;
    background-color: #f1f6ff;
    box-shadow: 0px 0px 16px 0px
    rgba(62, 69, 88, 0.08);
    border-radius: 6px;
    border: solid 1px #dae3fb;
}
.homePage .topBoxss .topBoxFont{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
    margin-left: 24px;
    margin-right: 13px;
}
.homePage .topBoxss .topBoxNum{
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1a9bf7;
}
.homePage .rightTotalBox{
    width: 508px;
    height: 118px;
    background-color: #ed665b;
    border-radius: 10px;
    margin-top: 20px;
}
.homePage .rightone{
    width: 130px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.homePage .righttwo{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 180px;
    text-align: right;
    font-weight: bold;
}
.homePage .rightthree{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 180px;
    text-align: right;
    font-weight: bold;
}
.homePage .rightTotalBox span{
    font-size: 26px;
}
.datascreen .todaySupplyBox{
    width: 360px;
    height: 112px;
    background-image: linear-gradient(104deg,
    #739bd9 0%,
    #6893d6 26%,
    #5c8bd2 52%,
    #3e7bda 100%);
    border-radius: 10px;
    margin-top: 14px;
}
.datascreen .todaySupplyBox .data {
    width: 140px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 60px;
}
.datascreen .todaySupplyBox .num {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.datascreen{
    margin: 10px 30px 30px 30px;
}
.datascreen .supplytwo{
    background-image: linear-gradient(104deg,
    #e87e75 0%,
    #ed665b 52%,
    #e04f43 100%);
    border-radius: 10px;
    margin-top: 15px;
}
.datascreen .supplythree{
    margin-top: 15px;
    background-image: linear-gradient(104deg,
    #a38ddc 0%,
    #907dd9 26%,
    #7d6dd5 52%,
    #6d5de2 100%);
    border-radius: 10px;
}
.datascreen .supplyfour{
    margin-top: 15px;
    background-image: linear-gradient(104deg,
    #fcb372 0%,
    #a5b4a0 0%,
    #4db4ce 0%,
    #41b3cf 26%,
    #34b1d0 52%,
    #25aacc 100%);
    border-radius: 10px;
}
.datascreen .todaymainfont{
    font-weight: bold;
    font-family: AlibabaPuHuiTiH;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1d8adf;
}
.datascreen .dataimg{
    margin-right: 30px;
}
.datascreen .data_bottom{
    width: 1551px;
    height: 382px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px
    rgba(54, 54, 54, 0.08);
    border-radius: 4px;
    margin-top: 20px;
}
.datascreen .index_bottom_left_top{
    height: 45px;
    margin: 0px 15px;
    border-bottom: 1px solid #dadada;
    line-height: 45px;

}
.datascreen .index_bottom_left_top .one{
    display: inline-block;
    color: #5d7091;
    font-size: 20px;
    width: 200px;
}
.datascreen  .index_bottom_left_top .two{
    display: inline-block;
    width: calc(100% - 220px);
    text-align: right;
}
.datascreen  .index_bottom_left_top .one span{

    color: #2d8cf0;
}
.datascreen .index_bottom_left_top span{
    color: #2d84ed;
    cursor: pointer;
}
.datascreen  .index_bottom_left_top .a{
    border-right: 1px solid #2d84ed;
    padding-right: 5px;
    box-sizing: border-box;
    background-color: #00a65a;
}
.datascreen .dataimg>div{
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
}

.datascreen .dataimg div.haicang{
    top: 372px;
    left: 276px;
}

.datascreen .dataimg div.xiangan{
    top: 57px;
    left: 701px;
}

.datascreen .dataimg div.jichang{
    top: 146px;
    left: 590px;

}

.datascreen .dataimg div.youju{
    top: 180px;
    left: 506px;
}
.datascreen .dataimg div.dongdu{
    top: 218px;
    left: 465px;
}
.datascreen .dataimg div.youlun{
    top: 290px;
    left: 430px;
}

.datascreen .dataimg div.datacontent{
    position: relative;
    top: 30px;
    left: -15px;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 7px;
    width: 194px;
    height: auto;
    background-color: #616c79;
    line-height: 36px;
    display: none;
}

.datascreen .dataimg>div:hover div.datacontent{
    display: block;
}

.datascreen .dataimg div.datacontent:after{
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -4px;
    border-bottom-color: #616c79;
}
.exportContaInfo{
    border-radius: 10px;
}

.exportContaInfo .blue_back{
    /*background-color: rgb(89,145,240);*/
    /*border-radius: 50%;*/
    /*border: 6px solid rgb(201,201,201);*/
    /*background-size: 100% 100%;*/
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.exportContaInfo  .red_back{
    /*background-color: rgb(233,0,0);*/
    /*border-radius: 50%;*/
    /*border: 6px solid rgb(201,201,201);*/
    /*background-size: 100% 100%;*/
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.exportContaInfo  .gray_back{
    /*background: #efefef;*/
    /*border: 6px solid #c9c9c9;*/
    /*background-size: 100% 100%;*/
    /*border-radius: 50%;*/
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.exportContaInfo .absoluteBox{
    width: 112px;
    text-align: center;
}
.exportContaInfo .shipInfo{
    background: #CCDDFA;
    width: 100%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.exportContaInfo .box_margin_top_bottom{
    margin-top: 20px;
    margin-bottom: 20px;
}
.exportContaInfo .contentBox{
    background: #f9f9f9;
    padding: 10px;
    min-height: 80px;
}
.tr_active{
    background: #fada8d!important;
}


.source{
    color: cornflowerblue;
}
.positionrelative{
    cursor: pointer;
    min-height:150px;
    margin-right: 40px;
}
.positionrelative:last-child{
    margin-right: 0;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width:10px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.1);
}
.boxLine{
    background: #D9D9D9;
    width: 80px;
    height: 4px;
    position: absolute;
    top: 35px;
    left: -60px;
}
.form_white{
    background: white;
    overflow:hidden;
    border-radius: 10px;
    padding: 0px 10px;
    margin-top: 10px;
}

