*{
    margin: 0;
    padding: 0;
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  
}
li{ list-style: none;}
.empty{
    height: 500px;
    background: url(/Public/Index/assets/img/empty.png) 50% no-repeat;
}

.clear{ clear:both} 
/*调整选中房间时小红点位置*/
.goods-classify ul .item .el-badge__content.is-fixed{
      position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
}
    #loader {
        position: absolute;
        top: 50%;
        left: 40%;
        margin-left: 10%;
        transform: translate3d(-50%, -50%, 0);
    }
    .dot {
        width: 24px;
        height: 24px;
        background: #3ac;
        border-radius: 100%;
        display: inline-block;
        animation: slide 1s infinite;
    }
    .dot:nth-child(1) {
        animation-delay: 0.1s;
        background: #32aacc;
    }
    .dot:nth-child(2) {
        animation-delay: 0.2s;
        background: #64aacc;
    }
    .dot:nth-child(3) {
        animation-delay: 0.3s;
        background: #96aacc;
    }
    .dot:nth-child(4) {
        animation-delay: 0.4s;
        background: #c8aacc;
    }
    .dot:nth-child(5) {
        animation-delay: 0.5s;
        background: #faaacc;
    }
    @-moz-keyframes slide {
        0% {
        transform: scale(1);
        }
        50% {
        opacity: 0.3;
        transform: scale(2);
        }
        100% {
        transform: scale(1);
        }
    }
    @-webkit-keyframes slide {
        0% {
        transform: scale(1);
        }
        50% {
        opacity: 0.3;
        transform: scale(2);
        }
        100% {
        transform: scale(1);
        }
    }
    @-o-keyframes slide {
        0% {
        transform: scale(1);
        }
        50% {
        opacity: 0.3;
        transform: scale(2);
        }
        100% {
        transform: scale(1);
        }
    }
    @keyframes slide {
        0% {
        transform: scale(1);
        }
        50% {
        opacity: 0.3;
        transform: scale(2);
        }
        100% {
        transform: scale(1);
        }
    }
[v-cloak] {
  display: none;
}
.margin-bottom-5{
  margin-bottom: 5px;}

.BMap_cpyCtrl {
    display:none;
}

.anchorBL{
    display:none;
}
.fixednav {

position: -webkit-sticky;
position: sticky;
top: 0px;
}


.fixednav2 {
position: -webkit-sticky;
position: sticky;
top: 438px;
}
a{text-decoration:none;}

.el-menu-item a {
  color: #909399;
}

ul{
    display: block;
    list-style-type: disc;
/*    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;*/
    list-style-type: none;
}

li{
    display: list-item;
    text-align: -webkit-match-parent;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
  width: 5px;
  height: 5px;
  background-color:transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color:transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #d9dce2;
/*position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144,147,153,.3);
    transition: background-color .3s;*/

  
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1050 {
  width: 1050px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;

}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}


.float-left{
    width: 50%;
    float: left;
}
.float-right{
    width: 50%;
    float: right;
}
  .el-row {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .el-col {
    border-radius: 4px;
  }


  .index-header-logo img{
    height: 60px;
    width: 143px;

  }

  .index-header-search {
line-height:60px
  }
  .index-ad-img{

  }

.bannerImg{


}

.box-shadow{
-webkit-box-shadow:0 0 10px rgba(0, 204, 204, .5);
-moz-box-shadow:0 0 10px rgba(0, 204, 204, .5);
box-shadow:0 0 10px rgba(0, 204, 204, .5);
}
.body-search input{
border-right:none;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
padding-left:48px !important;
font-weight: 700;
-webkit-transition:border-color .0s cubic-bezier(.0,.0,.0,1);
}


.body-search .el-input input:focus{
border: 1px solid #dcdfe6;
border-right:none;
}

.body-search .el-input input:hover{
  border: 1px solid #dcdfe6;
border-right:none;
}


.body-search .el-input-group__append {

background-color:#fff;
padding-right: 35px;
height: 48px;


}

.body-search .el-input-group__append .el-button{

padding: 20px 20px !important;
}

.body-search input::-webkit-input-placeholder {

  color: #606266;


}

.search-content{
  text-align: center;
  margin: 0 auto;
  position: relative;
}



  .index-body-search .search{
/*box-shadow: 0 0 4px 0 rgba(17, 70, 109, 0.01), 0 0 25px 0 rgba(0, 0, 0, 0.04);
box-sizing: border-box;
background-color: #fff;
position: relative;
top: -80px;
z-index: 500;*/

width: 940px;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -470px;
    z-index: 99;

}

.search-input{
    background: #fff;
    width: 230px;
    height: 60px;
    margin-right: 0px;
    float: left;
}

.search-input span{
    background-position: 20px -217px;
    width: 55px;
    height: 60px;
    display: inline-block;
    float: left;
}

 .index-commend .index-commend-tltle{
    text-align: center;
     padding: 50px 0 40px;
 }

.index-commend-tltle .index-commend-header{

    font-size: 37px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 10px;
 }
.index-commend-tltle .index-commend-ask{

    color: #606266;
 }

.commend-box-pic{
  position: relative;
width: 377px;
  height: 222px;
    overflow: hidden;
}


 .index-commend-box .commend-box-img img{

  width: 285px;
  height: 175px;

 }

  .index-commend-box .commend-box-title {
    padding: 5px 0px 5px 0px;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
 }




 .index-commend-box .bottom{
  padding-bottom: 30px;
    text-align: center;
 }


 .pic-view img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.pic-view:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.commend-box-pic .peo-csr .peo {

    position: absolute;
    bottom: 8px;
    right: 8px;
    display: inline;
    color: #fff;
    font-size: 12px;
/*    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    height: 24px;
    padding: 0 12px;
    line-height: 24px;*/

}

.commend-box-pic .label-place  {

position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 12px;
    padding: 0 12px;

}

.class-content {
  position: relative;


}

.class-content .class-address{
    position: absolute;
    top: 20px;
    left: 16px;
    color: #fff;
    font-size: 30px;
}

.class-content .class-ask{
    position: absolute;
    top: 65px;
    left: 16px;
    color: #fff;
    font-size: 20px;
}

.class-content .class-qty{
    position: absolute;
    bottom: 20px;
    left: 16px;
    color: #fff;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.5);
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    padding: 0 8px;
}


 .class-content-pic img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.class-content-pic:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}



