@font-face {
  font-family: 'iconfont';  /* project id 3210454 */
  src: url('');
  src: url('?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_3210454_ogsbjp4vd9.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_3210454_ogsbjp4vd9.woff') format('woff'),
  url('//at.alicdn.com/t/font_3210454_ogsbjp4vd9.ttf') format('truetype'),
  url('#iconfont') format('svg');
}


.privacy {
  background: #fff;
}

.privacy .container {
  background: #fff;
  padding: 60px;
}

.privacy h1 {
  text-align: center;
  font-size: 24px;
}

.privacy h1+div {
  text-align: center;
  margin-bottom: 40px;
}

.accounts {
  background: url(../images/banner.png) no-repeat center center;
  background-size: cover;
  flex-direction: column;
}

.accounts__logo {
  margin: 50px 0 0 60px;
}

.accounts__logo img {
  /* filter: brightness(100); */
  max-width: 162px;
  max-height: 34px;
}

.accounts__content {
  padding: 150px 280px 120px;
}

@media (max-width: 1440px) {
  .accounts__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1280px) {
  .accounts__content {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .accounts__content>.flex__main {
    display: none;
  }
}

.accounts__slogan {
  color: #fff;
  line-height: 1.33333333;
  font-size: 48px;
  font-weight: 500;
  align-self: flex-end;

}

.accounts__slogan div {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.accounts__footer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  text-align: center;
  padding-bottom: 12px;
  color: #fff;
}

.accounts__footer a {
  color: #fff;
}

.accounts__form {
  width: 400px;
  /* height: 476px; */
  background: #FFFFFF;
  box-shadow: 0px 1px 16px 0px rgba(38, 38, 38, 0.35);
  padding: 42px 38px 42px 42px;
}

.accounts-tabs {
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
  
}

.accounts-tabs li+li {
  margin-left: 30px;
}

.accounts-tabs a {
  /* color: #d9d9d9; */
  color: #8C8C8C;
}

.accounts-tabs .active a {
  display:block;
  width: 80px;
  height: 20px;
  font-size: 20px;
  /* font-family: MicrosoftYaHei-Bold, MicrosoftYaHei; */
  /* font-family: MicrosoftYaHei-Bold, MicrosoftYaHei; */
  font-weight: bold;
  color: #262626;
  line-height: 20px;
}


.accounts-privacy,
.accounts-related,
.accounts-related a {
  color: #8c8c8c;
}


.accounts-related {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  /* font-family: MicrosoftYaHei; */
  color: #8C8C8C;
  line-height: 16px;
}


.accounts-related a:hover  {
  color: #0A7AFF;
}

.accounts-tabs+.accounts-related {
  text-align: left;
  margin-top: 0;
  line-height: 1.618;
}

.accounts-tabs+.accounts-related a {
  color: #0A7AFF;
}

.accounts-privacy {
  margin-top: 30px;
}

.accounts-privacy .icon {
  font-size: 16px;
}

/* .accounts-related a:first-child {
  margin-right: 10px;
}

.accounts-related a:last-child {
  margin-left: 10px;
} */

.accounts-oauth {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
  font-size: 14px;
  /* font-family: MicrosoftYaHei; */
  color: #8C8C8C;
  line-height: 30px;
}

.accounts-oauth a.icon {
  color: #bfbfbf;
  font-size: 32px;
  margin-left: 50px;
}

.accounts-oauth a.icon:hover {
  color: #09BB07;
}

.accounts__form #numLabel {
  position: relative;
  margin-top: 40px;
}
.accounts__form #codeLabel {
  margin-top: 30px;
}
.accounts__form #submit_login {
  margin-top: 30px;
}
.accounts__form #ali-container {
  margin-top: 30px;
}
.accounts__form .form-item {
  /* margin: 30px 0; */
  /* width: 320px; */
  height: 44px;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
}



.accounts__form .form-item .input {
  padding-right: 10px;
}

.accounts__form .form-item .input:only-child {
  width: 100%;
}

.accounts__form .form>.button-link {
  /* width: 100%; */
  width: 140px;
  height: 44px;
  margin-bottom: 25px;
}

.accounts__form .mobile-num select {
  width: 60px;
}

.accounts__form .mobile-num .input {
  margin-left: -1px;
  flex: 1;
}

.accounts__form .mobile-code .input {
  flex: 1;
}

.accounts__form .mobile-code .button-link {
  width: 120px;
  margin-left: 10px;
  position: relative;
}

.accounts__form .mobile-code .button-link:disabled {
  color: #fff;
  background: #D9D9D9;
  border-color: #D9D9D9;
}

.accounts__form .mobile-code .button-link.left-time {
  background: #fff;
  color: #bfbfbf;
  border-color: #bfbfbf;
  white-space: nowrap;
}

.accounts__form .mobile-code .button-link:not(:disabled):hover {
  background: #fff;
  color: #0A7AFF;
  border-color: #0A7AFF;
}

.accounts__form .error-tip {
  color: #F5222D;
  display: flex;
  align-items: center;
  position: absolute;
}

.accounts__form .error-tip .icon {
  font-size: 16px;
  margin-right: 10px;
}

.accounts__form .form-item+.error-tip {
  margin-top: -30px;
}

