header ul, .banner-login-reg ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
header a, .banner-login-reg a{
  text-decoration: none;
  color: inherit;
}
header p, .banner-login-reg p, header h4, .banner-login-reg h4{
  margin: 0;
}

header{
  width: 1335px;
  margin: 0 auto;
  box-sizing: border-box;
}
header *{
  box-sizing: border-box;
}

header .head-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-top .logo-tips{
  display: flex;
  align-items: center;
  height: 100px;
}
.logo-tips .logo-box{
  /* margin-right: 20px; */
  font-size: 0;
}
.logo-tips img{
  width: 180px;
}
.logo-tips .tips{
  width: 420px;
  display: flex;
  overflow: hidden;
}
.logo-tips .tips p{
  display: flex;
  align-items: center;
  transform: translateX(450px);
  white-space: nowrap;
  animation: slide 18s linear infinite;
  color: #0560F7;
}
.logo-tips .tips p:hover{
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@keyframes slide{
  to{
    transform: translateX(-100%);
  }
}

.head-top .tools-help{
  flex-grow: 1;
}
.head-top ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head-top ul li{
  font-size: 14px;
  margin-left: 16px;
  flex-shrink: 0;
}
.head-top li.login-reg{
  margin-right: 30px;
}
.head-top li.login-reg a:first-child{
  margin-right: 14px;
}
.head-top li.logged{
  margin-right: 30px;
}
.head-top li.logged a:first-child{
  margin-right: 14px;
}
.customer-service{
  display: flex;
  flex-direction: column;
}
.customer-service a{
  font-weight: bold;
}
.customer-service a:last-child{
  margin-top: 2px;
}
.customer-service a span{
  margin-left: 6px;
}
.customer-service a img{
  margin-left: 6px;
}

header .head-nav{
  width: 100%;
  height: 60px;
  margin-top: -22px;
  margin-bottom: 30px;
  border-bottom: 6px solid #E60707;
  box-sizing: border-box;
}
.head-nav>ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head-nav>ul>li{
  position: relative;
  width: 10%;
  height: 100%;
  flex-grow: 1;
}
.head-nav>ul>li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  transition: .3s;
  /* font-weight: bold; */
}
.head-nav>ul>li.active{
  background: #e60707;
  color: #fff;
}
.head-nav>ul>li a:hover{
  background: #e60707;
  color: #fff;
}
.head-nav>ul>li a i{
  margin-right: 4px;
  font-size: 23px;
}
.head-nav>ul>li:hover{
  background: #e60707;
  color: #fff;
}
.head-nav>ul>li:hover ul{
  display: block;
}
.head-nav ul ul{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 120%;
  display: none;
  background: #ffffff;
  border: 1px solid #e60707;
  box-sizing: border-box;
}
.head-nav ul ul li{
  width: 100%;
  height: 60px;
  border-top: 1px solid #ffdfdf;
  box-sizing: border-box;
  color: #e60707;
}

.banner-login-reg{
  position: relative;
  width: 1335px;
  margin: 0 auto;
}
.swiper-container {
  width: 100%;
  height: 710px;
  --swiper-theme-color: #fff;
}
.swiper-slide{
  position: relative;
}
.swiper-slide .pic-box{
  display: block;
  width: 100%;
  height: 100%;
}
.pic-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .photo-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-box img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 300px;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
}

.login-box{
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 999;
  width: 400px;
  padding: 35px 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.login-box h4{
  font-size: 26px;
  color: #E60707;
}
.login-box p{
  position: relative;
  font-size: 14px;
}
.login-box p::after{
  position: absolute;
  top: 50%;
  left: -24px;
  content: '';
  width: 14px;
  height: 1px;
}
.login-box p::before{
  position: absolute;
  top: 50%;
  right: -24px;
  content: '';
  width: 14px;
  height: 1px;
}
.login-box>p{
  display: inline-block;
  margin: 10px 0 56px;
  color: #E60707;
}
.login-box>p::after{
  background: #E60707;
}
.login-box>p::before{
  background: #E60707;
}
.login-box .form{
  width: 232px;
  margin: 0 auto;
}
.login-box .form div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-box .form div input{
  width: 10%;
  height: 100%;
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 0 10px;
  font-size: 12px;
  margin: 0;
  box-shadow: none;
  background: #fff;
}
.login-box .form .account{
  height: 30px;
  margin-bottom: 18px;
  border: 1px solid #E5E5E5;
}
.login-box .form .password{
  height: 30px;
  border: 1px solid #E5E5E5;
}
.login-box .form .account span, .login-box .form .password span{
  flex-shrink: 0;
  width: 60px;
  line-height: 30px;
  font-size: 12px;
  border-right: 1px solid #E5E5E5;
  color: #E60707;
}
.login-box .form .reg-forget{
  margin-top: 12px;
  font-size: 12px;
  color: #999999;
}
.login-box .form .login-btn{
  width: 186px;
  height: 36px;
  margin: 40px auto;
}
.login-box .form .login-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 14px;
  background: #E60707;
  color: #fff;
}

