*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    -webkit-tap-highlight-color:transparent;
    -webkit-font-smoothing: antialiased;
    font-family:"微软雅黑",Arial,Helvetica,sans-serif;
    word-wrap:break-word;
    
 

}
a{
    color: #000;
    text-decoration: none;
}
html,body{
    width: 100%;
    overflow-x: hidden;
    /* background-color: #f2f2f2; */
    
}
html{

}
body{
    /* background-image: url(../img/seiya-bg.png); */
    background-image: url(../img/bgg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center top; */
    background-position: center 713px;
    /* background-attachment: fixed; */
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    zoom:1;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left{
    float: left;
}

.right{
    float: right;
}

.hide{
    display: none;
}

.show{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.red{
    color: red;
}
.pt0{
    padding-top: 0;
}