body,
html {
    max-width: 640px;
    margin: 0 auto;
}

.margin {
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
}

.head {
    height: 80px;
    background: #fff;
    width: 100%;
}

.head .head-l {
    width: 12.5%;
    float: left;
    position: relative;
    background: url(../images/xjt.jpg) no-repeat center right;
    font-size: 20px;
    line-height: 80px;
    color: #808080;
}

.head .head-l .area {
    cursor: pointer;
}

.head .head-l .area-list {
    display: none;
    position: absolute;
    top: 80px;
    background: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    z-index: 99;
}

.head .head-l .area-list ul li {
    border-bottom: 1px dashed #ddd;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
}

.head .head-l .area-list ul li:last-child {
    border-bottom: none;
}

.head .head-l .area-list ul li a {
    color: #808080;
}

.head .head-c {
    width: 75%;
    text-align: center;
    float: left;
    padding-top: 15px;
}

.head .head-c img {
    width: 70%;
    max-height: 100px;
}

.head .head-r {
    width: 12.5%;
    float: right;
    padding-top: 29px;
}

.head .head-r .search {}

.head .head-r .meau {
    margin-right: 10px;
    cursor: pointer;
}

.head .head-r .meau span {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 8px;
    background: #808080;
}

.head .head-r .meau span:last-child {
    margin-bottom: 0;
}

.head-son {
    height: 80px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.head-son .head-l {
    width: 12.5%;
    float: left;
    position: relative;
}

.head-son .head-l .return {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 28px;
}

.head-son .head-c {
    width: 75%;
    text-align: center;
    float: left;
}

.head-son .head-c img {
    width: 40%;
}

.head-son .head-c .title {
    font-size: 24px;
    line-height: 80px;
}

.head-son .head-r {
    width: 12.5%;
    float: right;
    padding-top: 29px;
}

.head-son .head-r .search {}

.head-son .head-r .meau {
    margin-right: 10px;
    cursor: pointer;
}

.head-son .head-r .meau span {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 8px;
    background: #808080;
}

.head-son .head-r .meau span:last-child {
    margin-bottom: 0;
}

.center-text .title {
    position: relative;
}

.center-text .title .dianzan {
    position: absolute;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
}

.foot-text .dianzan {
    width: 20px;
    height: 16px;
}

.meau-list {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}

.meau-list>div {
    position: relative;
    padding-top: 160px;
}

.meau-list .cancer {
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
}

.meau-list .list ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
    position: relative;
}

.meau-list .list ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.meau-list .list ul li .pic {
    width: 96px;
    height: 96px;
    border: 2px solid #ea5d95;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.meau-list .list ul li .pic img {
    vertical-align: middle;
    margin-left: 3px;
}

.meau-list .list ul li .pic img.act1 {
    display: inline-block;
}

.meau-list .list ul li .pic img.act2 {
    display: none;
}

.meau-list .list ul li .text {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
    color: #333333;
}

.meau-list .list ul li.act .pic {
    background: #ea5d95;
}

.meau-list .list ul li.act .pic img.act1 {
    display: none;
}

.meau-list .list ul li.act .pic img.act2 {
    display: inline-block;
}


/*.meau-list .list ul li:hover .pic{background: #ea5d95;}.meau-list .list ul li:hover .pic img.act1{display: none;}.meau-list .list ul li:hover .pic img.act2{display: inline-block;}*/

.meau-list .tel {
    text-align: center;
}

.meau-list .tel h1 {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #ea5d95;
}

.meau-list .tel h1 a {
    color: #ea5d95
}

.meau-list .tel h2 {
    font-size: 15px;
    color: #333333;
}

.blur {
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(10px);
    /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.tc-center iframe {
    width: 100%!important;
    border-right: 1px solid rgb(204, 204, 204)!important;
}

.banner {
    margin-bottom: 30px;
}

.banner .swiper-pagination-bullet {
    background: #f5f6fa;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #ea5d95;
}

.banner-son {
    position: relative;
}

.banner-son .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.banner-son .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.banner-son .box {
    position: absolute;
    z-index: 100;
    top: 25px;
    left: 0;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}

.index-bg {
    width: 100%;
    height: 20px;
    background: #f5f5f5;
}

.index-1 ul li {
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
}

.index-1 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-1 ul li .text {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 35px;
    color: #1a1a1a;
    font-size: 15px;
}

.index-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.index-2 .margin {
    height: 118px;
    display: table;
    position: relative;
}

.index-2 .box {
    display: table-cell;
    vertical-align: middle;
}

.index-2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-2 .pic {
    width: 40%;
    margin-left: 10px;
    padding-top: 16px;
}

.index-2 .text {
    width: 45%;
    background: url(../images/rjt.png) no-repeat center right;
    margin-right: 10px;
}

.index-2 .text h1 {
    font-size: 20px;
    color: #292929;
    line-height: 20px;
    margin-bottom: 20px;
}

.index-2 .text h2 {
    font-size: 20px;
    color: #b3b3b3;
    line-height: 20px;
}

.index-3 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.index-3 .top {
    margin: 0 10px;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/rjt.png) no-repeat center right;
    position: relative;
}

.index-3 .top a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-3 .top h1 {
    line-height: 76px;
    font-size: 22px;
    color: #1a1a1a;
}

.index-3 .top h1 span {
    font-size: 14px;
    line-height: 82px;
    color: #b3b3b3;
    display: inline-block;
    margin-left: 10px;
}

.index-3 .list {
    margin: 0 10px;
}

