﻿    button,
    input,
    select,
    textarea {
      font-size: 100%;
      vertical-align: middle;
      font-family: Microsoft YaHei
    }

    input,
    textarea {
      background: 0 0;
      border: none;
      outline: 0
    }

    input:focus:-moz-placeholder,
    input:focus::-webkit-input-placeholder {
      color: transparent
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      color: #869099
    }

    textarea {
      resize: none
    }

    .btn:focus,
    .input:active,
    .input:focus {
      outline: 0
    }

    .pop-wrap {
      width: 100%;
      height: 100%;
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0
    }

    .pop-wrap .pop-box {
      position: absolute;
      width: 360px;
      z-index: 1000;
      background-color: #fff;
      border-radius: 4px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%)
    }

    .pop-wrap .pop-box .close-pop {
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      line-height: 2.5rem;
      position: absolute;
      right: 0;
      top: 0;
      font-size: .8rem;
      background-size: .9375rem .9375rem;
      cursor: pointer
    }

    .mask,
    .poptips {
      position: fixed;
      left: 0;
      display: none;
    }

    .pop-wrap .pop-box .close-pop img {
      margin-top: 15px;
      vertical-align: top
    }

    .pop-wrap .pop-box .pop-content-main {
      padding: 50px 30px
    }

    .pop-wrap .pop-box .pop-content-main .tit {
      font-size: 22px;
      line-height: 22px;
      float: left;
      font-weight: bold;
    }

    .pop-wrap .pop-box .pop-content-main .stats {
      color: #869099;
      font-size: 12px;
      float: left;
      margin-top: 5px;
      margin-left: 10px
    }

    .pop-wrap .pop-box .pop-content-main .stats em {
      color: #ff6263;
    }

    .pop-wrap .pop-box .pop-content-main .text {
      line-height: 24px;
      margin-top: 45px
    }

    .pop-wrap .pop-box .pop-content-main .text:before {
      content: "";
      display: table;
      height: 0;
      clear: both
    }

    .pop-wrap .pop-box .pop-content-main .form {
      margin-top: 15px;
    }

    .pop-wrap .pop-box .form li {
      height: 46px;
      line-height: 46px;
      border-radius: 23px;
      background: #F0F2F5;
      padding-left: 20px;
      margin-top: 10px;
    }

    .pop-wrap .pop-box .form li.yzmbox {
      padding-right: 120px;
      position: relative;
    }

    .pop-wrap .pop-box .form li.yzmbox .sendYzm {
      display: block;
      color: #889098;
      font-size: 14px;
      position: absolute;
      right: 0;
      bottom: 0;
      text-align: center;
      padding-right: 20px;
      padding-left: 15px;
      min-width: 85px;
    }

    .pop-wrap .pop-box .form li.yzmbox .sendYzm:before {
      content: "";
      height: 20px;
      width: 0;
      border-left: 1px solid #BFBFBF;
      position: absolute;
      left: 0;
      top: 13px;
    }

    .pop-wrap .pop-box .form li.yzmbox .sendYzm.disable {
      color: #BFBFBF;
    }

    .pop-wrap .pop-box .pop-content-main .form input {
      display: block;
      /* width: 100%; */
      height: 100%;
      font-size: 14px;
      background: none;
      border: none;
      outline: none;
    }

    .pop-wrap .pop-box .pop-content-main .errtip {
      color: #FF6263;
      font-size: 12px;
      margin-top: 5px;
      margin-left: 20px;
      height: 12px;
      line-height: 12px;
      padding-left: 0;
      background: none;
      border-radius: 0;
    }

    .pop-wrap .pop-box .pop-content-main .user-agree {
      margin-top: 10px
    }

    .pop-wrap .pop-box .pop-content-main .user-agree .check-agree {
      width: 14px;
      height: 14px;
      background: #fff;
      border: 1px solid #dce0e2;
      border-radius: 2px;
      -webkit-appearance: none;
      display: inline-block;
      padding: 0 5px 0 0;
      margin-right: 5px
    }

    .pop-wrap .pop-box .pop-content-main .user-agree .check-agree.on {
      background: url(https://www.dpfcw.com/static/skin/images/esf/agree.png) center no-repeat;
      background-size: 9px 7px
    }

    .pop-wrap .pop-box .pop-content-main .user-agree span {
      font-size: 12px;
      color: #869099;
      line-height: 12px
    }

    .pop-wrap .pop-box .pop-content-main .user-agree span a:hover {
      color: #1fa258 !important;
    }

    .pop-wrap .pop-box .pop-content-main .btnwrap .btn-green {
      height: 46px;
      background-image: linear-gradient(90deg, #FFA857 0%, #FF6069 100%);
      border-radius: 23px;
      color: #fff;
      display: block;
      width: 100%;
      font-size: 18px;
      text-align: center;
      line-height: 46px;
      margin-top: 10px
    }

    .pop-wrap .pop-box .pop-content-main .btnwrap .btn.disable {
      opacity: .35;
      pointer-events: none
    }

    .mask {
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(0, 0, 0, .7);
      z-index: 9
    }

    .poptips {
      width: 100%;
      text-align: center;
      top: 40%;
      z-index: 10000
    }

    .poptips p {
      display: inline-block;
      line-height: 40px;
      padding: 0 20px;
      color: #fff;
      font-size: 12px;
      background-color: rgba(0, 0, 0, .6);
      border-radius: 23px
    }

    .pop-wrap .drag_check_box {
      left: 25px;
    }

    .pop-wrap .pop-box .pop-content-main .form .check_code input {
      width: 125px;
      padding: 15px 10px;
      margin: 10px 15px 10px 0;
      border-radius: 40px;
      background: #F0F2F5;
      display: inline-block;

    }