/*全局样式*/
@font-face{
    font-family: '方正苏心';
    src: url('../font/FangZhengSuXin.ttf') format('truetype');
}

@font-face{
    font-family: 'ITCAvant';
    src: url('../font/ITCAvantGardeCEGothicDemi.ttf') format('truetype');
}


a:active {
    background: none;
}
/*html,body{width:100%;height:100%;position:absolute}*/
/*body{*/
    /*min-width: 1200px;*/
/*}*/


* {
    margin: 0;
    padding: 0;
    font-family: "方正苏心",-apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue" ,
    sans-serif;
}
ul,
ol {
    list-style: none;
}
a,
s,
del,
u,
i,
em,
strong,
b {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
strong,
b {
    font-style: normal;
    font-weight: inherit;
}
input,
select,
textarea,
button,
a {
    outline: none;
    text-decoration: none
}
input,
select,
textarea,
button,
a:hover{
    text-decoration: none;
}
*:hover{
    text-decoration: none;
}
textarea {
    resize: none;
}
img {
    display: block;
    border: none;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.container {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;

}

/*修改谷歌浏览器自带黄色背景颜色*/
input:-webkit-autofill{
    box-shadow: 0 0 0 400px #ffffff inset;
}

.hidden{
    display: none;
}

.hand{
    cursor:pointer;
}


.fa-Middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sun-Middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


