/*                  mian                           */
.mian {
  width: 100%;
}
.mian-center {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}
.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: 49px;
  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: 220px;
  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-top: 40px;
}
.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/bgk.png);
  padding: 10px 10px 60px 10px;
  background-origin: border-box;
  background-size: 280px 142px;
}
.bgSquare:nth-of-type(2) {
  background-image: url(../image/bgk2.png);
  padding: 10px 10px 60px 10px;
  background-origin: border-box;
  background-size: 280px 165px;
}
.bgSquare:nth-of-type(3) {
  background-image: url(../image/bgk3.png);
  padding: 10px 10px 60px 10px;
  background-origin: border-box;
  background-size: 280px 213px;
}
.bgSquare:last-of-type {
  background-image: url(../image/bgk4.png);
  padding: 10px 10px 20px 10px;
  background-origin: border-box;
  background-size: 280px 198px;
}
.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;
}
.content-right .title h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
}
.content-right .title p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.content-right .join h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.content-right .join p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-top: 20px;
}
.content-right .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;
}
.submit-dy {
    width: 200px;
    height: 70px;
    background: #B61044;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.export-dy {
    width: 200px;
    height: 70px;
    background: #B61044;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
