@charset "UTF-8";


html,body{width:100%;height:100%;margin:0 auto;-webkit-tap-highlight-color:transparent;font-family: "Noto Sans SC"}
.clear{clear: both;}
.hide{display:none;}
.visibility{visibility: hidden}
ul,li{ list-style: none; margin: 0; padding: 0}
input, textarea {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto;*/
.content{
    margin:0 auto;
    position: absolute;
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.in_up { -webkit-animation:in_up 0.4s ease both; }
@-webkit-keyframes in_up    {
    0% { -webkit-transform:translate3d(0,30px,0); opacity:0; }
    100% { -webkit-transform:translate3d(0,0,0); opacity:1; }
}
.in_down { -webkit-animation:in_down 0.4s ease both; }
@-webkit-keyframes in_down    {
    0% { -webkit-transform:translate3d(0,-30px,0); opacity:0; }
    100% { -webkit-transform:translate3d(0,0,0); opacity:1; }
}
.in_left { -webkit-animation:in_left 0.4s ease both; }
@-webkit-keyframes in_left    {
    0% { -webkit-transform:translate3d(30px,0,0); opacity:0; }
    100% { -webkit-transform:translate3d(0,0,0); opacity:1; }
}
.in_right { -webkit-animation:in_right 0.4s ease both; }
@-webkit-keyframes in_right    {
    0% { -webkit-transform:translate3d(-30px,0,0); opacity:0; }
    100% { -webkit-transform:translate3d(0,0,0); opacity:1; }
}
.in_alpha { -webkit-animation:in_alpha 0.4s ease both; }
@-webkit-keyframes in_alpha    {
    0% { -webkit-transform:translate3d(0,0,0); opacity:0; }
    100% { -webkit-transform:translate3d(0,0,0); opacity:1; }
}

.in_up2 { -webkit-animation:in_up 1.5s ease both; }
.in_down2 { -webkit-animation:in_down 1.5s ease both; }
.in_left2 { -webkit-animation:in_left 1.5s ease both; }
.in_right2 { -webkit-animation:in_right 1.5s ease both; }
.in_alpha2 { -webkit-animation:in_alpha 1.5s ease both; }

.bor1{
	border: 1px solid red;
}

.pt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pt>.cc {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pcc{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jb{
	 background: linear-gradient(to bottom, #85beed 0%, #ffffff 80%);
}




/*侧边栏 */
.menusub{
	position: fixed;
    width:100%;
    height:100%;
    overflow:hidden;
    /* position:fixed; */
    /*left: -100%;*/
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 99;
}
.menusubside{
	width: 100%;
}

.menusubli{
    width: 100%;
    height: 100%;
}
.menusub_bg{
    position: absolute;
    left: -315px;
	/* left: 0; */
    top: 0;
    width:315px;
    height: 100vh;
    background:#eef7ff;
	overflow: hidden;
}
.menusub_bg>.close_btn {
	margin-top: 100px;
	width: 129px;
	height: 129px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.menusubli>a{
	margin-left: 22px;
    width: 200px;
	height: 110px;
    display: block;
	color:#262626;
	font-size: 30px;
	font-weight: 400;
	text-decoration-line: none;
	padding-left: 28px;
	padding-top: 17px;
}
.menusubli>a.on{
    background: url('../images/menu_sub_bg.png') left top no-repeat;
	background-size: 100%;
}

.lmenu{
	position: fixed;
	left: 0;
	top: 0;
	width: 315px;
	height: 100vh;
	background-color: #eef7ff;
}
.list_menu {
	background: url(../images/list_menu.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 40px;
	top: 13px;
	width: 124px;
	height: 64px;
}
.list_logo {
	background:url(../images/list_logo.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 490px;
	top: 21px;
	width: 218px;
	height: 49px;
}
.list_back{
	background: url(../images/back_btn.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 40px;
	top: 13px;
	width: 124px;
	height: 64px;
}

/* soon */
.comming_soon2{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.comming_soon2>div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comming_soon2>div>img{
	width: 261px;
	height: 80px;
}


.an01{
    -webkit-animation-delay: 0.1s;
}
.an02{
    -webkit-animation-delay: 0.2s;
}
.an03{
    -webkit-animation-delay: 0.3s;
}
.an04{
    -webkit-animation-delay: 0.4s;
}
.an05{
    -webkit-animation-delay: 0.5s;
}
.an06{
    -webkit-animation-delay: 0.6s;
}
.an07{
    -webkit-animation-delay: 0.7s;
}
.an08{
    -webkit-animation-delay: 0.8s;
}
.an09{
    -webkit-animation-delay: 0.9s;
}
.an10{
    -webkit-animation-delay: 1s;
}
.an11{
    -webkit-animation-delay: 1.1s;
}
.an12{
    -webkit-animation-delay: 1.2s;
}
.an13{
    -webkit-animation-delay: 1.3s;
}
.an14{
    -webkit-animation-delay: 1.4s;
}
.an15{
    -webkit-animation-delay: 1.5s;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #939a9f;
    font-weight: 400;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939a9f;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #939a9f;
   font-weight: 400;
}

.shake-hardtw{
    display: inherit;
    transform-origin: center center; 
}

@keyframes shake-hardtw {
    2% {
        transform: translate(0, 0) rotate(.5deg)
    }
    4% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    6% {
        transform: translate(0, 0) rotate(.5deg)
    }
    8% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    10% {
        transform: translate(0, 0) rotate(.5deg)
    }
    12% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    14% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    16% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    18% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    20% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    22% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    24% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    26% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    28% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    30% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    32% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    34% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    36% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    38% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    40% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    42% {
        transform: translate(0, 0) rotate(.5deg)
    }
    44% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    46% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    48% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    50% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    52% {
        transform: translate(0, 0) rotate(-2.5deg)
    }
    54% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    56% {
        transform: translate(0, 0) rotate(.5deg)
    }
    58% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    60% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    62% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    64% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    66% {
        transform: translate(0, 0) rotate(.5deg)
    }
    68% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    70% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    72% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    74% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    76% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    78% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    80% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    82% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    84% {
        transform: translate(0, 0) rotate(.5deg)
    }
    86% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    88% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    90% {
        transform: translate(0, 0) rotate(-2.5deg)
    }
    92% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    94% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    96% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    98% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0)
    }

}

.shake-hardtw{
    animation-name: shake-hardtw;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
    animation-play-state: running;
}
.alarm{
    animation-name: shake-hardtw;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.animateMove1{
    -webkit-animation: animate_move1 1s linear infinite;
    animation: animate_move1 1s linear infinite;
}
@keyframes animate_move1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.animateMove2{
    -webkit-animation: animate_move2 1s linear infinite;
    animation: animate_move2 1s linear infinite;
}
@keyframes animate_move2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.animateMove3{
    -webkit-animation: animate_move3 1s linear infinite;
    animation: animate_move3 1s linear infinite;
}
@keyframes animate_move3 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}


.animateOpacity1{
    -webkit-animation: animate_opacity1 0.7s linear infinite;
    animation: animate_opacity1 0.7s linear infinite;
}
@keyframes animate_opacity1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.animateOpacity113{
    -webkit-animation: animate_opacity113 1s linear infinite;
    animation: animate_opacity113 1s linear infinite;
}
@keyframes animate_opacity113 {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.9;
    }
}

.animateOpacity12{
    -webkit-animation: animate_opacity12 0.5s linear infinite;
    animation: animate_opacity12 0.5s linear infinite;
}
@keyframes animate_opacity12 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.animateOpacity101{
    -webkit-animation: animate_opacity101 0.5s linear 3 forwards;
    animation: animate_opacity101 0.5s linear 3 forwards;
}
@keyframes animate_opacity101 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.animateOpacity13{
    -webkit-animation: animate_opacity13 2.5s linear infinite;
    animation: animate_opacity13 2.5s linear infinite;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
@keyframes animate_opacity13 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.animateScale1{
    -webkit-animation: animate_scale1 1s linear infinite;
    animation: animate_scale1 1s linear infinite;
}

@keyframes animate_scale1 {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(0.9, 0.9, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}




.animateScale101{
    -webkit-animation: animate_scale101 3s linear infinite;
    animation: animate_scale101 3s linear infinite;
}

@keyframes animate_scale101 {
    0% {
        transform: scale3d(1.1,1.1, 1);
    }
    8% {
        transform: scale3d(1.2,1.2, 1);
    }
    16% {
        transform: scale3d(1.1,1.1, 1);
    }
    24% {
        transform: scale3d(1.2,1.2, 1);
    }
    32% {
        transform: scale3d(1.1,1.1, 1);
    }
    100% {
        transform: scale3d(1.1,1.1, 1);
    }
}

.animateScale2{
    animation-name:animate_scale2;
    animation-duration:0.2s;
    animation-timing-function: linear;
    animation-delay:0.2s;
    animation-iteration-count:1;
    opacity: 0;
    animation-fill-mode:forwards
}

@keyframes animate_scale2 {
    0% {
        opacity: 0;
        transform: scale3d(3, 3, 1);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.animateScale3{
    animation-name:animate_scale3;
    animation-duration:0.3s;
    animation-timing-function: linear;
    animation-delay:1.5s;
    animation-iteration-count:1;
    transform: scale3d(0, 0, 1);
    animation-fill-mode:forwards
}

@keyframes animate_scale3 {
    0% {
        transform: rotate(30deg) scale3d(0, 0, 1);
    }
    100% {
        transform: rotate(0deg) scale3d(1, 1, 1);
    }
}





.animateRotate360{
    -webkit-animation: animate_rotate360 5s linear infinite;
    animation: animate_rotate360 5s linear infinite;
}
.animateRotate360_2{
    -webkit-animation: animate_rotate360 1s linear infinite;
    animation: animate_rotate360 1s linear infinite;
}
.animateRotate360_10{
    -webkit-animation: animate_rotate360 35s linear infinite;
    animation: animate_rotate360 35s linear infinite;
}

@keyframes animate_rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate_rotate20 {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(-20deg);
    }
	60% {
	    transform: rotate(20deg);
	}
	80% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(0deg);
	}
}

.animateScale_gz{
    animation-name:animate_scalegz;
    animation-duration:0.2s;
    animation-timing-function: linear;
    animation-delay:0.2s;
    animation-iteration-count:1;
    opacity: 0;
    animation-fill-mode:forwards
}

@keyframes animate_scalegz {
    0% {
        opacity: 0;
        transform: scale3d(3, 3, 1);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.animateTop1{
    animation-name:animate_top1;
    animation-duration:0.8s;
    animation-timing-function: linear;
    animation-delay:0.8s;
    animation-iteration-count:1;
    animation-fill-mode:forwards
}

@keyframes animate_top1 {
    0% {
        top:-100%;
    }
    100% {
        top: 0px;
    }
}

.divc{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    background: #000;
    filter: alpha(opacity=0.55);
    -moz-opacity: 0.55;
    opacity: 0.55;
}
.divc2{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    background: #000000;
    filter: alpha(opacity=0.93);
    -moz-opacity: 0.93;
    opacity: 0.93;
}
.divc3{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    background: #000000;
    filter: alpha(opacity=0.95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}
.divc02{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    background: #000;
    filter: alpha(opacity=0.2);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.divc08{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    background: #000;
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.opacity0{
    opacity: 0;
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(2deg) translate3d(0,0,0)
    }
    10% {
        -webkit-transform: rotate(-2deg) translate3d(0,0,0)
    }
    20% {
        -webkit-transform: rotate(2deg) translate3d(0,0,0)
    }
    30% {
        -webkit-transform: rotate(-2deg) translate3d(0,0,0)
    }
    40% {
        -webkit-transform: rotate(0deg) translate3d(0,0,0)
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0,0,0)
    }
}
.twlog{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: red;
    font-size: 24px;
}




/* 点击图片放大 */
.image-zoom-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	justify-content: center;
	align-items: center;
}
.image-zoom-enlarged {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.image-zoom-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 40px;
	cursor: pointer;
	transition: color 0.3s;
}
.image-zoom-close:hover {
	color: #ff0000;
}


/* Styled scrollbars */

.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 6px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 9px;
    bottom: 2px;
    top: 2px;
    right: 2px;
    overflow: hidden;
	/* background-color: #feffff;
	border-radius: 8px; */
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}

.iScrollIndicator {
    position: absolute;
    background: #acacac;
    border-width: 0px;
    border-style: solid;
    border-color: #acacac;
    border-radius: 8px;
    opacity: 0.7;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    height: 82%;
    background: #acacac;
    /*background: -moz-linear-gradient(left,  #cc3f6e 0%, #93004e 100%);*/
    /*background: -webkit-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);*/
    /*background: -o-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);*/
    /*background: -ms-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);*/
    /*background: linear-gradient(to right,  #cc3f6e 0%,#93004e 100%);*/
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
    background: #acacac;
    /*background: -moz-linear-gradient(top, #cc3f6e 0%, #93004e 100%);*/
    /*background: -webkit-linear-gradient(top,  #cc3f6e 0%,#93004e 100%);*/
    /*background: -o-linear-gradient(top, #cc3f6e 0%,#93004e 100%);*/
    /*background: -ms-linear-gradient(top, #cc3f6e 0%,#93004e 100%);*/
    /*background: linear-gradient(to bottom,  #cc3f6e 0%,#93004e 100%);*/
}
/* end */


/* 防止缩放时出现1px间隙 */
@media (-webkit-device-pixel-ratio: 2) {
	body { overflow-x: hidden }
}