.header{
    height: 74px;
    width: 100%;
    overflow: hidden;

  background: url('../imgs/header-bg.png') no-repeat;
}
.h-l{
    height: 74px;
    width: 30%;
    float: left;
    overflow: hidden;
}
.h-r{
    height: 74px;

    width: 30%;
    float: left;
    overflow: hidden;
}
.h-m{
    height: 74px;
    width: 40%;
    float: left;
    font-size: 36px;
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;

}
.login{
    width: 92px;
    height: 42px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: linear-gradient(#4eaac6,#163956);
    border-radius: 12px;
    float: right;
    margin-right:50px;
    margin-top: 34px;
}
.planblock{
    background: #04162d;
    background: linear-gradient(rgba(3,30,57,1),rgba(2,38,69,1));;
    width: 100%;
    height: 720px;
    position:relative;
    overflow: auto;
}
.planblock::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,rgba(56,199,239,1),rgba(56,199,239,0));
}
.line{
    width: 50%;
    height: 1px;
   float: left;
    background: linear-gradient(to left,rgba(56,199,239,1),rgba(56,199,239,0));
}
.line1{
    width: 50%;
    height: 1px;
    float: left;
    background: linear-gradient(to right,rgba(56,199,239,1),rgba(56,199,239,0));
}
.title-flag{
    width: 100px;
    height: 30px;
    background: linear-gradient(to left,rgba(62,132,143,1),rgba(62,132,143,0));
    color: #fff;
    line-height: 30px;
    border-bottom-right-radius:16px ;
    padding-left: 20px;
    font-size: 16px;

}
.h-f{
    width: 20px;
    font-size: 14px;
    color: #fff;
    height: 84px;
    background: #1b6885;
    display: inline-block;
    float: left;
    text-align: center;
}
.jiantou{
    float: left;
    color: #fff;
    line-height: 84px;
}
.icon-sy{
    border: 1px solid #56bfdb;
}
.blocka{
    float: left;
    margin-top: 4px;
}
.blockb{
    float: left;
    height: 60px;
    width: 610px;
    background:linear-gradient(to right, rgba(39,75,104,1), rgba(39,75,104,0));
    margin-top: 14px;
    overflow: hidden;
    margin-left: 72px;
    padding-left: 21px;
    color: #fff;
    font-size: 16px;
}
.tt{

    line-height: 60px;

}
.btn{
    font-size: 16px;
    width: 108px;
    height: 40px;
    text-align: center;
    line-height: 26px;
    border-radius: 12px;
    background: linear-gradient(#06a3b9,#307bb7);
}
.blockd{
    float: right;
    margin-right: 20px;
    color: #fff;
}
.out{
    margin-top: 28px;
}

table{
    background-color: #d9edf7;
}
