@charset "utf-8";

/*reset*/
html {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
form,
span,
samp,
p,
a {
  /* font-size: 12px; */
  font-weight: normal;
  margin: 0;
  font-family: "Microsoft YaHei", Helvetica, STHeiTi, "Helvetica Neue", "微软雅黑", SimSun, sans-serif;
}

html,
body {
  background: #f6f6f6;
  /* min-height: 100%; */
}


ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

li {
  display: inline-block;
}

i {
  font-style: normal;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  /*消除ie10灰色背景*/
  background-color: transparent;
  /*消除火狐虚线*/
  outline: none;
}

img {
  max-width: 100%;
  /*  cursor: pointer;*/
  vertical-align: middle;
  border: 0 none;
}

body,
button,
input,
select,
textarea {
  font-size: 12px;
  font-family: "Microsoft YaHei", Helvetica, STHeiTi, "Helvetica Neue", "微软雅黑", SimSun, sans-serif;
  color: #3c3c3c;
  outline: none;
  resize: none;
}

button,
input {
  /* 让 input 和 button 一样高 */
  line-height: normal;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  width: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

:root sub,
:root sup {
  vertical-align: baseline;
  /* for ie9 and other modern browsers */
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: normal;
}

mark {
  background: none;
}

/*
input,button,select,textarea {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 表单样式 */
.contain {
  min-height: 400px;
  text-align: center;
}

.nav {
  width: 100%;
  height: 20.8vw;
  max-width: 640px;
  text-align: left;
  line-height: 28px;
  padding: 15px 15px;
}

.bigtitle {
  font-size: 4.8vw;
  color: #666666;
}

.smalltitle {
  font-size: 3.73vw;
  color: #666666;
}

.star {
  color: red;
  font-size: 4vw;
  padding-right: 3px;
}

.form {
  width: 100%;
  /* margin-top: 2vw; */
  background-color: #fff;
  height: auto;
  padding: 0 4vw;
  text-align: left;
}

.form-list {
  height: 13.33vw;
  line-height: 13.33vw;
  /* padding-top: 4vw; */
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
  /* font-size: 0; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.msg{
  position: absolute;
  left: 29%;
  top: 30%;
  color: red;
}

.form-list-placeholder {
  display: inline-block;
  width: 26%;
  color: #555555;
  font-size: 4.1vw;
  text-align: left;
  /* background: rgba(255, 0, 0, 0.5); */
}

.form-list-value {
  color: #000;
  font-size: 4.1vw;
  display: inline-block;
  width: 70%;
  text-align: left;
  /* background: rgba(255, 0, 0, 0.5); */
}

.form-list-gt {
  color: #BAC9D8;
  width: 10%;
  height: 100%;
  text-align: right;
  /* background: rgba(255, 0, 0, 0.5); */
}

.address {
  min-height: 15.33vw;
  /* padding-top: 3vw; */
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.moreImg {
  width: 2.5vw;
  position: relative;
  top: -1.5vw;
}

.formbutton {
  /* position: relative; */
  /* top: 9vw; */
  /* left: 4vw; */
  width: 92vw;
  height: 13.3vw;
  background-color: #309fea;
  color: #fff;
  font-size: 4.5vw;
  margin-top: 9vw;
  border: none;
  border-radius: 2vw;
}

.formbutton.disabled {
  background-color: #dddddd;
}

/* 遮盖层 */
.confirm-page {
  max-height: 80vh;
  width: 73.3%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  background: #FFFFFF;
  overflow: hidden;
  display: none;
  border-radius: 12px;
}

.close {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
  color: white;
}

.show-page {
  width: 100%;
  height: 100vh;
  background: gray;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.6;
  display: none;
}

.confirm-page>.title {
  width: 100%;
  height: 60%;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 30px 10px;
  word-wrap: break-word;
}

.confirm-page>.title1 {
  width: 100%;
  height: 60%;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 30px 10px;
  word-wrap: break-word;
}

.confirm-page>.title>p {
  font-size: 4.5vw;
  color: #555555;
  text-align: center;
  width: 100%;
  max-height: 70vh;
  overflow: auto;
}

.confirm-page>.title1>p {
  font-size: 4.5vw;
  color: #555555;
  text-align: left;
  width: 100%;
  max-height: 70vh;
  overflow: auto;
}

.confirm-page>.title>.content {
  font-size: 3.8vw;
  margin-top: 1vw;
}

.confirm-page>.title1>.content {
  font-size: 3.8vw;
  margin-top: 1vw;
}

.confirm-page>.btns {
  display: flex;
  width: 100%;
  height: 40%;
}

.confirm-page>.btns>.btn {
  width: 50%;
  height: 40px;
  border: none;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.confirm-page>.btns>.btn:last-child {
  border-left: 1px solid #EAEAEA;
}

.btns>.btn>span {
  font-family: PingFangSC-Regular;
  font-size: 4vw;
  color: #999999;
}

.btns>.btn .confirm-button {
  color: #369FEA;
  border-radius: 10px;
}

.hidden {
  display: none !important;
}

.onlysure {
  width: 100% !important;
}

.loading {
  width: 100px;
  height: 5px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}