@charset "utf-8";

body {
  font-family: "微软雅黑";
  overflow-x: hidden;
}

body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
button {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-position: center 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10px;
  background: #f5f5f5;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  zoom: 1;
  background: #dcebf6 url(../images/bg.jpg) no-repeat;
  background-size: cover;
}

/*.password-header{width: 100%; height: 100%;display: inline-block;}*/
.header-wrap {
  width: 420px;
  margin: 10px 20px;
}

.header-wrap img {
  width: 100%;
}

.explain {
  position: fixed;
  bottom: 5%;
  left: 2%;
  color: #fff;
}

.explain h3 {
  height: 35px;
  letter-spacing: 6px;
  font-size: 22px;
}

.explain-p {
  height: 35px;
  line-height: 35px;
}

.explain-icon {
  height: 8px;
  width: 8px;
  background: #fff;
  display: inline-block;
  transform: rotate(130deg);
  margin-right: 10px;
}

.tips {
  margin-top: 3%;
}

.wrap {
  width: 666px;
  height: 100%;
  background: #fff;
  /*box-shadow: 1px 1px 5px #6B6B6B;background-color: rgba(167, 32, 56, 0.9);*/
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) 100%) repeat;
  margin-left: 11%;
}

.school-icon {
  position: absolute;
  top: 5%;
  left: 5%;
}

.wrap-fill {
  height: 490px;
  margin-top: -250px;
}

.wrap-logo {
  text-align: center;
  padding: 18px 0;
}

.wrap-left-block {
  width: 80%;
  margin: 4% auto;
}

.wrap-left-block-img {
  margin-bottom: 1%;
  text-align: center;
}

.wrap-left-block-img img {
  width: 100%;
}

.wrap-right-block {
  width: 100%;
}

ul {
  list-style-type: none;
}

#ul_list {
  height: 30px;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20%;
}

#ul_list li {
  height: 30px;
  line-height: 30px;
  float: left;
  cursor: pointer;
  width: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.current {
  border-bottom: 2px solid #0076E7;
  color: #0076E7;
  font-weight: bold;
}

.two {
  display: none;
}

.two.showlist {
  display: block;
}

.three {
  display: none;
}

.three.showlist {
  display: block;
}



.content-style {
  width: 55%;
  margin: 0 auto;
  margin-top: 30px;
}

.form-control {
  display: block;
  width: 75%;
  padding: 0 8px;
  border-radius: 4px 4px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #4d4d4d;
  border: 1px solid #ccc;
  background-color: #fff;
}

.form-group-s {
  margin-bottom: 10px !important;
  position: relative;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.form-group>div {
  display: flex;
  flex-direction: row;
}

.form-group-title {
  display: block;
  width: 25%;
  height: 40px;
  line-height: 40px;
  margin-right: 3%;
  text-align: right;
}

.form-group .text-link {
  color: #0076E7;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.form-group .form-group-link {
  text-align: right;
}

a {
  text-decoration: none;
}

.btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  background-image: none;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  height: 37px;
  line-height: 1.5;
  border-radius: 4px 4px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 25px;
  background: #0076E7;
  color: #fff;
}

.btn-primary_disabled.focus,
.btn-primary_disabled:focus,
.btn-primary_disabled:hover {
  color: #fff;
  background-color: #0379F0;
  border-color: transparent;
}

.dropdown-select {
  width: 100%;
  position: relative;
  z-index: 10;
}

.btn-confirm {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 15px;
  background: #fff;
  border: 0;
  cursor: pointer;
  color: #000;
}

.verification {
  position: absolute;
  top: 9px;
  right: 14px;
}

.top_bgpic img {
  width: 100%;
}

input:focus {
  outline: none;
}

.wxgzh {
  text-align: center;
  margin-top: 10%;
}

.wxgzh .wxgzh-title {
  font-size: 15px;
  font-weight: bold;
  color: #999798;
  margin-bottom: 2%;
}

.wxgzh .wxgzh-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.wxgzh .wxgzh-img img {
  width: 100%;
}

.wxgzh .wxgzh-line {
  display: inline-block;
  width: 25%;
  height: 1px;
  background: #cccccc96;
  position: relative;
  top: -4px;
}

@media screen and (max-width:1366px) {
  .wrap {
    width: 445px;
  }

  #ul_list {
    padding: 0 10%;
  }

  .content-style {
    width: 75%;
  }

  .wxgzh .wxgzh-title {
    font-size: 14px;
  }

  .wxgzh {
    margin: 0;
  }

  .wxgzh .wxgzh-img {
    width: 70px;
    height: 70px;
  }

  .form-group-s {
    margin-bottom: 0px !important;
    position: relative;
    height: 32px;
    line-height: 32px;
  }

  .form-group-s .form-control-icon {
    height: 30px;
    line-height: 30px;
  }

  .form-group-s .form-group-title {
    height: 30px;
    line-height: 30px;
  }

  .btn {
    margin-top: 11px !important;
  }
}