.guides-title{

    display: block;
    margin: 10px 0 5px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guides-title a{
    color: #333;
}
.guides-title a:hover{
  color:#627fb9;
}

.guides-comment a{
    color: #606266;
}
.guides-comment a:hover{
  color:#627fb9;
}

.guides-content{
  position: relative;
  width: 377px;
  height: 258px;
  overflow: hidden;
  box-shadow: 5px 5px 20px RGBA(0, 0, 0, 0.15);
}

.guides-content-pic{

}
.guides-content-pic img{

    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 120%;
    width: 377px;
    height: 258px;
}
/*.guides-body{
  position: relative;
}*/
.guides-info{
  flex: 1;
  float: right;
  height: 24px;
  line-height: 24px;
  color:  #606266;
  font-size: 14px;
}

.guides-info span{
  margin-left: 2px;
}
.guides-user{
  flex: 1;
  float: left;
  height: 24px;
  line-height: 24px;
    color:  #606266;
  font-size: 14px;
}
.guides-user-name{
  display:inline-block;
  height:30px;
  line-height:30px;font-size: 16px;
  margin-left: 5px;

}

.guides-userhead{
  line-height: 30px;
  font-size: 20px;
  height:30px;
  color: red;
}


.goods-picH{
  height: 430px;
  width: auto;
  border:  1px solid #fff;
  overflow: hidden;
}


.goods-pic-double{
  height: 50%;

/*  border-top: 0.5px solid #fff;*/
  overflow: hidden;
}


.display-no{
    width:100%;
    height: 100%;
    object-fit: cover;
    cursor:pointer;
}

.goods-pics .el-row div{

  padding-left: 0px !important;
  padding-right: 0px !important;


}

.major-pic{


}


.goods-pic-bottom{

  border-bottom: 1px solid #fff;

}

 .goods-pic-double img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;

}
.goods-pic-double:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}


.major-pic img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   display: block;
}
.major-pic:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}


.goods-crumb{
  margin-top: 40px;
}

.goods-title{
font-size: 22px;
margin-top: 10px;
color: #303133;
}

.goods-label{
  color: #606266;
margin-top: 10px;


}

.goods-label span{
  margin-right:10px;
}

.goods-classify{
  color: #606266;
margin-top: 40px;

}

.item-title{
  color: #303133;
  font-size: 26px;

  font-weight: 700;
}

.item-text{
  color: #303133;
  margin-bottom: 15px;
}
.goods-classify ul,li{
padding:0px;
margin:0px;

}
.goods-classify ul{
  display: inline !important;


}
.goods-classify ul li {
border-radius:5px;
position: relative;
display: inline !important;
float:left;
list-style:none;
width:128px;
height: 70px;
margin-right: 20px;
margin-top: 20px;
}

.goods-classify ul li img{
border-radius:5px;
width:100%;
height: 100%;
}
.goods-classify ul li span{
position: absolute;
text-align: center;
color: white;
transform: translate(-50%, -50%);    /* 50%为自身尺寸的一半 */
left: 50%;
top: 50%;
text-shadow: 5px 5px 10px #000;
font-weight: 700;

}


.goods-facilities {

  margin-top: 15px;
}

.goods-facilities ul{

  border-top:1px solid #dcdfe6;
  border-bottom:1px solid #dcdfe6;
  padding: 15px 0px 15px 0px  !important;
  width: 100%

}

.goods-facilities ul,li{
padding:0px;
margin:0px;
}



.goods-facilities ul li{
    display: inline-block;
    text-align: center;
    width:16%;
    position: relative;
    padding-top: 37px;
    vertical-align: top;
}


.goods-facilities-icon{
  color: #606266;
font-size: 28px  !important;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);

}

.goods-facilities ul li p{

  color: #606266;
  font-size: 12px;

}

.goods-content {

  font-size: 18px !important;
}

.goods-content .content-title{
  color: #303133;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  padding-top: 40px;
  clear:both;
}

.price-box{
margin-top:40px;
width: 100%;
border:1px solid #dcdfe6;
padding: 20px;
}


.price-box-sale{
font-size: 12px;
color: #606266;

}

.price-bold{
  font-size: 22px;
  font-weight: 700;
  color: #F56C6C;
}



.price-box-cost{
text-decoration: line-through;
color: #606266;
font-size: 10px;
}

.price-tag{


}

.picker input::-ms-input-placeholder{
        text-align: center;
        color: #606266;
}
.picker input::-webkit-input-placeholder{
        text-align: center;
       color: #606266;
}


.picker .el-input__prefix {
  color: #606266;
}

