*{margin: 0;padding: 0;}
strong {font-weight: normal;}
ul{list-style-type: none}
/* header,section,footer,nav{
    position: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: unset;
    min-width: 1200px;
} */
.nav li:hover,
header li:hover{
    color: unset;
}

body{
    position: unset;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size: unset;}
a{color: unset;text-decoration: none;}
em{font-style: unset;}
input, textarea, select, option{
    background: transparent;
}
input,textarea,select,option,button{outline:none;border:none}
input,input[type="submit"],button{border:0;}
input{
    width: 100%;
    min-height: auto;
    border-radius: 0; 
    font-family: auto;
    font-size: 16px;
    min-width: unset;
    line-height: unset;
    overflow: auto;
    text-indent:unset;
    font-size: unset;
}
textarea, select, option{
    width: auto;
    min-height: auto;
    border-radius: 0; 
    font-family: auto;
    font-size: unset;
    min-width: unset;
    line-height: unset;
    overflow: auto;
    text-indent:unset;
    font-size: unset;
}
input:focus, select:focus, textarea:focus {
    color: unset;
}
button:focus-visible,
input:focus-visible{outline: none;}
@font-face
{
    font-family: SourceHanSansCN;
    src: 
    url(https://ayaneo-1305909189.cos.accelerate.myqcloud.com/ayaneo_com/fontfamily/ProductSans-Regular.ttf) format('truetype');
    vertical-align: baseline;
}
@font-face
{
    font-family: emoji-font;
    src: 
    url(https://ayaneo-1305909189.cos.accelerate.myqcloud.com/ayaneo_com/fontfamily/emoji-font.ttf) format('truetype');
}
header{
    font-family: SourceHanSansCN;
    font-weight: 300;
}
.go-top{
    display:none;
    cursor:pointer;
    position:fixed;
    right:30px;
    bottom: 50px;
    width:50px;
    height:50px;
    border-radius:8px;
    background: url(/ayaneo/img/community/top.png) no-repeat #20232A;
    z-index: 99;
}
html,body{
    font-family: SourceHanSansCN;
    font-weight: 300;
}

.btn-big{
    background: transparent;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #ff8900;
}
.btn-big:hover{
    color: #ff8900;
}
img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button{cursor:pointer}
nav{
    box-sizing: border-box;
}
section{
    box-sizing: border-box;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    width: 100%;
}
section>.container{
    margin: auto;
}

.scroll-content{
    width: fit-content;
    cursor: pointer;
}