* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}

.el-loading-mask {
  background: #fafafa !important;
}

:root {
  --light: #f2703e
}

.fw {
  font-weight: bold;
}

.gray {
  color: #999;
}

.red {
  color: #f00;
}

.green {
  color: #188C18;
}

.light {
  color: var(--light);
}


.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px !important;
}

.bg {
  background: rgb(248, 248, 248);
}

.detailPage {
  min-height: 80vh;
}

.content-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

/**/
ol,
ul,
dl {
  margin-bottom: 0
}

body {
  color: #222;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 13px;
}

.cls:before,
.cls:after {
  display: table;
  content: "";
  clear: both;
}

img {
  border: none;
}


input,
button,
select,
textarea {
  outline: none;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}


a {

  text-decoration: none;
  cursor: pointer;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

[v-cloak] {
  display: none;
}

.floatDiv {
  position: fixed;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
}

.floatDiv img {
  max-width: 100px;
  width: 3vw;
  min-width: 60px;

}

.floatDiv ul {
}

.floatDiv li {
  transition: all .4s;
  background: #444;
  border-color: #444;
  padding: 10px 18px;
}


.floatDiv li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  gap: 6px;
}

.floatDiv li a i {
  font-size: 32px;
}


.floatDiv li:hover {
  background: var(--light);
  border-color: var(--light);
}

.floatDiv li:hover a {
  color: #fff;
}

