ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p {
	line-height: 24px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.content {
	overflow: hidden;
}
.noselect {
	-moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    outline: 0 none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.head {
	width: 100%;
	min-width: 1000px;
}
#left {
	float: left;
	width: 900px;
	padding-bottom: 15px;
}
#right {
	float: right;
	width: 273px;
	height: auto;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.hide {
	display: none;
}
.headnavi{
    height: auto;
    left: 50%;
    margin-left: -300px;
    width: 565px;
    position: absolute;
    background-color: #fff;
    background: rgba(255,255,255,0.95);
    top: 90px;
    z-index: 99;
    box-shadow: 3px 15px 12px -7px;
    filter: alpha(opacity=90);
    overflow: hidden;
}
.headnavimenu {
    position: absolute;
    z-index: 99;
    width: 523px;
    top: 90px;
    left: 50%;
    margin-left: -267px;
}
.headnavimenu ul {
	width: 556px;
	margin: 15px auto;
}
.headnavimenu ul li {
    margin-bottom: 8px;
    width: 89px;
    margin-right: 15px;
    display: inline-block;
    line-height: 225%;
    position: relative;
}
.headnavimenu ul li div.list-content {
    float: left;
    width: auto;
    position: relative;
}
.headnavimenu ul li  div.list-content h2 a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}
.centre-content {
	margin: 0 auto;
	width: 1172px;
}
#trangle {
	width: 8px;
	height: 30px;
	background-image: url('../images/trangle.png');
}
.navi .centre-content img,
.navi .centre-content ul, 
.navi .centre-content ul li,
.top-bar .centre-content #trangle,
.login,
.slogan {
	float: left;
}
.navi ul li a:hover {
    background-color: #53bf1d;
    color: #fff;
}
.slogan {
	margin-top: 9px;
	margin-left: 3px;
}
.top-bar {
	height: 30px;
	background-color: #666;
	color: #bdbdbd;
	font-size: 12px;
}
.top-bar div, 
.top-bar .centre-content, 
.top-bar .centre-content span, 
.top-bar .centre-content ul {
	background-color: #666;
}
.top-bar .centre-content .welcome a{
	margin-top: 8px;
}
.top-bar .centre-content .welcome a {
	color: #b3b3b3;
}
.top-bar .centre-content .welcome ul{
	margin-top: 4px;
	margin-left: 6px;
}
.top-bar .centre-content ul li,
.navi .centre-content ul li {
	display: inline;
}
span.bbs {
    line-height: 30px;
    margin-left: 10px;
}
.navi {
	height: 90px;
	background-color: #fff;
	color: #000;
}
.navi .centre-content ul {
	margin-left: 18px;
}
.navi .centre-content ul li{ 
	font-size: 14px;
	font-family: "黑体";
	font-weight: bold;
	width: 50px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.search-box input[type="text"] {
	border: none;
	margin-top: 4px;
	margin-left: 17px;
	height: 24px;
	float: left;
}
.search-box input[type="submit"] {
	border: none;
	background-image: url("../images/search_bg.png");
	width: 27px;
	height: 28px;
	border-radius: 14px;
	margin-top: 2px;
	margin-right: 3px;
	float: right;
}
.search-box {
	height: 32px;
	width: 220px;
	margin-top: 30px;
	border-radius: 105px;
	border: 1px solid #53bf1d;	
	box-shadow: 1px 1px 1px #ddf2d2;
}
.navi a {
    text-decoration: none;
    color: #000;
    display: block;
}
.navi .active {
	background-color: #53bf1d;
}
.navi .active a {
	color: #fff;
}
.list-content {
	float: left;
	width: 290px;
}
.greendot {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	background: url("../images/greendot.png") no-repeat;
    position: relative;
}
a.green {
	color: #53bf1d;
}
a.yellow {
	color: #edb317;
}
a.orange{
	color: #e0771d;
}
a.blue {
	color: #139eea;
}
a.pink {
	color: #da3299;
}
.main {
	width: 1180px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#closemsg {
	position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -245px;
    width: 490px;
    z-index: 99999999;
    height: 95px;
    padding-top: 29px;
    padding-left: 34px;
    font-size: 14px;
    padding-right: 34px;
    line-height: 1.5em;
    border: 1px solid rgb(224, 224, 224);
    background-color: rgb(255, 255, 255);
    display: none;
}
#closewindow {
	display: block;
    float: right;
    background-color: #53bf1d;
    color: #fff;
    text-decoration: none;
    width: 48px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-top: 26px;
}
#blackmask {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
}
#onekeyreportwindow {
    height: 317px;
    width: 462px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    margin-left: -231px;
    background-color: #fff;
    margin-top: -158px;
    display: none;
}
.header.cf {
    overflow: hidden;
    background-color: #53bf1d;
    width: 462px;  height: 25px;      
    font-size: 16px;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 4px;
}
.fl {
	float: left;
}
a.close.fr.btn-close {
    float: right;
    width: 20px;  
    height: 20px;  
    margin-top: 10px;  
    background: url(//img.yingyonghui.com/wsrc/app_plus/public/images/zs-close.png) 0 0 no-repeat;
}
#onekeyreportwindow .body {
    width: 251px;
    margin: 0 auto;
    margin-top: 19px;
}
.footer.cf {
    overflow: hidden;
    width: 226px;
    margin: 0 auto;
    height: 35px;
    margin-top: 10px;
}
.footer.cf a {
    display: block;
    width: 70px;  
    text-align: center;  
    height: 30px;  
    line-height: 30px;  
    text-decoration: none;  
    background-color: #53bf1d;  
    color: #fff;  
    border-radius: 6px;
}
a.fr.close.app-cancel {
    float: right;
}
a.download {
    display: block;
    float: right;
    margin-right: 33px;
    background-color: #53bf1d;
    color: #fff;
    text-align: center;
    width: 74px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    margin-top: 39px;
}

