* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}
.el-loading-mask{
  background: #080325!important;
}
:root{
  --light:#d92b4c
}
.fw {
  font-weight: bold;
}

.gray {
  color: #999;
}

.red {
  color: #f00;
}

.green {
  color: #188C18;
}

.light {
  color: #d92b4c;
}


.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: 1400px;
  margin: 0 auto;
  background: #080325;
}
/**/
ol,
ul,
dl {
  margin-bottom: 0
}

body {
  font-size: 12px;
  color: #fff;
  font-family: Segoe UI;
  background: rgba(8, 3, 37, 0.9);
}

.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: #2B6AD9;
  border-color:#2B6AD9;
  padding: 10px 18px;
  transform: skewX(-7deg);
}


.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: 80px;
  background: rgba(8, 3, 37, 0.4);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all .4s;
}
header.small{
  background: rgba(8, 3, 37, 0.94);
  height: 50px;
}

.mbico {
  display: none;
}

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

header .logo {
  width: 64px;
  height: 64px;
  background: url("../img/newimg/logo.png");
  background-size: cover;
  flex-shrink: 0;
  transition: all .4s;
}
header.small .logo{
  width: 32px;
  height: 32px;
}
header .searchArea {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 502px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  margin: 0 15px;
  display: none;
}

header .searchArea .inputArea {
  width: calc(100% - 58px);
  height: 100%;
}

header .searchArea .inputArea input {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  text-indent: 1em;
}

header .searchArea .btns {
  width: 58px;
  display: flex;
  align-items: center;
  height: 40px;
  background: rgb(252, 204, 54);
  justify-content: center;
  cursor: pointer;
}


header .nav {
  font-weight: bold;
  display: flex;
  height: 50%;
  align-items: center;
  padding-left: 30px;
}

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

header .nav li:hover {
  background: #586750;
  color: #fff;
}

header .nav li.router-link-active:hover {
  background: #586750 !important;
}

header .nav li.router-link-active:first-child {
  background: none;
}

header .nav li.router-link-exact-active.router-link-active {
  background: #586750;
  color: #fff;
}

header .status {
  float: right;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #f50303;
  gap: 16px
}

header .status li {
  cursor: pointer;
  height: 36px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .6);
  padding: 0px 16px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .6);transition: all .4s;
}
header.small .status li{
  height: 22px;padding: 0px 10px;
}

header .status li.regs, header .status li.logout {
  border: 1px solid #d92b4c;
  color: #d92b4c;
}

header .status li.comein {
  height: inherit;
  border-radius: unset;
  border-width: 0;
}


header .status li.cart {
  display: none;
}

header .status li i {
  padding-right: 6px;
  display: none;
}

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

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

footer {
  background: #272951;
  padding: 30px 0;
}
footer img{
  width: 50%;
  max-width: 90px;
}
footer .footer1 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
footer .footer1 a{
  color: #fff;
  padding: 0 5px;transition: all .4s;
}
footer .footer1 a:hover{
  color: #d92b4c;
}

footer .footer1 .left {
  display: flex;
  gap: 102px;
}

footer .footer1 .left .fk .tit {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin-bottom: 16px;
}

footer .footer1 .left .fk ul li {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

footer .footer1 .left .fk ul li a {
  color: rgba(255, 255, 255, 0.7);
}

footer .footer1 .left .fk ul li a:hover {
  text-decoration: underline;
}

footer .cpright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  padding: 1rem 0;
}

footer .footer1 .right .logos {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

footer .footer1 .right .logos .text h2 {
  height: 19px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 19px;
}

footer .footer1 .right .logos .text p {
  height: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
  margin: 2px 0px 0px;
}


footer .footer1 .right .logos img {
  width: 32px;
  height: 32px;
}
footer img{
  display: flex;
  margin:0px auto 25px;
}




.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: #2B6AD9;
}

.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: rgba(255,255,255,.1);
  font-weight: normal;
  border-bottom: solid 1px rgba(255,255,255,.2);
}

