
header{
  background: #ff6e8d;
}
header a{
  z-index: 1;
  padding-top: 1vw;
}
header a .icon-zuo{
  color: #fff;
  font-size: 4vw;
}
header h4{
  font-size: 4.2vw;
  height: 8vw;
  width: 94vw;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  line-height: 8vw;
  color: #fff;
  font-weight: 400;
}
.height{
  height: 12vw;
}
.usernav,.item{
  width: 92%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  margin-top: 2vw;
}
.item .title{
  padding:3vw 4vw 0 4vw;
  width: 92%;
  height: 10vw;
  line-height: 10vw;
  font-size: 5vw;
  color: #ff6e8d;
  display: flex;
  align-items: center;
}
.item .title::before{
  content: '';
  display: block;
  width: 1vw;
  height: 4.2vw;
  background: #ff6e8d;
  border-radius: 1000px;
  margin-right: 2vw;
}
.item ul{
  width: 100%;
  height: 100%;
  padding:0 0 3vw 0;
}
.item ul li{
  width: 100%;
  height: 12vw;
  border-bottom: 1px solid #eee;
}
.item ul li:last-child{
  border-bottom: none;
}
.item ul li a{
  display: flex;
  width: 90%;
  height: 100%;
  padding: 0 5vw;
  justify-content: space-between;
}
.item ul li a .left{
  display: flex;
}
.item ul li a .right2,.item ul li a .right,.item ul li a .right3,.item ul li a .city,.item ul li a .city1{
  width: 50vw;
  text-align: right;
  display: flex;
}
.item ul li a .right2 i,.item ul li a .right i,.item ul li a .right3 i,.item ul li a .city i,.item ul li a .city1 i{
  display: block;
  width: 50vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 12vw;
}
.item ul li a .right .icon-you,.item ul li a .right2 .icon-you,.item ul li a .right3 .icon-you,.item ul li a .city .icon-you,.item ul li a .city1 .icon-you{
  line-height: 12vw;
  font-size: 4vw;
}
.item ul li a .left p{
  line-height: 12vw;
  margin-left: 2vw;
  font-size: 4.2vw;
  color: #333;
}
.item ul li a .icon{
  padding: 3vw 0;
  width: 6vw;
  height: 6vw;
}
.item ul li a .icon img{
  width: 6vw;
  height: 6vw;
  vertical-align: middle;
}
.item ul li a .right i, .item ul li a .right2 i,.item ul li a .right3 i,.item ul li a .city i,.item ul li a .city1 i{
  font-style: normal;
  color: #aaa;
  font-size: 3.8vw;
}
.select{
  width: 100vw;
  height: 100%;/*暂时的*/
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}
.select .box{
  width: 80%;
  /* height: 120vw; */
  max-height: 120vw;
  background: #fff;
  margin: 0 auto;
  border-radius: 15px;
  padding-bottom: 4vw;
}
.select .box2{
  width: 80%;
  height: 80vw;
  background: #fff;
  margin: 0 auto;
  border-radius: 15px;
}
.select .box .title,.select .box2 .title{
  width: 100%;
  height: 12vw;
  color: #ff6e8d;
  text-align: center;
  line-height: 12vw;
  font-size: 5vw;
}
.select .box .moreSelect2 span{
  font-size: 3vw;
  color: #333;
}
.select .box .option{
  width: 100%;
  /* height: 90vw; */
  max-height: 90vw;
  overflow-y: auto;
}
.select .box .option ul{
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.select .box .option ul .more2,.select .box .option ul .single{
  width: 80%;
  height: 12vw;
  background: #eee;
  margin: 3vw auto;
  border-radius: 1000px;
  color: #333;
  font-size: 4vw;
  line-height: 12vw;
  text-align: center;
}
.select .box .option ul .active{
  background: #ff6e8d;
  color: #fff;
}
.select .box .btnbox,.select .box2 .btnbox{
  display: flex;
  width: 80%;
  height: 12vw;
  margin: 3vw auto 0;
  text-align: center;
  line-height: 12vw;
  color: #fff;
  font-size: 4.4vw;
  justify-content: space-between;
}
.select .box .btnbox .btn,.select .box2 .btnbox .btn{
  width: 48%;
  height: 12vw;
  background: #ff6e8d;
  border-radius: 10px;
}
.select .box .btnbox .bgddd,.select .box2 .btnbox .bgddd{
  background: #ddd;
  color: #333;
}
.display-none{
  display: none;
}
.select .box2 .text{
  width: 90%;
  height: 50vw;
  margin: 0 auto;
}
.select .box2 .text textarea{
  outline: none;
  width: 100%;
  height: 100%;
  resize: none;
  border-color: #eee;
  font-size: 4vw;
  color: #333;
  padding: 3vw;
  box-sizing: border-box;
}
.bluely{
  width: 86%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  margin-top: 2vw;
  padding: 3vw;

}
.bluely .title{
  height: 10vw;
  width: 100%;
  color: #333;
  font-size: 4.2vw;
  line-height: 10vw;
  display: flex;
  align-items: center;
}
.bluely .title::before{
  content: '';
  display: block;
  width: 1vw;
  height: 4.2vw;
  background: #ff6e8d;
  margin-right: 1vw;
  border-radius: 100px;
}
.bluely .tagbox{
  width: 100%;
}
.bluely .tagbox ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bluely .tagbox ul li{
  width: 18.9vw;
  height: 8vw;
  text-align: center;
  line-height: 8vw;
  margin: 0 1vw 2vw 1vw;
  border-radius: 5px;
  border: 1px solid #bbb;
  font-size: 3.6vw;
  color: #666;
}
.storage{
  width: 80vw;
  height: 12vw;
  background: #ff6e8d;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 12vw;
  margin: 3vw auto;
}
.bluely .tagbox ul .on{
  background: #ff6e8d;
  color: #fff;
  border: 1px solid #ff6e8d;
}
.bluely .fileup{
  display: flex;
  flex-wrap: wrap;
}
.bluely .filebox{
  width: 24vw;
  height: 24vw;
  border: 3px dashed #bbb;
  position: relative;
  margin: 3vw 0;
  box-sizing: border-box;
}
.file{
  width: 100%;
  height: 100%;
  opacity: 0;
}
.bluely .filebox .icon-tianjia{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #bbb;
  font-size: 12vw;
  text-align: center;
  line-height: 24vw;
}
.bluely .imgbox{
  /* display: none; */
  width: 24vw;
  height: 24vw;
  position: relative;
  margin: 3vw 0;
  margin-right: 5vw;
}
.bluely .imgbox img{
  width: 100%;
  height: 100%;
}
.bluely .imgbox .cancel{
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  background: #ff6e8d;
  position: absolute;
  right: -2vw;
  top: -2vw;
  text-align: center;
  line-height: 6vw;
  opacity: .9;
}
.bluely .imgbox .cancel .icon-quxiao{
  color: #fff;
  
}

.bluely .illu{
  width: 96%;
  margin: 0 auto;
}
.bluely .illu p{
  font-size: 3.8vw;
  color: #666;
  line-height: 7vw;
}
.item .price{
  width: 92%;
  height: 10vw;
  line-height: 10vw;
  color: #333;
  font-size: 4vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.item .price i{
  height: 4.6vw;
  display: block;
  font-style: normal;
  background: #ff6e8d;
  padding:.5vw 2.6vw;
  border-radius: 1000px;
  font-size: 3.6vw;
  line-height: 4.6vw;
  color: #fff;
  margin-left: 2vw;
}
.item .price .money{
  flex: 1;
  text-align: right;
  color: #ffcd2a;
}
.item .pay{
  width: 92%;
  height: 25vw;
  margin: 0 auto;
  padding: 3vw 0;
}
.item .pay .wx{
  height: 10vw;
  line-height: 10vw;
  font-size: 4vw;
  color: #333;
}
.item .pay .btn{
  width: 80%;
  height: 10vw;
  background: #ff6e8d;
  margin:0 auto;
  border-radius: 1000px;
  margin-top: 5vw;
  color: #fff;
  text-align: center;
  line-height: 10vw;
}

