/* CSS Document */

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

a{
	text-decoration:none;
}

ul {
	list-style: none;
}

img {
	border-style: none;
}

body {
    width: 100%;
    font: 12px "微软雅黑";
    color: #000;
}

.banner {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.banner img{
	/* border-radius: 10px; */
	width: 100%;
}

.main {
	width: 100%;
	margin: 0 auto;
	background: url(../img/main_t.jpg) no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	background: #FFFFFF;
	background-position: top;
	border-radius: 30px;
}

.toupiao_div{
	width: 95%;
}

.toupiao_item{
	width: 49%;
	display: inline-block;
	margin-bottom: 10px;
}

.toupiao_item .img_div img{
	width: 100%;
	height:140px;
	border-radius: 10px;
}

.input_text{
	width: 370px;
	height: 20px;
	border-radius: 5px;
}

.input_textarea{
	border-radius: 5px;
}

.bottom_btn{
	margin-top: 30px;
}

.submit_{
	width: 100%;
}

.input_button{
	width: 80px;
	height: 30px;
	background: #F05900;
	color: #fff;
	border: none;
	border-radius: 5px;
}

.input_detail{
	display: inline-block;
	width: 60px;
	height: 25px;
	line-height: 25px;
	background: #377DC7;
	color: #fff;
	border-radius: 5px;
	text-decoration:none;
}

.dotoupiao{
	background: #EA4E3D;
}

.item_select,.item_paiming,.item_name{
	margin-top: 2px;
}

.miaoshu{
	width: 90%;
	font-size:15px;
	font-family:"微软雅黑";
	margin-bottom: 20px;
	border: solid 1px #888;
	min-height: 80px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.miaoshu .div_c{
	margin-left: 5px;
	margin-top: 5px;
}

/***********�ֻ��ͶƱ************/
.header{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #009CFF;
	position: relative;
}

.header .title{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	position: relative;
}

.header .h_right {
    margin-right: 50px;
}

.header .title a{
	color: #fff;
}

.header .title a em {
    position: relative;
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
    width: 0;
    height: 0;
    bottom: 0px;
    right: -10px;
    top: 15px;
}

.header .back{
	width: 12px;
	position: absolute;
	left: 20px;
	top:13px;
}

.header .logo{
	height: 35px;
	position: absolute;
	right: 0px;
	top:3px;
	border-radius:5px;
}

.back_index{
	position: fixed;
	bottom:50px;
	right:10px;
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height:50px;
	border-radius: 25px;
	background-color:rgba(51,51,51,0.5);
}

.back_index a{
	color: #fff;
}

.zanDiv{
    position: absolute;
    font-size: 14px;
    text-align: right;
    padding-right: 2%;
    line-height: 20px;
    width: 100%;
    bottom: 2px;
}
.zanDiv img{
	width: 16px;
	height: 16px;
	vertical-align: sub;
}

.zanDiv2{
    font-size: 14px;
    text-align: right;
    padding-right: 2%;
    line-height: 20px;
    width: 100%;
    bottom: 2px;
}
.zanDiv2 img{
	width: 16px;
	height: 16px;
	vertical-align: sub;
}

.toupiao_{
	position: fixed;
	width: 100%;
	height:50px;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
}

.toupiao_ .toupiao_btn{
	display:block;
	width: 90%;
	height: 40px;
	line-height:40px;
	border-radius:10px;
	background: #377DC7;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}