html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
}
#index {
  padding-bottom: 320px;
}
#index .footer {
  position: absolute;
  bottom: 0;
}

/* #index{
  padding-bottom: 220px;
} */
.text_board {
  line-height: 35px;
  letter-spacing: 2px;
}

.tab-nav {
  clear: both;
  font-size: 14px;
}

.tab-nav li a.active,
.tab-nav li a:hover {
  /*background: #333;*/
  -webkit-background-clip: border-box;
     -moz-background-clip: border-box;
          background-clip: border-box;
  color: #333;
  -webkit-background-clip: text;
}

.tab-nav a {
  cursor: pointer;
}

.tab-nav li a {
  width: 100%;
  color: #4f4f4f;
  font-size: 19px;
  text-align: center;
  border-right: 1px solid #cbcbcb;
  display: inline-block;
}

.tab-nav li {
  float: left;
  padding:10px 0;
  width: 100%;
}

.tab-content {
  width: 410px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.42857143;
}

.tab-content li {
  margin-top: 10px;
}

.tab-content label.letter-space-small {
  letter-spacing: 2px;
}

.tab-content label {
  font-size: 17px;
  width: 80px;
  display: inline-block;
  text-align: right;
  letter-spacing: 2px;
  color: #656565;
  line-height: 26px;
}

.tab-content input {
  height: 50px;
  line-height: 50px;
  width: 286px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
}

select,
input[type='text'] {
  font-size: 14px;
}

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='email'],
select {
  padding: 6px 10px;
}

input[type='search'],
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='email'],
select,
textarea {
  width: 270px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2b2b2b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
}

.btn-cookie-forget-con {
  line-height: 23px;
  padding-left: 76px;
  padding-top: 10px;
  vertical-align: middle;
}

#btn-cookie.active {
  background: url(../images/right-icon.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -23px 0;
}

#btn-cookie {
  background: url(../images/right-icon.png) no-repeat;
  background-position: 0 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  color: #8b8b8b;
  font-size: 16px;
  border: none;
  float: left;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.register-login-con a {
  cursor: pointer;
}

.btn {
  padding: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
       border-radius: 4px;
}

#btn-cookie-text {
  line-height: 23px;
  height: 23px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  float: left;
  cursor: default;
}

.register-login-con span {
  letter-spacing: 0px;
  margin-left: -18px;
}

#btn-forget {
  color: #ff8f00;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.register-btn{
    color: #ff8f00;
    font-size: 16px;
    float: right;
    text-decoration: underline;
   display: inline-block;
   margin-right: 15px;
}
.register-login-con a {
  cursor: pointer;
}

.btn-login-register-con {
  text-align: center;
  margin: 20px 0;
  display: inline-block;
  margin-left: 32px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-blue {
  min-width: 186px;
  display: inline-block;
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: 500;
}

.margin-right-10 {
  margin-right: 10px;
}

.btn-blue,
.btn-blue-100 {
  padding: 6px 40px;
  color: #000;
  border: none;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-size: 14px;
}

.margin-right-10 {
  margin-right: 10px;
  display: inline-block;
}

.btn-login {
  width: 270px;
  height: 50px;
  line-height: 38px;
  color: #fff;
  background: #ff9500;
}

.p1 {
  margin-top: 40px;
  color: #333333;
  font-size: 32px;
}

.p2 {
  color: #ff9500;
  margin-bottom: 40px;
}

.poster-main {
  width: 1200px;
  height: 410px;
  position: relative;
  margin: 0 auto;
}

.poster-main a,
.poster-main img {
  display: block;
}

.poster-main .poster-list {
  width: 1200px;
  height: 410px;
}

.poster-main .poster-list .poster-item {
  width: 820px;
  height: 410px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.join2 {
  height: 365px;
  padding: 70px 0;
  background: #faf6f0;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.bumen .item {
  position: relative;
  float: left;
  width: 335px;
  text-align: center;
  background: #fff;
  margin-right: 70px;
}
.bumen .item .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bumen .item .p1 {
  font-size: 18px;
  color: #333;
}
.bumen .item .p2 {
  font-size: 14px;
  color: #999999;
}
.join {
  overflow: hidden;
}
.mask {
  background: #000000;
  opacity: 0.5;
}
.pop {
  display: none;
  z-index: 999;
  position: fixed;
}
#iframe {
  position: fixed;
  width: 50%;
  height: 60%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.close {
  position: fixed;
  font-size: 44px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 75%;
  top: 16%;
  color: #fff;
  cursor: pointer;
}
.verify-input-area .varify-input-code {
  width: 100px;
}
.verify-input-area {
  width: 100px;
}
.verify-change-area {
  line-height: 50px;
  margin-left: 20px;
}
