html, body {
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 100%;
}

.out {
  width: 100%;
  height: 100%;
  background: url(../images/second/bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
}

.inner_out {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -262px;
  margin-left: -458px;
  width: 916px;
  padding-top: 60px;
  height: 484px;
  background: #fff url(../images/second/bgimg.png) no-repeat 20px center;
  border-radius: 10px;
}

.secondLoginBox {
  width: 410px;
  padding-left: 50px;
  margin-left: 455px;
  font-size: 18px;
  height: 400px;
  overflow: hidden;
}

/* 。secondLoginBoxBtn */

.secondLoginBoxBtn {
  height: 41px;
  width: 360px;
  overflow: hidden;
  margin-bottom: 30px;
}

.secondLoginBoxBtn>li {
  float: left;
  height: 40px;
  line-height: 1.1;
  font-size: 20px;
  color: #8b8b8b;
  text-align: center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  border-bottom: 1px solid #ebebeb;
  width: 50%;
}

.secondLoginBoxBtn>li>span {
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 0;
  padding: 0 5px;
  text-align: center;
  border-bottom: 3px solid transparent;
  height: 33px;
  cursor: pointer;
}

.secondLoginBoxBtn .span2 {
  left: 30px;
}

.secondLoginBoxBtn .curentBtn {
  color: #4a4a4a;
}

.secondLoginBoxBtn .curentBtn>span {
  border-bottom-color: #fc216e;
}

/* secondLoginContain */

.secondLoginContain {
  width: 360px;
}

.secondLoginContain>li {
  display: none;
}

.secondLoginContain .currentContain {
  display: block;
}

.acountLogin {
  display: block;
  padding-top: 10px;
}

.accountUse {
  width: 316px;
  padding-left: 42px;
  border: 1px solid #cecece;
  height: 48px;
  overflow: hidden;
  margin-bottom: 22px;
  background: url(../images/second/suer.png) no-repeat 11px center;
}

.accountPW {
  width: 316px;
  padding-left: 42px;
  border: 1px solid #cecece;
  height: 48px;
  overflow: hidden;
  background: url(../images/second/password.png) no-repeat 11px center;
  margin-bottom: 22px;
}

.accountInput {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 9px;
  padding-left: 5px;
  width: 280px;
  color: #b9b9b9;
  font-size: 16px;
}

.accountCode {
  overflow: hidden;
}

.accountInputCode {
  float: left;
  width: 160px;
  padding: 0 15px;
  border: 1px solid #cecece;
  height: 48px;
  overflow: hidden;
  font-size: 16px;
}

.loginCodeImg {
  float: right;
  width: 150px;
  height: 48px;
  border: 1px solid #cecece;
}

.loginCodeImg>img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.acountLogin input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b9b9b9;
}

.acountLogin input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b9b9b9;
}

.acountLogin input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}

.accountTipw {
  height: 56px;
  line-height: 56px;
  color: #908e8e;
  font-size: 14px;
}

.accountBtn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #fc216e;
  font-size: 24px;
  letter-spacing: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 15px;
}

.wxPCLoginHead {
  width: 100%;
  height: 36px;
  background: url(../images/second/methods.png) no-repeat center center;
  margin-bottom: 10px;
}

.wxPCLoginLink {
  display: block;
  height: 65px;
  width: 322px;
  margin: auto;
  background: url(../images/wechat.png) no-repeat left center;
  margin-top: 120px;
  margin-bottom: 20px;
}

.wxPCLoginFoot {
  width: 100%;
  height: 50px;
  background: url(../images/second/fbg.png) no-repeat center center;
}

/*foot*/

.foot {
  position: absolute;
  left: 50%;
  bottom: -85px;
  width: 540px;
  margin-left: -270px;
}

.foot>p {
  color: #8db4ff;
  line-height: 23px;
  text-align: center;
  font-family: "SimSun";
}

.foot>p>a {
  color: #8db4ff;
}

.foot>p>a:hover {
  text-decoration: underline;
  color: blue;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}