html {
	font-size: 312.5%;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
*, *::after, *::before {
    border: medium none;
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
body{font-family:SimHei,Arial; background-color: #f7f7f7;}
.index-list{

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, button, input {
	outline: 0 none;
	text-decoration: none;
}
img {
    max-width: 100%;
}
body {
	font-size:12px;
	/*-webkit-user-select:none;
    -webkit-text-size-adjust:none;*/
	font-family:helvetica;
}

#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	padding:0;	
}
#tagContent0 {
	
}
#wrapper {
	position:absolute; 
	z-index:1;
	top:0px; bottom:0px; 
	width:100%;
}
#scroller {
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding:0;
	width:100%;
}

#scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}



#myFrame {
	position:absolute;
	top:0; left:0;
}

.live_left .live_content .jian{
	position: absolute;
	content: " ";
	top: 10px;
	left: -7px;
	border-top: 7px #ededed solid;
	border-right: 7px #ffffff solid;
	border-bottom: 7px #ededed solid;
	border-left: 0;
	overflow: hidden;
}

/**
 *
 * Pull down styles
 *
 */

#pullDown .pullDownIcon, #pullUp .pullUpIcon  {
	display:block; float:left;
	width:40px; height:40px;
	-webkit-background-size:40px 80px; background-size:40px 80px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;	
}
#pullDown .pullDownIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}
#pullUp .pullUpIcon  {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;

	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}

