body {
  position: relative;
}
/*                  mian                           */
.mian {
  width: 100%;
}
.mian-center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.location {
  background: url(../image/wzicon.png) left center no-repeat;
  padding-left: 23px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}
.location a {
  color: #666;
}
.content {
  width: 100%;
  height: 100%;
}
.content::after{
  content: '.';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.content-left {
  float: left;
  width: 250px;
  margin-right: 50px;
}
.content-left ul h2 {
  height: 70px;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 16px;
  color: #2C2C2C;
  padding: 21px 0 0 28px;
  box-shadow: 0 0 10px #a0a0a0
}
.content-left ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  background: #f6f6f6;
}
.content-left ul li a {
  width: 250px;
  height: 100%;
  padding-left: 30px;
  color: #6f6f6f;
  display: block;
}
.content-left ul li .mark {
  color: #fff;
  background: #B61044
}
.content-left ul li a:hover {
  color: #fff;
  background: #B61044
}
.content-left .process {
  width: 280px;
  padding: 40px 0;
}

.content-left .fixed {
  position: fixed;
  top: 0;
}

.content-left .process h2 {
  line-height: 60px;
  font-size: 18px;
  color: #90375e;
  text-align: center;
}

.bgSquare:first-of-type {
  background-image: url(../image/bgk5.png);
  padding: 10px 10px 65px 10px;
  background-origin: border-box;
  background-size: 280px 267px;
}

.bgSquare:nth-of-type(2) {
  background-image: url(../image/bgk.png);
  padding: 10px 10px 65px 10px;
  background-origin: border-box;
  background-size: 280px 147px;
}

.bgSquare:nth-of-type(3) {
  background-image: url(../image/bgk4.png);
  padding: 10px 10px 20px 10px;
  background-origin: border-box;
  background-size: 280px 126px;
}

.content-left .process p {
  font-size: 14px;
  color: #f5f5f5;
  line-height: 24px;
}
.content-right {
  width: 900px;
  min-height: 650px;
  padding: 0 50px;
  float: right;
  box-sizing: border-box;
}
.signing .title h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
}

.signing .title p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.signing .join h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.signing .join p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-top: 20px;
}

.signing .button {
  margin-top: 100px;
  text-align: center;
}

.gcs-checkbox {
  display: none;
}

.gcs-checkbox+label {
  position: relative;
  border-radius: 3px;
  border: 1px solid #b0b1b1;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  line-height: 16px;
  cursor: pointer;
}

.gcs-checkbox:checked+label {
  background: #B61044;
  border: 1px solid #B61044;
}

.gcs-checkbox:checked+label:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "\2714";
  color: #fff;
}

.button span {
  padding-left: 10px;
}

.button .signUp {
  width: 120px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: #B61044;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin: 20px auto;
  cursor: pointer;
}
.notSign {
  display: none;
}
.notSign .basic {
  height: 400px;
}
.notSign h3{
  font-size: 20px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.notSign .userInfo {
  padding-left: 90px;
}
.notSign .userInfo li {
  height: 40px;
  line-height: 40px;
}
.notSign .userInfo li span {
  display: block;
  float: left;
  width: 100px;
  text-align: end;
  font-size: 16px;
  color: #333;
}
.notSign .userInfo li p {
  float: left;
  font-size: 16px;
  color: #333;
}
.notSign .userInfo li button {
  background: #fff;
  color: #B61044;
  padding-left: 50px;
}
.notSign .myList .tab {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
}
.notSign .myList .tab li {
  float: left;
  line-height: 30px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}
.notSign .myList .list td {
  width: 200px;
  height: 30px;
  text-align: center;
}
.notSign .myList .list table p {
  font-size: 20px;
  color: #666;
  width: 800px;
  line-height: 200px;
  text-align: center;
}
.notSign .myList .list td:first-child {
  width: 375px;
  text-align: left;
  padding-left: 15px;
  word-wrap: break-word;
  word-break: break-all;
}
.notSign .myList .tab li:first-child {
  color: #fff;
  background: #B61044;
}
.dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, .5)
}
.dialog-center {
  width: 500px;
  height: 620px;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 50px 20px;
  box-sizing: border-box;
}
.dialog-center .close {
  position: absolute;
  display: block;
  background: #ccc;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.dialog-center h2 {
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #B61044;
}
.dialog-center ul {
  padding: 20px;
}
.dialog-center ul li {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.dialog-center ul li span {
  width: 100px;
  line-height: 40px;
  text-align: end;
  display: block;
  float: left;
  color: #333;
  font-size: 16px;
}
.dialog-center ul li:nth-child(2) .radio {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: 20px;
  cursor: pointer;
}
.dialog-center ul li:nth-child(2) .sex {
  width: 20px;
}
.dialog-center ul li input {
  display: block;
  float: left;
  width: 250px;
  height: 36px;
  outline: none;
  padding-left: 5px;
}
.dialog-center ul li:last-child input {
  width: 100px;
}
.dialog-center ul #getCode {
  width: 130px;
  line-height: 40px;
  padding-left: 20px;
  text-align: left;
  color: #B61044;
  cursor: pointer;
}
.dialog-center #submit {
  width: 180px;
  height: 50px;
  background: #B61044;
  color: #fff;
  border-radius: 5px;
  margin: 20px 0 0 120px;
}
