.tipss{
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
}

.table_tr .title {
    color: #242425;
    font-weight: bold;
}
.table_tr .title td {
    color: #242425;
    font-weight: bold;
}
.table_tr tr {
    height: 50px;
    text-align: center;
    border: 1px solid #C9CACA;
}
.table_tr tr td {
    border: 1px solid #C9CACA;
}
.table_tr .font {
    font-size: 15px;
}
.table_tr .font .font_img2 {
    margin-left: 7px;
    margin-top: -5px;
    width: 25px;
    vertical-align: middle;
}
.td_color {
    color: #2D62AE;
    transition: all 0.3s;
}

.sousuo{
    width: 100%;
    height: 100px;
    margin-top:60px;
}
.sousuo_border{
    width: 730px;
    height: 50px;
    border: 1px solid #325F9C;
    border-radius: 30px;
    margin: auto;
}
.sousuo_right{
    width: 118px;
    height: 50px;
    float: right;
    background: #325F9C;
    border-radius: 0px 30px 30px 0px;
    margin-top: -1px;
    transition: all 0.3s;
    cursor: pointer;
}
.suosuo_input{
    float: left;
    width: 610px;
    height: 48px;
    border-radius: 30px 0px 0px 30px;
    border:none;
    padding-left: 20px;
    color: #000000;
    font-family: "微软雅黑";
    font-size: 14px;
    background: transparent;
}
.suosuo_input::-webkit-input-placeholder{
    color: #A5A5A5;
    font-family: "微软雅黑";
}
.suosuo_input:-moz-placeholder{
    color: #A5A5A5;
    font-family: "微软雅黑";
}
.suosuo_input::-moz-placeholder{
    color: #A5A5A5;
    font-family: "微软雅黑";
}
.suosuo_input:-ms-input-placeholder{
    color: #A5A5A5;
    font-family: "微软雅黑";
}
.right_img{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}
.right_img img{
    width: 25px;
    height: auto;
    margin-top: 3px;
}
.right_font{
    color: #fff;
    font-size: 18px;
    margin-top: 13px;
    margin-left: 9px;
    float: left;
}