/* 滚动更新展示 */
.update-scroll-show{
    height: 530px;
    position: relative;
    overflow: hidden;
}
.update-slide-img,
.update-slide-img .slide-bd,
.update-slide-img .slide-bd li{
    height: 530px;
}
.update-slide-img{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9;
    margin-left: -960px;
}
.update-count{
    width: 1200px;
    height: 530px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 99;
    margin-left: -600px;
}
.update-count .txt{
    line-height: 60px;
    margin-top: 94px;
    text-align: center;
    font-size: 34px;
}
.update-count .txt:before{
    content: '';
    display: block;
    width: 35px;
    margin: 0 auto 40px;
    border-top: 1px solid #333;
}
.update-count .txt strong{
    display: block;
    font-size: 48px;
}
.update-count .date{
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}
.update-count .date span{
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,.5);
}
.update-count .num{
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}
.update-count .num span{
    padding:0 50px;
}
.update-count .num span strong{
    color: #3db1fa;
    padding: 0 10px;
    font-size: 42px;
}
/* 最新功能更新 */
.update-newest{
    padding: 68px 0 84px;
}
.update-col-title{
    margin-bottom: 35px;
    text-align: center;
}
.update-col-title h3{
    font-size: 30px;
}
.update-col-title p{
    color: #666;
    padding: 5px 0;
    font-size: 14px;
}
.newest-slide{
    width: 1200px;
    position: relative;
}
/*.newest-slide .newest-hd{
    text-align: center;
    font-size: 0;
}
.newest-slide .newest-hd li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #666;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    margin: 0 25px;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.newest-slide .newest-hd li.on{
    color: #fff;
    background: #13df81;
}
.newest-slide .prev,
.newest-slide .next{
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -25px;
    background: url("../images/update-all-ico.png") no-repeat;
}
.newest-slide .prev{
    left: -71px;
    background-position: -72px -42px;
}
.newest-slide .prev:hover{
    background-position: -123px -42px;
}
.newest-slide .next{
    right: -71px;
    background-position: -72px -93px;
}
.newest-slide .next:hover{
    background-position: -123px -93px;
}*/
.newest-bd{
    height: 624px;
    margin-top: 37px;
    overflow: hidden;
}
.newest-block{
    margin-bottom: 45px;
}
.newest-block .item-ico{
    float: left;
    width: 264px;
    height: 162px;
    text-align: center;
}
.newest-block .add{
    background: #d7f6fb;
}
.newest-block .opt{
    background: #d1faf1;
}
.newest-block .rep{
    background: #ffedd1;
}
.newest-block .item-ico:before{
    content: "";
    display: inline-block;
    *display :inline;
    *zoom: 1;
    width: 91px;
    height: 79px;
    margin: 25PX 0 5PX;
}
.newest-block .add:before{
    background: url("../images/update-add.png") center no-repeat;
}
.newest-block .opt:before{
    background: url("../images/update-optimize.png") center no-repeat;
}
.newest-block .rep:before{
    background: url("../images/update-repair.png") center no-repeat;
}
.newest-block .item-ico em,
.newest-block .item-ico span{
    color: #666;
    display: block;
    font-size: 14px;
}
.newest-block .item-ico span{
    font-size: 12px;
    font-family: Arial, "微软雅黑";
}
.newest-block .item-list{
    float: right;
    width: 914px;
}
.newest-block .item-list th,
.history-list-child .item-list th{
    color: #666;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f1f1f1;
}
.newest-block .item-list th .tl{
    display: block;
    padding: 0 15px;
    text-align: left;
}
.newest-block .item-list td,
.history-list-child .item-list td{
    color: #666;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.newest-block .item-list .name,
.newest-block .item-list .bt{
    color: #666;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
}
.newest-block .item-list .name{
    width: 152px;
}
.newest-block .item-list .bt{
    width: 335px;
}
.newest-block .item-list .bt:hover,
.history-list-child .item-list .bt:hover,
.newest-block .item-list a.name:hover{
    color: #52b268;
    text-decoration: underline;
}
.newest-block .item-list .dz,
.newest-block .item-list .dp,
.history-list-child .item-list .dz,
.history-list-child .item-list .dp{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
.newest-block .item-list .dz:before,
.newest-block .item-list .dp:before,
.history-list-child .item-list .dz:before,
.history-list-child .item-list .dp:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 3px 0 0;
    vertical-align: middle;
    background: url("../images/update-all-ico.png") no-repeat;
}
.newest-block .item-list .dz:before,
.history-list-child .item-list .dz:before{
    background-position: -70px 0;
}
.newest-block .item-list .dp:before,
.history-list-child .item-list .dp:before{
    background-position: -106px 0;
}
.look-more-link{
    display: block;
    color: #999;
    width: 270px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    transition: all .5s;
    -ms-border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
}
.look-more-link:hover{
    color: #fff;
    background: #13df81;
}
.more-rig-arrow{
    display: inline-block;
    width: 8px;
    height: 14px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    background: url("../images/templets-ico.png") no-repeat -20px 0;
}
.look-more-link:hover .more-rig-arrow{
    opacity: 1;
    margin-left: 20px;
    -webkit-transform: translate(10px,0);
    -moz-transform: translate(10px,0);
    -ms-transform: translate(10px,0);
    transform: translate(10px,0);
}
/* 新功能规划 */
.bg-grey{
    background: #fafafa;
}
.update-plan{
    padding: 55px 0 45px;
}
.plan-tit{
    height: 45px;
    overflow: hidden;
    background: #13df81;
}
.plan-tit .thead{
    width: 100%;
    border: 0;
}
.plan-tit .thead th{
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
}
.plan-tit .thead .tl{
    display: block;
    padding: 0 15px;
    text-align: left;
}
.plan-block{
    display: block;
}
/*.plan-block .item-ico{
    float: left;
    width: 200px;
    height: 130px;
    margin: 8px 0;
}
.plan-block .pc{
    background: url("../images/plan-pc-ico.png") center no-repeat #fff;
}
.plan-block .control{
    background: url("../images/plan-control-ico.png") center no-repeat #fff;
}
.plan-block .wap{
    background: url("../images/plan-wap-ico.png") center no-repeat #fff;
}*/
.plan-block .item-list{
    display: block;
    background: #fff;
}
.plan-block .item-list .table-list{
    width: 100%;
    border: 0;
}
.plan-block .item-list .table-list td{
    color: #666;
    height: 40px;
    text-align: center;
}
.plan-block .item-list .bt,
.plan-block .item-list .name{
    float: left;
    color: #666;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis
}
.plan-block .item-list .bt{
    width: 450px;
}
.plan-block .item-list .name{
    width: 150px;
    text-align: center;
}
.plan-block .item-list .name:hover{
    color: #52b268;
    text-decoration: underline;
}
.plan-block .item-list .user{
    display: block;
    font-size: 0;
}
.plan-block .item-list .user em{
    display: inline-block;
    width: 65px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 12px;
}
.plan-block .item-list .user em:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 11px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/update-all-ico.png") no-repeat 0 0;
}
.item-page{
    margin-top: 30px;
}
.item-page,
.item-page ul{
    height: 10px;
    text-align: center;
    font-size: 0;
}
.item-page li{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    margin: 0 4px;
    cursor: pointer;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #dadada;
}
.item-page li.on{
    background: #13df81;
}
/* 参与投票 */
.bg-repeat-grey{
    height: 500px;
    background: url("../images/poll-banner.jpg") center no-repeat;
}
.update-poll{
    width: 470px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -235px;
}
.poll-hd{
    text-align: center;
}
.poll-hd h3{
    line-height: 36px;
}
.poll-hd h3 strong{
    display: block;
    font-size: 30px;
}
.poll-hd h3 span{
    display: block;
    font-size: 24px;
}
.poll-hd p{
    color: #666;
    line-height: 24px;
    margin-top: 20px;
    font-size: 14px;
}
.poll-hd .poll-link{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #13df81;
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
}
.poll-hd .poll-link:hover{
    color: #fff;
    background: #13df81;
}
/* 投票首页 */
.bg-poll-bg{
    height: 1027px;
    background: url("../images/poll-home-bg.jpg") center no-repeat;
}
.bg-poll-bg .wm-1200{
    height: 1027px;
    display: table;
}
.poll-item-content{
    display: table-cell;
    vertical-align: middle;
}
.poll-item-content .poll-tit{
    text-align: center;
}
.poll-item-content .poll-tit h3{
    line-height: 34px;
    font-size: 18px;
}
.poll-item-content .poll-tit h3 strong{
    display: block;
    font-size: 30px;
}
.poll-item-content .poll-tit p{
    margin-top: 10px;
    font-size: 14px;
}
.poll-box{
    margin-top: 20px;
    padding: 20px 40px 30px;
    background: rgba(255,255,255,.9);
}
.poll-item-list li{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border-bottom: 1px dotted #dcdcdc;
}
.poll-item-list li .tp-bt{
    float: left;
    width: 600px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
}
.poll-item-list li .tp-jd{
    float: left;
    margin-left: 50px;
}
.poll-item-list li .tp-jd .bar{
    float: left;
    width: 140px;
    height: 8px;
    margin: 18px 10px 0 0;
    border-left: 1px solid #9d9d9d;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #e4e4e4;
    background: #e4e4e4;
}
.poll-item-list li.active .tp-jd .bar{
    border-left: 1px solid #8faaa4;
    border-top: 1px solid #8faaa4;
    border-bottom: 1px solid #cff6ee;
    background: #cff6ee;
}
.poll-item-list li .tp-jd .bar i{
    display: block;
    height: 8px;
    background: url("../images/stop-bar-bg.jpg") left repeat-x;
}
.poll-item-list li.active .tp-jd .bar i{
    background: url("../images/rate-bar-bg.jpg") left repeat-x;
}
.poll-item-list li .tp-jd .num{
    color: #999;
}
.poll-item-list li.active .tp-jd .num{
    color: #52b268;
}
.poll-item-list li .tp-btn{
    float: right;
    color: #fff;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #13df81;
}
.poll-item-list li.active .tp-btn{
    font-size: 0;
    background: url("../images/poll-after-ico.png") center no-repeat;
}
/* 投票说明 */
.poll-explain{
    padding: 10px;
}
.poll-explain li{
    color: #535353;
    height: 22px;
    line-height: 22px;
}
.poll-explain li:before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: #13df81;
}
/* 投票反馈 */
.propose-block{
    margin-top: 10px;
}
.propose-box{
    width: 100%;
    height: 150px;
    padding: 5px;
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submit-propose-btn{
    color: #fff;
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-family: "Microsoft Yahei";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #13df81;
}
/* 历史更新 */
.bg-grey-fa{
    background: #fafafa;
}
.history-top-banner{
    height: 300px;
    background: url("../images/update-list-banner.jpg") center no-repeat;
}
.history-content{
    width: 1200px;
}
.history-tit{
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.history-tit h1{
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    font-size: 24px;
}
.history-tit p{
	color: #999999;
	font-size: 18px;
}
.history-tit .history-more{
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -17px;
	height: 34px;
	line-height: 34px;
	width: 138px;
	border: 1px solid #e5e5e5;
	color: #999999;
	font-size: 14px;
	text-align: center;
	transition: all .4s ease 0s;
	z-index: 9;
}
.history-tit .history-more:hover{
	color: #fff;
}
.history-tit .history-more:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 34px;
	background: #13df81;
	opacity: 0;
    transition: all .4s ease 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.history-tit .history-more:hover:after{
	width: 100%;
	opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.history-tit .history-more i{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	margin: -2px 0 0 10px;
	background: url(../images/publish-more-arrow-rig.png) no-repeat;
}
.history-tit .history-more:hover i{
	background-position: -9px 0;
}
.history-fixed{
    width: 1200px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    margin-left: -600px;
    background: #fafafa;
}

.side-menu-bar{
    float: left;
    width: 80px;
    padding: 19px 0 0 0;
}
.side-fixed{
    position: fixed;
    top: 123px;
    left: 50%;
    z-index: 999;
    margin-left: -600px;
}
.side-menu-bar > a{
    display: block;
    color: #999;
    width: 49px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin: 0 0 7px 1px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #cac8c8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.side-menu-bar > a.on{
    color: #fff;
    border: 1px solid #13df81;
    background: #13df81;
}

.main-history-item{
    padding: 0 0 0 80px;
}
.history-container{
    padding: 10px 40px 30px;
    border-left: 1px solid #e5e5e5;
}
.history-container > ul > li{
    margin-top: 45px;
}
.history-list-child{
    padding-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 0 20px rgba(0,0,0,.2);
    box-shadow: 1px 0 20px rgba(0,0,0,.2);
    background: #fff;
}
.history-list-child:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -46px;
    top: 28px;
    border: 2px solid #13df81;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}
.history-list-child .bar-tit{
    height: 80px;
    position: relative;
    background: #13df81;
}
.history-list-child .bar-tit:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 24px;
    left: -12px;
    border-top: 9px solid transparent;
    border-right: 12px solid #13df81;
    border-bottom: 9px solid transparent;
}
.history-list-child .bar-tit .date{
    float: left;
    color: #fff;
    padding-left: 30px;
    font-family: Arial;
}
.history-list-child .bar-tit .date strong{
    display: block;
    padding: 13px 0 2px;
    font-size: 32px;
}
.history-list-child .bar-tit .date em{
    display: block;
    font-size: 16px;
}
.history-list-child .bar-tit > a{
    float: right;
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 14px;
}
.history-list-child .bar-tit > a:after{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: -3px 0 0 10px;
    vertical-align: middle;
    background: url("../images/update-all-ico.png") no-repeat;
}
.history-list-child .bar-tit > .more:after{
    background-position: 0 -42px;
}
.history-list-child .bar-tit > .pack:after{
    background-position: 0 -84px;
}
.history-list-child .item-list{
	/*height: 245px;*/
    margin: 20px 30px 0;
    overflow: hidden;
}
.history-list-child .item-list .name,
.history-list-child .item-list .bt{
    color: #666;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.history-list-child .item-list .name{
    width: 170px;
    padding: 0 10px;
    text-align: center;
}
.history-list-child .item-list .bt{
    max-width: 400px;
}
.history-list-child .item-list .txt-left{
    text-align: left !important;
}
.history-list-child .item-list .img-ico{
    vertical-align: middle;
    margin: -3px 0 0 5px;
}

.load-more{
    padding: 30px 0 0;
}
/* 更新专题 */
.update-theme-banner{
    height: 300px;
    background: url("../images/update-banner.jpg") center no-repeat;
}
.update-theme-content{
    padding: 20px 35px;
    margin-bottom: 25px;
    background: #fff;
}
.update-theme-nr{
}
.update-theme-nr .update-theme-tit{
    padding: 5px 0;
    text-align: center;
    font-size: 26px;
}
.update-theme-item{
    padding: 30px 0 10px;
}
.update-theme-item .item-bt strong{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #e6e7e8;
}
.update-theme-item .item-txt{
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
}
.update-theme-item .down-all-btn,
.update-theme-item .up-all-btn{
    color: #13df81;
    margin-left: 10px;
    font-size: 14px;
}
.update-theme-item .down-all-btn:after,
.update-theme-item .up-all-btn:after{
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    vertical-align: middle;
    margin: -3px 0 0 5px
}
.update-theme-item .down-all-btn:after{
    background: url("../images/two-develop-ico.png") no-repeat -100px -180px;
}
.update-theme-item .up-all-btn:after{
    background: url("../images/two-develop-ico.png") no-repeat -100px -195px;
}
/* 版本切换 */
.update-theme-tab{
    padding-top: 50px;
}
.update-theme-hd{
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.update-theme-hd > ul > li{
    float: left;
    color: #666;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    margin-right: 40px;
    cursor: pointer;
    font-size: 16px;
}
.update-theme-hd > ul > li.on{
    border-bottom: 3px solid #13df81;
}
.update-theme-bd{
    padding-top: 5px;
}
.update-theme-bd .tempWrap > ul > li{
}
.update-theme-bd .item-list{
    padding: 15px 15px 10px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}
.update-theme-bd .item-list .bt{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
}
.update-theme-bd .item-list .bt .xz,
.update-theme-bd .item-list .bt .yh,
.update-theme-bd .item-list .bt .xf{
    color: #fff;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    margin: -4px 7px 0 0;
    vertical-align: middle;
    font-size: 12px;
    font-family: "宋体";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.update-theme-bd .item-list .bt .xz{
    background: #ff7608;
}
.update-theme-bd .item-list .bt .yh{
    background: #00c0ff;
}
.update-theme-bd .item-list .bt .xf{
    background: #00d420;
}
.update-theme-bd .item-list .msg{
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 5px 0;
}
.update-theme-bd .item-list .msg span{
    margin-right: 50px;
}
.update-theme-bd .item-list .txt{
    color: #666;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-indent: 2em;
    font-size: 14px;
}
/* 更新详情 */
.fix-date-update{
    height: 150px;
    background: url("../images/fix-date-update.jpg") center no-repeat;
}
.update-show-tit{
    padding-bottom: 20px;
}
.update-show-tit h1{
    padding: 20px 0;
    font-size: 24px;
}
.update-show-tit h1 img{
    vertical-align: middle;
    margin: -4px 0 0 5px;
}
.update-show-tit h1 .attr{
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    font-size: 12px;
    font-family: "宋体","Microsoft YaHei", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fc6000;
}
.update-show-tit .msg span{
    color: #666;
    margin-right: 50px;
}
.update-sum{
    padding-top: 50px;
    text-align: center;
}
.update-sum .like-btn{
    color: #fff;
    display: block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: -moz-linear-gradient(top, #ff9900, #ff7b00);
    background: -webkit-gradient(linear,top,from(#ff9900),to(#ff7b00));
    background: -webkit-linear-gradient(top, #ff9900, #ff7b00);
    background: -ms-linear-gradient(top, #ff9900, #ff7b00);
    background: -o-linear-gradient(top, #ff9900, #ff7b00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #ff9900, endColorstr = #ff7b00);
}
.update-sum .like-btn:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -8px 12px 0 0;
    background: url("../images/two-develop-ico.png") no-repeat -89px -210px;
}
.update-sum .txt{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
/* 会员排行榜 */
.rank-block{
    height: 124px;
    margin-top: 60px;
}
.rank-block .item-hd{
    float: left;
    color: #fff;
    width: 138px;
    height: 124px;
    text-align: center;
    background: #3db1fa;
}
.rank-block .item-hd .cup{
    display: inline-block;
    width: 32px;
    height: 33px;
    margin: 18px 0 0;
    background: url("../images/two-develop-ico.png") no-repeat -77px -295px;
}
.rank-block .item-hd strong{
    display: block;
    padding: 10px 0 5px;
    font-size: 16px;
    font-weight:bold;
}
.rank-block .item-hd span{
    display: block;
    font-size: 14px;
}
.rank-block .item-bd{
    float: left;
    width: 990px;
    height: 124px;
    margin-left: 2px;
    background: #f0f5f6;
}
.rank-block .item-bd li{
    float: left;
    margin: 12px 0 0 20px;
}
.rank-block .item-bd li img{
    float: left;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.rank-block .item-bd li .name{
    float: left;
    color: #666;
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis
}
/* 相关帮助 */
.xg-help{
    height: 30px;
    padding: 10px 0;
    overflow: hidden;
    font-size: 13px;
}
.xg-help span{
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.xg-help a{
    float: left;
    max-width: 300px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis
}
.xg-help a:hover{
    color: #52b268;
    text-decoration: underline;
}
/* 用户评论 */
.user-comment-content{
    padding-top: 50px;
}
.user-comment-tit{
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.user-comment-block > ul > li{
    padding: 20px 0;
    border-bottom: 1px dotted #dcdcdc;
}
.user-comment-block .hd-img{
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.user-comment-block .hd-img img{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.user-comment-block .comment-item{
    padding-left: 95px;
}
.comment-item .fb-msg,
.comment-item .hf-block .hf-msg{
    height: 24px;
    line-height: 24px;
}
.comment-item .fb-msg .user-name,
.comment-item .hf-block .hf-msg .user-name{
    color: #3db1fa;
    float: left;
    width: 150px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
}
.comment-item .fb-msg .date,
.comment-item .hf-block .hf-msg .date{
    color: #999;
    float: left;
    padding-left: 25px;
}
.comment-item .fb-msg .floor{
    float: right;
    color: #999;
    padding-right: 5px;
    font-size: 14px;
}
.comment-item .user-txt{
    color: #666;
    line-height: 24px;
    margin: 10px 0;
    font-size: 14px;
}
.comment-item .hf-link{
    height: 30px;
    line-height: 30px;
    padding: 10px 10px 0 0;
}
.comment-item .hf-link a{
    float: right;
    font-size: 14px;
}
.comment-item .hf-block{
    padding: 10px 18px;
    border: 1px solid #f3f3f3;
    position: relative;
    background: #fafafa;
}
.comment-item .hf-block:before{
    content: "";
    display: block;
    width: 18px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: -11px;
    background: url("../images/two-develop-ico.png") no-repeat -91px -348px;
}
.comment-item .hf-block .user-txt{
    margin: 0;
}
/* 发表评论 */
.comment-textarea .text-field{
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment-textarea .submit-btn{
    float: right;
    display: block;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #13df81;
}

.fixed-comment-bar{
    width: 50px;
    height: 85px;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -650px;
    text-align: center;
    cursor: pointer;
    background: #13df81;
}
.fixed-comment-bar .ico{
    display: inline-block;
    width: 26px;
    height: 25px;
    margin-top: 15px;
    background: url("../images/two-develop-ico.png") no-repeat -83px -250px;
}
.fixed-comment-bar .tit{
    display: block;
    color: #fff;
    line-height: 16px;
    padding: 0 12px;
}