:root {
    --sk-size: 20px;
    --sk-color: #fff;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px; 
}
  
::-webkit-scrollbar-thumb {
background-color: #AAA;
border-radius: 4px;
display: inline-block; 
}

::-webkit-scrollbar-track {
background-color: #f0f0f0; 
}

body {
	font-family: 
    "SourceHanSansSC-Regular", "PingFang SC", 
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", 
    Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", 
    "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
    margin: 0; 
    font-size: 12px;    
    /* overflow-x: hidden;  */
}

.sk-circle-fade {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
}

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

.sk-circle-fade-dot:before {
    content: '';
    display: block;
    width: 15%;
    height: 15%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
    transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
    transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
    transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
    transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
    transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
    transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
    transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
    transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
    transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
    transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
    transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-circle-fade-dot:nth-child(2):before {
    animation-delay: -1.0s
}

.sk-circle-fade-dot:nth-child(3):before {
    animation-delay: -0.9s
}

.sk-circle-fade-dot:nth-child(4):before {
    animation-delay: -0.8s
}

.sk-circle-fade-dot:nth-child(5):before {
    animation-delay: -0.7s
}

.sk-circle-fade-dot:nth-child(6):before {
    animation-delay: -0.6s
}

.sk-circle-fade-dot:nth-child(7):before {
    animation-delay: -0.5s
}

.sk-circle-fade-dot:nth-child(8):before {
    animation-delay: -0.4s
}

.sk-circle-fade-dot:nth-child(9):before {
    animation-delay: -0.3s
}

.sk-circle-fade-dot:nth-child(10):before {
    animation-delay: -0.2s
}

.sk-circle-fade-dot:nth-child(11):before {
    animation-delay: -0.1s
}

.dialog-rightForm-btn .loadingBlock, .submitBtn .loadingBlock{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}

.dialog-rightForm-btn .loadingBlock {
    margin-left: 65px;
    width: 14px;
    height: 14px;
}

.submitBtn .loadingBlock {
    margin-left: 80px;
}

@keyframes sk-circle-fade {
    0%,39%,100% {
        opacity: 0;
        transform: scale(0.6)
    }

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



.overHide {
    overflow: hidden;
}

a {
	text-decoration: none;
}
p{
	margin: 0;
}
input,button,img {
	border: 0;
}

li {
    list-style: none;
}

img {
	display: block;
}

.red {
	color: #FF4D4D;
}
.di{
	display: inline-block;
}

.dn {
    display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt40 {
	margin-top: 40px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.d-none {
	display: none;
}

.tac {
	text-align: center;
}

.circle {
	width: 4px; height: 4px; border-radius: 50px; background: #AAAAAA;
}

.more-wrap {
	width: 450px; height: 60px; background: #6BCC38; margin: 0 auto; text-align: center;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.more-button {
	font-size: 24px; color: #FFFFFF; letter-spacing: 1px; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	/* background: url(/images/arrow1.png) no-repeat;  */
    background: url('../images/arrow1.png') no-repeat; 
    display: inline-block; 
    padding: 0 0 0 32px;
	position: relative; top: 50%;  transform: translateY(-50%); background-position-y: 4px;
    background-position-x: -4px;
    
}

.more-wrap .btnWrap {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.more-wrap .btnWrap:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.more-wrap > div {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.more-wrap > div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.app {
	min-width: 1024px;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}

.app > div {
    width: 100vw;
    min-width: 1024px;
    margin-top: 60px;
}

/* 字体文件 */
@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url(https://xcx.bigbigwork.com/p/fonts/SourceHanSansSC-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansSC-Medium";
    src: url(https://xcx.bigbigwork.com/p/fonts/SourceHanSansSC-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansSC-Bold";
    src: url(https://xcx.bigbigwork.com/p/fonts/SourceHanSansSC-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: "TsangerJinKai02-W01";
    src: url(https://xcx.bigbigwork.com/p/fonts/TsangerJinKai02-W01.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TsangerJinKai02-W03";
    src: url(https://xcx.bigbigwork.com/p/fonts/TsangerJinKai02-W03.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
.font-regular {
    font-family: "SourceHanSansSC-Regular", "Microsoft Yahei", "微软雅黑", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.font-medium {
    font-family: "SourceHanSansCN-Medium", "SourceHanSansSC-Medium", "Microsoft Yahei", "微软雅黑", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.font-bold {
    font-family: "SourceHanSansSC-Bold", "Microsoft Yahei", "微软雅黑", sans-serif;
    font-weight: normal;
    font-style: normal;
}



