@import url(_reset.css);
body {
  max-width: 750px;
  margin: 0 auto; }

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 4.4%;
  border-bottom: 1px solid #e9e9e9;
  font-size: 17px;
  color: #121212; }
  .top .prev {
    width: 9px;
    height: 16px; }
  .top .tip {
    width: 22px;
    height: 20px; }
  .top .sub {
    background: none;
    border: none;
    font-size: 15px;
    color: #121212; }

.content .list {
  padding: 0 4.8%; }
  .content .list li {
    padding: 10px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    color: #222; }
    .content .list li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      color: #121212; }
    .content .list li img {
      width: 9px;
      height: 16px; }
    .content .list li:last-child {
      border-bottom: 0; }
.content .text {
  padding: 0 4.8%;
  font-size: 15px;
  color: #121212; }
  .content .text li {
    margin: 20px 0; }
.content .phone {
  width: 100%;
  padding: 10px 4.8%;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  display: flex; }
  .content .phone label {
    font-size: 15px;
    color: #121212; }
  .content .phone input {
    flex: 1;
    font-size: 15px; }
    .content .phone input::placeholder {
      color: #9A9A9A; }
.content .detail textarea {
  display: block;
  width: 90.4%;
  margin: 20px auto;
  height: 233px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  resize: none;
  box-sizing: border-box;
  padding: 2%;
  font-size: 15px;
  color: #121212; }
  .content .detail textarea::placeholder {
    color: #9A9A9A; }
.content .detail .pic {
  padding-left: 4.8%;
  display: flex;
  flex-wrap: wrap; }
  .content .detail .pic img {
    width: 80px;
    height: 80px;
    margin: 0 1%; }
  .content .detail .pic .camera {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 1%;
    position: relative; }
    .content .detail .pic .camera input[type="file"] {
      width: 80px;
      height: 80px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .content .detail .pic .camera img {
      width: 33px;
      height: 27px;
      margin: 0; }

.btm {
  padding: 60px 5% 10px;
  text-align: center; }
  .btm .btn {
    display: block;
    width: 160px;
    height: 41px;
    background: #509dff;
    border-radius: 21px;
    font-size: 18px;
    line-height: 41px;
    color: #FFFFFF;
    margin: 0 auto;
    -webkit-appearance: none;
    border: medium none;
    outline: none; }

.btns-flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  align-items: center; }
  .btns-flex .btn {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    margin-left: 10px; }
    .btns-flex .btn:first-child {
      margin-left: 0; }

.page-line {
  height: 3px;
  background: #F6F6F6; }

.mask-box {
  position: fixed;
  width: 100%;
  max-width: 750px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6); }
  .mask-box .mask-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .mask-box .mask-close {
    width: 21px;
    height: 21px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -21px;
    right: -21px;
    cursor: pointer; }

.qr-mask .mask-cover {
  width: 77.33%;
  padding: 25px 0;
  text-align: center; }
  .qr-mask .mask-cover img {
    display: inline-block;
    vertical-align: top; }
  .qr-mask .mask-cover .qr-mask-logo {
    width: 36px;
    height: 36px; }
  .qr-mask .mask-cover .qrMask-logo-name {
    margin-top: 10px;
    font-size: 16px;
    color: #121212; }
  .qr-mask .mask-cover .qrMask-cell {
    margin-top: 7px;
    font-size: 16px;
    color: #509dff; }
  .qr-mask .mask-cover .qrMask-qrImg {
    width: 140px;
    height: 140px;
    margin-top: 24px; }
  .qr-mask .mask-cover .qr-desc {
    margin-top: 16px;
    font-size: 16px;
    color: #121212; }

/*# sourceMappingURL=index.css.map */
