@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
html {
  touch-action: manipulation;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, Microsoft YaHei;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
video {
  vertical-align: middle;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none outside none;
}
a {
  outline: none;
}
em,
i {
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.textE {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fr {
  float: right;
}
.page_guide {
  overflow: auto;
  background: url(../img/guid_bg.png);
  background-size: cover;
  min-height: 100%;
}
.page_guide .head {
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
}
.page_guide .head img {
  width: 100%;
}
.page_guide .head .title {
  position: absolute;
  top: 35%;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 2;
  left: 0;
}
.page_guide .head .title .sub-title {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
}
.page_guide .content {
  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
}
.page_guide .content .text {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.4em;
}
.page_guide .content .text p {
  margin: 5px 0;
}
.page_guide .footer {
  padding: 20px;
  border-radius: 10px;
}
.page_guide .footer .btn {
  font-size: 15px;
}
.page_guide .footer .btn.myForm {
  color: #675EF9;
  width: 40%;
  float: left;
  margin-right: 5%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.page_guide .footer .btn.fillForm {
  width: 55%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #675ef9;
  border-radius: 22px;
  color: #fff;
  text-align: center;
}
[v-cloak] {
  display: none !important;
}
.page_fill {
  min-height: 100%;
  background: #f8f8f8;
  position: relative;
}
.page_fill[v-cloak] {
  display: none !important;
}
.page_fill .tit {
  padding: 10px 0;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}
.page_fill .tit .title {
  font-size: 0.3rem;
  text-align: center;
}
.page_fill .tit .title .sub-title {
  font-size: 0.5rem;
  text-align: center;
  padding-top: 0.2rem;
}
.page_fill .itemWrap .itemTitle {
  font-size: 16px;
  background-color: #fff;
  padding-left: 25px;
  padding-top: 10px;
  color: #333333;
  position: relative;
}
.page_fill .itemWrap .itemTitle::before {
  content: '';
  display: block;
  position: absolute;
  left: 14px;
  top: 14px;
  height: 15px;
  width: 5px;
  background: #675EF9;
}
.page_fill .itemWrap .itemTitle .del {
  float: right;
  color: red;
  margin-right: 10px;
}
.page_fill .itemWrap .item {
  border-bottom: 1px solid #eee;
}
.page_fill .itemWrap .item .title {
  font-size: 16px;
  background-color: #fff;
  padding-left: 15px;
  padding-top: 10px;
  color: #333333;
}
.page_fill .itemWrap .item .cbtn {
  width: 90px;
  height: 25px;
  line-height: 25px;
  background: #ffffff;
  border: 1px solid #675ef9;
  border-radius: 13px;
  color: #675ef9;
}
.page_fill .addItem {
  text-align: center;
  padding: 20px 0;
}
.page_fill .addItem .btn {
  display: inline-block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #675ef9;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #675ef9;
}
.page_fill .footer {
  padding: 20px;
  text-align: center;
}
.page_fill .footer .btn {
  font-size: 15px;
  display: inline-block;
}
.page_fill .footer .btn.myForm {
  color: #000;
  width: 40%;
  float: left;
  margin-right: 5%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #eee;
  text-align: center;
}
.page_fill .footer .btn.fillForm {
  width: 55%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #675ef9;
  border-radius: 22px;
  color: #fff;
  text-align: center;
}
.page_valid {
  overflow: auto;
  background: url(../img/guid_bg.png);
  background-size: cover;
  min-height: 100%;
}
.page_valid .head {
  margin-top: 28px;
  margin-bottom: 28px;
}
.page_valid .head img {
  width: 100%;
}
.page_valid .content {
  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
}
.page_valid .content .text {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.4em;
}
.page_valid .content .text p {
  margin: 5px 0;
}
.page_valid .footer {
  background: #fff;
  padding: 30px 0;
}
.page_valid .footer .btn.cancelBtn {
  margin-top: 20px;
  height: 44px;
  line-height: 44px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 22px;
}
