@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	    -webkit-appearance: none !important;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active { 
    -webkit-transition-delay:99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
button {
	outline: none
}

html,
body,
.view {
	font-size: 2.1334vw;
}

@media (min-width: 900px)and (max-width:2000px) {

	html,
	body {
		font-size: 1.1334vw;
		position: absolute;
		right: 0;
		left: 0;
		width: 46.875rem;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
}

.view {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background-color: #000;
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}




.jq_btn {
	transition: all 0.3s;
}

.jq_btn.animat {
	transform: scale(0.9);
}

.page_transition {
	transition: transform 0.45s ease;
	-ms-transition: transform 0.45s ease;
	-moz-transition: transform 0.45s ease;
	-webkit-transition: transform 0.45s ease;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.page_box.fill {
	height: 100%;
}

.page_box.cover {}

.page_box.contain {}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.preload {
	display: none;
}

.preload img {
	width: 1px;
	height: 1px;
	display: none;
}

.page_1 {
	background-image: url(../img/bg.jpg?v=3);
}

.page_2 {
	background-image: url(../img/bg_2.jpg?v=3);
}

.page_3 {
	background-image: url(../img/index_bg.jpg?v=3);
}

.page_4 {
	background-image: url(../img/contact_bg.jpg?v=3);
}

.page_5 {
	background-image: url(../img/download_bg.jpg?v=3);
}
.page_6 {
	background-image: url(../img/login_bg.jpg?v=3);
}
.page_7 {
	background-image: url(../img/user_bg.jpg?v=3);
}
.load_page {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.load_page span {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
}

.page_wary {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 65.5rem;
}

.logo {
	display: block;
	width: 34.8125rem;
	margin: auto;
}

.p_1_0 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37.6875rem;
	height: 23.75rem;
	margin: 1.25rem auto;
	background-size: 100% 100%;
	background-image: url(../img/p_1_0.png);
}

.p_1_0 img {
	display: block;
	width: 34.5625rem;
	height: 20.375rem;
}

.p_1_box {
	position: relative;
	width: 37.6875rem;
	margin: auto;
}

.p_1_box .list_1 {
	position: absolute;
	width: 12rem;
	top: 0;
	left: 0;
}

.p_1_box .list_2 {
	position: absolute;
	width: 12rem;
	top: 0;
	left: 12.75rem;
}

.p_1_box .list_3 {
	position: absolute;
	width: 12rem;
	top: 0;
	right: 0;
}

.p_1_box .list_4 {
	position: absolute;
	width: 24.8125rem;
	top: 13rem;
	left: 0;
}

.p_1_box .list_5 {
	position: absolute;
	width: 24.8125rem;
	top: 19.75rem;
	left: 0;
}

.p_1_box .list_6 {
	position: absolute;
	width: 12rem;
	top: 19.75rem;
	right: 0;
}

.p_2_0 {
	display: block;
	width: 20.25rem;
	margin: 11.75rem auto;
}

.finger {
	position: absolute;
	width: 5.375rem;
	top: 54.55rem;
	right: 2.7rem;
	animation: ufo 1.5s 0s ease infinite alternate;
}

@keyframes ufo {
	from {
		transform: translateY(10%);
	}

	to {
		transform: translateY(-80%);
	}
}

@-webkit-keyframes ufo {
	from {
		-webkit-transform: translateY(10%);
	}

	to {
		-webkit-transform: translateY(-80%);
	}
}

.download {
	display: block;
	width: 38.75rem;
	margin: 3.75rem auto;
}

.down_1 {
	position: absolute;
	width: 40rem;
	height: 10.7rem;
	top: 23.5rem;
	left: 0;
	right: 0;
	margin: auto;
}

.down_2 {
	position: absolute;
	width: 40rem;
	height: 10.7rem;
	top: 36.5rem;
	left: 0;
	right: 0;
	margin: auto;
}

.contact_2 {
	display: block;
	width: 31.9375rem;
	margin: 3.85rem auto;
}


.foot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7.575rem;
	background-color: #fff;
	display: flex;
	padding: 0 3rem;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
}

.foot .list {
	width: 5.125rem;
	height: 3.75rem;
}

.foot .list a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot .list a .t {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	margin: auto;
}
.foot .list a .t img {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
}

.foot .list a .b {
	font-size: 1.125rem;
	color: #595757;
	text-align: center;
}

.foot_aft{
	opacity: 0;
}
.foot .list.active .foot_aft{
	opacity: 1;
}
.foot .list.active .foot_ps{
	opacity: 0;
}

.ipt_box{
    position: absolute;
    width: 31.9375rem;
    height: 29.0625rem;
    top: 15.975rem;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background-size: 100% 100%;
	background-image: url(../img/input_box.png?v=4);
}

.fail_box {
    position: absolute;
    width: 31.9375rem;
    height: 29.0625rem;
    top: 15.975rem;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background-size: 100% 100%;
	background-image: url(../img/fail_box.png?v=3);
}
.user_box{
    position: absolute;
    width: 100%;
height: 123.6rem;
    top: 16.575rem;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.ipt_item {
    position: absolute;
    width: 100%;
    top: 5.95rem;
}
.ipt_list {
    width: 100%;
    height: 2.775rem;
    padding-left: 6.875rem;
    border-radius: 5rem;
    margin: 2.675rem auto;
    box-sizing: border-box;
}
.ipt_list input {
    display: inline-block;
    width: 13rem;
    height: 100%;
    color: #fff;
    font-size: 1.1631rem;
    margin-left: 0.625rem;
}
.ipt_list:nth-child(2){
	    margin-top: 3rem;
}
.m_t04 {
    margin-top: 0.4rem;
    vertical-align: middle;
}
.ipt_list .btn_1 {
display: inline-block;
    width: 6.8rem;
    height: 2.7875rem;
    color: #232323;
    margin-left: 0.15rem;
    text-align: center;
    font-size: 1.003rem;
    line-height: 3.3995rem;
    vertical-align: middle;
    background-size: cover;
    -webkit-tap-highlight-color: transparent;
	
}
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #777777;
}
.submit{
    width: 8.1875rem;
    position: absolute;
    top: 21.575rem;
    left: 4.3125rem;
}
.login_back{
	    width: 8.1875rem;
    position: absolute;
    top: 21.575rem;
    left: 19.875rem;
}
.failback_home{
    width: 12rem;
    position: absolute;
    top: 20.975rem;
    left: 0;
    right: 0;
    margin: auto;
}
.user_name{
    position: absolute;
    font-size: 2.8681rem;
    color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.ewm{
    width: 13.55rem;
    position: absolute;
    top: 24.675rem;
    left: 16.9rem;
    margin: auto;
}
.user_tip{
    width: 33.9375rem;
    position: absolute;
    top:90.775rem;
    left: 0;
    right: 0;
    margin: auto;
}
.user_seat{
    position: absolute;
    font-size: 2.7762rem;
    color: #e9c79a;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    top: 81.8rem;
}
.yc_bg{
	    width: 100%;
    margin-top: -9.9rem;
}
.center_bg94{
	 width: 100%;
    margin-top: -7.6rem;
	
}
.p_3_Image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.p_3_Image span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 34rem;
    height: 23rem;
    top: 91rem;
}
.p_3_Image span:nth-child(2) {
    top: 23.7rem;
    width: 16rem;
    height: 16rem;
}
.p_3_loking {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.9);
}

.p_3_loking img {
	position: absolute;
	width: 92%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.back_mt{
position: absolute;
    width: 4.3rem;
    top: 4.1rem;
    left: 3.3rem;
}
.case_box{
position: absolute;
    width: 100%;
    top: 27.2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.case_list{
	    width: 38.75rem;
    text-align: center;
    margin-bottom: 1.9rem;
    margin-left: 4.2rem;
}

.p_4_Image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.case1_1{
    position: absolute;
    left: 13rem;
    width: 9rem;
    height: 19rem;
    top: 90rem;
}

.case1_2{
    position: absolute;
    left: 24.4rem;
    width: 9rem;
    height: 19rem;
    top: 90rem;
}
.p_4_loking {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.9);
}

.p_4_loking img {
    position: absolute;
    width: 76%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1rem;
}
.case2_1{
    position: absolute;
    left: 13.5rem;
    width: 9rem;
    height: 19rem;
    top: 99rem;
}

.case2_2{
    position: absolute;
    left: 24.4rem;
    width: 9rem;
    height: 19rem;
    top: 99rem;
}
.case3_1{
    position: absolute;
    left: 6rem;
    width: 8.9rem;
    height: 17rem;
    top: 100rem;
}

.case3_2{
    position: absolute;
    left: 15rem;
    width: 8.9rem;
    height: 17rem;
    top: 100rem;
}
.case3_3{
    position: absolute;
    left: 23.9rem;
    width: 8.9rem;
    height: 17rem;
    top: 100rem;
}

.case3_4{
    position: absolute;
    left: 32.8rem;
    width: 8.9rem;
    height: 17rem;
	    top: 100rem;
}
.case4_1{
    position: absolute;
    left: 7rem;
    width: 22.2rem;
    height: 15rem;
    top: 86rem;
}

.case4_2{
position: absolute;
    left: 29.4rem;
    width: 10.4rem;
    height: 15rem;
    top: 86rem;
}
.case5_1{
    position: absolute;
    left: 8rem;
    width: 18rem;
    height: 9.3rem;
    top: 84.4rem;
}

.case5_2{
    position: absolute;
    left: 8rem;
    width: 18rem;
    height: 9.3rem;
    top: 94.1rem;
}
.case5_3{
    position: absolute;
    left: 27.5rem;
    width: 9.5rem;
    height: 19rem;
    top: 84.3rem;
}
.case6_1{
    position: absolute;
    left: 8rem;
    width: 31rem;
    height: 14.7rem;
    top: 91.2rem;
}
.case7_1{
    position: absolute;
    left: 7.5rem;
    width: 9rem;
    height: 16.1rem;
    top: 89.6rem;
}

.case7_2{
    position: absolute;
    left: 16.7rem;
    width: 9rem;
    height: 16.1rem;
    top: 89.6rem;
}
.case7_3{
position: absolute;
    left: 25.9rem;
    width: 11.7rem;
    height: 7.7rem;
    top: 89.6rem;
}

.case7_4{
    position: absolute;
    left: 25.8rem;
    width: 11.8rem;
    height: 7.9rem;
    top: 97.9rem;
}
.case8_1{
    position: absolute;
    left: 7rem;
    width: 22.7rem;
    height: 16rem;
    top: 97rem;
}

.case8_2{
    position: absolute;
    left: 30.7rem;
    width: 9rem;
    height: 15.2rem;
    top: 97rem;
}
.case9_1{
    position: absolute;
    left: 9rem;
    width: 7.7rem;
    height: 15.1rem;
    top: 78.3rem;
}

.case9_2{
    position: absolute;
    left: 18.9rem;
    width: 7.7rem;
    height: 15.1rem;
    top: 78.3rem;
}
.case9_3{
    position: absolute;
    left: 28.2rem;
    width: 7.7rem;
    height: 15.1rem;
    top: 78.3rem;
}
.case10_1{
position: absolute;
    left: 7rem;
    width: 20.9rem;
    height: 13.4rem;
    top: 94rem;
}

.case10_2{
    position: absolute;
    left: 28.5rem;
    width: 10rem;
    height: 13rem;
    top: 94.3rem;
}
.case11_1{
    position: absolute;
    left: 13rem;
    width: 9rem;
    height: 17.4rem;
    top: 80.9rem;
}

.case11_2{
    position: absolute;
    left: 23.5rem;
    width: 9rem;
    height: 17.4rem;
    top: 80.9rem;
}
.case12_1{
    position: absolute;
    left: 14.6rem;
    width: 8rem;
    height: 17.5rem;
    top: 81.5rem;
}

.case12_2{
    position: absolute;
    left: 24.1rem;
    width: 8.3rem;
    height: 17.8rem;
    top: 81.3rem;
}
.case13_1{
    position: absolute;
    left: 10.6rem;
    width: 26.3rem;
    height: 14rem;
    top: 83.9rem;
}
.case14_1{
    position: absolute;
    left: 15.4rem;
    width: 8rem;
    height: 17.2rem;
    top: 88.7rem;
}

.case14_2{
    position: absolute;
    left: 25rem;
    width: 8rem;
    height: 17.3rem;
    top: 88.7rem;
}
.case15_1{
    position: absolute;
    left: 14.7rem;
    width: 7.9rem;
    height: 17.8rem;
    top: 83.2rem;
}

.case15_2{
    position: absolute;
    left: 24.3rem;
    width: 8.3rem;
    height: 17.8rem;
    top: 83.2rem;
}
.case16_1{
    position: absolute;
    left: 13rem;
    width: 22rem;
    height: 19rem;
    top: 59rem;
}
.case17_1{
    position: absolute;
    left: 6rem;
    width: 24.7rem;
    height: 6.3rem;
    top: 90.5rem;
}

.case17_2{
position: absolute;
    left: 32rem;
    width: 8.2rem;
    height: 17.6rem;
    top: 79rem;
}
.case18_1{
    position: absolute;
    left: 8.8rem;
    width: 8.4rem;
    height: 16.6rem;
    top: 80.1rem;
}

.case18_2{
    position: absolute;
    left: 18.6rem;
    width: 8.4rem;
    height: 16.6rem;
    top: 80.1rem;
}

.case18_3{
    position: absolute;
    left: 28.5rem;
    width: 8.4rem;
    height: 16.6rem;
    top: 80.1rem;
}
.case19_1{
    position: absolute;
    left: 9.1rem;
    width: 13.8rem;
    height: 13rem;
    top: 101.2rem;
}

.case19_2{
    position: absolute;
    left: 24.3rem;
    width: 13.9rem;
    height: 12.5rem;
    top: 101.4rem;
}
.case20_1{
    position: absolute;
    left: 7.2rem;
    width: 14.3rem;
    height: 12.9rem;
    top: 91.4rem;
}

.case20_2{
    position: absolute;
    left: 22.7rem;
    width: 17.1rem;
    height: 13rem;
    top: 91.4rem;
}
.case21_1{
    position: absolute;
    left: 7rem;
    width: 33rem;
    height: 11.7rem;
    top: 98.1rem;
}

.case21_2{
position: absolute;
    left: 7rem;
    width: 33.2rem;
    height: 12.5rem;
    top: 110.7rem;
}
.case22_1{
    position: absolute;
    left: 6.3rem;
    width: 25.9rem;
    height: 14.4rem;
    top: 98.4rem;
}

.case22_2{
    position: absolute;
    left: 32.8rem;
    width: 7rem;
    height: 14.2rem;
    top: 98.5rem;
}

.case23_1{
    position: absolute;
    left: 9.4rem;
    width: 9rem;
    height: 17.8rem;
    top: 90.1rem;
}
.case23_2{
    position: absolute;
    left: 18.9rem;
    width: 9rem;
    height: 17.8rem;
    top: 90.1rem;
}

.case23_3{
    position: absolute;
    left: 28.9rem;
    width: 9rem;
    height: 17.8rem;
    top: 90.1rem;
}
.case24_1{
    position: absolute;
    left: 7.2rem;
    width: 12.1rem;
    height: 8rem;
    top: 95rem;
}

.case24_2{
    position: absolute;
    left: 7.2rem;
    width: 12.5rem;
    height: 7.2rem;
    top: 103.2rem;
}
.case24_3{
    position: absolute;
    left: 19.8rem;
    width: 9.4rem;
    height: 14.9rem;
    top: 95rem;
}

.case24_4{
    position: absolute;
    left: 29.4rem;
    width: 10.1rem;
    height: 14.9rem;
    top: 95rem;
}
.case25_1{
position: absolute;
    left: 7rem;
    width: 16rem;
    height: 10.8rem;
    top: 97.5rem;
}

.case25_2{
    position: absolute;
    left: 23.5rem;
    width: 16.2rem;
    height: 11.1rem;
    top: 97.4rem;
}
.case26_1{
    position: absolute;
    left: 6.8rem;
    width: 21.9rem;
    height: 12rem;
    top: 98.4rem;
}

.case26_2{
    position: absolute;
    left: 29.2rem;
    width: 11rem;
    height: 12rem;
    top: 98.3rem;
}
.case27_1{
    position: absolute;
    left: 14.4rem;
    width: 7.9rem;
    height: 17.6rem;
    top: 99rem;
}

.case27_2{
    position: absolute;
    left: 24.2rem;
    width: 8.5rem;
    height: 17.6rem;
    top: 98.9rem;
}