
.selectebox dl{overflow: hidden;line-height: 30px;border-bottom: 1px dashed #d0d5e2;padding-top: 20px;}
.selectebox dl:last-child{border-bottom: 0;}
.selectebox dt{float: left;width: 100px;}
.selectebox dd{float: left;width: 90%; color: #696e80;padding-right: 50px;position: relative;}
.selectebox dd.seltAdrs .cont{height: 40px;overflow: hidden;}
.selectebox dl dd .cont.heightAuto{height: auto;}
.selectebox dd.seltAdrs .cont span{/* width: 70px; */margin-right: 15px;}
.selectebox dl dd span{margin-bottom: 15px;float: left;height: 30px;line-height: 30px;text-align: center;display: block;border-radius: 5px; margin-right:22px;padding: 0 15px;box-sizing: border-box;cursor: pointer;}
.selectebox dl .default{width: 70px;margin-right: 22px;border-radius: 5px;text-align: center;}
.selectebox dl .default.on{color: #02B4A8;font-weight: bold;border-radius: 6rpx;}
.selectebox dl dd .cont span.on{color: #02B4A8;}
.selectebox dl dd span.default{width: 70px; margin-right: 22px;}
.selectebox dl dd span:hover{color: #02B4A8;}

.selbtn-more{ position:absolute; right:10px; top:0px;color: #ff9d03;font-size: 13px; cursor: pointer;}
.lablebtn-more{cursor: pointer;}
/* 多选 */
.selectebox dd.moreCheck .cont{height: 50px;overflow: hidden;}
.selectebox dl dd.moreCheck span{border-radius: 5px;overflow: hidden;}
.selectebox dl dd.moreCheck span.default{background-color: #FFF; color: #696e80;border: 0; margin-right: 30px;}
.selectebox dl dd.moreCheck span.default.on{color: #02B4A8;border-radius: 5px;}
.selectebox dl dd.moreCheck span.default.on::after{background-image: none;}
.selectebox dl dd.moreCheck span.on{border:1px solid #02b4a8; color: #02B4A8;background-color: #fff;position: relative;}
.selectebox dl dd.moreCheck span.on:after{content: '';width:18px;height: 18px;position: absolute;right: 0;bottom: 0;background: url(../images/set-icon1.png) no-repeat 0 0/100% 100%;}

/* 标签选择 */
.selectLable{width: 90%;height: 40px;overflow: hidden;}
.selectLable.heightAuto{height: auto;}
.selectLable .item {float: left;background-color: #fff;margin: 0 15px 10px 0;border-radius: 3px;overflow: hidden;}
.selectLable .item select{border: none;background-color: #fff;padding: 0 10px;line-height: 30px;height: 30px;text-align: center;color: #32404b;outline: none;cursor: pointer;}
	/* select::-ms-expand { display: none; } */
.selectLable .item select option{outline: 0;border: none;}



/* 景区列表 */
.activityAdrs{padding:0 20px;}
.activityAdrs .list{padding: 20px 0;border-bottom: 1px dashed #d0d5e2;}
/* .activityAdrs .list:last-child{border-bottom: 0;} */
.activityAdrs .list .Lpic{width: 360px;height: 240px;overflow: hidden; margin-right: 20px;float: left;position: relative;}
.activityAdrs .list .Lpic img{width: 100%;height: 100%;display: block;transition: all 0.6s;}
.activityAdrs .list .Lpic .lable{width: 35px;height: 43px;position: absolute;top: 0;left: 0;}
.activityAdrs .list .RCont{width: 65%;float: left;}
.activityAdrs .list .RCont h1{width: 80%;}
/* .activityAdrs .list .RCont .hot_icon{position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 22px;width: auto;display: block;}
.activityAdrs .list .RCont .hot_icon img{width: auto;height: 100%; display: block;} */
.activityAdrs .list .RCont h1 .hot{width: 40px;height: 20px;padding: 0 5px;font-size: 12px;color: #fff;background-color: #e81e31;line-height: 20px;border-radius: 3px;margin-right: 3px;font-weight: normal;text-align: center;float: left;margin-right: 5px;}
.activityAdrs .list .RCont .num{font-size: 30px;color: #4499ff;}
.activityAdrs .list:hover .Lpic img{transform: scale(1.1);}

.kechName p{width: 47%;float: left;margin-top: 5px;}
.kechName p:nth-child(2n){float: right; }
.kechName p span{width: 80%;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;float: left;color: #696e80;}
.kechName p  em{width: 20%;float: right;text-align: right;}
.kechName p span:hover{color: #02B4A8;}

/* 热门标签 */
.new_label{height: 22px;overflow: hidden;}
.new_label .btn{float: left;padding: 0 5px;height: 18px;line-height: 18px;font-size: 12px;margin:2px 5px 2px 0;color: #fff;}
.new_label .btns1{color: #ff8400;font-size: 26px;padding: 0;}
.new_label .btns1 img{width: 30px;height: auto;display: block;}
.new_label .btn0{border:2px solid #fff;font-size: 12px;line-height: 14px;border-radius: 5px;background-color: #d90101;box-shadow: 0 0 1px #d90101;}
.new_label .btn1{font-size: 12px;border-radius:0 20px 0 0;padding-right: 10px;background-image: linear-gradient(to bottom,#ffcc58,#ffa000);}
.new_label .btn2{border-radius: 0 10px 10px 0;padding-right:8px;background-image: linear-gradient(to right,#079e90,#93cb1d);}
.new_label .btn3{border-radius: 0;background-image: linear-gradient(to right,#fe614a,#fb8772);}