.mark {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 888;
  transition: all .4s;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

header {
  height: 367px;
  background: #596b19;
}

header .loginArea {
  height: 39px;
  border-bottom: 1px solid rgba(255,255,255,.4);
}


header .loginArea .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header .loginArea ul {
  display: flex;
}

header .loginArea ul li {
  color: #fff;
  font-size: 12px;
  border-right: 1px solid #444;
  padding-right: 12px;
  padding-left: 12px;
}

header .loginArea ul li span {
  cursor: pointer;
}

header .loginArea ul li span:hover {
  color: var(--light);
}


header .loginArea .ad {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}


header .logoArea {
  height: 272px;
}

header .logoArea .content-wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

header .logoArea .logo {
  width: 15%;
  display: flex;
  align-items: center;
}

header .logoArea .logo i {
  display: flex;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

header .logoArea .logo i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

header .logoArea .searchCart {
  width: 64%;
  padding-top: 25px;
  display: flex;
  justify-content: flex-end;
}
input::-webkit-input-placeholder {
  color: #fff;
}
header .logoArea .searchCart .searchArea {
  width: 80%;
  height: 40px;
  max-width: 410px;
  border: 1px solid rgba(255,255,255,.4);
  display: flex;
  align-items: center;
}

header .logoArea .searchCart .searchArea input {
  border: none;
  background: transparent;
  height: 100%;
  width: calc(100% - 40px);
  font-size: 13px;
  color: #fff;
  padding-left: 15px;
}

header .logoArea .searchCart .searchArea .btn {
  width: 40px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .logoArea .searchCart .cartArea {
  height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
header .logoArea .searchCart .cartArea a{
  color: #fff;
}
header .logoArea .searchCart .cartArea i {
  font-size: 26px;
  padding-right: 5px;
  padding-left: 15px;
}


header nav {
  height: 56px;
}

header nav .content-wrap {
  border-top: 1px solid rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  height: 100%;
}

header nav ul {
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #fff;
}

header nav ul li {
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

header nav ul li.router-link-exact-active.router-link-active {
  background: var(--light);
}


.my-enter,
.my-leave-to {
  opacity: 0;
}

.my-enter-to,
.my-leave {
  opacity: 1;
}


.page-footer {
  background: #222;
  margin-top: 15px;
  padding-bottom: 25px;
}

.page-footer .fs-main {
  width: 100%;
  background: #f2f2f2;
  padding: 30px 0;
}

.page-footer .fs-main ul {
  display: flex;
  align-items: center;
}

.page-footer .fs-main .fs-inner {
  width: 33.33%;
  display: flex;
}

.page-footer .fs-main .fs-inner .fs-left {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #fff;
  color: #f2703e;
  font-size: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-footer .fs-main .fs-inner .fs-right {
  padding: 0 20px;
}

.page-footer .fs-main .fs-inner .fs-right . h3 {
  color: #222;
  font-size: 18px;
  padding-bottom: 6px;
}
.page-footer .fs-main .fs-inner .fs-right p {
        color: #555;
}

.page-footer .page-main .content-wrap{
  padding: 50px 0 10px;
  display: flex;
}
.page-footer .page-main .cp-footer-main {
        width: 25%;
        padding: 0 15px;
}
.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
        list-style-type: outside none none;
        text-align: center;
        margin: 50px 0 0;
}
.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent .cp-social li {
        text-align: center;
        display: inline-block;
        margin: 0px 1px;
        width: auto;
}
.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a {
        border: 1px solid #ddd;
        color: #fff;
        font-size: 13px;
        display: block;
        height: 38px;
        width: 38px;
        line-height: 38px;
        padding: 0px;
        border-radius: 50%;
}
.page-footer .page-main .cp-footer-main .cp-fblock .cp-ftitle h3 {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 20px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
    }

.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent ul li {
        float: left;
        margin: 0 0 10px;
        width: 100%;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }
.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact {
        float: left;
        padding: 0 0 0 20px;
        position: relative;
        width: 100%;
    }
.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact span {
        position: absolute;
        left: 0;
    }

.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent ul li a {
                color: #fff;
        text-decoration: none;
    }
.page-footer .page-main .cp-footer-main .cp-fblock .cp-fcontent ul li.item a:before{
  content: "\f0da";
        font-family: 'Fontawesome';
        margin-right: 10px;
}


footer .copyright {
  background-image: url(../img/newimg/footer-stripes.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #222;
  color: #fff;
  padding: 40px 0 30px;
  text-align: center;
  font-size: 12px;
}


.page {
  padding: 50px 0;
}

.pageTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pageTitle i {
  height: 4px;
  background: var(--light);
  margin-top: 2vw;
  width: 120px;
}

.datefrom {
  background-color: #dedede;
  text-align: center;
  padding: 10px 0;
}


.neirong {
  color: #666;
  padding: 20px;
  margin: 20px 0;
  border: solid 1px #dedede;
  background: #fff;
}

.neirong img {
  max-width: 100%;
}

.neirong p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.page .newlist {
  padding: 50px 0 0;
}

.newlist {
  display: flex;
  flex-wrap: wrap;
}

.newlist li {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
  display: flex;
  height: 88px;
  cursor: pointer;
}

.newlist li:hover .title {
  color: #586750;
}


.newlist li .date {
  background: #586750;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 102px;
  flex-shrink: 0;
}


.newlist li .text {
  border: solid 1px #ddd;
  padding: 10px 20px;
  background-color: #fff;
  flex-grow: 1;
}

.newlist li .text .title {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newlist li .text .ms {
  line-height: 18px;
  color: #999;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mypage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypage span {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #f9f9f9;
  border: solid 1px #ddd;
  cursor: pointer;
  margin-right: 5px;
}

.mypage span.cur {
  color: #fff;
  border-color: #586750;
  background: #586750;
}


.banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner img {
  width: 100%;
}

.banner1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner1 img {
  width: 49%;
}

.banner1 .text {
  width: 49%;
  font-size: 20px;
  font-weight: bold;
}


.fourarea ul {
  display: flex;
  flex-wrap: wrap;
}

.fourarea ul a {
  width: 25%;
  padding: 25px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}

.fourarea ul a .ico {
  width: 70px;
  height: 70px;
}

.fourarea ul a .text {
  text-align: center;
}

.fourarea ul a .text .title {
  padding: 6px 0;
}

.fourarea ul a.line {
  background-color: #00c300
}

.fourarea ul a.facebook {
  background-color: #195fad
}

.fourarea ul a.pay {
  background-color: #e51400
}

.fourarea ul a.mobile {
  background-color: #8100e5
}

.fourarea ul a .ico {
  background-size: cover
}

.fourarea ul a.line .ico {
  background-image: url(../img/line.png);
}

.fourarea ul a.facebook .ico {
  background-image: url(../img/face.png);
}

.fourarea ul a.pay .ico {
  background-image: url(../img/pay.png);
}

.fourarea ul a.mobile .ico {
  background-image: url(../img/mobile.png);
}


.fourbtn {
  background: url(../img/gebg.jpg);
}

.fourbtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fourbtn ul li {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 3vw;
  cursor: pointer;
}

.fourbtn ul li .ico {
  width: 70px;
  height: 70px;
}

.fourbtn ul li .text {
  text-align: center;
}

.fourbtn ul li .text .title {
  padding: 6px 0;
}

.fourbtn ul li.line {
  background-color: #00c300
}

.fourbtn ul li.facebook {
  background-color: #3a589e
}

.fourbtn ul li.pay {
  background-color: #8100e5
}

.fourbtn ul li.mobile {
  background-color: #e51400
}


.productarea, .notearea {
  background-color: #efefef
}


.ktitle {
  display: flex;
  align-items: center;
}

.ktitle .ico {
  width: 30px;
  height: 37px;
  background: url(../img/hot.png);
}

.ktitle .text {
  padding-left: 15px;
}

.ktitle .text .entext {
  display: flex;
  align-items: center;
}

.ktitle .text .entext .tx {
  color: #999;
}

.ktitle .text .entext .tt {
  width: 75px;
  height: 7px;
  background: url(../img/tt.png);
}


.prolist {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  width: calc(100% + 30px);
}

.prolist li {
  width: 33.33%;
  padding-right: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}

.prolist li .img {
  position: relative;
  padding-bottom: 82%;
  height: 0;
}

.prolist li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.prolist li .text {
  height: 50px;
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.prolist li .text .title {
  color: #fff;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prolist li .text .price {
  color: #fe8e1b;
  border: solid 1px #fe8e1b;
  background-color: rgba(254, 151, 46, .2);
  padding: 6px;
  flex-shrink: 0;
}

.proinfo {


}

.proinfo .container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px 0;
}

.proinfo .img {
  width: 480px;
  flex-shrink: 0;
}

.proinfo .imgn {
  position: relative;
  padding-bottom: 82%;
  height: 0;
}

.proinfo .imgn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.proinfo .text {
  width: calc(100% - 480px);
  background-color: #fff;
  padding-left: 20px;
}

.proinfo .text .title {
  display: flex;
  align-items: center;
}

.proinfo .text .server {
  color: #f00;
  font-size: 16px;
}

.proinfo .text .btns {
  display: flex;
  padding: 15px 0;
}

.proinfo .text .btns div {
  height: 40px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.proinfo .text .btns div.lj {
  margin-right: 15px;
  color: #a75600;
  background-color: #ffcc00;
}

.proinfo .text .btns div.adcart {
  background-color: #2b2b2b;
  margin-right: 15px;
}

.proinfo .text .btns div.other {
  background-color: green;
}

.proinfo .text .ht {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  font-size: 12px;
  align-items: center;
}

.proinfo .text .ht.type, .proinfo .text .ht.paytype {
  align-items: normal
}

.proinfo .text .ht .ti {
  width: 66px;
  flex-shrink: 0;
}

.proinfo .text .ht .ip {
  width: calc(100% - 66px);
}

.proinfo .text .ht .ip dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.proinfo .text .ht .ip dl dt {
  padding: 6px;
  border: solid 1px #ddd;
  background: #efefef;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 6px;
  width: 50%;
  font-size: 14px;
}

.proinfo .text .ht .ip dl dt.cur {
  border: solid 1px #586750;
  background: #fff;
  color: #586750;
}

.proinfo .text .ht .ip ul {
  display: flex;
  flex-wrap: wrap;
}

.proinfo .text .ht .ip ul li {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.proinfo .text .ht.paytype li {
  padding-bottom: 5px;
}

.proinfo .text .ht .ip ul li .ico {
  background-image: url(../img/ico.png);
  margin-right: 6px;
}

.proinfo .text .ht .ip ul li .ico1 {
  width: 16px;
  height: 16px;
  background-position: -94px -46px;
}

.proinfo .text .ht .ip ul li .ico2 {
  width: 16px;
  height: 16px;
  background-position: -94px -66px;
}

.proinfo .text .ht .ip ul li .ico3 {
  width: 16px;
  height: 16px;
  background-position: -94px -87px;
}

.proinfo .text .ht .ip ul li .ico12 {
  width: 16px;
  height: 16px;
  background-position: -124px -86px;
}

.proinfo .text .ht .ip ul li .ico11 {
  width: 29px;
  height: 16px;
  background-position: -337px -326px;
}


.proinfo .text .ht .ip ul li .ico6 {
  width: 23px;
  height: 16px;
  background-position: -89px -145px;
}

.proinfo .text .ht .ip ul li .ico7 {
  width: 23px;
  height: 16px;
  background-position: -89px -165px;
}

.proinfo .text .ht.num .ip, .cart .ip {
  display: flex;
}

.cart .ip {
  justify-content: center;
}

.proinfo .text .ht.num .ip div, .cart .ip div {
  height: 24px;
  border: solid 1px rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .1);
  line-height: 20px;
  text-align: center;
  margin-left: -1px;
  padding: 0 15px;
}

.proinfo .text .ht.num .ip .reduce, .proinfo .text .ht.num .ip .plus, .cart .ip .reduce, .cart .ip .plus {
  width: 24px;
  cursor: pointer;
  font-size: 18px;
  background-color: #f2f2f2;
  text-align: center;
}

.proinfo .text .ht.num .ip .ipnum input, .cart .ip .ipnum input {
  width: 24px;
  border: none;
  text-align: center;
}


.prodetail .title {
  border-bottom: solid 4px #ddd;
}

.prodetail .title:before,
.prodetail .title:after {
  display: table;
  clear: both;
  content: ""
}

.prodetail .title h2 {
  border-bottom: solid 4px #586750;
  float: left;
  padding: 30px;
  margin: 0;
  margin-bottom: -4px;
}

.prodetail .canshu {
  background: #efefef;
  border: solid 1px #ebebeb;
  font-size: 14px;
  padding: 40px 40px 20px;
}

.prodetail .canshu ul {
  display: flex;
  flex-wrap: wrap;
}

.prodetail .canshu li {
  height: 14px;
  line-height: 14px;
  margin-bottom: 20px;
  width: 33.33%;
}

.prodetail .canshu:before,
.prodetail .canshu:after {
  display: table;
  clear: both;
  content: ""
}


.adCartWin .win {
  background-color: #fff;
  width: 476px;
  height: 262px;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin-left: -238px;
  margin-top: -131px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}

.adCartWin .win .info {
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aa40;
}

.adCartWin .win .info i {
  width: 62px;
  height: 62px;
  background: url(../img/ok.png);
  background-size: cover;
  margin-right: 25px;
}

.adCartWin .win .btns {
  height: 66px;
  display: flex;
}

.adCartWin .win .btns div {
  cursor: pointer;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adCartWin .win .btn1 {
  background-color: #fc0;
}

.adCartWin .win .btn1 a {
  color: #a75600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.adCartWin .win .btn2 {
  background-color: #2b2b2b;
  color: #fff;
}

.cart {
  padding-top: 50px;
}

.cart .kong {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart table {
  width: 100%;
  border: solid 1px rgba(255, 255, 255, .2);
}

.cart thead th {
  height: 40px;
  background-color: #f2f2f2;
  font-weight: normal;
  border-bottom: solid 1px #f2f2f2;
}

.cart tr td {
  border-bottom: solid 1px #f2f2f2;
  padding: 15px 0;
  text-align: center;
}

.cart tr td:first-child, .cart thead th:first-child {
  text-align: left;
  padding-left: 15px;
}

.cart tr td img {
  width: 120px;
}

.cart tr:nth-child(even) {
  background: #fafafa;
}

.cart span.ok {
  color: #339966;
}

.cart span.no {
  color: red;
}

.cart .del {
  cursor: pointer;
}

.kong20 {
  height: 20px;
}

.cart .tj {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}

.cart .tj .js {
  background-color: var(--light);
  color: #fff;
  margin-left: 15px;
  padding: 13px 34px;
  cursor: pointer;
}


.buyWin .win {
  background-color: #fff;
  width: 518px;
  /*height: 444px;*/
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin-left: -259px;
  margin-top: -222px;
  transition: all .3s;
  padding: 66px;
}

.buyWin .win .closewin {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  transform: rotate(45deg);
  background: #586750;
  border-radius: 100%;
}

.buyWin .win .closewin span {
  display: block;
  background: #fff;
  position: absolute;
}

.buyWin .win .closewin span:first-child {
  height: 2px;
  width: 60%;
  top: 50%;
  margin-left: -30%;
  left: 50%;
  margin-top: -1px;
}

.buyWin .win .closewin span:nth-child(2) {
  height: 60%;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  margin-top: -30%;
  top: 50%;
}

.buyWin .win .ti {
  text-align: center;
}

.buyWin .win .paylist {
  padding-top: 30px;
  position: relative;
}

.buyWin .win .paylist ul, .buyWin .win .childlist dl {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.buyWin .win .paylist ul li, .buyWin .win .childlist dd {
  width: 50%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.buyWin .win .paylist ul li .tip span, .buyWin .win .childlist dd .tip span {
  background: #586750;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
}

.buyWin .win .paylist ul li .payli, .buyWin .win .childlist dd .payli {
  height: 52px;
  border-radius: 6px;
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.buyWin .win .paylist ul li .payli .ico, .buyWin .win .childlist dd .payli .ico {
  width: 30px;
  height: 30px;
  margin: 0 20px;
  background-image: url(../img/ico.png);
}

.buyWin .win .paylist ul li .disabled {
  filter: grayscale(1);
  opacity: .3;
  cursor: not-allowed;
}

.buyWin .win .paylist ul li .payli .cs {
  background-position: -297px -40px;
}

.buyWin .win .childlist dd .payli .cs-1, .buyWin .win .paylist li .payli .cs-1 {
  background-position: -297px -319px;
}

.buyWin .win .childlist dd .payli .cs-2, .buyWin .win .paylist li .payli .cs-2 {
  background-position: -297px -359px;
}

.buyWin .win .childlist dd .payli .cs-4, .buyWin .win .paylist li .payli .cs-4 {
  background-position: -337px -320px;
}

.buyWin .win .paylist ul li .payli .atm {
  background-position: -297px -80px;
}

.buyWin .win .paylist ul li .payli .pp {
  background-position: -297px -120px;
}

.buyWin .win .paylist ul li .payli .ye {
  background-position: -297px -0px
}

.buyWin .win .paylist ul li .payli .card {
  background-position: -297px -158px
}

.buyWin .win .paylist ul li .payli .alipay {
  background-position: -337px -359px
}

.buyWin .win .paylist ul li .payli .period {
  background-position: -377px -360px
}


.buyWin .win .paylist ul li .gou {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0px;
  bottom: 0;
}

.buyWin .win .paylist ul li.on .gou {
  background: url(../img/ico.png) -286px -240px;
}

.buyWin .win .paylist ul li.on .payli {
  border: solid 1px #586750;
  color: #586750;
}

.buyWin .win .tipprice {
  display: flex;
  align-items: center;
  color: #ff0000;
  padding: 20px 0 0px;
}

.buyWin .win .tipprice .ico {
  background: url(../img/ico.png) 0 -24px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.buyWin .win .detailprice {
  line-height: 26px;
  padding: 20px 0 25px;
}

.buyWin .win .toPay {
  background-color: #586750;
  color: #fff;
  margin: 0 auto;
  padding: 13px 34px;
  cursor: pointer;
  width: fit-content;
}

.buyWin .win .toPay.disabled {
  pointer-events: none;
  background-color: #999;
}

.buyWin .win .paylist .childlist {
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 3;
  border: solid 1px #dedede;
  padding: 15px 15px 0;
}

.reg {
  padding: 50px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reg .ti {
  /*text-align: center;*/
}

.reg .regForm {
  width: 700px;
  padding-top: 50px;
}

.member.page {
  padding: 100px 0 0;
}

.member .container {
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
}

.member .left {
  width: 25%;
  background: rgba(255, 255, 255, .1);
  padding: 30px 0 30px 15px;
  min-height: 50vh;
  border: solid 1px rgba(255, 255, 255, .1);
}

.member .left ul {
  padding-top: 50px;
}


.member .left ul li {
  cursor: pointer;
  padding: 15px 0 15px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  margin-right: -1px;
  display: flex;
  align-items: center;
}

.member .left ul li i {
  margin-right: 8px;
}

.member .left ul li.router-link-active {
  color: #586750;
  background: #fff;
  border-color: #dedede transparent #dedede #dedede;
}


.member .right {
  width: 75%;
  padding-left: 30px;
}

.member .right .ktitle {
  border-bottom: solid 1px #ddd;
  margin-bottom: 3%;
  padding-bottom: 3%;
}

.member .right .ktitle img {
  cursor: pointer;
  margin-left: 10px;
}

.member .right .cart {
  padding-top: 0;
}

.member .right .cart .other {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.member .right .cart .other .pages .fy {
  cursor: pointer;
  margin: 0 3px;
}

.member .right .cart .other .pages .fy.disabled {
  pointer-events: none;
  color: #aaa;
}


.member .right .details .ht {
  font-size: 14px;
  display: flex;
  margin-bottom: 3%;
  align-items: center;
}

.member .right .details .ht .ti {
  color: #999;
  text-align: left;
  flex-shrink: 0;
}

.member .right .details .ht .ip img {
  padding: 0 6px;
  width: 33.33%;
}


.costlist {
  border-bottom: solid 1px #ddd;
  padding: 6px 0;
}

.costlist .ht {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.el-button--primary {
  background-color: var(--light) !important;
  border-color: var(--light) !important;
  color: #ff !important;
}

.el-input__inner:focus, .el-form-item.is-error .el-input__inner {
  border-color: var(--light) !important;
}

.el-form-item__error {
  color: var(--light) !important;
}


.index {
  min-height: 80vh
}
.index .adTop{
  padding-top: 50px;
}
.index .adTop .content-wrap{
  display: flex;
}

.index .adTop .adLeft{
  width: 75%;
}
.index .adTop .adRight{
  width: 25%;
  padding-left: 20px;
}
.index .adTop .adRight .ad:first-child{
  padding-bottom: 20px;
}
.index .adTop .adRight .ad i{
  display: flex;width: 100%;
  padding-bottom: 75.5%;
  height: 0;
  position: relative;
}
.index .adTop .adRight .ad i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}


.index .flavar {
  position: relative;
  padding-bottom: 49.297297297297%;
  height: 0;
}

.index .flavar .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index .flavar .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .flavar .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 2px;

}

.index .flavar .swiper-pagination-bullet-active {
  background: #fff;
  width: 50px;
}






.index .threeAd{padding-top: 50px}
.index .threeAd ul{
  display: flex;
  width: calc(100% + 20px);
}

.index .threeAd ul li{
  width: 33.33%;
  padding-right: 20px;
}
.index .threeAd ul li .li{
  width: 100%;
  padding-bottom: 80%;
  height: 0;
  position: relative;
}

.index .threeAd ul li .li img{
  width: 100%;
  height: 100%;
  position: absolute;object-fit: cover;
}





.index .bigTitle {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: center;
}

.index .bigTitle img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.index .bigTitle span {
  font-size: 42px;
  line-height: 42px;
  border: solid 2px #fff;
  padding: 9px 26px;
  cursor: pointer;
  transition: all .4s;
  font-weight: bold;
}



.index .bigTitle span i {
  font-style: normal;
  display: block;
}


.index .discount .bigTitle span {
  color: rgb(255, 255, 255);
}

.index .discount .discountCon ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.index .discount .discountCon ul li {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.index .discount .discountCon ul li .li {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(22px);
  height: 126px;
}

.index .discount .discountCon ul li .li .part1 {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 88px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 17px 20px;
}

.index .discount .discountCon ul li .li .part1 .img {
  width: 54px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.index .discount .discountCon ul li .li .part1 .img i {
  display: flex;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.index .discount .discountCon ul li .li .part1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.index .discount .discountCon ul li .li .part1 .text {
  width: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.index .discount .discountCon ul li .li .part1 .text1 {
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index .discount .discountCon ul li .li .part1 .text2 {
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.index .discount .discountCon ul li .li .part2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 0px 20px;
}

.index .discount .discountCon ul li .li .part2 .baifen span {
  display: block;
  width: 40px;
  height: 18px;
  background: rgb(252, 204, 54);
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  color: rgb(26, 26, 26);
  line-height: 18px;
  text-align: center;
}

.index .discount .discountCon ul li .li .part2 .prices {
  display: flex;
  align-items: center;
  gap: 6px;
}

.index .discount .discountCon ul li .li .part2 .prices .old {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}

.index .discount .discountCon ul li .li .part2 .prices .new {
  font-weight: 700;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.index .proArea {
  padding-bottom: 40px;
  min-height: 40vh;
}

.index .proArea .proK {
  padding-top: 40px;
}

.index .proArea .proK ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.index .proArea .proK ul li {
  width: 20%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.index .proArea .proK ul li .li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.index .proArea .proK ul li .li .img {
  width: 100%;
}

.index .proArea .proK ul li .li .img i {
  display: flex;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.index .proArea .proK ul li .li .img i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.index .proArea .proK ul li .li .text {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0px 20px;
  text-align: center;
  margin: 10px 0;
}

.index .proArea .proK ul li .li .bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: linear-gradient(#DEDDDB 0%, rgba(237, 237, 237, 0.4) 100%);
  backdrop-filter: blur(30px);
  border-radius: 8px;
  z-index: 1;
}


.position {
  background: #f2f2f2;
        padding: 20px 0;color: var(--light);
}
.position i{
  padding: 0 10px;
}
.position a {
  color: #222;
}

.position a:hover {
  color: var(--light);
}

.goodsPage h1.name{
  padding-bottom: 30px;
}
.goodsPage .mainInfo{
  display: flex;
}
.goodsPage .mainInfo .left{
  width: 42%;
  padding-right: 30px;
}
.goodsPage .mainInfo .left .img{
  width: 100%;
}
.goodsPage .mainInfo .left .img i{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.goodsPage .mainInfo .left .img i img{
  width: 100%;
  height: 100%;
  position: absolute;object-fit: cover;
}


.goodsPage .mainInfo .right{
  width: 58%;
}
.goodsPage .mainInfo .right .priceTotal{
  font-size: 36px;border-bottom: 1px #c1c1c1 solid;font-weight: bold;
}
.goodsPage .mainInfo .right .priceList{padding-top: 15px}
.goodsPage .mainInfo .right .priceList .tt{
  font-size: 16px;
  font-weight: bold;
}
.goodsPage .mainInfo .right .priceList ul{
  width: fit-content;}
.goodsPage .mainInfo .right .priceList ul li{
  padding-top: 10px;
}
.goodsPage .mainInfo .right .priceList ul li .li{
  display: flex;
  align-items: center;
}
.goodsPage .mainInfo .right .priceList ul li .li:before{
  content: '';
  width: 12px;
  height: 12px;border:solid 1px #999;
  border-radius: 2px;
  margin-right: 15px;
}
.goodsPage .mainInfo .right .priceList ul li.cur .li:before{
  border-color: var(--light);
  background: var(--light);
  content: '✔';
  color: #fff;
  font-size: 10px;
}

.goodsPage .mainInfo .right .proNum{
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.goodsPage .mainInfo .right .proNum .tt{
  font-weight: bold;
}
.goodsPage .mainInfo .right .proNum .ipnum{
  height: 52px;
  width: 52px;
  border:solid 1px #ddd;
  margin: 0 10px;
}
.goodsPage .mainInfo .right .proNum .ipnum input{
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.goodsPage .mainInfo .right .btns{width: 100%;
  height: 52px;
  max-width: 352px;
}
.goodsPage .mainInfo .right .btns .lj{
  width: 100%;
  height: 100%;
  background: var(--light);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  cursor: pointer;
}



.proListPage {
  min-height: 100vh;
}

.proListPage .typeInfo, .searchPage .typeInfo {
  border-bottom: 1px solid #ddd;
  margin: 0px 0 24px;
  padding: 16px 0px;
}


.proListPage .typeName, .searchPage .typeName {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
}

.proListPage .totalNum, .searchPage .totalNum {
  font-size: 12px;
  color: #888;
  margin: 16px 0px 16px;
}

.proListPage .proArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.proListPage .proArea .left {
  width: 25%;
  padding-right: 20px;
}

.proListPage .proArea .left .title {
  height: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.proListPage .proArea .left .con{
  background: #f2f2f2;
  padding: 15px;
}
.proListPage .proArea .left .con li {
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #666;
  padding: 9px 0px;
  cursor: pointer;
  transition: all .4s;
  transform: skewX(-6deg);
  text-align: center;
  margin-bottom: 10px;
}

.proListPage .proArea .left .con li:hover {
  background: var(--light);
  border-color: var(--light);
  color: #fff;
}

.proListPage .proArea .left .con li.cur {
  background: var(--light);
  border-color: var(--light);
  color: #fff;
}


.proListPage .proArea .right {
  width: 75%;
}

.proListPage .proArea .right .proList ul, .searchPage .proArea .proList ul {
  width: calc(100% + 15px);
  display: flex;
  flex-wrap: wrap;
}

.proListPage .proArea .right .proList ul li, .searchPage .proArea .proList ul li {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.searchPage .proArea .proList ul li {
  width: 16.666666666667%;
}

.proListPage .proArea .right .proList ul li .li {
  cursor: pointer;
  transition: 0.3s;
  flex-wrap: wrap;
}

.searchPage .proArea .proList ul li .li {
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}


.proListPage .proArea .right .proList ul li .li .img {
  width: 100%;
  overflow: hidden;
}

.searchPage .proArea .proList ul li .li .img {
  width: 100%;
}

.proListPage .proArea .right .proList ul li .li .img i, .searchPage .proArea .proList ul li .li .img i {
  display: flex;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.proListPage .proArea .right .proList ul li .li .img img, .searchPage .proArea .proList ul li .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.proListPage .proArea .right .proList ul li .li .text {
}

.searchPage .proArea .proList ul li .li .text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proListPage .proArea .right .proList ul li .li .text .name, .searchPage .proArea .proList ul li .li .text .name {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.proListPage .proArea .right .proList ul li .li .text .sale, .searchPage .proArea .proList ul li .li .text .sale {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-top: 6px;
}

.searchPage .proArea .proList ul li .li .text .sale {
  padding-bottom: 6px;
}

.proListPage .proArea .right .proList ul li .li .text .price, .searchPage .proArea .proList ul li .li .text .price {
  display: flex;
  align-items: center;
}

.proListPage .proArea .right .proList ul li .li .text .price .new, .searchPage .proArea .proList ul li .li .text .price .new {
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}

.proListPage .proArea .right .proList ul li .li .text .price .old, .searchPage .proArea .proList ul li .li .text .price .old {
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, .5);;
  text-decoration: line-through;
}

.proListPage .proArea .right .proList ul li .li .text .price .baifen, .searchPage .proArea .proList ul li .li .text .price .baifen {
  padding: 0 6px;
  background: rgb(224, 30, 28);
  line-height: 16px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: 11px;
}


.proListPage .proArea .right .mypage1, .searchPage .proArea .mypage1 {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}

.detailPage .pageTitle1 {
  margin: 0px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.detailPage .neirong1 {
  font-size: 16px;
  padding-bottom: 30px;
}

.detailPage .neirong1 p {
  line-height: 1.75em;
  padding-bottom: 1em;
}

.detailPage .neirong1 img {
  max-width: 100%;
}

.detailPage .neirong1 .line {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  background-color: #f2f2f2 !important;
  border: solid 1px #f2f2f2;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  border-color: var(--light) !important;
  background-color: var(--light) !important;
}

/*路由切换动画*/
.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
  will-change: transform;
  transition: all 500ms;
  position: absolute;
  width: 100%;
}

.slide-right-enter {

  transform: translate3d(-100%, 0, 0);
}

.slide-right-leave-active {

  transform: translate3d(100%, 0, 0);
}

.slide-left-enter {

  transform: translate3d(100%, 0, 0);
}

.slide-left-leave-active {

  transform: translate3d(-100%, 0, 0);
}

.winTip .win {
  position: fixed;
  z-index: 889;
  width: 100vw;
  background: #fff;
  color: #000;
  height: 100vh;
  left: 50%;
  top: 50%;
  margin-left: -50vw;
  margin-top: -50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winTip .win .cha {
  position: absolute;
  width: 22px;
  background: url("../img/cha.png");
  background-size: cover;
  right: 10px;
  top: 10px;
  height: 22px;
  z-index: 1;
  cursor: pointer;
}

.winTip .win .text {
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.winTip .win .text .pt {
  padding-top: 15px;
  line-height: 26px;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.winTip .win .text .jc {
  font-size: 36px;
  padding-bottom: 15px;
  color: #f80;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.winTip .win:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 204, 128, 0.5));
  /*transform: skewX(-45deg) translateX(15%);*/
}

.winTip .win:before {
  /*top: 0;*/
  /*left: 0;*/
  /*content: '';*/
  /*position: absolute;*/
  /*width: 80%;*/
  /*height: 300%;*/
  /*background: rgba(255, 136, 0, .08);*/
  /*transform: skewX(45deg);*/
}

.winTip .close {
  padding: 2px 5px;
  background: #f80;
  color: #fff;
  width: fit-content;
  margin: 15px auto 0
}

.mobileAuthPage {
  line-height: 31px;
  padding: 32px 15px;
  background: #F7F7F9;
}

.mobileAuthPage .ms {
  text-align: center;
  border-bottom: solid 1px #ddd;
}

.mobileAuthPage .djs {
  background: #fff;
  width: 90%;
  max-width: 450px;
  color: #888;
  padding: 5px;
  margin: 22px auto;
}

.mobileAuthPage .djs span {
  background: #336699;
  color: #fff;
  margin: 0 6px;
}

.mobileAuthPage .tips {
  width: 90%;
  max-width: 450px;
  margin: 22px auto;
}

.mobileAuthPage .tips .warn {
  background: #FFF0F1;
  padding: 5px;
  border: solid 1px #FFDBDD;
  text-align: center;
}

.mobileAuthPage .tips .btns {
  padding-top: 15px;
  text-align: right;
}

.el-form-item__label {
  float: inherit !important;
}

.banner1 {
  height: 150px;
  background: #160962;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.banner1 .container {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.banner1 .img {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: .5;
}

.banner1 .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
