@font-face {
	font-family: 'SourceHanSans';
	font-style: normal;
	font-weight: 300;
	src: url("/Public/new_home/font/SourceHanSans-Normal.eot");
	src: url("/Public/new_home/font/SourceHanSans-Normal.eot?#iefix")
		format('embedded-opentype'), url("/Public/new_home/font/SourceHanSans-Normal.woff2")
		format("woff2"), url("/Public/new_home/font/SourceHanSans-Normal.woff")
		format("woff"), url("/Public/new_home/font/SourceHanSans-Normal.ttf")
		format("truetype");
	/* (C) 2015 Apple Inc. All rights reserved.*/
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Regular.eot');
    src:
        url('/Public/new_home/font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Public/new_home/font/DINPro-Regular.woff2') format('woff2'),
        url('/Public/new_home/font/DINPro-Regular.woff') format('woff'),
        url('/Public/new_home/font/DINPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, input, textarea, select, button {
	font-synthesis: none;
	-moz-font-feature-settings: "kern";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	direction: ltr;
	-ms-font-feature-settings: "kern";
}

input[type="button"], input[type="submit"], input[type="reset"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

select::-ms-expand {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	font-size: 625%; /* 10÷16=62.5% */
}

body {
	font-family: "DINPro", "SourceHanSans", "sans-serif";
	font-size: 12px; /* 12÷10=1.2 */
}

ul, ol {
	margin: 0;
	padding: 0;
}
.co-img > img {
    display: block;
    width: 100%;
}

.form-box{
	width:90%;
	overflow:hidden;
	margin:0 auto;
}

.form-title{
	border-radius:0.02rem;
	width:100%;
	background:#b1685d;
	color:#fff;
	text-align:center;
	padding:0.05rem 0 0.04rem;
}
.title-top{font-size:0.18rem;letter-spacing:2px;}
.title-bottom{font-size:0.12rem;letter-spacing:1px;position: relative;top: -0.04rem;}
.form-lite{width:100%;overflow:hidden;}
.fo-item{width:94%;border-bottom:1px solid #999;padding:0 2% 0.1rem;margin:0.2rem auto 0;overflow: hidden;}
.fo-item .title{
	width:23%;
	float:left;
	font-size:0.14rem;
	color:#333;
	letter-spacing:1px;
}

.fo-item input{
	width:74%;
	float:left;
	border:none;
	font-size:0.14rem;
	color:#333;
	display:block;
	margin-left:3%;
	cursor: pointer;
}

.form-item-btn{
	width:100%;
	margin:0.2rem auto;
}

.form-item-btn input{
	width:100%;
	color:#fff;
	background:#b1685d;
	line-height:0.45rem;
	font-size:0.16rem;
	text-align:center;
	border-radius:0.02rem;
	letter-spacing: 1px;
}

.fo-item .address{
	width:74%;
	float:left;
	border:none;
	font-size:0.14rem;
	color:#999;
	display:block;
	margin-left:3%;
	cursor: pointer;
}

.form-item-fixed {
    padding: 0.12rem 3%;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

 .form-item .button {
    width: 100%;
    line-height:0.48rem;
    display: block;
    font-size: 0.16rem;
    background-color: #b1685d;
    color: #fff;
    text-align: center;
}