@font-face {
    font-family: "SourceHanSerifCNBold";
    src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "SourceHanSerifCN";
    src: url("../fonts/SourceHanSerifCN-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "STXINGKAI";
    src: url("../fonts/STXINGKAI.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 100px;
}
body {
	font-family: SourceHanSerifCN, SourceHanSerifCN;
    background: #FBFDE9;
    font-size: 0.2rem;
    min-height: 100%;
}
ul,li {
    list-style: none;
}
img {
    border: none;
}
input{
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.fb{
    font-weight: bold!important;
}
.tc{
    text-align: center!important;
}
a {
    text-decoration: none;
    color: inherit;
}
.center-center{
    display: flex;
    align-items: center;
    justify-content:center;
}
.only-dis-flex{
    display: flex;
}
.dis-flex{
    display: flex;
    align-items:center ;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden; 
}

.rit {
    position: fixed;
    top: 2.43rem;
    right: 0.32rem;
}
.rit ul li {
    width: 1.57rem;
    height: 0.42rem;
    margin-bottom: 0.15rem;
}
.rit ul li img{
    width: 100%;
    height: 100%;
}

.ewm {
    position: fixed;
    top: 6.48rem;
    left: 0.39rem;
    width:1.46rem;
    height: 2.43rem;
}
.ewm img{
    width: 100%;
    height: 100%;
}
.wap{
    display: none;
}
input[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield; /* 针对WebKit内核浏览器，如Chrome、Safari */
    -moz-appearance: textfield; /* 针对Firefox浏览器 */
  }
@media (min-width: 700px) {
  /* 定义滚动条的宽度 */
  ::-webkit-scrollbar {
    position: fixed;
    right: 0;
    width: 0.07rem;
}
/* 定义滚动条轨道的样式 */
::-webkit-scrollbar-track {
    border-radius: 0.05rem;
}
/* 定义滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.05rem;
}
/* 定义滚动条滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #555;
}
}

@media (max-width: 600px) {
    .body-content {
        overflow: hidden;
    }
    .wap {
      display: block;
    }
    #bottom-container{
        height: constant(safe-area-inset-bottom); /* 兼容IOS<11.2 */
        height : env(safe-area-inset-bottom); /* 兼容IOS>11.2 */
    }
}