@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1482FF;
  border-color: #1482FF;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
.btn-cm {
  background-color: #FE2C55;
  padding: 0.1rem 0.2rem;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
  border-radius: 0.04rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-cm:hover {
  background-color: #EB103C;
}

main {
  background-color: #fff;
}

section .section-box {
  padding: 0.64rem 0;
}

.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/tkuser_banner.jpg");
}
.banner-section .section-box {
  padding: 0;
}
.banner-section .container {
  position: relative;
  z-index: 3;
}
.banner-section .section-main {
  padding: 0.54rem 0 0.68rem;
}
.banner-section .section-main > .flex {
  align-items: center;
  width: 100%;
}
.banner-section .section-main .form-box {
  border-radius: 0.08rem;
  background-color: #fff;
  padding: 0.36rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.72);
}
.banner-section .section-main .form-box .top .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  max-width: initial;
  display: flex;
  justify-content: space-between;
}
.banner-section .section-main .form-box .top .link {
  color: #1482FF;
  margin-top: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 400;
}
.banner-section .section-main .form-box form {
  margin: 0.36rem 0 0;
}
.banner-section .section-main .form-box form > div + div {
  margin-top: 0.18rem;
}
.banner-section .section-main .form-box form label {
  margin-bottom: 0.08rem;
  display: block;
}
.banner-section .section-main .form-box form .ipt-line {
  border: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
  color: #DEDEDE;
  border-radius: 0.04rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.banner-section .section-main .form-box form .ipt-line:hover {
  border-color: #012FA7;
}
.banner-section .section-main .form-box form .ipt-line .form-control {
  border: none;
  padding: 0.11rem;
  flex: 1;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.banner-section .section-main .form-box form .ipt-line .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}
.banner-section .section-main .form-box form .ipt-line .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}
.banner-section .section-main .form-box form .ipt-line .form-control::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
}
.banner-section .section-main .form-box form .ipt-line .btn-captcha2 {
  padding: 0 0.12rem 0 0;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
  transition: color 0.2s ease;
  min-width: 1.56rem;
  text-align: right;
  color: #141414;
}
.banner-section .section-main .form-box form .ipt-line .btn-captcha2:hover {
  color: #012FA7;
}
.banner-section .section-main .form-box form .ipt-line .btn-captcha2.disabled {
  color: #DEDEDE;
}
.banner-section .section-main .form-box form .btn {
  width: 100%;
  margin-top: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.banner-section .section-main .form-box form + .info {
  margin-top: 8px;
  color: #797979;
  margin-bottom: 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.banner-section .section-main .form-box form + .info span {
  color: #1482FF;
  cursor: pointer;
}
.banner-section .l {
  width: 5.7rem;
}
.banner-section .l .title {
  font-size: 0.72rem;
  line-height: 0.8rem;
  max-width: initial;
}
.banner-section .l .title h1 {
  font-size: 0.72rem;
  line-height: 0.8rem;
  max-width: initial;
}
.banner-section .l .title span {
  color: #fe2c55;
}
.banner-section .l .info {
  margin: 0.4rem 0 0;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
}

.crumb-section {
  padding-bottom: 0;
}

.lso-section .section-box {
  padding-bottom: 0.64rem;
}
.lso-section .lso-line {
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin: 0.48rem 0 0;
  text-align: center;
  color: #797979;
  justify-content: space-between;
}
.lso-section .lso-line .img-addon {
  width: 1.3rem;
  margin: 0 auto;
}
.lso-section .lso-line .title {
  font-size: 0.4rem;
  line-height: 0.48rem;
  margin: 0.12rem 0;
  color: #141414;
  font-weight: 700;
}

.register-section {
  background-color: #FAEDF0;
}
.register-section .main {
  margin-top: 0.48rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: flex;
  align-items: center;
}
.register-section .left-box {
  width: 4.48rem;
}
.register-section .left-box .title {
  margin-bottom: 0.12rem;
  color: #141414;
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 500;
}
.register-section .left-box p + p {
  margin-top: 0.08rem;
}
.register-section .left-box .link-btns {
  margin-top: 0.64rem;
}
.register-section .fold {
  padding: 0.18rem 0.36rem;
  background-color: #fff;
  border-radius: 0.12rem;
  width: 5.92rem;
  margin-left: auto;
}
.register-section .fold .fold_item {
  padding: 0.18rem 0;
}
.register-section .fold .fold_item .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  cursor: pointer;
  font-weight: 700;
  padding-right: 0.24rem;
  background: url(/assets/img/icon/icon-open.svg) no-repeat right center/0.24rem;
}
.register-section .fold .fold_item .content {
  display: none;
  margin-top: 0.12rem;
  color: #797979;
}
.register-section .fold .fold_item.open .title {
  background-image: url(/assets/img/icon/icon-close.svg);
}
.register-section .fold .fold_item.open .content {
  display: block;
}

.ads-section .section-info {
  margin-top: 0.08rem;
  margin-bottom: 0.24rem;
}
.ads-section .flex {
  justify-content: space-between;
}
.ads-section figure {
  font-size: 0.2rem;
  line-height: 0.32rem;
  width: 2.08rem;
  position: relative;
}
.ads-section figure .img-addon {
  width: 1.98rem;
  position: relative;
  z-index: 2;
  border-radius: 0.06rem;
}
.ads-section figure .img-addon .img {
  border-radius: 0.06rem;
}
.ads-section figure figcaption {
  text-align: center;
  margin-top: 0.21rem;
  position: relative;
}
.ads-section .item:nth-child(3n+1) .img-addon {
  box-shadow: 0.1rem 0.09rem 0 0 #FE2C55;
}
.ads-section .item:nth-child(3n+2) .img-addon {
  box-shadow: 0.1rem 0.09rem 0 0 #25F4EE;
}
.ads-section .item:nth-child(3n) .img-addon {
  box-shadow: 0.1rem 0.09rem 0 0 #000;
}

.point-section {
  background-color: #F1F1F1;
}
.point-section figure {
  margin-left: 0.36rem;
}
.point-section figure figcaption {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #797979;
  text-align: center;
}
.point-section figure .img-addon {
  width: 2.98rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin: 0 0 0.18rem;
}
.point-section figure .img-addon video {
  width: 100%;
  margin: auto;
  border: 0.14rem solid #000;
  border-radius: 0.3rem;
}
.point-section .com-img-dec {
  align-items: flex-start;
  background-color: #F1F1F1;
}
.point-section .com-img-dec > div:nth-child(1) {
  width: 8rem;
}
.point-section .com-img-dec .title {
  margin-top: 0.6rem;
}
.point-section .com-img-dec .info {
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-top: 0.24rem;
}
.point-section .com-img-dec .list {
  padding-top: 0.36rem;
  justify-content: flex-start;
  margin-bottom: 0.48rem;
}
.point-section .com-img-dec .list li + li {
  margin-left: 1rem;
}
.point-section .com-img-dec .mob-fg {
  margin-left: auto;
}

@media screen and (max-width: 980px) {
  .btn-cm {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  section .section-box {
    padding: 0.72rem 0;
  }
  .banner-section .section-box {
    padding: 0;
  }
  .banner-section .section-main > .flex {
    flex-direction: column;
  }
  .banner-section .section-main .form-box {
    border-radius: 0.16rem;
    padding: 0.56rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-left: 0;
    width: 100%;
    max-width: 700px;
  }
  .banner-section .section-main .form-box .top .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .banner-section .section-main .form-box .top .link {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .banner-section .section-main .form-box form {
    margin: 0.48rem 0 0;
  }
  .banner-section .section-main .form-box form > div + div {
    margin-top: 0.24rem;
  }
  .banner-section .section-main .form-box form .ipt-line {
    border-radius: 0.08rem;
  }
  .banner-section .section-main .form-box form .ipt-line .form-control {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .banner-section .section-main .form-box form .ipt-line .btn-captcha2 {
    padding: 0 0.23rem 0 0;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .banner-section .section-main .form-box form .btn {
    margin-top: 0.48rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .banner-section .section-main .form-box form + .info {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .banner-section .l {
    width: auto;
  }
  .banner-section .l .title {
    margin: 0;
  }
  .banner-section .l .info {
    margin: 0.48rem 0 0.96rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .lso-section .section-box {
    padding-bottom: 0.72rem;
  }
  .lso-section .lso-line {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.36rem 0 0;
  }
  .lso-section .lso-line .img-addon {
    width: 1.3rem;
    margin: 0 auto;
  }
  .lso-section .lso-line .title {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .register-section .section-title {
    white-space: nowrap;
  }
  .register-section .main {
    font-size: 0.28rem;
    line-height: 0.4rem;
    flex-direction: column;
  }
  .register-section .left-box {
    width: auto;
  }
  .register-section .left-box .title {
    margin-bottom: 0.24rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .register-section .left-box p + p {
    margin-top: 0.16rem;
  }
  .register-section .fold {
    padding: 0.36rem 0.32rem 0.36rem 0.48rem;
    border-radius: 0.24rem;
    width: 100%;
    margin-left: 0;
    margin-top: 0.48rem;
  }
  .register-section .fold .fold_item {
    padding: 0.24rem 0;
  }
  .register-section .fold .fold_item .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
    padding-right: 0.32rem;
    background-size: 0.32rem;
  }
  .register-section .fold .fold_item .content {
    margin-top: 0.16rem;
  }
  .register-section .link-btns {
    margin-top: 0.56rem;
  }
  .ads-section .section-info {
    margin-top: 0.12rem;
    margin-bottom: 0.36rem;
  }
  .ads-section figure {
    color: #797979;
    width: auto;
  }
  .ads-section figure .img-addon {
    width: 16vw;
    position: relative;
    z-index: 2;
    border-radius: 0.06rem;
  }
  .ads-section figure .img-addon .img {
    border-radius: 0.06rem;
  }
  .ads-section figure figcaption {
    text-align: center;
    margin-top: 0.21rem;
    position: relative;
  }
  .point-section .com-img-dec > div:nth-child(1) {
    width: 100%;
  }
  .point-section .com-img-dec .title {
    margin-top: 0;
  }
  .point-section .com-img-dec .list {
    padding-top: 0.36rem;
    margin-top: 0.36rem;
    width: 100%;
    height: 1.78rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    justify-content: space-around;
  }
  .point-section .com-img-dec .list li + li {
    margin-left: 0;
  }
  .point-section .com-img-dec .list .account {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .point-section .com-img-dec .info {
    font-size: 0.3rem;
    margin-bottom: 0;
  }
  .point-section .com-img-dec .info + .btn {
    margin-left: auto;
  }
  .point-section .com-img-dec .mob-fg {
    display: flex;
  }
  .point-section .com-img-dec figure {
    font-size: 0.18rem;
    line-height: 1;
    margin-right: 0.36rem;
    margin-left: 0;
  }
}
.layer-cus-page {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.layer-cus-page .layui-layer-title {
  padding: 0.24rem 0.3rem 0;
  height: 0.64rem;
  color: #141414;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
}
.layer-cus-page .layui-layer-content {
  padding: 32px 30px 24px;
  width: 6.4rem;
  max-height: calc(100vh - 160px);
  min-height: 200px;
}
.layer-cus-page .layui-layer-setwin {
  right: 0.18rem;
  top: 0.28rem;
}
.layer-cus-page #add-form .form-group {
  display: flex;
}
.layer-cus-page #add-form .form-group .control-label {
  width: 2rem;
}
.layer-cus-page #add-form .form-group .control-label + div {
  flex: 1;
  min-width: 3rem;
}
.layer-cus-page #add-form .form-inline .form-control {
  width: 100%;
  height: 0.28rem;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.layer-cus-page #add-form .form-inline .form-control[type=text] {
  border: none;
  padding: 0 0.12rem;
}
.layer-cus-page #add-form .form-inline .form-control.selectpicker {
  border: none;
  padding: 0 0.12rem;
  outline: none;
}
.layer-cus-page #add-form .form-inline.form-inline-border {
  border: 1px solid #F1F1F1;
  transition: all ease 0.2s;
  overflow: hidden;
}
.layer-cus-page #add-form .form-inline.form-inline-border:hover {
  border-color: #012FA7;
}
.layer-cus-page #add-form .form-group {
  margin-bottom: 0.12rem;
}
.layer-cus-page #add-form .form-group .control-label {
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #141414;
  text-align: left;
  padding-right: 0;
  font-weight: 400;
}
.layer-cus-page #add-form .form-group p {
  color: #141414;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.layer-cus-page #add-form .form-group .btn-iptFile {
  position: relative;
  background-color: #fff;
  margin-top: 8px;
  border: none;
  border: 1px dashed #797979;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.layer-cus-page #add-form .form-group .btn-iptFile:hover {
  border-color: #012FA7;
}
.layer-cus-page #add-form .form-group .btn-iptFile .dropzone {
  border: none;
  min-height: auto;
  width: auto;
  min-width: 2rem;
}
.layer-cus-page #add-form .form-group[data-vali=required] .control-label {
  position: relative;
}
.layer-cus-page #add-form .form-group[data-vali=required] .control-label::before {
  content: "*";
  color: #EB103C;
  left: -0.1rem;
  top: 3px;
  position: absolute;
}
.layer-cus-page #add-form .form-check-line {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.layer-cus-page #add-form .form-check-line .checkbox-out {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.layer-cus-page #add-form .form-check-line .checkbox-out input[type=radio], .layer-cus-page #add-form .form-check-line .checkbox-out input[type=checkbox] {
  margin: 0 8px 0 0;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #797979;
}
.layer-cus-page #add-form .form-check-line .checkbox-out input[type=radio]:checked, .layer-cus-page #add-form .form-check-line .checkbox-out input[type=checkbox]:checked {
  box-shadow: 0px 0px 0px 1px #012FA7;
  position: relative;
}
.layer-cus-page #add-form .form-check-line .checkbox-out input[type=radio]:checked::before, .layer-cus-page #add-form .form-check-line .checkbox-out input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #012FA7;
  top: 3px;
  left: 3px;
  border-radius: 50px;
}
.layer-cus-page #add-form .form-check-line .checkbox-out input[type=radio]:focus, .layer-cus-page #add-form .form-check-line .checkbox-out input[type=checkbox]:focus {
  outline: none;
}
.layer-cus-page #add-form .form-check-line .checkbox-out input[type=radio] {
  border-radius: 50px;
}
.layer-cus-page #add-form .form-check-line .checkbox-out:hover input[type=radio], .layer-cus-page #add-form .form-check-line .checkbox-out:hover input[type=checkbox] {
  box-shadow: 0px 0px 0px 1px #012FA7;
}
.layer-cus-page #add-form .form-check-line .checkbox-out label {
  font-weight: 400;
}
.layer-cus-page #add-form .form-ipt-line {
  position: relative;
}
.layer-cus-page #add-form .form-ipt-line .form-control {
  width: calc(100% - 1rem);
}
.layer-cus-page #add-form .form-ipt-line .limit-bx {
  position: absolute;
  top: 0.02rem;
  right: 0.12rem;
  color: #DEDEDE;
}
.layer-cus-page #add-form .layer-footer {
  margin-top: 72px;
  justify-content: flex-end;
}
.layer-cus-page #add-form .layer-footer .btn + .btn {
  margin-left: 12px;
}

