body,html{
    /*width: 100%;*/
    height: 100%;
    background: #302F52;
}
.body{
    height: initial;
}
form{
    width: 100%;
    height: 100%;
}
iframe{
    width: 100%;
    border: none;
    display: block;
}
sub,sup{
    font-size: 12px;
}
.inner{
    width: 1128px;
    margin: 0 auto;
}
.common-mt{
    margin-top: 10px;
}
#id_ZiTian{
    padding-bottom: 30px;
}
.common-br-mt{
    border-top: 10px solid #F3F6FC;
}

/* loading */
.loading-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48,47,82,.5);
    z-index: 999;
}
.loading-container .loading{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.loading-container .loading p{
    width: 50px;
    height: 50px;
    vertical-align: middle;
    pointer-events: none;
    border: 8px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: loader 1s linear infinite;
    -webkit-animation: loader 1s linear infinite;
    -moz-animation: loader 1s linear infinite;
    -ms-animation: loader 1s linear infinite;
    -o-animation: loader 1s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}
@-moz-keyframes loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg); }
}
@-ms-keyframes loader {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
}
@-o-keyframes loader {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
}

/* 消息弹窗 */
.toast-container{
    min-width: 178px;
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -129px;
    /*transform: translate(0, -50%);*/
    padding: 20px 40px;
    /*box-shadow: 1px 10px 60px 0 rgba(0, 0, 0, 0.34);*/
    border-radius: 2px;
    background: #2f2f4f;
    z-index: 999;
}
.toast-container h6{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.ts{
    background: rgba(93,221,156,1);
}
.tf{
    background: rgba(253,106,106,1);
}

.sidebar-top-container {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 999;
    padding-left: 20px;
    background: #47476d;
}
.sidebar-logo {
    background: #47476d;
    height: 32px;
}
.sidebar-logo a{
    width: 70px;
    height: 28px;
    background: url(../images/sidebar/logo-sidebar.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 40px;
}
.sidebar-logo span{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 15px;
}

.sidebar-top-right{
    margin-right: 10px;
}
.sidebar-top-right .user-data{
    height: 40px;
    padding: 0 15px;
    border-left: 1px solid #58587b;
    position: relative;
}
.sidebar-top-right a{
    font-size: 13px;
    color: #fff;
}
.sidebar-top-right .language{
    height: 100%;
}
.sidebar-top-right .arrow-bottom{
    display: block;
    width: 9px;
    height: 5px;
    background: url("../images/sidebar/icon-arrow-bottom.png") no-repeat;
    margin-left: 5px;
}
.sidebar-top-right .mail .icon-mail{
    width: 24px;
    height: 18px;
    background: url("../images/sidebar/icon-notice.png") no-repeat;
}
.sidebar-top-right .mail h5{
    padding: 3px;
    background: #c20000;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: -22px;
    margin-left: 2px;
}
.sidebar-top-right .default-avatar{
    margin-right: 15px;
    position: relative;
}

.sidebar-top-right .default-avatar img{
    width: 36px;
    height: 36px;
}
.sidebar-top-right .product-package{
    color: #fff;
}
.sidebar-top-right .product-package.active{
    color: #1660EB;
}
.sidebar-top-right .default-avatar .news{
    display: none;
    width: 10px;
    height: 10px;
    background: #c20000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 50px;
}
.sidebar-top-right .default-avatar a{
    margin-left: 13px;
}
.sidebar-top-right .language-list{
    display: none;
    top: 40px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    color: #566374;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
}
.sidebar-top-right .language-list li{
    border-top: 1px solid #e5e5e5;
}
.sidebar-top-right .language-list li a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #313842;
    vertical-align: middle;
    margin-left: 0;
}
.language-container:hover .language-list{
    display: block;
}
.sidebar-top-right .language-list a:hover{
    background-color: #f2f2f2;
}
.sidebar-top-right .language-list a.active{
    background-color: #47476d;
    color: #fff;
}

.main-container{
    position: relative;
    height: calc(100% - 114px);
    padding-top: 80px;
}
/* 左侧边栏 */
.main-container .left-sidebar{
    width: 144px;
    margin-right: 24px;
    position: fixed;
}
.main-container .left-sidebar ul{
    padding: 30px 17px;
}
.main-container .left-sidebar li{
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    padding-bottom: 42px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.main-container .left-sidebar li .line{
    height: 60px;
    position: absolute;
    left: 8px;
    top: 14px;
    border-left: 1px dashed #CFDEFF;
}
.main-container .left-sidebar li .icon-dot{
    width: 16px;
    height: 16px;
    background: rgba(14,92,254,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999;
    margin-right: 12px;
}
.main-container .left-sidebar li .icon-dot b{
    display: block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
}
.main-container .left-sidebar li:last-of-type{
    padding-bottom: 0;
}
.main-container .left-sidebar li.active{
    color: #0E5CFE;
    font-weight: bold;
}
.main-container .left-sidebar li.active .icon-dot b{
    background: #0E5CFE;
}

/* 右边内容 */
.main-container .right-content{
    /*padding: 0 48px;*/
    width: 960px;
    height: 100%;
}
.container-box{
    position: relative;
    height: 100%;
}
.container{
    padding: 0 48px 32px;
    /*height: calc(100% - 32px);*/
}
.common-tabs{
    padding-top: 30px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.common-tabs li{
    padding-bottom: 19px;
    margin-right: 55px;
    float: left;
}
.common-tabs li a{
    font-size: 16px;
    font-weight: bold;
    color: #43536C;
}
.common-tabs li:last-of-type,
.common-two-tabs li:last-of-type{
    margin-right: 0;
}
.common-tabs li.active{
    border-bottom: 3px solid #0E5CFE;
}
.common-tabs li.active a{
    color: #0E5CFE;
}

.common-two-tabs{
    width: calc(100% - 40px);
    position: absolute;
    bottom: -61px;
    left: 0;
    background: #F9F8FD;
    padding: 10px 20px;
    display: none;
}
.common-two-tabs .tab{
    float: left;
    /*display: flex;*/
    /*align-items: center;*/
    cursor: pointer;
    margin: 5px 20px 5px 0;
}
.common-two-tabs .tab:last-of-type{
    margin-right: 0;
}
.common-two-tabs .tab b{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.common-two-tabs .tab a{
    display: flex;
    align-items: center;
    color: #302F52!important;
    line-height: 24px;
    font-weight: lighter;
}
.common-two-tabs .tab.active a{
    font-weight: bold;
}
.common-two-tabs .tab .DianLi{
    background: url("../images/icon/icon-dianli.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .DianLi{
    background: url("../images/icon/icon-dianli-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ReLi{
    background: url("../images/icon/icon-reli.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ReLi{
    background: url("../images/icon/icon-reli-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .HuaShiRanLiaoRanShao{
    background: url("../images/icon/icon-huashi.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .HuaShiRanLiaoRanShao{
    background: url("../images/icon/icon-huashi-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .GongYeShengChanGuoCheng{
    background: url("../images/icon/icon-gongye.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .GongYeShengChanGuoCheng{
    background: url("../images/icon/icon-gongye-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .HuiShouLiYong{
    background: url("../images/icon/icon-huishou.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .HuiShouLiYong{
    background: url("../images/icon/icon-huishou-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .SF6,
.common-two-tabs .tab .FeiShuiChuLi,
.common-two-tabs .tab .HuoJuRanShao,
.common-two-tabs .tab .TanSuanYanFenJie,
.common-two-tabs .tab .TaoYi,
.common-two-tabs .tab .TuoLiuGuoCheng,
.common-two-tabs .tab .WangSun,
.common-two-tabs .tab .YuanCaiLiao,
.common-two-tabs .tab .GuTan{
    background: url("../images/icon/icon-other.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .SF6,
.common-two-tabs .tab.active .FeiShuiChuLi,
.common-two-tabs .tab.active .HuoJuRanShao,
.common-two-tabs .tab.active .TanSuanYanFenJie,
.common-two-tabs .tab.active .TaoYi,
.common-two-tabs .tab.active .TuoLiuGuoCheng,
.common-two-tabs .tab.active .WangSun,
.common-two-tabs .tab.active .YuanCaiLiao,
.common-two-tabs .tab.active .GuTan{
    background: url("../images/icon/icon-other-hover.png") no-repeat;
    background-size: 100%;
}

.common-two-tabs .tab .ico_shangwu{
    background: url("../images/icon/icon-shangwu.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_shangwu{
    background: url("../images/icon/icon-shangwu-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_tongqin{
    background: url("../images/icon/icon-tongqin.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_tongqin{
    background: url("../images/icon/icon-tongqin-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_buy{
    background: url("../images/icon/icon-caigou.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_buy{
    background: url("../images/icon/icon-caigou-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_wuliu_up{
    background: url("../images/icon/icon-shangyou.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_wuliu_up{
    background: url("../images/icon/icon-shangyou-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_wuliu_down{
    background: url("../images/icon/icon-xiayou.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_wuliu_down{
    background: url("../images/icon/icon-xiayou-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_tourongzi{
    background: url("../images/icon/icon-tourongzi.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_tourongzi{
    background: url("../images/icon/icon-tourongzi-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_feizhiwu{
    background: url("../images/icon/icon-feiqiwu.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_feizhiwu{
    background: url("../images/icon/icon-feiqiwu-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_zulin{
    background: url("../images/icon/icon-zulin.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_zulin{
    background: url("../images/icon/icon-zulin-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_productusage{
    background: url("../images/icon/icon-shiyong.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_productusage{
    background: url("../images/icon/icon-shiyong-hover.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab .ico_other{
    background: url("../images/icon/icon-otherRL.png") no-repeat;
    background-size: 100%;
}
.common-two-tabs .tab.active .ico_other{
    background: url("../images/icon/icon-otherRL-hover.png") no-repeat;
    background-size: 100%;
}

.common-tabs .css_wuquanxian a,
.common-tabs .css_wuquanxian_sub a{
    opacity: .15;
}

/* 主问题 */
.common-tabs-content{
    display: block;
    position: relative;
}
.common-tabs-content .required:before,
.common-mask-container .required:before,
.common-vertical-table .required:before{
    content: "*";
    color: #FF4D4D;
    font-size: 18px;
    margin-right: 5px;
    font-weight: bold;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 10px;*/
    /*transform: translate(0, -50%);*/
}
.common-tabs-content .common-bg-hgt{
    height: 124px;
}
.common-tabs-content .css_zhesuan_top{
    height: 150px;
}
.common-tabs-content .big-title-btn{
    display: none;
    background: #302F52;
    border-radius: 2px;
    font-weight: 500;
    padding: 9px 10px;
    color: #fff;
}
.common-main-problem{
    width: 605px;
    height: 100%;
    background: #F9F8FD;
    border-radius: 12px;
    padding: 0 20px;
}
.common-main-problem .problem{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}
.common-main-problem .problem:last-of-type{
    margin-bottom: 0;
}
.common-main-problem .problem-intro,.sle-tips{
    font-size: 12px;
    font-weight: 400;
    color: #0E5CFE;
    line-height: 20px;
    border-radius: 2px;
    background: rgba(14,92,254,.1);
    padding: 0 6px;
    cursor: pointer;
    margin-left: 5px;
}
.common-main-problem .radio{
    margin-top: 10px;
}
.common-main-problem .radio input[type=radio]:before,
.common-main-problem .radio input[type=radio]:checked:after{
    margin-top: -4px;
}

.common-calculate-total{
    text-align: center;
    width: 208px;
    height: 100%;
    background: #F9F8FD;
    border-radius: 12px;
}
.common-calculate-total .result_mokuai_n{
    color: #FB104A;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.common-calculate-total h2{
    font-size: 40px;
    font-family: Arial,Verdana,Sans-serif;
    font-weight: bold;
    color: #FB104A;
    line-height: 40px;
}
.common-calculate-total p{
    margin-top: 8px;
    color: #2F2E51;
    line-height: 16px;
}
/* 上传按钮 */
.fileArea{
    height: auto;
    display: block;
}
.common-upload{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #999;
}
.common-upload .file{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.common-upload span{
    display: block;
    color: #999;
    line-height: 20px;
}
.common-upload .icon-upload{
    display: block;
    width: 16px;
    height: 20px;
    background: url(../images/icon/icon-upload.png) no-repeat;
    background-size: 100%;
}
.fileArea .span_upload{
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fileArea .span_upload a{
    font-size: 13px;
    line-height: 48px;
    display: block;
}
.fileArea .span_upload .a_file{
    width: 118px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.fileArea .f-rechoose{
    background: #312F52;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
    line-height: 24px!important;
    margin-right: 8px;
}
.fileArea iframe{
    width: 100%;
    height: 100%;
}
/* 下拉框 */
.input,.select{
    border: none;
    width: 100%;
    height: 100%;
    /*color: #999999;*/
    outline: none;
    background: transparent;
}
.input{
    color: #312F52;
    /*font-weight: bold;*/
}
.select{
    margin-left: -5px;
}
/* 文本框 */
.textarea{
    width: 100%;
    height: 100px;
}
.textarea textarea{
    width: 100%;
    height: 100%;
    line-height: 24px;
    background: transparent;
}
/* 单选 */
.radio label{
    display: flex;
    align-items: center;
    margin-right: 70px;
    font-size: 16px;
}
.radio label:last-of-type{
    margin-right: 0;
}
.radio input[type=radio] {
    margin-right: 10px;
    position: relative;
}
.radio input[type=radio]:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #BFBFBF;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio input[type=radio]:checked:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #BFBFBF;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio input[type=radio]:checked:after{
    content: "\2713";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    background-color: #2f2f4f;
    border-radius: 50%;
}
/* 多选 */
.checkbox label{
    display: flex;
    align-items: center;
}
.checkbox label a{
    color: #0E5CFE;
    font-weight: bold;
}
.checkbox input[type=checkbox]{
    cursor: pointer;
    position: relative;
    border-radius:2px;
    width: 14px;
    height: 14px;
    border: 1px solid #2f2f4f;
    margin-right: 9px;
}
.checkbox input[type=checkbox]:after{
    width: 14px;
    position: absolute;
    content: "";
    visibility: visible;
    border-radius:2px;
}
.checkbox input[type=checkbox]:checked:after{
    background-color: #2f2f4f;
    content: "\2713";
    position: absolute;
    line-height: 12px;
    left: -1px;
    top: 0;
    color: #fff;
    text-align: center;
}

/* 表格上的选择框 */
.common-table-topSel{
    display: flex;
    align-items: center;
    padding-left: 9px;
    margin-bottom: 20px;
}
.common-table-topSel h3{
    font-weight: bold;
}
.common-table-topSel .select{
    border: 1px solid #CCD2E2;
    width: 180px;
    height: 24px;
    padding-left: 10px;
    margin-left: 10px;
}

/* 表格 */
.common-table-list thead tr th,
.common-table-list tbody tr td{
    border-right: 1px solid #fff;
}
.common-table-list thead tr th:last-of-type,
.common-table-list tbody tr td:last-of-type{
    border-right: none;
}
.common-table-list thead tr{
    background: rgba(83,107,155,.7);
}
.common-table-list tbody tr:nth-of-type(odd){
    /*background: #EEEEEE;*/
    /*box-shadow: 0 1px 0 0 #E4E8F2;*/
}
.common-table-list tbody tr:nth-of-type(even){
    background: #F3F6FC;
}
.common-table-list thead tr th{
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    padding: 10px 5px;
    background: transparent;
}
.common-table-list thead tr sub{
    font-size: 12px;
    color: #fff;
}
.common-table-list tbody tr td{
    padding: 10px 5px;
    line-height: 22px;
}
.common-table-list tbody tr .files-list{

}
.common-table-list tbody tr .files-list a.files{
    display: block;
    color: #0E5CFE;
    line-height: 20px;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 0 auto;
}
.common-table-list tbody tr .p_unit{
    display: inline-block;
}
/* 第二级表格 */
.css_zk_tr{
    background: transparent!important;
}
.css_zk_td{
    padding: 0!important;
    overflow: hidden;
}
.css_neidiv{
    width: calc(100% - 20px);
    float: right;
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9ff;
}
.css_neidiv table{
    width: 100%;
    border: 1px solid #CCD2E2;
    border-top: none;
    border-right: none;
    border-spacing: 0;
}
.css_neidiv thead tr{
    background: #F3F6FC;
}
.css_neidiv thead tr th{
    color: #2F2F4F;
}
.css_neidiv tbody tr:nth-of-type(even){
    background: transparent;
}
.css_neidiv thead tr th,
.css_neidiv tbody tr td{
    border-top: 1px solid #CCD2E2;
    border-right: 1px solid #CCD2E2!important;
}


.common-vertical-table{
    border-top: 1px solid #CCD2E2;
    border-left: 1px solid #CCD2E2;
}
.common-vertical-table tr th,
.common-vertical-table tr td{
    border-bottom: 1px solid #CCD2E2;
    border-right: 1px solid #CCD2E2;
    text-align: left;
    width: 174px;
    /*padding: 12px 10px 12px 0;*/
    line-height: 18px;
    height: 47px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.common-vertical-table tr th{
    background: #E4E8F2;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 2px;
    /*position: relative;*/
}
.common-vertical-table tr th.required{
    padding-left: 9px;
}
.common-vertical-table tr th.required .flex-between{
    display: inline-block;
    width: 91%;
    line-height: 24px;
    clear: both;
    content: ' ';
    /*margin-left: 15px;*/
}
.common-vertical-table tr td{
    /*height: auto;*/
    border-bottom: 1px solid #CCD2E2;
    padding: 0 0 0 10px;
    background: transparent;
}
.common-vertical-table tr .css_danwei{
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    width: calc(50% - 8px);
    height: 100%;
    padding: 0 4px;
    border-left: 1px solid #CCD2E2;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.common-vertical-table tr .table-btn{
    float: right;
    /*margin-right: 7px;*/
    background: #312F52!important;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
}
.common-vertical-table tr .user_input{
    margin-right: 5px;
}
.common-vertical-table tr .input_time{
    width: 47%;
}
.common-vertical-table .span_data{
    margin-right: 5px;
}
.common-vertical-table .css_tips{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon/icon-tips.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
    top: 1px;
}
.common-vertical-table .css_tips_content{
    width: 180px;
    height: max-content;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 10px;
    font-weight: normal;
    background: rgba(255,255,255,1);
    border: 1px solid #0e5cfe;
    text-align: justify;
    z-index: 1;
    border-radius: 8px;
    color: #0e5cfe;
}
.common-vertical-table .checkbox label{
    margin-right: 15px;
}
.common-vertical-table .checkbox label:last-of-type{
    margin-right: 0;
}
.common-view-table tr td{
    color: #312F52;
}
.common-view-table .not-filled{
    color: #999;
    opacity: 0.7;
}
.upload-list a.files{
    display: block;
    line-height: 20px;
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.common-vertical-table .supplier_biansource{
    line-height: 18px;
}

.vertical-table-alert,
.vertical-table-alert .alert-text-btn{
    position: relative;
    width: 100%;
}
.vertical-table-alert .alert-text-btn .content{
    width: 100%;
    border: none;
    line-height: 24px;
}
.vertical-table-alert .alert-text-btn .icon-arrow:before{
    position: absolute;
    right: 10px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-right: 2px solid #312F52;
    border-bottom: 2px solid #312F52;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
}
.vertical-table-alert .alert-text-btn .icon-see{
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.vertical-table-alert .alert-text-btn .table-btn{
    margin-right: 6px;
    padding: 0 5px;
}
.vertical-table-alert .select-mask{
    width: 426px;
    background: #fff;
    padding: 18px 0;
    z-index: 99;
    position: absolute;
    top: 30px;
    left: -10px;
    box-shadow: 0 6px 20px 0 #ccd2e2;
}
.vertical-table-alert .select-mask ul{
    height: 252px;
    overflow-y: auto;
}
.vertical-table-alert .select-mask li{
    cursor: pointer;
    line-height: 24px;
    padding: 0 10px;
}
.vertical-table-alert .select-mask li:hover{
    background: #dbedfe;
}
.vertical-table-alert .select-mask li.sel-not-click{
    /*color: #d5d5d5;*/
}
.vertical-table-alert .select-mask li.sel-not-click:hover{
    background: #fff;
}
.vertical-table-alert .select-mask .select{
    width: 100%;
}

.common-table-noBr{
    margin-top: 10px;
}
.common-table-noBr thead tr th,.common-table-noBr tbody tr td{
    border-right: none;
    border-bottom: none;
}
.common-table-noBr thead tr th{
    font-size: 14px;
}
.common-table-noBr tbody tr .files-list a.files{
    width: 70px;
}

.css_space{
    height: 100%;
}
.css_space select{
    width: 50%;
    height: 100%;
}
.css_space select:nth-of-type(2),
.css_inputSel .edit_unit .select{
    margin-left: 0;
    padding-left: 0;
    border-left: 1px solid #CCD2E2;
}
.css_inputSel .edit_unit .select{
    font-size: 12px;
}
.css_space select:nth-of-type(2){
    /*margin-left: -5px;*/
    margin-right: 0;
}
.css_zhibiao{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.css_zhibiao .input{
    width: 36%;
}
.type_change_div .select{
    margin-right:5px;
}
.type_change_div span{
    font-size: 12px;
    margin-right: 8px;
}
.css_inputSel{
    height: 100%;
    justify-content: space-between;
}
.css_inputSel .input,
.css_inputSel .select,
.css_inputSel .edit_unit{
    width: 50%;
    height: 100%;
}
.css_inputSel .edit_unit .select{
    border-left: 1px solid #CCD2E2;
    /*padding-left: 5px;*/
    width: calc(100px - 10px);
}
.css_inputSel div.css_danwei{
    display: block!important;
    line-height: 57px!important;
}
.css_inputSel select.input{
    width: 100%;
}
.css_inputSel_Sel{
    margin-right: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.css_inputSel_Sel select:nth-of-type(1){
    margin-right: 0;
}
.css_inputSel_Sel select.input:nth-of-type(2){
    border-left: 1px solid #CCD2E2;
    width: calc(100% - 18px);
}
.common-vertical-table tr .css_yinzisource{
    width: calc(100% - 35px);
}

#id_unit_zitian{
    border-left: 1px solid #CCD2E2;
    margin-right: 5px;
}


/* 表格操作图标 */
.common-table-list .common-table-btn a{
    margin: 0 10px;
    display: block;
}
.common-table-list .common-table-btn .icon-see,
.common-vertical-table .icon-see{
    width: 12px;
    height: 15px;
    background: url(../images/icon/icon-see.png) no-repeat;
    background-size: 100%;
}
.common-table-list .common-table-btn .icon-see:hover{
    background: url(../images/icon/icon-see-hover.png) no-repeat;
}
.common-table-list .common-table-btn .icon-edit{
    width: 13px;
    height: 14px;
    background: url(../images/icon/icon-edit.png) no-repeat;
    background-size: 100%;
}
.common-table-list .common-table-btn .icon-edit:hover{
    background: url(../images/icon/icon-edit-hover.png) no-repeat;
}
.common-table-list .common-table-btn .icon-del{
    width: 15px;
    height: 14px;
    background: url(../images/icon/icon-del.png) no-repeat;
    background-size: 100%;
}
.common-table-list .common-table-btn .icon-del:hover{
    background: url(../images/icon/icon-del-hover.png) no-repeat;
}
.common-table-list .common-table-btn .css_zk,
.common-table-list .common-table-btn .css_sq{
    position: relative;
    color: #0E5CFE;
}
.common-table-list .common-table-btn .css_zk:after,
.common-table-list .common-table-btn .css_sq:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #0E5CFE;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: -10px;
    top: 4px;
}
.common-table-list .common-table-btn .css_sq:after{
    transform: rotate(180deg);
}

/* 底部按钮 */
.func-btn{
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #EBEBEB;
}
.func-btn .add-btn{
    background: #302F52;
    border-radius: 2px;
    font-weight: 500;
    padding: 9px 6px;
    margin-right: 15px;
    cursor: pointer;
}
.func-btn .add-btn input[type=button]{
    color: #fff;
}
.func-btn .add-btn b{
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/icon/icon-add.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
}
.func-btn .import-btn{
    background: #FFFFFF;
    border: 1px solid #44546A;
    border-radius: 2px;
    padding: 5px 2px 5px 4px;
}
.func-btn .import-btn input[type=button]{
    color: #44546A;
    line-height: 20px;
}
.func-btn .import-btn b{
    display: block;
    width: 16px;
    height: 20px;
    background: url(../images/icon/icon-import.png) no-repeat;
    background-size: 100%;
}
.func-btn .btn a{
    display: block;
    /*width: 78px;*/
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #2f2f4f;
    border-radius: 2px;
    text-align: center;
    color: #2f2f4f;
    margin-left: 9px;
    padding: 0 11px;
    cursor: pointer;
}
.func-btn .btn a:first-of-type{
    margin-left: 0;
}
.func-btn .btn a.btn-bg{
    background: #2f2f4f;
    color: #fff;
}
.func-btn .btn a.btn-br{
    border: 1px solid #307bf8;
    color: #307bf8;
}
.func-btn .btn a.btn-br:hover{
    background: #307bf8;
    color: #fff;
}

.func-btn-pos{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    border-top: none;
}
.func-btn-fixed{
    width: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(153, 153, 153, 0.13);
}
.func-btn-fixed .func-btn{
    margin: 0;
    padding: 20px 0;
    border: none;
    box-shadow: 0 1px 12px 0 rgba(153, 153, 153, 0.13);
}
.func-btn-fixed .func-btn .btn{
    justify-content: space-around;
    width: 60%;
}
.func-btn .btn a.btn-br{
    background: #307bf8;
    color: #fff;
}

/* 弹窗 */
.common-mask-container{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
}
.common-mask-container .common-mask-bg{
    width: 930px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
    background: #FFFFFF;
}
.common-mask-container .common-mask-box{
    padding: 37px 38px 30px;
}
.common-mask-btn{
    margin-top: 30px;
}
.common-table-btm{
    margin-top: 20px;
}
.common-mask-btn a,.common-table-btm a,
.css_godetail a{
    display: block;
    /*width: 78px;*/
    padding: 0 23px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
}
.common-mask-btn .confirm-btn,.common-table-btm .confirm-btn,
.css_godetail a{
    margin-right: 12px;
    background: #312F52;
    border: 1px solid #312F52;
}
.common-table-btm .confirm-btn{
    margin-right: 0;
}
.common-mask-btn .cancel-btn{
    border: 1px solid #999999;
    color: #999;
}
.common-mask-btn .bg-btn{
    background: #F3F4F6;
    border: 1px solid #F3F4F6;
    color: #333;
}


/* 弹窗-标题居左 */
.common-mask-left{
    padding: 30px 24px;
    text-align: left;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-mask-left .icon-text-close{
    font-size: 24px;
    color: #CCCCCC;
    border-radius: 2px;
    position: absolute;
    right: 23px;
    top: 20px;
    cursor: pointer;
    transform: rotateX(30deg);
}
.common-mask-left .mask-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}
.common-mask-left .mask-title span{
    margin-left: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #308CFC;
}
.common-mask-left .mask-tips{
    padding: 11px 20px;
    background: #F4F9FF;
    border: 1px solid #4497FC;
    opacity: 0.9;
    border-radius: 4px;
    margin-bottom: 40px;
    display: flex;
}
.common-mask-left .mask-tips .icon{
    display: block;
    width: 15px;
    height: 15px;
    background: url(/public/images/Disclosure/icon/icon-tips-blue.png) no-repeat;
    margin-right: 9px;
    margin-top: 5px;
}
.common-mask-left .mask-tips p{
    width: calc(100% - 24px);
    line-height: 24px;
}

.common-mask-left .text{
    margin-bottom: 15px;
    line-height: 24px;
}
.common-mask-left .common-mask-btn{
    justify-content: flex-end;
}
.common-mask-left .common-mask-btn a{
    margin-left: 15px;
    margin-right: 0;
}


/* 物联网 */
#id_wlw_window_top{
    padding: 0;
    justify-content: space-between;
}
.css_title{
    font-weight: bold;
}
.css_godetail a{
    margin-right: 0;
}

/* 数据填写-主问题弹窗 */
.common-mask-layer {
    width: 80%;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px 30px;
}
.common-mask-layer .icon-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url(/public/images/common/icon-close.png) no-repeat;
    cursor: pointer;
}
.common-mask-layer,
.common-mask-layer p,
.common-mask-layer span,
.common-mask-layer li,
.html-content{
    /*color: #666;*/
    line-height: 24px;
    text-align: justify;
    margin-top: 6px;
    font-size: 14px!important;
}
.common-mask-layer table{
    margin-top: 10px;
}

/* 表格弹窗 */
.table-mask{
    width: 50%;
    background: #fff;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.table-mask ul{
    width: 33%;
    border-right: 1px solid #CCD2E2;
    padding: 15px;
}
.table-mask li{
    display: flex;
    align-items: center;
    /*margin*/
}

/* 列表分页 */
.pager-wrap {
    position: relative;
    padding: 0;
}
.pager-wrap .pagination-tip,
.pager-wrap .pagination-tip h6{
    font-size: 16px;
    color: #8d96a6;
    display: flex;
    align-items: center;
    line-height: 38px;
}
.pager-wrap .pagination-tip .select,
.pager-wrap .pagination-tip .select-pages,
.region-filter .select{
    min-width: 77px;
    color: #2f2f4f;
    border-radius: 1px;
    margin: 0 35px 0 0;
    border: 1px solid #c7c8ca;
    /*font-size: 16px;*/
    height: 34px;
}
.region-filter .select{
    min-width: 122px;
    display: block;
    line-height: 34px;
    margin-left: 0;
}
.select option,
.select-pages option{
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.pager-wrap .pagers {
    margin-top: 20px;
}
.pager-wrap .pagers .pager,
.pager-wrap .pagers .pager-split,
.pager-wrap .pagers .pager-split-more,
.pager-wrap .pagers .icon-arrow-left-mute,
.pager-wrap .pagers .icon-arrow-right-active,.page a{
    float: left;
    min-width: 17px;
    padding: 0 10px;
    line-height: 32px;
    text-align: center;
    color: #acb1bb;
    /*font-size: 16px;*/
    border-left: 1px solid #acb1bb;
    border-top: 1px solid #acb1bb;
    border-bottom: 1px solid #acb1bb;
    cursor: pointer;
}
.pager-wrap .pagers .pager-split,
.pager-wrap .pagers .icon-arrow-left-mute,
.pager-wrap .pagers .icon-arrow-right-active{
    background: #fff;
    display: block;
    border: 1px solid #acb1bb;
    padding: 0 14px;
    color: #2f2f4f;
}
.pager-wrap .pagers .pager-split:first-of-type{
    border-right: none;
}
.pager-wrap .pagers .pager.active,
.pager-wrap .pagers .pager:hover{
    color: #ffffff;
    background: #2f2f4f;
    border-left: 1px solid #2f2f4f;
    border-top: 1px solid #2f2f4f;
    border-bottom: 1px solid #2f2f4f;
}
.pager-wrap .pagers .pager-split:hover{
    color: #ffffff;
    background: #2f2f4f;
    border: 1px solid #2f2f4f;
}

/* 碳足迹 */
.CFP-mask{
    /*opacity: 0;*/
}
.CFP-mask .common-mask-right{
    width: 80%;
    /*height: calc(100% - 1px);*/
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-top: 0;
}
.CFP-mask .common-mask-right .title{

}
.CFP-mask .common-mask-right .title .icon-back{
    display: block;
    width: 28px;
    height: 28px;
    background: url(/public/images/common/icon-close.png) no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
.CFP-mask .common-mask-right .title h3{
    font-size: 18px;
    display: flex;
    align-items: center;
}
.CFP-mask .common-mask-right .title h3 p{
    font-size: 18px;
}
.CFP-mask .common-mask-right .carbon-content{
    padding: 30px;
}
.CFP-mask .common-mask-right .carbon-detail-content{
    margin-top: 30px;
}
.CFP-mask .common-mask-right .carbon-detail-content h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.CFP-mask .carbon-detail-content .common-table-list th{
    font-size: 14px;
}
.CFP-mask .carbon-detail-content .br-left th{
    border-top: 1px solid #fff;
    /*border-top: none;*/
}
.CFP-mask .carbon-detail-content .br-left th:last-of-type{
    border-right: 1px solid #fff;
}

/* 产品信息 */
.product-info{
    padding: 35px 48px 30px;
}
.product-info .info-box{
    position: relative;
    margin-bottom: 16px;
}
.product-info .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.product-info .table-tips{
    margin-top: 23px;
    font-weight: 500;
    color: #2F2F4F;
}
.product-info .bg-calculator{
    width: 145px;
    height: 72px;
    background: url(../images/bg-calculator.png) no-repeat;
    position: absolute;
    right: 0;
    top: -19px;
}
.product-info .checkbox label{
    line-height: 32px;
}

/* 计算结果 */
.container-other .result-sum-up{
    padding: 38px 48px;
}
.container-other .compute-bg{
    width: 212px;
    height: 172px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 23px;
}
.container-other .compute-bg .icon-title{
    margin-bottom: 15px;
}
.container-other .compute-bg .icon-title b{
    display: block;
    width: 27px;
    height: 27px;
    margin-right: 9px;
}
.container-other .compute-bg .icon-title em{
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #2F2E51;
}
.container-other .compute-bg .number,
.container-other .compute-bg .unit{
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
    font-family: Arial,Verdana,Sans-serif;
}
.container-other .compute-bg .unit{
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
}

.container-other .compute-bg .btn{
    margin-top: 10px;
}
.container-other .compute-bg .btn a{
    display: block;
    line-height: 20px;
    border: 1px solid #2f2f4f;
    padding: 0 8px;
    border-radius: 2px;
    margin-right: 10px;
}
.container-other .compute-bg .btn a:first-of-type{
    background: #312F52;
    color: #fff;
}
.container-other .compute-bg .btn a:last-of-type{
    margin-right: 0;
}

.container-other .compute-name,
.container-other .compute-number3{
    width: 240px;
    background: #3188F3;
    padding: 0 30px;
}
.container-other .compute-name h2{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.container-other .compute-name p,
.container-other .compute-name span{
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 16px;
}
.container-other .compute-name span{
    font-weight: bold;
}

.result-sum-up .compute-number1{
    background: rgba(251, 16, 74, 0.04);
}
.result-sum-up .compute-number2{
    background: rgba(6, 190, 67, 0.04);
}
.result-sum-up .compute-number3{
    background: rgba(49, 136, 243, .04);
}

.result-sum-up .compute-number1 .number,
.result-sum-up .compute-number1 .unit,
.result-sum-up .compute-number1 .unit sub{
    color: #FB104A;
}
.result-sum-up .compute-number1 .unit sub{
    font-size: 12px;
}
.result-sum-up .compute-number1 .icon-title b{
    background: url(../images/icon/icon-result-co2.png) no-repeat;
    background-size: 100%;
}

.result-sum-up .compute-number2 .number,
.result-sum-up .compute-number2 .unit{
    color: #06BE43;
}
.result-sum-up .compute-number2 .icon-title b{
    background: url(../images/icon/icon-result-kzs.png) no-repeat;
    background-size: 100%;
}

.result-sum-up .compute-number3 .number{
    font-size: 32px;
}
.result-sum-up .compute-number3 .icon-title b{
    background: url(../images/icon/icon-result-dj.png) no-repeat;
    background-size: 100%;
}
.result-sum-up .compute-number3 .icon-tips{
    display: block;
    width: 14px;
    height: 14px;
    background: url(/public/images/RiskMonitor/icon-tips.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 3px;
}

.result-sum-up .promptBox{
    height: 172px;
    background: rgba(14, 92, 254, 0.04);
    border-radius: 12px;
    font-size: 16px;
    color: #2F2E51;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67%;
}
.result-sum-up .promptBox .icon-prompt{
    display: block;
    width: 20px;
    height: 20px;
    background: url(/public/images/common/icon-tips-lightBlue.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-right: 11px;
}
.result-sum-up .promptBox a{
    font-size: 16px;
    color: #0E5CFE;
}

.container-other .result-charts-table{
    padding: 36px 48px 45px;
}
.result-charts-table .charts{
    width: 48%;
}
.result-sum-up .title,
.result-charts-table .charts .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.result-charts-table .charts .ets{
    width: 100%;
    height: 208px;
}
.result-charts-table .charts .ets-dynamic{
    width: 100%;
}
.result-charts-table .table{
    width: 48%;
    margin-top: 26px;
}

.container-other .result-tableTabs-list{
    padding: 5px 48px 72px;
}
.result-charts-table .common-table-noBr,
.result-tableTabs-list .common-table-noBr{
    border-bottom: 1px solid #F3F6FC;
}
.result-tips{
    margin-top: 26px;
    font-weight: 500;
}
.result-tips .blue{
    color: #0E5CFE;
    font-weight: bold;
}
.clause .checkbox label{
    line-height: 32px;
}

.common-result-content .css_single_xh{
    margin-top: 15px;
}
.common-result-content .css_single_xh .css_mokuaititle{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #2F2F4F;
}
.common-result-content .css_single_xh .common-table-noBr{
    border-bottom: none;
}
.common-result-content .css_nodata{
    text-align: center;
    padding-top: 30px;
}

/* 分页 */
.common-pages{
    display: flex;
    align-content: center;
    justify-content: center;
}
.common-pages .icon{
    position: relative;
    width: 28px;
    line-height: 28px;
    color: #302F52;
    border: 1px solid #ddd;
    cursor: pointer;
}
.common-pages .icon-arrow-left-mute{
    content: "«";
}
.common-pages .icon-arrow-right-active{
    content: "»";
}
.common-pages .disabled{

}
.common-pages .pager{
    text-align: center;
    width: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ddd;
    color: #302F52;
    margin: 0 10px;
    border-radius: 2px;
}
.common-pages .active{
    background: #302F52;
    border-color: #302F52;
    color: #fff;
}

/* iframe-企业详情页碳足迹 */
.container-other-iframe{
    background: #fff;
}
.container-other-iframe .css_mokuaititle{
    margin: 30px 0 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.container-other-iframe #id_content .common-vertical-table{
    margin-top: 10px;
}

.container-other-iframe .result-sum-up,
.container-other-iframe .result-charts-table{
    padding: 22px 0 38px;
}
.container-other-iframe .compute-bg{
    width: 190px;
    height: 140px;
    padding: 0 15px;
}
.container-other-iframe .compute-name h2{
    font-size: 30px;
    margin-bottom: 0;
}
.container-other-iframe .compute-name p,
.container-other-iframe .compute-name span{
    font-size: 14px;
}
.container-other-iframe .compute-bg .icon-title{
    font-size: 14px;
    margin-bottom: 10px;
}
.container-other-iframe .compute-bg .number{
    font-size: 32px;
}
.container-other-iframe .result-charts-table .charts .title{
    font-size: 15px;
}
.container-other-iframe .result-tableTabs-list{
    padding: 5px 0 32px;
}

.container-other-iframe .common-mask-bg{
    width: 88%;
    padding: 20px;
}
.container-other-iframe .css_buy_name{
    font-size: 14px;
    font-weight: bold;
}
.container-other-iframe table .span_data{
    line-height: 20px;
}
.container-other-iframe .common-table-noBr thead tr th,
.container-other-iframe .common-table-noBr tbody tr td{
    font-size: 13px;
    line-height: 20px;
}
.container-other-iframe .common-table-list tbody tr:nth-of-type(odd){
    box-shadow: 0 1px 0 0 #e4e8f2;
}

/* 桑基图结果页 */
.container-result{
    height: 100%;
}
.container-result .compute-name{
    padding: 0 10px 0 30px;
    width: 270px;
}
.container-result .openGradeMask .common-table-list tbody tr:nth-of-type(1).seal-color1 td,
.container-result .openGradeMask .common-table-list tbody tr:nth-of-type(2).seal-color2 td{
    color: #58C89A;
}
.container-result .openGradeMask .common-table-list tbody tr:nth-of-type(3).seal-color3 td,
.container-result .openGradeMask .common-table-list tbody tr:nth-of-type(4).seal-color4 td{
    color:#308CFC;
}

/* 右侧页面浮框 */
.icon-close-float{
    width: 10px;
    height: 10px;
    background: url(/public/images/common/icon-close-float.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    cursor: pointer;
}
.common-float-right{
    position: fixed;
    right: 0;
    bottom: 20px;
    padding: 12px 8px;
    background: #2F2F4F;
    border-radius: 4px;
    z-index: 99;
}
.common-float-right a{
    display: block;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}
.common-float-right a:last-of-type{
    margin-bottom: 0;
}
.common-float-right a b{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 6px;
}
.common-float-right a span{
    color: #FFFFFF;
}
.common-float-right a:hover span{
    color: #2993FF;
}
.common-float-right .icon-contacts{
    background: url(/public/images/common/floatIcon/icon-contacts-normal.png) no-repeat;
}
.common-float-right a:hover .icon-contacts{
    background: url(/public/images/common/floatIcon/icon-contacts-select.png) no-repeat;
}

.carbon-manage-float .icon-czzn{
    background: url(/public/images/CarbonManage/hover/icon-czzn-normal.png) no-repeat;
}
.carbon-manage-float .icon-sysy{
    background: url(/public/images/CarbonManage/hover/icon-sysy-normal.png) no-repeat;
}
.carbon-manage-float a:hover .icon-czzn{
    background: url(/public/images/CarbonManage/hover/icon-czzn-select.png) no-repeat;
}
.carbon-manage-float a:hover .icon-sysy{
    background: url(/public/images/CarbonManage/hover/icon-sysy-select.png) no-repeat;
}

.carbon-manage-float .icon-cjwt{
    background: url(/public/images/CarbonManage/hover/icon-cjwt-normal.png) no-repeat;
}
.carbon-manage-float a:hover .icon-cjwt{
    background: url(/public/images/CarbonManage/hover/icon-cjwt-select.png) no-repeat;
}
/* 浮框内容 */
.file-Mask .common-mask-layer{
    width: 70%;
    text-align: center;
    padding: 40px;
}
.file-Mask .swiper-container .swiper-slide {
    padding: 0 20px;
    width: calc(100% - 40px)!important;
}
.file-Mask  .swiper-button-next:after,
.file-Mask .swiper-button-prev:after {
    font-size: 36px;
    color: #29334D;
}
.file-Mask .swiper-pagination-btm {
    bottom: 14px;
    position: fixed;
}

/* 视频 */
.file-Mask .heightVideo{
    width: 25%;
}
.file-Mask .videoUrl{
    width: 100%;
}
/* 长图 */
.file-Mask .img-scroll{
    height: 100%;
    overflow-y: auto;
}
.file-Mask .img-scroll img{
    width: 80%;
    margin: 0 auto;
}
.imgScrollUrlMask .common-mask-layer{
    height: 80%;
}
/* 左右图片 */
.file-Mask .mask-swiper-container{
    width: 100%;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
}
.file-Mask .mask-swiper-container img{
    width: 90%;
    margin: 0 auto;
}


/* 蒸汽转换 */
.conversion-mask .common-mask-bg{
    width: 826px;
}
.conversion-mask h3{
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.conversion-mask .common-vertical-table tr th{
    text-align: right;
    padding-right: 30px;
    width: 75px;
    font-size: 16px;
}
.conversion-mask .common-vertical-table tr .input{
    width: 75%;
    font-size: 16px;
}
.conversion-mask .common-mask-btn a{
    margin: 0 6px;
}

.conversion-result{
    border: 1px solid #CCD2E1;
    border-left: none;
    padding: 0 27px 0 20px;
    text-align: center;
    min-height: 173px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 47px);
}
.conversion-result span{
    display: block;
    /*margin-bottom: 16px;*/
    font-size: 16px;
    color: #000;
    line-height: 58px;
    text-align: left;
}
.conversion-result span strong{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    /*margin-top: 10px;*/
}
.conversion-result #result{
    font-size: 38px;
    margin-bottom: 0;
}
.conversion-result p{
    font-size: 14px;
    color: #D73F3F;
    line-height: 57px;
    text-align: left;
}
.data-source{
    line-height: 24px;
    margin-top: 15px;
    text-align: justify;
}