/* 底部 */
.bottom .friendly-link  {
	width: 998px;
	background-color: #fff;
	margin-top: 15px;
}
.bottom .friendly-link, 
.connect-us, 
.cooperation, 
.copyright {
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
}
.connect-us, 
.cooperation, 
.copyright {
	height: 152px;
}
.connect-us, 
.cooperation {
	border-right: none;
	width: 354px;
}
.bottom .bottom-part-title {
	width: 354px;
	color: #000;
	font-size: 14px;
	vertical-align: middle;
	word-wrap: break-word;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.bottom .friendly-link .bottom-part-content {
    overflow: hidden;
}
.bottom .friendly-link .bottom-part-content ul li {
	margin-right: 16px;
	line-height: 200%;
}
.bottom .friendly-link .bottom-part-content ul li a {
	color: #666;
	text-decoration: none;
}
.bottom-part-content, 
.copyright-content {
	line-height: 2em;
}
.copyright {
	width: 290px;
}
.bottom .friendly-link .bottom-part-content ul li, 
.connect-us, 
.cooperation, 
.copyright, 
.copyright img{
	float: left;
	background: white;
}
.connect-us .bottom-part-content,
.cooperation .bottom-part-content,
.copyright .bottom-part-content {
	padding-left: 18px;
}
.bottom-part-content ul {
	width: 920px;
	line-height: 25px;
}
.bottom-part-content-link {
	color: #666;
	text-decoration: none;
}
.footer-left {
	float: left;
	width: 620px;
	margin-top: 19px;
}
.footer-left ul {
	margin-left: -13px;
}
.footer-left ul li {
	float: left;
	line-height: 200%;
	margin-left: 13px;
}
.footer-left ul li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	margin-right: 13px;
}
.footer-left ul li:first-child a {
	color: #333;
}
.footer-left .f-div {
	display: block;
	float: left;
}
.footer-left .f-div a {
	text-decoration: none;
	color: #666;
}
.footer-right {
	float: right;	
	margin-top: 19px;
}
.footer-right div {
	text-align: right;
	border-right: 1px solid #d6d6d6;
	padding-right: 12px;
	height: 45px;
	float: left;
	margin-right: 17px;
}
.footer-right div ul {
	display: inline-block;
	vertical-align: middle;
	padding-top: 7px;
	line-height: 150%;
}
.copyright p {
	clear: left;
	margin-left: 17px;
	margin-top: 5px;
}
.copyright .copyright-logo {
	margin-left: 19px;
	margin-top: 13px;
}
.copyright ul {
	margin-top: 13px;
	margin-right: 14px;
}
.copyright-title {
	border-bottom: 1px solid #d6d6d6;
	height: 51px;
}
.td_vm {
	vertical-align: middle;
}
.td_vt {
	vertical-align: top;
}
.friendly-bottom-part-title {
    width: 12px;
	color: black;
	font-size: 15px;
	font-weight: bolder;
	vertical-align: middle;
	word-wrap: break-word;
	letter-spacing: 20px;
	float: left;
	padding-left: 18px;
}
.friendly.bottom-part-content {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bottom_company{
	float: left;
	margin-right: auto;
 	width: 998px;
	height: 65px;
	background: white;
	padding-top: 8px;
}
.bottom_company_text{
	text-align: center;
	margin-top: 5px;
}
.bottom_company_text a{
	color: #666;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
}

/* 返回顶部及点我有礼 */
.fixed {
	position: fixed;
	bottom: 171px;
	width: 60px;
    left: 1500px;
}

.fixed ul li {
	height: 59px;
	width: 60px;
	margin-bottom: 4px;
}
.fixed ul li a {
	color: #fff;
	text-decoration: none;
	padding: 22px 27px;
	line-height: 60px;
	cursor: pointer;
}
#connect-us{
	background-image: url("../images/connect_us.png");
}
#qr{
	background-image: url("../images/qr.png");
}
#to-top{
	background-image: url("../images/up.png");
}
.footer_img img{
	display:block;
	bottom:20px;
	height:100px;
	position:fixed;
	right:10px;
	width:100px;
}

