@charset "UTF-8";


/* rightbar */
.right-act{
    position: fixed;
    bottom: 50%;
    right: 0;
    margin-bottom: 140px;
    z-index: 999;
}

.rightbar {
    position: fixed;
    top: 50%;
    margin-top: -127px;
    right: 0px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.rightbar li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    border-top: solid 1px #f2f2f2;
    cursor: pointer;
}

.rightbar li:first-child {
    border-top: none;
}

.rightbar li > a, .rightbar li > span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 18px;
    color: #666;
}

.rightbar li .iconfont {
    display: block;
    font-size: 22px;
    color: #07A7E1;
    vertical-align: middle;
}

.rightbar li .icon-gotop {
    margin-bottom: 5px;
}

.rightbar li:hover {
    background: #07A7E1;
}

.rightbar li:hover > a, .rightbar li:hover > span, .rightbar li:hover .iconfont {
    color: #fff;
}

.rightbar .dropmenu {
    top: 0;
    right: 100%;
    padding: 16px;
    border: solid 1px #07A7E1;
    cursor: auto;
}

.rightbar .dropmenu:before {
    position: absolute;
    top: 19px;
    left: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-left: 6px dashed #fff;
    border-left: 6px solid \9 #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.rightbar .qq {
    line-height: 24px;
}

.rightbar .qq a:hover {
    color: #07A7E1;
}

.rightbar .qq .qqbox {
    font-size: 16px;
    line-height: 26px;
}

.rightbar .qq .tell {
    font-size: 16px;
    margin: 5px 0;
    letter-spacing: 1px;
}

