/*会员登录*/
.login-p3 {
    margin-top: 22px;
    font-size: 13px;
    line-height: 16px;
}
.forget-psw {
    color: #999;
}
.forget-psw .ques-i {
    height: 14px;
    width: 14px;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.forget-psw .ques-i:before {
    border-radius: 50%;
    border-color: #999;
}
/*会员中心*/
.webview .user{
    padding-bottom: 66.84%;
    background-color: transparent;
    background-image: none;
}
.webview .user_centre {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 25px 25px 0;
    border-radius: 7px 7px 0 0;
    box-sizing: border-box;
    background: url(../img/center_card.png) center no-repeat;
    background-size: cover;
}
.webview .user_centre_r {
    color: #fff;
}
.webview .user_centre_r .d1 .p1{
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}
.webview .user_centre_r .d1 .p2{
    margin-top: 5px;
}
.webview .user_centre_r .m-level {
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    height: 18px;
    font-size: 11px;
    font-weight: normal;
}
.webview .user_centre_r .m-level:before{
    border-radius: 18px;
}
.webview .user_point {
    left: 25px;
    bottom: 25px;
    color: #fff;
    position: absolute;
}
.webview .user_list{
    margin-top: 5px;
}
.webview .user_list li{
    padding: 0;
    height: auto;
    float: none;
    line-height: normal;
}
.webview .user_list {
    background-color: #fff;
    overflow: hidden;
}
.webview .user_list i{
    top: 0;
    width: auto;
}
.webview .user_list li a,
.webview .user_list li .a {
    position: relative;
    display: flex;
    padding: 10px 0 10px 15px;
}
.webview .user_list li p{
    flex: 1;
    color: #333;
    font-size: 15px;
    line-height: 30px;
}
.webview .user_list li a:active,
.webview .user_list li .a:active {
    background-color: #f6f6f6;
}
.webview .user_list li:before {
    border-bottom: 1px solid #e5e5e5;
}
.webview .user_list li:last-child:before {
    display: none;
}
.webview .user_list li .i_left {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999;
}
.webview .user_list li .i_left:before {
    border-radius: 50%;
}
.webview .user_list li .i_left+p {
    padding-left: 12px;
}
.webview .user_list li .i_right {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #999;
}
/*目的地*/
.city_list_con li{
    margin-top: 5px;
    position: relative;
    background-color: #fff;
}
.city_list_con li:first-child{
    margin-top: 0;
}
.city_list_con a{
    display: block;
}
.city_list_con .pic{
    padding-bottom: 66.6%;
    background-position: center;
    background-size: cover;
}
.city_list_con .pic:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
}
.city_list_con .txt{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.city_list_con .p1 {
    font-size: 30px;
    line-height: 1.5;
}
.city_list_con .p2 {
    padding-left: 5px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/*客房详情*/
/*
.form_group {
    padding: 0 10px;
    background-color: #fff;
}
.form_group .during{
    height: 40px;
    line-height: 40px;
    padding-left: 0;
}
.form_group .during .hm-calendar{
    top: 0;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #999;
}
.form_group .during .in{
    margin-right: 20px;
}
.form_group .during .chk{
    color: #999;
}
.form_group .during .chk span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.form_group .during .tt{
    padding-right: 0;
    line-height: 40px;
    color: #666;
}
.form_group .item_select:before {
    display: none;
}
.form_group .item_select>div {
    width: 100%;
    height: 40px;
}
.form_group .item_select .con {
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.form_group .item_select .item_select_l {
    padding-right: 8px;
}
.form_group .item_select .item_select_r {
    padding-left: 8px;
}
.form_group .item_select .d1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    font-size: 15px;
    color: #999;
    line-height: 40px;
}
.form_group .item_select .d2 {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    direction: rtl;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-size: 18px;
    color: #333;
}
.form_group .item .hm-angle-right-2 {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    color: #cfcfcf;
}
*/
/*酒店列表*/

.hotel_list2 ul{
    position: relative;
    padding-top: 9px;
    margin: 0 12px;
    padding-bottom: 40px;
}
.hotel_list2 li{
    float: left;
    margin-top: 6px;
    padding: 0 3px;
    width: 50%;
    box-sizing: border-box;
}
.hotel_list2 .a,
.hotel_list2 a{
    position: relative;
    display: block;
}
.hotel_list2 .pic{
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hotel_list2 .pic:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    box-shadow: 0 0 100px 30px rgba(0,0,0,0.9);
}
.hotel_list2 .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8% 16px;
    box-sizing: border-box;
    text-align: left;
}
.hotel_list2 .txt .p1{
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.hotel_list2 .price{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: flex;
    padding: 0 8px 0 7px;
    align-items: baseline;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 11px;
    border-radius: 12px;
}
.hotel_list2 .pr_number{
    font-size: 15px;
}