/*主体内容开始*/
.main{
    margin-bottom: 513px;
}
.main .floor1{
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}

.main .floor1 .floor1-right-item2{
    margin-top: 56px;
}

.main .floor1 .floor1-right p{
    font-size: 14px;
    color:#848181 ;
    text-align: center;
    margin-top:17px;
}
.main .floor1 .floor1-left-item2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.main .floor1 .floor1-left-share{
    display: flex;
    justify-content: space-between;
}
.main .floor1 .floor1-left-item2>span{
    font-size: 18px;
    color: #848181;
    line-height: 41px!important;
    line-height: 51px;
}
.main .floor1 .floor1-left-share>span{
    font-size: 14px;
    color: #848181;
    display: block;
    line-height: 44px;
}
.main .floor1 .floor1-left-share .bds_weixin,
 .main .floor1 .floor1-left-share .bds_tsina,
 .main .floor1 .floor1-left-share .bds_qzone,
 .main .floor1 .floor1-left-share .bds_sqq{
    background: url(../img/advertise/weixin.png) no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 11px;
    border-radius: 50%;
    position: relative;
    top: 6.5px;
}
.main .floor1 .floor1-left-share .bds_tsina{
    background:url('../img/advertise/tsina.png') no-repeat;
    background-size: 100% 100%;
}
.main .floor1 .floor1-left-share .bds_qzone{
    background:url('../img/advertise/qzone.png') no-repeat;
    background-size: 100% 100%;
}
.main .floor1 .floor1-left-share .bds_sqq{
    background:url('../img/advertise/qq.png') no-repeat;
    background-size: 100% 100%;
}
.main .floor1 .floor1-left-share a{
    margin-right: 10px;
}
.main .floor1 .floor1-left-share a:last-child{
    margin-right: 0px;
}
/*主体内容结束*/
