* {
    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%;
    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: 6.2rem;
}

.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;
}

.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;
}

.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;
}

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

.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;
}

.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: 33%;
    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 {
    width: 7.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;
}


/* 客服层 */

.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: 99;
    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;
    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;
    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 .xuzhisure1 {
    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;
}

.xuzhisure1 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%;
}