* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #EC1265;
}
body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

:root {
  --font-family: Source Han Sans CN, 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hamburger {
  display: none;
}
.m-center {
  width: 1200px;
}
.x-center {
  width: 1400px;
}
.c-center {
  width: 1600px;
}
.center {
  width: 1400px !important;
}
.app{
  display: none;
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb video,
.diaolog-pb img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog-pb i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.message-alert.success {
  background-color: #55BB8A;
}
.message-alert.error {
  background-color: #F56C6C;
}
.message-alert.warning {
  background-color: #E6A23C;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #0444A4;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.el-message{
  font-family: var(--font-family);
  z-index: 9999 !important;
}
.login{
  width: 100%;
  height: 100vh;
  background-color: #e1d9cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .mide{
  margin-top: 38px;
}
.login .content{
  width: calc(750px - 250px);
  padding: 50px 125px 55px 125px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(17,25,4,0.04);
  border-radius: 20px;
}
.login .content h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  text-align: center;
  line-height: 1;
}
.login .el-input__inner{
  height: 50px;
  background: #F5F5F5;
  border-radius: 25px;
  line-height: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 34px;
  border: none;
}
.login .el-input__inner::placeholder{
  color: #AAAAAA;
}
.el-form-item__error{
  font-family: var(--font-family);
}
.login .psd{
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #b8b5b5;
  z-index: 1;
}
.login .el-button{
  width: 100%;
  border: none;
  padding: 0;
  background-color: #EC1265;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .el-form-item{
  margin-bottom: 30px;
}
.login .db{
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.login .db a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.login .db a:last-of-type{
  margin-left: 50px;
}
.login .db a:hover{
  text-decoration: underline;
  color: #EC1265;
}
.diaolog-kt .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  width: calc(600px - 50px);
  padding: 35px 25px;
  border-radius: 10px;
}
.diaolog-kt .content .mide{
  width: 100%;
  height: 350px;
  position: relative;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.diaolog-kt .content .mide .bg{
  max-width: 50%;
  max-height: 85%;
  position: relative;
  z-index: 1;
}
.diaolog-kt .content .mide .flow{
  position: absolute;
  right: -5%;
  top: 10%;
  width: 30%;
}
.diaolog-kt .an{
  display: flex;
  align-items: center;
  margin: 25px auto 0;
  border-radius: 4px;
  padding: 9px 20px;
  background-color: #EC1265;
  width: max-content;
}
.diaolog-kt .an span{
  font-family: var(--font-family);
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}
.diaolog-kt .an i{
  font-size: 14px;
  color: #ffffff;
  margin-left: 7px;
}
.header-box.active{
  background-color: #FFFFFF;
  box-shadow: 0px 10px 26px 0px rgb(0 0 0 / 8%);
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: calc(100%);
  transition: 0.3s;
}
.headerct{
  margin: 0 auto;
  padding-bottom: 30px;
}
.headerct .top .logo img{
  width: 100px;
}
.headerct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 29px 0;
}
.headerct .top .search{
  display: flex;
  width: 500px;
  height: 50px;
  background: #EEEEEE;
  border-radius: 25px;
  overflow: hidden;
}
.headerct .top .search button{
  width: 86px;
  height: 100%;
  background: #EC1265;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 25px;
}
.headerct .top .search button i{
  font-size: 18px;
  color: #FFFFFF;
}
.headerct .top .search input{
  width: calc(100% - 86px - 60px);
  padding: 0 30px;
  outline: none;
  border: none;
  height: 100%;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.headerct .top .search input::placeholder{
  color: #AAAAAA;
}
.headerct .top .personal{
  display: flex;
  align-items: center;
}
.headerct .top .cart{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 149px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #D2D2D2;
  transition: 0.3s;
  position: relative;
}
.headerct .top .cart .ib img:last-of-type{
  display: none;
}
.headerct .top .cart p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-left: 10px;
  transition: 0.3s;
}
.headerct .top .cart .flow{
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #EC1265;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0;
}
.headerct .top .cart.active .flow{
  opacity: 1;
}
.headerct .top .cart.active,
.headerct .top .cart:hover{
  border-color: #EC1265;
}
.headerct .top .cart.active .ib img:last-of-type,
.headerct .top .cart:hover .ib img:last-of-type{
  display: block;
}
.headerct .top .cart.active .ib img:first-of-type,
.headerct .top .cart:hover .ib img:first-of-type{
  display: none;
}
.headerct .top .cart.active p,
.headerct .top .cart:hover p{
  color: #EC1265;
}
.headerct .top .iconb{
  display: flex;
  margin-left: 23px;
}
.headerct .top .iconb .icon{
  position: relative;
}
.headerct .top .iconb .icon:last-of-type{
  margin-left: 11px;
}
.headerct .top .iconb .icon .rund{
  width: 39px;
  height: 39px;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  transition: 0.3s;
}
.headerct .top .iconb .icon .flow{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
  padding-top: 6px;
  z-index: 1;
}
.headerct .top .iconb .icon .flow .rq{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px 0;
  width: 150px;
  box-shadow: 0px 0px 35px 0px rgba(17,25,4,0.09);
}
.headerct .top .iconb .icon:hover .flow{ 
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .top .iconb .icon .flow .tz{
  display: block;
  text-align: center;
  transition: 0.3s;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.headerct .top .iconb .icon .flow .tz:hover{
  color: #EC1265;
}
.headerct .top .iconb .icon .rund .ib img:last-of-type{
  display: none;
}
.headerct .top .iconb .icon:hover .rund{
  border-color: #EC1265;
}
.headerct .top .iconb .icon:hover .ib img:last-of-type{
  display: block;
}
.headerct .top .iconb .icon:hover .ib img:first-of-type{
  display: none;
}
.headerct .nav{
  display: flex;
  background-color: #EEEEEE;
  height: 50px;
  border-radius: 25px;
}
.headerct .nav li{
  width: calc(100% / 8);
  height: 100%;
  position: relative;
}
.headerct .nav li>a{
  height: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
  transition: 0.3s;
}
.headerct .nav li>a span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.headerct .nav li>a i{
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  margin-left: 5px;
}
.headerct .nav li>a:hover span,
.headerct .nav li>a:hover i,
.headerct .nav li.active>a span,
.headerct .nav li.active>a i{
  color: #FFFFFF;
}
.headerct .nav li>a:hover,
.headerct .nav li.active>a{
  background-color: #EC1265;
}
.headerct .nav li:hover .two{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .two{
  padding-top: 7px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: 0.4s;
  opacity: 0;
}
.headerct .nav li .two .rq{
  width: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(17,25,4,0.09);
  border-radius: 20px;
  padding: 20px 0;
}
.headerct .nav li .two .rq a{
  width: calc(100% - 30px);
  height: 40px;
  line-height: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 20px;
}
.headerct .nav li .two .rq a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.headerct .nav li .two .rq a:hover{
  background-color: #EC1265;
  color: #FFFFFF;
}
.i1-box{
  background-color: #F8F8F8;
  overflow: hidden;
}
.i1ct{
  margin: 0 auto;
  padding: 198px 0 240px 0;
}
.i1ct .mide{
  display: flex;
  justify-content: space-between;
}
.i1ct .left{
  width: calc(100% - 270px - 20px);
  height: 600px;
}
.mySwiper{
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
}
.mySwiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 7px !important;
}
.mySwiper .swiper-pagination-bullet-active{
  width: 18px;
  height: 18px;
}
.mySwiper a{
  display: block;
  width: 100%;
  height: 100%;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.i1ct .right{
  width: 270px;
}
.i1ct .right .name{
  width: 100%;
  height: 55px;
  background: #EC1265;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.i1ct .right .money{
  width: 100%;
  margin-top: 12px;
}
.i1ct .right .money .item{
  width: calc(100% - 54px);
  padding: 28px 27px 0 27px;
  height: calc(120px - 28px);
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(85,85,85,0.09);
  border-radius: 20px;
  /*cursor: pointer;*/
  transition: 0.3s;
}
.i1ct .right .money .item:hover{
  box-shadow: 0px 0px 6px 0px rgba(236,18,101,0.4);
}
.i1ct .right .money .item:not(:first-of-type){
  margin-top: 10px;
}
.i1ct .right .money .item .tp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.i1ct .right .money .item .tp a{
  color: #EC1265;
}
.i1ct .right .money .item:first-of-type .xs{
  font-size: 30px;
  font-weight: bold;
}
.i1ct .right .money .item:first-of-type .xs span{
  font-size: 20px;
  font-weight: bold;
}
.i1ct .right .money .item .xs{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #EC1265;
  margin-top: 5px;
}
.i1ct .right .money .item .xs span{
  font-size: 18px;
}
.i1-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
}
.i1-list li{
  width: calc((100% - 52px) / 5);
  margin-right: 13px;
  height: 280px;
}
.i1-list li:nth-of-type(5n){
  margin-right: 0;
}
.i1-list li a{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}
.i1-list li a p{
  position: absolute;
  top: 14px;
  left: 13px;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 5px 11px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  z-index: 1;
  transition: 0.3s;
}
.i1-list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.i1-list li a:hover img{ 
  transform: scale(1.1);
}
.i1-list li a:hover p{
  color: #EC1265;
  border-color: #EC1265;
}
.p1ct{
  margin: 0 auto;
  padding: 192px 0 98px 0;
}
.proSearch{
  border-radius: 15px;
  background-color: #EEEEEE;
  width: calc(100% - 130px);
  padding: 33px 65px;
}
.proSearch .row{
  display: flex;
  margin-bottom: 26px;
}
.proSearch .row .el-form-item{
  width: calc((100% - 130px) / 3);
  margin-right: 65px;
  margin-bottom: 0;
}
.proSearch .row:nth-of-type(2) .el-form-item:nth-of-type(2){
  width: calc(100% - 65px - ((100% - 130px) / 3));
  margin-right: 0;
}
.proSearch .el-select{
  width: 100%;
}
.proSearch .row .el-form-item:nth-of-type(3n){
  margin-right: 0;
}
.proSearch .el-form-item__label{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.proSearch .el-input__inner{
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}
.proSearch .el-input__inner::placeholder{
  color: #BBBBBB;
}
.el-select-dropdown__item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.el-select-dropdown__item.selected,
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{
  color: #EC1265;
}
.proSearch .db{
  display: flex;
  justify-content: flex-end;
}
.proSearch .db .rest{
  width: 178px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #EC1265;
  transition: 0.3s;
  border-radius: 20px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
}
.proSearch .db .rest:hover{
  background-color: #EC1265;
  color: #FFFFFF;
}
.proSearch .db .submit{
  width: 358px;
  height: 40px;
  background: #EC1265;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
.proSearch .el-button+.el-button{
  margin-left: 12px;
}
.pro-list{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
}
.pro-list li{
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  margin-bottom: 67px;
  position: relative;
  transition: 0.3s;
}
.pro-list li:hover .wib img{
  transform: scale(1.1);
}
.pro-list li:hover .txt h3{
  color: #EC1265;
}
.pro-list li:nth-of-type(4n){
  margin-right: 0;
}
.pro-list li a{
  display: block;
  width: 100%;
}
.pro-list li a .wib{
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
}
.pro-list li a .wib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.pro-list li a .txt{
  width: 100%;
  padding: 15px 0 0 0;
}
.pro-list li a .txt .tag{
  display: flex;
  flex-wrap: wrap;
}
.pro-list li a .txt .tag p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 11px;
  border-radius: 12px;
  background-color: #F29B76;
  margin-right: 4px;
}
.pro-list li a .txt .tag p:nth-of-type(2){
  background-color: #89C997;
}
.pro-list li a .txt .tag p:nth-of-type(3){
  background-color: #F19EC2;
}
.pro-list li a .txt .tag p:nth-of-type(4){
  background-color: #88ABDA;
}
.pro-list li a .txt .tag p:nth-of-type(5){
  background-color: #89C997;
}
.pro-list li a .txt .tag p:nth-of-type(6){
  background-color: #F19EC2;
}
.pro-list li a .txt .tag p:nth-of-type(7){
  background-color: #88ABDA;
}
.pro-list li a .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 9px;
  transition: 0.3s;
}
.pro-list li a .txt .code{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 12px;
}
.pro-list li a .txt .cs{
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 12px;
}
.pro-list li a .txt .cs span:first-of-type{
  margin-right: 22px;
}
.pro-list li a .txt .cs span:last-of-type strong{
  display: none;
}
.pro-list li a .txt .money{
  display: flex;
  align-items: flex-end;
  margin-top: 19px;
}
.pro-list li a .txt .money .q{
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #EC1265;
}
.pro-list li a .txt .money .x{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-decoration-line: line-through;
  margin-left: 17px;
}
.pro-list li .iconb{
  display: flex;
  position: absolute;
  right: 0;
  bottom: -7px;
  z-index: 1;
}
.pro-list li .iconb .icon{
  background-color: #E9E9E9;
  width: 38px;
  height: 38px;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.pro-list li .iconb .icon:last-of-type{
  margin-left: 10px;
}
.pro-list li .iconb .icon img{
  transition: 0.3s;
  filter: brightness(0.2);
}
.pro-list li .iconb .icon:hover{
  border-color: #EC1265;
}
.pro-list li .iconb .icon.active{
  border-color: #EC1265;
  background-color: #EC1265;
}
.pro-list li .iconb .icon.active img{
  filter: brightness(1);
}
.pd-box{
  overflow: hidden;
}
.pdct{
  margin: 0 auto;
  padding: 192px 0 190px 0;
}
.min-nav{
  display: flex;
  align-items: center;
}
.min-nav a,
.min-nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.min-nav a:last-of-type{
  color: #888888;
}
.min-nav span{
  margin: 0 7px;
}
.pdct .top{
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.pdct .top .left{
  display: flex;
  /*height: 650px;*/
}
.pdct .top .left .time-swiper{
  width: 100px;
  height: 650px;
}
.pdct .top .left .time-swiper a{
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
}
.pdct .top .left .time-swiper .swiper-slide-thumb-active a{
  border-color: #EC1265;
}
.pdct .top .left .time-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdct .top .left .desc-swiper{
  width: 600px;
  height: 100%;
  margin-left: 21px;
}
.pdct .top .left .desc-swiper a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.pdct .top .left .desc-swiper a img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.pdct .top .right{
  width: 582px;
}
.pdct .top .right .tag{
  display: flex;
  flex-wrap: wrap;
}
.pdct .top .right .tag p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 11px;
  border-radius: 12px;
  background-color: #F29B76;
  margin-right: 4px;
}
.pdct .top .right .tag p:nth-of-type(2){
  background-color: #89C997;
}
.pdct .top .right .tag p:nth-of-type(3){
  background-color: #F19EC2;
}
.pdct .top .right .tag p:nth-of-type(4){
  background-color: #88ABDA;
}
.pdct .top .right .tag p:nth-of-type(5){
  background-color: #89C997;
}
.pdct .top .right .tag p:nth-of-type(6){
  background-color: #F19EC2;
}
.pdct .top .right .tag p:nth-of-type(7){
  background-color: #88ABDA;
}
.pdct .top .right h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  color: #222222;
  margin: 10px 0 17px 0;
}
.pdct .top .right .desc .row{
  display: flex;
  align-items: center;
}
.pdct .top .right .desc .row:not(:first-of-type){
  margin-top: 15px;
}
.pdct .top .right .desc .row.tl{
  margin-top: 30px;
}
.pdct .top .right .desc .row .label{
  width: 157px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.pdct .top .right .desc .row .zs{
  width: calc(100% - 157px);
}
.pdct .top .right .desc .row .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.pdct .top .right .desc .row .zs .cm{
  display: flex;
  flex-wrap: wrap;
}
.pdct .top .right .desc .row .zs .cm span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
  border: 1px solid #222222;
  border-radius: 3px;
  padding: 5px;
  margin-right: 7px;
  cursor: pointer;
}
.pdct .top .right .desc .row .zs .cm span.active{
  border-color: #EC1265;
  color: #EC1265;
}
.pdct .top .right .desc .row .zs .cm span:last-of-type{
  margin-right: 0;
}
.pdct .top .right .desc .row .zs .el-input__inner{
  width: 100%;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 41px;
  padding: 0 19px;
}
.pdct .top .right .desc .row .zs .el-input-number{
  width: 241px;
}
.el-input-number{
  line-height: 41px;
}
.el-input-number__decrease{
  border-radius: 20px 0 0 20px;
  background-color: transparent;
  font-size: 16px;
}
.el-input-number__increase{
  border-radius: 0 20px 20px 0;
  background-color: transparent;
  font-size: 16px;
}
.el-input-number__increase:hover i,
.el-input-number__decrease:hover i{
  color: #EC1265;
}
.el-input-number__increase.is-disabled:hover i,
.el-input-number__decrease.is-disabled:hover i{
  color: #C0C4CC;
}
.pdct .top .right .desc .row .zs .el-input__inner::placeholder{
  color: #cccccc;
}
.pdct .top .right .desc .row .zs .money{
  display: flex;
  align-items: flex-end;
}
.pdct .top .right .desc .row .zs .money .b{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #EC1265;
  line-height: 1;
}
.pdct .top .right .desc .row .zs .money .m{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-left: 10px;
  text-decoration-line: line-through;
}
.pdct .top .right .db{
  display: flex;
  margin-top: 54px;
}
.pdct .top .right .db a{
  width: 241px;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #EC1265;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  transition: 0.3s;
}
.pdct .top .right .db a.cart{
  color: #FFFFFF;
  background-color: #EC1265;
  margin-right: 13px;
}
.pdct .top .right .db a:hover{
  color: #FFFFFF;
  background-color: #EC1265;
}
.pdct .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 24px;
  margin-top: 49px;
}
.pdct .mide{
  margin-top: 80px;
}
.pdct .mide .item .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #444444;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
  line-height: 1;
  padding-bottom: 14px;
}
.pdct .mide .item .tm::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: #EC1265;
}
.pdct .mide .item .content{
  margin-top: 34px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-indent: 23px;
}
.pdct .mide .item .content img{
  max-width: 100%;
  margin: 0 auto 34px;
}
.pdct .mide .item:not(:first-of-type){
  margin-top: 140px;
}
.qact{
  margin: 0 auto;
  padding: 237px 0 150px 0;
}
.qact .mide{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.qact .mide img{
  max-width: 100%;
  margin: 0 auto 34px;
}
.me1-box{
  overflow: hidden;
}
.me1ct{
  padding: 214px 0 140px 0;
  margin: 0 auto;
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 1;
}
.pb-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-top: 14px;
}
.me1ct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.me1ct .top .add{
  width: 160px;
  height: 40px;
  background: #EEEEEE;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
}
.me1ct .top .add:hover{
  color: #FFFFFF;
  background-color: #EC1265;
}
.hkrq{
  border-radius: 20px;
  background-color: #FFFFFF;
  padding-bottom: 60px;
  overflow: hidden;
  margin-top: 25px;
}
.hk-list{
  min-height: 250px;
}
.hk-list .dbl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EC1265;
  height: 50px;
  width: calc(100% - 44px);
  padding: 0 22px;
}
.hk-list .dbl p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.hk-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  width: calc(100% - 44px);
}
.hk-list li:nth-of-type(even){
  background-color: #F8F8F8;
}
.hk-list li p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.hk-list li p span{
  display: none;
}
.hk-list .p1{
  width: 35px;
}
.hk-list .p2{
  width: 95px;
}
.hk-list .p3{
  width: 110px;
}
.hk-list .p4{
  width: 110px;
}
.hk-list .p5{
  width: 90px;
}
.hk-list .p6{
  width: 95px;
}
.hk-list .p7{
  width: 300px;
}
.hk-list .p8{
  width: 160px;
}
.p1ct .page{
  margin-top: 37px;
}
.me2ct{
  margin: 0 auto;
  padding: 214px 0 170px 0;
}
 .metop{
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
 .metop .left{
  width: calc(100% - 270px - 20px - 130px);
  padding: 32px 65px;
  border-radius: 15px;
  background-color: #EEEEEE;
}
 .metop .left .row{
  display: flex;
}
 .metop .left .row .el-form-item{
  width: calc((100% - 76px) / 3);
  margin-right: 38px;
  margin-bottom: 0;
}
 .metop .left .row .el-form-item:last-of-type{
  margin-right: 0;
}
 .metop .left .row .el-date-editor.el-input, 
 .metop .left .row .el-date-editor.el-input__inner{
  width: 100%;
}
 .metop .left .row .el-input__prefix{
  left: unset;
  right: 20px;
}
 .metop .left .row .el-form-item__label{
  line-height: 1;
  padding-bottom: 11px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
 .metop .left .row .el-input__inner{
  height: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}
 .metop .left .row .el-input__inner::placeholder{
  color: #BBBBBB;
}
 .metop .left .db{
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
 .metop .left .db .el-button{
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #BBBBBB;
  border-radius: 20px;
}
 .metop .left .db .el-button:hover{
  color: #FFFFFF;
  background-color: #EC1265;
  border-color: #EC1265;
}
 .metop .left .db .dl .el-button{
  color: #FFFFFF;
  background-color: #EC1265;
  border-color: #EC1265;
  width: 301px;
}
 .metop .left .db .dr {
  display: flex;
}
 .metop .left .db .dr .el-button:nth-of-type(1){
  width: 120px;
}
 .metop .left .db .dr .el-button:nth-of-type(2){
  width: 160px;
  margin-left: 18px;
}
 .metop .right{
  width: calc(270px - 24px - 14px);
  height: calc(200px - 30px);
  padding: 30px 14px 0 24px;
  background: #FFFFFF;
  border-radius: 20px;
}
 .metop .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
 .metop .right p:not(:first-of-type){
  margin-top: 14px;
}
 .metop .right p span{
  font-size: 18px;
  color: #333333;
  font-family: Arial;
}
.me2-box{
  overflow: hidden;
}
.mem-list{
  margin-top: 49px;
}
.mem-list .dbl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px);
  padding: 0 34px 0 24px;
}
.mem-list .dbl .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.mem-list .dbl .it1{
  display: flex;
  align-items: center;
}
.mem-list .dbl .it1 p{
  margin-left: 26px;
}
.mem-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px - 2px);
  padding: 25px 34px 25px 24px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 18px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.mem-list li.active{
  border-color: #EC1265; 
  box-shadow: 0px 0px 35px 0px rgba(236,18,101,0.09);
}
.mem-list li .sp{
  display: flex;
  align-items: center;
}
.mem-list li .sp:not(:first-of-type),
.mem-list li .dj:not(:first-of-type),
.mem-list li .hj:not(:first-of-type){
  margin-top: 15px;
}
.mem-list li .dj,
.mem-list li .hj{
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mem-list li .sz{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 26px;
}
.mem-list li .sp .zs{
  display: flex;
  align-items: center;
  /*margin-left: 26px;*/
}
.mem-list li .sp .zs img{
  width: 150px;
  height: 155px;
  object-fit: cover;
  border-radius: 20px;
}
.mem-list li .sp .zs .txt{
  width: 300px;
  margin-left: 39px;
}
.mem-list li .sp .zs .txt h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mem-list li .sp .zs .txt .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 9px;
}
.mem-list li .dj{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #EC1265;
  width: max-content;
  max-width: 100%;
  line-height: 20px;
}
.mem-list li .dj p{
  color: #666666;
  text-align: center;
}
.mem-list li .hj{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #EC1265;
}
.mem-list li .zt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: max-content;
  max-width: 100%;
  text-align: center;
}
.mem-list li .rq{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}
.mem-list li .cl{
  width: 75px;
  height: 37px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
  border-radius: 4px;
  cursor: pointer;
}
.mem-list li .cl:hover{
  border-color: #EC1265;
  color: #ffffff !important;
  background-color: #EC1265;
}
.el-checkbox__inner{
  width: 20px;
  height: 20px;
}
.el-checkbox__inner:hover{
  border-color: #EC1265;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner{
  border-color: #EC1265;
  background-color: #EC1265;
}
.el-checkbox__input.is-focus .el-checkbox__inner{
  border-color: #DCDFE6;
}
.el-checkbox__inner::after{
  top: 4px;
  left: 7px;
}
.mem-list .it1{
  width: 550px;
  display: flex;
  align-items: center;
}
.mem-list .it1 .el-checkbox{
  margin-right: 26px;
}
.mem-list .it2{
  width: 100px;
}
.mem-list .it3{
  width: 150px;
}
.mem-list .it4{
  width: 150px;
}
.mem-list .it5{
  width: 100px;
}
.mem-list .it6{
  width: 80px;
}
.me3-box{
  overflow: hidden;
}
.me3ct{
  padding: 214px 0 170px 0;
  margin: 0 auto;
}
.me3ct .metop .left{
  width: calc(100% - 20px - 130px);
}
.me3ct .mem-list li .cl{
  border-color: #EC1265;
  color: #EC1265;
}
.me5-box{
  overflow: hidden;
}
.me5ct{
  padding: 214px 0 140px 0;
  margin: 0 auto;
}
.me5ct .mide{
  margin-top: 27px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 52px;
}
.del-list{
  min-height: 250px;
}
.del-list .dbl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EC1265;
  width: calc(100% - 66px);
  padding: 0 33px;
  height: 50px;
}
.del-list .dbl .it{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.del-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 66px);
  padding: 16px 33px;
}
.del-list li .it{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.del-list li:nth-of-type(even){
  background-color: #F8F8F8;
}
.del-list li .it .show{
  display: flex;
  align-items: center;
}
.del-list li .it .show i{
  margin-left: 11px;
  font-size: 18px;
  color: #EC1265;
  cursor: pointer;
}
.del-list li .it span{
  display: none;
}
.del-list .it1{
  width: 35px;
}
.del-list .it2{
  width: 125px;
}
.del-list .it3{
  width: 150px;
}
.del-list .it4{
  width: 110px;
}
.del-list .it5{
  width: 150px;
}
.del-list .it6{
  width: 250px;
}
.diaolog-ps .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(1200px - 70px);
  padding: 40px 35px 50px 35px;
  background: #FFFFFF;
  border-radius: 20px;
}
.diaolog-ps .content h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  text-align: center;
  line-height: 1;
}
.diaolog-ps .content .gb{
  width: 297px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #EC1265;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  cursor: pointer;
  transition: 0.3s;
}
.diaolog-ps .content .gb:hover{
  background-color: #EC1265;
  color: #ffffff;
}
.ps-list{
  margin-top: 31px;
  overflow-y: auto;
  max-height: 485px;
}
.ps-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ps-list::-webkit-scrollbar-thumb {
  background: #EC1265;
}
.ps-list::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.ps-list .dbl{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
  padding: 14px 32px;
  border-top: 1px solid #EEEEEE;
}
.ps-list .dbl .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.ps-list .dbl .it1{
  display: flex;
  align-items: center;
}
.ps-list .dbl .it1 p{
  margin-left: 33px;
}
.ps-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8F8F8;
  padding: 25px 32px;
  width: calc(100% - 64px);
  border-radius: 20px;
}
.ps-list li:not(:first-of-type){
  margin-top: 15px;
}
.ps-list li .sp{
  display: flex;
  align-items: center;
}
.ps-list li .sp:not(:first-of-type),
.ps-list li .dj:not(:first-of-type),
.ps-list li .hj:not(:first-of-type){
  margin-top: 15px;
}
.ps-list li .dj,
.ps-list li .hj{
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ps-list li .sz{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 26px;
}
.ps-list li .sp .zs{
  /*margin-left: 33px;*/
  display: flex;
  align-items: center;
}
.ps-list li .sp .zs img{
  width: 150px;
  height: 155px;
  object-fit: cover;
  border-radius: 20px;
}
.ps-list li .sp .zs .txt{
  margin-left: 41px;
  width: 300px;
}
.ps-list li .sp .zs .txt h6{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ps-list li .sp .zs .txt .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 9px;
}
.ps-list li .dj{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #EC1265;
  width: max-content;
  max-width: 100%;
  line-height: 20px;
}
.ps-list li .dj p{
  color: #666666;
  text-align: center;
}
.ps-list li .hj{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #EC1265;
}
.ps-list li .rq{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  max-width: 100%;
  width: max-content;
}
.ps-list .it1{
  width: 550px;
  display: flex;
  align-items: center;
}
.ps-list .it2{
  width: 100px;
}
.ps-list .it3{
  width: 150px;
}
.ps-list .it4{
  width: 90px;
}
.colle-box{
  overflow: hidden;
}
.collect{
  padding: 214px 0 170px 0;
  margin: 0 auto;
}
.collect .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collect .top .right{
  display: flex;
}
.collect .top .right div{
  width: 219px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #EC1265;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  line-height: 1;
  transition: 0.3s;
}
.collect .top .right div:hover,
.collect .top .right div.add{
  color: #ffffff;
  background-color: #EC1265;
}
.collect .top .right div.add{
  margin-left: 9px;
}
.colle-list{
  margin-top: 53px;
}
.colle-list .dbl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px);
  padding: 0 34px 0 24px;
}
.colle-list .dbl .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.colle-list .dbl .it1{
  display: flex;
  align-items: center;
}
.colle-list .dbl .it1 p{
  margin-left: 26px;
}
.colle-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px - 2px);
  padding: 25px 34px 25px 24px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 18px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.colle-list li.active{
  border-color: #EC1265; 
  box-shadow: 0px 0px 35px 0px rgba(236,18,101,0.09);
}
.colle-list li .sp{
  display: flex;
  align-items: center;
}
.colle-list li .sp .sz{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.colle-list li .sp .zs{
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.colle-list li .sp .zs img{
  width: 150px;
  height: 155px;
  object-fit: cover;
  border-radius: 20px;
}
.colle-list li .sp .zs .txt{
  width: 300px;
  margin-left: 39px;
}
.colle-list li .sp .zs .txt h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.colle-list li .sp .zs .txt .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 9px;
}
.colle-list li .hj{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #EC1265;
}
.colle-list li .cl{
  width: 91px;
  height: 37px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
  border-radius: 4px;
  cursor: pointer;
}
.colle-list li .cl:hover,
.colle-list li .cl.active{
  border-color: #EC1265;
  color: #ffffff !important;
  background-color: #EC1265;
}
.colle-list .it1{
  width: 550px;
}
.colle-list .it2{
  width: 150px;
}
.colle-list .it3{
  width: 95px;
}
.cart1-box{
  overflow: hidden;
}
.cart1ct{
  margin: 0 auto;
  padding: 214px 0 175px 0;
}
.carttop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carttop .right{
  display: flex;
}
.carttop .right a{
  display: flex;
  align-items: center;
}
.carttop .right a:not(:first-of-type){
  margin-left: 36px;
}
.carttop .right a .rund{
  width: 30px;
  height: 30px;
  background: #BFBFBF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.3s;
}
.carttop .right a p{
  margin-left: 15px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.carttop .right a.active .rund{
  background-color: #EC1265;
  color: #ffffff;
}
.carttop .right a.active p{
  color: #EC1265;
}
.cart1-list{
  margin-top: 60px;
  min-height: 300px;
}
.cart1-list .dbl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px);
  padding: 0 34px 0 24px;
}
.cart1-list .dbl .it:not(:first-of-type) p{
  text-align: center;
}
.cart1-list .dbl .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.cart1-list .dbl .it1{
  display: flex;
  align-items: center;
}
.cart1-list .dbl .it1 p{
  margin-left: 26px;
}
.cart1-list .dbl .it1 .allcolle{
  margin-left: 34px;
  width: 88px;
  height: 28px;
  border-radius: 15px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
.cart1-list .dbl .it1 .allcolle:hover{
  border-color: #EC1265;
  color: #ffffff;
  background-color: #EC1265;
}
.cart1-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px - 2px);
  padding: 25px 34px 25px 24px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 18px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.cart1-list li.active{
  border-color: #EC1265; 
  box-shadow: 0px 0px 35px 0px rgba(236,18,101,0.09);
}
.cart1-list li .sp{
  display: flex;
  align-items: center;
}
.cart1-list li .sp .sz{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.cart1-list li .sp .zs{
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.cart1-list li .sp .zs img{
  width: 150px;
  height: 155px;
  object-fit: cover;
  border-radius: 20px;
}
.cart1-list li .sp .zs .txt{
  width: 300px;
  margin-left: 39px;
}
.cart1-list li .sp .zs .txt h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cart1-list li .sp .zs .txt .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 9px;
}
.cart1-list li .dj{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.cart1-list li .hj{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  text-align: center;
}
.cart1-list li .cl .an{
  width: 89px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 13px;
}
.cart1-list li .cl .an:hover{
  border-color: #EC1265;
  color: #EC1265;
}
.cart1-list li .cl .an.active{
  border-color: #EC1265;
  color: #ffffff !important;
  background-color: #EC1265;
}
.cart1-list li .el-input-number{
  width: 100%;
}
.cart1-list li .el-input__inner{
  width: 100%;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #DCDCDC !important;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 41px;
  padding: 0 19px;
}
.cart1-list .it1{
  width: 550px;
}
.cart1-list .it2{
  width: 100px;
}
.cart1-list .it3{
  width: 180px;
}
.cart1-list .it4{
  width: 120px;
}
.cart1-list .it5{
  width: 95px;
}
.el-popover .el-button{
  font-family: var(--font-family);
  font-size: 14px;
}
.el-popover .el-select{
  margin-bottom: 15px;
}
.el-popover .el-input__inner{
  font-size: 14px;
  font-family: var(--font-family);
}
.el-popover .el-select .el-input.is-focus .el-input__inner,
.el-popover .el-select .el-input__inner:focus{
  border-color: #EC1265;
}
.el-popover .el-button--primary{
  background-color: #EC1265;
  border: none;
}
.el-popover .el-button--text{
  color: #EC1265;
}
.cart2-box{
  overflow: hidden;
}
.cart2ct{
  margin: 0 auto;
  padding: 214px 0 86px 0;
}
.cart2-list{
  margin-top: 70px;
}
.cart2-list .dbl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px);
  padding: 0 34px 0 24px;
}
.cart2-list .dbl .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.cart2-list .dbl .it1{
  display: flex;
  align-items: center;
}
.cart2-list .dbl .it1 p{
  margin-left: 26px;
}
.cart2-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px - 34px - 2px);
  padding: 25px 34px 25px 24px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 18px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.cart2-list li:not(:first-of-type){
  margin-top: 15px;
}
.cart2-list li .sp{
  display: flex;
  align-items: center;
}
.cart2-list li .sp .sz{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.cart2-list li .sp .zs{
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.cart2-list li .sp .zs img{
  width: 150px;
  height: 155px;
  object-fit: cover;
  border-radius: 20px;
}
.cart2-list li .sp .zs .txt{
  width: 300px;
  margin-left: 39px;
}
.cart2-list li .sp .zs .txt h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cart2-list li .sp .zs .txt .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 9px;
}
.cart2-list li .dj,
.cart2-list li .sl,
.cart2-list li .gl{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.cart2-list li .hj{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #EC1265;
}
.cart2-list .it1{
  width: 550px;
}
.cart2-list .it2,
.cart2-list .it3,
.cart2-list .it4{
  width: 150px;
}
.cart2-list .it5{
  width: 85px;
}
.bigform{
  margin-top: 45px;
}
.bigform .item{
  width: calc(100% - 200px);
  padding: 38px 100px;
  background: #FFFFFF;
  border-radius: 20px;
}
.bigform .item .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #222222;
  line-height: 1;
  padding-left: 21px;
  position: relative;
  margin-bottom: 25px;
}
.bigform .item .tm::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #EC1265;
  border-radius: 4px;
}
.bigform .item:not(:first-of-type){
  margin-top: 30px;
}
.bigform .item .row:not(:last-of-type){
  border-bottom: 1px solid #EEEEEE;
}
.bigform .item .el-form-item{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
}
.bigform .item .el-form-item:not(:last-of-type){
  border-bottom: 1px solid #EEEEEE;
}
.bigform .item .el-form-item.tl .el-form-item__label{
  color: #EC1265;
}
.bigform .item .el-form-item__label{
  width: 180px;
  line-height: 1;
  padding: 0;
  text-align: left;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.bigform .item .el-form-item__label::before{
  display: none;
}
.bigform .item .el-form-item__content{
  width: calc(100% - 180px);
}
.bigform .item .el-input__inner{
  width: 100%;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 0;
  background-color: transparent;
}
.bigform .item .el-form-item__error{
  padding-top: 10px;
}
.bigform .item .el-input__inner::placeholder{
  color: #888888;
}
.bigform .item .el-select{
  width: 100%;
}
.bigform .item .z{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
}
.bigform .item .money{
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #EC1265;
}
.bigform .item .zysx{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.dbtotal{
  background-color: #FFFFFF;
  position: fixed;
  z-index: 19;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px -5px 26px 0px rgb(0 0 0 / 8%);
}
.dbtotal .ct{
  margin: 0 auto;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dbtotal .ct .left{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.dbtotal .ct .left span{
  color: #EC1265;
  font-size: 24px;
}
.dbtotal .ct .right{
  display: flex;
}
.dbtotal .ct .right .money{
  display: flex;
  align-items: flex-end;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  line-height: 1;
}
.dbtotal .ct .right .money span{
  font-weight: bold;
  font-size: 36px;
}
.dbtotal .ct .right .anb{
  display: flex;
  margin-left: 99px;
}
.dbtotal .ct .right .anb a{
  width: 178px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #EC1265;
  transition: 0.3s;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dbtotal .ct .right .anb .tj,
.dbtotal .ct .right .anb a:hover{
  background-color: #EC1265;
  color: #ffffff;
}
.dbtotal .ct .right .anb .tj{
  margin-left: 10px;
}
.acc-box{
  overflow: hidden;
}
.acc5ct{
  margin: 0 auto;
  padding: 214px 0 170px 0;
}
.acc5ct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acc5ct .top .right{
  width: calc(950px - 65px - 55px);
  height: 130px;
  background: #EEEEEE;
  border-radius: 15px;
  padding: 0 55px 0 65px;
  display: flex;
  align-items: center;
}
.acc5ct .top .demo-ruleForm{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.acc5ct .top .row{
  width: calc(100% - 32px - 160px);
  display: flex;
}
.acc5ct .top .el-button{
  transition: 0.3s;
  width: 160px;
  height: 40px;
  background: #EC1265;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
.acc5ct .top .el-form-item{
  margin-bottom: 0;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
}
.acc5ct .top .el-form-item:nth-of-type(2n){
  margin-right: 0;
}
.acc5ct .top .el-date-editor.el-input,
.acc5ct .top .el-date-editor.el-input__inner{
  width: 100%;
}
.acc5ct .top .el-input__inner{
  border-radius: 20px;
  background-color: #ffffff;
  border: none;
  padding: 0 21px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.acc5ct .top .el-input__inner::placeholder{
  color: #BBBBBB;
}
.acc5ct .top .el-input__prefix{
  left: unset;
  right: 21px;
}
.acc5ct .top .el-form-item__label{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  padding-bottom: 11px;
}
.acc5ct .mide{
  margin-top: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 52px;
}
.diaolog{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.diaolog-hk .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
  width: calc(870px - 206px);
  padding: 40px 103px 75px 103px;
}
.diaolog-hk .content h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 1;
  text-align: center;
  margin-bottom: 38px;
}
.diaolog-hk .content .el-input__inner{
  padding: 0 35px;
  border: none;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #F5F5F5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.diaolog-hk .content .el-input__inner::placeholder{
  color: #AAAAAA;
}
.el-picker-panel{
  font-family: var(--font-family);
}
.diaolog-hk .content .el-input__prefix{
  left: unset;
  right: 35px;
}
.diaolog-hk .content .el-date-editor.el-input, 
.diaolog-hk .content .el-date-editor.el-input__inner{
  width: 100%;
}
.diaolog-hk .content .el-select{
  width: 100%;
}
.diaolog-hk .content .el-select .el-input__suffix{
  right: 35px;
}
.diaolog-hk .content .el-textarea__inner{
  height: 145px;
  resize: none;
  border-radius: 25px;
  border: none;
  background-color: #F5F5F5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 15px 35px 5px 35px;
}
.diaolog-hk .content .el-textarea__inner::placeholder{
  color: #AAAAAA;
}
.diaolog-hk .content .row{
  position: relative;
}
.diaolog-hk .content .row .el-input__inner{
  padding-left: 50px;
}
.diaolog-hk .content .row>span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #222222;
}
.diaolog-hk .content .el-form-item{
  margin-bottom: 20px;
}
.diaolog-hk .content .db{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.diaolog-hk .content .el-button{
  padding: 0;
  border: 1px solid #EC1265;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #EC1265;
  line-height: 1;
  transition: 0.3s;
}
.diaolog-hk .content .el-button.dl{
  width: 180px;
}
.diaolog-hk .content .el-button.dr{
  background-color: #EC1265;
  color: #FFFFFF;
  width: calc(100% - 180px - 12px);
}
.diaolog-hk .content .el-button:hover{
  color: #FFFFFF;
  background-color: #EC1265;
}
.diaolog.active{
  display: block;
}
.page {
  width: 100%;
  margin-top: 70px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 39px;
  height: 39px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  min-width: 39px;
}
.page .el-pagination .btn-next {
  width: 39px;
  height: 39px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  min-width: 39px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 39px;
  height: 39px;
  min-height: 39px;
  text-align: center;
  line-height: 39px;
  background: #ffffff;
  border: 1px solid #D2D2D2 !important;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 6px;
}
.page .el-pager li.active {
  background-color: #EC1265;
  color: #ffffff;
  border-color: #EC1265 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #EC1265;
  border-color: #EC1265;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #EC1265;
}
.footer-box{
  background-color: #EEEEEE;
}
.footer-box.active{
  padding-bottom: 140px;
}
.fct{
  margin: 0 auto;
  padding: 43px 0;
}
.fct a{
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1100px !important;
  }
  .i1ct .left{
    height: 480px;
    width: calc(100% - 230px - 20px);
  }
  .i1ct .right .money .item .xs{
    font-size: 22px;
  }
  .i1ct .right .money .item .xs span{
    font-size: 16px;
  }
  .i1ct .right .money .item:first-of-type .xs{
    font-size: 26px;
  }
  .i1ct .right .money .item:first-of-type .xs span{
    font-size: 18px;
  }
  .i1ct .right{
    width: 230px;
  }
  .mySwiper .swiper-pagination{
    bottom: 25px;
  }
  .i1-list li{
    height: 220px;
  }
  .i1ct{
    padding: 198px 0 180px 0;
  }
  .pro-list li a .txt .cs span:first-of-type{
    margin-right: 17px;
  }
  .pro-list li a .wib{
    height: 265px;
  }
  .pro-list li a .txt .money .q{
    font-size: 18px;
  }
  .pro-list li a .txt .money .x{
    margin-left: 7px;
  }
  .pro-list li .iconb .icon{
    width: 35px;
    height: 35px;
  }
  .pdct .top .right{
    width: 442px;
  }
  .pdct .top .right h3{
    font-size: 24px;
  }
  .pdct .top .right .desc .row:not(:first-of-type){
    margin-top: 12px;
  }
  .pdct .top .right .desc .row.tl{
    margin-top: 20px;
  }
  .pdct .top .right .db{
    margin-top: 34px;
  }
  .pdct .top .right .desc .row .zs .money .b{
    font-size: 22px;
  }
  /*.pdct .top .left{*/
  /* height: 520px; */
  /*}*/
  .pdct .top .left .desc-swiper{
    width: 480px;
  }
  .pdct .top .left .time-swiper{
    width: 80px;
    height: 520px;
  }
  .pdct .mide .item:not(:first-of-type){
    margin-top: 100px;
  }
  .pdct{
    padding: 192px 0 150px 0;
  }
  .login .content{
    width: calc(700px - 220px);
    padding: 50px 110px 55px 110px;
  }
  .hk-list .p7{
    width: 260px;
  }
  .diaolog-hk .content .el-input__inner{
    height: 40px;
    line-height: 40px;
  }
  .diaolog-hk .content{
    width: calc(770px - 166px);
    padding: 30px 83px 45px 83px;
  }
  .diaolog-hk .content .el-button{
    height: 40px;
  }
  .diaolog-hk .content .el-textarea__inner{
    height: 120px;
  }
  .diaolog-hk .content h3{
    margin-bottom: 28px;
  }
  .me2ct{
    padding: 214px 0 130px 0;
  }
  .mem-list li{
    width: calc(100% - 24px - 20px - 2px);
    padding: 25px 24px 25px 20px;
  }
  .mem-list .dbl{
    width: calc(100% - 24px - 20px);
    padding: 0 24px 0 20px;
  }
  .mem-list .it1{
    width: 500px;
  }
  .mem-list .it1 .el-checkbox,
  .mem-list li .sz{
    margin-right: 20px;
  }
  /*.mem-list li .sp .zs{*/
  /*  margin-left: 20px;*/
  /*}*/
  .mem-list .dbl .it1 p{
    margin-left: 20px;
  }
  .mem-list li .sp .zs .txt{
    margin-left: 29px;
    width: 290px;
  }
  .mem-list li .sp .zs img{
    width: 140px;
    height: 140px;
  }
  .mem-list li .dj,
  .mem-list li .hj{
    height: 140px;
  }
  .mem-list li .sp .zs .txt .wz{
    margin-top: 6px;
  }
  .mem-list .it4{
    width: 120px;
  }
  .mem-list .it3{
    width: 120px;
  }
  .mem-list .it5{
    width: 90px;
  }
  .mem-list .it2{
    width: 80px;
  }
  .me3ct{
    padding: 214px 0 130px 0;
  }
  .ps-list li .sz{
    margin-right: 20px;
  }
  .ps-list li .sp .zs .txt{
    margin-left: 29px;
    width: 290px;
  }
  .ps-list li .sp .zs .txt .wz{
    margin-top: 6px;
  }
  .ps-list li .sp .zs img{
    width: 140px;
    height: 140px;
  }
  .ps-list li .dj,
  .ps-list li .hj{
    height: 140px;
  }
  /*.ps-list li .sp .zs{*/
  /*  margin-left: 20px;*/
  /*}*/
  .ps-list .dbl .it1 p{
    margin-left: 20px;
  }
  .ps-list .dbl{
    width: calc(100% - 50px);
    padding: 14px 25px;
  }
  .ps-list li{
    padding: 19px 25px;
    width: calc(100% - 50px);
  }
  .ps-list .it1{
    width: 500px;
  }
  .ps-list{
    max-height: 355px;
  }
  .diaolog-ps .content{
    width: calc(1000px - 60px);
    padding: 30px 30px 40px 30px;
  }
  .diaolog-ps .content .gb{
    height: 40px;
    margin: 30px auto 0;
  }
  .qact{
    padding: 237px 0 120px 0;
  }
  .colle-list li .sp .zs .txt{
    margin-left: 29px;
  }
  .colle-list li .sp .zs .txt .wz{
    margin-top: 6px;
  }
  .colle-list li .sp .zs img{
    width: 140px;
    height: 140px;
  }
  .colle-list li .sp .zs{
    margin-left: 20px;
  }
  .colle-list .dbl .it1 p{
    margin-left: 20px;
  }
  .colle-list li{
    width: calc(100% - 20px - 24px - 2px);
    padding: 25px 24px 25px 20px;
  }
  .colle-list .dbl{
    width: calc(100% - 24px - 20px);
    padding: 0 24px 0 20px;
  }
  .colle-list .it1{
    width: 500px;
  }
  .collect{
    padding: 214px 0 130px 0;
  }
  .cart1-list li .sp .zs .txt{
    margin-left: 29px;
  }
  .cart1-list li .sp .zs .txt .wz{
    margin-top: 6px;
  }
  .cart1-list li .sp .zs img{
    width: 140px;
    height: 140px;
  }
  .cart1-list li .sp .zs{
    margin-left: 20px;
  }
  .cart1-list .dbl .it1 p{
    margin-left: 20px;
  }
  .cart1-list li{
    width: calc(100% - 20px - 24px - 2px);
    padding: 25px 24px 25px 20px;
  }
  .cart1-list .dbl{
    width: calc(100% - 24px - 20px);
    padding: 0 24px 0 20px;
  }
  .cart1-list .it1{
    width: 500px;
  }
  .cart1ct{
    padding: 214px 0 130px 0;
  }
  .dbtotal .ct .right .money span{
    font-size: 30px;
  }
  .dbtotal .ct{
    height: 110px;
  }
  .footer-box.active{
    padding-bottom: 110px;
  }
  .cart2-list li .sp .zs .txt{
    margin-left: 29px;
  }
  .cart2-list li .sp .zs .txt .wz{
    margin-top: 6px;
  }
  .cart2-list li .sp .zs img{
    width: 140px;
    height: 140px;
  }
  .cart2-list li .sp .zs{
    margin-left: 20px;
  }
  .cart2-list .dbl .it1 p{
    margin-left: 20px;
  }
  .cart2-list li{
    width: calc(100% - 20px - 24px - 2px);
    padding: 25px 24px 25px 20px;
  }
  .cart2-list .dbl{
    width: calc(100% - 24px - 20px);
    padding: 0 24px 0 20px;
  }
  .cart2-list .it1{
    width: 500px;
  }
  .cart2-list .it2, .cart2-list .it3, .cart2-list .it4{
    width: 130px;
  }
  .acc5ct .top .right{
    width: calc(750px - 65px - 55px);
  }
  .acc5ct{
    padding: 214px 0 130px 0;
  }
}