.day-check-in{

width: 100%;

}

.day-check-in div{

width: 100% !important;


}

.detail-price {
font-size: 14px;
color: #606266;
margin-bottom: 15px;
}

.count-price{
  border-bottom: 1px solid #dcdfe6;
 overflow:auto;
 padding: 10px 0px 10px;
}
.count-name{
text-align: center;
 overflow:auto;
 padding: 10px 0px 10px;
 font-weight: 700;
 font-size: 16px;
 border-bottom: 1px solid #dcdfe6;
}
.detail-text{
  border-bottom: 1px solid #dcdfe6;
 overflow:auto;
 padding: 10px 0px 10px;
}

.sun-price{

 overflow:auto;
 padding: 10px 0px 10px;
}
.count-price-left{
  float: left;

}

.count-price-right{
  float: right;
}

.count-price-sum-blod{

  font-weight: 700;
}

.count-price-sum-redblod{

  font-weight: 700;
    color: #F56C6C;
}
.price-confirm{
  margin-bottom: 15px;
}
.price-confirm button{
  width: 100% !important;
}

.price-remarks{
  font-size: 14px;
  text-align: center;
  color: #606266;
}

.comment-star i{
color: #409EFF;

}
.comment-star .el-rate{
  height: 13px;
}
.comment-star .el-rate .el-rate__icon{
  font-size:13px;
  margin-right: 0px;
}

.comment-star .el-rate .el-rate__text{
    font-size:10px;
}
.comment-star {
font-size:12px;
font-weight: 500;
color: #606266;


}

.price-box-sale,.price-tag{
margin-bottom: 5px;

}


.goods-maps{
  padding-top: 20px;
  clear:both;
}


.maps-title{
  color: #303133;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}

.maps-address{
  margin-bottom: 5px;

}

.maps-phone{
  margin-bottom: 5px;

}
.evaluate .el-rate .el-rate__icon{
  margin-right: 0.1px;
  font-size: 17px;
}
.evaluate .el-rate .el-rate__text{
  font-size: 16px;
}


.evaluate-title{
  color: #303133;
  font-size: 26px;
  margin-top: 20px;
  font-weight: 700;
}


.how-evaluate{

  color: #303133;
  font-size: 20px;
  margin-top: 15px;

}


.goods-sold{
margin-bottom: 10px;
font-size:12px;
font-weight: 500;
color: #409EFF;
}

.goods-sold span{

color: #606266;
}

.goods-sold-in{
margin-top:10px;
font-size:12px;
font-weight: 500;
color: #409EFF;
float: right;


}

.goods-sold-in span{


color: #606266;
}

.evaluate-star i{
color: #409EFF;

}

.evaluate-star {
margin-top: 5px;
font-weight: 500;
color: #606266;


}

.evaluate-head{
  padding-bottom: 15px;


}

.evaluate-list{
    color: #303133;
  padding-top: 15px;
  border-top: 1px solid #dcdfe6;
}

.evaluate-content{
display: inline-block;

margin:5px 10px;

}
.evaluate-pic{
    float: left;
  width: 50px;
  height: 50px;
}

.evaluate-pic img{

  width: 100%;
  height: 100%;
  border-radius:100%;
}

.evaluate-date{
  font-size: 13px;
}

.evaluate-name{
  font-weight: 700;
}

.evaluate-remark{
  margin-top: 12px;
  margin-bottom: 15px;
  clear:both;

}

.evaluate-pager{


  border-top: 1px solid #dcdfe6;
  padding-top: 15px;
}

/*.screen-bar{
  background-color:#fff;
  z-index: 99;
  height: 44px;
  border-top: 1px solid #F2F6FC;
  border-bottom: 1px solid #F2F6FC;
}
.screen-bar ul{
  padding-left: 0px;
    font-size: 0px;
}

.screen-bar ul li{
color: #606266;
display: inline-block;
position: relative;
padding: 0!important;
vertical-align: top;
margin: -1px 0 0 -1px;
}




.screen-li{

  font-size: 14px;
  padding: 13.5px 14px;
  border-left: 1px solid #F2F6FC;
  border-right: 1px solid #F2F6FC;

}

.common-screen{

  height: 44px;
  background-color: #f2f3f5;

}

.common-screen ul{
  padding: 0px;

}

.common-screen ul li{



display: inline-block;
position: relative;
padding: 0!important;
vertical-align: top;
margin: -1px 0 0 -1px;

}

.common-screen-li{
  padding: 8px 5px 8px 0px;
}


/*  加载时隐藏*/
}

.search-content-list{
  margin-top: 38px;
}



.search-content-pic{
  width: 377px;
  height:222px;
}

.collect-content-pic{
  width: 260px;
  height:153px;
}

.search-content-pic img{
  width: 100%;
  height:100%;
}

.collect-content-pic img{
  width: 100%;
  height:100%;
}
.search-content-label{
  margin-top: 6px;
  text-align:left;
}

.search-content-title{
  margin-top: 2px;
  text-align:left;
  font-weight: 600;
  font-size: 16px;
  color: #303133;
}

.search-content-element{
  margin-top: 2px;
  text-align:left;
  color: #606266;
  font-size: 12px;
}

.search-content-element-comment{
  color: #409EFF;
}

.search-content-price-now{
  color: #F56C6C;
  font-weight: 600;
}

.search-content-price-last{
  text-decoration:line-through;
  font-size: 12px;
  color: #606266;

}
.search-content-price-sold{
float: right;
font-size: 12px;
color: #F56C6C;

}