.index-3 .list ul li {
    height: 140px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.index-3 .list ul li:last-child {
    border-bottom: none;
}

.index-3 .list ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-3 .list ul li .text {
    height: 100%;
    width: 60%;
    display: table;
}

.index-3 .list ul li .text h1 {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.index-3 .list ul li .text h2 {
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}

.index-3 .list ul li .pic {
    height: 100%;
    width: 30%;
    display: table;
}

.index-3 .list ul li .pic img {
    border-radius: 5px;
}

.index-3 .list ul li .box {
    display: table-cell;
    vertical-align: middle;
}

.index-4 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.index-4 .top {
    margin: 0 10px;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/rjt.png) no-repeat center right;
    padding-right: 20px;
}

.index-4 .top h1 {
    font-size: 22px;
    color: #1a1a1a;
    line-height: 82px;
}

.index-4 .top h2 {
    font-size: 18px;
    line-height: 82px;
    color: #999999;
}

.index-4 .top h2 a {
    color: #999;
}

.index-4 .list ul li {
    width: 30.33%;
    margin: 0 1.5%;
    padding: 30px 0;
    float: left;
    position: relative;
}

.index-4 .list ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-4 .list ul li .pic {
    width: 100%;
    margin-bottom: 20px;
}

.index-4 .list ul li .text {
    width: 100%;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
}

.foot {
    background: #f5f5f5;
    padding: 30px 0;
    text-align: center;
}

.foot h1 {
    font-size: 15px;
    color: #4d4d4d;
    line-height: 15px;
    margin-bottom: 20px;
}

.foot h1 a {
    color: #4d4d4d;
}

.foot h2 {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.foot h3 {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.search-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 80px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 800;
    padding-top: 25px;
    box-sizing: border-box;
}

.search-box .cancer {
    position: absolute;
    top: 30px;
    right: 30px;
}

.search-box .box {
    width: 80%;
    margin: 0 auto;
}

.search-box .box input {
    border: 1px solid #999;
    box-sizing: border-box;
    outline: none;
    width: 70%;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
}

.search-box .box .seabtn {
    border: none;
    outline: none;
    background: #999;
    color: #fff;
    width: 25%;
    border-radius: 5px;
    height: 30px;
}

.screen {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.screen ul li {
    float: left;
    width: 25%;
    position: relative;
}

.screen ul li .top {
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    line-height: 78px;
    height: 78px;
    color: #4d4d4d;
    background: url(../images/xjt.jpg) no-repeat 85% center;
}

.screen ul li .top2 {
    color: #eb6c9d;
    background: url(../images/sjt.jpg) no-repeat 85% center;
}

.screen ul li .top .line {
    color: #e6e6e6;
    font-size: 18px;
}

.screen ul li .top .text {
    margin-left: 10%;
}

.screen ul li:last-child .top .text {
    margin-left: 25%;
}

.screen ul li .list {
    position: absolute;
    top: 80px;
    left: 0;
    padding-left: 13px;
    display: none;
    z-index: 500;
}

.screen ul li .list h1 {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0;
    width: auto;
    color: #4d4d4d;
}

.screen ul li .list h1 a {
    color: #4d4d4d;
}

.screen ul li .list h1.act {
    color: #eb6c9d;
}

.screen ul li .list h1.act a {
    color: #eb6c9d;
}

.screen2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.screen2 ul li {
    float: left;
    width: 33.33%;
    position: relative;
}

.screen2 ul li .top {
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    line-height: 78px;
    height: 78px;
    color: #4d4d4d;
    background: url(../images/xjt.jpg) no-repeat 85% center;
}

.screen2 ul li .top2 {
    color: #eb6c9d;
    background: url(../images/sjt.jpg) no-repeat 85% center;
}

.screen2 ul li .top .line {
    color: #e6e6e6;
    font-size: 18px;
}

.screen2 ul li .top .text {
    margin-left: 10%;
}

.screen2 ul li:last-child .top .text {
    margin-left: 25%;
}

.screen2 ul li .list {
    position: absolute;
    top: 80px;
    left: 0;
    padding-left: 13px;
    display: none;
    z-index: 500;
}

.screen2 ul li .list h1 {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0;
    width: auto;
    color: #4d4d4d;
}

.screen2 ul li .list h1 a {
    color: #4d4d4d;
}

.screen2 ul li .list h1.act {
    color: #eb6c9d;
}

.screen2 ul li .list h1.act a {
    color: #eb6c9d;
}

.screen-center {
    min-height: 1000px;
    width: 100%;
    background: #fff;
    display: none;
    position: relative;
    z-index: 300;
}

.screen-center>div {
    display: block;
}

.screen-center .shaixuan h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
}

.screen-center .shaixuan ul li {
    position: relative;
    color: #666666;
    margin-bottom: 10px;
    width: 32%;
    margin-right: 2%;
    float: left;
    font-size: 20px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
}

.screen-center .shaixuan ul li input {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}

.screen-center .shaixuan ul li:nth-of-type(3n) {
    margin-right: 0;
}

.screen-center .shaixuan {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

.screen-center .sure {
    background: #ea5d95;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.screen-center .shaixuan ul li.act {
    background: #ea5d95;
    border: 1px solid #ea5d95;
    color: #fff;
}

.page {
    margin: 20px 0;
}

.page>div {
    display: table;
    margin: 0 auto;
}

.page>div span {
    display: table-cell;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ea5d95;
    background: #ea5d95;
    border-radius: 5px;
}

.page>div a {
    line-height: 24px;
    font-size: 14px;
    color: #ea5d95;
    margin-right: 10px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ea5d95;
}

.hotel-list {
    border-bottom: 1px solid #e6e6e6;
}

.hotel-list ul li {
    padding: 30px 0px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px;
}

.hotel-list ul li:last-child {
    border-bottom: none;
}

.hotel-list ul li .pic {
    width: 30%;
    border-radius: 5px;
}

.hotel-list ul li .pic img {
    border-radius: 5px;
}

.hotel-list ul li .text {
    width: 65%;
    position: relative;
}

.hotel-list ul li .text .maska {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hotel-list ul li .text .title {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.hotel-list ul li .text .title a {
    color: #1a1a1a;
}

.hotel-list ul li .text .title .biaoqian {
    display: inline-block;
    font-size: 12px;
    color: #ea5d95;
    float: right;
}

.hotel-list ul li .text .title .biaoqian span {
    display: inline-block;
    margin-left: 5px;
}

.hotel-list ul li .text .title .biaoqian span:first-child {
    margin-left: 0;
}

.hotel-list ul li .text .price {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

.hotel-list ul li .text .price .price1 {
    color: #666666;
}

.hotel-list ul li .text .price .price2 {
    color: #999999;
}

.hotel-list ul li .text .area {
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}

.hotel-list ul li .text .area .area2 b {
    display: inline-block;
    margin-right: 20px;
    color: #ea5d95;
}

.hotel-list ul li .text .option .option1 {
    background: #f6cd50;
    color: #fff;
    width: 100px;
    height: 28px;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
}

.hotel-list ul li .text .option .option1 img {
    margin-top: 7px;
    margin-right: 10px;
}

.hotel-list ul li .text .option .option2 {
    background: #ea5d95;
    color: #fff;
    width: 100px;
    height: 28px;
    position: relative;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.hotel-list ul li .text .option .option2 img {
    margin-top: 7px;
    margin-right: 10px;
}

.hotel-list ul li .text .option .option2 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hotel-list ul li .text .option {
    position: relative;
    z-index: 30;
}

.popup {
    position: fixed;
    z-index: 800;
    top: 20%;
    width: 100%;
    display: none;
    left: 0;
}

.popup .box {
    background: url(../images/popup-border.png) no-repeat top center #fff;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 50px;
    text-align: center;
    position: relative;
}

.popup .box .cancer {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}

.popup .box h1 {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 15px;
}

.popup .box h2 {
    font-size: 18px;
    color: #ff608d;
    margin-bottom: 40px;
    line-height: 18px;
}

.popup .box input {
    display: block;
    margin: 0 auto 40px;
}

.popup .box .text {
    outline: none;
    border: 1px solid #ff608d;
    box-sizing: border-box;
    padding-left: 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    width: 50%;
}

.popup .box .subbtn {
    width: 160px;
    height: 40px;
    color: #fff;
    background: #ff608d;
    border-radius: 5px;
}

.popup .box h3 {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.mask {
    width: 100%;
    height: 100%;
    z-index: 700;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.7;
    position: fixed;
    display: none;
}

.tc-center {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 800;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    box-sizing: border-box;
    padding-top: 70px;
}

.tc-center .cancer {
    position: absolute;
    top: 30px;
    right: 30px;
}

.tc-center .margin>div {
    font-size: 14px;
    line-height: 30px;
    color: #1a1a1a;
    display: none;
}

.tc-center .margin>div a {
    color: #1a1a1a;
}

.tc-center .juzhong {
    font-size: 18px;
    width: 90%;
    margin: 40px auto 0;
}

.tc-center .juzhong .pic {
    padding-top: 20px;
    margin-right: 20px;
}


/*.tc-center .juzhong .tel a:hover{font-size: 20px;color: #66ccff;}*/

.biaoqian-tc {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 800;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    box-sizing: border-box;
    padding-top: 70px;
}

.biaoqian-tc .cancer {
    position: absolute;
    top: 30px;
    right: 30px;
}

.biaoqian-tc .margin>div {
    font-size: 14px;
    line-height: 30px;
    color: #1a1a1a;
    display: none;
}

.biaoqian-tc .margin>div a {
    color: #1a1a1a;
}

.foot-detail-tc {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 800;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    box-sizing: border-box;
    padding-top: 70px;
}

.foot-detail-tc .cancer {
    position: absolute;
    top: 30px;
    right: 30px;
}

.foot-detail-tc .margin {
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
    text-align: center;
}

.foot-detail-tc .margin a {
    color: #1a1a1a;
    margin-bottom: 5px;
}

.foot-detail-tc .juzhong {
    font-size: 18px;
    width: 90%;
    margin: 40px auto 0;
    text-align: left;
}

.foot-detail-tc .juzhong .pic {
    padding-top: 20px;
    margin-right: 20px;
}


/*.foot-detail-tc .juzhong .tel a:hover{font-size: 20px;color: #66ccff;}*/

.phone-call {
    margin-top: 30px;
    width: 50px;
    height: 50px;
}

.hotel-detail-1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
}

.hotel-detail-1 .title {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 22px;
}

.hotel-detail-1 .level {
    margin-bottom: 30px;
}

.hotel-detail-1 .level span {
    font-size: 16px;
    color: #999999;
    line-height: 20px;
}

.hotel-detail-1 .level b {
    color: #ea5d95;
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    line-height: 16px;
}

.hotel-detail-1 .price {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
}

.hotel-detail-1 .biaoqian {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    color: #ea5d95;
    background: #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 10px 0;
}

.hotel-detail-1 .biaoqian span {
    display: inline-block;
    padding-left: 10px;
}

.hotel-detail-1 .biaoqian .bq1 {
    display: inline-block;
    color: #999;
}

.hotel-detail-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.hotel-detail-2 .detail {
    padding-left: 35px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
    line-height: 79px;
    position: relative;
}

.hotel-detail-2 .detail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hotel-detail-2 .detail span {
    width: calc(90% - 35px);
    display: inline-block;
}

.hotel-detail-2 .detail:last-child {
    border-bottom: none;
    color: #333333;
}

.hotel-detail-2 .detail-a {
    background: url(../images/hotel-detail-2a.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.hotel-detail-2 .detail-b {
    background: url(../images/hotel-detail-2b.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.hotel-detail-2 .detail-c {
    background: url(../images/hotel-detail-2c.png) no-repeat left center, url(../images/hotel-detail-2d.png) no-repeat right center;
}

.hotel-detail-3 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.hotel-detail-3 dl dt {
    border-bottom: 1px solid #f5f5f5;
    font-size: 22px;
    color: #1a1a1a;
    line-height: 82px;
}

.hotel-detail-3 dl dd {
    border-bottom: 1px solid #f5f5f5;
    padding: 30px 0;
    display: none;
}

.hotel-detail-3 dl dd .pic {
    width: 30%;
    border-radius: 5px;
}

.hotel-detail-3 dl dd .pic img {
    border-radius: 5px;
}

.hotel-detail-3 dl dd .text {
    width: 65%;
}

.hotel-detail-3 dl dd .text h1 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 18px;
    width: 100%;
}

.hotel-detail-3 dl dd .text h2 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #666666;
    line-height: 15px;
}

.hotel-detail-3 dl dd .text h2 span {
    display: inline-block;
    min-width: 40%
}

.hotel-detail-3 dl dd:last-child {
    border-bottom: none;
}

.hotel-detail-3 dl dd:nth-of-type(1) {
    display: block;
}

.hotel-detail-3 dl dd:nth-of-type(2) {
    display: block;
}

.hotel-detail-3 dl dd:nth-of-type(3) {
    display: block;
}

.detail-more {
    height: 75px;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.detail-more img {
    vertical-align: middle;
    margin-left: 10px;
}

.detail-more .act1 {
    display: inline-block;
}

.detail-more .act2 {
    display: none;
}

.detail-more-act .act1 {
    display: none;
}

.detail-more-act .act2 {
    display: inline-block;
}

.block {
    height: 61px;
    width: 100%;
}

.returnTop {
    position: fixed;
    z-index: 200;
    right: 10px;
    bottom: 40px;
}

.photography-detail-1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
}

.photography-detail-1 .title {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 22px;
}

.photography-detail-1 .level {
    margin-bottom: 30px;
}

.photography-detail-1 .level span {
    font-size: 24px;
    color: #999999;
    line-height: 24px;
}

.photography-detail-1 .level b {
    color: #ea5d95;
    display: inline-block;
    margin-right: 20px;
}

.photography-detail-1 .price {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
}

.photography-detail-1 .label {
    margin-bottom: 20px;
}

.photography-detail-1 .label span {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    background: #ea5d95;
    border-radius: 25px;
    line-height: 24px;
    color: #fff;
    margin-right: 20px;
}

.photography-detail-1 .label span:last-child {
    margin-right: 0;
}

.photography-detail-1 .desc {
    font-size: 15px;
    color: #666666;
}

.photography-detail-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.photography-detail-2 .detail {
    padding-left: 35px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
    line-height: 79px;
    position: relative;
}

.photography-detail-2 .detail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.photography-detail-2 .detail span {
    width: calc(90% - 35px);
    display: inline-block;
}

.photography-detail-2 .detail:last-child {
    border-bottom: none;
    color: #333333;
}

.photography-detail-2 .detail-a {
    background: url(../images/hotel-detail-2a.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.photography-detail-2 .detail-b {
    background: url(../images/hotel-detail-2b.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.photography-detail-2 .detail-c {
    background: url(../images/hotel-detail-2c.png) no-repeat left center, url(../images/hotel-detail-2d.png) no-repeat right center;
}

.photography-detail-3 {
    border-top: 1px solid #e6e6e6;
}

.photography-detail-3 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
}

.photography-detail-3 .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.photography-detail-3 .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.photography-detail-4 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.photography-detail-4 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
    border-bottom: 1px solid #f5f5f5;
}

.photography-detail-4 .shaixuan {
    padding: 30px 0 0;
    border-bottom: 1px solid #f5f5f5;
}

.photography-detail-4 .shaixuan ul li {
    font-size: 16px;
    color: #666666;
    float: left;
    width: 31.33%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.photography-detail-4 .shaixuan ul li.act {
    border: 1px solid #ea5d95;
    background: #ea5d95;
    color: #fff;
}

.photography-detail-4 .list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.photography-detail-4 .list ul li .pic {
    width: 30%;
    border-radius: 5px;
}

.photography-detail-4 .list ul li .pic img {
    border-radius: 5px;
}

.photography-detail-4 .list ul li .text {
    width: 65%;
}

.photography-detail-4 .list ul li .text h1 {
    font-size: 20px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 30px;
    width: 100%;
}

.photography-detail-4 .list ul li .text h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ea5d95;
    margin-bottom: 18px;
}

.photography-detail-4 .list ul li .text h3 {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.photography-detail-4 .list ul li:last-child {
    border-bottom: none;
}

.photography-detail-4 .hunsha-center>div {
    display: none;
}

.photography-detail-4 .hunsha-center>div.show {
    display: block;
}

.plan-detail-1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
}

.plan-detail-1 .title {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 22px;
}

.plan-detail-1 .price {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
}

.plan-detail-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.plan-detail-2 .detail {
    padding-left: 35px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
    line-height: 79px;
    position: relative;
}

.plan-detail-2 .detail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.plan-detail-2 .detail span {
    width: calc(90% - 35px);
    display: inline-block;
}

.plan-detail-2 .detail:last-child {
    border-bottom: none;
    color: #333333;
}

.plan-detail-2 .detail-a {
    background: url(../images/hotel-detail-2a.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.plan-detail-2 .detail-b {
    background: url(../images/hotel-detail-2b.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.plan-detail-2 .detail-c {
    background: url(../images/hotel-detail-2c.png) no-repeat left center, url(../images/hotel-detail-2d.png) no-repeat right center;
}

.plan-detail-3 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.plan-detail-3 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
    border-bottom: 1px solid #f5f5f5;
}

.plan-detail-3 .list {
    padding: 30px 0 0;
}

.plan-detail-3 .list ul li {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px;
}

.plan-detail-3 .list ul li img {
    width: 100%;
}

.plan-detail-3 .list ul li:nth-of-type(2n) {
    margin-right: 0;
}

.plan-detail-4 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.plan-detail-4 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
    border-bottom: 1px solid #f5f5f5;
}

.plan-detail-4 .shaixuan {
    padding: 30px 0 0;
    border-bottom: 1px solid #f5f5f5;
}

.plan-detail-4 .shaixuan ul li {
    padding: 14px 0;
    float: left;
    width: 31.33%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}

.plan-detail-4 .shaixuan ul li h1 {
    color: #666666;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

.plan-detail-4 .shaixuan ul li h2 {
    color: #ea5d95;
    font-size: 16px;
    line-height: 16px;
}

.plan-detail-4 .shaixuan ul li.act {
    border: 1px solid #ea5d95;
    background: #ea5d95;
    color: #fff;
}

.plan-detail-4 .shaixuan ul li.act h1 {
    color: #fff;
}

.plan-detail-4 .shaixuan ul li.act h2 {
    color: #fff;
}

.plan-detail-4 .list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.plan-detail-4 .list ul li .pic {
    width: 30%;
    border-radius: 5px;
}

.plan-detail-4 .list ul li .pic img {
    border-radius: 5px;
}

.plan-detail-4 .list ul li .text {
    width: 65%;
}

.plan-detail-4 .list ul li .text h1 {
    font-size: 20px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 30px;
    width: 100%;
}

.plan-detail-4 .list ul li .text h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ea5d95;
    margin-bottom: 18px;
}

.plan-detail-4 .list ul li .text h3 {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.plan-detail-4 .list ul li:last-child {
    border-bottom: none;
}

.car-detail-1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
}

.car-detail-1 .title {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 22px;
}

.car-detail-1 .detail {
    margin-bottom: 20px;
}

.car-detail-1 .detail:last-child {
    margin-bottom: 0;
}

.car-detail-1 .detail span {
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    display: inline-block;
    min-width: 80px;
    margin-right: 5px;
}

.car-detail-1 .model div {
    display: inline-block;
    height: 28px;
    padding: 0 29px;
    border: 1px solid #e6e6e6;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;
}

.car-detail-1 .color ul {
    display: inline-block;
}

.car-detail-1 .color ul li {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #ededed;
    border-radius: 50%;
    margin-right: 30px;
}

.car-detail-1 .color ul li.act {
    border: 1px solid #ea5d95;
}

.car-detail-1 .color ul li div {
    width: 24px;
    height: 24px;
    margin: 3px auto;
    border-radius: 50%;
}

.car-detail-1 .time1 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    padding: 0 40px 0 20px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: url(../images/select.png) no-repeat 85% center;
}

.car-detail-1 .time1 input {
    outline: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 28px;
    width: 150px;
    text-align: center;
}

.car-detail-1 .time2 div {
    display: inline-block;
    height: 28px;
    padding: 0 29px;
    border: 1px solid #e6e6e6;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;
}

.car-detail-1 .price b {
    font-weight: 100;
    color: #ea5d95;
    line-height: 30px;
    font-size: 20px;
}

.car-detail-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.car-detail-2 .detail {
    padding-left: 35px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
    line-height: 79px;
    position: relative;
}

.car-detail-2 .detail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.car-detail-2 .detail span {
    width: calc(90% - 35px);
    display: inline-block;
}

.car-detail-2 .detail:last-child {
    border-bottom: none;
    color: #333333;
}

.car-detail-2 .detail-a {
    background: url(../images/hotel-detail-2a.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.car-detail-2 .detail-b {
    background: url(../images/hotel-detail-2b.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.car-detail-2 .detail-c {
    background: url(../images/hotel-detail-2c.png) no-repeat left center, url(../images/hotel-detail-2d.png) no-repeat right center;
}

.car-detail-3 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.car-detail-3 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
    border-bottom: 1px solid #f5f5f5;
}

.car-detail-3 .list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.car-detail-3 .list ul li .pic {
    width: 30%;
    border-radius: 5px;
}

.car-detail-3 .list ul li .pic img {
    border-radius: 5px;
}

.car-detail-3 .list ul li .text {
    width: 65%;
}

.car-detail-3 .list ul li .text h1 {
    font-size: 20px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 30px;
    width: 100%;
}

.car-detail-3 .list ul li .text h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ea5d95;
    margin-bottom: 18px;
}

.car-detail-3 .list ul li .text h3 {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.car-detail-3 .list ul li:last-child {
    border-bottom: none;
}

.car-detail-4 {
    border-top: 1px solid #e6e6e6;
}

.car-detail-4 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
}

.car-detail-4 .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.car-detail-4 .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.dress-detail-1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
}

.dress-detail-1 .title {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 22px;
}

.dress-detail-1 .level {
    margin-bottom: 30px;
}

.dress-detail-1 .level span {
    font-size: 24px;
    color: #999999;
    line-height: 24px;
}

.dress-detail-1 .level b {
    color: #ea5d95;
    display: inline-block;
    margin-right: 20px;
}

.dress-detail-1 .price {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
}

.dress-detail-1 .desc {
    font-size: 15px;
    color: #666666;
}

.dress-detail-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.dress-detail-2 .detail {
    padding-left: 35px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
    line-height: 79px;
    position: relative;
}

.dress-detail-2 .detail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dress-detail-2 .detail span {
    width: calc(90% - 35px);
    display: inline-block;
}

.dress-detail-2 .detail:last-child {
    border-bottom: none;
    color: #333333;
}

.dress-detail-2 .detail-a {
    background: url(../images/hotel-detail-2a.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.dress-detail-2 .detail-b {
    background: url(../images/hotel-detail-2b.png) no-repeat left center, url(../images/rjt.png) no-repeat right center;
}

.dress-detail-2 .detail-c {
    background: url(../images/hotel-detail-2c.png) no-repeat left center, url(../images/hotel-detail-2d.png) no-repeat right center;
}

.dress-detail-3 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.dress-detail-3 .title {
    line-height: 83px;
    font-size: 22px;
    color: #1a1a1a;
    border-bottom: 1px solid #f5f5f5;
}

.dress-detail-3 .list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.dress-detail-3 .list ul li .pic {
    width: 30%;
    border-radius: 5px;
}

.dress-detail-3 .list ul li .pic img {
    border-radius: 5px;
}

.dress-detail-3 .list ul li .text {
    width: 65%;
}

.dress-detail-3 .list ul li .text h1 {
    font-size: 20px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 30px;
    width: 100%;
}

.dress-detail-3 .list ul li .text h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ea5d95;
    margin-bottom: 18px;
}

.dress-detail-3 .list ul li .text h3 {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.dress-detail-3 .list ul li:last-child {
    border-bottom: none;
}

.hotel-list2 {
    border-bottom: 1px solid #e6e6e6;
}

.hotel-list2 ul li {
    padding: 30px 0px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px;
}

.hotel-list2 ul li:last-child {
    border-bottom: none;
}

.hotel-list2 ul li .pic {
    width: 30%;
}

.hotel-list2 ul li .text {
    width: 65%;
}

.hotel-list2 ul li .text .category {
    font-size: 15px;
    color: #a9a9a9;
    line-height: 15px;
    margin-bottom: 10px;
}

.hotel-list2 ul li .text .title {
    width: 100%;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
    margin-bottom: 20px;
}

.hotel-list2 ul li .text .title a {
    color: #1a1a1a;
}

.hotel-list2 ul li .text .shuju1 {
    margin-bottom: 20px;
}

.hotel-list2 ul li .text .shuju1>span {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    width: 50%;
}

.hotel-list2 ul li .text .shuju2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.hotel-list2 ul li .text .share {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.hotel-list2 ul li .text .share a {
    display: inline-block;
    margin-right: 15px;
}

.hotel-list2 ul li .text .share a:last-child {
    margin-right: 0;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    padding-left: 0!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #999!important;
    margin: 0!important;
}

.bdshare-button-style0-16 .bds_more {
    background: none!important;
}

.hotel-list2 ul li .bdshare-button-style0-16 .bds_weixin {
    background: url(../images/share1.png) no-repeat center / cover;
    height: 24px;
    width: 32px;
    margin-right: 15px!important;
}

.hotel-list2 ul li .bdshare-button-style0-16 .bds_qzone {
    background: url(../images/share2.png) no-repeat center / cover;
    height: 24px;
    width: 24px;
    margin-right: 15px!important;
}

.hotel-list2 ul li .bdshare-button-style0-16 .bds_tsina {
    background: url(../images/share3.png) no-repeat center / cover;
    height: 24px;
    width: 32px;
}

.hotel-list3 {
    border-bottom: 1px solid #e6e6e6;
}

.hotel-list3 ul li {
    padding: 30px 0px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px;
}

.hotel-list3 ul li:last-child {
    border-bottom: none;
}

.hotel-list3 ul li .pic {
    width: 30%;
}

.hotel-list3 ul li .text {
    width: 65%;
}

.hotel-list3 ul li .text .title {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #383838;
    margin-bottom: 30px;
}

.hotel-list3 ul li .text .title a {
    color: #383838;
}

.hotel-list3 ul li .text .shuju1 {
    margin-bottom: 20px;
}

.hotel-list3 ul li .text .shuju1>span {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.hotel-list3 ul li .text .shuju1 .like {
    background: url(../images/like.png) no-repeat center left;
    display: inline-block;
    padding-left: 25px;
    color: #666666;
    font-size: 18px;
    line-height: 18px;
}

.hotel-list3 ul li .text .shuju1 .like b {
    font-weight: 100;
    color: #ff5385;
}

.hotel-list3 ul li .text .shuju1 .share {
    background: url(../images/share-a.png) no-repeat center left;
    display: inline-block;
    padding-left: 25px;
    font-size: 18px;
    line-height: 18px;
}

.hotel-list3 ul li .text .shuju1 .share a {
    color: #999999;
}

.hotel-list3 ul li .text .date {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #999999;
}

.hotel-list3 ul li .text .date span {
    display: inline-block;
    margin-right: 5px;
    color: #ff5385;
}

.hotel-list3 ul li .text .canshu1 {
    width: 100px;
    height: 28px;
    line-height: 28px;
    background: #f6cd50;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
}

.hotel-list3 ul li .text .canshu2 {
    width: 100px;
    height: 28px;
    line-height: 28px;
    background: #ea5d95;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.hotel-list3 ul li .text .canshu2 a {
    color: #fff;
}

.hotel-list3 ul li .text .canshu3 {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.foot-detail {
    width: 100%;
    position: fixed;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 700;
}

.foot-detail>div {
    width: 50%;
    text-align: center;
    height: 100%;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

.foot-detail>div img {
    vertical-align: middle;
    margin-right: 10px;
}

.foot-detail .option1 {
    background: #f6cd50;
}

.foot-detail .option2 {
    background: #ea5d95;
    position: relative;
}

.foot-detail .option2 a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.head-text {
    height: 79px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    background: #fff;
}

.head-text .return {
    padding-top: 28px;
}

.center-text .title {
    font-size: 22px;
    line-height: 22px;
    color: #1a1a1a;
    text-align: center;
    margin: 25px 0;
}

.center-text .canshu {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    text-align: center;
    margin-bottom: 25px;
}

.center-text .canshu span {
    display: inline-block;
    margin-right: 15px;
}

.center-text .canshu span:last-child {
    margin-right: 0;
}

.center-text .zhuti {
    font-size: 15px;
    color: #666666;
    line-height: 36px;
}

.center-text .zhuti p {
    margin-bottom: 40px;
}

.center-text .zhuti p:last-child {
    margin-bottom: 0;
}

.center-text .zhuti .pic {
    width: 100%;
}

.center-text .zhuti .pic img {
    width: 100%;
}

.foot-text {
    padding: 30px 0;
}

.foot-text .foot-text1 {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 25px;
}

.foot-text .foot-text1 span {
    display: inline-block;
    margin-right: 15px;
}

.foot-text .foot-text1 span:last-child {
    margin-right: 0;
}

.foot-text .foot-text2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    display: table;
    margin: 0 auto;
}

.foot-text .foot-text2 a {
    display: inline-block;
    margin-right: 15px;
}

.foot-text .foot-text2 a:last-child {
    margin-right: 0;
}

.foot-text .foot-text2 .bdshare-button-style0-16 .bds_weixin {
    background: url(../images/share1.png) no-repeat center / cover;
    height: 24px;
    width: 32px;
    margin-right: 15px!important;
}

.foot-text .foot-text2 .bdshare-button-style0-16 .bds_qzone {
    background: url(../images/share2.png) no-repeat center / cover;
    height: 24px;
    width: 24px;
    margin-right: 15px!important;
}

.foot-text .foot-text2 .bdshare-button-style0-16 .bds_tsina {
    background: url(../images/share3.png) no-repeat center / cover;
    height: 24px;
    width: 32px;
}

.center-text .success {
    font-size: 18px;
    background: url(../images/popup-border.png) no-repeat top center #fff;
    border-radius: 5px;
    text-align: center;
    margin: 25px 0;
    padding-top: 60px;
}

.center-text .success-return {
    font-size: 14px;
    text-align: center;
    margin-top: 100px;
    color: #333;
}

.center-text .success-return a {
    color: #333;
}

.returnIn {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    padding: 5px;
    z-index: 200;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.returnIn img {
    margin-top: 2px;
    float: none;
    display: none;
}

.returnIn a>div {
    float: none;
    font-size: 12px;
    margin-top: 4px;
}

.returnIn a {
    color: #ea5d95;
}


/*媒体查询*/

@media (max-width: 500px) {
    .head .head-l {
        font-size: 15px;
    }
    .head .head-r .search {
        width: 40%;
    }
    .head .head-r .meau {
        width: 45%;
        margin-right: 0;
    }
    .head .head-r .meau span {
        width: 100%;
    }
    .head-son .head-r .search {
        width: 40%;
    }
    .head-son .head-r .meau {
        width: 45%;
        margin-right: 0;
    }
    .head-son .head-r .meau span {
        width: 100%;
    }
    .screen ul li .top {
        font-size: 16px;
    }
    .screen ul li .list h1 {
        font-size: 16px;
        line-height: 16px;
        margin: 15px 0;
    }
    .screen2 ul li .top {
        font-size: 16px;
    }
    .screen2 ul li .list h1 {
        font-size: 16px;
        line-height: 16px;
        margin: 15px 0;
    }
}

@media (max-width: 425px) {
    .index-1 ul li .text {
        line-height: 24px;
        font-size: 13px;
    }
    .index-1 ul li .pic img {
        width: 50%;
    }
    .head .head-l {
        background-size: 30% 10%;
        width: 15%;
    }
    .head .head-c {
        width: 70%;
    }
    .head .head-r {
        width: 15%;
    }
    .head-son .head-l {
        background-size: 30% 10%;
        width: 15%;
    }
    .head-son .head-c {
        width: 70%;
    }
    .head-son .head-r {
        width: 15%;
    }
    .index-3 .list ul li .text h1 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 18px;
    }
    .index-3 .list ul li .text h2 {
        font-size: 14px;
        line-height: 14px;
    }
    .index-3 .list ul li {
        height: 100px;
    }
    .index-3 .top h1 {
        line-height: 59px;
    }
    .index-3 .top h1 span {
        line-height: 65px;
    }
    .index-4 .list ul li .text {
        font-size: 16px;
        line-height: 16px;
    }
    .index-4 .list ul li .pic {
        margin-bottom: 10px;
    }
    .index-4 .list ul li {
        padding: 20px 0;
    }
    .index-4 .top h1 {
        line-height: 62px;
    }
    .index-4 .top h2 {
        line-height: 62px;
        font-size: 16px;
    }
    .index-4 .top {
        background-size: 3% 24%;
    }
    .index-2 .margin {
        height: 90px;
    }
    .index-2 .text h1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .index-2 .text h2 {
        font-size: 16px;
        line-height: 16px;
    }
    .index-2 .pic {
        padding-top: 10px;
    }
    .foot {
        padding: 20px 0;
    }
    .foot h2 {
        line-height: 20px;
    }
    .foot h3 {
        line-height: 20px;
    }
    .foot h1 {
        margin-bottom: 10px;
    }
    .meau-list>div {
        padding-top: 75px;
    }
    .meau-list .list ul li .pic {
        width: 70px;
        height: 70px;
    }
    .meau-list .list ul li .pic img {
        width: 35%;
    }
    .meau-list .list ul li .text {
        margin: 10px 0;
    }
    .meau-list .list ul li {
        margin-bottom: 10px;
    }
    .meau-list .tel h1 {
        margin-bottom: 10px;
    }
    .screen ul li {
        width: 23.5%;
        margin-right: 2%;
    }
    .screen ul li:last-child {
        margin-right: 0;
    }
    .screen ul li .top {
        background-size: 10% 10%;
        line-height: 58px;
        height: 58px;
    }
    .screen ul li .top .text {
        margin-left: 0;
    }
    .hotel-list ul li .text .title {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 16px;
    }
    .hotel-list ul li .text .price {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .hotel-list ul li .text .area {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .hotel-list ul li .text .area .area2 b {
        font-size: 18px;
        line-height: 18px;
    }
    .hotel-list ul li .pic {
        width: 35%;
    }
    .hotel-list ul li .text {
        width: 60%;
    }
    .screen {
        border-top: none;
    }
    .screen ul li .list {
        top: 60px;
    }
    .popup .box h1 {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .screen ul li .list {
        padding-left: 0;
    }
    .popup .box h2 {
        margin-bottom: 25px;
    }
    .popup .box .text {
        width: 65%;
    }
    .popup .box input {
        margin: 0 auto 30px;
    }
    .hotel-detail-1 {
        padding: 20px 0;
    }
    .hotel-detail-1 .title {
        margin-bottom: 20px;
    }
    .hotel-detail-1 .level {
        margin-bottom: 20px;
    }
    .hotel-detail-2 .detail {
        line-height: 59px;
        font-size: 14px;
    }
    .hotel-detail-3 dl dt {
        line-height: 62px;
    }
    .hotel-detail-3 dl dd .text h1 {
        margin-bottom: 10px;
    }
    .hotel-detail-3 dl dd .text h2 {
        margin-bottom: 6px;
    }
    .foot-detail {
        height: 50px;
    }
    .foot-detail>div {
        line-height: 50px;
    }
    .block {
        height: 51px;
    }
    .detail-more {
        height: 60px;
    }
    .photography-detail-1 {
        padding: 20px 0;
    }
    .photography-detail-1 .title {
        margin-bottom: 20px;
    }
    .photography-detail-1 .level {
        margin-bottom: 20px;
    }
    .photography-detail-1 .price {
        margin-bottom: 20px;
    }
    .photography-detail-1 .label {
        margin-bottom: 15px;
    }
    .photography-detail-2 .detail {
        line-height: 59px;
        font-size: 14px;
    }
    .photography-detail-3 .title {
        line-height: 62px;
    }
    .photography-detail-4 .title {
        line-height: 62px;
    }
    .photography-detail-4 .shaixuan ul li {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .photography-detail-4 .list ul li {
        padding: 20px 0;
    }
    .photography-detail-4 .list ul li .text h1 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .photography-detail-4 .list ul li .text h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .photography-detail-4 .list ul li .text h3 {
        font-size: 14px;
    }
    .plan-detail-1 {
        padding: 20px 0;
    }
    .plan-detail-1 .title {
        margin-bottom: 20px;
    }
    .plan-detail-2 .detail {
        line-height: 59px;
        font-size: 14px;
    }
    .plan-detail-3 .title {
        line-height: 62px;
    }
    .plan-detail-3 .list {
        padding-top: 20px;
    }
    .plan-detail-4 .title {
        line-height: 62px;
    }
    .plan-detail-4 .shaixuan {
        padding-top: 20px;
    }
    .plan-detail-4 .shaixuan ul li {
        margin-bottom: 20px;
    }
    .plan-detail-4 .list ul li {
        padding: 20px 0;
    }
    .plan-detail-4 .list ul li .text h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .plan-detail-4 .list ul li .text h2 {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .plan-detail-4 .list ul li .text h3 {
        font-size: 14px;
    }
    .plan-detail-4 .shaixuan ul li {
        width: 45%;
        margin-right: 5%;
    }
    .car-detail-1 {
        padding: 20px 0;
    }
    .car-detail-1 .title {
        margin-bottom: 20px;
    }
    .car-detail-1 .detail {
        margin-bottom: 15px;
    }
    .car-detail-1 .detail span {
        font-size: 16px;
    }
    .car-detail-2 .detail {
        line-height: 59px;
        font-size: 14px;
    }
    .car-detail-3 .title {
        line-height: 62px;
    }
    .car-detail-3 .list ul li {
        padding: 20px 0;
    }
    .car-detail-4 .title {
        line-height: 62px;
    }
    .car-detail-3 .list ul li .text h1 {
        margin-bottom: 20px;
    }
    .dress-detail-1 {
        padding: 20px 0;
    }
    .dress-detail-1 .title {
        margin-bottom: 20px;
    }
    .dress-detail-1 .level {
        margin-bottom: 20px;
    }
    .dress-detail-1 .price {
        margin-bottom: 20px;
    }
    .dress-detail-2 .detail {
        line-height: 59px;
        font-size: 14px;
    }
    .dress-detail-3 .title {
        line-height: 62px;
    }
    .dress-detail-3 .list ul li .text h1 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px;
    }
    .dress-detail-3 .list ul li .text h2 {
        margin-bottom: 13px;
        font-size: 18px;
        line-height: 18px;
    }
    .dress-detail-3 .list ul li .text h3 {
        font-size: 14px;
    }
    .dress-detail-3 .list ul li {
        padding: 20px 0;
    }
    .screen2 {
        border-top: none;
    }
    .screen2 ul li {
        width: 32%;
        margin-right: 2%;
    }
    .screen2 ul li:last-child {
        margin-right: 0;
    }
    .screen2 ul li .top {
        background-size: 10% 10%;
        line-height: 58px;
        height: 58px;
    }
    .screen2 ul li .top .text {
        margin-left: 0;
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .screen2 ul li .list {
        top: 60px;
        padding-left: 0;
    }
    .hotel-list2 ul li .pic {
        width: 40%;
    }
    .hotel-list2 ul li .text {
        width: 55%;
    }
    .hotel-list2 ul li .text .title {
        margin-bottom: 10px;
        line-height: 18px;
        font-size: 18px;
    }
    .hotel-list2 ul li .text .category {
        margin-bottom: 5px;
        line-height: 13px;
        font-size: 13px;
    }
    .hotel-list2 ul li .text .shuju1 {
        margin-bottom: 10px;
    }
    .hotel-list2 ul li .text .shuju2 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .hotel-list2 ul li .text .shuju1>span {
        font-size: 14px;
        line-height: 14px;
    }
    .hotel-list2 ul li .text .share {
        font-size: 14px;
    }
    .hotel-list2 ul li {
        padding: 20px 0;
    }
    .hotel-list3 ul li .text .title {
        margin-bottom: 20px;
    }
    .hotel-list3 ul li .text .shuju1 {
        margin-bottom: 15px;
    }
    .hotel-list3 ul li .text .date {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .hotel-list3 ul li .text .date span {
        display: block;
    }
    .hotel-list3 ul li .text .canshu1 {
        width: 45%;
        margin-right: 3%;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .hotel-list3 ul li .text .canshu2 {
        width: 45%;
        margin-right: 3%;
        font-size: 14px;
        margin-right: 10px;
    }
    .hotel-list3 ul li .text .canshu3 {
        width: 45%;
    }
    .hotel-list3 ul li .text .shuju1 .like {
        font-size: 14px;
    }
    .hotel-list3 ul li .text .shuju1 .share {
        font-size: 14px;
    }
    .hotel-list3 ul li {
        padding: 20px 0;
    }
    .center-text .title {
        font-size: 20px;
        line-height: 20px;
        margin: 15px 0;
    }
    .center-text .canshu {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .center-text .zhuti p {
        margin-bottom: 20px;
    }
    .center-text .zhuti {
        font-size: 13px;
        line-height: 28px;
    }
    .foot-text .foot-text1 {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .screen-center .shaixuan {
        padding: 0;
        padding-top: 10px;
    }
    .screen-center .shaixuan h1 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .screen-center .shaixuan ul li {
        line-height: 28px;
        font-size: 14px;
    }
    .screen-center .sure {
        margin-top: 20px;
        line-height: 30px;
        height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 407px) {
    .hotel-list ul li .text .option .option1 {
        width: 45%;
        margin-right: 10%;
    }
    .hotel-list ul li .text .option .option2 {
        width: 45%;
    }
    .popup .box h1 {
        width: 80%;
        margin: 0 auto 15px;
        line-height: 18px;
    }
    .popup .box h2 {
        width: 80%;
        margin: 0 auto 15px;
        line-height: 18px;
        font-size: 16px;
    }
    .popup .box h3 {
        width: 80%;
        margin: 0 auto;
        line-height: 18px;
    }
    .hotel-list ul li .text .price .price1 {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .hotel-list ul li .text .price .price2 {
        float: none;
        display: block;
    }
    .screen2 ul li .list h1 {
        font-size: 14px;
    }
    .hotel-list ul li .text .title .biaoqian {
        display: block;
        float: none;
        margin-top: 5px;
    }
    .hotel-list ul li .text .title {
        margin-bottom: 8px;
    }
}

@media (max-width: 375px) {
    .head .head-r {
        padding-top: 31px;
    }
    .head .head-r .search {
        width: 30%;
    }
    .head .head-r .meau span {
        margin-bottom: 5px;
    }
    .head .head-r .meau {
        width: 40%;
    }
    .index-1 ul li .pic img {
        width: 40%;
    }
    .index-1 ul li .text {
        line-height: 30px;
    }
    .banner {
        margin-bottom: 20px;
    }
    .index-3 .list ul li .pic {
        width: 35%;
    }
    .index-3 .list ul li .text h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .index-3 .list ul li .text h2 {
        font-size: 14px;
        line-height: 14px;
    }
    .index-3 .top h1 {
        font-size: 20px;
    }
    .index-4 .top h1 {
        font-size: 20px;
        line-height: 52px;
    }
    .index-4 .top h2 {
        font-size: 14px;
        line-height: 52px;
    }
    .index-4 .list ul li .text {
        font-size: 14px;
        line-height: 14px;
    }
    .screen ul li .top {
        font-size: 14px;
    }
    .hotel-list ul li .text .area {
        line-height: 20px;
    }
    .hotel-list ul li {
        padding: 15px 0;
    }
    .hotel-list ul li .text .area .area2 b {
        margin-right: 5px;
    }
    .popup .box .text {
        width: 80%;
    }
    .hotel-detail-1 .title {
        margin-bottom: 15px;
    }
    .hotel-detail-1 .level {
        margin-bottom: 15px;
    }
    .hotel-detail-2 .detail {
        line-height: 50px;
    }
    .hotel-detail-3 dl dt {
        line-height: 48px;
    }
    .hotel-detail-3 dl dd {
        padding: 15px 0;
    }
    .hotel-detail-3 dl dd .text h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .hotel-detail-3 dl dd .text h2 {
        font-size: 13px;
        line-height: 13px;
    }
    .detail-more {
        font-size: 16px;
    }
    .photography-detail-1 .title {
        margin-bottom: 15px;
    }
    .photography-detail-4 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .photography-detail-4 .shaixuan {
        padding-top: 15px;
    }
    .photography-detail-4 .shaixuan ul li {
        width: 45%;
        margin-right: 10%;
    }
    .photography-detail-4 .shaixuan ul li:nth-child(2n) {
        margin-right: 0;
    }
    .photography-detail-4 .shaixuan ul li:nth-child(3n) {
        margin-right: 10%;
    }
    .photography-detail-3 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .plan-detail-1 .title {
        margin-bottom: 15px;
    }
    .plan-detail-3 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .plan-detail-4 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .plan-detail-4 .list ul li .text h1 {
        margin-bottom: 10px;
    }
    .plan-detail-4 .list ul li .text h2 {
        margin-bottom: 10px;
    }
    .car-detail-3 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .car-detail-4 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .car-detail-3 .list ul li .text h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .car-detail-3 .list ul li .text h2 {
        font-size: 16px;
    }
    .dress-detail-1 .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .dress-detail-1 .level {
        margin-bottom: 15px;
    }
    .dress-detail-1 .price {
        margin-bottom: 15px;
    }
    .dress-detail-3 .title {
        line-height: 48px;
        font-size: 20px;
    }
    .dress-detail-3 .list ul li .text h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .dress-detail-3 .list ul li .text h2 {
        font-size: 16px;
        line-height: 16px;
    }
    .hotel-list3 ul li .pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .hotel-list3 ul li .pic img {
        width: 100%;
    }
    .hotel-list3 ul li .text {
        width: 100%;
        float: none;
    }
    .hotel-list3 ul li .text .title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .hotel-list3 ul li .text .shuju1 {
        margin-bottom: 10px;
    }
    .hotel-list3 ul li .text .date span {
        display: inline;
    }
    .screen-center .shaixuan h1 {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 350px) {
    .index-3 .top h1 {
        font-size: 16px;
        line-height: 50px;
    }
    .index-3 .top h1 span {
        font-size: 12px;
        line-height: 55px;
    }
    .index-3 .list ul li .text h1 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .index-3 .list ul li .text h2 {
        font-size: 12px;
        line-height: 12px;
    }
    .index-3 .list ul li .text {
        width: 50%;
    }
    .index-3 .list ul li .pic {
        width: 40%;
    }
    .index-3 .list ul li {
        height: 90px;
    }
    .index-4 .top h1 {
        font-size: 16px;
        line-height: 46px;
    }
    .index-4 .top h2 {
        font-size: 12px;
        line-height: 46px;
    }
    .hotel-list ul li .pic {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .hotel-list ul li .pic img {
        width: 100%;
    }
    .hotel-list ul li .text {
        width: 100%;
    }
    .screen ul li .top {
        font-size: 12px;
        line-height: 42px;
        height: 42px;
    }
    .hotel-detail-1 .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .hotel-detail-1 .level {
        margin-bottom: 10px;
    }
    .hotel-detail-1 .level span {
        font-size: 14px;
        line-height: 18px;
    }
    .hotel-detail-1 .level b {
        font-size: 18px;
        line-height: 14px;
    }
    .hotel-detail-1 .price {
        font-size: 14px;
        line-height: 14px;
    }
    .hotel-detail-3 dl dt {
        font-size: 18px;
    }
    .foot-detail>div {
        font-size: 16px;
    }
    .photography-detail-4 .list ul li {
        padding: 15px 0;
    }
    .hotel-list2 ul li .pic {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .hotel-list2 ul li .pic img {
        width: 100%;
    }
    .hotel-list2 ul li .text {
        width: 100%;
        float: none;
    }
    .screen2 ul li .list h1 {
        font-size: 12px;
    }
    .center-text .canshu {
        font-size: 12px;
    }
    .foot-text .foot-text1 {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }
    .screen-center .shaixuan ul li {
        font-size: 12px;
    }
    .page>div span {
        padding: 0 6px;
    }
    .page>div a {
        padding: 0 6px;
    }
    .hotel-list ul li .text .title .biaoqian {
        display: block;
        float: right;
        margin-top: 0;
    }
    .hotel-list ul li .text .title {
        margin-bottom: 15px;
    }
}