*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
body{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    font-size:16px;
    color: #000;
    margin: 0 auto;
    background-color: #f6f0f2;
}

.header{
    width: 100%;
    height: 70px;
    background-color: #000;
}
.h_center{
    width: 1200px;
    margin: 0 auto;
}
.h_center ul{
    float: left;
    width: 825px;
}
.h_center ul li{
    float: left;
    line-height: 70px;
    margin-right: 58px;
}
.h_center ul li a{
    width: 100%;
    color: #fff;
}
.h_center ul li a:hover,.h_center ul li a:focus,.h_center ul li a:active{
    color: #90170c;
}
.login{
    float: right;
    width: 126px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #fff;
    border-radius: 30px;
    margin-top: 19px;
}
.login a{
    width: 100%;
    color: #000;
}


.footer{
    width: 100%;
    height: 293px;
    color: #fff;
    background: url("../images/footer_bg.png") no-repeat center;
}
.footer ul{
    width: 1200px;
    margin: 0 auto;
    padding-top: 79px;
}
.footer ul li{
    float: left;
    width:400px;
}
.footer ul li a{
    color: #fff;
}
.footer ul li img{
    position: relative;
    top: 2px;
    margin-right: 15px;
}
.footer p{
    text-align: center;
    font-size: 18px;
    margin-top: 83px;
    letter-spacing: 1px;
}

.modal_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.login_modal{
    display: none;
    position: fixed;
    left: calc((100% - 476px) / 2);
    top: calc((100vh - 459px) / 2);
    z-index: 5;
    width: 476px;
    height: 343px;
    color: #666;
    background-color: #fff;
    border-radius: 10px;
    border: 1px #d8d8d8 solid;
    text-align: center;
    background-image: url("../images/l_bg.png");
    background-size: 111px 111px;
    background-repeat: no-repeat;
    padding-top: 116px;
}
.login_modal p{
    margin-top: 50px;
}
.line_m_1{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 97px;
    height: 1px;
    margin-right: 5px;
    background-image: linear-gradient(to right,#efefef,#c7c8c8);
}
.line_m_2{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 97px;
    height: 1px;
    margin-left: 5px;
    background-image: linear-gradient(to right,#c7c8c8,#efefef);
}

.piaochuang{
    position: fixed;
    top: 40%;
    right: 30px;
    z-index: 10;
    width: 199px;
    height: 189px;
    text-align: center;
    background: url("../images/piaochuang.png") no-repeat;
    background-size: 100% 100%;
}
.piaochuang a{
    display: inline-block;
    width: 120px;
    height: 84px;
    text-align: center;
    color: #fff;
    margin-top: 49px;
    line-height: 131px;
    letter-spacing: 1px;
}
/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}