﻿@charset "utf-8";
::selection {
background:#228ae7; 
color:#fff;
}
::-moz-selection {
background:#228ae7; 
color:#fff;
}
::-webkit-selection {
background:#228ae7; 
color:#fff;
}
a {
    color: #5a5a5a;
    -webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
    a:hover {
        color:#96cdff;
        text-decoration:none;
    }

/*
头部背景
*/
.header_container {
    /*background:url(../img/header_bg.jpg) no-repeat;*/
}

/*

*/
.m-nav li {
    
}

.m-nav li:hover {
	
}
.m-nav > li > ul {
}

.m-nav > a.layui-btn,.person_menu_nav > a.layui-btn {
    background:none;
   border-color:#fff;
}
.m-nav > a.no_border,.person_menu_nav > a.no_border {
    border:none;
}
.layui-form-select dl dd.layui-this {
    background-color:#1875c5;
}

/*
    重置layui样式btn
*/
.layui-btn {
    padding:0 16px;
}
.layui-btn + .layui-btn {
    margin-left:0;
}
.layui-form-pane .layui-form-label.ts{
    background: none;
    border: none;
    padding: 8px 5px;
    width: 50px;
}

.layui-form-switch {
    width:50px;
}
.layui-form-switch i {
    top:2px;
    left:2px;
}
.layui-form-onswitch i {
    left: 30px;
}
.layui-form-switch em {
    top:-2px;
}

@media only screen and (max-width:767px) {
    .layui-form-item .layui-inline {
        margin-bottom:0;
    }
}
/*
    重置bootstrap样式form
*/

.login_input_compoment .form-group {
    overflow:hidden;
    margin-top:10px;
    margin-left: -30px;
}
.login_input_compoment .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.login_input_compoment .form-control {
    border-radius:0;
}


.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
}

.dt-buttons>.dt-button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.dt-buttons>.dt-button:first-child, .btn-group>.btn:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dt-buttons>.dt-button:first-child {
    margin-left: 0;
}
.dt-buttons > .dt-button + .dt-button {
    border-left:none;
}
.dt-button span{
    color: #333!important;
    font-size: 13px;
}

.dt-button {
    background-color: #f3f3f3;
    background-image: none;
    filter: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 6px 13px;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border: 1px solid rgba(0,0,0,0.13);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



/*重置内页列表*/

/*标题栏颜色*/
.box_title_compoment {

    background: #3B66B4;
    background: -moz-linear-gradient(left top, #3B66B4, #3B66B4);
    background: -webkit-linear-gradient(left top, #3B66B4, #3B66B4);
    background: -o-linear-gradient(left top, #3B66B4, #3B66B4);
    color: #fff;

}
/*li>i颜色*/
.info_list_nav li i {
   
    color:rgba(14,131,235,.9);
   
}

/*按钮*/
.layui-btn {
    padding: 0 16px;
}
/*.layui-btn-primary {
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    color: #fff;
}

.layui-btn-primary:hover {

    color: #fff;
}*/

/*Firefox hack*/
@-moz-document url-prefix() { 
     .info_nav li span{top:-20px; } 
     /*.info_nav li{padding:11px 15px;}*/
     #navleft .mod_cate {height:36.4px;line-height:36.4px;}
}
/*chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
     .info_nav li span { top:-20px; } 
     /*.info_nav li{padding: 11.2px 15px;}*/
     #navleft .mod_cate {height:35.8px;line-height:35.8px;}
}
/*ie8 hack*/
@media \0screen{
    .widget.box {/*border: 1px solid #ededed;*/} 
    /*.info_nav li{padding: 11px 15px;}*/
    #navleft .mod_cate {height:36.4px;line-height:36.4px;}
}
/*ie7 hack*/
/** + html .info_nav li{padding: 4.8px 15px;}*/

/*ie10/11 hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/*.info_nav li {padding:11.2px 15px; }*/
#navleft .mod_cate {height:35px;line-height:35px;}
}
a:focus {
    color:#29aeef;
}
/*全局颜色替换*/
.info_nav li a:hover,.info_nav li:hover a {
    color:#1774c4;
}
.info_nav li:hover,.kj_nav li:hover {
    background:#f9f9f9;
}

.layui-carousel,.layui-carousel>[carousel-item]>*{
    background-color:#fff
}

 h3.sb {
       letter-spacing: 1px;
    font-size: 18px;
    color: #333;
    background: #ffffff;
    display: initial;
    margin: 15px 15px 0 15px;
    position: relative;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-image: url(../../customer/images/xkbg.png);
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-right: 30px;
    background-position: 15px;
    line-height: 80px;
        }
        h3.sb b {
            font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: -20px;
    color: #c7c7c7;
        }
        h3.sb font{
    font-size: 14px;
    color: #fff;
    position: relative;
    background: #3c91da;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    width: 90px;
    position: relative;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
    line-height: 14px;
    top:-2px;
        }
            h3.sb font i {
                    margin-left: 5px;
            }

      .new_layout{
        border: 1px solid #6caeca;
    float: left;
    margin-top: 15px;
    position: relative;
    box-shadow: 0px 17px 14px rgba(193, 193, 193, 0.3);
    margin-bottom: 30px;
    width: calc(100% - 30px);
    margin-left: 15px;
    background: #fff;
    }
  
  .new_layout:before{
       box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    left: 15px;
    padding: 0;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
    }
   


  .xy_box {
            position:relative;
            display:none;
    width: 98%;
    padding:0 15px;
    margin-top: 100px;
        }
        .xy_box .fa-remove {
              position: absolute;
    z-index: 999;
    right: 10px;
    font-size: 18px;
    color: #9a9898;
    top: 10px;
    cursor:pointer;
    
        }

 .new_layout:after{
        box-sizing: content-box;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -18px;
        left: 14px;
        padding:0;
        border-right: 9px solid transparent;
        border-top:9px solid transparent;
        border-bottom:9px solid #6caeca;
        border-left:9px solid transparent;
        display: block;
        content:'';
        z-index:10
    }

.new_layout.sjj {
    border:none;
    box-shadow:none;
}
.new_layout.sjj:before,.new_layout.sjj:after {
    content:initial
}


.select_month font {
    font-size: 24px;
    color: #3eacff;
    font-weight: bold;
}
.select_month span {
    color: #3eacff;
}


/*layui表格重写*/

.layui-form ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.layui-form ::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.layui-form ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #60d1f7;
}


.reload-table table th .layui-table-cell, .layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
    height: auto;
    line-height: inherit
}
.reload-table table .layui-table-view .layui-table td {
    padding: 0
}
.reload-table table td .layui-table-cell {
    padding: 5px 5px;
}
/*.reload-table table .layui-table-cell, .layui-table-tool-panel li {
    overflow-y: inherit;
    overflow-x: hidden;
}*/
.reload-table table th .layui-table-cell span {
    font-weight: bold
}

