*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-size: 16px;
    font-family:"PingFang SC",Helvetica,Arial,"微软雅黑","黑体";
    color: #333;
    text-decoration: none;
}
.scrapt{
    margin: 0 2.5%;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}

.header{
    height: 50px;
    background: #67053a;
    line-height: 50px;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
}
.header .scrapt{
    position: relative;
}
.header .left{
    position: absolute;
}
.header .left .icon,.header .left span{
    float: left;
}
.header .left .icon{
    width: 22%;
    margin-top: 15px;
}
.header .left .icon img{
    width: 100%;
    display: block;
}
.header .left span{
    font-size: 16px;
    margin-left: 10%;
}
.header .left span,
.header h3{
    color: #fff;
}
.header h3{
    text-align: center;
    font-size: 17px;
}
.content .top{
    padding-top: 15px;
    overflow: hidden;
}
.content .top .headImg,
.content .top .name{
    float: left;
}
.content .top .headImg img{
	width:100%;
	height:100%;
}
.content .top .name{
    margin-left: 4%;
}
.content .top .headImg{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    overflow: hidden;
}
.content .top .name h3{
    font-weight: bold;
    font-size: 16px;
}
.content .top .name h4{
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}
.content .top .icon{
    float: right;
    width: 5%;
}
.content .top .icon img{
    width: 100%;
}
.content .title,
.content .exp{
    display: block;
}
.content .title{
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}
.content .exp{
    font-size: 15px;
    line-height: 22px;
    margin-top: 3px;
    letter-spacing: 1.5px;
}
.content .exp img{
    max-width: 100%;
    width: auto;
    margin: 5px 0;
    vertical-align: middle;
}
.content .zanpl{
    overflow: hidden;
}
.content .zanpl .share,
.content .zanpl .zan,
.content .zanpl .store{
    float: right;
    margin-left: 4%;
}
.content .zanpl .store,
.content .zanpl .share,
.content .zanpl .zan,
.content .zanpl .zan span{
    color: #999;
    font-size: 15px;
}
.content .zanpl .storeSel,
.content .zanpl .zanSel{
    color: #67053a;
}
.comment{
    margin-top: 15px;
}
.commmentList li .information{
    overflow: hidden;
}
.commmentList li .headImg{
    float: left;
}
.commmentList li .name{
    overflow: hidden;
    width: 100%;
}
.commmentList li .headImg{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    overflow: hidden;
}
.commmentList li .headImg img{
    width: 100%;
    height: 100%;
}
.commmentList li .name .nameLeft{
    float: left;
}
.commmentList li .name h2{
    font-size: 15px;
    font-weight: bold;
}
.commmentList li .name h3{
    color: #666;
    font-size: 14px;
}
.commmentList li .name h4{
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}
.commmentList li .hf,
.commmentList .lookAll a{
    float: right;
    color: #35a6c8;
    font-size: 13px;
}
.inforRight{
    float: left;
    margin-left: 4%;
    width: 84%;
}
.commmentList .hfpl{
    margin-top: 15px;
}
.commmentList .hfpl .line{
    margin-bottom: 4px;
}
.commmentList .hfpl .line .nameOne,
.commmentList .hfpl .line .nameTwo {
    color: #35a6c8;
}
.commmentList .hfpl .line,
.commmentList .hfpl .line .nameOne,
.commmentList .hfpl .line .nameTwo,
.commmentList .hfpl .line a{
    font-size: 15px;
}
.commmentList .hfpl .line .nameOne{
    margin-right: 2%;
}
.commmentList .lookAll{
    overflow: hidden;
}
.commmentList li{
    margin-bottom: 15px;
}

/*弹框*/
.popBox{
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    height: 1000px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.popTopic{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;

    text-align: center;
    background: #fff;
    border-radius: 4px;
    z-index: 3;
}
.popTopic h3{
    font-size: 18px;
    height: 62%;
    text-align: center;
}
.popTopic .submit{
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: 38%;
}
.popTopic .submit a{
    float: left;
    width: 50%;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-size: 17px;
    color: #67053a;
}
.popTopic .submit a:last-child{
    border-right: 0;
}
.Publish{
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow:1px 2px 1px #f7f7f7 inset;
    position: fixed;
    bottom: 0;
    left: 0;
}
.Publish .left,
.Publish .right{
    float: left;
    height: 35px;
    margin-top: 9px;
}
.Publish .left{
    width: 76%;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
}
.Publish .right{
    width: 22%;
    margin-left: 2%;
    line-height: 35px;
    border-radius: 4px;
    background: #67053a;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.Publish .left i,
.Publish .left input{
    position: absolute;
    bottom: 2px;
}
.Publish .left i{
    width: 8%;
    left: 2%;
}
.Publish .left i img{
    width: 100%;
    display: block;
}
.Publish .left input{
    width:80%;
    left: 14%;
    outline: none;
    border: 0;
}



/*展会使用须知*/
.c-title{ font-size:17px; text-align:center; padding-top:10px;}
.cxz-title{ margin-bottom:10px; margin-top:15px;}
.cxz-title,.cxz-text{ font-size:14px;}
.cxz-text{ margin-left:15px; margin-right:15px; padding-left:22px; text-indent:-22px;}

/*二维码*/
.ahd-title{ text-align:center; font-size:16px; color:#222; padding:20px 0 10px 0;}
.ahdd-text,.ahdi-text{ text-align:center; font-size:12px;}
.ahdd-text b,.ahdi-text b{ font-size:12px; font-weight:bold;}
.ahdd-img,.ahdi-img{ width:53.87%; margin:auto; text-align:center;}
.ahdd-img img,.ahdi-img img{ width:100%;object-fit:contain;}
.ahdd-text,.ahdi-text{ margin:8px 0 20px 0;}





@media screen and (min-width: 1080px){
    .box{
        width:680px;
        margin: 0 auto;
    }
    .scrapt{
        margin: 0 10px;
    }
    .header,
    .Publish{
        width: 35.4%;
        left: 32.3%;
    }
    .inforRight{
        width: 90%;
    }
    .popTopic{
        left:0;
        width: 22%;
        height: 110px;
    }
    .Publish .left i{
        width: 4.5%;
    }
}
@media screen and (max-width: 320px){
    .content .top .icon{
        width: 5.5%;
    }
	.ahdd-text,.ahdi-text{ margin:2px 0 18px 0;}
}
@media screen and (min-width: 414px) and (max-width: 600px){
    .Publish .left i{
        width: 7%;
    }
}
@media screen and (min-width: 320px) and (max-width: 800px){
    .popTopic{
        width: 75vw;
        height: 35vw;
    }
}
















































































