*{margin: 0; padding: 0;}
a {text-decoration: none; color: #333;}
a:hover { text-decoration: underline;}
ul,li {list-style: none;}
img {border: 0;}
body { 
    background: #ffe1f0; 
    font: 14px/24px "Microsoft YaHei"; 
}
.icones {background: url("../../index/images/icones.png") no-repeat;}

.clearfix{display: inline-table;}
.clearfix { *zoom:1;}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.fl { float: left;}
.fr { float: right;}
.c56 { color: #565656;}
.pdt10 { padding-top: 10px;}
.pdt20 { padding-top: 20px;}
.pdt30 { padding-top: 30px;}
.pdb10 { padding-bottom: 10px;}
.pdb20 { padding-bottom: 20px;}
.pdb30 { padding-bottom: 30px;}
.bt1 { border-top: 1px dashed #d2d2d2; }
.bb1 { border-bottom: 1px dashed #d2d2d2; }
.nobor {border:0; }
.k-w-c { font-weight: normal; color: #d16767;}
.sdbg { background: #ccc;}
/******************************************************************************************************************
 * header
 *****************************************************************************************************************/
.wrap-header {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 70px;
    background: #ededed;
    background: url("../images/header-bg.png") repeat-x\9;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e8e8e8));
    background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e8e8e8));
    background: gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e8e8e8));
}
.header {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
}
.header .logo {
    float: left;
}
.header a img {border: 0;}
.header .nav {
    float: left;
    margin: 0 0 0 100px;
}
.header .nav li {
    float: left;
    line-height: 78px;
    background: url("../../index/images/nav-sl.gif") no-repeat right 30px;
    position: relative;
}
.header .nav li .new {
    position: absolute;
    right: 5px;
    top: 18px;
}
.header .nav li span {
    display: block;
}
.header .nav li a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0px 30px;
}
.header .nav li a:hover {
    background: none;
    color: #b60606;
    text-decoration: none;
}
.header .nav li.active {
    background: url("../../index/images/nav-ac-bg.gif") repeat-x 0 0;
}
.header .nav li.active span {
    background: url("../../index/images/al.gif") no-repeat left 0;    
}
.header .nav li.active a {
    background: url("../../index/images/ar.gif") no-repeat right 0;    
}

.header .nav li:hover {
    background: url("../../index/images/nav-ac-bg.gif") repeat-x right 0;    
}
.header .nav li:hover span {
    background: url("../../index/images/al.gif") no-repeat left 0;    
}
.header .nav li:hover a {
    background: url("../../index/images/ar.gif") no-repeat right 0;       
}
.header .ug-user {
    float: right;
    width: 111px;
    height: 70px;
}
.ug-user .top-msg-box {
    position: relative;
    margin: 30px 20px 0 0px;
    width: 47px;
    height: 30px;
    background: url("../../index/images/nav-sl.gif") no-repeat right 0;
}
.ug-user .top-msg-box .ug-my-mes {
    display: block;
    width: 22px;
    height: 16px;
    overflow: hidden;
    background: url("../../ugcImg/ugc-spr.png") no-repeat -115px -678px;
}
.ug-user .top-msg-box .ug-my-mes:hover {
    background-position: -115px -709px;
}
.ug-user .ug-my-tophead {
    margin: 16px 4px 0 0px;
    width: 40px;
    position: relative;
    float: right;
}
.ug-user .ug-my-tophead img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.ug-user .ug-my-tophead .sub-nav {
    position: absolute;
    top: 45px;
    left: -98px;
    width: 140px;
    z-index: 100;
    background: #f8f8f8;
    border: 1px solid #ccc;
    display: none;
}
.ug-user .ug-my-tophead .sub-nav a {
    display: block;
    padding: 8px 0 8px 40px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    color: #666;
}
.ug-user .ug-my-tophead .sub-nav a.nobor {
    border: 0;
}
.ug-user .ug-my-tophead .sub-nav a:hover {
    text-decoration: none;
    color: #444;
    background: #eee;
}
/* 二维码 */
.two-dimension-code {
    position: fixed;
    right: 30px;
    top: 85px;
    z-index: 9999;
}
.two-dimension-code .code-box {
    background: #fff;
    width: 106px;
    height: 120px;
    padding: 10px 0 0 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 3px #cecece;
    text-align: center;
    font-size: 12px;    
}
.two-dimension-code .code-box a {
    display: block;
    height: 94px;
}
.two-dimension-code a img {
    border: 0;
}
 .two-dimension-code .code-box span {
    color: #a5a4a4;
 }
