@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.cube {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); /* 开启硬件加速 */
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 禁止点选高亮显示 */
  -webkit-overflow-scrolling: touch; /* 局部滚动 */
  -webkit-touch-callout: none; /* 禁用长按弹出系统菜单 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
  outline: none;
}
i {
  font-style: normal;
  font-weight: normal;
}

html,
body {
  position: relative;
  /* background:#F3EAE1; */
  background: #fff;
}
body {
  *cursor: default;
  overflow: hidden;
  overflow-y: auto;
  font: 100%/1.5 Tahoma, Helvetica, Arial, "Microsoft YaHei", STXihei, SimSun,
    sans-serif;
  color: #333;
  /* background: url(../images/top_bg.jpg) no-repeat center top;
  background-size: 100%; */
}

/* 自适应框架（设计图宽度） */
body {
  max-width: 19.2rem;
  margin: 0 auto;
}
body * {
  max-width: 19.2rem;
}

header,
main,
footer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
header {
  width: 100%;
  height: 4rem;
  background: url(../images/top_bg.jpg) no-repeat center top;
  background-size: 100%;
  opacity: 0;
}
header img {
  position: absolute;
  z-index: 100;
}
main {
  width: 7.5rem;
  display: block;
}
footer {
  font-size: 16px;
  padding: 20px;
}

.question {
  margin: 0 auto;
  width: 100%;
}
.question ol {
  margin: 0.2rem;
  line-height: 1.8;
  text-align: justify;
}
.question ol.hide {
  display: none;
}
.question input {
  margin-right: 0.1rem;
}
.question textarea {
  width: 100%;
  font-size: 0.18rem;
  line-height: 1.8;
  padding: 0.1rem;
}
.question button {
  display: block;
  margin: 0 auto;
  padding: 0.05rem 0.1rem;
}
.none {
  display: none;
}
.addresss {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
  width: 96%;
  overflow: hidden;
  /* margin-bottom: 4vh; */
  /* margin-left: 3.67vw; */
  margin-top: 2vw;
}
.xing {
  color: #cc0000;
}
.one {
  width: 34%;
}

.two {
  width: 56%;
}

.inputBox {
  width: 98%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  border-radius: 0.2rem;
  border: 1px solid #a6a6a6;
  font-size: 0.28rem;
  padding-left: 2%;
  outline: none;
  margin-bottom: 0.3rem;
  margin-top: 0.1rem;
}

/* .three {
  width: 32%;
} */
select {
  padding: 0 0.2rem 0 0.1rem;
  height: 0.6rem;
  color: #999;
  font-size: 0.28rem;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/2_2.png) right center no-repeat;
  background-size: 0.4rem 0.2rem;
  border: 1px solid #a6a6a6;
  /* overflow: hidden; */
  border-radius: 0.1rem;
  line-height: 0.6rem;
}

.textstyle {
  height: 0.8rem;
  margin-top: 0.1rem;
  font-size: 0.28rem;
}
