.usernav,.item_love{
  width: 100%;
  background: #fff;
}
.item_love .title{
  padding:10px 10px 0 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ff6e8d;
  display: flex;
  align-items: center;
}
.item_love .title::before{
  content: '';
  display: block;
  width: 20px;
  height: 30px;
  background: #ff6e8d;
  border-radius: 1000px;
  margin-right: 2vw;
}
.item_love ul{
  width: 100%;
  height: 100%;
}
.item_love ul li{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.item_love ul li:last-child{
  border-bottom: none;
}
.item_love ul li a{
  display: flex;
  width: 90%;
  height: 100%;
  padding: 0 30px;
  justify-content: space-between;
}
.item_love ul li a .left{
  display: flex;
}
.item_love ul li a .right2,.item_love ul li a .right,.item_love ul li a .right3,.item_love ul li a .city,.item_love ul li a .city1{
  text-align: right;
  display: flex;
}
.item_love ul li a .right2 i,.item_love ul li a .right i,.item_love ul li a .right3 i,.item_love ul li a .city i,.item_love ul li a .city1 i{
  display: block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}
.item_love ul li a .right .icon-you,.item_love ul li a .right2 .icon-you,.item_love ul li a .right3 .icon-you,.item_love ul li a .city .icon-you,.item_love ul li a .city1 .icon-you{
  line-height: 40px;
  font-size: 14px;
}
.item_love ul li a .left p{
  line-height: 50px;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
}
.item_love ul li a .icon{
  padding: 10px 0;
  width: 30px;
  height: 30px;
}
.item_love ul li a .icon img{
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.item_love ul li a .right i, .item_love ul li a .right2 i,.item_love ul li a .right3 i,.item_love ul li a .city i,.item_love ul li a .city1 i{
  font-style: normal;
  color: #aaa;
  font-size: 14px;
}
.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_love .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_love .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_love .price .money{
  flex: 1;
  text-align: right;
  color: #ffcd2a;
}
.item_love .pay{
  width: 92%;
  height: 25vw;
  margin: 0 auto;
  padding: 3vw 0;
}
.item_love .pay .wx{
  height: 10vw;
  line-height: 10vw;
  font-size: 4vw;
  color: #333;
}
.item_love .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;
}



.tagbox ul .on{
  background: #ff6e8d;
  color: #fff;
  border: 1px solid #ff6e8d;
}
.fileup{
  display: flex;
  flex-wrap: wrap;
}
.filebox {
  width: 130px;
  height: 130px;
  border: 3px dashed #bbb;
  position: relative;
  margin: 10px 0;
  box-sizing: border-box;
}
.file{
  width: 100%;
  height: 100%;
  opacity: 0;
}
.filebox .icon-tianjia{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #bbb;
  font-size: 100px;
  text-align: center;
  line-height: 130px;
}
.imgbox{
  /* display: none; */
  width: 130px;
  height: 130px;
  position: relative;
  margin: 10px 0;
  margin-right: 30px;
}
.imgbox img{
  width: 100%;
  height: 100%;
}
.imgbox .cancel {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff6e8d;
  position: absolute;
  right: -2vw;;
  top: -2vw;
  text-align: center;
  line-height: 30px;
  opacity: .9;
}
.imgbox .cancel .icon-quxiao{
  color: #fff;

}
.imgbox .move_prev {
  display: block;
  position: absolute;
  top: 46%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/static/common/image/upimg_pub.png) no-repeat -2px -96px;
  background-size: 23px auto;
  text-indent: -999em;
  overflow: hidden;
  color: #fff;
  box-sizing: content-box;
  right: 10px;
  z-index: 9;

}
.imgbox .move_next {
  display: block;
  position: absolute;
  top: 46%;
  width: 18px;
  height: 18px;
  background: url(/static/common/image/upimg_pub.png) no-repeat -2px -96px;
  background-size: 23px auto;
  text-indent: -999em;
  overflow: hidden;
  right: 0;
  left: auto;
  background-position: -2px -114px;
  z-index: 9;
  color: #fff;
  box-sizing: content-box;
}
.illu{
  width: 96%;
  margin: 0 auto;
}
.illu p{
  font-size: 3.8vw;
  color: #666;
  line-height: 7vw;
}