/* clear float */
.cf {
  zoom: 1;
}
.cf::after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* 圆角  */
/*单行载断溢出省略号*/
/*阴影*/
.form-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.form-list > li {
  margin-bottom: 13px;
}
.form-list > li label {
  font-weight: bold;
  font-size: 16px;
  color: #313131;
  display: inline-block;
  width: 26%;
}
.form-list > li input {
  border: solid 1px #000000;
  width: 71%;
  border-radius: 3px;
  height: 30px;
  box-sizing: border-box;
  padding-left: 1em;
}
.form-list > li input.l05 {
  width: 35%;
}
.form-list > li select {
  border: solid 1px #000000;
  width: 71%;
  border-radius: 3px;
  height: 30px;
}
.form-list.login {
  width: 76%;
  margin-top: 60px;
}
.form-list.login > li input {
  width: 100%;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  padding-left: 36px;
}
.form-list.login > li input.name {
  background-image: url(../img/icon-name.png);
}
.form-list.login > li input.pass {
  background-image: url(../img/icon-pass.png);
}
.form-list.login > li.check {
  font-size: 14px;
}
.form-list.login > li.check a {
  float: right;
  color: #a8eabc;
}
@media (max-width: 640px) {
  .form-list {
    width: 90%;
  }
  .form-list > li label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form-list > li input {
    width: 100%;
  }
  .form-list > li input.l05 {
    width: 50%;
  }
  .form-list > li select {
    width: 100%;
  }
}
.form-btn {
  display: block;
  margin-top: 40px;
  width: 135px;
  height: 31px;
  margin-left: auto;
  margin-right: auto;
  background-color: #313131;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.check-box {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
}
.check-box a,
.check-box span {
  color: #a8eabc;
}
.register-box {
  background: url(../img/login-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.register-box .register-main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 618px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.27);
  border-radius: 22px;
  position: relative;
  padding: 47px 0 57px;
}
.register-box .register-main::before,
.register-box .register-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 20px;
}
.register-box .register-main::before {
  left: 0;
  width: 19.6%;
  background-color: #a8eabc;
  border-radius: 19px 0px 0px 0px;
}
.register-box .register-main::after {
  right: 0;
  width: 80.4%;
  background-color: #f0cbeb;
  border-radius: 0px 18px 0px 0px;
}
.register-box .register-main .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 12%;
  margin-right: 12%;
  margin-bottom: 7.44%;
}
.register-box .register-main .top > b {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
.register-box .register-main .top > b::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1em;
  height: 2px;
  background-color: #a8eabc;
}
.register-box .register-main .top > span {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
}
.register-box .register-main .top > span > a {
  color: #a8eabc;
}
.register-box .register-main .btn-code {
  width: 34%;
  font-size: 16px;
  font-weight: bold;
  color: #a8eabc;
}
.register-box .register-main .check-box {
  margin-top: 26px;
  margin-left: 33.2%;
}
@media (max-width: 640px) {
  .register-box .register-main {
    padding: 30px 0 47px;
  }
  .register-box .register-main .top {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .register-box .register-main .top > b::after {
    margin-top: 0.5em;
  }
  .register-box .register-main .btn-code {
    width: 48%;
  }
  .register-box .register-main .check-box {
    margin-top: 20px;
    margin-left: 5%;
  }
}
@media (max-width: 640px) {
  .register-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.search-crumbs {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: solid 4px #a8eabc;
  padding-left: 11px;
  color: #313131;
  font-size: 16px;
  font-weight: bold;
}
.search-c-box {
  background: url(../img/search-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-c-box .search-c-main {
  width: 90%;
  max-width: 539px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.27);
  border-radius: 3px;
  padding: 27px 0;
}
@media (min-width: 640px) {
  .search-c-box .search-c-main .form-list > li:first-child {
    margin-top: 36px;
  }
  .search-c-box .search-c-main .form-list > li:nth-of-type(2) {
    margin-top: 83px;
  }
}
.search-c-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.search-c-list > li {
  margin: 10px;
  position: relative;
}
.search-c-list > li .c-box {
  position: relative;
  width: 487px;
  height: 679px;
}
.search-c-list > li .c-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.search-c-list > li .c-box > div {
  position: absolute;
}
.search-c-list > li .c-box > div.name-z,
.search-c-list > li .c-box > div.name-e,
.search-c-list > li .c-box > div.org,
.search-c-list > li .c-box > div.act,
.search-c-list > li .c-box > div.title {
  text-align: center;
  width: 100%;
  left: 0;
}
.search-c-list > li .c-box > div.name-z {
  top: 190px;
  font-size: 22px;
  font-weight: bold;
}
.search-c-list > li .c-box > div.name-e {
  top: 220px;
  font-size: 22px;
  font-weight: bold;
}
.search-c-list > li .c-box > div.org {
  top: 268px;
  font-size: 24px;
  font-weight: bold;
  color: #638471;
}
.search-c-list > li .c-box > div.act {
  top: 305px;
  font-size: 11px;
  color: #638471;
}
.search-c-list > li .c-box > div.title {
  top: 322px;
  font-size: 18px;
  font-weight: bold;
  color: #638471;
}
.search-c-list > li .c-box > div.c-n {
  top: 508px;
  left: 158px;
  font-size: 9px;
}
.search-c-list > li .c-box > div.date {
  top: 528px;
  left: 158px;
  font-size: 9px;
}
.search-c-list > li .c-box.c2 {
  height: 487px;
  width: 679px;
}
.search-c-list > li .c-box.c2 > div.name2-z,
.search-c-list > li .c-box.c2 > div.title2 {
  text-align: center;
  width: 100%;
  left: 0;
}
.search-c-list > li .c-box.c2 > div.name2-z {
  top: 148px;
  font-size: 22px;
  font-weight: bold;
}
.search-c-list > li .c-box.c2 > div.title2 {
  top: 209px;
  font-size: 16px;
  font-weight: bold;
}
.search-c-list > li .c-box.c2 > div.c-n2 {
  left: 260px;
  top: 388px;
  font-size: 9px;
}
.search-c-list > li .c-box.c2 > div.date2 {
  left: 260px;
  top: 404px;
  font-size: 9px;
}
.search-c-list > li .btn-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 80px;
  height: 36px;
  background-color: #638471;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  visibility: hidden;
}
.search-c-list > li:hover .btn-down {
  visibility: visible;
}
@media (max-width: 640px) {
  .search-c-list > li .c-box {
    width: calc(0.6 * 487px);
    height: calc(0.6 * 679px);
  }
  .search-c-list > li .c-box > div.name-z {
    top: calc(0.6 * 190px);
    font-size: calc(0.6 * 22px);
  }
  .search-c-list > li .c-box > div.name-e {
    top: calc(0.6 * 220px);
    font-size: calc(0.6 * 22px);
  }
  .search-c-list > li .c-box > div.org {
    top: calc(0.6 * 268px);
    font-size: calc(0.6 * 24px);
  }
  .search-c-list > li .c-box > div.act {
    top: calc(0.6 * 305px);
    font-size: calc(0.6 * 11px);
  }
  .search-c-list > li .c-box > div.title {
    top: calc(0.6 * 322px);
    font-size: calc(0.6 * 18px);
  }
  .search-c-list > li .c-box > div.c-n {
    top: calc(0.6 * 508px);
    left: calc(0.6 * 158px);
    font-size: calc(0.6 * 9px);
  }
  .search-c-list > li .c-box > div.date {
    top: calc(0.6 * 528px);
    left: calc(0.6 * 158px);
    font-size: calc(0.6 * 9px);
  }
}
.rule {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
}
.rule > dt {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.2;
}
.rule > dd {
  text-align: justify;
}
.rule p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.rule table th,
.rule table td {
  border: solid 1px #eee;
  padding: 10px;
}
.rule table th {
  background-color: #ccc;
}
.label-checkbox {
  line-height: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
}
.label-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: url(../img/checkout-bg.png) no-repeat center;
  margin-right: 10px;
  border-radius: 3px;
}
.label-checkbox.on::before {
  background-image: url(../img/icon-checked.png);
  background-color: #a8eabc;
}
.tk-pop {
  width: 90%;
  max-width: 536px;
  max-height: 70vh;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 10px 23px 20px;
}
.tk-pop .title {
  border-left: solid 7px #a9eabd;
  font-size: 18px;
  font-weight: bold;
  padding-left: 19px;
  margin-bottom: 10px;
}
.tk-pop .main {
  max-height: calc(70vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 9px;
  padding-left: 9px;
}
.tk-pop .bom {
  margin-top: 10px;
  text-align: center;
}
.tk-pop .btn-sure {
  width: 294px;
  height: 34px;
  background-color: #a9eabd;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
