/*
    created 2018-6-7
    login.html
*/
/*.yisunavoutlayer{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height:  720px;
    background: -webkit-linear-gradient(#24065f , #7640ff); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(#24065f, #7640ff); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(#24065f, #7640ff); !* Firefox 3.6 - 15 *!
    background: linear-gradient(#24065f , #7640ff); !* 标准的语法 *!
    !*background: -webkit-linear-gradient(#c72520 , #d13023);
    background: -o-linear-gradient(#c72520, #d13023);
    background: -moz-linear-gradient(#c72520, #d13023);
    background: linear-gradient(#c72520 , #d13023);*!
}*/
.homepage-topbar-login {
  position: relative;
  width: 100%;
  height: 64px;
  z-index: 1200;
  min-width: 1280px;
}
.homepage-topbar-login a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-topbar-login .homepage-topbar-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.homepage-topbar-login .homepage-topbar-mod:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.homepage-topbar-login .homepage-topbar-mod .homepage-topbar-top {
  position: relative;
  z-index: 1;
  height: 64px;
  padding-left: 24px;
  border-bottom: 1px solid rgba(30, 35, 45, 0.1);
}
.homepage-topbar-login .logo {
  float: left;
  height: 100%;
  position: relative;
  z-index: 2;
}
.homepage-topbar-login .logo a {
  display: block;
  height: 100%;
  padding-top: 18px;
}
.homepage-topbar-login .logo a img {
  display: block;
  max-width: 100%;
}
.homepage-topbar-login .logo a img.logo-light {
  display: none;
}
.homepage-topbar-login .topbar-login-btn {
  position: relative;
  z-index: 3;
  float: left;
  line-height: 64px;
  font-size: 18px;
  color: #FFF;
  padding-left: 48px;
}
.homepage-topbar-login .topbar-login-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 1px;
  height: 24px;
  background: #FFFFFF;
  opacity: 0.1;
}
.homepage-topbar-login .topbar-login-right {
  position: relative;
  z-index: 3;
  float: right;
  height: 64px;
  line-height: 64px;
}
.homepage-topbar-login .topbar-login-right .reg-tip {
  float: left;
  font-size: 14px;
  color: #FFFFFF;
}
.homepage-topbar-login .topbar-login-right a {
  float: left;
  width: 96px;
  height: 64px;
  line-height: 64px;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  background: #FF6666;
  margin-left: 30px;
}
.homepage-topbar-login .topbar-login-right a:hover {
  background: #FF4444;
}
.homepage-topbar-login.topbar-light .homepage-topbar-mod::before {
  background: rgba(255, 255, 255, 0.1);
}
.homepage-topbar-login.topbar-light .logo a img.logo-dark {
  display: none;
}
.homepage-topbar-login.topbar-light .logo a img.logo-light {
  display: block;
}
.homepage-topbar-login.topbar-light .topbar-login-btn {
  color: #2D3037;
}
.homepage-topbar-login.topbar-light .topbar-login-btn::before {
  background: #1e232d;
}
.homepage-topbar-login.topbar-light .topbar-login-right .reg-tip {
  color: #5E6D81;
}
.homepage-topbar-login:hover .homepage-topbar-mod::before {
  background: #ffffff !important;
  box-shadow: 0px 8px 8px 0px rgba(30, 35, 45, 0.08);
  z-index: 2;
}
.homepage-topbar-login:hover .logo a img.logo-dark {
  display: none;
}
.homepage-topbar-login:hover .logo a img.logo-light {
  display: block;
}
.homepage-topbar-login:hover .homepage-topbar-top {
  z-index: inherit;
}
.homepage-topbar-login:hover .topbar-login-btn {
  color: #2D3037;
}
.homepage-topbar-login:hover .topbar-login-btn::before {
  background: #1e232d;
}
.homepage-topbar-login:hover .topbar-login-right .reg-tip {
  color: #5E6D81;
}
.yisulayer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s;
}
.yisulayer:hover {
  background-color: #323A45;
}
.yisu-mainnav {
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.yisu-nav {
  width: 1200px;
  height: 79px;
  margin: 0 auto;
}
.yisu-nav > div {
  float: left;
}
.yisu-logo a {
  display: block;
  width: 132px;
  height: 79px;
}
/*.yisu-logo a img{*/
/*display: block;*/
/*padding-top: 21px;*/
/*}*/
.yisu-nav .yisu-login {
  float: right;
  padding-top: 22px;
}
.yisu-login a {
  display: inline-block;
  width: 98px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.yisu-login a.register {
  background-color: #FF6666;
  border-color: #FF6666;
  margin-right: 10px;
}
.yisu-login a.register:hover {
  color: #FF6666;
  background-color: #fff;
  border-color: #fff;
}
.yisu-login span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 28px;
}
/*===============================================导航样式结束===============================================================*/
.banner {
  width: 100%;
  position: relative;
  height: 720px;
  overflow: hidden;
}
.banner .swiper-slide {
  position: relative;
  height: 720px;
  color: red;
  cursor: pointer;
}
.flexslider .slides li,
.flexslider .slides li > a {
  height: 720px;
}
.index_first_banner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.first_banner_content {
  position: absolute;
  left: 0px;
  top: 196px;
  z-index: 100;
}
.first_banner_title {
  height: 78px;
  line-height: 45px;
  font-size: 40px;
  color: #ffffff;
}
.first_banner_title span {
  font-size: 48px;
  color: #ffd632;
}
.first_banner_text {
  height: 88px;
  line-height: 32px;
  font-size: 18px;
  color: #ffffff;
}
.first_banner_content > div.nowshop {
  width: 178px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.first_banner_content > div.nowshop:hover {
  color: #6666FF;
  background-color: #fff;
  border-color: #fff;
}
.first_banner_content > div.nowshop:hover a {
  color: #6666FF;
}
.first_banner_content > div.nowshop a {
  color: #FFF;
}
.first_banner_img {
  position: absolute;
  left: 294px;
  top: 215px;
  width: 478px;
  height: 350px;
}
.flex-active-slide .first_banner_img {
  display: block;
}
.first_banner_img > div {
  position: absolute;
}
.loginbox {
  position: absolute;
  right: 0px;
  top: 130px;
  width: 430px;
  /*height: 440px;*/
  background-color: #fff;
  padding: 44px 40px;
  cursor: default;
}
.login-error {
  line-height: 36px;
  font-size: 16px;
  color: #FF6666;
}
.login-title {
  height: 30px;
  line-height: 23px;
  font-size: 23px;
  color: #2d3137;
  text-align: center;
}
.prompt-msg {
  width: 350px;
  position: relative;
}
.prompt-msg input {
  width: 329px;
  height: 44px;
  line-height: 44px;
  padding-left: 19px;
  border: 1px solid #bcc6d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 24px;
  outline: none;
}
.prompt-msg input:focus {
  border-color: #FF6666;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #9ea8b4;
}
input::-moz-placeholder {
  font-size: 16px;
  color: #9ea8b4;
}
input:-ms-input-placeholder {
  font-size: 16px;
  color: #9ea8b4;
}
.select {
  width: 100%;
  height: 16px;
  line-height: 16px;
}
.select input,
.select label {
  float: left;
}
.select > a {
  float: right;
  color: #FF6666;
}
.select input[type=checkbox] {
  position: relative;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  outline: none;
  cursor: pointer;
  vertical-align: -3px;
  border: 1px solid #dbe2e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.select input[type=checkbox]:checked {
  background-color: #fff;
  outline: none;
}
.select input[type=checkbox]:checked:before {
  left: 1.5px;
  top: 0.5px;
  width: 10px;
  height: 6px;
  content: '';
  color: #fff;
  position: absolute;
  border-bottom: solid 2px #FF6666;
  border-left: solid 2px #FF6666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.select label {
  color: #5b6e81;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loginbtn {
  margin-top: 24px;
}
.loginbtn button {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  background-color: #FF6666;
  border: 1px solid #FF6666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.otherway {
  height: 32px;
  line-height: 32px;
  margin-top: 28px;
}
.otherway span {
  font-size: 14px;
  color: #5e6e82;
  margin-right: 20px;
}
.other-login {
  position: relative;
  display: inline-block;
  min-width: 200px;
  height: 32px;
  vertical-align: top;
}
.otherway a {
  position: absolute;
  top: 0px;
  width: 32px;
  height: 32px;
  margin-right: 18px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.login-qq {
  left: 0px;
  background: url("../../images/login_sprite_img.png") no-repeat -80px -10px;
}
.animate-login .login-qq {
  -webkit-animation: animate_qq 1.8s linear -0.6s 1;
  -o-animation: animate_qq 1.8s linear -0.6s 1;
  animation: animate_qq 1.8s linear -0.6s 1;
}
.login-wechat {
  left: 52px;
  background: url("../../images/login_sprite_img.png") no-repeat -122px -10px;
}
.animate-login .login-wechat {
  -webkit-animation: animate_wechat 1.8s linear -0.4s 1;
  -o-animation: animate_wechat 1.8s linear -0.4s 1;
  animation: animate_wechat 1.8s linear -0.4s 1;
}
.login-alipay {
  left: 104px;
  background: url("../../images/login_sprite_img.png") no-repeat -164px -10px;
}
.animate-login .login-alipay {
  -webkit-animation: animate_alipay 1.8s linear -0.2s 1;
  -o-animation: animate_alipay 1.8s linear -0.2s 1;
  animation: animate_alipay 1.8s linear -0.2s 1;
}
@keyframes animate_qq {
  0%,
  75% {
    top: 0px;
  }
  85% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes animate_wechat {
  0%,
  75% {
    top: 0px;
  }
  85% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes animate_alipay {
  0%,
  75% {
    top: 0px;
  }
  85% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
/*=================================================================footer=========================================*/
.footer {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.footer-bottom {
  height: 100px;
  text-align: center;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
  line-height: 26px;
  font-size: 14px;
  color: #c7b5fe;
}
.footer-bottom p span {
  margin-left: 17px;
}
.footer-bottom p span.police-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/index_sprite_img.png") no-repeat -334px -170px;
  vertical-align: top;
}
/* 二维码登录样式 2018-10-24 */
.back_link {
  position: absolute;
  right: 40px;
  top: 48px;
  font-size: 14px;
  color: #5E6D81;
  cursor: pointer;
  display: none;
}
.erweima_login {
  position: relative;
  text-align: center;
  display: none;
}
.erweima_login .erweima_img {
  width: 284px;
  height: 254px;
  padding: 13px;
  border: 1px solid #DBE1E8;
  margin: 10px auto 0px;
}
.erweima_login img {
  width: 100%;
  height: 100%;
}
.erweima_login .tips_text {
  line-height: 50px;
  font-size: 16px;
  color: #5E6D81;
}
.use_help {
  line-height: 30px;
  font-size: 14px;
  color: #9ea7b3;
  cursor: pointer;
}
.help_img {
  position: absolute;
  left: 64px;
  top: -10px;
  width: 258px;
  height: 240px;
  display: none;
}
.dated_text {
  position: relative;
  display: inline-block;
  height: 32px;
  color: #2D3037;
  text-align: left;
  padding-left: 38px;
  margin: 20px auto;
}
.dated_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
.dated_icon img {
  width: 100%;
  height: 100%;
}
.dated_text span a {
  color: #20A0FF;
  margin-left: 4px;
}
/*------------------------new login--------------------------*/
#savepwd {
  display: none;
}
.select label {
  position: relative;
  padding-left: 26px;
}
.select label::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  outline: none !important;
  cursor: pointer;
}
input[type=checkbox]:checked + label::after {
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 5px;
  content: '';
  border-bottom: 2px solid #FF6666;
  border-left: 2px solid #FF6666;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.loginbox .login_way {
  margin-bottom: 40px;
}
.loginbox .login_way ul li {
  position: relative;
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  background: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loginbox .login_way ul li a {
  font-size: 22px;
  color: #9EA7B3;
}
.loginbox .login_way ul li a.active {
  color: #2D3037;
}
.loginbox .login_way ul li.br {
  border-right: 1px solid #F0F2F5;
}
.verify {
  position: relative;
}
.verify a {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 114px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #2D3037;
  text-align: center;
  border-left: 1px solid #BDC5D3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.verify a.sent {
  color: #9EA7B3;
}
.verify input {
  width: 100%;
  height: 46px;
  padding-right: 112px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.phone_login {
  display: none;
}
.prompt-msg input {
  width: 100%;
  height: 46px;
  padding-left: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.input_item {
  position: relative;
}
.phone_icon {
  position: absolute;
  left: 30px;
  top: 14px;
  width: 10px;
  height: 16px;
  background: url(../../images/register_sprite2.png) no-repeat -5px -30px;
  background-size: 100px 100px;
}
.pwd_icon {
  position: absolute;
  left: 30px;
  top: 14px;
  width: 13px;
  height: 17px;
  background: url(../../images/register_sprite2.png) no-repeat -20px -30px;
  background-size: 100px 100px;
}
.visible_pwd {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 20px;
  height: 13px;
}
.verify {
  position: relative;
}
.verify_icon {
  position: absolute;
  left: 30px;
  top: 17px;
  width: 17px;
  height: 12px;
  background: url(../../images/register_sprite2.png) no-repeat -60px -30px;
  background-size: 100px 100px;
}
.input_item span.clear {
  position: absolute;
  right: 0.3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 17px;
  background: url(../../images/login_sprite_img.png) no-repeat -20px -30px;
  background-size: 100px 100px;
  display: none;
}
/*------------------------new login--------------------------*/
/* 2020-01-13 春节活动 start */
/*.yisunavoutlayer{
    background: -webkit-linear-gradient(#141E30, #2A4869);
    background: -o-linear-gradient(#141E30, #2A4869);
    background: linear-gradient(#141E30, #2A4869);
    background: -moz-linear-gradient(#141E30, #2A4869);
}*/
.footer .footer-bottom p {
  opacity: 0.5;
}
.first_banner_img {
  left: 289px;
  top: 278px;
}
/* 2020-01-13 春节活动 end */
/* 2020-07-29 领红包 start */
/*.yisunavoutlayer{
    background: #C70E2A;
}*/
.first_banner_img {
  top: 246px;
  left: 390px;
  width: 260px;
  height: 332px;
}
.first_banner_content > div.nowshop {
  /*margin-top: 50px;*/
}
.footer .footer-bottom p {
  color: #FFF;
  opacity: 0.5;
}
/* 2020-07-29 领红包 end */
/*========== 2020 1111 start ==========*/
.yisunavoutlayer {
  width: 100%;
  height: 100%;
  background: url(../../images/login_image_hz.png) no-repeat center;
  margin: 0;
  padding: 0;
  position: absolute;
}
.first_banner_img {
  left: 318px;
  top: 330px;
  width: 372px;
  height: 174px;
}
.first_banner_content > div.nowshop {
  width: 180px;
  height: 46px;
  line-height: 42px;
  background: transparent;
}
.first_banner_content > div.nowshop:hover {
  line-height: 44px;
  border: none;
  background: #FF6666;
  background: -webkit-linear-gradient(left, #4D4CFF, #FF6666);
  background: -o-linear-gradient(right, #4D4CFF, #FF6666);
  background: linear-gradient(to right, #4D4CFF, #FF6666);
  background: -moz-linear-gradient(right, #4D4CFF, #FF6666);
}
.first_banner_content > div.nowshop:hover a {
  color: #FFF;
}
/*========== 2020 1111 end ==========*/
/*========== 2021newyear start ==========*/
/*.yisunavoutlayer {
    background: linear-gradient(#B3131F, #C31320);
}*/
.first_banner_content > div.nowshop:hover {
  background: linear-gradient(150deg, #FF2B31 0%, #FC3123 100%);
}
/*.index_first_banner {
    background-image: url(../../images/happynewyear/2021/login/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.index_first_banner .animate-img1 {
  width: 363px;
  height: 355px;
  position: absolute;
  top: 0px;
  transform: translateX(-80%);
  animation: adorn-packet-active 3s infinite linear;
}
.index_first_banner .animate-img2 {
  width: 158px;
  height: 188px;
  position: absolute;
  top: 94px;
  right: 0;
  transform: translateX(180%);
  animation: adorn-packet-active 4s infinite linear;
}
.index_first_banner .animate-img3 {
  width: 140px;
  height: 133px;
  position: absolute;
  top: 133px;
  right: 50%;
  transform: translateX(-50%);
  animation: adorn-packet-active 4s infinite linear;
}
.index_first_banner .animate-img4 {
  width: 89px;
  height: 86px;
  position: absolute;
  top: 500px;
  right: 0;
  transform: translateX(150%);
  animation: adorn-packet-active 5s infinite linear;
}
.index_first_banner .animate-img5 {
  width: 76px;
  height: 65px;
  position: absolute;
  top: 580px;
  transform: translateX(-200%);
  animation: adorn-packet-active 5s infinite linear;
}
.index_first_banner .login-banner-img {
  width: 526px;
  height: 350px;
  position: absolute;
  top: 380px;
  left: 200px;
}
@keyframes adorn-packet-active {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 10px;
  }
  50% {
    margin-top: 20px;
  }
  75% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
/*login-inter guanggao start */
.yisunavoutlayer {
  background: url(../../images/login-inter-bg.png) no-repeat center;
}
.first_banner_title {
  height: inherit;
  line-height: 68px;
  font-size: 42px;
}
.first_banner_title span {
  font-size: 64px;
  margin: 0px 10px;
}
.first_banner_text {
  height: inherit;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 52px;
}
.first_banner_content > div.nowshop {
  height: 46px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.first_banner_content > div.nowshop:hover {
  border: 1px solid #FF6666;
  background: transparent;
}
.first_banner_content > div.nowshop:hover a {
  color: #FF6666;
}
/* login-inter guanggao end */
/* 2022-4-13 login quan qiu gao fang start */
.yisunavoutlayer {
  background: url(../../images/login/qqgf-login.png) no-repeat center;
}
.login-qqgf {
  margin-top: -30px;
}
.login-qqgf .first_banner_title {
  line-height: 82px;
}
.login-qqgf .first_banner_title span {
  background: linear-gradient(90deg, #FF9B6E 0%, #FF5432 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-qqgf .first_banner_text {
  line-height: 38px;
  margin: 30px 0px 70px;
}
/* 2022-4-13 login quan qiu gao fang end */

