/** 雪场搜索页面样式 */
.skiing.search-bg{
    background: url("../images/ski-search-bg@2x.png") no-repeat center top;
    background-size: 100% auto;
}
.course-introduce{
    margin-top: 7px;
    background: url("../images/icon-snow@2x.png") no-repeat left 5px;
    background-size: 10px;
}
.input_box{
    background: #F2F2F2;
    border: none;
    border-radius: 2px;
}
.input_box img{
    margin-left: 12px;
}
.search_area{
    position: static;
    margin-top: 41px;
}
#search_nearby{
    border-bottom: none !important;
}
.area-out-wrp{
    margin-top: 5px;
    padding: 15px 0 5px;
    background: #fff;
}
.area-out-wrp .hot-title{
    padding: 0 15px;
    margin-bottom: 10px;
    color: #4D4D4D;
    font-size: 14px;
}
.area-inner-box{
    display: flex;
    padding: 0 4px 0 15px;
    flex-wrap: wrap;
}
.city-item-wrp{
    width: 33.33%;
    margin-bottom: 10px;
    padding-right: 11px;
}
.city-item-wrp .city-sp{
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
    font-size: 15px;
    border-radius: 2px;
    background: #F6F9FB;
    text-align: center;
}
#template_arealist li{
    background: url("../images/location-grey@2x.png") no-repeat 15px center;
    background-size: 18px 18px;
}
#template_skiinglist li{
    padding-top: 15px;
    padding-bottom: 15px;
    background:url(../images/icon_shaixuan_play.png) no-repeat 15px center;
    background-size:23px 23px;
}
.course-introduce{
    max-height: 55px;
    overflow: hidden;
}

