@charset "UTF-8";
*{
	/* width: 1024px; */
	text-align: center;
	padding: auto;
	margin: auto;
	font-family: "Microsoft YaHei","微软雅黑","SimHei","黑体";
	font-size: 14px;
	color:#767676;
} 
 

body{
	text-align: center;
	font-size: 14px;
	color: #758697;
	min-height:1000px;
	text-align: center;
	margin: auto;
	padding:10px;
	background-color:white;
	background-image: linear-gradient(#FFFFFF 18px,transparent 0),linear-gradient(90deg,transparent 18px,lightgray 0);
	background-size:20px 20px,20px 20px;
	
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #758697;
}
a:hover{
	color:blue;
}
section{
	margin: auto;
	padding:auto;
	max-width: 600px;
	min-width:320px;
	min-height: 200px;
}
textarea{
	font-size:14px;
}
.white{
	color:white !important;
}
.center{
	margin: auto;
	padding: auto;
}
.right{
	width:90%;
	text-align: right !important;
	margin-right:100px !important;
}
.mainimg{
	width:90%;
	margin: auto;
	padding: auto;
	display: block;
}

.menu{
	position: fixed;
	bottom: 0px;
	left:0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 1000;
	margin: 0px;
	padding:0px;
	height: 50px;
	display: flex;
	
}
.menu .item{
	height: 100%;
	flex: 1;
	display:inline-flex;
	text-align: center;
	padding: 5px;

}
.menu .item a{
	width: 100%;
	height: 100%;
	text-align: center;
}
.menu .item p{
	margin-top: 1px;
}
.bill{
	width: 100%;
	
}
.bill img{
	width: 100%;
	vertical-align: middle;
}
.box-info{
	width: 100%;
	border-radius: 8px;
	background-color: #ffffff;
	height:130px;
	margin-top: 20px;
}
.box-info div{
	display: block;
	width: 100%;
}
.box-info .first{
	height:35px;
	line-height: 35px;
	font-weight:bolder;
	font-size: 16px;
}
.box-info .middle{
	display: flex;
	flex-direction: row;
	height:60px;
}
.box-info .middle .list:first-child{
	border:0;
}
.middle_outer{
	width: 90% !important;
	vertical-align: middle;
}
.box-info .middle .list{
	border-left: 1px solid #fff;
	
	color: #ffffff;
	padding:10px 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	
}
.box-info .end p{
	font-size: 14px !important;
	margin:8px 0 5px 0;
}
.textlist .title{
	text-align: center;
	margin: 0 !important;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight:600;
	color: #9E77FF;
}
.textlist p,.textlist div p{
	margin:5px 0 0 20px;
	width:95%;
	text-align: left;
	font-size: 12px;
}
.textlist div{
	display:flex;
}
.textlist div p{
	display: inline-flex;
}
.textlist div .name{
	width:101px !important;
}
.textlist div .value{
	text-align: left;
	margin: 5px auto auto 0px;
	height: 50px;
}
.change_color{
	background-image: linear-gradient(to left, #9E77FF , #e584ff);
}
.box-info-btn{
	width: 100%;
	border-radius: 8px;
	height:40px;
	margin-top: 20px;
	line-height: 40px;
	
}
.box-info-btn a{
	display: block;
	width:100%;
	height:100%;
	color:#ffffff;
	
}
.search{
	width:100%;
	height:40px;
	display: flex;
}
.search span i{
	position:absolute;
	display:inline-block;
	width:30px;
	background-color:#ffffff;
	height:40px;
	vertical-align: middle;
}
.search input{
	width:80%;
	height:40px;
	line-height:40px;
	border:0px;
	padding:0 0 0 40px;
}
.search span a{
	display:inline-flex;
	width:75px;
	height:40px;
	border: 0px;
	flex-direction:column;
}
input::placeholder,textarea::placeholder{
	color: #777777;
	font-size:14px;
}
.bottom-info{
	margin-top:20px;
	width:100%;
	height:90px;
	color: lightgray;
}
.double-box-list{
	margin-top:20px;
	width: 100%;
	overflow: scroll;
	
}
.double-box-list .inner-box{
	width:48%;
	min-height:30px;
	background-color:#ffffff;
	border-radius: 4px;
	margin:3px;
	float: left;
}
.shell{
	padding:6px;
	position: relative;
}
.double-box-list .inner-box img{
	max-width:100%;
	height:200px;
}
.double-box-list .inner-box .end{
	display: flex;
}
.double-box-list .inner-box .end div{
	display: inline-flex;
	height: 30px;
	line-height: 30px;
	width: 50%;
	text-align: center !important;
	color: #ffffff;
}
.double-box-list .inner-box .end .num{
	border-right: 1px solid #ffffff;
	
}
.double-box-list .inner-box .end .num div{
	display:block;
	width:100%;
}
.double-box-list .inner-box .end .vote a{
	display:block;
	width:100%;
	color:#ffffff;
}
.serial{
	position:absolute;
	width: 40px;
	height:20px;
	color:#ffffff;
	background-color: black;
	border-radius: 3px;
	left:6px;
	top:6px;
	line-height: 20px;
}
.big-blank{
	width: 100%;
	margin-top: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	text-align: center;
}
.big-blank .name,.big-blank .value{
	text-align: left;
	padding: 8px 15px;
}
.red{
	color:red;
}
.big-blank  .value input{
	width: 90%;
	height:38px;
	line-height:38px;
	border-radius: 3px;
	border: 1px solid gray;
}

.big-blank  .value textarea{
	width: 90%;
	
}
.big-blank .value .frame{
	border: 1px  dashed gray;
	width:80px;
	height:80px;
	border-radius:3px; 
}
.big-blank .value .frame i{
	display: block;
	width: 100%;
	height:100%;
	vertical-align: middle;
	text-align: center; 
	padding-top: 12px;
}
.big-blank .value .desc{
	width: 80px;
	text-align: center;
}
.detail-name{
	line-height:80px;
	width: 100%;
	height:80px;
	font-size: 18px;
}
.detail-desc{
	width: 100%;
	min-height:80px;
	margin-top: 30px;
}
.detail-btn{
	display: flex;
	width: 100%;
}
.detail-btn div{
	display: inline-flex;
	width: 49%;
}
.detail-btn div a{
	display: block;
	width: 80%;
	height:40px;
	background-color:#9E77FF;
	line-height:40px;
	color:#ffffff;
}
.detail-img{
	width:100%;
}
.tsign{
	height:190px;
}
.tsign p{
	padding: 0 20px 0 20px;
}
























