.selectBox{
    width:1140px;
    margin:100px auto 73px;
    box-shadow:0px 2px 8px 2px rgba(96,100,112,0.16);
}
.selectWrapper{
    display:flex;
    line-height: 79px;
}
.regionSelectBox{
    border-bottom:1px dashed #eee;
}
.selectWrapper .selectName{
    width:145px;
    padding-left:24px;
    font-size:16px;
    color:#999;
}
.selectWrapper .selectName .letterSpacing{
    letter-spacing: 25px;
}
.selectWrapper .selectList{
    display:flex;
    flex-wrap:wrap;
    width:839px;
}
.selectList span{
    color:#333;
    width:110px;
    text-align: center;
    cursor: pointer;
}
.selectWrapper  .moreBtn{
    flex:1;
    padding-right:31px;
    line-height: 79px;
    text-align: right;
    color:#333;
    cursor: pointer;
}
.selectList .regionActive, 
.selectList .levelActive{
    color:#E52A30;
    font-weight:500;
}
.openSelectBox{
    height:79px;
    overflow: hidden;
}
.arrowDownIcon{
    display: inline-block;
    width:30px;
    height:12px;
    background: url(../img/jt_down.png) no-repeat;
    background-size:100%;
    background-position: center;
}
.arrowUpIcon{
    display: inline-block;
    width:30px;
    height:12px;
    background: url(../img/jt_up.png) no-repeat;
    background-size:100%;
    background-position: center;
}

.attractionsListBox{
    display: flex;
    flex-wrap:wrap;
    width:1140px;
    margin:0 auto;
}
.attractionsEntry{
    position: relative;
    width:370px;
    height:310px;
    padding:20px 20px 10px;
    margin-bottom:15px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 8px 2px rgba(96,100,112,0.16);
    border:1px solid rgba(234,237,243,1);
}
.attractionsListBox .attractionsEntry:nth-child(3n+2){
    margin:0 15px 15px;
}
.attractionsEntry .imgBox{
    display:block;
    position: relative;
    width:330px;
    height:220px;
    overflow: hidden;
    border-radius:4px;
}
.attractionsEntry .imgBox .attractionsImg{
    width:330px;
    height:220px;
}
.imgBox .isFreeBg{
    position: absolute;
    bottom:0;
    left:0;
    border-width:0 60px 42px 0;
    border-style:solid;
    border-color:transparent transparent #86E7AE;
}
.imgBox .isChargeBg{
    position: absolute;
    bottom:0;
    left:0;
    border-width:0 60px 42px 0;
    border-style:solid;
    border-color:transparent transparent #FFCE32;
}

.imgBox .isFree{
    position: absolute;
    bottom:4px;
    left:3px;
    color:#fff;
    font-size:14px;
}

.attractionsEntry  .attractionsName{
    height:25px;
    line-height:25px;
    margin:10px 0 5px;
    font-size:18px;
    color:#3E3F42;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.attractionsEntry  .attractionsAddr{
    height:18px;
    line-height: 18px;
    font-size:12px;
    color:#9EA0A5;
}
.attractionsEntry  .attractionsAddr .addrIcon{
    display: inline-block;
    width:10px;
    height:18px;
    background: url(../img/dis1.png) no-repeat;
    background-size:100%;
    background-position: center;
}
.addrName{
    width:310px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left:5px;
}
.maskLayer{
    position: absolute;
    top:155px;
    left:0;
    width:370px;
    height:154px;
    background:linear-gradient(360deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    display: none;

}
.attractionsEntry:hover .maskLayer{
    display: block;
}