@media screen and (max-width: 980px) {
  .layer-cus-page {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .layer-cus-page .layui-layer-title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    padding: 0.36rem 0.48rem 0;
    height: 1.28rem;
  }
  .layer-cus-page .layui-layer-content {
    width: 96vw;
    max-height: 70vh;
    padding-top: 18px;
  }
  .layer-cus-page #add-form .form-group {
    display: block;
  }
  .layer-cus-page #add-form .form-group .control-label {
    width: auto;
    display: block;
    padding-bottom: 0.06rem;
    padding-top: 0.14rem;
  }
  .layer-cus-page #add-form .form-group[data-vali=required] .control-label::before {
    top: 0.16rem;
    left: -0.18rem;
  }
  .layer-cus-page #add-form .form-inline .form-control {
    height: 0.48rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .layer-cus-page #add-form .form-inline .form-control[type=text], .layer-cus-page #add-form .form-inline .form-control.selectpicker {
    padding: 0 0.16rem;
  }
  .layer-cus-page #add-form .form-group {
    margin-bottom: 0.16rem;
    margin-top: 0.24rem;
  }
  .layer-cus-page #add-form .form-group .control-label {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding-bottom: 0.08rem;
  }
  .layer-cus-page #add-form .form-group p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .layer-cus-page #add-form .form-group .btn-iptFile .dropzone {
    width: auto;
    min-width: 3rem;
  }
  .layer-cus-page #add-form .form-ipt-line .limit-bx {
    position: absolute;
    top: 0.04rem;
    right: 0.12rem;
  }
  .layer-cus-page #add-form .layer-footer {
    margin-top: 36px;
  }
}
#popImgExa {
  color: #012FA7;
  margin-left: 2px;
}

