/*----reset start----*/

* {
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

html,
body {
    font-family:  pingfang sc,Arial, Helvetica, "Microsoft YaHei", SimHei, STHeiti, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    background-color: #fff;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    font-weight: normal;
}

img,
iframe {
    border: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}

select {
    margin: inherit;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}

section {
    position: relative;
}


/*----reset end----*/
.middle{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
.swiper{
    width: 100%;
    text-align: center;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-pagination1{
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 20;
}
.swiper-pagination-bullet {
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #887d7a;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.detail-title{
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
    color: #000;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0px;
    padding: 20px 19px 15px 19px;
    /*border-top: 0.5px solid #e6e6e6;*/
}
.detail-address span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/local.png) no-repeat;
    background-size: 8px 11px;
    background-position: center;
    margin: 0px 6px 0px 19px;
    vertical-align: middle;
}
.detail-address{
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 50px;
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
}
.buyticket{
    width: 100%;
    padding: 17px 19px;
    background-color: #f1f1f1;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 35px;
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
}
.buy-h2{
    font-size: 12px;
    color: #9b966e;
    line-height: 18px;
    height: 18px;
}
.buy-h1{
    color: #6e6e6e;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}
.buyticket i{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    background: url(../img/arrow-right.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.download-top{
    width: 100%;
    padding: 24px 19px 19px 19px;
    background:url(../img/into.png) no-repeat;
    background-size: auto 100%;
    background-position: 19px center;
    position: relative;
    box-sizing: border-box;
    /*border: 1px solid red;*/
    margin-top: 19px;
    margin-bottom: 24px;
}
.download-top a{
    background-color: #45c4d7;
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
    position: absolute;
    top: calc(50% - 15px);
    right: 19px;
}
.detail-content{
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
    text-align: justify;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 0px 19px;
    margin-bottom: 20px;
}
.detail-tag{
    padding: 0px 19px 40px 19px;
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
}
.module-title{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 19px;
}
.detail-tag span{
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    height: 24px;
    margin-right: 15px;
    color: #6e6e6e;
    border:0.5px solid #6e6e6e;
    text-align: center;
    line-height: 24px;
    padding: 0px 7px;
    margin-bottom: 10px;
}
.info{
    padding: 25px 19px;
    background-color: #e6eef0; 

}
.info-content{
    color: #6e6e6e;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
}
.info-title{
    color: #000;
    margin-right: 23px;
}
.user{
    padding: 34px 19px 10px 19px;
}
.user-icon{
    font-size: 0px;
    display: inline-block;
    width: 222px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
}
.user-icon img{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 15px;
    vertical-align: middle;
}
.more-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    line-height: 40px;
}
.comment{
    width: 100%;
    padding: 34px 19px 0px;
    box-sizing: border-box;
    border-top: 0.5px solid #c8c8c8;
    font-size: 0;
    margin-top: 20px;
} 
.comment-user{
    width: 100%;
}
.comment-user-icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-right: 14px;
    vertical-align: top;
}
.comment-right{
    display: inline-block;
    width: calc(100% - 50px);
}
.comment-user-name{
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}
.comment-content{
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
    color: #4a4a4a;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 14px;
    line-height: 17px;
}
.comment-img-box{
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}
.comment-img{
    display: inline-block;
    margin :0px 9px 17px 0px;
    width: 85px;
    height: auto;
}
.comment-download{
    color: #6ec7d9;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.module-title2{
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    margin-top: 60px;
    margin-bottom: 19px;
    clear: both;
}
.topic-title{
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    margin: 60px 19px 19px 19px;
}
.topic-slide{
    width: 100%;
    height: 125px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}
/*.topic-slide img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: -50%;
}*/ 
.topic-slide a{
    position: relative;
    top: -130px;
}
.slide-title{
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 125px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}
.recommend,.nearby{
    padding: 0px 0px 19px 19px;
}
.recommend-merchant,.nearby-merchant{
    display: inline-block;
    font-size: 0;
    margin-right: 19px;
    width: calc(50% - 19px);
    height: 200px;
    float: left;
}
.clear{
    width: 0px;
    height: 40px;
    clear: both;
}
.recommend-img{
    width: 100%;
    height: auto;
}
.nearby-merchant .nearby-img{
    width: 100%;
    height: auto;
}
.recommend-h1,.nearby-h1{
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 20px;
    margin-top: 13px;
    margin-bottom: 9px;
}
.recommend-h2,.nearby-h2{
    font-family: 'pingfang sc light',sans-serif;
    font-weight: lighter;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-bottom{
    width: 100%;
    height: 67vw;
    background:url(../img/into.gif) no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin-top: 1rem;
    float: left;
}
/*2017.7.25 into下载 吸底部分*/
.down_into{
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    padding: 13px 14px;    
}
.down_into .content_l{
    float: left;
}
.content_l .title{
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #44c4d6;
    padding-bottom: 6px;
    padding-left: 82px;
}
.content_l .title .num_img{
    position: absolute;
    top: -45px;
    left: 0px;
    width: 80px;
    height: 62px;

}
.content_l .desc{
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}
.down_into .content_r{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 14px;
}
.content_r a{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    background-color: #44c4d6;
    color: #fff;
}

@media screen and (min-width: 620px) {
    body{
        background: #f1f1f1;
    }
    .recommend-merchant,.nearby-merchant{
        height: 278px;
    }
    .clear{
        height: 73px;
    }
    .middle{
        background: #fff;
        width: 620px;
        margin: 0px auto;
    }
    .download-bottom{
        height: 415.5px;
    }
}