﻿.pageWrap {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding:15px 20px;
}
.topHeader {
    margin-bottom:15px;
}
.topHeader h1 {
    text-align:left;
    font-size: 22px;
    font-weight:bold;
    line-height:30px;
    color:#1b1b1b;
}
.secInfo {
    display:flex;
    margin-top:15px;
}
.secInfo .l{
    display:flex;
    flex:1;
}
.secInfo .l .logo{
    width:60px;
    background-image:url("../images/logoHdlist.png");
    background-size:50px 50px;
    background-repeat:no-repeat;
    background-position: center;
    border-radius:50px;
}
.secInfo .l .logo img{
    width:50px;
    height:50px;
}
.secInfo .l .authorAndTime{
    flex:1;
}
    .secInfo .l .authorAndTime .t {
        font-size:14px;
        color: gray;
    }
    .secInfo .l .authorAndTime .b {
        color:gray;
    }
    .secInfo .l .authorAndTime div {
        line-height:25px;
    }
.huadianName {
    line-height:50px;
    font-size:14px;
}
.secInfo .r{
    width:93px;
    display:flex;
}
    .secInfo .r img {
        height:26px;
    }
    .secInfo .openwxBtn {
        margin:auto 0;
        background-image:url("../images/weixinzixunbtn.png");
        background-size:93px 28px;
        background-repeat:no-repeat;
        background-position: center;
        width:93px;
        height:28px;
        margin:auto;
        border-radius:3px;
    }

.mBody p{
    line-height:28px;
    font-size:16px;
    margin-bottom:20px;
    letter-spacing:1.2px;
}
.mBody a p {
    color:gray;
}

    .mBody p img {
        width:-webkit-fill-available;
        max-width: 400px;
        margin: 0px auto;
        display: block;
    }

.mBody h2{
    text-align:left;
    margin-bottom:20px;
    font-size:16px;
}

.mBody ul {
    margin-left:30px;
    margin-bottom:20px;
}
.mBody ul a {
    color:gray;
}
.mBody li {
    line-height:28px;
    font-size:16px;
    letter-spacing:1.2px;
    list-style:disc;
    margin-bottom:10px;
}
/*.userFeedback li {
    line-height:24px;
    margin-bottom:5px;
}*/

.huadianList .gp{
    display:inline-block;
    background-image:url("../images/lianxifangshibtn.png");
    width:138px;
    height:40px;
    margin-left:15px;
    background-size:138px 40px;
    background-repeat:no-repeat;
    vertical-align: middle;
    cursor:pointer;
}

.cardSection {
    width:95%;
    background-color:#f8f8fa;
    border-radius:15px;
    display:flex;
    margin:15px auto;
    cursor:pointer;
}
.cardSection .l{
    flex:1;
    margin:auto 0 auto 15px;
}
    .cardSection .l .t {
        font-size:15px;
        letter-spacing:0.1px;
    }
    .cardSection .l .b {
        color:gray;
        font-size:13px;
        margin-top:3px;
    }
.cardSection .r{
    width:130px;
    height:80px;
    border-radius:15px;
    padding-top:15px;
}
    .cardSection .r img {
        width:36px;
        margin-top:12px;
        border-radius:5px;
        margin-right: 5px;
    }

.f_cardSection .r{
    width:60px;
}

.hdContactWay {
    display:inline-block;
}
.hdContactWay img{
    height:26px;
}