.layer-cus-img .layui-layer-content {
  height: 300px;
  width: 440px;
  overflow: hidden;
  width: 50vw;
  height: 33vw;
  max-width: 600px;
  min-width: 300px;
  min-height: 200px;
  max-height: 400px;
}
.layer-cus-img .layui-layer-setwin {
  top: 2px;
  right: 2px;
}
.layer-cus-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.layui-layer-dialog {
  font-size: 14px;
}
.layui-layer-dialog .layui-layer-setwin {
  top: 16px;
  right: 14px;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
  border-color: #012FA7;
  background-color: #012FA7;
}

.page_shop .banner-section {
  position: relative;
}
.page_shop .banner-section > .container {
  position: absolute;
  pointer-events: none;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.page_shop .banner-section > .container .form-box {
  pointer-events: all;
}
.page_shop .banner-section .l {
  width: 6.6rem;
  color: #fff;
}
.page_shop .banner-section .l .title {
  font-size: 0.64rem;
  line-height: 0.76rem;
}
.page_shop .banner-section .l .title2 {
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.page_shop .banner-section .l .title2 span {
  color: #fe2c55;
}
.page_shop .banner-section .l .btn {
  margin-top: 0.64rem;
  width: 2.2rem;
  padding: 0.1rem 0;
  opacity: 1;
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  border: none;
  transition: all ease 0.2s;
}
.page_shop .banner-section .l .btn:hover {
  background-color: #fe2c55;
  color: #fff;
}
.page_shop .banner-section .banner-swiper .swiper-slide {
  height: 6rem;
  display: flex;
  align-items: center;
  background-color: #000;
}
.page_shop .banner-section .banner-swiper .swiper-slide.swiper-slide1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/shop/banner1.jpg");
}
.page_shop .banner-section .banner-swiper .swiper-slide.swiper-slide2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/shop/banner3.jpg");
}
.page_shop .banner-section .banner-swiper .swiper-slide.swiper-slide3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/shop/banner2.jpg");
}
.page_shop .banner-section .banner-swiper .swiper-slide.swiper-slide4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/shop/banner4.jpg");
}
.page_shop .swiper-pagination-bullet,
.page_shop .swiper-pagination-bullet-active {
  background-color: #fff;
}
.page_shop .swiper-container-horizontal > .swiper-pagination-bullets, .page_shop .swiper-pagination-custom, .page_shop .swiper-pagination-fraction {
  line-height: 20px;
}
.page_shop .crumb-section, .page_shop .ads-section {
  background-color: #F1F1F1;
}
.page_shop .ads-section figure {
  width: 2.1rem;
}
.page_shop .ads-section figure .img-addon {
  box-shadow: none !important;
}
.page_shop .ads-section .item.text {
  margin-left: 0.7rem;
  width: 4rem;
}
.page_shop .ads-section .item.text .line {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #797979;
}
.page_shop .ads-section .item.text .line .title {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 0.48rem;
  color: #141414;
}
.page_shop .ads-section .item.text .line .text {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #000;
  margin: 0.12rem 0 0.03rem;
}
.page_shop .ads-section .item.text .line + .line {
  margin-top: 0.48rem;
}
.page_shop .flue-section .main .img {
  padding-top: 37%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/img/shop/shop-flue.jpg);
  background-size: contain;
}
.page_shop .lso-section .toggle-box {
  display: flex;
  font-size: 0.18rem;
  line-height: 0.28rem;
  align-items: center;
  color: #797979;
  background-color: #fff;
  transition: all ease 0.2s;
  justify-content: center;
}
.page_shop .lso-section .toggle-box .item + .item {
  margin-left: 0.24rem;
}
.page_shop .lso-section .toggle-box .item {
  cursor: pointer;
  text-align: center;
}
.page_shop .lso-section .toggle-box .item:hover {
  color: #000;
}
.page_shop .lso-section .toggle-box .item.active {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
}
.page_shop .lso-section .toggle-box.fixed {
  position: fixed;
  top: 0.64rem;
  left: 0;
  right: 0;
  font-size: 0.28rem;
  line-height: 0.4rem;
  z-index: 99;
}
.page_shop .lso-section .toggle-box.fixed .item {
  padding: 0.24rem;
  width: 40%;
}
.page_shop .lso-section .toggle-box.fixed .item.active {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.page_shop .lso-section .lso-line {
  display: flex;
  justify-content: center;
  gap: 0.64rem;
  flex-wrap: wrap;
}
.page_shop .lso-section .lso-line .title {
  margin-top: 0.36rem;
}
.page_shop .lso-section .lso-line .item {
  width: 3rem;
}
.page_shop .register-section .left-box {
  width: 4.8rem;
}
.page_shop .register-section .left-box p + .title {
  margin-top: 0.64rem;
}
.page_shop .register-section .left-box p + p {
  margin-top: 0;
}
.page_shop .register-section .fold_item .content {
  color: #585858;
}
.page_shop .register-section .fold_item .content .tip {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #797979;
}
.page_shop .point-section {
  background-color: #fff;
}
.page_shop .point-section .com-img-dec {
  background-color: #fff;
  align-items: center;
}
.page_shop .point-section .com-img-dec .title {
  margin-top: 0;
}
.page_shop .point-section .tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.page_shop .point-section .tools .swiper-btns {
  display: flex;
  align-items: center;
  right: 0;
  position: absolute;
  top: 0.12rem;
}
.page_shop .point-section .tools .swiper-btns div {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 5rem;
  background-color: #585858;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.page_shop .point-section .tools .swiper-btns .swiper-btn-next {
  margin-left: 0.24rem;
  padding-left: 0.02rem;
}
.page_shop .point-section .tools .swiper-btns .swiper-btn-prev {
  padding-right: 0.02rem;
}
.page_shop .point-section .tools .link-btns {
  bottom: 0;
  position: absolute;
}
.page_shop .point-section .tools .link-btns .btn {
  padding: 0.09rem 0.29rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-top: 0.12rem;
}
.page_shop .marquee-container {
  overflow: hidden;
  border-top: 1px solid #DEDEDE;
}
.page_shop .marquee {
  height: 1.02rem;
  animation: marqueeScroll2 40s linear 0s infinite;
}
.page_shop .marquee .inner {
  display: flex;
}
.page_shop .marquee .marquee-item {
  flex-shrink: 0;
  width: 134vw;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  height: 1.02rem;
  align-items: center;
  margin-right: 2.6vw;
}
.page_shop .marquee .marquee-item .img {
  height: 0.8rem;
  width: auto;
}
@keyframes marqueeScroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-134%);
  }
}
.page_shop .au-section {
  display: none;
}
.page_shop .au-section .swiper-container {
  display: none;
}
.page_shop .au-section.active {
  display: block;
}
.page_shop .au-section.active .swiper-container {
  display: block;
}

