body, div, p, a, img, ul, li, span, form, input, label, select, option, button, h1, h2, h3, h4, h5, h6, header, article, section, footer, nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 16px;
  font-family: PingFangSC-Regular, sans-serif;
  -webkit-overflow-scrolling: touch;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button, select {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  opacity: 0;
}

.hide {
  display: none;
}

body {
  font-family: Microsoft YaHei;
  background: #edeeef url("../image/bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
}

.wrap {
  width: 6.8rem;
  margin: 0 auto;
}

.btn {
  cursor: pointer;
}

.banner {
  background: url("../image/banner_bg.png") no-repeat;
  background-size: 100% 100%;
}

.banner .wrap {
  width: 7.32rem;
}

.container {
  padding-top: 0.2rem;
}

.container .user-form .form-row {
  padding-left: 0.36rem;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #404040;
}

.container .user-form .form-row + .form-row {
  margin-top: 0.18rem;
}

.container .user-form .form-row:before {
  content: '';
  display: block;
  width: 0.27rem;
  height: 0.28rem;
  background: url("../image/red_point.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.14rem;
  z-index: 1;
}

.container .user-form .form-row .input {
  margin-left: 0.1rem;
}

.container .user-form .form-row .input input {
  background: url("../image/input_bg.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  height: 0.4rem;
  padding: 0 0.15rem;
  font-size: 0.24rem;
}

.container .user-form .form-row .uid-input {
  width: 2.5rem;
}

.container .user-form .form-row .select-input {
  position: relative;
}

.container .user-form .form-row .select-input select {
  width: 3rem;
  height: 0.4rem;
  background: url("../image/input_bg.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 0 0.15rem;
  font-size: 0.24rem;
}

.container .user-form .form-row .select-input.select2 select {
  width: 4.9rem;
  height: 0.4rem;
  background: url("../image/input-bg-long.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 0 0.15rem;
  font-size: 0.24rem;
}

.container .user-form .form-row .select-input select option:hover {
  border: none;
}

.container .user-form .form-row .select-input:after {
  content: '';
  display: block;
  width: 0.34rem;
  height: 0.32rem;
  background: url("../image/circle_down.png");
  background-size: 100% 100%;
  position: absolute;
  pointer-events: none;
  right: 0.03rem;
  top: 50%;
  margin-top: -0.16rem;
  z-index: 1;
}

.container .user-form .form-row .remember-box {
  cursor: pointer;
}

.container .user-form .form-row .remember-box input[type=checkbox] {
  display: none;
  width: 0;
}

.container .user-form .form-row .remember-box input[type=checkbox]:checked + .show:after {
  display: block;
}

.container .user-form .form-row .remember-box span {
  display: inline-block;
  vertical-align: middle;
}

.container .user-form .form-row .remember-box .show {
  height: 0.4rem;
  width: 0.4rem;
  background: url("../image/icon_checkbox.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.container .user-form .form-row .remember-box .show:after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.2rem;
  background: url("../image/icon_checked.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -0.1rem;
  margin-left: -0.15rem;
  display: none;
}

.container .user-form .form-row .type-input {
  color: #0068b3;
}

.container .user-form .role-row {
  padding-left: 0.3rem;
  margin: 0.15rem 0 0.4rem 0;
  line-height: 1;
  color: #9a9a9a;
  font-size: 0.24rem;
  height: 0.24rem;
}

.container .user-form .role-row .error-tip {
  color: #e61717;
}

.container .user-form .mycard-tip {
  font-size: 0.24rem;
  color: #0068b3;
  text-align: center;
  margin-top: 0.42rem;
}

.container .user-form .mycard-img {
  width: 5.1rem;
  margin: 0.27rem auto 0.45rem;
}

.block {
  background: url("../image/list_bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
}

.block + .block {
  margin-top: 0.25rem;
}

.block .title {
  margin: 0 0.1rem;
}

.block .list {
  font-size: 0.20rem;
  color: #404040;
  text-align: center;
  margin: 0.16rem 0.05rem;
}

.block .list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*height: 0.6rem;*/
  line-height: 0.57rem;
  border-bottom: 0.03rem solid #ff8259;
}

.block .list .row .col {
  width: 50%;
}

.block .list .row .col + .col {
  border-left: 0.03rem solid #ff8259;
}

.block .list .list-head .row {
  color: #fff;
  background: #808080;
}

.block .list .list-body .row {
  cursor: pointer;
}

.block .list .list-body .row.active {
  color: #fff;
  background: #ff8259;
}

.block .tips {
  font-size: 0.24rem;
  line-height: 2;
  padding: 0.25rem 0.35rem;
}

.bottom-btn {
  margin-top: 0.2rem;
  margin-bottom: 0.15rem;
}

.form-block .form {
  width: 5.8rem;
  margin: 0.5rem auto 0;
}

.form-block .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-block .form .form-row .label {
  text-align: right;
  width: 1.8rem;
  line-height: 0.56rem;
}

.form-block .form .form-row .input {
  width: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.form-block .form .form-row .input input {
  width: 100%;
  height: 0.56rem;
  background: url("../image/input_bg.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 0 0.2rem;
}

.form-block .form .form-row .input .error-block {
  height: 0.5rem;
  font-size: 0.32rem;
  line-height: 0.5rem;
}

.form-block .form .form-btn {
  margin-top: 0.1rem;
}

.form-block .form .form-btn button {
  border: none;
  background: transparent;
}

.form-block .form-tip {
  text-align: center;
  width: 11.8rem;
  margin: 0.7rem auto 0.8rem;
  border-top: 0.07rem solid #b2d2ff;
  padding-top: 0.5rem;
  font-size: 0.3rem;
}

.form-block .form-tip .tip-title {
  font-size: 0.48rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.popup .content {
  width: 6.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../image/list_bg.png");
  background-size: 100% 100%;
  padding: 0.7rem 0.4rem;
}

.popup .content .close {
  width: 0.4rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}

.popup .content .msg {
  font-size: 0.36rem;
  color: #404040;
  text-align: center;
}

.result {
  background: #fff url("../image/result.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
}

.result .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.result .content .msg {
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result .content .msg .img {
  margin-left: 0.4rem;
  width: 0.84rem;
  line-height: 0;
}

.result .content .msg .img img {
  display: none;
}

.result .content .msg .img.success .success-img {
  display: block;
}

.result .content .msg .img.error .error-img {
  display: block;
}

.result .content .btn {
  width: 4.25rem;
  display: block;
  margin: 2rem auto 0;
}

.loading {
  position: fixed;
  width: 7.5rem;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.popup-confirm .content {
  padding: 0.4rem 0.3rem;
}

.popup-confirm .content .msg {
  text-align: left;
  line-height: 1.6;
  margin-top: 0.3rem;
  padding: 0 0.5rem;
}

.popup-confirm .content .msg .tip {
  text-align: center;
}

.popup-confirm .content .btns {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-confirm .content .btns .btn {
  width: 2rem;
}
.remember_class{
  width: 0.2rem;
  height: 0.2rem !important;
  margin-left: 0.1rem;
  cursor: pointer;
}