.mt-66 {
  margin-top: 66px;
}
body {
  background: #f7f7f7;
}
.mb-82 {
  margin-bottom: 82px;
}
/* 导航栏 */
.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 {
  /* align-items: center; */
}
.box-main .mian-left {
  width: 660px;
  margin: 0 auto;
  text-align: center;
}
.box-main .mian-left a {
  text-align: center;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
}
.box-main .login_register {
  color: #000 !important;
  font-weight: normal;
}
.mian-left b {
  display: inline-block;
  margin: 0 30px;
  color: #999999;
  height: 20px;
  border-left: 1px solid #999999;
}
.mian-left > p,
.mian-right > p {
  margin-top: 40px;
  color: #666666;
  font-size: 16px;
}
.mian-left input {
  width: 600px;
  border-radius: 5px;
  padding: 16px;
  height: 48px;
  border: solid 1px #999999;
  box-sizing: border-box;
}
.mian-left > input {
  margin-bottom: 20px;
}
.mian-left .p-suggest {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.black-sure {
  display: inline-block;
  background: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.mian-left .flex-box {
  display: flex;
  width: 600px;
  /* justify-content: center; */
  align-items: center;
  color: #222222;
  font-size: 16px;
  margin: 0 auto;
}
.mian-left .create {
  width: 600px;
  height: 48px;
  border: solid 1px #f1506f;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  margin-top: 34px;
  cursor: pointer;
  margin: 0 auto;
  background: #f1506f;
  display: block;
  margin-top: 30px;
}
.create:hover {
  background: #fe6a86;
}
.main-img {
  margin-left: 580px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.main-img a img {
    height:52px;
}
.signIn .p-title {
  margin-top: 28px;
}
.signIn .signNow {
  display: inline-block;
  width: 212px;
  height: 48px;
  background-color: #e6421c;
  opacity: 0.68;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  margin-top: 18px;
}
.signNow:hover {
  background: #e8421c;
  text-decoration: none;
}
.signIn .p-subTitle {
  font-size: 16px;
  margin-top: 22px;
}
.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;
  /* display: none; */
}
.required {
  color: #e8421c;
}
.input-posi {
  position: relative;
  height: 70px;
}
.span-posi {
  position: absolute;
  right: 0px;
  top: 12px;
  font-size: 20px;
}
input[type='text']:focus,
input[type='password']:focus,
select:focus {
  outline: none;
}
#country,
#zhiye {
  border: solid 1px #999999;
  width: 600px;
  height: 50px;
  padding-left: 12px;
}
/* 清除浮动 */
.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-right {
  float: right\9;
}
.box-main #country,
.box-main #zhiye {
  padding-bottom: 12px \9;
  padding-top: 10px \9;
  line-height: 50px\9;
  vertical-align: middle\9;
}
.pwd-place {
  display: none;
  position: absolute;
  top: 0;
  left: 16px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 12px;
}