.layui-table-cell > .yellow {
    background-color: #faf3e5;
    border: 1px solid #ebd098;
    color: #d28d03;
    padding: 3px 8px;
}
.layui-table-cell > .blue {
    background-color: #e7f0fc;
    border: 1px solid #aecceb;
    color: #09C;
    padding: 3px 8px;
}
.layui-table-cell > .green {
}
.layui-table-cell > .red {
}
/*///////////////628 select_group////////////////////////*/
.select_group {
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
    margin-right: 6px;
    /*border-left: 1px solid #ccc;*/
    margin-bottom:6px;
    float:left
}
    .select_group li {
        float: left;
        position: relative;
        list-style-type: none;
        padding: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        padding: 0px 10px;
        border: 1px solid #ccc;
        margin: 0 -1px 0 0;
        border-radius: 0;
        background: #fff;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
    }
.select_group li:first-child {
    border-radius: 3px 0 0 3px;
}
.select_group li:last-child {
    border-radius: 0 3px 3px 0;
}
.select_group li.active {
    border-color: #09c;
    color: #09c;
    z-index: 1;
}
.select_group li.active:after {
    content:'';
    width: 0;
    height: 0;
    position: absolute;
    bottom:0px;
    right: 0px;
    border-bottom: 18px solid #0099cc;
    border-left: 18px solid rgba(0,0,0,0);
    z-index: 2;
}
.select_group li i{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    display: none;
    overflow: hidden;
    color: #fff;
    z-index: 9;
}
.select_group li i{
    display: block;
}
/*///////////////////wx_new_input//////////////////////////*/
.wx_new_input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 height:30px;
    font-size: 13px;
    padding: 0px 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
}
.new_div_inline {
    float:left;
    margin-right:6px;
}
.new_block_inline {
   
    display:block;
    width:100%;
    height:auto;
    overflow:hidden
}
.new_div_row {
    overflow: hidden;
    padding: 0 1px;
    margin-top: 10px;
}
.new_div_inline .layui-input, .layui-select, .layui-textarea {
    height:32px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.layui-btn-blue {
    background-color: #09c;
    border: 1px solid #09c;
    padding:0 9px;
}
.layui-btn-orange {
        background-color: #f89406;
    border-color: #e38603;
    padding:0 9px;
}
.layui-btn-blue i, .layui-btn-orange i {
    float:left;
    margin-right:5px;

}
.layui-btn-blue span,.layui-btn-orange span {
    float:left;
    height:28px;
    line-height:28px;
}

/*///////////////////////////////////20210705 表单优化///////////////////////////////////////*/
.new_form_line {
        width: 100%;
    height: auto;
    overflow: hidden;
   padding: 5px 0;
   position:relative;
}
.paddingleft75 {
    padding-left:62px;
}
.paddingtop15 {
    padding-top:15px;
}
.paddingtop5 {
    padding-top:5px;
}
.margintop5 {
    margin-top:5px;
}
.margintop10 {
    margin-top:10px;
}
.margintop15 {
    margin-top:15px;
}
.margintop30 {
    margin-top:30px;
}
.width80 {
    width:80px!important;
}
.red {
    color:red;
}
.new_form_line > h1 {
           border: 1px solid #afafaf;
    float: left;
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #afafb6;
    font-size: 20px;
    font-family: '宋体';
    font-weight: bold;
}
.new_form_line > h3 {
        float: left;
    color: #717171;
    font-weight: bold;
    letter-spacing: 1px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin: 0 15px;
}
.new_form_line > h4{
    float: left;
    color: #e4e4e4;
    height: 45px;
    line-height:45px;
    font-size: 15px;
}

.qk_nav {
        float: left;
}
.qk_nav li{
    display: inline-block;
    border: 1px solid #f1f1f1;
    /*border-radius: 3px;*/
    background: #fdfdfd;
    padding: 5px 15px;
    position: relative;
    color: #c3c3c3;
 margin-right: 15px;
 cursor:pointer;
}
.qk_nav li.active {
    border: 1px solid #73b7ea;
    color: #3eacff;
    background: #fbfdff;
}
.qk_nav li span{
}
.qk_nav li font{
    display: block;
    padding: 0px 15px;
    font-size: 18px;
}
.qk_nav li i{
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 18px;
    display:none;
}
.qk_nav li.active i{
    display:inherit;
}

.new_form_line > h6, .new_form_inline > h6 {
    display: inline-block;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #293036;
}
.new_form_line h7 {
    display: block;
    margin-bottom: 5px;
    color: #293036;
}
.new_form_line h6 > span ,.new_form_line h7 > span {
    color:red;
    margin-right:5px;
}
.new_form_line > input , .new_form_inline > input {
    width: 195px;
    height: 36px;
    padding: 0 5px;
    /*border: 1px solid #dfdfdf;
    background: #fdfdfd;*/
    color: #6f6f6f;
    font-size: 16px;
}
.new_form_inline {
    display: inline-block;
    margin-right: 30px;
}
.new_form_inline > h6  {
}
.new_form_inline > input  {
}
.new_form_table_box {
    border: 1px solid #e6e6e6;
    position: relative;
}
.addbox{
          position: absolute;
    border: 1px solid #f1f1f1;
    top: 10px;
    right: 0;
}
.addbox input{
        border: none;
    height: 30px;
    width: 180px;
        padding: 0 10px;
}

.addbox button{
      width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    background: #1b9dff;
    color: #fff;
}

.new_form_table_box table{
    width:100%;
    font-size:12px;
}
.new_form_table_box th{
        padding: 7px 5px;
    /*font-size: 12px;*/
    color: #868686;
}
.new_form_table_box th:last-child{
    text-align:center
}
.new_form_table_box td{
        color: #717171;
    padding: 7px 0;
}
.new_form_table_box td div{
     padding: 0 5px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.new_form_table_box td:last-child {
    text-align:center;
}
.new_form_table_box td i{
    cursor:pointer;
}

.new_form_line select {
    height: 36px;
    padding: 0 5px;
    border: 1px solid #dfdfdf;
    width:200px;
}

.new_form_line > textarea, .new_form_inline > textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.overflowI {
   overflow: inherit!important;
}

/*/////////////////////////语言切换样式  开始//////////////////////////////////////*/
 .lang_nav {
        width: 150px;
    position: absolute;
    right: 420px;
    top: 30px;
    z-index: 99999;
}
.lang_nav li {
        cursor: pointer;
    position: relative;
    font-size: 12px;
    letter-spacing: 0;
}
.lang_nav>li>ul {
    display: none;
    position: absolute;
    width: 150px;
    z-index: 10;
    left: -60px;
   
}
.lang_nav li ul li {
    text-align: center;
    width: 85px;
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 2px 0;
    background: #f9f9f9;
}
.lang_nav li:hover ul {
    display: block;
}
.lang_nav li ul li:hover {
    background: #efefef;
}
/*/////////////////////////语言切换样式  结束//////////////////////////////////////*/

.navbar-nav > li > .dropdown-menu li i {
    margin-right:5px;
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