.two-dimension-code .c-close {
    color: #b0b0b0;
    padding-left: 5px;
    font-size: 12px;
 }
.two-dimension-code .c-close:hover {
    color: #b60606;
 }

/******************************************************************************************************************
 * banner
 *****************************************************************************************************************/
.index-banner {
    position: relative;
    top: 70px;
    width: 100%;
    height: 254px;
    z-index: 1;
    transition: background-color 0.2s ease;
    -webkit-transition:background-color 0.2s ease;
    -moz-transition:background-color 0.2s ease;
}
.banner-wrap {
    position: relative;
    top: 1px;
    left: 0;
    z-index: 10;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-wrap .list {
    height: 254px;
    width: 1000px;
    overflow: hidden;
}
.banner-wrap .list .b1 {
	float: left;
	width: 406px;
	height: 254px;
	background: #eee;
}
.banner-wrap .list .b2 {
	float: left;
	width: 318px;
	height: 254px;
	background-color: #fef1f8;
	color: #333;
}
.banner-wrap .list .b2 .tt {
	font-size: 18px;
	padding: 46px 20px 25px 26px;
}
.banner-wrap .list .b2 .cont {
	padding: 0px 27px 10px 26px;
	line-height: 28px;
}
.banner-wrap .list .b3 {
	float: left;
	width: 268px;
	height: 254px;
	margin-left: 8px;
	background: url("../../images/zone/banner3.png") no-repeat;
}
.banner-wrap .list .b3 a {
	display: block;
	width: 118px;
	height: 42px;
	margin-left: 15px;
	overflow: hidden;
	text-indent: -100%;
}
.banner-wrap .list .b3 .iphone-btn {
	margin-top: 114px;
	background: url("../../images/zone/button-d.png") no-repeat 0 0;
}
.banner-wrap .list .b3 .iphone-btn:hover {
	background: url("../../images/zone/button-h.png") no-repeat 0 0;
}
.banner-wrap .list .b3 .android-btn {
	position: relative;
	top: 20px;
	background: url("../../images/zone/button-d.png") no-repeat 0 -62px;
}
.banner-wrap .list .b3 .android-btn:hover { 
	background: url("../../images/zone/button-h.png") no-repeat 0 -62px;
}

.content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

/*大姨吗导航*/
.zone-nav {
	margin-top: 94px;
	background: url("../../images/zone/nav-bg.png") repeat-x 0 6px;
	height: 62px;
	width: auto;
	position: relative;
}

.zone-nav a {
	display: inline-block;
	text-align: center;
	width: 133px;
	height: 62px;
	line-height: 1000px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
} 
.zone-nav .btn1 {
	left: -5px;
	background: url("../../images/zone/nav-d.png") no-repeat 0px 0;
}
.zone-nav .btn1:hover{
	background: url("../../images/zone/nav-h.png") no-repeat 0px 0;
}
.zone-nav .btn1:active, .zone-nav .btn1.current {
	background: url("../../images/zone/nav-c.png") no-repeat 0px 0;
}

.zone-nav .btn2 {
	left: 145px;
	background: url("../../images/zone/nav-d.png") no-repeat -150px 0;
}
.zone-nav .btn2:hover {
	background: url("../../images/zone/nav-h.png") no-repeat -150px 0;
}
.zone-nav .btn2:active{
	background: url("../../images/zone/nav-c.png") no-repeat -150px 0;
}

.zone-nav .btn3 {
	left: 295px;
	background: url("../../images/zone/nav-d.png") no-repeat -300px 0;
}
.zone-nav .btn3:hover {
	background: url("../../images/zone/nav-h.png") no-repeat -300px 0;
}
.zone-nav .btn3:active{
	background: url("../../images/zone/nav-c.png") no-repeat -300px 0;
}

/*栏目列表*/
.zone-list {
	width: 100%;
	height: auto;
	margin-top: 25px;
	padding: 0 2px;
	overflow: hidden;
}
.zone-list .item {
	width: 478px;
}
.zone-list .item .head {
	height: 52px;
	width: 100%;
	background: url("../../images/zone/tt-bg.png") repeat-x;
	color: #8a4d6e;
	font-size: 18px;
	font-weight: 500;
	line-height: 52px;
	text-indent: 26px;
}
.right-column {
	margin-right: 3px;
}
.zone-list .item .head a:hover {
	text-decoration: none;
}
.zone-list .item .cont {
	width: 100%;
	background: #f9f9f9;
	border-radius: 1px;
	border: 1px solid #fcddeb;
	border-bottom: 0;
	-webkit-box-shadow: 0px 0px 10px rgba(245, 211, 227, 0.5);
	box-shadow: 0px 0px 10px rgba(245, 211, 227, 0.5);
}

.zone-list .item .cover {
	position: relative;
	padding: 10px;
	width: 400px;
	height: 278px;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #f1e8e9;
	-webkit-box-shadow: 0px 0px 10px rgab(239,230,231, 1);
}
.zone-list .item .cover .player-btn {
	width: 46px;
	height: 46px;
	position: absolute;
	right: 22px;
	bottom: 18px;
	background: url("../../images/zone/p-btn.png") no-repeat -3px -3px;
	overflow: hidden;
	line-height: 400px;
}
.zone-list .item .cover .player-btn:hover {
	background: url("../../images/zone/p-btn.png") no-repeat -3px -74px;
}

.zone-list .item .list {
}
.zone-list .item .list li {
	width: auto;
	height: 55px;
	line-height: 55px;
	padding-left: 30px;
	background: #f9f9f9;
}

.zone-list .item .list li.odd {
	background: #f0f0f0;
}

.zone-list .item .list li a {
	display: inline-block;
}
/*.zone-list .item .list li a.p-btn {
	width: 20px;
	height: 24px;
	background: url("../../index/images/icones.png") no-repeat 0 -250px;
	margin-right: 20px;
}
.zone-list .item .list li a.p-btn:hover {
	background: url("../../index/images/icones.png") no-repeat 0 -275px;
}
*/
.zone-list .item .list li a.tt {
	display: inline-block;
	color: #8a4d6e;
	font-size: 14px;
	width: 360px;
	height: 24px;
	line-height: 24px;
	background: url("../../index/images/icones.png") no-repeat 0 -250px;
	padding-left: 38px;
	margin-top: 15.5px;
	overflow: hidden;
}
.zone-list .item .list li a.tt.curr {
	background: url("../../index/images/icones.png") no-repeat 0 -275px;
}
.zone-list .item .more-box {
	width: 100%;
	position: relative;
	border: 1px solid #fcddeb;
	border-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: 0px 0px 10px rgba(215, 211, 227, 0.11);
	box-shadow: 0px 0px 10px rgba(245, 211, 227, 0.11);
}
.zone-list .item .more-box .more {
	height: 50px;
	line-height: 50px;
	background: #f9f9f9; 
	text-align: right;
	padding-right: 10px;
}
.zone-list .item .more-box a {
	color: #666;
}
.zone-list .item .more-box .corner {
	width: 100%;
	height: 9px;
	background: url("../../images/zone/corner.png") repeat-x left bottom;
}


/* 分享 */
.share-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;  
    display: none; 
}
.share-wrap .share-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}
.share-wrap .share-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;   
}
.share-wrap .share-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 510px;
    height: 230px;
    border: 1px solid #555;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.6);
    background: #f3f5f7;

}
.share-wrap .share-content .header {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #434242;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#585757), to(#303030));
    background: -moz-gradient(linear, 0 0, 0 100%, from(#585757), to(#303030));
    background: gradient(linear, 0 0, 0 100%, from(#585757), to(#303030));
    border-radius: 2px 2px 0 0;
    overflow: hidden;  
    color: #eee;
    cursor: move;
}
.share-wrap .share-content .header .title {
    float: left;
    padding: 0px 0 0 20px;
}
.share-wrap .share-content .header .s-close-btn {
    display: block;
    position: absolute;
    top: 13px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url("../../index/images/icones.png") no-repeat -195px -305px;
    line-height: 200px;
    overflow: hidden;
}

/*******************************************************
 * 底部
*******************************************************/
.footer {
    clear: both;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 0px auto;
    font-size: 12px;
}
.footer .link {
    padding: 10px 0;
    text-align: center;
    color: #666;
}
.footer .link a {
    font-size: 14px;
    line-height: 18px;
    border-right: 1px solid #cecdcd;
    padding: 0px 25px;
    color: #666;
}
.footer .link a.nobor {border: 0;}
.footer a {
    color: #999;
}
.footer .copy-right {
    text-align: center;
    color: #999;
}