.mt-66 {
  margin-top: 66px;
}
.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 {
  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: 10px;
  color: #666666;
  font-size: 16px;
}
.box-main .mian-right {
  width: 400px;
}
.box-main .mian-right h2 {
  text-align: center;
  font-size: 30px;
}
.mian-left input {
  width: 661px;
  padding: 16px;
  height: 48px;
  border: solid 1px #000000;
  box-sizing: border-box;
}
.mian-left > input {
  margin-bottom: 20px;
}
.mian-left .p-suggest {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.mian-right input {
  width: 212px;
  height: 48px;
  border: solid 1px #000000;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
}
.black-sure {
  display: inline-block;
  background: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.mian-left .flex-box {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: #666666;
}
.mian-left .create {
  width: 212px;
  height: 48px;
  border: solid 1px #000000;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin-top: 34px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
  background: #ffffff;
  display: block;
}
.create:hover {
  background: #e8421c;
  color: #ffffff;
  border: solid 1px #e8421c;
}
.mian-right .back {
  text-align: center;
}
.mian-right .back a {
  color: #000000;
  font-size: 18px;
}
.mian-right .signIn {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  height: 180px;
  margin-top: 10px;
  font-size: 18px;
}
.signIn .p-title {
  margin-top: 28px;
}
.signIn .signNow {
  display: inline-block;
  width: 212px;
  height: 48px;
  color: #ffffff;
  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: -20px;
  top: 12px;
  font-size: 20px;
}
input[type='text']:focus,
input[type='password']:focus,
select:focus {
  outline: none;
  box-shadow: 0px 1px 6px 0px rgba(8, 1, 3, 0.34) !important;
}
#country,
#zhiye {
  border: solid 1px #000000;
  width: 100%;
  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;
}
