* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}
:root{
  --color: #ff831c;
}
.fw {
  font-weight: bold;
}

.gray {
  color: #999;
}

.red {
  color: #f00;
}

.green {
  color: #188C18;
}

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

.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;
}

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

body {
  font-size: 14px;
  color: #2b2b2b;
  font-family: "PingFang SC", "Microsoft YaHei";
  overflow-x: hidden;
  background: #F4F4F5;
}

.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;
}

.floatDiv ul {

}

.floatDiv li {
  width: 56px;
  height: 56px;
  display: flex;
}



.floatDiv li a {
  width: 100%;
  height: 100%;
  background: url("../img/kf.png");
  background-size: cover;
  transition: all .4s;
}

.floatDiv li a .num {
  position: absolute;
  background: red;
  color: #fff;
  display: block;
  padding: 2px 4px;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  left: -10%;
  top: -10%;
  border-radius: 8px;
}

.floatDiv li:hover {

}


.floatDiv a:hover {
  background: url("../img/kfhover.png");
}

.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 {
  /*background: url("../img/headerbg.jpg");*/
  background: #fff;
  color: #555;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 0px 4px rgba(0, 0, 0, .2);
}

.mbico {
  display: none;
}

header .container {
  height: 100%;
}
header .logoArea{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 0;
}

header .logo {
  width: 20%;
  max-width: 100px;
  display: flex;
}

header .logo i{
  width: 100%;
  padding-bottom: 40%;
  background: url("../img/logo.png");
  background-size: cover;
}
header .navStatus{
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 1vw 0;
  background: #fff;
}
header .navStatus .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav {
  display: flex;
  align-items: center;
}

header .nav li {
  height: 100%;
  padding:  10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #6b6b6f;
  font-weight: bold;
  transition: all .5s;
  border-bottom: solid 3px transparent;
}

header .nav li:hover {
  color: #222;
  background: #E7E7EA;
  border-radius: 4px;
}

header .nav li.router-link-active:hover {
  color: #222;
  background: #E7E7EA;
}

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

header .nav li.router-link-exact-active.router-link-active {
  color: #222;
  /*background: #E7E7EA;*/
  border-bottom: solid 3px var(--color);
}

header .status {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #666;
}

header .status li {
  cursor: pointer;
  padding: 5px 20px;
}
header .status li.link{
  background: #333;
  color: #fff;
  border-radius: 14px;
}
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: #fafafa;
}

footer .container {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

footer .lc .container {
  display: flex;
  align-items: center;
  justify-content: center;

}


footer .lc img {
  width: 100%;
  max-width: 987px;
}

footer .cp img {
  width: 100%;
  max-width: 225px;
}


footer .cp {
  background: #1E1E1E;
  color: #fff;
}

footer .cp .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .cp .cpright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .cp img.logo{
  margin-right: 15px;
}
footer .subnav {
  background: #42433e;
  padding: 50px 0 110px;
}

footer .subnav .logo {
  width: 135px;
  height: 62px;
  background: url(../img/logo.png);
  background-size: cover;
}

footer .subnav .container {
  display: flex;
  flex-wrap: wrap;
}

footer .subnav .container .col-3 {
  width: 25%;
  padding: 0 15px;
}

footer .subnav .container .loarea {
  display: flex;
  justify-content: center;
  align-items: center;
}


footer .subnav .container .col-2 {
  width: 16.66666667%;
  padding: 0 15px;
}

footer .subnav h2 {
  color: var(--color);
  padding-bottom: 25px;
  font-weight: bold;
}

footer .subnav li {
  color: #969696;
  cursor: pointer;
  padding-bottom: 10px;
}

footer .subnav li:hover {
  color: var(--color);
}

footer .subnav .allbank {
  display: flex;
  flex-wrap: wrap;
}

footer .subnav .allbank i {
  background: url(../img/all_bank.png);
  height: 26px;
  margin-right: 5px;
  margin-bottom: 5px;
}

footer .subnav .allbank i.seven {
  width: 26px;
  background-position: 0 0
}

footer .subnav .allbank i.fam {
  width: 26px;
  background-position: -31px 0
}

footer .subnav .allbank i.ibon {
  width: 62px;
  background-position: -62px 0
}

footer .subnav .allbank i.atm {
  width: 40px;
  background-position: -129px 0
}

footer .subnav .allbank i.mycard {
  width: 68px;
  background-position: -172px 0
}

footer .subnav .allbank i.alipay {
  width: 74px;
  background-position: 0 -30px
}

footer .subnav .allbank i.weixin {
  width: 88px;
  background-position: -90px -30px
}

footer .subnav .allbank i.paypal {
  width: 120px;
  background-position: -178px -30px;
  background-color: #555;
}


footer .subnav .ico {
  display: flex;
  flex-wrap: wrap;
}

footer .subnav .ico a {
  background: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 5px;
  transition: all .4s;
  margin-bottom: 8px;
}


footer .subnav .ico a:hover {
  background: #fff;
  color: #fff;
}


.page {
  padding: 50px 0;
}

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

.pageTitle i {
  height: 4px;
  background: var(--color);
  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: var(--color);
}


.newlist li .date {
  background: var(--color);
  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: var(--color);
  background: var(--color);
}


.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 var(--color);
  background: #fff;
  color: var(--color);
}

