/* 样式重置 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  /* font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #eee;
  min-height: 100%;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
  color: #08c;
}
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle;
}
button, input, select {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  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-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
input, select, textarea {
  outline: 0;
}
textarea, input {
  -webkit-user-modify: read-write-plaintext-only;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
.placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}
ul, ol, li, dl, dd, button{
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none outside none;
}
h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.clearfix{
  content: ".";    /*内容为“.”就是一个英文的句号而已。也可以不写。*/
  display: block;  /*加入的这个元素转换为块级元素。*/
  clear: both;    /*清除左右两边浮动。*/
  visibility: hidden;     /*可见度设为隐藏*/
  height: 0;    /*高度为0*/
  font-size:0;   /*字体大小为0；*/
}
/* 公共样式 */
.font-bold{
  font-weight: 900;
}
/*浮动*/
.fl{
  float: left;
}
.fr{
  float: right;
}
/* margin */
.mt-0{
  margin-top: 0;
}
.mt-5{
  margin-top: 0.05rem;
}
.mt-10{
  margin-top: 0.1rem;
}
.mt-15{
  margin-top: 0.15rem;
}
.mt-20{
  margin-top: 0.2rem;
}
.mb-0{
  margin-bottom: 0;
}
.mb-10{
  margin-bottom: 0.1rem;
}
.mr-10{
  margin-right: 0.1rem;
}
.mr-15{
  margin-right: 0.15rem;
}
.ml-5{
  margin-left: 0.05rem;
}
.ml-10{
  margin-left: 0.1rem;
}
.ml-15{
  margin-left: 0.15rem;
}
.ml-20{
  margin-left: 0.2rem;
}
.pb-10{
  padding-bottom: 0.1rem;
}
.pb-18{
  padding-bottom: 0.18rem;
}
.p-s{
  padding: 0.1rem 0.15rem;
}
.p-20 {
  padding: 0.2rem;
}
.pb-50{
  padding-bottom: 0.525rem !important;
}
.dot{
  width: 0.1rem;
  height: 0.2rem;
  background: #E94609;
  display: inline-block;
}
/*上边框*/
.b-top{
  border-top: 1px solid #eee;
}
/*下边框*/
.b-bottom{
  border-bottom: 1px solid #eee;
}
/*背景*/
.bg-white{
  background-color: #fff;
}
.bg-blue{
  background-color: #00A5FF;
}
.bg-gray{
  background-color: #F2F4F7;
}
.theme-text-color{
  color: #FF7B04;
}
/* 按钮 */
.btn{
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  color: #999;
  border-radius: 0.07rem;
  border: 0.02rem solid rgba(153, 153, 153, 1);
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 13px;
}
.font-14{
  font-size: 14px;
}
.font-15{
  font-size: 15px;
}
.font-16{
  font-size: 16px;
}
.font-17{
  font-size: 17px;
}
.font-18{
  font-size: 18px;
}
.font-24{
  font-size: 24px;
}
.font-28{
  font-size: 28px;
}
.font-303{
  color: #303133;
}
.font-606{
  color: #606266;
}
.font-909{
  color: #909399;
}

.font-red{
  color: #dd0000;
}
.page-content{
  padding: 0 0.15rem;
  background: #eee;
}
/* 下一步按钮样式 */
.btn-content{
  margin-top: 0.3rem;
  padding: 0 0.2rem;
}
.btn-style{
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  color: #FFF;
  /* background: #FF7B04; */
  border-radius: 6px;
  background: -webkit-linear-gradient(
    left,
    #FF7200,
    #FF9D14
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #FF7200,
    #FF9D14
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #FF7200,
    #FF9D14
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    #FF7200,
    #FF9D14
  );
}
.btn-back{
  background: #fff;
  color: #909399;
}
/* 红色星星 */
.little-star{
  position:absolute;
  top: 0.1rem;
  left: 0.05rem;
}
.star-box{
  position: relative;
  margin-left: 0.05rem;
}
.border-prey-line{
  margin-left: 4%;
  width: 92%;
  height: 0;
  border-top: 1px solid #EFEFEF;
}
/* 灰色按钮 */
.prey-btn-style {
  background: #cccccc;
}
/* 灰屏遮罩层 */
div.pop-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}