html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
html,body,.wrap{
    height: 100%;
}
.wrap{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding-top: 186px;
    min-height: 100%;
    height: auto;
}
a {
    color: #007bff;
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}
img {
    vertical-align: middle;
    border-style: none
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}
a {
    color: #333;
    text-decoration: none;
    font-size: 1rem
}

a:hover {
    color: #000;
    text-decoration: none
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.wrap{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.main-header .searchBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 10;
    background: #fff;
}
.main-search-box {
    flex: 1;
    position: relative
}
.search-icon {
    width: 1rem;
    height: 1rem;
    background-position: -1.035714rem -0.571429rem;
    position: absolute;
    top: 1.14rem;
    left: .714286rem;
    z-index: 20
}
.main-header input {
    height: 2.5rem;
    font-size: 1rem;
    padding-left: 2.142857rem;
    margin-top: .357143rem;
    border-radius: 1.142857rem;
    background: #f0f0f2;
    border: 0;
    width: 100%;
    color: #8e8e93;
    outline: 0
}

.searchBox a{
    padding: 0 10px;
}

.channel-list-tabbar-box {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    background: #fff
}

.channel-list-tabbar i {
    width: .5rem;
    height: .357143rem;
    margin-left: .285714rem;
    position: relative;
    font-style: inherit;
}
.channel-list-tabbar i::after {
     content: '▼';
     font-size: 8px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     pointer-events: none;
 }

.channel-list-tabbar i.on {
    background-position: -3.214286rem -3.75rem
}

.channel-list-tabbar>ul,.channel-list-tabbar>ul>li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center
}

.channel-list-tabbar>ul>li {
    cursor: pointer
}

.channel-list-tabbar>ul>li>span {
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    max-width: 85px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.channel-list-tabbar>ul>li.on {
    color: #5d9ef8
}

.channel-list-tabbar>ul>li>.limit-opt-title {
    max-width: 7.142857rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gqsj-mask {
    position: fixed;
    z-index: 9;
    max-width: 600px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background-color: #000;
    opacity: 0.3;
    display: none
}
.channel-tabbar-content {
    position: fixed;
    top: 186px;
    z-index: 10;
    background: #fff;
    width: 100%;
    max-width: 600px;
    display: none
}

.channel-tabbar-content>.select-box>ul,.channel-tabbar-content>.region-box>ul {
    height: 26.857143rem;
    overflow-x: hidden;
    padding-top: 15px;
}

.channel-tabbar-content>.select-box>ul>li,.channel-tabbar-content>.region-box>ul>li {
    padding-left: 1.071429rem;
    height: 40px;
}

.channel-tabbar-content>.select-box>ul>li:hover {
    background: #f2f2f2
}

.channel-tabbar-content>.select-box a,.channel-tabbar-content>.region-box a {
    font-size: 1.071429rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.channel-tabbar-content>.select-box .on a{
    color: #5d9ef8;
}

.channel-tabbar-content>.tabbar-content-common {
    margin-left: 1.071429rem;
    margin-right: 1.071429rem;
    overflow-x: hidden
}

.channel-tabbar-content>.tabbar-content-common>h2 {
    font-size: 1.071429rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 2rem
}

.channel-tabbar-content>.tabbar-content-common>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.channel-tabbar-content>.tabbar-content-common>ul.min-max {
    justify-content: flex-start
}

.channel-tabbar-content>.tabbar-content-common>ul.min-max>li {
    margin-right: .714286rem
}

.channel-tabbar-content>.tabbar-content-common>ul>li {
    margin-bottom: 1.714286rem
}

.common-duration {
    margin-top: 1.285714rem
}

.channel-tabbar-content>.tabbar-content-common>.wrap:after {
    content: "";
    width: 7.5rem
}

.channel-tabbar-content>.tabbar-content-common a,.channel-tabbar-content #custom-button {
    display: block;
    width: 7.5rem;
    height: 2.428571rem;
    line-height: 2.428571rem;
    border-radius: 1.214286rem;
    text-align: center;
    font-size: .857143rem
}

.channel-tabbar-content>.tabbar-content-common a,.channel-tabbar-content #custom-button {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #333
}

.channel-tabbar-content>.tabbar-content-common a.on {
    color: #5d9ef8;
    background: #e5f0ff
}

.channel-tabbar-content>.tabbar-content-common input {
    display: block;
    width: 7.5rem;
    height: 2.428571rem;
    line-height: 2.428571rem;
    border-radius: 1.214286rem;
    text-align: center;
    font-size: .857143rem
}

.channel-tabbar-content>.tabbar-content-common input {
    background: #fff;
    border: 1px solid #f3f3f3;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}
.common-list-item {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
    box-sizing: content-box;
    display: flex;
    flex-direction: column
}

.common-list-item header .title {
    font-size: 20px;
    font-weight: 700;
    color: #0007f8;
}
.common-list-item header .title font{
    color: red;
}
.common-list-item header .title span{
    color: #333333;
    font-size: 20px;
    letter-spacing: -2px;
    padding-right: 5px;
}

.common-list-item header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    position: relative
}

.common-list-item .text-wrapper .share-redpacket {
    position: static;
    margin-right: .714286rem
}

.common-list-item .text-wrapper h3 {
    flex: 1
}

.common-list-item p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* 显示3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-list{
    padding: 0 15px;
}
.publish-info-date {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}
.publish-info-date  span {
    font-size: 14px;
    color: #aaa  !important;
}
.about-price {
    display: flex;
    justify-content: space-between;
}
.about-price > div {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-price > div > span {
    font-size: .857143rem;
    color: #aaa;
}
.about-price > div > strong {
    color: #fc6964;
    font-size: 1.142857rem;
}



.info-footer{
    height:50px;
    width:100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    position: fixed;
    bottom:0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size:15px;
    opacity: 0.92;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-footer a{
    font-size: 14px;
    color: #FFFFFF;
    flex-grow: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff;
}
.info-footer img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#weixin{
    position:fixed;width: 100%;height: 100%;display:none;align-items: center;justify-content: center;background: rgba(0,0,0,0.5);z-index: 10000;left: 0;top: 0;
}
#weixin.on{
    display: flex;
}