/* 右部列表 */
.has-border {
	border: 1px solid #e7e7e7;
	background:#FFF;
}
.poster {
    text-align: center;
    height: 254px;
}
.download_client_title{
	font-size: 17px;
	font-weight: bold;
	margin-top: 37px;
	color: black;
}
.qr_code_download_client{
	margin-top: 25px;
	height: 123px;
	width: 276px;
}
.download_client_content{
	margin-top: 30px;
	text-align: center;
}
.download_client_button{
	height: 40px;
	width: 72%;
	background-color: #53bf1d;
	color: #FFF;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	display: block;
	margin-left: 14%;
	margin-top: 10px;
}
.download_client_button img{
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 25px;
	margin-right: -30px;
	margin-top: 11px;
}
.top {
	padding-top: 12px;
	padding-left: 19px;
	padding-right: 19px;
}
.soft-top,
.game-top{
	float: left;
    width: 119px;
    height: 30px;
    text-align: center;
    background-color: #666666;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 6px;
}
.soft-top span,
.game-top span {
	line-height: 30px;
	vertical-align:middle;
}
.top div a {
	color: #fff;
	text-decoration: none;
}
.top-active {
	background-color: #53bf1d;
	background-image: url("../images/wt_trangle.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;	
}
.top ol {
	clear: left;
}
#right ol {
	margin-bottom: 13px;
}
ol.soft-top-list li,
ol.game-top-list li {
	padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 6px;
    height: 44px;
    border-bottom: 1px solid #e5e5e5;
}
ol.soft-top-list li:last-child,
ol.game-top-list li:last-child {
	border-bottom: 0 none;
}
span.topnum {
    margin-right: 10px;
}
ol li a {
	text-decoration: none;
	color: #666;
}
ol li a img {
	margin-left: 5px;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

/* 面包屑 */
.breadcrumb {
	height: 40px;
	padding-left: 8px;
	line-height: 40px;
}
.breadcrumb a {
	color: #666;
	text-decoration: none;
}

/* 分页 */
.discuss_fangye .dis_writebg_a a {
	height: 38px;
	display: inline-block;
	padding:0 20px;
	line-height: 38px;
	color: #777;
	font-size:16px;
	text-decoration: none;
	background-color: #fff;
}
.discuss_fangye .dis_writebg_a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    float: left;
    margin:0 3px;
	border:1px solid #e4e4e4;
	font-family: "微软雅黑","Verdana";
	font-weight:bold;
}
.discuss_fangye .dis_writebg_a a:hover{
	background:#3db73d;
	color:#FFF;
}
.discuss_fangye {
    height: 44px;
	width:900px;
	background:#FFF;
	border-top:1px solid #ddd;
    padding: 20px 0;
   text-align:center;
}
.dis_bluebg_a {
    background-color: #53bf1d;
}
.discuss_fangye li.dis_bluebg_a a{
	background-color:#3db73d;
	color:#FFF;
	}
.discuss_fangye ul {
	display:inline-block;
}
a.pre {
	background-image: url("../images/pre_p.png");
}
a.next  {
	background-image: url("../images/next_p.png");
}
#page-checked {
	background-color: #72ca00;
	color: #fff;
}

