﻿@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: #ffffff;
	margin: 0 auto;
	font-weight: normal;
	min-width: 320px;
	max-width: 640px;
}

a {
	text-decoration: none;
	display: inline-block;
}

a,
input,
button,
label,
textarea {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	-webkit-appearance: none;
	font-family: 'Microsoft YaHei';
	outline: none;
}

img {
	display: block;
}

ul,
li {
	list-style: none;
}

h1 {
	font-size: 30px;
	color: #ffffff;
	display: block;
	line-height: normal;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
}

p {
	font-weight: normal;
	display: block;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #000000;
}

.main-1 {
	width: 640px;
	height: 518px;
	background-image: url('../images/bg1.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main-2 {
	width: 640px;
	height: auto;
	background-image: url('../images/bg2.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.country_box {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 20px;
}

.country_box .link,
.country_box .link .img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.item_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 80px;
	text-align: center;
}

.item_title .img {
	display: block;
	margin: 0 auto;
}

.main-form {
	width: 640px;
	height: auto;
	overflow: hidden;
}

.form {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.form .input-box {
	width: 100%;
	height: 80px;
	margin-bottom: 15px;
}

.form .input-box input[type='text'] {
	width: 100%;
	height: 80px;
	line-height: normal;
	font-size: 28px;
	color: #ffffff;
	outline: none;
	border: 0px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #ffffff;
}

.form .check-input {
	position: relative;
}

.form .check-input input[type='text'] {
	width: 310px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.form button {
	width: 100%;
	height: 80px;
	background-color: #db0027;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
}

.form .check-input button {
	width: 280px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 28px;
}

.phone {
	display: block;
	width: 352px;
	overflow: hidden;
	margin: 25px auto;
}

.phone img,
.phone2 img {
	width: 100%;
}

.bottom {
	display: block;
	margin: 100px auto 50px auto;
}

.phone2 {
	display: block;
	width: 475px;
	overflow: hidden;
	margin: 0 auto 130px auto;
}

input::placeholder {
	color: inherit;
}