.cart tr td {
  border-bottom: solid 1px rgba(255,255,255,.2);
  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 .flavar {
  position: relative;
  padding-bottom: 20.833333333333%;
  padding-bottom: 25%;
  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 .proType {
  padding: 30px 0;
}

.index .proType ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 1px);
}

.index .proType ul li {
  cursor: pointer;
  width: 12.5%;
  padding-right: 1px;
  font-size: 16px;
}


.index .proType ul li .img {
  width: 50%;
  max-width: 48px;
}

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

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

.index .proType ul li .name {
  transform: skewX(-3deg);
  background:#211D3B;
  padding: 12px;
  transition: all .4s;
  text-align: center;
}
.index .proType ul li .name:hover {background:#37334F;
}
.index .htAd, .index .htAd a {
  display: flex;
}

.index .htAd img {
  width: 100%;
}

.index .discount {
  background: url("../img/newimg/discount_bg.png") center;
  background-size: cover;
  padding: 30px 0;
}

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

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

.index .bigTitle span {
  font-size: 18px;
  line-height: 18px;
  border:solid 2px #fff;
  padding: 9px 26px;
  cursor: pointer;
  transition: all .4s;
  transform: skewX(-6deg);
}
.index .bigTitle span:hover{
  background: #d92b4c;
  border-color: #d92b4c;
}
.index .bigTitle span i{
  font-style: normal;transform: skewX(6deg);
  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% + 3px);
}

.index .proArea .proK ul li {
  width: 25%;
  padding-right: 3px;
  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;
  transform: skewX(-7deg);
}

