*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    font-family:"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
img{
    border:none;
}
em,i,u,b{
    font-style:normal;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.cl{
    clear:both;
    overflow:hidden;
}
.mb10{
    margin-bottom:10px;
}
.middle{
    vertical-align: middle;
}
/*body{
    background:#f9f9f9;
}*/
/*header*/
.header{
    background:#fff;
}
.header_title{
    width:100%;
    height:24px;
    font-size:12px;
    background:#f1f1f1;
}
.header_user{
    margin:0 auto;
    height:24px;
    width:1200px;
    position:relative;
}
.header_user li{
    float:left;
    margin:0 10px;
}
.header_user a{
    color:#333;
    line-height:24px;
    cursor:pointer;
}
.phone_code{
    position:absolute;
    top:24px;
    border:1px solid #ddd;
    right:80px;
    display:none;
    background:#fff;
    width:175px;
    padding:5px;
    z-index:20;
}
.header_logo img{
    width:220px;
    margin-top:15px;
}
.header_search{
    width:1200px;
    margin:0 auto;
    height:100px;
}
.header_search_main{
    margin-left:50px;
    margin-top:25px;
}
.header_search_adviertisement{
    height:90px;
    width:230px;
    margin-top:10px;
    margin-left:75px;
}
.header_search_adviertisement img{
    width:230px;
    height:90px;
    font-size:0;
}
.search_input{
    width:516px;
    height:30px;
    padding-left:5px;
    border:2px solid #db2533;
    outline:none;
    color:#333;
    vertical-align: middle;
}
.search_submit{
    width:100px;
    height:34px;
    border:none;
    outline:none;
    background:#db2533;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    vertical-align: middle;
}
.hotSearch{
    font-size:12px;
    margin-top:5px;
}
.hotSearch li{
    float:left;
    margin:0 10px;
}
.hotSearch a{
    color:#999;
}
.footer{
    margin:0 auto 0;
    padding-top:50px;
}
.footer_information{
    text-align:center;
    height:150px;
    font-size:12px;
    margin-top:20px;
    line-height:30px;
}
.footer_information a{
    color:#333;
}
.content_header_mainImg{
    margin-top:-5px;
}
.content_header_mainImg img{
    width:220px;
}
.cancel_cover{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5);
}
.cancel_content{
    background:#fff;
    width:300px;
    height:150px;
    border-radius:10px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-150px;
    padding:20px;
    box-sizing: border-box;
    text-align:center;
    font-size:16px;
    z-index:19999999;
}
.button_type span{
    background:#db2533;
    color:#fff;
    width:80px;
    height:30px;
    display:inline-block;
    line-height:30px;
    margin:30px 10px 0;
    cursor:pointer;
}