.accounts__form .button-link+.error-tip {
  margin-top: 10px;
}
.accounts__form .space {
  height: 10px;
}

.accounts-resetsuccess {
  color: #595959;
  /* text-align: center; */
  margin: 50px 0;
  height: 21px;
  font-size: 16px;
  /* font-family: MicrosoftYaHei; */
  color: #262626;
  line-height: 21px;
}

.accounts__form .form .input {
  border: none;
  padding-left: 10px;
}

.accounts__form .form .select {
  width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* border-right: 1px solid #D9D9D9; */
  /* padding: 11px 0; */
}



.accounts__form .form .select span{
  font-size: 14px;
  color: #262626;
}

.accounts__form .form .select .icon{
  position: absolute;
  right: 8px;
  top: 50%;
  color: #8c8c8c;
  font-size: 12px;
  transform: translate3d(0, -48%, 0) scale(0.4);
  pointer-events: none;
}

#validatecode {
  padding-left: 0;
}

.accounts__form .form #mobilenumber {
  border-left: 1px solid #D9D9D9;
  height: 22px;
}


.accounts__form .form .getcode {
  display: block;
  width: 119px;

  font-size: 14px;
  /* font-family: MicrosoftYaHei; */
  color: #0A7AFF;
  line-height: 19px;
  text-align: center;
  border-left: 1px solid #D9D9D9;
}

.accounts__form .form .login_or_register {
  height: 44px;
  width: 140px;
  font-size: 16px;
  /* font-family: MicrosoftYaHei; */
  color: #8C8C8C;
  border: none;
  cursor: pointer;
  background-color: #e8e8e8;
}


.form .checkbox input, .form .radio input {
  display: none;
}

.checkbox input+.icon {
  color: #262626;
}
.checkbox input+.icon, .radio input+.icon {
  margin-right: 5px;
}
.checkbox input+.icon::before {
  content: '\e683';
}

.checkbox input:checked+.icon::before {
  content: '\e684';
}

#error-mobile , #error-code , #error-huakuai , #error-password{
  height: 20px;
  font-size: 14px;
  /* font-family: MicrosoftYaHei; */
  color: #F5344D;
}



#huakuai {
  border: none;
}

.accounts__form .form #numLabel .areacode-select {
  display: none;
}


#numLabel .areacode-select {
  position: absolute;
  z-index: 9999999;
  top: 40px;
  width: 100%;
  margin: 0;
  padding: 0;


  display: flex;
  flex-direction: column;

  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#numLabel .areacode-select li {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 20px;
  height: 40px;
  color: #262626;
}

#numLabel .areacode-select li:hover {
  background-color: #E8E8E8;
  cursor: pointer;
}



.accounts_login_form .form .login_btn {
    height: 44px;
    width: 140px;
    font-size: 16px;
    /* font-family: MicrosoftYaHei; */
    color: #8C8C8C;
    border: none;
    cursor: pointer;
    background-color: #F5F5F5;
}
.accounts_login_form .form .mobile_login input { 
  margin-top: 40px;
  height: 44px;
  border-bottom: 1px solid #D9D9D9;
  padding: 0;
}


.accounts_login_form .form .account_pwd input {
  margin-top: 30px;
  height: 44px;
  border-bottom: 1px solid #D9D9D9;
  padding: 0;
}


#findpassword {
  height: 44px;
  width: 140px;
  font-size: 16px;
  /* font-family: MicrosoftYaHei; */
  color: #8C8C8C;
  border: none;
  cursor: pointer;
  background-color: #F5F5F5;
  margin-top: 30px;
}

.xieyi:hover {
  text-decoration: underline !important;
}

#password-tip {
  font-size: 12px;
  /* font-family: MicrosoftYaHei; */
  color: #595959;
  line-height: 18px;
}

#password-error {
  margin-top: 4px;
  font-size: 14px;
  /* font-family: MicrosoftYaHei; */
  color: #F5344D;
  line-height: 14px;
}

.mobile_message {
  height: 42px;
  font-size: 14px;
  /* font-family: MicrosoftYaHei; */
  color: #8C8C8C;
  line-height: 21px;
  margin-top: 20px;
}

.wrapper {
  position: relative;
  height: 650px;
  /* background-color:#f40;  */
  width: 100%; 
}

.wrapper .wrapper-left {
  position: absolute;
  left: 0;
  bottom: 180px;
}

.wrapper .wrapper-right {
  position: absolute;
  right: 0;
}

.wrapper-find {
  position: relative;
  height:650px;
  /* background-color:#f40;  */
  width: 100%; 
}

.wrapper-find .wrapper-find-left {
  position: absolute;
  left: 0;
  bottom: 180px;
}

.wrapper-find .wrapper-find-right {
  position: absolute;
  top: 60px;
  right: 0;
}
.cart_ml{
  margin-left: 3.5% !important;
}
.car_order_w3w{
  margin-left: 20px !important;
  width: calc(35.5% - 100px) !important;
}
.order_w{
  width: 11.5% !important;
}
.cart_t_w{
  height: 2.75rem !important;
  line-height: 1.35rem !important;
  display: inline-block !important;
}
.accounts_pright{
  padding-right: 36px !important;
  padding-left: 36px !important;
}