*{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
.shareAllCons{
    width: 100%;
    height: 100%;
}
.topVideo{
    width: 100%;
    height: 200px;
    background: url("../1_02.gif") no-repeat;
    background-size: 100% 100%;
}
.topVideo div{
   width:100% !important;
   height:100% !important;
   margin-left:0 !important;
}
.topVideo video{
   width:100% !important;
   height:100% !important;
   margin-left:0 !important;
}
.contentPart{
    width: 100%;
    height: 100%;
}
.conPartTitle{
    width: 100%;
    padding-top: 0px;
    background-color: #fafafa;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0 2px 0 0 #fafafa,0 2px 0 0 #fafafa;
    overflow: hidden;
}
.conPartTitle .partUl li{
    float: left;
    width: 25%;
    margin-left: 20px;
    padding: 8px 0;
    text-align: center;
    font-size: 1.5rem;
    font-family: "微软雅黑";
    color: #8b8687;
    cursor: pointer;
}
.setClass{
    color: #ff5d54 !important;
    border-bottom: 3px solid #ff5d54;
    background-color: #fafafa !important;
}
.clear{
    clear: both;
}
.talkContents{
    width: 92%;
    padding-top: 10px;
    margin: auto;
}
.talkContents ul li{
    width: 100%;
    display: inline-block;
    /*margin-top: 5px;*/
    font-size: 14px;
    line-height: 20px;
    font-family: "微软雅黑";
}
.headerName{
    /*width: 30%;*/
    color: #40b8e0;
    display: inline-block;
    float: left;
}
.conSpans{
    color: #333;
    /*display: inline-block;*/
    /*width: 70%;*/
    text-align: left !important;
    padding-left: 10px;
    /*float: right;*/
}
.numberTotail{
    color: #ff5d54 !important;
    text-decoration: none;
}
.totailNumber{
    width: 35%;
    padding: 10px 0;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(239,239,239,.8);
    color: #fa6a63;
    font-size: 15px;
    <!--font-weight: bold;-->
    cursor: pointer;
    position: fixed;
    bottom: 24%;
    right: 3%;
}
.totailNumber .upDown{
    display: inline-block;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.clickZan{
    width: 50px;
    height: 50px;
    background-color: rgba(239,239,239,.8);
    border-radius: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 25px;
    color: #fa6a63;
    position: fixed;
    bottom: 14%;
    right: 3%;
}
.clickZanAfter{
    background-color: #fa6a63;
    color: #ffffff;
}

