html,
body {
  background: #fff;
}
.header-top {
  position: relative;
  z-index: 1;
  background: #fff;
  border-top: 12px solid #282828;
  height: 34px;
  line-height: 34px;
  color: #999;
  box-shadow: 0px 1px 5px 0px rgba(63, 63, 63, 0.16);
}
.header-top .link {
  display: block;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.header-top .link.register {
  margin-left: 10px;
}
.header-top .link.personal {
  margin-left: 20px;
  padding-left: 20px;
  background: url(../images/shortcut-personal-icon.png) no-repeat left center;
  background-size: 14px auto;
}
.header-top .link.cart {
  padding-left: 18px;
  background: url(../images/shortcut-cart-icon.png) no-repeat left center;
  background-size: 14px auto;
}
.header-top .link.collection {
  padding-left: 19px;
  background: url(../images/shortcut-collection-icon.png) no-repeat left center;
  background-size: 15px auto;
}
.header-top .link.wx {
  padding-left: 15px;
  background: url(../images/shortcut-phone-icon.png) no-repeat left center;
  background-size: 9px auto;
}
.header-top .link.customer {
  padding-left: 18px;
  background: url(../images/shortcut-customer-icon.png) no-repeat left center;
  background-size: 13px auto;
}
.header-top .link:hover {
  color: #a61e28;
  text-decoration: underline;
}
.header {
  height: 119px;
  background: #fff;
}
.header .logo_tit {
  height: 85px;
  margin-top: 21px;
}
.header .logo_tit .logo {
  height: 85px;
}
.header .logo_tit .logo .img {
  display: block;
  height: 85px;
}
.header .logo_tit .text {
  height: 54px;
  margin-top: 19px;
  margin-left: 24px;
  border-left: 1px solid #CDCDCD;
  line-height: 54px;
  padding-left: 36px;
  font-size: 30px;
  font-weight: 300;
  color: #333333;
}
.header .navitems {
  padding-top: 39px;
}
.header .navitems ul li {
  position: relative;
  margin-left: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 56px;
}
.header .navitems ul li a {
  display: block;
  color: #666666;
}
.header .navitems ul li a:hover {
  color: #a61e28;
}
.header .navitems ul li.active a {
  color: #a61e28;
}
.header .navitems ul li.active::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-bottom: 3px solid #a61e28;
}
.main {
  height: 680px;
  background: url(../images/login-main-bg.png) no-repeat center;
  background-size: auto 680px;
}
.main .form {
  margin-top: 85px;
  margin-right: 140px;
  width: 300px;
  padding: 0 40px;
  height: 510px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(63, 63, 63, 0.16);
}
.main .form .title {
  margin-top: 35px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
.main .form .login-cate {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.main .form .login-cate .link {
  display: block;
  color: #999999;
}
.main .form .login-cate .link.left {
  margin-left: 38px;
}
.main .form .login-cate .link.right {
  margin-right: 38px;
}
.main .form .login-cate .link:hover {
  text-decoration: underline;
}
.main .form .login-cate .link.on {
  color: #333333;
  text-decoration: none;
}
.main .form .form-main .tr {
  height: 44px;
  margin-bottom: 12px;
}
.main .form .form-main .tr .input {
  position: relative;
  background: #F7F7F7;
  padding: 0 18px;
  border-radius: 10px;
}
.main .form .form-main .tr .change-show {
  cursor: pointer;
  width: 20px;
  height: 44px;
  background: url(../images/hidden-icon.png) no-repeat center;
  background-size: 14px auto;
}
.main .form .form-main .tr .change-show.on {
  background: url(../images/visible-icon.png) no-repeat center;
  background-size: 14px auto;
}
.main .form .form-main .tr .getcode {
  cursor: pointer;
  width: 88px;
  height: 44px;
  background: #D9D9D9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
.main .form .form-main .tr.code .input {
  width: 166px;
}
.main .form .form-main .tr input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #F7F7F7 inset !important;
  background-color: #F7F7F7 !important;
  background-image: none !important;
}
.main .form .form-main .tr input.pass {
  width: 240px;
}
.main .form .submit {
  cursor: pointer;
  margin-top: 27px;
  height: 48px;
  background: #30D183;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.main .form .submit:hover {
  background: #36e28f;
}
.main .form .register {
  margin-bottom: 17px;
}
.main .form .register .link {
  line-height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #30D183;
}
.main .form .register .link.grey {
  color: #999999;
}
.main .form .register .link:hover {
  text-decoration: underline;
}
.main .form .agreement {
  height: 18px;
  line-height: 19px;
  margin-bottom: 25px;
}
.main .form .agreement .icon {
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.main .form .agreement .icon::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e4e4e4;
  transform: translateX(-50%) translateY(-50%);
}
.main .form .agreement .icon.active::after {
  background: #FF4F0A;
}
.main .form .agreement .text {
  width: 275px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.main .form .agreement .text a {
  color: #FF4F0A;
}
.main .form .agreement .text a:hover {
  text-decoration: underline;
}
.main .form .other-login .headline {
  text-align: center;
  position: relative;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.main .form .other-login .headline span {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
}
.main .form .other-login .headline::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #D9D9D9;
}
.main .form .other-login .item {
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.main .form .other-login .item.wx {
  background: url(../images/wx-login.png) no-repeat center;
  background-size: 100% auto;
}
.main .reg-form {
  margin-top: 85px;
  margin-right: 140px;
  width: 336px;
  padding: 25px 22px 0;
  min-height: 485px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(63, 63, 63, 0.16);
}
.main .reg-form.comReg {
  margin-top: 65px;
}
.main .reg-form .top-link {
  line-height: 22px;
  margin-bottom: 35px;
}
.main .reg-form .top-link .link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #30D183;
}
.main .reg-form .top-link .link:hover {
  text-decoration: underline;
}
.main .reg-form .top-link .link.grey {
  color: #666666;
}
.main .reg-form .title {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
.main .reg-form .form-main {
  width: 300px;
  margin: 0 auto;
}
.main .reg-form .form-main .tr {
  height: 44px;
  margin-bottom: 13px;
}
.main .reg-form .form-main .tr .input {
  position: relative;
  background: #F7F7F7;
  padding: 0 18px;
  border-radius: 10px;
}
.main .reg-form .form-main .tr .change-show {
  cursor: pointer;
  width: 20px;
  height: 44px;
  background: url(../images/hidden-icon.png) no-repeat center;
  background-size: 14px auto;
}
.main .reg-form .form-main .tr .change-show.on {
  background: url(../images/visible-icon.png) no-repeat center;
  background-size: 14px auto;
}
.main .reg-form .form-main .tr .getcode {
  cursor: pointer;
  width: 88px;
  height: 44px;
  background: #D9D9D9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
.main .reg-form .form-main .tr.code .input {
  width: 166px;
}
.main .reg-form .form-main .tr input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #F7F7F7 inset !important;
  background-color: #F7F7F7 !important;
  background-image: none !important;
}
.main .reg-form .form-main .tr input.pass {
  width: 240px;
}
.main .reg-form .submit {
  width: 300px;
  cursor: pointer;
  margin: 25px auto 20px;
  height: 48px;
  background: #a61e28;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.main .reg-form .submit:hover {
  background: #a61e28;
}
.main .reg-form .agreement {
  width: 300px;
  margin: 0 auto 25px;
  height: 18px;
  line-height: 19px;
}
.main .reg-form .agreement .icon {
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.main .reg-form .agreement .icon::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e4e4e4;
  transform: translateX(-50%) translateY(-50%);
}
.main .reg-form .agreement .icon.active::after {
  background: #a61e28;
}
.main .reg-form .agreement .text {
  width: 275px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.main .reg-form .agreement .text a {
  color: #a61e28;
}
.main .reg-form .agreement .text a:hover {
  text-decoration: underline;
}
.main .get-form {
  margin-top: 85px;
  margin-right: 140px;
  width: 300px;
  padding: 80px 40px 0;
  height: 430px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(63, 63, 63, 0.16);
}
.main .get-form .title {
  line-height: 36px;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.main .get-form .form-main .tr {
  height: 44px;
  margin-bottom: 12px;
}
.main .get-form .form-main .tr .input {
  position: relative;
  background: #F7F7F7;
  padding: 0 18px;
  border-radius: 10px;
}
.main .get-form .form-main .tr .change-show {
  cursor: pointer;
  width: 20px;
  height: 44px;
  background: url(../images/hidden-icon.png) no-repeat center;
  background-size: 14px auto;
}
.main .get-form .form-main .tr .change-show.on {
  background: url(../images/visible-icon.png) no-repeat center;
  background-size: 14px auto;
}
.main .get-form .form-main .tr .getcode {
  cursor: pointer;
  width: 88px;
  height: 44px;
  background: #D9D9D9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
.main .get-form .form-main .tr.code .input {
  width: 166px;
}
.main .get-form .form-main .tr input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #F7F7F7 inset !important;
  background-color: #F7F7F7 !important;
  background-image: none !important;
}
.main .get-form .form-main .tr input.pass {
  width: 240px;
}
.main .get-form .submit {
  cursor: pointer;
  margin-top: 27px;
  height: 48px;
  background: #a61e28;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.main .get-form .submit:hover {
  background: #a61e28;
}
.footer {
  background: #fff;
  height: 120px;
  text-align: center;
}
.footer .navitems {
  margin-top: 28px;
  font-size: 0;
  line-height: 14px;
}
.footer .navitems a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0 30px;
}
.footer .navitems a:hover{
  color: #a61e28;
}
.footer .navitems span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  opacity: 0.3;
}
.footer .address {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 14px;
  margin-bottom: 11px;
}
.footer .copyright {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 14px;
}
