* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

html {
    font-family: PingFang SC;
    background-color: #F5F5F5;
    position: relative;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}


.img {
    width: 100%;
    height: 10rem;
    position: relative;
}

.img img {
    height: 100%;
}

.img .swiper-container {
    width: 100%;
    height: 100%;
}

.img > div:last-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0.3rem;
    left: 0;
    color: #FFFEFF;
    padding: 0 .8rem;
    box-sizing: border-box;
    z-index: 1;
}

.img div i {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    color: #fff;
    font-size: 0.68rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    text-align: center;
}

.img .left-menu {
    position: relative;
}

.img div .menu {
    width: 0;
    height: 0;
    border-radius: 4px;
    font-size: 0.59rem;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #999;
    position: absolute;
    right: 0rem;
    top: 1.75rem;
    transition: all .4s linear;
    overflow: hidden;
    text-align: center;
    z-index: 10;
}

.img div div .menushow {
    width: 4rem;
    height: 5rem;
}

.menu li {
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #EEEEEE;
}

.menu li:last-of-type {
    border: none;
}

.menu li a {
    color: #000000;
}

.d-head {
    position: relative;
    padding:0.5rem 0.7rem 0;
    background-color: #FFFFFF;
    margin-top: -1.5rem;
    border-radius: 30px 30px 0px 0px;
    border-bottom: 10px solid #F5F5F5;
}
.detailNone{text-align: center;padding: 1rem 0;font-size: .65rem}
.shouc {
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #FC6A18;
    box-shadow: 1px 2px 5px 0px rgba(252, 106, 24, 0.3);
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: -0.8rem;
    right: 1.02rem;
}

.shouc i {
    font-size: 1rem;
    color: #FFFFFF;
}

.shoucang {
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
    display: none;
    z-index: 100;
}

.shoucang div {
    width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #CCCCCC;
    text-align: center;
    background-color: #666666;
    border-radius: 8px;
    font-size: 0.59rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.d-head li {
    border-bottom: 1px solid #EEEEEE;
    line-height: 1.1rem;
    padding: .3rem 0;
}

.d-head-top h2 {
    color: #ee6823;
    font-size: 1.02rem;
}

.d-head-top h2 span {
    font-size: 0.7rem;
}

.d-head-top > div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.51rem;
    color: #9A9A9A;
}

.d-head-top img {
    width: 2.2rem;
    vertical-align: middle;
    margin-right: .2rem;
}

.d-head-top > div:last-of-type h1 {
    color: #333333;
    font-size: 0.72rem;
}

.d-t-con {
    font-size: 0.54rem;
    font-weight: 400;
    color: #999999;
}

.d-h-tit {
    font-size: 0.68rem;
    font-weight: bold;
    color: #343434;
}

.dianzipiao {
    line-height: .8rem;
}

.dianzipiao a {
    color: #ff4a00;
}

.score {
    height: 1.7rem;
    line-height: 1.7rem;
    color: #999999;
    font-size: 0.59rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.score a {
    color: #999999;
}

.score i {
    vertical-align: middle;
    margin: 0 .2rem;
}

/* 须知 */
.xuzhi {
    height: 1.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 0 0.7rem;
    font-size: 0.64rem;
    color: #999999;
}

.xuzhi span {
    color: #333333;
    margin-left: .8rem;
}

/* 详情内容 */
.d-content {
    background-color: #FFFFFF;
}

.d-c-tit {
    border-bottom: 1px solid #EEEEEE;
}

.d-c-tit ul {
    display: flex;
    justify-content: space-evenly;
}

.d-c-tit li {
    font-size: 0.64rem;
    font-weight: 500;
    color: #666666;
    padding: .3rem 0;
}

.d-c-tit .lichecked {
    font-size: 0.64rem;
    font-weight: bold;
    color: #343434;
    border-bottom: 2px solid #343434;
}

.d-c-tit .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 5px rgba(40, 40, 40, 0.2);
    z-index: 10;
}

.d-c-detail {
    padding: 0 0.72rem;
}

.d-c-detail li {
    border-bottom: 1px solid #EEEEEE;
}

.d-c-detail li:last-of-type {
    border: 0;
}

.d-c-detail li > div {
    padding: .4rem 0;
}

.d-c-detail h4 {
    font-size: 0.68rem;
    color: #333333;
    margin-top: .5rem;
    margin-bottom: 0.3rem;
}

.d-c-one ul {
    margin-top: .6rem;
}