.search-content-list .el-col{
  margin-bottom: 30px;
}

.search-contents-pager{
  text-align: center;
  margin-bottom: 30px;

}
.search-contents{
  position: relative;
}



.search-contents .collect-card-del{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 20;
  display:none;
}

.search-contents:hover .collect-card-del{
  display:block;   
/*  鼠标聚焦触发显示*/
}

.screen-menu{
  margin-top:-10px;
  border-color: white;
}
.screen-menu ul{
  position: absolute;
  width: 150px;
  text-align: center;
  font-size: 14px;
  list-style: none;
  border:1px solid #F2F6FC;
}
.screen-menu ul li{
width: 80px;
height: 40px;
line-height: 40px;
white-space: nowrap;

}
.notes-crumb{
  margin-top: 20px;
}

.notes-pic{
    width: auto;
    height: 300px;
}

.notes-pic img{
    width: 100%;
    height: 100%;
}
.notes-toolbar{

}
.notes-toolbar-hide{
      border: 1px solid #fff
}

.notes-toolbar .el-button+.el-button{
margin-left: 0px;
}
.notes-toolbar .el-button:active {
    color: #3a8ee6;
    border-color: #F56C6C;
    outline: 0;
}
.notes-toolbar .el-button:focus, .notes-toolbar .el-button:hover {
    color: #F56C6C;
    background-color: #fff;
    border:1px solid #fff;
}
.notes-toolbar-circle{
   width: 26px;
   height: 26px;
   background: #409EFF; 
   -moz-border-radius: 26px; 
   -webkit-border-radius: 26px; 
   border-radius: 26px; 

}
.notes-toolbar-circle i{
    left: 50%;
    top: 50%;
    margin: 0px 0 0 4px;


}
.notes-head{
    margin: 10px 0px;
}
.notes-people{
  float: left;
  margin:10px 0;
  font-size: 12px;
  color: #909399;
}

.notes-click{
  float: right;
  margin:10px 0;
  font-size: 12px;
  color: #606266;
}

.notes-people-name{
  color: #F56C6C;
  font-weight: 600;
  margin-right: 10px;
}
.notes-title{
  color: #303133;
  font-size: 26px;

}




.notes-user-pic{
    float: left;
  width: 66px;
  height: 66px;
}

.notes-user-pic img{

  width: 100%;
  height: 100%;
  border-radius:100%;
}

.notes-user-content{
padding-left: 76px;
}

.notes-user-name{
  color: #F56C6C;
    display : table-cell;
    width : 300px;
    height : 38px;
    vertical-align: middle;
    font-weight: 600;

}

