@charset "utf-8";
/* 中文字体 */
/* @font-face{
    font-family: "FZLT-regular";
    src: url(../fonts/FZLTHJW.eot?#iefix) format('embedded-opentype'),
    url(../fonts/FZLTHJW.woff) format('woff'),
    url(../fonts/FZLTHJW.TTF) format('truetype'),
    url(../fonts/FZLTHJW.svg#webfontOTINA1xY) format('svg');
} */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,form,fieldset,legend,button,submit,input,textarea,select,p,table,tr,th,td,hr,sup,address,blockquote {margin:0;padding:0;}
html,body{height: 100%;width:100%;font-family: "微软雅黑";}
table {border-collapse:collapse;border-spacing:0;}
td,th {padding: 0;}
em {font-style:normal;font-weight:normal}
ul,ol,li{list-style-type:none}
a{text-decoration:none;}
a:link,a:visited,a:hover,a:active {outline:none;}
img{border:none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield;}
input::-ms-clear{display:none;}
select::-ms-expand { display: none;}
select::-ms-value {background: none; color: #7d7d7d;}
::-webkit-input-placeholder{color: #7d7d7d;}
:-moz-placeholder {color: #7d7d7d;}
::-moz-placeholder {color: #7d7d7d;}
:-ms-input-placeholder {color: #7d7d7d;}
.clear_ios{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-appearance:none;outline:none;}/*清除苹果手机按钮默认样式*/
.clearfix:before, .clearfix:after{content: ''; display: table;}
.clearfix:after{clear: both;}
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
/*loading*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 750px) {
    .sk-circle-bounce {
        width: 100px;
        height: 100px;
        position: relative;
    }
}

@media screen and (max-width: 750px) {
    .sk-circle-bounce {
        width: 75px;
        height: 75px;
        position: relative;
    }
}

.sk-circle-bounce .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle-bounce .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #c7000b;
    border-radius: 100%;
    animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}

.sk-circle-bounce .sk-circle-2 {
    transform: rotate(30deg);
}

.sk-circle-bounce .sk-circle-3 {
    transform: rotate(60deg);
}

.sk-circle-bounce .sk-circle-4 {
    transform: rotate(90deg);
}

.sk-circle-bounce .sk-circle-5 {
    transform: rotate(120deg);
}

.sk-circle-bounce .sk-circle-6 {
    transform: rotate(150deg);
}

.sk-circle-bounce .sk-circle-7 {
    transform: rotate(180deg);
}

.sk-circle-bounce .sk-circle-8 {
    transform: rotate(210deg);
}

.sk-circle-bounce .sk-circle-9 {
    transform: rotate(240deg);
}

.sk-circle-bounce .sk-circle-10 {
    transform: rotate(270deg);
}

.sk-circle-bounce .sk-circle-11 {
    transform: rotate(300deg);
}

.sk-circle-bounce .sk-circle-12 {
    transform: rotate(330deg);
}

.sk-circle-bounce .sk-circle-2:before {
    animation-delay: -1.1s;
}

.sk-circle-bounce .sk-circle-3:before {
    animation-delay: -1s;
}

.sk-circle-bounce .sk-circle-4:before {
    animation-delay: -0.9s;
}

.sk-circle-bounce .sk-circle-5:before {
    animation-delay: -0.8s;
}

.sk-circle-bounce .sk-circle-6:before {
    animation-delay: -0.7s;
}

.sk-circle-bounce .sk-circle-7:before {
    animation-delay: -0.6s;
}

.sk-circle-bounce .sk-circle-8:before {
    animation-delay: -0.5s;
}

.sk-circle-bounce .sk-circle-9:before {
    animation-delay: -0.4s;
}

.sk-circle-bounce .sk-circle-10:before {
    animation-delay: -0.3s;
}

.sk-circle-bounce .sk-circle-11:before {
    animation-delay: -0.2s;
}

.sk-circle-bounce .sk-circle-12:before {
    animation-delay: -0.1s;
}

@keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}


/* components/Loading/Loading.wxss */
.loading-new{
  height: 100%;
  padding-top: 60%;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.loading-new img{
  width: .6rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left:-0.53625rem;
  margin-top:-0.60625rem;
/*transform:translate(-50%,-50%);*/
  -webkit-animation:haha1 1.5s linear infinite;
}

#highlight {
    margin-top: -20px; /* 调整顶部间距，避免滚动后位置偏移 */
    padding-top: 20px;
}

@-webkit-keyframes haha1{

		0%{-webkit-transform:rotate(0deg);}

		75%{-webkit-transform:rotate(270deg);}

		100%{-webkit-transform:rotate(360deg);}
}
