body {
  background: #eee;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.dakabtn {
  width: 100%;
  height: 50px;
  background: #2BA245;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.queryStu {
  width: 100%;
  height: 50px;
  background: #2BA245;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  display: none;
}
.headerboxtitle {
  background: url("/project/img/bg.jpg");
  background-size: 100%;
  width: 100%;
  padding: 15px;
  padding-bottom: 30px;
  float: left;
}
.headerboxtitle .title {
  height: 70px;
  line-height: 70px;
  margin-left: 15px;
  font-size: 22px;
  color: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
.headerbox {
  background: #fff;
  width: 100%;
  padding: 15px;
  float: left;
}
.headerbox .item {
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 10px;
}
.headerbox .item img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.headerbox .item:hover {
  background: #eee;
  border-radius: 10px;
}
.headerbox a {
  color: #000;
}
.wcontent {
  background: #fff;
  width: 100%;
  float: left;
  padding: 15px;
}
.upload {
  width: 100%;
  float: left;
}
.upload a {
  width: 100%;
  height: 100px;
  float: left;
  margin-top: 10px;
  text-align: center;
  background: #eee;
  margin: 1.5%;
  color: #ccc;
  margin-left: 0;
}
.upload a {
  text-decoration: none;
}
.upload a:hover {
  background: #eee;
}
.upload p {
  margin: 0px;
  padding: 0px;
}
.upload span {
  font-size: 40px;
}
.upload .imgitem {
  width: 32%;
  float: left;
  margin: 1.5%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 0;
}
.upload .imgitem:first-child {
  margin-left: 0;
}
.upload .imgitem:nth-child(n+2) {
  margin-left: 0;
}
.upload .imgitem:nth-child(n+3) {
  margin-right: 0;
}
.upload img {
  width: 100%;
  float: left;
  margin: 1.5%;
}
.userinfo .faceshow {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.userinfo .faceshow img {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 50%;
}
.userinfo .input {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.userinfo .input p {
  margin: 0;
  padding: 0;
}
.userinfo .input select,
.userinfo .input input {
  background: #eee;
  height: 35px;
  width: 100%;
  border: none;
  padding-left: 5px;
  border-radius: 5px;
}
.userinfo .saveinfo {
  width: 100%;
  float: left;
  height: 35px;
  background: #2BA245;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-top: 15px;
  border-radius: 5px;
}
.kalist {
  background: #fff;
  width: 100%;
  float: left;
  border-top: solid 1px #eee;
  font-size: 16px;
  font-weight: 500;
}
.kalist .title {
  border-bottom: solid 1px #eee;
  width: 100%;
  padding: 15px;
}
.kalist .item {
  width: 100%;
  float: left;
  padding: 15px;
  border-bottom: solid 1px #eee;
}
.kalist .item .userinfo {
  width: 100%;
  float: left;
}
.kalist .item .userinfo .face {
  float: left;
}
.kalist .item .userinfo .face img {
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
}
.kalist .item .userinfo .nickname {
  float: left;
  margin-left: 10px;
}
.kalist .item .userinfo .nickname .name {
  margin-top: 8px;
}
.kalist .item .userinfo .nickname .time {
  font-size: 12px;
  color: #ccc;
}
.kalist .item .content {
  width: 100%;
  float: left;
  padding-left: 60px;
}
.kalist .item .content p {
  margin: 0;
  padding: 0;
}
.kalist .item .content .imglist img {
  width: 30%;
  float: left;
  margin: 1.5%;
}
.kalist .item .content .imglist img:nth-child(3n+1) {
  margin-left: 0;
}
.navs {
  display: flex;
  font-size: 15px;
  width: 100%;
  overflow-y: scroll;
  white-space: nowrap;
  background: #fff;
}
.navs .li {
  float: left;
  color: #000;
  font-size: 32upx;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 30px;
}
.navs .active {
  color: red;
  border-bottom: solid 2px red;
  font-weight: bold;
}
.list {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.list a {
  color: #000;
}
.list a:hover {
  text-decoration: none;
}
.list .item {
  margin-left: 3%;
  background: #fff;
  width: 94%;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
  padding: 5px;
  position: relative;
}
.list .item .end {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 28px;
  color: #ccc;
  z-index: 3;
  width: 100%;
  text-align: center;
  line-height: 150px;
  font-weight: bold;
}
.list .item .endzz {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.list .item .cover {
  height: 40%;
  overflow: hidden;
  width: 40%;
  float: left;
}
.list .item .cover img {
  width: 100%;
}
.list .item .title {
  width: 56%;
  margin-left: 2%;
  margin-top: 5px;
  font-size: 14px;
  float: left;
}
.list .item .desc {
  width: 56%;
  margin-left: 2%;
  margin-top: 5px;
  color: #ccc;
  font-size: 11px;
  float: left;
}
.list .item .desc .ppmc {
  color: red;
}
.list .item .desc p {
  margin-bottom: 0px;
}
.list .item .desc .progress {
  position: relative;
  width: 70%;
  float: left;
  margin-bottom: 0px;
  margin-right: 10px;
  height: 16px;
  line-height: 7px;
  background: #F2AAAB;
  font-size: 12px;
}
.list .item .desc .progress span {
  top: 4px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
}
.list .item .time {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.list .item .time span {
  background: #e02c4b;
  padding: 3px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
}
.list .item .time b {
  padding: 3px;
  text-align: center;
}
.list .item .price {
  width: 55%;
  font-weight: bold;
  float: left;
  position: absolute;
  bottom: 5px;
  left: 42%;
  font-size: 18px;
  color: red;
  z-index: 0;
}
.list .item .price .p {
  float: left;
}
.list .item .price .balance {
  font-size: 12px;
  color: #ccc;
  float: right;
  margin-top: 5px;
}
.list .item .price del {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin-top: 5px;
}
.list .item2 {
  margin-left: 3%;
  background: #fff;
  width: 94%;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  padding: 5px;
}
.list .item2 .cover {
  height: 40%;
  overflow: hidden;
  width: 40%;
  float: left;
}
.list .item2 .cover img {
  width: 100%;
}
.list .item2 .title {
  width: 56%;
  margin-left: 2%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  height: 42px;
  overflow: hidden;
}
.list .item2 .desc {
  width: 56%;
  margin-left: 2%;
  margin-top: 3px;
  color: #FCBD1B;
  font-size: 12px;
  float: left;
}
.list .item2 .time {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.list .item2 .time span {
  background: #e02c4b;
  padding: 3px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
}
.list .item2 .time b {
  padding: 3px;
  text-align: center;
}
.list .item2 .price {
  width: 56%;
  font-weight: bold;
  float: left;
  position: absolute;
  bottom: 5px;
  left: 42%;
  font-size: 16px;
  color: red;
  z-index: 0;
}
.list .item2 .price del {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
}
.list .item2 .btn {
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 8px;
  background: #FCBD1B;
  color: #fff;
}
.list .item2 .btn span {
  margin-right: 5px;
}
.ProductItem .erweima {
  position: fixed;
  right: 50px;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999;
  text-align: center;
  line-height: 15px;
  color: #fff;
  padding-top: 10px;
}
.ProductItem .erweima .iconfont {
  font-size: 24px;
}
.ProductItem .panel {
  border-radius: 0px;
  margin-bottom: 6px;
}
.ProductItem .ItemShow {
  padding: 0;
  margin: 0;
  position: relative;
}
.ProductItem .ItemShow .swiper-container {
  overflow: hidden;
}
.ProductItem .ItemShow img {
  width: 100%;
  height: 100%;
}
.ProductItem .ItemTitle {
  width: 100%;
  padding: 10px;
  background: #fff;
  float: left;
}
.ProductItem .ItemTitle .tit {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.ProductItem .ItemTitle .dingyue {
  width: 20%;
  float: right;
  display: none;
  text-align: right;
}
.ProductItem .ItemTitle .dingyue a {
  float: right;
  background: #eee;
  padding: 10px;
  border-radius: 9px;
  border-bottom: solid 5px #ccc;
  color: #000;
}
.ProductItem .priceShow {
  width: 98%;
  height: 80px;
  float: left;
  left: 1%;
  bottom: -40px;
  z-index: 99999999;
  border-radius: 15px;
}
.ProductItem .priceShow img {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 5px;
}
.ProductItem .priceShow .price {
  margin-top: 15px;
  float: left;
  font-size: 14px;
  color: #E4393C;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}
.ProductItem .priceShow .price p {
  margin: 0;
}
.ProductItem .priceShow .price span {
  font-size: 24px;
}
.ProductItem .priceShow .price del {
  font-size: 12px;
  color: #ccc;
}
.ProductItem .priceShow .rightTime {
  float: right;
  padding-top: 12px;
  color: #000;
}
.ProductItem .priceShow .rightTime .dd {
  margin-bottom: 8px;
}
.ProductItem .priceShow .rightTime p {
  margin: 0;
}
.ProductItem .priceShow .rightTime span {
  background: #E4393C;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.ProductItem .priceShow .rightTime b {
  padding: 5px;
}
.ProductItem .goodsContent {
  width: 100%;
  float: left;
  background: #fff;
  min-height: 100px;
  margin-top: 10px;
}
.back {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.back:hover {
  text-decoration: none;
  color: #fff;
}
.keshilist {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.keshilist .item {
  width: 100%;
  margin-bottom: 15px;
  background-image: linear-gradient(230deg, #759bff, #843cf6);
  border-radius: 8px;
  color: #fff;
  padding: 5%;
}
.keshilist .item .name {
  width: 100%;
  font-size: 22px;
}
.userlist .item {
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
}
.userlist .item:hover {
  background: #eee;
}
.userlist .item .face {
  float: left;
  height: 40px;
  margin-left: 5px;
}
.userlist .item .face img {
  width: 40px;
  height: 40px;
}
.userlist .item .name {
  height: 40px;
  float: left;
  margin-left: 10px;
  line-height: 40px;
}
.userlist .item .pick {
  float: right;
  line-height: 40px;
  margin-right: 15px;
  color: #ccc;
}
.userlist .active .pick {
  float: right;
  line-height: 40px;
  margin-right: 15px;
  color: green;
}
.tinput {
  width: 100%;
  float: left;
}
.tinput input {
  width: 80%;
  float: left;
  height: 35px;
  background: #eee;
  border: none;
  padding-left: 5px;
}
.tinput a {
  width: 20%;
  float: left;
  text-align: center;
  background-image: linear-gradient(230deg, #759bff, #843cf6);
  height: 35px;
  color: #fff;
  line-height: 35px;
}
.msg {
  text-align: center;
}
.msg .iconfont {
  font-size: 90px;
}
.msg .icon-checkboxed {
  color: #2c894d;
}
.msg .icon-gantanhao {
  color: red;
}
.msg p {
  font-size: 28px;
}
.hblist {
  width: 100%;
  float: left;
  padding-top: 15px;
}
.hblist .item {
  width: 33.33%;
  float: left;
}
.hblist .item img {
  width: 80%;
  float: left;
  border: solid 2px #fff;
}
.hblist .item .active {
  border: solid 2px #ff8888;
}
.userlist {
  width: 100%;
  margin-top: 10px;
  float: left;
}
.userlist a {
  width: 100%;
  padding: 2%;
  float: left;
  background: #eee;
  border-radius: 30px;
  margin-bottom: 5px;
  color: #000;
}
.userlist a:hover {
  background: #ccc;
}
.userlist a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
  float: left;
}
.userlist a span {
  float: left;
  line-height: 35px;
}
.userlist a b {
  float: right;
  line-height: 35px;
  font-weight: 200;
  color: #999;
}
.userlist a:hover {
  text-decoration: none;
}
.activelist {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.witem {
  width: 96%;
  float: left;
  margin-left: 2%;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.witem .cover {
  width: 100%;
}
.witem .cover img {
  width: 100%;
}
.witem .title {
  font-size: 18px;
  width: 100%;
  padding: 3%;
}
