@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: "微软雅黑", Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
select,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

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: #012732;
	    transform: translateZ(0);
}
.page_v {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../img/bg.jpg);
}
.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	/* background-image: url(../img/bg.jpg); */
}
.bg{
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;	
}
.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);
}

.logo {
	position: absolute;
	width: 42.375rem;
	top: 3.0625rem;
	left: 0;
	right: 0;
	margin: auto;
}

.p_1_1 {
	position: absolute;
	left: 7.875rem;
	top: 26.875rem;
	width: 15.75rem;
	opacity: 0;
}

.p_1_2 {
	position: absolute;
	left: 25.5rem;
	top: 26.9375rem;
	width: 3.6875rem;
	opacity: 0;
}

.p_1_3 {
	position: absolute;
	left: 15.1875rem;
	top: 42.25rem;
	width: 23.875rem;
	opacity: 0;
}
.p_login_0{
		position: absolute;
	left: 11.6875rem;
	top: 71.5rem;
	width: 23.5625rem;
    opacity: 0;
    animation: bottomin 1s 0s ease-in-out forwards, btn 1s -1s ease-in-out infinite alternate;
}
.p_1_0 {
	position: absolute;
	left: 11.6875rem;
	top: 71.5rem;
	width: 23.5625rem;
    opacity: 0;
    animation: bottomin 1s 1.2s ease-in-out forwards, btn 1s -1s ease-in-out infinite alternate;
}

.anim_in {
	animation: fadeInUp 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.p_1_1 {
	animation-delay: 0.2s;
}

.p_1_2 {
	animation-delay: 0.5s;
}

.p_1_3 {
	animation: sbin 0.9s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.p_2_0 {
	position: absolute;
	left: 14rem;
	top: 16.75rem;
	width: 18.6875rem;
}

.p_2_box {
	position: absolute;
	left: 5.125rem;
	top: 40.5625rem;
	width: 36.875rem;
	height: 2.3125rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/p_2_3.png);
}

.p_2_box input {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.875rem;
	padding-left: 4rem;
	box-sizing: border-box;
}

.p_2_1 {
	position: absolute;
	left: 35.125rem;
	top: 10.125rem;
	width: 9.3125rem;
}

.page_ruler {
    position: absolute;
    width: 77%;
    height: 70rem;
    top: 11rem;
    left: 0;
    right: 0;
	margin: auto;
	border-radius: 2rem;
	background-color: rgba(255, 255, 255, 0.96);
}

.page_ruler_scrol {
	padding: 1.75rem;
	height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}

.page_ruler_scrol h3 {
	font-size: 2rem;
	margin-top: 2rem;
	text-align: center;
}

.page_ruler_scrol p {
	font-size: 1.5rem;
	margin-top: 2rem;
	text-align: justify;
}

.p_2_5 {
	position: absolute;
	width: 1.4375rem;
	top: 80%;
	left: 0;
	right: 0;
	margin: auto;
}

.page_ruler_chose {
	padding: 0 1.75rem;
	margin-top: 7%;
}

.chose_item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
	font-size: 1.25rem;
	color: #333;
}

.chose_box {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
	border: 2px solid #333;
	border-radius: 0.5rem;
}

.chose_box img {
	width: 100%;
	height: 100%;
	display: block;
}

.p_2_7 {
	position: absolute;
	width: 14.375rem;
	bottom: 2%;
	left: 0;
	right: 0;
	margin: auto;
}

.p_3_0 {
	position: absolute;
	left: 4.875rem;
	top: 41.125rem;
	width: 31.75rem;
}

.p_3_1 {
	position: absolute;
	left: 4.875rem;
	top: 51.0625rem;
	width: 31.75rem;
}

.p_4_2{
	position: absolute;
	left: 5.5rem;
	top: 30.625rem;
	width: 36rem;
}
.p_4_1 {
  position: absolute;
  left: 16rem;
  top: 55.9375rem;
  width: 14.875rem;
}

.p_4_3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 24.25rem;
  width: 40.3125rem;
}
.p_5_box{
	position: absolute;
	width: 40.125rem;
	top: 8rem;
	bottom: 5rem;
	left: 3.375rem;
	overflow: hidden;
}
.p_5_list{
	width: 18.875rem;
	height: 20.25rem;
	overflow: hidden;
	float: left;
	margin-top: 1.75rem;
	border-radius: 1rem;
	background-color: #c1fd06;
}
.p_5_list:nth-child(2n){
	float: right;
}
.p_5_list .t{
	width: 100%;
	height: 10.125rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.p_5_list .b{
	padding: 0.75rem;
	box-sizing: border-box;
}
.p_5_list .b .tit{
	font-size: 0.875rem;
	line-height: 1rem;
	height: 4rem;
	overflow: hidden;
}
.p_5_list .b .zan{
	display: flex;
	align-items: end;
	margin-top: 0.5rem;
}
.p_5_list .b .zan label{
    width: 14.625rem;
    height: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #002733;
}
.p_5_list .b .zan label span{
    display: block;
    height: 100%;
    background-color: #002733;
}
.p_5_list .b .zan img{
	display: block;
	width: 1.25rem;
	margin-left: 1rem;
}
.p_5_list .b .btn{
	display: block;
	width:5.375rem;
	margin: 1.3rem auto;
}
.p_5_7{
	position: absolute;
	bottom: 6.1rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 14.25rem;
}
.p_5_2{
	position: absolute;
	width: 40.3125rem;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
}

.page_alt{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
.page_alt .p_5_1{
	position: absolute;
	width: 31.125rem;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
}
.p_rgb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
}