﻿@charset "utf-8";
/* CSS Document */
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
body,html {
    max-width: 640px;
    min-width: 320px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
background: #fff;
}
p, ul, li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    padding: 0;
    margin: 0;
}

input {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    outline: none;
}

.c1{
    width: 320px;
    background-color: #fff;
	margin: 0 auto;
}
.gh-b{
    display: block;
    font-size: 26px;
    color: #c70025;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*表单*/

.form-ul{
    width: 100%;
    height: 220px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 7px;
    position: relative;


}
.form-ul li{
    width: 49%;
    height: 60px;
    background-color: #f1f5f8;
    border-radius: 8px;
    margin: 10px auto;
    position: relative;
		float:left;

}
.form-ul li:nth-child(even){float:right;}
.form-ul li span{
    font-size: 22px;
    color: #999999;
	line-height: 60px;
	float: left;
	margin-left: 5px;
}

.form-ul li input{
    border: none;
    background: none;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #333333;
	margin-left: 10px;
}
.form-ul li select{
    border: none;
    background: none;
   width: 100%;
    height: 55px;
    font-size: 16px;
    color: #333333;
	margin-left: 10px;
	outline:0;
}
.form-tj{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f56254;
    border: none;
    border-radius: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 24px;
    color: #ffffff;
}