.mt-66 {
  margin-top: 66px;
}
/* 导航栏 */
.box-center {
  width: 1400px;
  margin: 0 auto;
}
.nav-box {
  display: flex;
  height: 16px;
  align-items: center;
  font-size: 16px;
}
.nav-box .nav-frist {
  color: #666666;
}
.nav-box a {
  color: #666666;
}
.nav-box .nav-last a {
  color: #202020;
}
/* 中间部分 */
.box-main {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 77px;
}
.box-main .mian-left {
  width: 660px;
}
.box-main .mian-left h2 {
  text-align: center;
  font-size: 30px;
}
.mian-left > p,
.mian-right > p {
  margin-top: 40px;
  color: #666666;
  font-size: 16px;
}
.box-main .mian-right {
  width: 632px;
}
.box-main .mian-right h2 {
  text-align: center;
  font-size: 30px;
}
.mian-left input {
  /* margin-bottom: 20px; */
  width: 661px;
  padding: 16px;
  height: 48px;
  box-shadow: 0px 1px 6px 0px rgba(8, 1, 3, 0.34);
  border: solid 1px #000000;
  box-sizing: border-box;
}
.for-mat {
  margin-top: -5px;
  text-align: right;
}
.for-mat > a {
  color: #000;
  font-size: 16px;
}
.mian-left .sign,
.mian-right .create {
  margin-top: 30px;
  width: 212px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  border: solid 1px #000000;
  cursor: pointer;
  margin: 0 auto;
}
.mian-left .sign:hover {
  background: #e8421c;
  border: solid 1px #e8421c;
  color: #ffffff;
}
.botton-div:hover {
  background: #e8421c;
  border: solid 1px #e8421c;
  color: #ffffff;
}
.create:hover {
  background: #e8421c;
  border: solid 1px #e8421c;
  color: #ffffff;
}
.mian-right .create {
  margin-top: 20px;
}
.mian-left .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 80px;
}
.botton-div {
  width: 320px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: solid 1px #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mian-right a {
  width: 212px;
  height: 48px;
  display: inline-block;
  border: solid 1px #000;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  margin-left: 35%;
  margin-top: 20px;
}
.mian-right a:hover {
  text-decoration: none;
  background: #e8421c;
  border: solid 1px #e8421c;
  color: #ffffff;
}
.mian-left .facebook {
  width: 17px;
  height: 36px;
  display: inline-block;
  margin-right: 20px;
  background: url('../img/common/facebook.png');
}
.mian-left .google {
  width: 34px;
  height: 36px;
  margin-right: 20px;
  display: inline-block;
  background: url('../img/common/google.png');
}
.span-posi {
  top: 32px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-TS {
  color: #e8421c;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /* display: none; */
}
.required {
  color: #e8421c;
}
.input-posi {
  position: relative;
  height: 70px;
}
.span-posi {
  position: absolute;
  right: -20px;
  top: 12px;
  font-size: 20px;
}
input[type='text']:focus,
input[type='password']:focus {
  outline: none;
  box-shadow: 0px 1px 6px 0px rgba(8, 1, 3, 0.34) !important;
}
.box-main {
  zoom: 1;
  /* for ie6 & ie7 */
}
.box-main:before,
.box-main:after {
  content: '';
  display: table;
}
.box-main:after {
  clear: both;
  overflow: hidden;
}
.box-main .mian-left {
  float: left\9;
}
.box-main .mian-left .facebook {
  height: 50px\9;
  vertical-align: top\9;
  background-image: url(../img/common/facebook.png) \9;
  background-repeat: no-repeat\9;
  background-position-y: 8px\9;
}
.box-main .mian-left .google {
  height: 50px\9;
  vertical-align: top\9;
  background-image: url('../img/common/google.png') \9;
  background-repeat: no-repeat\9;
  background-position-y: 8px\9;
}
.box-main .mian-right {
  float: left\9;
  margin-left: 90px;
}
.box-main .botton-div {
  display: inline-block\9;
}
.box-main .botton-div:first-child {
  margin-right: 10px\9;
}
.pwd-place {
  display: none;
  position: absolute;
  top: 0;
  left: 16px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 12px;
}