.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 #ddd;
  background: #fff;
  line-height: 20px;
  text-align: center;
  margin-left: -1px;
}

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

.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 var(--color);
  float: left;
  padding: 30px;
  margin: 0;
  margin-bottom: -4px;
}

.prodetail .canshu {
  background: #fff;
  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;
}

.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 #dedede;
}

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

.cart tr td {
  border-bottom: solid 1px #dedede;
  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(--color);
  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: var(--color);
  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: var(--color);
  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 var(--color);
  color: var(--color);
}

.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: var(--color);
  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 .container {
  display: flex;
  flex-wrap: wrap;
}

.member .left {
  width: 25%;
  background: #f4f4f4;
  padding: 30px 0 30px 15px;
  min-height: 50vh;
  border: solid 1px #dedede;
}

.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: var(--color);
  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(--color) !important;
  border-color: var(--color) !important;
}

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

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


.index {
  min-height: 80vh
}

/*路由切换动画*/
.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;
}

.index .section {
  padding-top: 3vw;
}
.index .section .bt {
  font-size: 36px;
  line-height: 36px;
  /*border-bottom: 1px solid #e8e8e8;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .section .bt span{
  padding-bottom: 16px;
}
.index .section1 .bt span{
  border-bottom: solid 2px #f90;
}
.index .section1 .ms{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #f90;
  padding: 10px 0;
  text-align: center;
}
.index .section1 .js{
  display: flex;
  align-items: center;
  padding: 50px 0vw;
  background: #fff;
  box-shadow: 0 0 14px rgba(0,0,0,.1);
  border-bottom: solid 4px var(--color);
  border-radius: 14px;
  transition: all .4s;
  width: 60%;
  margin: 0 auto;
}

.index .section1 .js .fs{
  color: var(--color);transition: all .4s;
}
.index .section1 .js .fs i{
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  background: var(--color);
  color: #fff;
  border-radius: 12px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  padding: 10px 15px;transition: all .4s;
}
.index .section1 .js:hover{
  background: var(--color);
}
.index .section1 .js:hover .fs{
  color: #fff;
}
.index .section1 .js:hover .fs i{
  background: #444;
}

.index .section1 .js .img{
  width: 30%;
}
.index .section1 .js .img img{
  width: 100%;
}
.index .section1 .js .text{
  width: 54%;
  color: #666;
  font-size: 20px;
  padding-left: 30px;
  line-height: 2;
  flex-shrink: 0;
  flex-grow: 1;
}

.index .section2 .bt span{
  border-bottom: solid 4px var(--color);
}
.index .section2 .proList{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: calc(100% + 30px);
}
.index .section2 .proList li{
  width: calc(25% - 30px);
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
    border-radius: 14px;
  overflow: hidden;
}
.index .section2 .proList li .img{
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.index .section2 .proList li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.index .section2 .proList li .text{
  padding: 15px;
}
.index .section2 .proList li .ti{
  font-size: 22px;
  font-weight: bold;
  padding: 0px 0 0;
  color: var(--color);
  display: flex;
  justify-content: center;

}
.index .section2 .proList li .ms{
  color: #666;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}


.line{
  display: flex;
    align-items: center;
  justify-content: center;
    padding: 0px 0vw 50px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    border-radius: 14px;
    transition: all .4s;
    width: 100%;
  max-width: 500px;
    margin: 2vw auto;
}


/*2025-09-05發票資訊*/

