@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}/*设定基础rem*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;  
  	outline-width:0px;  
  	vertical-align:top;   
}
a {
	text-decoration: none;
	color: #333333;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
span, input, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, td, i {
	margin: 0;
	padding: 0;
	list-style: none;
	/* [disabled]border: 0;
*/
}
ul {
	list-style: none;
}
i {
	font-style: normal;
}
.wrap {
	min-width: 320px;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	font-family: '微软雅黑', 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'san francisco', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
	font-size: 12px;
	/*background: #f6f6f6;*/
}/*em，1em=16px,640*/
.clearfix:after, .bw_menu::after, .zsjjupic_ul li::after, .zsjjupicthre li::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.divform {
	width: 18.75rem;
	margin: 0 auto;
}
.divform form {
	width: 16.875rem;
	margin: 0 auto;
}
.qustion input[type=radio] {
	opacity: 0;
	margin: 0rem 0.5rem;
	width: 100%;
	height: 2rem;
    position: relative;
    z-index: 1;
}
.qustion label {
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-left: 0.5rem;
	margin-top: -2.2rem;
}
input:checked+label { 
    background-color: #2672FF;
    border: 1px solid #2672FF;
}

input:checked+label::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 2px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}
.qustion span {
	position: absolute;
	margin-left: 2rem;
	margin-top: -2.7rem;
}
.qustion p {
	font-size: 0.75rem;
	color: #484848;
	padding: 1.5rem 0rem 0.5rem 0rem;
}
.divform form ul li {
	height: 2rem;
	border-radius: 0.25rem;
	margin-top: 0.35rem;
	line-height: 2rem;
	overflow: hidden;
}
.oldcss {
	border: 1px solid #dce4ec;
	color: #7f7f7f;
}
.newcss {
	border: 1px solid #2672FF;
	background: rgba(38,114,255,.2);
	
}
.sub {
	width: 16.875rem;
	height: 2.5rem;
	background-color: #2672FF;
	margin: 0.8rem auto;
	border-radius: 0.15rem;
}
.sub input[type=submit] {
	width: 16.875rem;
	height: 100%;
	background-color: #2672FF;
	border-radius: 0.15rem;
	color: #fff;
	font-size: 0.95rem;
	border: none;
}
#bg {
	display: block; 
	background-color: #000; 
	width: 100%; 
	position: fixed; 
	height: 100%; 
	opacity: 0.5; 
	z-index: 1;
}
.end {
	width: 16.75rem;
	height: 17rem;
	background-color: #fff;
	margin: 40% 1rem;
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 199;
}
#atit {
	height: 2rem;
	line-height: 2rem;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #dde1e5;
	color: #212529;
	font-size: 1rem;
	margin-top: 1rem;
}
#jieguo {
	font-size: 0.75rem;
	color: #333;
	width: 90%;
	margin: 0 auto;
	line-height: 1.2rem;
	margin-top: 0.7rem;
}
#more {
	width: 90%;
	margin: 0 auto;
	margin-top: 1rem;
}
#more p:first-child, #more p:nth-child(2) {
	width:100%;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-bottom:1rem;
}
#more p:first-child input, #more p:nth-child(2) input {
	width:95%;
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left:5%;
}
#more p:nth-child(3), #more p:nth-child(4) {
	width: 45%;
	height: 2rem;
	line-height: 2rem;
	float: left;
	text-align: center;
}
#more p:nth-child(3) input {
	width:100%;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	border:none;
	background-color: #fec018;
}
#more p:nth-child(3) {
	margin-right: 10%;
}
#more p:nth-child(4) {
	background-color: #38bfb9;
}
#more p:nth-child(4) a {
	color: #fff;
	font-size: 0.8rem;
}
@media(min-width: 600px) {

}
@media ( max-width: 600px ) and (min-width: 410px) {	

}
/*屏幕宽度小于410像素*/
@media ( max-width: 410px ) and (min-width: 355px) {	

}
@media(max-width:355px) { 

}