/** 雪场搜索列表页样式 */
.crs-out-wrp{
    display: flex;
}
.ski-cover{
    /*float: left;*/
    width: 100px;
    height: 110px;
    border-radius: 4px;
    overflow: hidden;
}
.crs-wrp-inner{
    /*float: left;*/
    flex: 1;
    width: 0;
    padding-left: 15px;
}
.crs-wrp-inner::after{
    height: 0;
}
.ski-cover img{
    width: 100%;
    min-height: 110px;
}
.ski-name, .ski-name-en {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.business-dur{
    margin-top: 17px;
}
.ski-else-info{
    /*margin-top: 12px;*/
    padding: 12px 13px 10px;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}
.els-flx{
    display: flex;
    padding: 5px;
    background: #F3F8F8;
    align-items: center;
}
.els-itme{
    flex: 1;
    width: 50%;
    font-size: 0;
}
.els-itme > span{
    display: inline-block;
    color: #338C8D;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
.els-itme > span:first-child{
    width: 60%;
}
.els-itme > span:last-child{
    width: 40%;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 4px;
}
.main-course .img-list img,
.img-list img{
    width: 30px;
    height: 30px;
}
.time{
    font-size: 18px;
}
.toggle-li{
    display: none;
}
.view-all-combo{
    margin-top: -1px;
    height: 36px;
    line-height: 36px;
    color: #666;
    text-align: center;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.view-all-combo img{
    width: 10px;
    height: 6px;
    margin-left: 4px;
    vertical-align: middle;
}

/** 雪场详情样式*/
.top-base-info{
    position: relative;
    margin-top: -15px;
    background: #fff;
    border: none;
    border-radius: 15px 15px 0 0;
    z-index: 9;
}
.business-dur-detail{
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #E1E1E1;
}
.top-base-info .course-name{
    border-radius: 15px 15px 0 0;
}
.course_introduce h3{
    margin: 0;
    padding: 15px 0 10px 0;
    color: #323232;
    font-size: 18px;
}
.introduce_pre{
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.cable-way-img{
    width: 100%;
    height: 258px;
    margin-top: 15px;
    overflow-y: hidden;
}
.cable-way-img img{
    width: 100%;
    height: auto;
}
.facility-flx{
    display: flex;
}
.facility-flx > div{
    margin-bottom: 10px;
}
.cable-way-tb{
    width: 100%;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
}
.cable-way-tb .thead-tr th{
    height: 28px;
    background: #F7F7F7;
}
.cable-way-tb td{
    padding: 10px 5px;
}
.cable-way-tb td img{
    width: 30px;
    height: 30px;
}
.name-change .small-time{
    width: auto;
    padding-right: 10px;
}
.weather_box{
    padding: 13px 13px 0;
    border-radius: 5px 5px 0 0;
}
.weather_box .change_date{
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
}
.someorder{
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.someorder li{
    margin-top: 0;
    padding: 13px;
    box-shadow: none;
    border-radius: 0;
}
#topbar_show2{
    padding-top: 0;
    margin-top: 10px;
}
.pay_ty img{
    width: auto;
}
.chunk-row{
    width: 100%;
    margin-bottom: 20px;
}
.block-bar-flx,
.txt-bar-flx{
    display: flex;
    width: 100%;
    text-align: center;
}
.block-bar-flx > div{
    height: 16px;
}
.block-bar-flx .primary{
    background: #85BBF0;
    border-right: 1px solid #fff;
}
.block-bar-flx .primary-x{
    background: #A6DAF1;
    border-right: 1px solid #fff;
}
.block-bar-flx .middle{
    background: #628AD3;
    border-right: 1px solid #fff;
}
.block-bar-flx .middle-x{
    background: #7FC4E2;
    border-right: 1px solid #fff;
}
.block-bar-flx .higher{
    background: #A65BA3;
}
.block-bar-flx .higher-x{
    background: #4EA4C9;
}
.txt-bar-flx{
    margin-top: 4px;
}
.txt-bar-flx .primary-txt{
    color: #85BBF0;
}
.txt-bar-flx .primary-txt-x{
    color: #A6DAF1;
}
.txt-bar-flx .middle-txt{
    color: #628AD3;
}
.txt-bar-flx .middle-txt-x{
    color: #7FC4E2;
}
.txt-bar-flx .higher-txt{
    color: #A65BA3;
}
.txt-bar-flx .higher-txt-x{
    color: #4EA4C9;
}
.txt-bar-flx > div{
    min-width: 15%;
}
.ski-video{
    width: 100%;
    height: 100%;
}
.play-opacity-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../images/play-btn@2x.png") no-repeat center center;
    background-size: 40px 40px;
    z-index: 9;
    opacity: 0.7;
    border-radius:3px;
}
.points-row{
    display: flex;
    margin: 5px 0;
}
.stars-inner {
    position: relative;
    font-size: 0;
}
.points-row .stars img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-left: 0;
    vertical-align: middle;
}
.stars img:last-child{
    margin-right: 0;
}
.stars-green{
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
}


/** 天气列表样式 */
.wth-list{
    width: 100%;
    height: 300px;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}
.wth-list li{
    display: inline-block;
    width: 120px;
    height: 300px;
    padding: 42px 0 20px;
    color: #fff;
    font-size: 14px;
    background: #50b2fb;
    box-sizing: border-box;
    vertical-align: middle;
}
.wth-list li p{
    color: #fff;
}
.wth-list .inner-li{
    height: 100%;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.inner-li .week{
    font-weight: bold;
}
.inner-li .date-str{
    margin-top: 8px;
}
.inner-li .icon-wrp,
.today-li .icon-wrp{
    margin-top: 20px;
}
.inner-li .icon-wrp img,
.today-li .icon-wrp img{
    width: 50px;
    height: 50px;
}
.inner-li .wth-txt,
.today-li .wth-txt{
    margin-top: 22px;
}
.inner-li .other-status,
.today-li .other-status{
    margin-top: 10px;
}
.wth-list .today-li{
    width: 166px;
    padding-top: 0;
    text-align: center;
    background: #12A3FB;
}
.today-li .date-week{
    margin: 16px 0 0 12px;
    text-align: left;
}
.today-li .wth-txt-lg{
    font-size: 40px;
    font-weight: bold;
}
.today-li .wth-txt-lg sup{
    font-size: 16px;
}
.other-status img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/** 雪场下单页样式 */
.set-border{
    display: flex;
}
.ski-img{
    width: 100px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}
.curs-name{
    flex: 1;
    padding-left: 10px;
    width: 0;
}
.od-detail-name{
    background: url(../images/icon-next-grey@2x.png) no-repeat right center;
    background-size: 9px 15px;
}
.count-btn{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
}
.count{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 20px;
    font-size: 16px;
    vertical-align: middle;
}
.increase{
    background: url("../images/btn_max.png") no-repeat center center;
    background-size: 22px 22px;
}
.decrease{
    background: url("../images/btn_min_grey1.png") no-repeat center center;
    background-size: 22px 22px;
}
.ellipse{
    border-bottom: 1px dashed #cdcdcd;
}
.showBox .expandBox{
    left: 95%;
}
.remain-time-box{
    margin-top: 0 !important;
    color: #F34051 !important;
    font-size: 12px;
}
.remain-time-box span{
    position: static;
    color: #F34051;
    font-size: 12px;
}
/*.course_introduce{*/
    /*max-height: 48px;*/
/*}*/