.index .proArea .proK ul li .li .text {
  font-size: 14px;
  color: #fff;
  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 {
  line-height: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
  border-bottom: solid 2px #211D3B;
}

.position a {
  color: #fff;
}

.position a:hover {
  color: #d92b4c;
}

.goodsPage .proTop {
  padding: 36px 0 0;
}

.goodsPage .proTop .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goodsPage .proTop .container .left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.goodsPage .proTop .container .left .img {
  width: 180px;
  display: flex;
}

.goodsPage .proTop .container .left .img i {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  transform: skewX(-15deg);
}

.goodsPage .proTop .container .left .img i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.goodsPage .proTop .container .left .infos {
  padding-left: 50px;
  width: calc(100% - 180px);
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.goodsPage .proTop .container .left .infos .name {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.goodsPage .proTop .container .left .infos .othersInfo ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgb(255, 255, 255);
  gap: 12px 24px
}

.goodsPage .proTop .container .left .infos .othersInfo ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #272951;
  border:solid 1px rgba(255,255,255,.1);
  padding: 6px 15px;transform: skewX(-7deg);
  cursor: pointer;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico {
  background-image: url(../img/ico.png);
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico1 {
  width: 16px;
  height: 16px;
  background-position: -94px -46px;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico2 {
  width: 16px;
  height: 16px;
  background-position: -94px -66px;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico3 {
  width: 16px;
  height: 16px;
  background-position: -94px -87px;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico6 {
  width: 23px;
  height: 16px;
  background-position: -89px -145px;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico7 {
  width: 23px;
  height: 16px;
  background-position: -89px -165px;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico11 {
  width: 29px;
  height: 16px;
  background-position: -337px -326px;
}

.goodsPage .proTop .container .left .infos .othersInfo ul li .ico12 {
  width: 16px;
  height: 16px;
  background-position: -124px -86px;
}

.goodsPage .proTop .container .right .sale {
  min-width: 134px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 31px;
  font-size: 12px;
  color: rgb(153, 153, 153);
  line-height: 14px;
}

.goodsPage .proTop .container .right .sale .num {
  color: rgb(51, 51, 51);
}

.goodsPage .detailMain {
  padding: 30px 0;
}

.goodsPage .detailMain .container .left {
  width: 66.0833333333%;
}

.goodsPage .detailMain .container  .priceListArea {
  padding-bottom: 5px;
  display: flex;
}

.goodsPage .detailMain .container  .priceListArea .title {
  font-weight: 400;
  font-size:24px;
  color: #fff;
  line-height: 22px;
  min-height: 22px;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
}

.goodsPage .detailMain .container  .priceListArea .title:before {

  width: 4px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(252, 204, 54);
}

.goodsPage .detailMain .container  .priceListArea .priceList ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li {
  padding-right: 10px;
  padding-bottom: 10px;
  transform: skewX(-7deg);
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li .li {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  padding: 12px;
  color: #fff;
  transition: 0.3s;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li.cur .li {
  border-color: var(--light);
  background: var(--light);
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li.cur .li:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/newimg/cur.png");
  position: absolute;
  right: 0;
  bottom: 0;
}


.goodsPage .detailMain .container  .priceListArea .priceList ul li .li .img {
  width: 48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;

}

.goodsPage .detailMain .container  .priceListArea .priceList ul li .li .img i {
  display: flex;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li .li .name {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 10px;
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li .li .nameN {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.goodsPage .detailMain .container  .priceListArea .priceList ul li .li .price {
  color: rgb(250, 60, 60);
  flex-shrink: 0;
}
.goodsPage .detailMain .container  .priceListArea .priceList ul li.cur .li .price{
  color: orange;
}


.goodsPage .detailMain .container  .proAabout .tab {
  margin-bottom: 26px;
  position: relative;
}

.goodsPage .detailMain .container  .proAabout .tab:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background: #ddd;
  bottom: 0;
  left: 0;
}

.goodsPage .detailMain .container  .proAabout .tab .title {
  font-size: 24px;
  color: #fff;
  padding: 15px 0;
  position: relative;
  width: fit-content;
  z-index: 2;
}

.goodsPage .detailMain .container  .proAabout .tab .title:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background: var(--light);
  bottom: 0;
  left: 0;
}

.goodsPage .detailMain .container  .proAabout .canshu {
  background: rgba(255,255,255,.1);
  font-size: 14px;
  padding: 20px 20px 5px;
  margin-bottom: 26px;
}

.goodsPage .detailMain .container  .proAabout .canshu ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.goodsPage .detailMain .container  .proAabout .canshu ul li {
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.goodsPage .detailMain .container  .proAabout .canshu ul li span {
  color: #999;
}


.goodsPage .detailMain .container  .proAabout .aboutNeirong p {
  margin-bottom: 1em;
  font-size: 14px;
}

.goodsPage .detailMain .container  .proAabout .aboutNeirong img {
  max-width: 100%;
}


.goodsPage .detailMain .container .right {
  width: 90%;
  padding-left: 5%;
}

.goodsPage .fk {
  padding: 20px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.goodsPage .detailMain .container .step{
  position: relative;
  width: 10%;
  max-width: 120px;
  padding-bottom: 10%;
  height: 0;
}
.goodsPage .detailMain .container .title .step{
  display: none;
}
.goodsPage .detailMain .container .step img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.goodsPage .detailMain .container .step i{
  font-weight: bold;
  font-size: clamp(14px,2.1vw,40px);
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.goodsPage .detailMain .container  .proNum{
  display: flex;
  flex-wrap: wrap;
}

.goodsPage .detailMain .container  .proNum .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.goodsPage .detailMain .container  .proNum .ip {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;transform: skewX(-7deg);
}

.goodsPage .detailMain .container  .proNum .ip div {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.goodsPage .detailMain .container  .proNum .ip .reduce, .goodsPage .detailMain .container  .proNum .ip .plus {
  width: 40px;
  cursor: pointer;
  font-size: 18px;
  background-color: #2B6AD9;
}

.goodsPage .detailMain .container  .proNum .ip .ipnum input {
  height: 100%;
  width: 100%;
  outline: 0;
  border: none;
  text-align: center;
  font-size: 18px;background-color: rgba(255,255,255,.1);
  color: #fff;
}
.goodsPage .detailMain .container  .tjPrice{
  display: flex;
}
.goodsPage .detailMain .container  .tjPrice .title {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;border-bottom: 1px solid rgba(255, 255, 255,.1);
}
.goodsPage .detailMain .container  .tjPrice .title  h3{
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.goodsPage .detailMain .container  .tjPrice .jsPrice{
  display: flex;
  align-items: center;
}
.goodsPage .detailMain .container  .tjPrice .jsPrice .saveMoney{
  height: 16px;
    background: rgba(234, 98, 0, 0.08);
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 12px;
    color: orange;
    line-height: 16px;
    margin-right: 7px;
}
.goodsPage .detailMain .container  .tjPrice .jsPrice .lastPrice{
  font-size: 28px;
    color: var(--light);
    line-height: 28px;
  font-weight: bold;
}
.goodsPage .detailMain .container  .tjPrice .btns{
  padding-top: 24px;gap:15px;
  display: flex;
  flex-direction: column;
}
.goodsPage .detailMain .container  .tjPrice .btns div{
   font-size: 14px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-7deg);
}
.goodsPage .detailMain .container  .tjPrice .btns .lj{
    background: var(--light);
    color: #fff;

}
.goodsPage .detailMain .container  .tjPrice .btns .adcart{
    background: #2B6AD9;
    color: rgb(255, 255, 255);
}
.goodsPage .detailMain .container  .tjPrice .btns .other{
    background: rgb(252, 204, 54);
    color: rgb(0, 0, 0);
}



.goodsPage .detailMain .container  .tj .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

.goodsPage .detailMain .container  .tj ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.goodsPage .detailMain .container  .tj ul li {
  width: 50%;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.goodsPage .detailMain .container  .tj ul li .img {
  width: 80%;
  border-radius: 8px;
  overflow: hidden;
}

.goodsPage .detailMain .container  .tj ul li .img i {
  display: flex;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.goodsPage .detailMain .container  .tj ul li .img i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.goodsPage .detailMain .container  .tj ul li .text {
  font-weight: 700;
  font-size: 14px;
  color: rgb(26, 26, 26);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0px 20px;
  margin-bottom: 15px;
  text-align: center;
}

.proListPage{
  min-height: 100vh;
}
.proListPage .typeInfo,.searchPage .typeInfo{
      border-bottom: 2px solid #211D3B;
  margin: 0px 0 24px;
    padding: 16px 0px;
}


.proListPage .typeName,.searchPage .typeName{
      height: 36px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
}
.proListPage .totalNum,.searchPage .totalNum{
  font-size: 12px;
    color: #fff;
    margin: 16px 0px 16px;
}
.proListPage .proArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proListPage .proArea .left{
  width: 22.5%;
}
.proListPage .proArea .left .title{
    height: 32px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 16px;
}
.proListPage .proArea .left .con li{
      font-size: 16px;
    line-height: 16px;
    border: solid 2px #fff;
    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);
}
.proListPage .proArea .left .con li.cur{
  background: var(--light);
  border-color: var(--light);
}



.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: 50%;
  padding-right: 15px;
  padding-bottom: 15px;
}
.searchPage .proArea  .proList ul li{
  width: 16.666666666667%;
}
.proListPage .proArea .right .proList ul li .li{
    background:#211D3B;
    border-radius: 8px;
    border: 1px solid #211D3B;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
  flex-wrap: wrap;
}
.searchPage .proArea  .proList ul li .li{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    transition: 0.3s;
  overflow: hidden;
}
.proListPage .proArea .right .proList ul li .li:hover,.searchPage .proArea .proList ul li .li:hover{
  box-shadow:0px 8px 16px 0px rgba(0,0,0,0.06);
}
.proListPage .proArea .right .proList ul li .li .img {
  width: 90px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.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 {
  width: calc(100% - 105px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
    font-weight: 600;
    color: #fff
    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;
    font-weight: 600;
    color: rgba(255, 255, 255,1);
    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: #211D3B!important;
  border:solid 1px #211D3B;
}
.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%;
}
