* {
    margin: 0;
    padding: 0;
}
body, html {
    font-family: Avenir,Helvetica,Arial,sans-serif;
 	line-height: 1.42857143;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.header .top_header{
    background: #f5f5f5;
    border-bottom: #eaeaea;
}
.header .top_header .wrap{
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    color: #999;
    font-size: 12px;
}
.header .top_header .wrap a{
    color: #999;
} 
.header .top_header li{
    padding: 0 15px;
    border-right: 1px solid #e1e1e1;
    display: inline-block;
    cursor: pointer;
}
.header .center_header{
    height: 125px;
}
.header .center_header .logo{
    width: 220px;
    height: 105px;
    margin-top: 10px;
}
.header .center_header .nav{
    margin-left: 50px;
}
.header .center_header .nav ul{
    float: left;
    width: 610px;
    display: block;
    margin-top: 50px;
    margin-right: 30px;
}
.header .center_header .nav li{
    float: left;
    /*margin: 0 4px;*/
    margin: 0 5px;
    /*padding: 0 4px;*/
    padding: 0 10px;
    font-size: 16px;
    color: #999;
}
.header .center_header .nav li a{
    color: #999;
}
.header .center_header .nav .active{
    color: #ff464e;
}
.header .center_header .head_menu_user{
    margin-top: 50px;
}
.header .center_header .head_menu_user img{
    margin-right: 10px;
}
.header .center_header .head_menu_user .info{
    color: #999;
    line-height: 25px;
    font-size: 14px;
}
.header .center_header .head_menu_user .info .red{
    color: #ff464e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 90px;
}
.header .center_header .head_menu_user .info .logout{
    margin-left: 15px;
    cursor: pointer;
}
.header .center_header .head_menu_user .info .logout i{
    font-size: 14px;
}
.xian{
    height: 5px;
    background: #eee;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer_wrap{
    height: 200px;
    padding-top: 30px;
}
.footer_wrap ul li{
    display: inline-block;
    width: 270px;
    height: 56.5px;
}
.footer_wrap ul li img{
    width: 50px;
    margin-top: -0px;
}
.footer_wrap ul li .info{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
.footer_wrap ul li .info .title{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.footer_wrap ul li .info .desc{
    font-size: 12px;
    color: #999;
}
.footer_wrap ul li:not(:first-child){
    margin-left: 33px;
}
.footer_wrap .copyright{
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 48px;
    clear: both;
}

.head_tips{
    width: auto;
    text-align: center;
    background:  #fff;
    border: 0px solid #fbe3c8;
    border-radius: 0px;
    line-height: 40px;
    font-size: 18px;
    color:#f80;
    font-weight: 600;
    padding-left: 10px;
    margin: 0 auto 0px;
}

.footer_wrap .tips{
    width: auto;
    text-align: center;
    background:  #fbe3c8;
    border: 1px solid #fbe3c8;
    border-radius: 6px;
    line-height: 40px;
    font-size: 18px;
    color:#f80;
    font-weight: 600;
    padding-left: 10px;
    margin: 0 auto 20px;
}

.footer_wrap .copyright .jc{
    line-height: 50px;
}
.footer_wrap .copyright .link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_wrap .copyright .link p{
    display: flex;
    flex-wrap: wrap;
}
.footer_wrap .copyright .link a{
    margin-right: 6px;
    white-space: nowrap;
}