/* 列表 */
.app-list {
	width: 729px;
	overflow: hidden;
}
.app-list .app {
    height: 234px;
    width: 235px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    position: relative;
}
.app-list .app .app-icon {
	width: 69px;
	height: 69px;
	float: left;
	margin: 24px 14px 24px 24px;
	border-radius: 12px;
}
.app-list .app .Content_Label {
	float: left;
	margin: 24px 14px 24px 24px;
	position: absolute;
	left: 0;
}
.app-info {
	float: left;
	/* margin-top: 24px; */
	margin-top: 32px;
}
.app-name {
	margin-bottom: 10px;
}
.app-name a {
    color: #000;
    text-decoration: none;
    display: block;
    overflow: hidden;
    width: 115px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 13px;
}
.download-count, 
.update-date {
	display: block;
	line-height: 1.5;
}
.app-intro {
    clear: left;
    border-top: 1px solid #ececec;
    padding: 20px;
    padding-top: 14px;
    padding-bottom: 0px;
    overflow: hidden;
}
.app-intro span {
    line-height: 150%;
    display: inline-block;
    width: 200px;
    height: 35px;
    overflow: hidden;
}
a.view-detail, 
a.download-now {
	display: block;
	float: left;
	width: 96px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #808080;
	text-decoration: none;	
	margin-top: 18px;
}
a.view-detail.has-border {
	border-right: 0 none;
}
a.download-now {
	color: #fff;
	background-color: #53bf1d;
	border: 1px solid #53bf1d;
	border-left: 0px;
}
a.download-now:active,
a.view-detail:active {
	color: #fff;
	background-image: url("../images/background_green.png");
}
.focus-title a { 
	display: block; 
	width: 230px; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.hot-app-classify {
    width: 700px;
    margin-top: 34px;
    height: 25px;
    vertical-align: bottom;
}
.hot-app-classify .more {
    display: block;
    float: right;
    margin-right: 10px;
}
.hot-app-classify h1 {
    font-size: 17px;
    color: #000;
    float: left;
    margin-right: 29px;
}
.hot-app-classify .gameclassify {
    display: block;
    float: left;
    padding-top: 3px;
}
.gameclassify:first-child {
    display: none;
}
.hot-app-classify span a {
    color: #666;
    text-decoration: none;
}
.hot-app-classify span a.checked {
    color: #53bf1d;
}
.index-hot-app-list {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    display: table;
}
.index-hot-app-list .iha {
    display: inline-block;
    float: left;
    width: 115px;
    height: 123px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; 
}
.index-hot-app-list .iha .Content_Icon { 
	width: 72px; 
	height: 72px; 
	border-radius: 15px; 
}
.index-hot-app-list .iha img {
    margin-top: 12px;
    margin-bottom: 13px;
}
.index-hot-app-list .iha a {  
    text-decoration: none;
}
.index-hot-app-list .iha a h2 {
    color: #000;
    display: block;
    overflow: hidden;
    width: 101px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    position: relative;
    top: -9px;
    line-height: 2;
}
.index-app-more-active {
   display: block;
   position: absolute;
   width: 90px;
   background-color: #fff;
   height: 120px;
   margin-left: 115px;
   z-index: 99;
   border: 2px solid #53bf1d;
   border-left: 0px;
   padding-left: 15px;
   padding-right: 10px;
}
#index-app-active{
    border: 2px solid #53bf1d;
    width: 114px;
    height: 120px;
    border-right: 0px;
}
.moreinfo h2 {
    line-height: 17px;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    width: 101px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreinfo .shortdesc {
    display: block;
    margin-top: 8px;
    height: 23px;
    overflow: hidden;
}
.moreinfo-catename {
    display: block;
    background-color: #ddd;
    width: 75px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 6px;
}
.moreinfo a.index-view-detail {
    display: block;
    width: 75px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #fff;
    background-color: #53bf1d;
    margin-top: 20px;
}
.downloadCountShow {
    margin-top: 6px;
    display: block;
}
.app-spe {
	width: 697px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.app-spe li {
	width: 33.1%;
	overflow: hidden;
	float: left;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.app-spe li:last-child {
	margin-bottom: 0;
}
.app-spe li:nth-child(2n) {
	
}
.app-spe li a {
	width: 89px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0 9px;
	margin: 5px 4px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff;
}
.app-spe li a:hover {
    background-color: #53bf1d;
    color:#fff;
}
.app-other {
	overflow:hidden;
	background-color:#fff;
	padding:10px;
	width:697px;
}
.app-other .hot-app-classify:first-child {
	margin-top: 0;
}

/* 专栏 */
.hot-game-app {
    margin-top: 20px;
    border-left: 0px;
    height: 120px;
    width: 998px;
    margin-left: auto;
    margin-right: auto;
}
.left-so {
    float: left;
    background-color: #eee;
}
.so {
    width: 111px;
    text-align: center;
    background-color: #f3f3f3;
    height: 60px;
    border-left: 2px solid #b2b2b2;
}
.so a.sa {
	color: #666;
	text-decoration: none;
    line-height: 60px;
    cursor: pointer;
    display: block;
    font-size: 15px;
}
#checked a {
	color: #53bf1d;
}
#checked {
    border: 0px;
    border-left: 2px solid #53BF1B;
    color: #53bf1d;
    background-color: #fff;
}
.game-app-name ul li {
    display: inline-block;
    _zoom:1;
    *display:inline;
    margin-right: 1px;
}
.game-app-name ul li a {
    display: inline-block;
    height: 22px;
    min-width: 70px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #fff;
    text-align: center;
    line-height: 22px;
    margin-bottom: 12px;
    color: #666;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}
.game-app-name ul li a:hover {
    background: #53bf1d;
    color:#fff;
}
.game-app-name {
    overflow: hidden;
    height: 111px;
}
.game-app-name ul {
    width: 870px;
    margin-top: 12px;
    margin-left: 16px;
}
.rel-art {
    clear: left;
    margin-top: 5px;
    padding-top: 22px;
}
.rel-art p {
    line-height: 200%;
    margin-left: 21px;
}
.rel-art p a {
    color: #666;
    text-decoration: none;
}
.rel-article {
	margin-bottom: 1px;
}
.rel-article ul {
	padding-left: 15px;
	padding-top: 16px;
	margin-bottom: 36px;
	line-height: 150%;
	border-top: 1px solid #e0e0e0;
}
.rel-article .art-title {
    color: #666;
    text-decoration: none;
    display: block;  
    overflow: hidden;  
    width: 247px;  
    white-space: nowrap;  
    text-overflow: ellipsis;
}
.rel-article ul li {
	margin-bottom: 6px;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #e0e0e0;
}
.has-green-border-title {
	color: #000;	
	margin: 14px 0px 13px 13px;
	border-left: 5px solid #53bf1d;
	padding-left: 8px;
}
.articles-rel-app {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #e0e0e0;
}
.articles-rel-app img {
    float: left;
    margin-top: 12px;
    margin-left: 13px;
    height: 75px;
    width: 75px;
}
.articles-rel-app-name {
    float: left;
    margin-right: 16px;
}
.articles-rel-app a.download {
    float: right;
    margin-top: 37px;
    margin-right: 20px;
}
.articles-rel-app div {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    min-height: 20px;
    min-width: 2px;
}
.articles-rel-app-name a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.articles-rel-app a.download {
    float: right;
    margin-top: 37px;
    margin-right: 20px;
}
.rere {
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px;
}
.rere .bg {
	background-color: #eee;
	padding: 0 15px;
	display:inline-block;
	width: 100%;
}
.rere .bg .tit {
	font-size: 16px;
	line-height: 24px;
	margin:10px 0;
	overflow: hidden;
	display:inline-block;
}
.rere .bg .list {
	margin-bottom:15px;
	overflow: hidden;
}
.rere .bg .list .show {
	float: left;
}
.rere .bg .list .show img {
	width: 100px;
	height: 133px;
}
.rere .bg .list .text {
	float: left;
	margin-left: 15px;
	width: calc(100% - 120px);
	height: auto;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    padding-top: 15px;
}
.rere .bg .list .text .ft {
	margin-bottom: 15px;
	color: #333;
}
.rere .bg .list .text .ft a {
	color: #333;
	text-decoration: none;
}
.rere .bg .list .text .st {
	font-size:14px;
	color: #666;
}
.rere .bg .list .text .st a {
	color: #8f8d88;
	text-decoration: none;
}

/* 详情页右侧 */
.interrelate-app {
    line-height: 150%;
    color: #000;
    overflow: hidden;
	margin-top: 14px;
	margin-bottom: 15px;
}
.interrelate-app ul {
    margin-left: 24px;
    margin-top: 11px;
    overflow: hidden;
}
.interrelate-app ul li {
    float: left;
    padding: 15px;
    border-right: 1px dashed #eeb;
    border-top: 1px dashed #eeb;
}
.interrelate-app ul li:nth-child(2n) {
	border-right: 0 none;
}
.interrelate-app ul li:nth-last-of-type(1),
.interrelate-app ul li:nth-last-of-type(2) {
	border-bottom: 1px dashed #eeb;
}
.interrelate-app ul li img,
.interrelate-app ul li span {
	display: block;
}
.interrelate-app ul li img {
	width: 69px;
	height: 69px;
}
.interrelate-app a {
	text-decoration: none;
}
.interrelate-app .interrelate-app-name {
    line-height: 200%;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 69px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.bmd {
	position: absolute;
	bottom: 0;
	right: 0;
}
.bmd-bottom {
	position: absolute; 
	right: 5px; 
	bottom: 120px;
}
.passport {
	font-size: 14px;
}
.remark-time {
	margin-left: 30px;
}
.part-title {
	background-color: #eeeeeb;
	line-height: 30px;
	border-left: 5px solid #53bf1d;
	padding-left: 10px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	vertical-align: middle;
	color: #000;
	margin-bottom: 13px;
}
.part-title.r{
    background-image: url("../images/arrow_r.png");
}
.top-app-name {
    margin-left: 14px;
    position: relative;
    //display: inline-block;
    overflow: hidden;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tag {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
    border: 1px solid #53bf1d;    
    color: #53bf1d;
    margin-right: 10px;
}
.report-app-result {
	display: none;
	font-size: 13px;
	color: rgb(0, 153, 0);
}

/* 搜索 */
.tag-title {
	width: 715px;
	height: 97px;
	line-height: 97px;
	margin-bottom: 1px;
}
.tag-title h1 {
	font-size: 24px;
	color: #000;
	display: inline;
    margin-left: 30px;
}
.sea-classify {
    width: 715px;
    overflow: hidden;
    margin-bottom: 3px;
}
.sea-classify h1 {
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 25px;
}
.sea-classify .all-classify-list {
	margin-top: 12px;
	margin-left: 19px;
	width: 705px;
}
.sea-classify .all-classify-list li {
	display: inline-block;
}
.sea-classify .all-classify-list li a,
.sea-classify .other-classify-list li a {
    color: #666;
    padding-left: 5px;
    text-decoration: none;
    line-height: 175%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.all-classify-list a {
	display: inline-block;
	background-color: #ececec;
	min-width: 90px;
	max-width: 130px;
	text-align: center;
	border-radius: 12px;
}
.sea-classify .other-classify-list {
	margin-bottom: 42px;
	margin-top: 6px;
	margin-left: 19px;
	width: 705px;
}
.other-classify-list li {
	width: 95px;
	margin-right: 15px;
	display: inline-block;
}
.all-classify-list a#checked {
	background-color: #53bf1d;
	color: #fff;
}

/* 专栏相关推荐 */
.recommend {
	padding: 20px 0;
	margin: 0 15px;
	overflow: hidden;
	border-top: 2px solid #eee;
}
.recommend h2 {
	font-size: 1rem;
}
.recommend h2 .back {
	float: right;
	font-size: 0.6rem;
	color: #999;
}
.recommend h2 .back a {
	color: #999;
	text-decoration: none;
}
.recommend_con {
	width: 100%;
	height: 97px;
	border-bottom: 2px solid #eee;
}
.recommend_con:last-child {
	border-bottom: 0 none;
}
.recommend_con_txt {
	width: 60%;
	width: calc(100% - 130px);
	height: 97px;
	float: left;
	cursor:pointer;
}
.recommend_con_txt .title {
	width: 100%;
	height: 34px;
	margin: 15px 0;
	font-size: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.recommend_con_txt .zp {
	font-size: 0.5rem;
}
.recommend_con_txt .zp span {
	margin-right: 10px;
}
.recommend_con_txt .zp span:last-child {
	margin-right: 0;
}
.recommend_con_txt .zp .user {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
}
.recommend_con_txt .zp .eyes {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
	display: inline-block;
}
.recommend_con_img {
	width: 130px;
	height: 97px;
	float: left;
	cursor:pointer;
}
.recommend_con_img img {
	width: 130px;
	height: 97px;
}
.game_comp_qq{
	padding-left: 80px;
}

#nav{
	margin:auto;
	}
.d_QRcode p{
	line-height:20px;
	}	