@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul {
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

body::-webkit-scrollbar {
	display: none;
}

.view {
	position: absolute;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	background-size: cover;
	background-image: url(../img/bg.jpg?v=3);
}
.view_scale{
	width: 100%;
	height: 100%;
	transform-origin: top center;
}

.header {
	width: 1600px;
	height: 80px;
	display: flex;
	overflow: hidden;
	margin: 66px auto;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: inline-block;
	width: 212px;
	height: auto;
}

.idx_tit {
	display: block;
	margin: 80px auto auto;
	width: 999px;
}
.ti_bot {
	display: block;
	margin: 80px auto auto;
	width: 500px;
}
.idx_box {
	width: 784px;
	display: flex;
	height: 180px;
	margin: 77px auto auto;
	justify-content: space-between;
}

.idx_box img {
	cursor: pointer;
	transition: 0.2s all;
}

.idx_box img:hover {
	transform: scale(0.9);
}

.footer {
	margin: 95px auto auto;
}

.footer p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.footer p span {
	padding-left: 20px;
}

.idx_box1 {
	width: 500px;
	margin: 70px auto auto;
}

.idx_box1 input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
}

.idx_box1 button {
	display: block;
	width: 150px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin: 20px auto;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	transition: 0.2s all;
	background: linear-gradient(180deg, #E89C04 0%, #DC7602 100%);
}
.idx_box1_item{
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 16px;
	margin-top: 15px;
	border-radius: 10px;
	box-sizing: border-box;
}
.idx_box1_item #getCode{
	position: absolute;
	top: -16px;
	right: 4px;
}


.idx_box1 button:hover {
	transform: scale(0.9);
}
.rice{
	    width: 410px;
}