.rightbar .qq .worktime {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

.rightbar .qq a {
    color: #333;
}

.rightbar .qq .btn-qq {
    padding: 0 10px;
    margin-left: 4px;
    margin-right: 0;
}

.rightbar .qr-code {
    padding: 0px;
}

.btn-qq {
    display: inline-block;
    background: #07A7E1;
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.gotop {
    display: none;
}

#cnzz_stat_icon_1263507971 {
    display: none;
}

/* 可信网站 */
.bg-kxwz {
    width: 81px;
    height: 30px;
    background: url('/public/images/common/bg-1.png') -10px -300px;
}

.bg-aqlm {
    width: 79px;
    height: 30px;
    background: url('/public/images/common/bg-1.png') -111px -300px;
}

.bg-360 {
    width: 81px;
    height: 30px;
    background: url('/public/images/common/bg-1.png') -10px -250px;
}

.bg-zdzyy {
    width: 79px;
    height: 30px;
    background: url('/public/images/common/bg-1.png') -10px -350px;
}

.bg-qgaq {
    width: 79px;
    height: 30px;
    background: url('/public/images/common/bg-1.png') -111px -250px;
}

.label-vip {
    width: 114px;
    height: 114px;
    background: url('/public/images/common/bg-1.png') -10px -400px;
    position: absolute;
    top: 0;
    left: 0;
}


/* 列表 */
.panel-head {
    margin-top: 16px;
    margin-bottom: 16px;
}

.panel-head h3 {
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.panel-head .iconfont {
    font-size: 24px;
    color: #07A7E1;
    vertical-align: -2px;
}

.panel-head a {
    float: right;
    color: #999;
    margin-top: 2px;
    margin-left: 15px;
}

.panel-head a:hover {
    color: #19b500;
}

.product-list {
    margin: -7px;
}

.product-list li {
    float: left;
    width: 25%;
}

.product {
    position: relative;
    margin: 7px;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.product:hover {
    box-shadow: 0 0 10px #e2e2e2;
}

.product:hover .txtbox a {
    color: #07A7E1;
}

.product:hover .show {
    display: none;
}

.product:hover .hidden {
    display: block;
}

.product .imgbox {
    width: 100%;
    height: 288px;
    line-height: 288px;
    text-align: center;
}

.product .imgbox a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product .imgbox img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: -2px;
}

.product .txtbox {
    padding: 0 12px;
    line-height: 40px;
    height: 40px;
}

.product .txtbox a {
    float: left;
    font-size: 14px;
    color: #666;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .txtbox a > span {
    color: #f90;
    margin-right: 5px;
}

.product .txtbox p {
    float: right;
    color: #999;
    cursor: pointer;
}

.product .txtbox p > span {
    margin-left: 5px;
}

.product .txtbox p span:first-child {
    margin-left: 0;
}

.product .txtbox p a {
    color: #999;
    margin-left: 10px;
}

.product .txtbox p span:hover {
    color: #f90;
}

.product .txtbox .iconfont {
    font-size: 16px;
}

.product .hidden {
    display: none;
}

/* 路径导航 */
.crumb {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #999;
}

.crumb a {
    color: #999;
}

.crumb a:hover {
    color: #666;
}

/* 分页 */
.pagination {
    text-align: right;
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
    margin-left: 6px;
    background: #fff;
    color: #666;
}

.pagination li:first-child {
    margin-left: 0;
}

.pagination li a, .pagination li span {
    display: inline-block;
    line-height: 28px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}

.pagination li.active span {
    background: #07A7E1;
    border-color: #07A7E1;
    color: #fff;
}

.pagination li a:hover {
    background: #07A7E1;
    color: #fff;
    border-color: #07A7E1;
}

.pagination li.disabled span:hover {
    background: #e2e2e2;
    border-color: #ddd;
    color: #666;
    cursor: not-allowed;
}

/* layer */
.layui-layer-btn .layui-layer-btn0 {
    border-color: #07A7E1 !important;
    background-color: #07A7E1 !important;
}

body .layer-download .layui-layer-setwin{
    right: 42px;
    top: 34px;
    opacity: 0;
    filter: alpha(opacity=0);
}@charset "UTF-8";
body,html{
	min-width: 1200px;
}

body{
	background: #f2f2f2;
}

.sysFocusBanner img {
    width: 100%;
}

.container{
	width: 1200px;
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:25px;
}


/*搜索框*/
.search-panel {
    float: left;
    margin-left: 90px;
    min-width: 548px;
}

.searchbox {
    height: 38px;
    line-height: 38px;
    border: solid 1px #07A7E1;
    color: #666;
}

.selectbox {
    float: left;
    width: 90px;
    padding-left: 10px;
    cursor: pointer;
    height: 38px;
}

.selectbox .search-type {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: 66px;
}

.selectbox .optionbox {
    top: 38px;
    left: -11px;
    width: 80px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    line-height: 28px;
    background: #fff;
}

.selectbox li:hover {
    color: #07A7E1;
}

.autocomplete-suggestions {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 349px;
    background: #fff;
    border: solid 1px #ddd;
    z-index: 9999;
}

.autocomplete-suggestion {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    cursor: pointer;
}

.autocomplete-suggestion:hover {
    background: #f2f2f2;
}

.autocomplete-selected {
    background: #f2f2f2;
}

.searchbox .inputbox {
    position: relative;
    float: left;
    width: 350px;
}

.searchbox .inputbox input{
    width: 327px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    height: 38px;
    border: none;
    border-left: solid 1px #ddd;
    vertical-align: top;
    line-height: 38px\9;
}

.searchbtn {
    float: right;
    width: 100px;
    background: #07A7E1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.searchbtn:hover {
    background: #11b14d;
}

.search-hot {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    text-align: left;
    max-width: 552px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-hot span {
    margin-left: 1px;
}

.search-hot a {
    margin-left: 10px;
    color: #999;
}

.search-hot a:hover,.search-hot a.active{
    color: #07A7E1;
}

.btngroup {
    float: right;
}

.btngroup a {
    display: inline-block;
    text-align: center;
    color: #999;
    cursor: pointer;
    margin-left: 30px;
}

.btngroup .iconfont {
    font-size: 24px;
    color: #07A7E1;
    vertical-align: middle;
}

.btngroup a:hover {
    color: #07A7E1;
}

/* topbar */
.top-bar{
	background-color: #F2F2F2;
	font-size: 12px;
	
}

.top-bar li{
	float: left;
	margin-right: 14px;
	height: 33px;
	line-height: 33px;
	text-align: center;
}
.top-bar .top-bar-left img{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 2px;
}
.top-bar-right .vip-level{
	background-color: #CCCCCC;
	display: inline-block;
	width: 32px;
	height: 16px;
	line-height: 16px;
	border-radius: 4px;
	color: #9F9999;
}
.top-bar-right li a,.top-bar-left li a{
	color: #666;
}
.light{
	color: #FF9900!important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}


/* 路径导航 */
.crumb {
    width: 1200px;
    margin: 15px auto;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.crumb a {
    color: #999;
}

.crumb a:hover {
    color: #666;
}
.nav-right{
    width: 320px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.nav-right img{
    width: 100%;
    height: 35px;
}

.nav-right .iconfont{
    margin-right: 9px;
    font-size: 16px;
}

/* 问答详情页、问答搜索页右侧 */
.asksomething{
    width: 100%;
    height:176px;
    background-color: #FFFFFF;
}
.asksomething h3{   
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.asksomething h3 .iconfont,.circle h3 .iconfont{
    font-size: 20px;
    margin-right: 6px;
    color: #07A7E1;
}
.ask-title{
    box-sizing: border-box;
    margin: 0 14px;
    height: 50px;
    line-height: 50px;  
    border-bottom: 1px solid #CCCCCC;
}
.asksomething input{
    margin:32px 67px 15px 67px;
    height: 36px;
    width: 261px;
    border: 1px solid #07A7E1;
    background-color: #07A7E1;
    color: #FFF;
    font-size: 18px;
}
.asksomething input:hover{
    cursor: pointer;
    background-color: #11b14d;
}
.asksomething p{
    font-size: 12px;
    color: #9F9F9F;
    width: 100%;
    text-align: center;
}
.circle{
    box-sizing: border-box;
    padding: 0 14px;
    background-color: #FFFFFF;
    height: 400px;
    margin-top: 10px;
}
.circle h3{
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.circle .q-group{
    height: 150px;
    width: 364px;
    margin-left: 6px;
}
.circle .q-group p{
    margin-top: 20px;
}
.circle .q-group a{
    display: inline-block;
    box-sizing: border-box;
    line-height: 26px;
    margin-right: 20px;
    margin-top: 12px;
    border: 1px solid #E6E6E6;
    background-color: #F7F7F7;
    padding-right: 8px;
    border-radius: 4px; 
    padding-left: 8px;
    font-size: 12px;
    color: #343434;
}
.circle .q-group .bg-qq{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
    margin-right: 4px;
    background: url(/soft/images/bg-1.png) -210px -150px no-repeat;
}
.circle .q-group a:hover{
    color: #E8FFF3;
    background-color: #1BB55F;
}
.circle .q-group .active{
    color: #E8FFF3;
    background-color: #1BB55F;
}

.circle .qr-code{
    height: 125px;
    width: 270px;
    margin: 27px auto;
    text-align: center;
}
.circle .qr-code img{
    width: 100px;
    height: 100px;
}
.advert{
    width: 100%;
    height: 200px;
    margin-top: 10px;
    background-color: #efefef;
}
.advert img{
    height: 200px;
    width: 100%;
}

/* 问答详情页、下载页、安装详情页、注册机下载页、软件下载页右侧最新最热 2张广告 */
/* 最新溜溜问答 */
.new-answ{
    background-color: #FFF;
}
.new-answ,.hot-answ {
    box-sizing: border-box;
    padding: 11px 10px 6px 10px;
    height: 448px;
}
.content-right{
    width: 395px;
}
.new-answ{
    background-color: #FFF;
}
/* 最新溜溜问答 */
.new-answ,.hot-answ{
    box-sizing: border-box;
    padding:0 10px 6px 10px;
    height: 463px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.hot-answ{
    margin-top: 10px;
}
.new-answ .answ-top,.hot-answ .answ-top{
    color: #666666;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EBEBEB;
}
.new-answ  .answ-top h3,.hot-answ  .answ-top h3{
    font-size: 18px;
    color: #666;
}
.hot-answ  .answ-top h3 .iconfont{
    font-size: 20px;
    color: #FFA353;
    margin-right: 6px;
}
.new-answ  .answ-top h3 .iconfont{
    font-size: 26px;
    margin-right: 6px;
    color: #07A7E1;
    vertical-align: middle;
    color: #FFA353;
}
.new-answ .answ-top a,.hot-answ .answ-top a{
    font-size: 12px;
    color: #07A7E1;

}
.new-answ .answ-top a:hover,.hot-answ .answ-top a:hover{
    color: #3f9465;
}
.new-answ ul,.hot-answ ul{
    padding: 10px 28px;
}
.new-answ ul li,.hot-answ ul li{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new-answ ul li a,.hot-answ ul li a{
    color: #717171;
}
.new-answ ul li a:hover,.hot-answ ul li a:hover{
    color: #6FC48D;
}
.adve{
    margin-top: 10px;
    width: 100%;
    height: 200px;
    display: inline-block;
    background-color: #fff;
}

@charset "UTF-8";
.my-location{
	background-color: #F2F2F2;
}
.footer-top{
	margin-top: 60px;
}
.my-location span{
	height: 36px;
	line-height: 36px;
}
.content-left{
	width: 795px;
}
.content-right{
	width: 395px;
}
.ques{
	background-color: #FFFFFF;

}
.new-answ{
	margin-top: 1px;
}

/* 缺失问题部分 */
.ques .answ-title{
	margin-right: 226px;
}
.ques h1{
	line-height: 40px;
	font-size: 24px;
	margin-top: 22px;
	margin-left: 25px;
	margin-right: 25px;
	color: #07A7E1;
	display: inline-block;
	width: 745px;
	min-height:40px;
	word-wrap:break-word;
}
.ques-detail{
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 32px;
	font-size: 16px;
	color: #1a1a1a	;
}
.ques-detail p{
	
}
.ques-detail h3{
background:#F9F9F9;border:1px solid #eee;color:#07A7E1;padding: 4px 10px;font-size:14px;font-weight:bold;text-indent:0px;margin:10px 0;
}
.ques-detail img{
	max-width: 100%;
}

.ques-foot{
	margin-left: 20px;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 10px;
	border-top: 1px solid #EAEAEA;
}
.foot-top{
	height: 34px;
	line-height: 34px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.foot-top img{
	display: inline-block;
	background-color: #D7D7D7;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	float: left;
}
.foot-top span{
	margin-right: 25px;
	color: #333333;
}
.foot-top .question-user-name{
	padding-left: 5px;
	font-size: 14px;
	color: #9AA6AC;
	height: 16px;
	line-height: 16px;
}

.foot-top .question-addtime{
	color: #9AA6AC;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 5px;
	height: 12px;
	line-height: 12px;
}

.foot-top .answer-num{
	font-size: 16px;
	color: #9AA6AC;
}



.foot-top p{
	color: #9AA6AC;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 5px;
	height: 12px;
	line-height: 12px;
}

.foot-top .fr{
	float: right;
}

.ques-foot .iconfont{
	font-size: 14px;
	margin-right: 5px;
}

.ques-foot .foot-bottom{
	height: 40px;
	line-height: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.foot-top i{
	font-style: normal;
	font-size: 12px;
}
.foot-bottom >span{
	cursor: pointer;
}
.foot-bottom >input{
	cursor: pointer;
}

.ques-foot .forward .iconfont{
	margin-bottom: 5px;
}
.ques-foot .big-size{
	font-size: 14px;
	color: #9AA6AC;
	cursor: pointer;
	margin-right: 20px;
}
.ques-foot .big-size:hover{
	color: #07A7E1;
}
body .bdsharebuttonbox{
	height: 36px;
	line-height: 36px;
}
body .bdshare-button-style1-16 a,body .bdshare-button-style1-16 .bds_more {
	margin: 10px 6px 6px 0;
}

.bdsharebuttonbox span{
	padding-right: 10px;
}

.ques-foot input{
	display: inline-block;
	width: 125px;
	height: 36px;
	line-height: 36px;
	color: #FFFEF9;
	border: 1px solid #07A7E1;
	background-color:#07A7E1;
	cursor: pointer;
}
.ques-foot input:hover{
	background-color: #11b14d;
}
.install-teach,.original-design{
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 100%;
	padding: 40px 22px 10px 22px;
}
.install-teach{
	margin-top: 12px;
}
.original-design{
	margin-top: 10px;
}
.total-answ,.total-noansw{
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin-top: 12px;
	background-color: #F1F1F1;
	text-align: center;
	font-size: 16px!important;
}
.total-noansw .purple{
	color: #656666;
	font-size: 16px;
}
.total-noansw .seeqgroup{
	color: #07A7E1;
	background-color: transparent;
	border: none;
}
.total-noansw .seeqgroup:hover{
	cursor: pointer;
	color: #15843F;
}
.total-answ span{
	font-size: 16px!important;
}
.teach-top img{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #ccc;
	margin-right: 4px;
}

.teach-top h3{
	padding-left: 5px;
	font-size: 14px;
	color: #9AA6AC;
	height: 16px;
	line-height: 16px;
}
.teach-top .answer_time{
	color: #9AA6AC;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 5px;
	height: 12px;
	line-height: 12px;
}

.teach-top span{
	font-size: 12px;
	line-height: 12px;
	color: #757575;
}
.teach-top .help{
	font-size: 16px;
	color: #07A7E1;
	height: 35px;
	line-height: 35px;
}
.install-teach p{
	line-height: 32px;
	font-size: 16px;
	color: #697078;
}
.install-teach img{
	max-width: 100%;
	display: inline-block;
}
.install-teach .content{
	margin-top: 10px;
	/*text-indent: 28px;*/
	margin-bottom: 10px;
	word-break:break-all;
	font-size: 16px;
	line-height: 32px;
}


.ratings-box{
	display: none;
}
.ratings >span{
	cursor: pointer;
}

.ratings .active{
	color: #07A7E1;
}
.ratings,.ratings-design{
	width: 743px;
	margin: 0px auto;
	border-top: 1px solid #EAEAEA;
	height: 55px;
	line-height: 55px;
	background-color: #FFFFFF;
	padding-left: 76px;
	box-sizing: border-box;
}


.ratings .iconfont{
	font-size: 24px;
	margin-right: 8px;
}
.ratings span{
	margin-right: 49px;
	font-size: 16px;
	color: #323232;
}
.ratings span:hover{
	color: #07A7E1;
}
.ratings span i{
	font-style: normal;
}
.continue-perfect{
	width: 122px;
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 30px;
	border: none;
	color: #fff;
	background-color: #07A7E1;
	font-size: 12px;
}
.continue-perfect:hover{
	cursor: pointer;
	background-color: #11b14d;
}
.continue-answ{
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #9AA6AC;
}
.continue-answ h4:after, .continue-answ h4:before {
	background: #ccc;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 29%;
}
.continue-answ h4:before {
	left: 100px;
}
.continue-answ h4:after {
	right: 100px;
}

.continue-box .continue-content{
	/* padding:0 54px 54px 54px; */
	padding-top: 10px;
	padding-bottom: 10px;
	/*text-indent: 28px;*/
	word-break:break-all;
}
.continue-box .continue-content p{
	/*text-indent: 24px;*/
	line-height: 32px;
	color: #666666;
}

.sonCommentStyle{
	display: none;
	height: 183px;
}
.commentStyle{
	display: none;
	padding-bottom: 22px;
}
.commentStyle .commentStyle-btn{
	border: none;
	background-color: #18AD4F;
	color: #fff;
	float: right;
	margin-right: 10px;
	padding: 5px 15px;
	margin-top: 5px;
}

.sonCommentStyle .textare-btn{
	border: none;
	background-color: #07A7E1;
	color: #fff;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	padding: 5px 15px;
}

/* 相关板块 */
.about-system{
	margin-top: 12px;
	font-size: 14px;
	width: 100%;
	background-color: #F6F6F6;
}
.about-system h3{
	height: 28px;
	line-height: 28px;
	color: #343434;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 15px;
	padding-left:18px;
	border-bottom: 1px solid #07A7E1;
	background-color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about-system ul{
	box-sizing: border-box;
	padding:5px 0 15px 19px;
	background-color: #FFFFFF;
}
.about-system ul li{
	height: 28px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.about-system ul li span{
	color: #07A7E1;
	margin-right: 16px;
	font-size: 14px;
}
.about-system ul li a {
	color: #797979;
}
.about-system ul li a:hover{
	color: #07A7E1;
}
.commentItem-likeBtn:hover{
	cursor: pointer;
	color: #25AF59;
}


/* 弹出层layui默认关闭按钮移动到自定义关闭按钮 */
body .layer-answ .layui-layer-setwin{
	right: 39px;
	top: 33px;
	opacity: 0; filter: alpha(opacity=0);
}
body .layer-see .layui-layer-setwin{
	right: 52px;
	top: 40px;
	opacity: 0; filter: alpha(opacity=0);
}




/* rating-popup弹出层样式 */
.fr{
	float: right;
}
.fl{
	float: left;
}
.rating-p{
	width: 643px;
}
.ratings-box{
	margin-top: 20px;
	padding-top:10px;
	/* 32px 10px 22px; */
	min-height: 200px;
	width: 746px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
}
.ratings-box .ratings-top{
	margin-right: 32px;
	margin-left: 22px;
	width: 694px;
	height: 44px;
	line-height: 44px;
}
.layui-layedit{
	margin-right: 10px;
	margin-left: 22px;
}
.ratings-box .ratings-top i{
	font-size: 24px;
	margin-right: 13px;
}
.ratings-box .ratings-top .ratings-title{
	font-size: 18px
}
.ratings-box .ratings-top .rating-num{
	color: #1FB552;
}

.ratings-box .rating-diff{
	height: 54px;
	line-height: 54px;
	margin-right: 10px;
	margin-left: 22px;
	font-size: 12px;
	border-bottom: 1px solid #F2F2F2;
	font-size: 18px;
}
.rating-diff a{
	color: #17B652;
}
.rating-diff input{
	border: none;
	background-color: #07A7E1;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}
.rating-diff input:hover{
	background-color: #11b14d;
}

.ratings-box .ratings-list{
	margin-right: 32px;
	margin-left: 22px;
}
.ratings-box .ratings-list .main-rating{
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.ratings-box .ratings-list .main-rating:last-child{
	border-bottom: none;
}
.ratings-box .ratings-list .main-rating .rating-content{
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #707070;

}
.ratings-box .ratings-list .main-rating .rating-content img{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 4px;
}
.ratings-box .ratings-list .main-rating .rating-content .username{
	color: #333;
	height: 24px;
	line-height: 24px;
}
.rating-content .answ-time{
	height: 24px;
	line-height: 24px;
}
.ratings-box .ratings-list .main-rating .content-p{
	width: 679px;
	line-height: 24px;
	color: #6D6D6D;
}
.ratings-box .ratings-list .main-rating .rating-foot{
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #B1B1B1;
}

.ratings-box .ratings-list .main-rating .rating-foot .iconfont{
	font-size: 18px;
	margin-right: 9px;
}
.ratings-box .ratings-list .main-rating .rating-foot .zan{
	margin-right: 25px;
}
.ratings-box .ratings-list .main-rating .rating-foot .zan .zannum{
	margin-left: 4px;
}
.rating-foot .active{
	color: #18AD4F;
}
.rating-foot span:hover{
	color: #18AD4F;
	cursor: pointer;
}
.commentStyle .textare-btn{
	border: none;
	margin-top: 5px;
	background-color: #07A7E1;
	color: #fff;
	float: right;
	margin-right: 10px;
	padding: 5px 15px;
}
.textare-btn:hover{
	cursor: pointer;
	background-color: #11b14d;
}
.son-list{
	width: 620px;
	padding-left: 36px;
	padding-right: 26px;
	background-color: #EAEAEA;
	font-size: 12px;
	margin-top: 10px;
}
.son-li .commentItem-meta{
	padding-top: 10px;
}
.son-li .commentItem-meta span{
	height: 20px;
	line-height: 20px;
}
.commentItem-name{
	color: #3A3A3A;
}
.commentItem-meta .answ{
	color: #a3a3a3;
	margin-left: 5px;
	margin-right: 5px;
}
.commentItem-rating{
	color: #696969;

}

.son-li .reply-operate{
	background: transparent;
	color: #9E9E9E;
}
.reply-operate .active{
	color: #07A7E1;
}
.reply-allBtn{
	cursor: pointer;
	color: #9E9E9E;
	height: 22px;
	line-height: 22px;
}
.reply-allBtn:hover{
	color: #07A7E1;
}
.reply-btn:hover{
	color: #07A7E1;
	cursor: pointer;
}
/* 查看更多 */

/* 二级导航 */
.answ-classify{
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding-left: 2px;
}
.answ-classify a{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #313131;
	margin-right: 32px;
}
.answ-classify .active{
	color:  #1BBA56;
}

.answ-classify a:hover{
	
	color: #1BBA56;
}

.answ-list{
	background-color: #FFFFFF;
	padding: 0 29px 24px 29px;
}
.answ-list li{
	padding-top: 22px;
	overflow: hidden;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}

.answ-list li:first-child{
	border-top: none;
}

.answ-list .answ-list-top{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	position: relative;
	margin-top:10px;
}
.answ-list-top .active{
	color: #07A7E1;
}
.answ-list-top span{
	color: #999;
}

.answ-list .answ-list-top img{
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin-right: 11px;
}
.answ-list .answ-list-top cite{
	color: #999;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 35px;
}
.answ-list .answ-list-top .answ-num{
	position: absolute;
	top: 0;
	left: 566px;
}
.answ-list .answ-list-top .browse-num{
	position: absolute;
	top:0;
	left: 566px;
}
.answ-list .answ-list-top .date-time{
	position: absolute;
	top: 0;
	right: 0;
}

.answ-list h3{
	font-size: 20px;
	margin-top: 12px;
	width: 586px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.answ-list h3:hover{
	cursor: pointer;
	color: #07A7E1;
}
.answ-list .hign-light{
	color: #F3A42D;
	margin-left: -7px;
}
.answ-list p{
	line-height: 26px;
	font-size: 14px;
	margin-top: 15px;
	max-width: 100%;
	color: #999;
	text-align: justify;
}
/* .li-bottom{
	margin-top: 10px;
	width: 100%;
	height: 1px;
	background-color: #C8C8C8;
} */

