@charset "utf-8";
/* CSS Document */
html,body,div,span,s,p,b,input,i,ol,ul,li,h1,h2,h3,h4,h5,h6,img{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    list-style: none
}
*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration:none;
    color: #333;
}
li{
    list-style-type: none;
}
input{
    outline: none;
}
.sfgk-b{
    display: block;
    font-size: 28px;
    color: #4497f7;
    font-weight: bold;
}
.contain-b{
    width: 1200px;
    margin: 20px auto;
    background-color: white;
}
.contain-b2{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.sfgk-b2{
    color: #c7c7c7;
    letter-spacing: 1px;
}
.line-b{
    border-bottom:2px solid #4497f7 ;
    margin-top: 15px;
}
.cont-l-ser{
    display: flex;
}
.cont-l-inp{
    border:1px solid #4497f7 ;
    height: 60px;
    font-size: 18px;
    flex: 1;
    padding-left: 10px;
    border-radius: 5px 0px 0px 5px;
}
.cont-l-btn{
    width: 120px;
    background-color: #4497f7;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 0px 5px 5px 0px;
}
.cont-l-table{
    width: 100%;
    margin-top: 20px;
}
.cont-l-table tr{
    height: 60px;
    text-align: center;
}
.cont-l-tr{
    background-color: #f2f2f2;
    font-size: 18px;

}
.cont-l-table tr:nth-child(2n-1){
    background-color: #fafafa;
}
.cont-l-tr2{
    font-size: 16px;
}