@charset "utf-8";
/* CSS Document */
html {
	font-family:方正兰亭黑简体;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;}
body {
  margin: 0;
	font-size: 0.26rem;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  /*//修正IE中未定义的html5块状元素*/
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  /* //否定伪类,匹配所有没有controls属性的audio */
  display: none;
  /* //防止现代浏览器显示没有控制条的音频。
   */
  height: 0;
  /* //在iOS5设备中去除多余的高度。
   */
}
[hidden],
template {
  /*//template标签主要用于声明是“模板元素”。*/
  display: none;
  /*//template标签和有hidden属性的元素不显示*/
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.24rem;
  color:#333333;
  font-family: " 思源黑体 CN Bold", " 微软雅黑";
  overflow-x:hidden;background:#fff;
}






/*which*/
.which{
  width: 90%;
  height:auto;
  margin: 0 auto;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 0.2rem;
  margin-top: 0.5rem;
}
.which3 {
  width: 80%;
  height:auto;
  margin: 0 auto;
  margin-top:1rem;
  background: white;
}
.formId {
  width: 100%;
  height:auto;
  margin: 0 auto;
  text-align: center;
}
.which3a {
  width: 100%;
  height: 1rem;
  margin: 0 auto;
  text-align: left;
  margin-top:0.6rem;
}
.which3aa {
  width: 100%;
  height: 1.4rem;
  margin: 0 auto;
  text-align: left;
  margin-top:0.6rem;
}
.which3a label{
  font-size: 0.28rem;
  color:#111111;
  font-weight: 600;
}
.which3aa p{
  font-size: 0.28rem;
  color:#111111;
  font-weight: 600;
}
.which3a p{
  font-size: 0.28rem;
  color:#111111;
  font-weight: 600;
  line-height:0.4rem;
}
.which3a input {
  width: 5.5rem;
  height: 0.6rem;
  line-height:0.6rem;
  border-style: none;
  background-color: white;
  border-radius: 0.09rem;
  font-size:0.26rem;
  color:#333333;
  padding-left: 0.2rem;
  margin-top: 0.2rem;
  border: 1px solid #d4d4d4;
}

.which3aa input {
  font-size:0.26rem;
  color:#333333;
  padding-right: 0.6rem;
}
.which3aa span {
  font-size:0.26rem;
  color:#333333;
    position: relative;top:0.1rem;
    margin-left: 0.08rem;
}
.which3aa span {
  font-size:0.26rem;
  font-weight: 500;
}
.submit{
  width: 5.5rem;
  height: 0.65rem;
  line-height:0.65rem;
  border-style: none;
  border-radius: 0.09rem;
  color:#ffffff;
  font-size:0.26rem;
  font-weight: 600;
  background: #5f59d5;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}
.whi1{
  width:6rem;
  height:0.6rem;
  line-height:0.5rem;
  border:1px solid #d2d2d2;
  margin:0 auto;
  font-size: 0.24rem;
  text-align: center;
  border-radius:0.6rem;
  position: relative;top:0.5rem;
  color:#999999;
}
.whi2 img{
  width: 0.35rem;
  height: 0.35rem;
  position: relative;top:0.12rem;left:0.5rem;
}
.whi3{
  position: relative;top:-0.3rem;left: 0.34rem;
}