@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}
.index-list-item {
	position: relative;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 10px;
}
.index-list-item .index-list-image {
	font-size: 0;
	height: 75px;
	vertical-align: middle;
	width: 33.33%;
	text-align: center;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	background-color: #F4F7F9;
	position: relative;
}
.index-list-item .index-list-image img {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.index-list-item .index-list-main-title {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: -1px 0 4px 0;
	overflow: hidden;
	height:45px;
}
.index-list-item .index-list-main-abs {
    font-size: 12px;
    line-height: 16px;
    color: #8c8c8c;
    font-weight: 400;
}
.index-list-bottom {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.index-list-item .tip-fillred {
	background-color: #e02f2f;
	border: 1px solid transparent;
	float: right;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	padding: 1px 2px;
	border-radius: 2px;
	margin-top: 1px;
	margin-left: 10px;
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
} 
.head-img {
	height: 4rem;
	width: 100%;
	background: url(../img/tou_bj.png);
	background-size: cover;
	text-align: center;
	color: #FFF;
	position: relative;
}
.head-img .user_name{
	color:#666465;
	font-size: 16px;
    margin-top: 0.3rem;
}
.head-img .my-img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 2rem;
	border: .05rem solid #FFF;
	box-shadow: inset 0 1px 8px rgba(0,0,0,0.2);
	margin-top: .35rem;
	
	display: inline-block;
	overflow: hidden;
	background-size: cover;
}
.head_ul{
	position: absolute;
	width: 100%;
	bottom: 0.3rem;
}
.head_ul li{
	float:left;
	font-size: 0.24rem;
	text-align: center;
	width:33.3%;
	line-height: 0.4rem;
	font-size: 0.28rem;
	
}
.head_ul li a{
	color:#333;
}
p.num{
	color:#0088cc;
}
.live{
	width:100%;
}
.live_box{
	padding:0.2rem;
	
}
.live_item{
	display:-webkit-box;
	overflow: hidden;
	min-height: 2rem;
	margin-bottom:0.25rem;
}
.live_item .live_right{
	width:60px;
	top: 0;
	bottom: 0;
	position: relative;
}
.live_right .live_face{
	height:1rem;
}
.live_right .live_face img{
	border-radius: 1rem;
	width:42px;
	height:42px;
}
.live_right  .live_time{
    font-size: 0.25rem;
    color:#868686;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    position: absolute;
    left: 0.1rem;
    background-color: #ededed;
    z-index: 100;
   
}
.live_box .live_shiz {
	text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    left: 0.51rem;
    background-color: #f7f7f7;
    background-image: url("../img/sz.png");
    background-repeat: no-repeat;
    z-index: 100;
    bottom: 0;
}
.live_right .live_shu{
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #ccc;
    left: 0.5rem;
}
.live_item .live_left{
	-webkit-box-flex:1;
	-moz-box-flex:1.0;
   
}
.live_left .live_zhuci{
	font-size:13px;
	color: #868686;
	height: 0.5rem;
	line-height: 0.5rem;
}

.live_zhuci p{
	float: left;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#868686;
	margin-left:5px;s
}
.live_zhuci span{
	float:right;
	color:#868686;
}
.live_zhuci img{
	/* max-width: 11%;
	max-height: 50%; */
	width:0.3rem;
	margin-right:5px;
	position:relative;
	top:3px;
}
.live_left .live_content{
	background: #fff;
	color:#666;
	padding: 0.1rem;

	font-size: 0.32rem;
	position: relative;
    border-radius: 3px;
}

.content img{
	max-width: 100%;
    max-height: 100%;
    
}
.menu{ 
	width: 100%; 
	height: 40px;
	line-height: 40px;
    clear: both;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #c0c0c0;
}
.menu span{ 
	float: right; line-height: 40px; padding-right: 6px; cursor: pointer;
}
.menu ul{
    margin: 0px;
	padding: 0px;
	}
#tags li{ 
	width: 60px;
    height: 0.8rem;
    
    text-align: center;
    float: left;
    display: block;
}
.audiojs audio {
    left:2px;
    z-index: -1;
}
.content p{
  padding:5px 10px 0 10px;
  color:#000;
  font-size:16px;
}
.dianzan{
	height:20px;
	margin-top:5px;
}
.dianzan a{
	float:right;
	color:#999999;
	text-decoration:none;
	font-size:18px;
}
.dianzan span{
	margin:0px 5px 0px 5px;
}
#right_ul{
  float:right;
}
#right_ul li{
  float:left;
  margin:0 10px;
  height: 0.8rem;
 
}
#right_ul li img{
  height:0.4rem;
}
#right_ul li span{
  color:#999999;
  margin-left:0.1rem;
}
.menu a{ color:#868686;  font-size: 0.35rem;}
.menu .current{  background-image:url("../img/hx.png"); background-repeat:no-repeat; background-position: bottom;}
.current a{color:#000}
.shuru {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
}
.shurukuang {
    width: 100%;
    height: auto;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}
.submxingming {
    width: 100%;
}
.sxingming {
    
    padding: 4px 0px 4px 0px;
    cursor: pointer;

    line-height: 20px;
    display: inline-block;
    font-size: 0.28rem;
    color: #BFBFBF;
}
.sxingming img {
    float: left;
    margin-right:5px;
}
.subm {
    width: 78px;
    padding: 0px;
    margin: 0px;
    float: right;
    text-align: right;
}
.sendbtn {
    padding: 4px 0px 4px 10px;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
    font-size: 0.31rem;
    background-color: #f7f7f7;
    color: #BFBFBF;
    cursor: pointer;
}
.pinglun ul {
    padding: 0px;
    margin: 0px;
}
.pinglun li {
    width: 100%;
    height: auto;
    font-size: 14px;
    float: left;
    border-top: 1px #c0c0c0 solid;
   
    position: relative;
}
.name {
    width: 100%;
    margin-bottom: 10px;
    color: #A1DDF5;
}
.huifu {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 18px;
    word-wrap: break-word;
    word-break: normal;
	text-indent:.63rem;
}
.huifu img{
    width:20px;
    vertical-align: bottom;  
}
.time {
    color: #999;
    font-size: 12px;
}
.showleft{
	overflow: hidden;
	position: relative;
}
.list__footer_1{
	position: absolute;
    bottom: 0px;
    font-size: 12px;
    color:#333333;
    left: 35%;
}
.index-list-main-text{
	overflow: hidden;
	height: 70px;
}
#pullUp,#pullDown{
	font-size: 18px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.list__title, .list__title_1 {
    font-size: 16px;
    overflow: hidden;
    color: rgba(0,0,0,.9);
    height: 20px;
}
.index-list-item .tip-fillred.color1{
	background-color: #0088cc;
}

.index-list-item .tip-fillred.color3{
	background-color: #ff9c00;
}
.index-list-item .tip-fillred.color4{
	background-color: #c40fff;
}
.img-3 .list__img {
    margin: 7px -3px 0;
    padding: 1px 0;
    overflow: hidden;
}
.list__footer {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,.4);
    margin-top: 10px;
}
.img-3 .list__img li {
    float: left;
    width: 33.33%;
    padding: 0 3px;
}
.list__img div {
    display: table;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.Box-shadow-subpixel .list__img div {
    box-shadow: 0 0 0 .33px rgba(0,0,0,.15);
}
.list__img span {
    display: block;
    position: relative;
    padding-bottom: 66.67%;
}
.list__img img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.get_more, .get_more_dp {
    text-align: center;
    margin: 15px 0 20px 0;
    font-size: .4rem;
}
/* 举报弹出框*/
.edit-body{width:316px;position:fixed;top:10%;left:50%;margin-left:-158px;padding:0px; border: 1px solid #ffffff;
        background-color: #ffffff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:5px;
        z-index:999999; font-size: 12px; font-family: microsoft yahei;}

.edit-body11{
      display: none;background:blue;height:4rem;width:4rem;
      position:fixed;top:10%;left:50%;margin-left:-2rem;padding:0px; border: 1px solid #ffffff;
        background-color: #ffffff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:5px;
        z-index:999999; font-size: 12px; font-family: microsoft yahei;  }
.edit-body11 h3{ width:100%;height:0.6rem;margin:1.7rem auto;font-size:20px;text-align:center;}


.login-main{ width:auto; height:380px;padding:0px;background:#ffffff;position:relative;}
	.login-main .close{right:10px;_right:15px;top:14px;position:absolute;width:20px;height:20px;}
	.login-main .close a{width:20px;height:20px;text-indent:-9999px;background:url(../img/close.png) no-repeat 0 0;display:block;}
	.login-main h4{font-size:18px;line-height:28px; font-weight: 100; padding: 10px; color: #00b6eb; padding-bottom:4px;border-bottom:1px solid #E6E6E6; width: 100%; font-family:microsoft yahei;}
    .heixian{ width:100%; border-bottom:1px solid #e7e7e7; height: 1px; margin-bottom: 10px;}
	.login-main .tit{ width: auto; height: auto; font-size: 16px; clear: both; padding:5px 10px;}
    .login-main .tit2{ width: auto; height: auto; font-size: 16px; clear: both; padding:0px 10px;}
	.login-main input{width:290px;line-height:28px;height:28px;border:1px solid #d5d5d5;color:#AAA;background-color:#FFF; padding: 4px;}
	.login-main input:focus{border:1px solid #f59942;box-shadow:0 0 0 2px rgba(245,153,66,0.3);color:#838182;border-color:#f59942;}
	.login-main img{float:right;cursor:pointer;width:120px;height:34px;}
	.login-main button{ font-family:Microsoft Yahei; margin-left: 90px; cursor:pointer;height:34px;background-color:#fff!important;padding:0 10px; color:#A3A3A3; font-weight: 100; font-size: 18px; border:5px solid #fff;line-height:24px;}
	.input-xlarge{ width: 288px; height: 100px; line-height: 20px; border:0px solid #d5d5d5; font-size: 16px; padding: 4px; font-family: microsoft yahei;}
	.select_style{ width: 288px; height: 28px; line-height: 24px; border:1px solid #d5d5d5; font-size: 16px; padding: 0px 0px; font-family: microsoft yahei;}
    .huajiao{
        padding: 10px;}
.rule-multi-radio{ margin-top: 6px;}



.multi-radio{ display:inline-block; vertical-align:middle; *display:inline; }
.multi-radio:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
.multi-radio .boxwrap{ display:inline-block; vertical-align:middle; *display:inline;}
.multi-radio a{ display:inline-block; margin:0px 10px 10px 0px; float:left; padding:2px 10px; height:30px; line-height:24px; border:1px solid #E6E6E6; vertical-align:middle; color:#494949;cursor:pointer; }
.multi-radio a:hover{ background:#00b6eb; text-decoration:none; }
.multi-radio a:active{ text-decoration:none; }
.multi-radio a.selected{ background:#00b6eb; border-color:#00b6eb; color:#fff; }

.login-main .submit1{margin-left:15%; width:70%;height:0.8rem;
                      border:1px solid #00b6eb; 
                      -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius:5px;
					}

/* 举报弹出框*/

/* 赞赏弹出框*/

  .edit-body2{width:316px;position:fixed;top:10%;left:50%;margin-left:-158px;padding:0px; border: 1px solid #ffffff;
        background-color: #ffffff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:5px;
        z-index:999999; font-size: 12px; font-family: microsoft yahei;}

.edit-body112{
      display: none;background:blue;height:4rem;width:4rem;
      position:fixed;top:10%;left:50%;margin-left:-2rem;padding:0px; border: 1px solid #ffffff;
        background-color: #ffffff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:5px;
        z-index:999999; font-size: 12px; font-family: microsoft yahei;  }
.edit-body112 h3{ width:100%;height:0.6rem;margin:1.7rem auto;font-size:20px;text-align:center;}


.login-main2{ width:auto; height:auto;padding:0px;background:#ffffff;position:relative;}
.login-main2 form{ background:#f5f6f1;}
	.login-main2 .close{right:10px;_right:15px;top:18px;position:absolute;width:20px;height:20px;}
	.login-main2 .close a{width:20px;height:20px;text-indent:-9999px;background:url(../img/close.png) no-repeat 0 0;display:block;}
	.login-main h4{font-size:18px;line-height:28px; font-weight: 100; padding: 10px; color: #00b6eb; padding-bottom:4px;border-bottom:1px solid #E6E6E6; width: 100%; font-family:microsoft yahei;}
    .heixian2{ width:100%; border-bottom:1px solid #e7e7e7; height: 1px; margin-bottom: 10px;}
	.login-main2 .tit2{ width: auto; height: auto; font-size: 16px; clear: both; padding:5px 10px;}
    .login-main2 .tit22{ width: auto; height: auto; font-size: 16px; clear: both; padding:0px 10px;}
	.login-main2 input{width:290px;line-height:28px;height:28px;border:1px solid #d5d5d5;color:#AAA;background-color:#FFF; padding: 4px;}
	.login-main2 input:focus{border:1px solid #f59942;box-shadow:0 0 0 2px rgba(245,153,66,0.3);color:#838182;border-color:#f59942;}
	.login-main2 img{float:left;cursor:pointer;width:120px;height:34px;}
	.login-main2 button{ font-family:Microsoft Yahei; margin-left: 90px; cursor:pointer;height:34px;background-color:#fff!important;padding:0 10px; color:#A3A3A3; font-weight: 100; font-size: 18px; border:5px solid #fff;line-height:24px;margin-bottom:0.2rem;}
	.input-xlarge2{ width: 260px; height: 40px; margin-left:0.3rem; line-height: 20px; border:0px solid #d5d5d5; font-size: 16px; padding: 4px; font-family: microsoft yahei;}
	.select_style2{ width: 288px; height: 28px; line-height: 24px; border:1px solid #d5d5d5; font-size: 16px; padding: 0px 0px; font-family: microsoft yahei;}
    .huajiao2{padding: 10px;}
    .rule-multi-radio2{ margin-top: 6px;}



.multi-radio2{ display:inline-block; vertical-align:middle; *display:inline; }
.multi-radio2:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
.multi-radio2 .boxwrap2{ display:inline-block; vertical-align:middle; *display:inline; width:100%;}
.multi-radio2 a{ display:inline-block;  float:left;  height:30px; line-height:0.8rem; border:1px solid #E6E6E6; vertical-align:middle; color:#494949;cursor:pointer;color:#e15f6b;background:white; width:1.4rem;height:0.8rem;margin:10px 0.2rem 10px 0.3rem;text-align:center; text-decoration:none;}
.multi-radio2 a:hover{ background:#f85a57; color:white;text-decoration:none; }
.multi-radio2 a:active{ text-decoration:none; }
.multi-radio2 a.selected{ background:#f85a57; color:#fff; }
 
.pays{ width:80%;float:left;margin-left:0.8rem;}
.pays .pay_left{ float:left;line-height:0.8rem;}
.pays .pay_left img{ margin-right:0.04rem}
.pays .pay_left{ font-family:"黑体";font-size:0.4rem;}
.pays .pay_right{ float:right;line-height:0.8rem;}
 .login-main2 .submit{margin-left:15%; width:70%;height:0.8rem;
                      border:1px solid #d78b98; 
                      -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius:5px;
					}

/* 赞赏弹出框*/





/* 点赞*/

.zan{ width:100%;height:18px;padding:10px 0px 20px 15px}
.zan .zan_img{ float:right;/*width:1.2rem;*/height:18px;}
.zan .zan_img img{ /*max-width:22%;*/position:relative;top:1px;}
.zan .zan_img  span{ margin-left:0.04rem;font-size:14px;color:#868686;}
/* 点赞*/
/*图片放大*/
.white_content {
	   display: none;
	   position: absolute;
	   top:0px;
	   left:0px;
	   right:0px;
	   width:100%;
	   height:100%;
	   background-color:#000;
	   z-index:500;
	   overflow: auto;
	   margin:0 auto;
	   padding:0 auto;
  }
.pic_close img{
		vertical-align:top;
		vertical-align:left;
}