@media screen and (max-width: 980px) {
  .page_shop .ads-section .item.text {
    margin-left: 0;
    margin-top: 0.48rem;
    width: 100vw;
  }
  .page_shop .ads-section .item.text .line {
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .page_shop .ads-section .item.text .line .text {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0.2rem 0 0.08rem;
  }
  .page_shop .ads-section .flex {
    flex-wrap: wrap;
  }
  .page_shop .ads-section figure .img-addon {
    margin: 0 auto;
    width: 28vw;
  }
  .page_shop .banner-section > .container {
    top: 4.4rem;
  }
  .page_shop .banner-section .section-main .form-box .top .title {
    font-size: 0.4rem;
  }
  .page_shop .banner-section .l {
    width: 100%;
  }
  .page_shop .banner-section .l .info {
    margin-bottom: 0;
  }
  .page_shop .banner-section .l .btn {
    margin-top: 0.48rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .page_shop .banner-section .banner-swiper .swiper-slide {
    height: auto;
    padding-top: 0.48rem;
    padding-bottom: 8.2rem;
  }
  .page_shop .flue-section .main .img {
    padding-top: 300%;
    background-image: url(/assets/img/shop/shop-flue.svg);
  }
  .page_shop .register-section .left-box {
    width: auto;
  }
  .page_shop .register-section .fold_item .content .tip {
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .page_shop .lso-section .toggle-box {
    font-size: 0.28rem;
  }
  .page_shop .lso-section .toggle-box.fixed {
    top: 1.08rem;
  }
  .page_shop .lso-section .toggle-box .item.active {
    font-size: 0.28rem;
  }
  .page_shop .point-section .com-img-dec .list {
    height: 2.28rem;
  }
  .page_shop .point-section .com-img-dec .list .account {
    font-size: 0.4rem;
    white-space: nowrap;
  }
  .page_shop .point-section .tools {
    width: 100%;
  }
  .page_shop .point-section .tools .swiper-btns {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .page_shop .point-section .tools .swiper-btns div {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .page_shop .point-section .tools .link-btns {
    bottom: 0;
    left: 0;
  }
  .page_shop .point-section .tools .link-btns .btn {
    padding: 0.09rem 0.29rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    display: block;
  }
}
.layer-pop-msg .box {
  padding: 82px 0 88px 82px;
  background-color: #000;
  background-image: url(/assets/img/f15es4frrt.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
}
.layer-pop-msg .box .img-addon .img {
  width: 192px;
  height: 48px;
  display: block;
}
.layer-pop-msg .box .logo-info {
  margin-top: 18px;
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 112px;
}
.layer-pop-msg .box .text {
  font-size: 18px;
  line-height: 28px;
}
.layer-pop-msg .box .text2 {
  display: none;
}

@media screen and (max-width: 980px) {
  .layer-pop-msg .box {
    text-align: center;
    padding: 64px 0;
    background-image: url(/assets/img/f15es4frrt2.png);
    background-position: bottom center;
  }
  .layer-pop-msg .box .img-addon .img {
    width: 144px;
    height: 36px;
    margin: 0 auto;
  }
  .layer-pop-msg .box .logo-info {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .layer-pop-msg .box .text {
    font-size: 16px;
    line-height: 24px;
  }
  .layer-pop-msg .box .text2 {
    display: block;
    margin-top: 216px;
  }
  .layer-pop-msg .box .text3 {
    display: none;
  }
}