.d-c-one li {
    border: 0;
}

.d-c-one li .shuoming {
    font-size: 0.59rem;
    color: #666666;
    padding: 0;
}

.d-c-one li h5 {
    font-size: 0.64rem;
}

.d-c-one li .shuoming p span {
    display: inline-block;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 8px;
    font-size: 0.51rem;
    padding: 0 .2rem;
    transform: scale(.8);
}

.d-c-one li .li-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li-price>div {
    display: flex;
    align-items: baseline;
    font-size: 0.51rem;
}

.li-price div p:first-of-type {
    color: #ee6823;
    font-size: 0.59rem;
    font-weight: 600;
}

.li-price div p:first-of-type span {
    font-size: 0.76rem;
}

.li-price div > span {
    text-decoration: line-through;
    margin: 0 .2rem;
    color: #999999;
}

.li-price div .booking{
    font-size: 0.51rem;
    color: #1793e1;
    margin-left: 0.5rem;
}

.li-price div .booking i {
    font-size: 12px;
    vertical-align: middle;
    margin-left: .1rem;
}

.li-price a p {
    width: 2.99rem;
    height: 1.06rem;
    line-height: 1.06rem;
    border-radius: .5rem;
    background-image: linear-gradient(to right, #ff9000, #FF2E65);
    font-size: 0.55rem;
    color: #FFFFFF;
    text-align: center;
}


.d-c-t-content {
    height: 200px;
    overflow: hidden;
    margin: .5rem 0;
    font-size: 0.59rem;
    line-height: 1.8;
}

.d-c-two p {
    font-size: 0.59rem;
    color: #333333;
    padding-bottom: .5rem;
}

.d-c-two p span {
    font-size: .6rem
}
.d-c-two img {
    width: 100%;
    height: auto!important;
}

.open {
    text-align: center;
    font-size: 0.64rem;
    color: #FF4A00;
    padding: .1rem 0;
}

.close {
    display: none;
}

.open a {
    color: #FF4A00;
}

h5 {
    font-size: 0.68rem;
    color: #343434;
    padding: .2rem 0;
}

.text {
    font-size: 0.64rem;
    color: #343434;
}

/* 推荐 */
.recommend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
}

.recommend a {
    font-size: 0.6rem;
    color: #9A9A9A;
}

.recommend a i {
    vertical-align: middle;
    font-size: 12px;
}

.d-c-six ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: .4rem;
}

.d-c-six li {
    width: 49%;
    border: 0;
    margin-bottom: .6rem;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #999;
}

.d-c-six li img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 4.6rem;
}

.d-c-six li a div {
    line-height: .9rem;
    padding: 0 .4rem;
    padding-bottom: .3rem;
}

.d-c-six li h6 {
    width: 100%;
    font-size: 0.59rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .2rem;
}

.d-c-six li p:first-of-type {
    color: #999999;
    font-size: 0.55rem;
    max-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.d-c-six li p:last-of-type {
    color: #ee6823;
    font-size: 0.51rem;
}

.d-c-six li p:last-of-type span {
    font-size: 0.68rem;
    font-weight: 600;
}

.d-c-six li p:last-of-type span:last-of-type {
    font-size: 0.51rem;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
}

#dahe-ewm2 {
    margin-bottom: .3rem
}

#dahe-ewm {
    margin-bottom: .3rem;
}

.zx-gzh, .wx-gzh {
    background: #fff;
    text-align: center;
    padding: .3rem 0;
    display: none
}

.zx-gzh img {
    width: 95%
}

.wx-gzh img {
    width: 90%
}


.box {
    width: 100%;
    height: 2.13rem;
    position: fixed;
    max-width: 750px;
    bottom: 0;
    background-color: #FFFEFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.box > div:first-child {
    width: 30%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 0;
    margin-left: .4rem;
}

.box > div:first-child i {
    font-size: 1.02rem;
    color: #343434;
}

.box > div:first-child p {
    color: #666666;
    font-size: 0.51rem;
}