.other-login p{
  display: inline-block;
  font-size: 12px;
  margin-bottom: 20px;
  color: #808080;
}
.other-login p::after{
  width: 80px;
  left: -90px;
  background: #EEEEEE;
}
.other-login p::before{
  width: 80px;
  right: -90px;
  background: #EEEEEE;
}
.login-list{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-list a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  transition: .2s;
  color: #999999;
}
.other-login a:hover{
  border: 1px solid #09b90673;
  color: #08b906;
}
.login-list a:not(:last-child){
  margin-right: 10px;
}
.close-login{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  background: url(../images/close.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  color: #999999;
}

.register-box{
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 999;
  width: 400px;
  padding: 35px 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.register-box h4{
  font-size: 26px;
  color: #E60707;
}
.register-box p{
  position: relative;
  font-size: 14px;
}
.register-box p::after{
  position: absolute;
  top: 50%;
  left: -24px;
  content: '';
  width: 14px;
  height: 1px;
}
.register-box p::before{
  position: absolute;
  top: 50%;
  right: -24px;
  content: '';
  width: 14px;
  height: 1px;
}
.register-box>p{
  display: inline-block;
  margin: 10px 0 12px;
  color: #E60707;
}
.register-box>p::after{
  background: #E60707;
}
.register-box>p::before{
  background: #E60707;
}
.register-box .form{
  width: 232px;
  margin: 0 auto;
}
.register-box .form div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  border: 1px solid #E5E5E5;
}
.register-box .form div span{
  flex-shrink: 0;
  width: 60px;
  line-height: 30px;
  font-size: 12px;
  border-right: 1px solid #E5E5E5;
  color: #E60707;
}
.register-box .form div input{
  display: block;
  width: 10%;
  height: 30px;
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 0 10px;
  font-size: 12px;
  margin: 0;
  box-shadow: none;
  background: #fff;
}
.register-box .form .last-name a{
  flex-shrink: 0;
  width: 32px;
  line-height: 30px;
  font-size: 13px;
  border-left: 1px solid #E5E5E5;
  color: #808080;
}
.register-box .form .verification-code span{
  width: 90px;
  border-left: 1px solid #E5E5E5;
  border-right: none;
  cursor: pointer;
  user-select: none;
  color: #E60707;
}
.register-box .form .verification-code span.active{
  color: #bdbdbd;
  pointer-events: none;
}

.register-box .form .register-btn{
  width: 186px;
  height: 36px;
  margin: 30px auto 0;
  border: none;
}
.register-box .form .register-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 14px;
  background: #E60707;
  color: #fff;
}
.register-box .gender{
  position: relative;
}
.gender .gender-selection{
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  border: 1px solid #E5E5E5;
  background: #fff;
}
.gender-selection li{
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  color: #e60707;
}
.gender-selection li:not(:last-child){
  border-bottom: 1px solid #f1f0f6;
}
.gender-selection li:hover{
  background: rgba(230, 7, 7, 0.039);
}
.close-register{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  background: url(../images/close.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  color: #999999;
}


.last-name-box{
  position: absolute;
  top: 0;
  right: 406px;
  z-index: 999;
  width: 600px;
  padding: 18px 0;
  border-radius: 8px;
  box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.last-name-box .letter-filter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px 10px;
  user-select: none;
  border-bottom: 10px solid #f1f0f6;
}
.letter-filter li{
  width: 10%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  border-radius: 24px;
  transition: .3s;
}
.letter-filter li:hover{
  background: #e60707;
  color: #fff;
}

.last-name-box .surname-nav{
  height: 400px;
  overflow-y: auto;
  /* user-select: none; */
  padding: 18px 18px 0;
}
.last-name-box .surname-nav::-webkit-scrollbar{
  background: transparent;
  width: 4px;
}
.last-name-box .surname-nav::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background: #e60707;
}
.last-name-box .surname-nav::-webkit-scrollbar-track{
  background: transparent;
}
.surname-nav>li:not(:last-child){
  margin-bottom: 18px;
}
.surname-nav li span{
  position: relative;
  display: flex;
  align-items: center;
  height: 22px;
  text-align: left;
  margin-bottom: 14px;
  padding-left: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.surname-nav li span::after{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 60%;
  background: #e60707;
}
.surname-nav li .surname-list{
  display: flex;
  flex-wrap: wrap;
}
.surname-list li{
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid transparent;
  font-size: 14px;
}
.surname-list li:hover{
  border-color: #eee;
  background: #f1f0f6;
}
.surname-list li:active{
  border-color: #33333334;
}
