﻿/**
author : zhupinglei;
desc : 转发有礼;
**/
body{
	background: url('../img/tbg.jpg') no-repeat #c21d23;
	background-size:100% auto;
}

iframe{
	width:100%;
}

.weiba-easycall.round.show{
	display: none;
}

.icon{
	font-family: 'icomoon';
	color:#fff;
	font-style: normal;
}

.icon-export:before{
	content: '\e853';
}
.icon-menu:before{
	content: '\e7ee';
}
.icon-spinner:before{
	content: '\e65c';
}
.icon-arrow-right:before{
	content: '\e912';
}

#wrap{
	padding:0 13px;
	overflow: hidden;
}

.zi{
	position: relative;
	top:25px;
}

.zi img{
	width:90%;
	height:auto;
	margin-left:3%;
}

.frame{
	height:120px;
	padding:30px 10px 10px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	border-radius: 5px 5px 0 0;
}

.frameCon{
	height:120px;
	overflow: hidden;
	background: #d1d1d1;
}

.frameCon img{
	width:100%;
	height:100%;
}

.frameBtn span{
	display:block;
	height:34px;
	color:#fff;
	line-height: 34px;
	text-align: center;
	font-size:18px;
}

.frameBtn span.b1{
	color:#fff;
	font-weight: bold;
	background: #222;
	height:50px;
	line-height: 50px;
	overflow: hidden;
}

.frameBtn span.b1 i{
	color:#fff;
}

.frameBtn span.b2{
	background: #fff;
	margin-bottom:10px;
	color:#333;
	border-top:1px solid #ccc;
	text-align: left;
	font-size:14px;
	padding-left:10px;
	border-radius: 0 0 5px 5px;
}

.frameBtn i{
	position: relative;
	top:1px;
	margin-right:5px;
	font-size:18px;
}

.frameBtn i.icon-arrow-right{
	float: right;
	display:block;
	width:30px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#333;
}

.turnBox{
	background: #fff;
	margin-top:10px;
}

.turnBox h2{
	height:35px;
	overflow: hidden;
	line-height: 28px;
	background: url('../images/spa.png') 0 bottom no-repeat;
	background-size:175px 35px;
	padding-top:10px;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	padding-left:10px;
}

.boxCon{
	padding:10px;
	line-height: 20px;
}

.rankMe{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size:16px;
	color:#330000;
	font-weight: bold;
	background: #e1ca8b;
	padding-left:10px;
}

.rankMe span{
	color:#c4201b;
}

.rank h2 i{
	float: right;
	margin-right:20px;
	color:#c00;
	font-size:18px;
}

table{
	margin-left:-1px;
	margin-top:10px;
	width:100%;
}

table th{
	width:20%;
	background: #e4ddce;
	height:29px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight: bold;
}

table th:first-child{
	width:20%;
	border-left:none;
}

table th:last-child{
	width:20%;
}

table tr td{
	width:30%;
	height:29px;
	border-left:1px solid #ccc;
	text-align: center;
	color:#333;
}

table tr td:first-child{
	width:20%;
	border-left:none;
}

table tr td:last-child{
	width:50%;
}

table tr:nth-child(2n) td{
	background: #f0eade;
}

table tr:nth-child(-n+3) td:first-child{
	color:#c00;
}

.weiba-layer-sharehelper{
	background: url(../images/121.png) center top no-repeat rgba(0,0,0,0.8);
	background-size: 80% auto;
	display: none;
}

.turnTime{
	height:30px;
	line-height: 30px;
	background: rgba(0,0,0,0.5);
	color:#fff;
	margin-top:10px;
	padding-left:10px;
	font-size:16px;
}

.weiba-footer{
	margin-top:10px;
}

#frameG{
	position: relative;
	width:100%;
	min-height: 100%;
	display:none;
	border:none;
	z-index:9999;
}

#frameG iframe{
	min-height: 100%;
}

#frameG .frameGClose{
	position: fixed;
	right:0; 
	top:0;
	width:39px;
	height: 37px;
	background: url('../img/close.png') no-repeat;
	background-size:39px 37px;
}

#frameG .forw{
	background: rgba(0,0,0,0.7);
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	position: fixed;
	bottom:0;
	left:0;
	font-size:16px;
}

#frameG .forw i{
	font-size:20px;
	position: relative;
	top:2px;
	margin-right:5px;
}