/* 底部固定栏 */
.box button, .box .bookinglink {
    width: 8.76rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 0.64rem;
    background: linear-gradient(90deg, #FF9000 0%, #FF2E66 100%);
    border-radius: 20px;
    text-align: center;
    color: #FEFEFE;
    border: none;
    outline: none;
    display: block;
}


/* 客服层 */
.all {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 10;
}

.kefu {
    width: 11.96rem;
    border-radius: 8px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kefu-top {
    background-color: #FF9000;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.kefu h3 {
    font-size: 0.72rem;
    color: #FEFEFE;
    text-align: center;
    position: relative;
    padding: 0.81rem 0;
}

.kefu-close {
    position: absolute;
    right: .8rem;
}

.kefu-top > div {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding: 0 1rem;
}

.kefu-top div div p {
    margin-bottom: .3rem;
}

.kefu-top div div p:first-child {
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    border-radius: 50%;
    color: #FF9F31;
    background-color: #FFFFFF;
}

.kefu-top div div p i {
    font-size: 1rem;
}

.kefu-top div div p:last-child {
    color: #FFFEFF;
    font-size: 0.59rem;
    font-weight: 600;
}

.kefu-bottom {
    width: 100%;
    text-align: center;
}

.kefu-bottom p {
    width: 4.4rem;
    font-size: 0.55rem;
    font-weight: 600;
    text-align: center;
    margin: .8rem auto;
    color: #999999;
}

.kefu-bottom button {
    width: 9.91rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    border-radius: 8px;
    background-color: #FF9000;
    font-size: 0.64rem;
    color: #FEFEFE;
    font-weight: 600;
    outline: none;
    border: none;
    margin-bottom: .5rem;
}

.daiding div > p {
    width: auto;
    padding: 0 1rem;
    text-align: left;
}

.daidingIpt p {
    font-size: 0.59rem;
    color: #333333;
    font-size: 0;
}

.daidingIpt p span {
    display: inline-block;
    width: 25%;
    text-align: right;
    margin-right: .2rem;
    font-size: 0.59rem;
}

.daidingIpt p input {
    width: 70%;
    height: 1.28rem;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding-left: .4rem;
    box-sizing: border-box;
}

.daidingIpt p select {
    width: 4rem;
    height: 1.28rem;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding-left: .4rem;
}

/* 错误警告 */
.errorbox {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    display: none;
    z-index: 99;
}

.errorbox p {
    width: 60%;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333333;
    color: #FFFEFF;
    font-size: 0.51rem;
}

/* 顶部下载 */
.download {
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
}

.download div {
    position: absolute;
}

.download .downloadclose {
    width: .8rem;
    height: .8rem;
    background: url("../images/close.png") no-repeat;
    background-size: 100%;
    left: 3%;
}

.download img {
    width: 100%;
}

.downloadapp {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: .5rem;
    text-align: center;
    right: 7%;
}

/* 政策交通说明 */
.notice {
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    max-width: 750px;
    margin: 0 auto;
    display: none;
}

.notice > div {
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 2.13rem;
    left: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #FFFFFF;
}

.notice .poptit {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
}

.poptit i {
    position: absolute;
    right: 1rem;
    top: 30%;
    font-size: 0.8rem;
}

.notice-wrap {
    height: 84%;
    padding: 0.7rem;
    font-size: .58rem;
    line-height: 1.8;
    overflow-y: scroll;
}
.notice-wrap h6{
    font-size: 0.64rem;
    color: #333333;
    margin: .3rem 0;
}
.notice-wrap ul{
    width: 100%;
    padding: 0;
}
.notice-wrap span{
    color: #666666;
    font-size: .6rem;
    padding-left: 2em;
}
.poptittwo {
    font-size: 0.64rem;
    color: #333333;
    padding: .4rem 0;
}
#tan_dl{width: 80%;height: 1.8rem;line-height: 1.8rem;border-radius: 25px;text-align: center;font-size: .62rem;background: rgba(0,0,0,.5);position: fixed;top: 45%;left: 10%;z-index: 500;color: #fff}
#tan_dl a{color: #FF4A00;text-decoration: underline;font-weight: bold}
.notice .xuzhisure {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    height: 2.13rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid #EEEEEE;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xuzhisure button {
    width: 80%;
    height: 1.7rem;
    color: #FEFEFE;
    border: none;
    border-radius: .8rem;
    text-align: center;
    font-size: 0.64rem;
    background-image: linear-gradient(to right, #FF9000 0%, #FF2E66 100%);
}

.notice .bookingsure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.bookingsure p {
    font-size: 0.59rem;
    font-weight: 600;
    color: #ee6823;
}

.bookingsure p span {
    font-size: 0.81rem;
}

.bookingsure button {
    width: 8.76rem;
}

.bookingsure button a {
    color: #FFFFFF;
}

.hotWrap {
    padding: 3% 5%;
    text-align: left;
    margin-bottom: 10px
}

.hotWrap h3 {
    font-size: .68rem;
    margin-bottom: .5rem
}

.hotWrap .bj {
    font-size: 0;
    display: block;
    padding: .2rem;
    border-radius: 5px;
    box-shadow: 0 0 3px #ddd
}

.hotWrap p {
    margin: .3rem 0
}

.hotWrap p * {
    font-size: .54rem !important
}
.detailNone{text-align: center;padding: 1rem 0}
/* 底部固定 */
.bottom {
    width: 100%;
    font-size: 0;
    display: flex;
    position: relative;
    align-items: center;
}

.bottom .close {
    display: block!important;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(https://img.dahepiao.com/wap/images/close.png) no-repeat center;
    background-size: .8rem;
    left: 0;
}

.bottom img {
    width: 100%;
}


.coupons {
    position: relative;
    padding: .5rem 0 .3rem 0;
}

.coupons div {
    width: 90%;
    white-space: nowrap;
    overflow-x: scroll;
}

.coupons div span {
    height: .68rem;
    line-height: .68rem;
    float: left;
    padding: 0 .1rem;
}

.coupons .c1 {
    min-width: 1.3rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    font-size: .52rem;
    color: #fff;
    padding: 0 .2rem;
    border: 1px solid #FF365E;
    background: linear-gradient(90deg, #FF365E, #FF4C72);
    border-radius: .3rem 0 .3rem 0;
}

.coupons .c2 {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FF365E;
    border-radius: 3px;
    font-size: .52rem;
    color: #FF365E;
    margin-left: .12rem
}

.coupons i {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: .7rem;
    background: url("https://img.dahepiao.com/wzimg/dis_more.png") no-repeat 0px 0px;
    background-size: 0.5rem;
}

.integralBox {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

.integralBox .integralBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 200;
}

.integralBox .title {
    text-align: center;
    padding: .5rem 0 .8rem;
    font-size: .6rem;
    font-weight: 600;
}

.integralBox .title span {
    position: absolute;
    right: .5rem;
    top: .5rem;
    padding: .5rem;
    background: url("https://dahep.oss-cn-beijing.aliyuncs.com/wzimg/icon_wu.png") no-repeat;
    background-size: 0.8rem;
}

.integralBox .title i {
    font-size: .3rem;
    color: #333;
}

.integral_box {
    padding-bottom: .5rem;
    background: #fff;
    overflow-y: scroll;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    position: relative;
    min-height: 60vh;
    max-height: 70vh;
    z-index: 600;
}

.integral_box .bottom {
    width: 100%;
    height: 1.2rem
}

.integral_box .group {
    display: block;
    margin: 0 3% .32rem;
    width: 94%;
    height: 4.4rem;
    border-radius: 10px;
    position: relative;
    font-size: 0;
    background: linear-gradient(0deg, #F6BF4E, #FBE794);
}

.integral_box .group .gprice {
    min-width: 20%;
    color: #FA4B5D;
    display: inline-block;
    font-size: .34rem;
    text-align: center;
    vertical-align: top;
    padding-top: 1rem;
    letter-spacing: -4px;
}

.integral_box .group .gprice span {
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: .3rem;
}

.integral_box .group .gdec {
    max-width: 70%;
    display: inline-block;
    position: relative;
}

.integral_box .group .gdec .d1 {
    font-size: .56rem;
    font-weight: 600;
    display: block;
    margin-top: .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.integral_box .group .gdec .d2 {
    display: block;
    font-size: .52rem;
    color: #FA6462;
    margin: 3px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.integral_box .group .gdec .d3 {
    font-size: .48rem;
    color: #333;
    display: block;
    padding-bottom: .3rem;
}

.integral_box .group .gstatus {
    position: absolute;
    right: .64rem;
    top: .8rem;
    width: 2rem;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    font-size: .5rem;
    border-radius: 3px;
    background: #FA4B5D;
    color: #FFFFFF;
}

.integral_box .group .gtype {
    display: block;
    text-align: center;
    font-size: .5rem;
    color: #452910;
    height: 1rem;
    line-height: 1rem;
    margin: .1rem .6rem 0;
    position: relative;
    border-top: 2px dotted #fff;
}

.integral_box .group .gtype::before {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
    left: -.9rem;
    top: -.3rem;
}

.integral_box .group .gtype::after {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
    right: -.9rem;
    top: -.3rem;
}