.notes-user-level{
  background-color: #F56C6C;
    border-color: rgba(230,162,60,.2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 19px;
    padding: 0 5px;
    line-height: 19px;

    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(64,158,255,.2);
    white-space: nowrap;
}

.notes-user-history-dashed{
  clear:both;
  margin-top: 20px;
  margin-bottom:  10px;
  border-top: 1px dashed #dcdfe6;

}
.notes-user-history ul{

              display:inline;
            white-space: nowrap;
}

.notes-user-history-list{
/*  display:inline;
  width: 33%;
  */
            width: 33.33%;
            display: inline-block;
            border-right: 1px solid #dcdfe6;
            white-space:nowrap;
            text-align:center;
}


.notes-user-history-list span{
  display: block;


}

.notes-user-history-list-span{
  color: #F56C6C;
  font-size: 18px;
}

.notes-user-history-list-tag{
  font-size: 14px;
  color: #606266;
}
.notes-commend{
  position: relative;
  margin: 20px 0px;
}

.notes-commend-tltle{
  margin-bottom: 10px;
}

.notes-commend-tltle-span{
  color: #303133;
  font-size: 18px;

}

.notes-commend-bottom{
  position: absolute;
  right: 0px;
  color: #409EFF;
  font-size: 18px;
}
.notes-commend-list span{
  display: block;
  color: #606266;
  font-size: 12px;
  padding: 8px 0px;
  border-top: 1px solid #DCDFE6;

}




.product-commend-list {
  position: relative;
  padding: 8px 0px;
  border-top: 1px solid #DCDFE6;


}


.product-commend-list img{
    width: 322px;
  height: 186px;
  border-radius:4px ;
}

.ribbon3{
    isplay: inline-block;
    position: absolute;
    width: 66px;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    background: #F56C6C;
    left: -6px;
    top: 25px;
    color: #fff;
    border-radius:0 15px 15px 0;
    font-weight: 600;
    font-size: 16px;

}

.ribbon3:before {
    height: 0;
    width: 0;
    border-top: 6px solid #CC1419;
    border-left: 6px solid transparent;
    bottom: -6px;
    left: 0;
}

.ribbon3:after {
    height: 0;
    width: 0;
/*    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;*/

    border-left: 15px solid #F56C6C;
    right: -15px;
}

.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.product-commend-tltle{
  font-size: 16px;

  color: #606266;
}

.evaluate-add{
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #DCDFE6;
  margin-top: 20px;
}

.evaluate-add-text{
  resize:none;
  outline:none;
  border: none;
  width: 100%;
}

.evaluate-reply-add{
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #DCDFE6;
  margin-top: 10px;
}

.notes-evaluate-reply-addEva{
  resize:none;
  outline:none;
  border: none;
  width: 100%;
  background-color: transparent;
  overflow:hidden;

}

.notes-evaluate-reply .el-button--primary{
  padding: 4px 12px;
}

.evaluate-button{
  margin-top: 10px;
}
.evaluate-button-left{
  float: left;
}
.evaluate-button-right{
  float: right;
}
.notes-content .el-tabs__header{
  margin:0px;
}

.notes-content{
  color: #303133;
  font-size: 14px;
}
.notes-content p {
  line-height: 28px;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}
.notes-content img{
  max-width: 100% !important; 
  height: auto!important; 
}
.notes-evaluate{
/*  margin-top: 10px;*/
}

.notes-evaluate-pager{
  text-align: center;
  margin-top: 20px;
}



.notes-evaluate-head{
  width: 50px;
  float: left;
  padding-right: 16px;
  height: auto;

}

.notes-evaluate-people-pic{

  width: 50px;
  height: 50px;
}


.notes-evaluate-people-pic img{
  width: 100%;
  height: 100%;
  border-radius:100%;
}

.notes-evaluate-people-floor{
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
  color: #606266;
}
.notes-evaluate-body{
width: 620px;
float: left;
}
.notes-evaluate-body-head{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.notes-evaluate-people-name{
  color: #409EFF;
  float: left;
  padding-right: 10px;

}

.notes-evaluate-content{
  color: #303133;
  width: 620px;
  float: right;
  font-size: 14px;
  line-height: 24px;
}

.notes-evaluate-time{
  float: right;
  color: #606266;
  font-size: 14px;
}


.notes-evaluate-list{
padding: 20px 0;
height: 100%;
width: 100%;
border-bottom: 1px solid #DCDFE6;
}

.notes-evaluate-toolbar{
  float: right;
  font-size: 12px;
  color: #606266;
}
.notes-evaluate-toolbar span{
  cursor:pointer;
  margin-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.clear{
float: none!important;
clear: both;
height: 0;
overflow: hidden;
}

.notes-evaluate-zan{
  color: #F56C6C;
}
.notes-evaluate-before-list{
  font-size: 14px;
  color: #303133;
  line-height: 24px;
}

.notes-evaluate-before-list:first-child .notes-evaluate-before{
  background-color: #F2F6FC;
  width: 586px;
  float: right;
  padding: 16px ;
  border: 1px solid #DCDFE6;
}

.notes-evaluate-before{
  background-color: #F2F6FC;
  width: 586px;
  float: right;
  padding: 16px ;
  border: 1px solid #DCDFE6;
  border-top:none;
}

.notes-evaluate-hide{
  width: 588px;
  float: right;

}

.notes-evaluate-hide span{
  cursor:pointer;
}


.notes-evaluate-before-list:last-child .notes-evaluate-before{
  margin-bottom: 10px;
}

.div-hidden{
  visibility: hidden;
}

.notes-evaluate-before:hover .div-hidden{
    visibility: visible;

}

.notes-evaluate-before-name{
  color: #409EFF;
}

.myiframe{
  width: 930px;
  box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
  border: solid 1px #ebebeb;
  border-radius: 3px;
  transition: .2s;
  padding: 20px;
}
.mySearchIframe{
  width: 1180px;

}

.myorder{
  color: #303133;
}
.myorder-head{
margin-bottom: 14px;
padding-bottom: 14px;
border-bottom: 1px dashed #C0C4CC;
font-size: 12px;
color: #606266;

}

.myorder-id{
  margin-left:10px;

}
.myorder-time{
  float: right;
  padding-top:6px;

}

.myorder-img{
  width: 175px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

.myorder-content{
  color: #606266;


}

.myorder-name{ color: #303133; }
.myorder-name a{ color: #303133; }

.myorder-class{
  margin-top: 6px;
  font-size: 14px;
}
.myorder-date{
  margin-top: 6px;
  font-size: 14px;
}
.myorder-price{
  font-weight: 600;
  color: #F56C6C;
  margin-top: 6px;
  float: left;
}

.myorder-button{
  float: right;
}

.order-list{
  margin-bottom: 20px;
}


.order_dialog_pic{
  width: 170px;
  height: 100px;
  float: left;
  margin-right: 40px;

}
.order_dialog_name{
  font-size: 16px;
  color: #303133;
}

.order_dialog_class{
  font-size: 16px;
  margin-top: 12px;
}

/*.order_dialog_pic{
  width: 260px;
  height: 150px;
  float: left;
  margin-right: 40px;

}*/

.order_dialog_content{
padding: 23px 0px;

}



.border_dashed{
    margin-bottom: 14px;
padding-bottom: 14px;
border-bottom: 1px dashed #C0C4CC;
}

.order_dialog_details{
  color: #606266;
  font-size: 16px;
  line-height: 28px;

}

.order_dialog_price{
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #606266;
  width: 300px;
  

}

.order_dialog_price_list{
    padding: 4px 0px 4px;
}

.order_dialog_sum_price{
  font-weight: 600;
  color: #F56C6C;
    overflow: auto;
    padding: 4px 0px 10px;
}

.dialog_price_border{
    border-bottom: 1px solid #C0C4CC;
    overflow: auto;
    padding: 10px 0px 10px;
}

.order_dialog_buttom{
  text-align: right;
}


.el-dialog__body {
    padding-top: 10px;

}

.collect-article-pic{
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

.collect-article-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collect-article-title{
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
  width: 380px;
  margin-bottom: 6px;
  color: #303133;
}

.collect-article-remarks{
  font-size: 18px;
  color: #606266;
}

.collect-article-date{
  color: #606266;
  float: right;
  position: absolute;
  bottom:0;right:0

}

.collect-article{
  position: relative;
  margin-bottom: 20px;

}

.collect-article-info{
  position: absolute;
  bottom:0;left:170px;
  flex: 1;
  float: right;
  height: 24px;
  line-height: 24px;
  color:  #606266;
  font-size: 14px;
}



.mybooks-button{

}

.mypoint{
  padding: 12px;
  border:1px solid;
  color: #409EFF;
  border-radius: 4px;
  font-size: 16px;

}

.mypoint-red{
  color: #F56C6C;
  font-size: 20px;
}

.mypoint-exp{
  color: #C0C4CC;
  font-size: 14px;
}

.mypoint-price{
    font-size: 14px;
}


/*优惠券*/


/*.stamp {width: 387px;height: 140px;padding: 0 10px;position: relative;overflow: hidden;}
.stamp:before {content: '';position: absolute;top:0;bottom:0;left:10px;right:10px;z-index: -1;}
.stamp:after {content: '';position: absolute;left: 10px;top: 10px;right: 10px;bottom: 10px;box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);z-index: -2;}
.stamp i{position: absolute;left: 20%;top: 45px;height: 190px;width: 390px;background-color: rgba(255,255,255,.15);transform: rotate(-30deg);}
.stamp .par{float: left;padding: 16px 15px;width: 220px;border-right:2px dashed rgba(255,255,255,.3);text-align: left;}
.stamp .par p{color:#fff;}
.stamp .par span{font-size: 50px;color:#fff;margin-right: 5px;}
.stamp .par .sign{font-size: 34px;}
.stamp .par sub{position: relative;top:-5px;color:rgba(255,255,255,.8);}
.stamp .copy{display: inline-block;padding:21px 14px;width:100px;vertical-align: text-bottom;font-size: 30px;color:rgb(255,255,255);}
.stamp .copy p{font-size: 16px;margin-top: 15px;}
.stamp01{background: #F39B00;background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px, #F39B00 5px);background-size: 15px 15px;background-position: 9px 3px;}
.stamp01:before{background-color:#F39B00;}
.stamp02{background: #D24161;background: radial-gradient(transparent 0, transparent 5px, #D24161 5px);background-size: 15px 15px;background-position: 9px 3px;}
.stamp02:before{background-color:#D24161;}
.stamp03{background: #7EAB1E;background: radial-gradient(transparent 0, transparent 5px, #7EAB1E 5px);background-size: 15px 15px;background-position: 9px 3px;}
.stamp03:before{background-color:#7EAB1E;}
.stamp03 .copy{padding: 10px 6px 10px 12px;font-size: 24px;}
.stamp03 .copy p{font-size: 14px;margin-top: 5px;margin-bottom: 8px;}
.stamp03 .copy a{background-color:#fff;color:#333;font-size: 14px;text-decoration:none;padding:5px 10px;border-radius:3px;display: block;}
.stamp04{width: 390px;background: #50ADD3;background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #50ADD3 4px);background-size: 12px 8px;background-position: -5px 10px;}
.stamp04:before{background-color:#50ADD3;left: 5px;right: 5px;}
.stamp04 .copy{padding: 10px 6px 10px 12px;font-size: 24px;}
.stamp04 .copy p{font-size: 14px;margin-top: 5px;margin-bottom: 8px;}
.stamp04 .copy a{background-color:#fff;color:#333;font-size: 14px;text-decoration:none;padding:5px 10px;border-radius:3px;display: block;}*/


.stamp {width: 387px;height: 140px;padding: 0 10px;position: relative;overflow: hidden;}
.stamp:before {content: '';position: absolute;top:0;bottom:0;left:10px;right:10px;z-index: -1;}
.stamp:after {content: '';position: absolute;left: 10px;top: 10px;right: 10px;bottom: 10px;box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);z-index: -2;}
.stamp i{position: absolute;left: 20%;top: 45px;height: 190px;width: 390px;background-color: rgba(255,255,255,.15);transform: rotate(-30deg);}
.stamp .par{float: left;padding: 16px 15px;width: 220px;border-right:2px dashed rgba(255,255,255,.3);text-align: left;}
.stamp .par p{color:#fff;}
.stamp .par span{font-size: 50px;color:#fff;margin-right: 5px;}
.stamp .par .sign{font-size: 34px;}
.stamp .par sub{position: relative;top:-5px;color:rgba(255,255,255,.8);}
.stamp .copy{display: inline-block;padding:21px 14px;width:100px;vertical-align: text-bottom;font-size: 30px;color:rgb(255,255,255);}
.stamp .copy p{font-size: 16px;margin-top: 15px;}
.stamp01{background: #F39B00;background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px, #F39B00 5px);background-size: 15px 15px;background-position: 9px 3px;}
.stamp01:before{background-color:#F39B00;}
.stamp01 .copy{padding: 10px 6px 10px 12px;font-size: 24px;}
.stamp01 .copy p{font-size: 14px;margin-top: 5px;margin-bottom: 8px;}
.stamp01 .copy a{background-color:#fff;color:#333;font-size: 14px;text-decoration:none;padding:5px 10px;border-radius:3px;display: block;}

.stamp02{background: #D24161;background: radial-gradient(transparent 0, transparent 5px, #D24161 5px);background-size: 15px 15px;background-position: 9px 3px;}
.stamp02:before{background-color:#D24161;}
.stamp02 .copy{padding: 10px 6px 10px 12px;font-size: 24px;}
.stamp02 .copy p{font-size: 14px;margin-top: 5px;margin-bottom: 8px;}
.stamp02 .copy a{background-color:#fff;color:#333;font-size: 14px;text-decoration:none;padding:5px 10px;border-radius:3px;display: block;}


.stamp03{background: #7EAB1E;background: radial-gradient(transparent 0, transparent 5px, #7EAB1E 5px);background-size: 15px 15px;background-position: 9px 3px;}
.stamp03:before{background-color:#7EAB1E;}
.stamp03 .copy{padding: 10px 6px 10px 12px;font-size: 24px;}
.stamp03 .copy p{font-size: 14px;margin-top: 5px;margin-bottom: 8px;}
.stamp03 .copy a{background-color:#fff;color:#333;font-size: 14px;text-decoration:none;padding:5px 10px;border-radius:3px;display: block;}

.stamp04{width: 390px;background: #50ADD3;background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #50ADD3 4px);background-size: 12px 8px;background-position: -5px 10px;}
.stamp04:before{background-color:#50ADD3;left: 5px;right: 5px;}
.stamp04 .copy{padding: 10px 6px 10px 12px;font-size: 24px;}
.stamp04 .copy p{font-size: 14px;margin-top: 5px;margin-bottom: 8px;}
.stamp04 .copy a{background-color:#fff;color:#333;font-size: 14px;text-decoration:none;padding:5px 10px;border-radius:3px;display: block;}

/*登录器*/


.userlogin{ width:100%; height: 100%; background: #ffffff; z-index: 999; position: fixed; display:flex;background: rgba(0,0,0, 0.3);}
  .login-img img{   
    width:300px;
    height: 380px;
  }
  .login-window{
    width:300px;
    font-size: 16px;
  }
  .login-close{
    text-align: right;
    margin-top: -4px;
    width:300px;
    height: 22px; 
  }
  .login-close i{
    cursor:pointer;
  }
  .login-style{
    display: flex;
    display:-webkit-flex;
    flex-direction: row;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
    margin-bottom:6px;
    color:#606266;
  }

  #login-info-count .el-form-item{
        margin-bottom: 0px;
  }
  .login-style-tel{ 
  padding-right:20px;
  cursor: pointer;
  color:#409EFF;
  }
  .login-style-pwd{
  border-left: 1px solid #C0C4CC;
  border-left-width: 2px;
  padding-left:20px;
  cursor: pointer;
  }
  .login-tel{
  padding:10px;
  }
  .login-pwd{
  padding:10px;
  }
  .login-capt{
  padding:10px;
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  }
  .login-capt input{
  width:140px;
  }
  .login-capt .capt{
  height:38px;
  width:180px;
  border:1px solid #409EFF;
  }
  .login-mess{
  padding:10px;
  display: flex;
  flex-direction: row;
  }
.login-jy{
    padding:10px;

  }
  .login-mess input{
  width:140px;
  }
  .login-mess  .el-button--info.is-plain:focus, .el-button--info.is-plain:hover{
  background: #f4f4f5;
  color:#909399;
  border-color: #d3d4d6;
  }
  .login-mess .is-plain .is-plain:active{
  background: #f4f4f5;
  }
  .login-mess label{
  width:200px;
  height:38px;
  border:1px solid red;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  cursor:pointer;
  }
  .login-auto{
  padding:10px;
  margin-left:10px;
  font-size:14px;
  }
  .login-auto>span{
  color:#F56C6C;
  cursor:pointer;
  height: 16px;
  line-height: 16px;
  }
  .el-checkbox__label{
  color:#909399;
  }
  .login-notice{
  color: #909399;
  font-size:14px;
  padding:10px;
  }
  .login-btn{
  padding-left: 10px;
  }
  .login-btn button{
  width: 280px;
  font-size:18px;
  padding:8px;
  cursor:pointer;
  }
  /* 手机其他登录 */
  .login-other1{
    display:flex;
    flex-direction:row;
    justify-content:space-around; 
    font-size:12px;
    padding: 0;
    color:#909399;
    margin-top: 20px;
  }
  .login-other1 li{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align: center;
  }
  /* 帐号密码其他登录 */
  .login-other{
  display: flex;
  flex:0;
  flex-direction:row;
  justify-content:flex-start;
  padding-left: 10px;
  margin-top:4px;
  margin-bottom: 0;
  }
  .login-other li{
  font-size: 14px;
  color: #909399;
  }
  .login-other li:nth-child(2){
  padding-left:10px;
  }
  .login-other li:nth-child(3){
  padding-left:16px;
  margin-top:-1px;
  } 
  .orderview {
    margin-top: 20px;

  }
  .orderview-title {
    font-size: 20px;
    color: #303133;
  }

  .orderview-form{
    
    margin-top: 20px;

  }

   .orderview .el-form-item__label{
    font-weight: 600;
    font-size: 18px;
    color: #303133;
   }

  .orderview-remind{

    margin-top: 20px;
    border:1px solid #DCDFE6;
    padding: 20px;
    border-radius: 4px;
    color: #606266;
    font-size: 14px;



  }

  .orderview-star{
    font-size: 25px;

    color: #409EFF;
  }

  .orderview-namebox{

    border-bottom: 1px solid #dcdfe6;
    padding-bottom: 16px;
    line-height: 26px;
  }

  .orderview-namebox-left{
    font-weight: 600;
    color: #303133;
    float: left;
    width: 70%

  }

  .orderview-namebox-right{
    float: right;
    width: 30%
  }
 .orderview-namebox-address{
      font-weight: 500;
      color: #606266;
      font-size: 14px;

 }


  .orderview-namebox-img{
    width: 100%;
  }

  .orderview-night{
    color: #606266;
    font-size: 16px;
    display: table;
    padding-top: 16px;
    font-weight: 400;
  }

  .display-table-center{
    display: table-cell !important;
    vertical-align: middle !important;
  }

  .orderview-night i{
    font-size: 24px;
  }

  .orderview-date{
    color: #606266;
    font-size: 16px;
    display: table;
    padding-top: 16px;
    font-weight: 400;

  }

  .orderview-date i{
    font-size: 24px;
  }

  .orderview_border{
      border-bottom: 1px solid #dcdfe6;
      overflow: auto;
      padding-top: 16px;
  } 

  .days-price{
    margin-top: 20px;
    width: 100%;
    border: 1px solid #dcdfe6;
    padding: 20px;
    color: #606266;
    line-height: 24px;


}

  .days-price-title{
    font-weight: 600;
    padding-bottom:10px; 

  }

  .days-price-left{
    float: left;
    width: 84%
  }

    .days-price-right{
    float: right;
    width: 16%
  }

  .days-price-right img{
    width: 100%;
  }

  .custom-service{
    margin-top: 20px;
    width: 100%;
    border: 1px solid #dcdfe6;
    padding: 20px;
    color: #606266;
    line-height: 28px;
  }
  .custom-service-title{
    font-weight: 600;
    padding-bottom:10px; 
  }


    .custom-service-left{
    float: left;
    width: 84%
  }

    .custom-service-right{
    float: right;
    width: 16%
  }

  .custom-service-right img{ width: 100%; }

  .orderview-coupon{
    margin-top: 20px;

    line-height: 28px;


  }

  .orderview-coupon-title{
    font-weight: 600;
    font-size: 18px;
    color: #303133;
    padding-bottom:10px; 
  }

  .orderview-form .el-form-item{
    margin-bottom: 12px;
  }


  .orderview-form .el-input__inner{
    border: 1px solid #E4E7ED;
  }

  .orderview-form .el-textarea__inner{
    border: 1px solid #E4E7ED;
  }

  .orderview-coupon .el-form-item__label{
    font-size: 14px;
    color: #303133;
    font-weight: 500;

  }
  .orderview-coupon .el-switch__label *{
    color: #303133 ;
  }


.refund-title{

line-height: 24px;
font-size: 18px;
color: #303133;


}


.refund-info{
  margin-top: 14px;
}

.refund-detail{
  color: #606266;
  font-size: 16px;
  line-height: 28px;
}

.evaluat-title{
  font-size: 16px;
  margin: 10px 0px;
}


.evaluate-list-img{
  width: 100%;
  height: 100%;
}

.finance-page{
  padding-top: 10px;
}
/*用户中心我的资料页面*/
.mydata-head-img{
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 40px;
  border: 2px solid #DCDFE6;
}

.mydata-head-img img{
  width: 100%;
  height:  100%;
}

.mydata-head-class {
  color: #606266;
  margin: 16px 0px;
  padding-bottom: 6px;
  font-size: 20px;
}



.mydata-head-roundImg{
  float: left;
  width: 150px;
  height: 150px;
  margin-left: 40px;
}

.mydata-head-roundImg img{
  width: 100%;
  height:  100%;
  border-radius: 100%;
}
.mydata-head-button{
  width: 150px;
  margin-top: 4px;
}

.mydata-head-button .el-upload {
       display:inline;
}

.mydata-head-button .upload-demo ul{
  display: none;
}

.mydata-list-class{
  margin-right: 20px;
  color: #606266;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;


}

.mydata-list-class span{
  visibility:hidden;
}
.mydata-list-content{
  font-size: 16px;
  color: #303133;
  width: 100%;
  display:inline-block;
}

.mydata-list-content-remark{
  text-align:right;
  color: #909399;
}

.mydata-list-content-handle{
  color: #409EFF;
  cursor:pointer;
}

.mydata-list-content-datas{
  float:left;
  text-align:left;
}

.mydata-list{
  margin-bottom: 10px;
}

.mydata-border{
border-bottom: 1px solid #EBEEF5;
}





.user-class-head{
    position: relative;
    margin-bottom: 20px;
    color: #303133;
}


.user-class-name{
  font-size: 24px;
  font-weight: 300;
}

.card-title {
    position: relative;
    color: #303133;
    margin-left: 10px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}

.goods-tags{
  text-align: center; margin-top: 25px;
}

.goods-tags-list{
  margin-bottom: 25px;
}

.goods-tags-class-head{
    position: relative;
    color: #303133;
    margin-left: 10px;
}


.goods-tags-class-name{
  font-size: 16px;
  font-weight: 600;
}



.goods-tags-icon{
  color: #606266;
font-size: 28px  !important;

-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);

}

/*首页list的底部增加分隔*/
.index-commend-content .el-col-8{
  padding-bottom: 20px;
}


.goods-content img{
    display: block;
    margin: 20px auto ;
    max-width: 750px;
    cursor: pointer;
}

.qrcode {
  text-align: center;
}
/*.books-index{
  margin: 30px 0px;
}
.books-index-pic img{
    float: left;
    max-width: 120%;
    width: 220px;
    height: 150px;
}
.books-index-body{
    float: right;
    width: 450px;
    height: 150px;
}

.books-index-title{
  font-size: 16px;
}*/