*{  margin: 0; padding: 0;font-family:'微软雅黑';}
@font-face {
    font-family: 'alibaba';   /*字体名称*/
    src: url('../font/AlibabaPuHuiTi.ttf');       /*字体源文件*/
  }
  
ui,li{
    list-style: none;
}
body{
    overflow-x: hidden;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
a{
    transition: all .3s linear;
}
a:hover{
    color:#1E80FF;
}

.flex{
    display: flex;
}
.flex-c{
    flex-direction: column;
}

.felx-sb{
    display: flex;
    justify-content: space-between;
}
.flex-jc{
    display: flex;
  justify-content: center;
    
}
.felx-jc{
    justify-content: center;
    align-items: center;
}
.header{
    padding: 10px 0;
    background: #fff;
}
.white{
    background: #fff;
}

.grey{
    background-color: #eaeaea;
}
.header .w{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.logo{
    display: flex;
    align-content: center;
    align-items: center;
}
.logo img{
    margin-right: 20px;
}
.description{
    display: flex;
    flex-direction: column;
}
.login{   
    font-size: 20px;
    font-weight: 500;
    color: #343434;
    cursor: pointer;
}
.footer{
    /* margin-top: 2%; */
    height: 288px;
    background-color: #323232;
    color:#fff;
    display: flex;
    align-content: center;
    align-items: center;
 
}
.center{
    text-align: center;
}

.footer .w{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.weixin p{
padding-top: 10px;
text-indent: 2em;
}

.copyright{
     text-align: right;
     font-weight: 400;
}

.copyright h3{
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}
.copyright p{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #dedede;
}
.copyright a{
    color:#fff;
}

.fixed{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 1%;
    top:60%;
}

.tips{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tips p{
    color:#ccc;
    padding: 1% 0;
    font-size: 18px;
    background: linear-gradient(to right, red, blue);
        -webkit-background-clip: text;
        color: transparent;
}
.title{

    display: flex;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 2%;
    position: relative;
}

.title a{
    padding:0 10px;
    
}
.title a:last-child{
    color: #1864c8;
}

.form-box{
    display: flex;
    flex-wrap: wrap;
    
}
.form-box .item{
    display: flex;
     width: 50%;
     justify-content: space-between;
     justify-items: center;
     align-items: center;
     margin-bottom: 1%;
     
}
.form-box .item .item-title{
    width:20%;
     text-align: right;
}
.form-box .item  .item-input{
    width: 75%;
}
/* 时间长度 */
.data-input-mini{
    width: 30%;
}


.title-mtb{
    margin: 1% 0;
    font-weight: 700;
}
.required {
    position: relative;
    font-style: normal;
  
}

.required::before{
    position: absolute;

    display: block;
    left: -16px;
    font-size: 20px;
    top: 0;
    content: "*";
    color: #ff4949;

}

.m-tb{
    margin: 2% 0;
}
.fs30{
    font-size: 30px;
    color: #1E80FF;
}
.fw-b{
    font-weight: bold;
}
.blue{
    color: #1E80FF;
    font-size: 24px;
}
.nemu-icon{
    width: 26px;
    height: 26px;
   
}
.table{
    border: 1px solid #eaeaea;
    border-collapse: collapse;
}
/* 切换 */
.tabs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tabs {
    display: flex;
    flex-direction: column;
    width: 270px;
    font-size: 18px;

}

.tabs li {
    text-align: center;
    line-height: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #fff;

    transition: all .3s linear;
    display: flex;
    padding:0 20px;  
    align-items: center;
    justify-content: space-between;

    filter: grayscale(100%);
}
.tabs li:hover{
 color: #1865c8;


 filter: grayscale(0);
}

.tabs-con {
    width: calc(100% - 280px);  
}
.tabs-box {
    display: flex;
    flex-direction: row;
    padding: 2% ;
    display: none;

}

.tabs li.active {
  
    filter: grayscale(0);
    color: #1865c8;
    position: relative;
}

.boxOne {
    display: block;
}
.m-l05{margin-left: 10%;}
.m-l1{margin-left: 10%;}
.m-l2{margin-left: 20%;}
.m-l3{margin-left: 30%;}
.m-l4{margin-left: 40%;}
.m-l5{margin-left: 50%;}


.height{
   height: 50px;
   line-height: 50px;
   font-size: 20px;
}

.tabs-container{
    min-height: 550px;
}
.layui-layer-btn{
    display: flex;
    justify-content: space-between;
    
}

.layui-layer-btn0{
    background:none!important;
    border: 0; 
    font-size: 16px;
    font-weight: 400;
    border: 0!important;
    color: #1864c8!important;
   
}
.layui-layer-btn1{
    background:none!important;
    border: 0; 
    font-size: 16px;
    font-weight: 400;
    border: 0!important;
    color: #1864c8!important;
}