body, html, div, p, ul, li, a, img, h1, h2, h3, h4, form, input, dl, dd, dt, select, input
{
	margin: 0;
	padding: 0;
	font-family: "黑体";
}
body
{
	font-family: "黑体";
}
a, a:hover
{
	color:#333;
	text-decoration: none;
}

/*******************Login Page*************************/
.bottomline
{
    border-bottom:2px solid #E6E6E6;
}
.topline {
    border-top: 2px solid #E6E6E6;
}
.mid
{
	width: 90%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

.login
{
    width:90%;
    border-bottom:2px solid #E6E6E6;
    font-size:18px;
}
.login input
{
    -webkit-appearance:none;
    border-radius:0;
    width:75%;
}

.login span
{
    width:25%;
    color:#606060
}
.loginbtn
{
    text-align: center;
    color:#fff;
    border-radius:4px;
    width:70%;
    background-color:#f26522;
}
.regbtn
{
    text-align: center;
    color:#fff;
    border-radius:4px;
    width:63%;
    background-color:#D5D5D5;
    height:40px;
    line-height:40px;
}
.getpsbtn
{
    text-align: center;
    color:#fff;
    border-radius:4px;
    width:63%;
    background-color:#D5D5D5;
    height:40px;
    line-height:40px;
}

.codetip{
    line-height:40px;
    float:left;
    color:#6C6C6C;
    font-size:12px;
    font-family:"黑体";
}

.logintitle
{
    color:#f26522;
    font-size:20px;
}
.regbtn a{
    width:100%;
}
.getpsbtn a{
    width:100%;
}

.loginbg
{
	width:100%;
	position:absolute;
	background-color:#000;
	top:0px;
	height:100%;
	overflow:hidden;
}
.bgImg
{
	width:100%;
}
.logo
{
	width: 45%;
	max-width: 464px;
}

.orangebtn
{
	font-family: "黑体";
	height: 38px;
	background: #fd6417;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	border: none;
}
.greybtn
{
	font-family: "黑体";
	position:absolute;
	width:70%;
	height: 38px;
	left:15%;
	background: #f1e4e2;
	opacity:0.5;
	filter:alpha(opacity=50);
	text-align: center;	
	border: none;
	cursor: pointer;
	border-radius: 20px;
}
.inputicon
{
	position:absolute;
	height:30px;
	left:0px;
	top:2px;
	z-index:10;
}
#loginForm label.error 
{ 
	position:absolute;
	top:40px;
	left:35px;
    color:#ff0000; 
    font-size:12px; 
    text-align:left;
	z-index:2;
} 

#loginmobile
{
	padding: 0px 5px 0px 40px;
	color: #ccc;
	background:url(../images/inputline.png) no-repeat bottom ;
	background-size:100%;
	font-size:12px;
}
#loginkeyword
{
	padding: 0px 5px 0px 40px;
	color: #ccc;
	background:url(../images/inputline.png) no-repeat bottom ;
	background-size:100%;
	font-size:12px;
}
.bottomleft
{
	float:left;
	font-size:14px;
}
.bottomright
{
	float:right;
	font-size:14px;
}
.loginBottom
{
	width:100%;
	bottom:5px;
	position:absolute;
	color:#fff;
	font-size:12px;
	text-align:center; 
}
@media only screen and (min-device-height:730px){
	#loginmobile{
		font-size:14px;
	}
	#loginkeyword{
		font-size:14px;
	}
	.loginBottom{
		font-size:14px;
	}
}
/*******************Register Page*************************/

.reg2btn1
{
    text-align: center;
    color:#fff;
    border-radius:4px;
    width:75%;
    background-color:#f26522;
    height:40px;
    line-height:40px;
}

.reg2btn1 a{
    color:#fff;
}
.reg2btn2
{
    text-align: center;
    color:#fff;
    border-radius:4px;
    width:75%;
    background-color:#D5D5D5;
    height:40px;
    line-height:40px;
}
.reg2info1{
    width:75%;
    font-size:18px;
    color:#606060;
}
.reg2info2{
    width:75%;
    font-size:14px;
    color:#DCDCDC;
}
.reg2info3{
    width:75%;
    font-size:14px;
    color:#DCDCDC;
}

.register input
{
	height: 40px;
	line-height: normal;
	border: none;
	overflow:hidden;
	font-size:18px;
	text-indent:5px;
    -webkit-appearance:none;
}

.register button
{
    text-align: center;
    color:#F59060;
    background:#fff;
    border:none;
    border-radius:5px; 
    width:100%;
    height:30px;
    font-size:14px;
    font-family:'黑体'
}

.register input::-webkit-input-placeholder { /* WebKit browsers */
color: #D2D0D0;
}
.register input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #D2D0D0;
}
.register input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #D2D0D0;
}
.register input:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#D2D0D0;
} 

.register a{height: 40px;font-size:18px;line-height:40px;display: inline-block;}
.registerinputlabel
{
	width:60px;

	left:8px;

	font-size: 18px;	
	text-align:left;
}
.myinfomenu p{
    font-family:"黑体";
    color:#606060;
    margin-bottom: 0.5em;
    width:70%;
    margin:0 auto;
    text-align: center;
    font-size: 16px;
}

.myinfomenu .modifyP{
    border:1px solid #AAA;
    padding:4px 0px;
    margin:4px auto;
    width:70px;
}

.myinfomenu a{
    color:#606060;
}
.myinfomenu a #avatar{
    height:60px;vertical-align:middle;border-radius: 30px;
}

.registerinputicon
{
	width:20px;
	position:absolute;
	right:5px;


}
#registermobile
{
	color:#8f8f8f;
	padding:0px 0px 0px 20%;
}
#registerkeyword
{
	color:#8f8f8f;
	padding:0px 0px 0px 20%;
}
#registerForm1 label.tip 
{ 
	width:100%;
	color:#fff; 
	font-size:14px; 
	text-align:left;
} 

#registerForm1 .regtext{
    width:32%;
    line-height:40px;
    float:left;
    color:#606060;
    font-family:"黑体";
    font-size:18px;

}

#registerForm1 .td2{
    width:75%;
    text-align:left;
    position:relative;
}

#myform label.tip 
{ 
	display:block;

	width:100%;


	color:#606060; 
	font-size:14px; 
	text-align:left;
} 

.keywordtip
{
	position:absolute;
	top:12px;
	left:20%;
    color:#a9a9a9; 
    font-size:14px; 
    text-align:left;
}
.agreement
{
	margin-top:8px;
	width:auto;
    height:20px;
    line-height:20px;


}
.agreement span
{
	color:#fff;
	font-size:12px;

	text-align:left;
    height:20px;
    line-height:20px;
}
.agreement img
{
    width:16px;	
    height:16px;




}
.agreement a
{
	color:#f26522;
    font-size: 12px;
}
.successimg
{
	position:absolute;
	left:-5%;
	top:0;
	width:14%;
	max-width:50px;
}
.successtip
{
	padding-bottom:3%;
	height:30px;
	line-height:30px;
}
@media only screen and (max-device-width:320px){
	.agreement span
	{
		padding-left:14px;
		text-align:left;
	}
	.agreement img
	{
		left:-3px;
		top:0px;
		width:15px;	
	}
}
@media only screen and (min-device-width:414px){
	.successimg
	{
		left:1%;
		top:-8%;
	}
}
/*********************************2**********************************/
#registerForm2 label.tip 
{ 
	position:absolute;
	width:100%;
	top:45px;
	left:5px;
    color:#a9a9a9; 
    font-size:14px; 
    text-align:left;
} 
.register2label
{
	width:100%;
	font-size:16px;
	text-align:left;
	float:left;
	padding-left:5px;
}
.registerinputiconleft
{
	width:20px;
	position:absolute;
	left:5px;
	top:10px;
}
#registercaptcha
{
	color:#8f8f8f;
	padding:0px 0px 0px 15%;
}



/******************************公用***************************************/
.mt30
{
	margin-top: 30%;
}
.mt25
{
	margin-top: 25%;
}
.mt20
{
	margin-top: 20%;
}
.mt15
{
	margin-top: 15%;
}
.mt10
{
	margin-top: 10%;
}
.mt5
{
	margin-top: 5%;
}
.mt3
{
	margin-top: 3%;
}
.mth1
{
	height:36px;
}
.mth2
{
	height:77px;
}
.mth3
{
	height:60px;
}
@media (min-width:720px){
	.mth1{	height:146px;}
	.mt10{margin-top: 10%;}
	.mt30
	{
		margin-top: 15%;
	}
}
.fright
{
	float:right;
	margin-right:20px;
}
.red1
{
	color:#ff1d00;
}
.blue2
{
	color:#65a1e4;
}
.tline
{
	border-top:1px solid #e6e6e6;
}
.greyword
{
	color:#646464;
}
.headBar
{
    position:fixed;
    top:0px;
    z-index:100;
    width:100%;
    height:40px;
    overflow:hidden;
    line-height:40px;
    background: #fff;
}
.bottomBar {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background: #fff;
}
.PlayHeadBar {
    position: initial;
}

.headBar img
{
    position:relative;
    width:24px;height:24px;
    margin-top:3px;
    border-radius:4px;
    float: right;
}

.headBar .back
{
    display:inline;
    font-size:16px;
    color:#AAA;
    height:40px;
    line-height:40px;
    font-family:"黑体";
    margin-left:20px;
}
.headBar .catname{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#fff;
}


.headBar span
{
    width:100%;
    height:40px;
    font-size:16px;
    text-align:center;
    background: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.headBar ul
{
    width:100%;
}
.headBar .headbarlst1
{
    width:20%;
    float:left;
    background: #fff;
}
.headBar .headbarlst1 a {
    display: inline-block;
    width: 100%;
}
.headBar .headbarlst2
{
    width:60%;
    float:left;
    color:#f26522;
    background: #fff;
}
.headBar .headbarlst3
{
    width:20%;
    float:left;
    background: #fff;
    height: 100%;
    text-align:center;
}

.headbarlst3 span{
    height:40px;
    line-height:40px;
    width:80%;
    background:#fff;
    border-radius:4px;
    margin: 5px auto;
}

.headBar txt{font-size:13.78px;line-height:13.78px;color:#333}

.headright
{
    right:5px;
}
.headleft
{
    padding: 5px 5px;
}

#smsCode {
    -webkit-appearance:none;
    border-radius:0; 
    float:left;
    width:68%;
}

#GetCode {
    -webkit-appearance:none;
    border-radius:5px; 
    color:#606060;
    background-color:#d8d8d8;
    cursor:pointer;
    height:36px;
    font-size:14px;
    line-height:36px;
    width:100%;
    margin-top:2px;
}

#GetCodeBtn {
    background-color:#fff;
    cursor:pointer;
    height:40px;
    width:45%;
    float:left;
}

#verifyMethod
{
    float:left;
     height:40px;
     line-height:40px;
}

#verifyMethod .selectMethod{
    -webkit-appearance: radio;
    width:15px;
    height:15px;
    line-height:15px;
    vertical-align: middle;
    margin-left:10px;
}
.picshitnum {
    /* width: 15%; */
    z-index: 6;
    color: #fff;
    position: absolute;
    font-size: 12px;
    font-weight:400;
    height: 22px;
    line-height: 22px;
    text-align: center;
    bottom: 0;
    /* border: 1px solid; */
    border-radius: 10px;
    left: 10px;
    padding: 0 5px;
    background-color: rgba(43,51,63,.2);
}
.personinfo{
    background:#fff;
    width:90%;
    border-collapse: collapse;
    color: #606060;
    font-family:'黑体';
}

.personinfo tr{
    border-bottom: 1px solid #C2C2C2;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.modifyinfo{
    text-align: center;
    color: #fff;
    border-radius: 4px;
    width: 90%;
    background-color: #f26522;
    height:40px;
    line-height:40px;
    /*margin:10px auto;*/
    font-size:16px;
}

.modifyinfo a{
    color:#fff;
    width:100%;
    display:inline-block;
}

.portrait{
    display:none;
    position:fixed;
    width:100%;
    background:#fff;
    height:100px;
    border:1px solid #C2C2C2;
}

.modifyinfol{
    text-align: center;
    color: #fff;
    border-radius: 4px;
    width: 90%;
    background-color: #D5D5D5;
    height: 40px;
    line-height: 40px;
}
.personinfo .td1{
    width:30%;
    text-align:left;
    text-indent:5px;
}

.personinfo .td2{
    width:70%;
    text-align:left;
    position:relative;
}


.personinfo .td2 .inputlable{
    width:100%;
    background-color:transparent;
    color:#606060;
}
.personinfo .selectsex{
    -webkit-appearance: radio;
    width:15px;
    height:15px;
    line-height:15px;
}


.personinfo .td2 textarea{
    width:75%;
    height:100%;
    font-size:18px;
    background-color:transparent;
    color:#F59060;
    border:none;
    resize:none; 
    top: 0px;
    position: absolute
}
.personinfo .td2 div{
    width:25%;
}
.personinfo #location{
    margin-left: 5px;
    width: 90%;
    position:absolute;
    top:0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#606060;
}

.personinfo #introduction{
    margin-left: 5px;
    width: 98%;
    position:absolute;
    top:0px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#606060;
}

#inputboxcontent{
	float:left;display:block;-webkit-appearance:none;margin-top:20px;width:95%;
	border:none;outline:0;
    border-bottom:1px solid #C2C2C2;
	/*border-color: #009F96;background:#E2E9EA;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 5%;
    outline: 0;
    white-space:normal;
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    font-size:18px;
    -webkit-user-modify: read-write;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
}

.icon-go1:before{content:'';display:block;position:absolute;left:90%;top:12px;width:12px;height:12px;border-bottom:3px solid #999;border-left:3px solid #999;-webkit-transform:scaleY(0.8) rotateZ(-135deg);-moz-transform:scaleY(0.8) rotateZ(-135deg);-ms-transform:scaleY(0.8) rotateZ(-135deg)}


#registerForm1 tr {
    border-bottom:1px solid #C2C2C2;
    text-align:left;
}

#registerForm1 .inputlable {
    -webkit-appearance:none;
    border-radius:0; 
    width:68%;
    float:left
}
.errorprompt {
    width:80%;
    margin:0 auto;
    text-align:center;
    color:#6C6C6C;
}


.icon-back:before{content:'';display:block;position:absolute;left:7px;top:14px;width:10px;height:10px;border-bottom:2px solid #AAA;border-left:2px solid #AAA;-webkit-transform:scaleY(0.6) rotateZ(45deg);-moz-transform:scaleY(0.6) rotateZ(45deg);-ms-transform:scaleY(0.6) rotateZ(45deg)}

.area{width:150%;height:150px;overflow:auto;background:#fff;position:absolute;top:45px;right:0px;z-index:999;display:none;}
.area li{width:80px;line-height:30px;float:left;padding-left:10px;cursor:pointer;}
.area .active{background:#ffccff;}

.btn input{border:none;width:54px;height:43px;background:url(../images/ico.gif) no-repeat 0 -100px;color:#fff;font-family:Microsoft YaHei;font-weight:bold;}
.myinfomenu .submenu {
    width:30px;
    height:30px;
}

progress {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background: rgba(255,255,255,0.2);
    width: 32px; height: 32px;
    border-radius: 16px; border: 5px double #aaa;
    display: block;
    -webkit-transform-origin: center left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform-origin: center left;
    transform: rotate(-90deg) translateX(-100%);
    margin-left: 50%;
    margin-top:-14px;
}   
                         
progress::-webkit-progress-bar { border-radius: 16px;background: rgba(255,255,255,0.2); }
progress::-webkit-progress-value {
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(242,101,34,0.7),rgba(242,101,34,0.7));
}
progress::-ms-fill {
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(242,101,34,0.7),rgba(242,101,34,0.7));

}
progress::-moz-progress-bar {
border-radius: 16px;
background: linear-gradient(90deg, rgba(242,101,34,0.7),rgba(242,101,34,0.7));
}     


#downapkprogress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255,255,255,0.2);
    width: 80%;
	margin-left:10%;
    height: 20px;
    border: 1px solid #aaa;
	border-radius: 8px;
    display: block;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(0deg) translateX(0%);
    transform-origin: 0 0;
    position: absolute;
    bottom: 20%;
    z-index: 9;
} 
#downapkprogress::-webkit-progress-bar { border-radius: 5px;background: rgba(255,255,255,0.2); }
#downapkprogress::-webkit-progress-value {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(242,101,34,0.7),rgba(242,101,34,0.7));
}
#downapkprogress::-ms-fill {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(242,101,34,0.7),rgba(242,101,34,0.7));

}
#downapkprogress::-moz-progress-bar {
border-radius: 8px;
background: linear-gradient(0deg, rgba(242,101,34,0.7),rgba(242,101,34,0.7));
}        

.PortraitMenu{
    margin-top: 60px;
    height:600px;
    font-family:"黑体";
    overflow-y: scroll;
    
}

.dsptype{
    height:40px;
    border-bottom:15px solid #F1F1F1;
}
.dsptype span{
    float:left;
    background:#f26522;
    height:80%;
    width:6px;
    margin-right:5px;
}
.dsptype p{
    float:left;
    font-size:18px;
}

.dsptypelist{

}
.albumpicheight{
    /*height: 240px!important;*/
}
.albumpicheight img{
    border-radius:0!important;
    height:80px!important;
}
.picheight {
    /*height: 480px !important;*/
}
.picheight img {
    border-radius: 0 !important;
    height: 80px !important;
}
.dsptypelist ul{
    /*height:360px;*/
    width:100%;
    margin-top:10px;
    margin-left:2%;
    display:inline-block;
    
}
.dsptypelist li{
    float:left;
    text-align: center;
    height:120px;
    width:32%;
}
.dsptypelist img{
    height:60px;
    margin-bottom:5px;
    vertical-align:middle;
    border-radius: 50%;
}

.showmenu{
    background:#ececec;
    height:100%;
    font-size: 18px;
    overflow-y:scroll;
    height:600px;
}
.showmenu img{
    width:100%; 
    margin-bottom:8%;
}
.showmenu1{
    margin-top:20%;
    width:60%;
    margin: 0 auto;
    text-align:center;
    height:40px;
    line-height:40px;
    background:#fff; 
    margin-bottom:5%;
}
.showmenu2{
    width:60%;
    margin: 0 auto;
    text-align:center;
    height:40px;
    line-height:40px;
    background:#fff;
    margin-bottom:10%;
}
.showmenu3{
    width:60%;
    margin: 0 auto;
    text-align:center;
    height:40px;
    line-height:40px;
    background:#fff; 
    margin-bottom:25%;
}
.addresstop{
    height:30px;
    font-size: 18px;
    
}
#addresslist{
    height:100%;
    overflow:auto;
    font-size: 18px;
    margin-left: 2%;
}

#addresslist li{
    height:28px;
    line-height:28px;
}

.addresstop li {
    margin-left:2%;
    float:left;
    text-align:center;
    height:30px;
    line-height:30px;
    color:red;
    
}  
.addressheader {
    height:40px;
    line-height:40px;
}  
.addressheader p{
    text-align:center;
    height:40px;
    line-height:40px;
    font-size:20px;
}  
.addressheader a{
    height:40px;
    line-height:40px;
    float: right;
    margin-right: 5%;
}  

#addressboxbg{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.3);
    z-index:999999998;
    display:none;

}   
#addressboxbg #otherclose{
    position:fixed;
    width:100%;
    left:0;
    top:0;
    height:55%;
    display:none;
    z-index:999999999;
}
#addressbox{
    position:fixed;
    width:100%;
    left:0;
    bottom:0;
    height:45%;
    display:none;
    z-index:999999999;
    background-color: #fff;

}              
.pGroup{

background:#f1f1f1;
color:#606060;
height:auto;
font-size: 18px;

}   

.pGroup h2{
font-size: 18px;
padding:5px 0px 5px 20px;
}

.cGroup{
background:#fff;
color:#606060;
height:auto;

}  
.cGroup li{
font-size: 18px;
padding:5px 0;
color:#f26522;
}
.todaylist{
background:#fff;
height:auto;
color:#606060;
width:100%;
} 
.todaylist li{

    padding: 8px 0;
}
.user_guide_title{
	text-align:center;
}
.user_guide{
	font-size:18px;

}
.user_guide li{
	padding:10px 0;
}
.user_guide li a{
	color: #666;
	font-weight: bold;
}
#footer {
	position:absolute;
	bottom:0; left:0;
	width:100%;
	height:1px;
	padding:0;
}
.newbtn{
    height: 28px;
    line-height: 28px;
    border: solid 1px #888;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 18px;
}
#wrapper {
	position:absolute; z-index:1;
	top:45px; bottom:1px; left:0;
	width:100%;
	overflow:auto;
}

#scroller {
	position:relative;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);

	float:left;
	width:100%;
	padding:0;
}

#scroller ul {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

#scroller li {
	padding:0 10px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background-color:#fafafa;
	font-size:14px;
}

#scroller li > a {
	display:block;
}

/**
 *
 * 下拉样式 Pull down styles
 *
 */
#pullDown, #pullUp {
	background:#fff;
	height:40px;
	line-height:40px;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:14px;
	color:#888;
}
#pullDown .pullDownIcon, #pullUp .pullUpIcon  {
	display:block; float:left;
	width:40px; height:40px;
	background:url(../images/loading.png) 0 0 no-repeat;
	-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;
}
.albumbtn{
    height: 25px;
    line-height: 22px;
    width: 60px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 5%;
    color:#f26522;
    vertical-align: middle;
}
#addToAlbum {
    font-size: 13px;
    color: #000;
    position: fixed;
    width: 80%;
    display: none;
    /*left: 0px;
     bottom: 0px; */
    left: 10%;
    top: 100px;
    max-height:200px;
    min-height: 150px;

}
#addToAlbum img {
    width:30px;
    height:30px;
    float:left;
    margin-right: 5px;
}
#addToAlbum p{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 0px;
}
#addToAlbum .list {
    width: 100%;
    margin: 0 auto;
    left: 0px;
    z-index: 9999;
    background: #fff;
    height: 100%;
    max-height:200px;
    min-height: 150px;
    overflow: auto;
}
.addToAlbumClose {
    width: 10%!important;
    border: none!important;
    margin: 0!important;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 5%!important;
}

#addToAlbum .list li {
    width: 100%;
    /*display: inline-block;*/
    text-align: center;
    margin: 0;
    line-height:25px;
    border:none;
    padding: 0;
}
#addToAlbum .list a {
        width: 80%;
        display: inline-block;
        text-align: center;
        color: #000;
        margin: 3%;
        border-bottom: 1px solid #ccc;
    }
#addToAlbumBG {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999999998;
}
.myinfomenu table{background:#fff;width:90%;border-collapse: collapse;color: #606060;font-size:16px;}
.myinfomenu table .trheader{height:80px;line-height:80px;}
.myinfomenu table .trcommon{height:60px;line-height:60px; border-top:1px solid #F1F1F1;}
.myinfomenu table .wborder {border-top:15px solid #F1F1F1;}
@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}



.green2
{
	background-color:#00c048;
}
.orange2
{
	background-color:#ff7e00;
}
.green3
{
	background-color:#1dc780;
}
.red3
{
	background-color:#d20808;
}

.uploadfiles {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    height:40px;
}
.uploadfiles input {
    position: absolute;
    font-size: 100px;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.uploadfiles:hover {
    text-decoration: none;
}
.albumpage{
    margin:15% 5%;
    height: 600px;
    overflow-y: scroll;
}
.albumsel{
    width:100%;
    height:40px;
    line-height:40px;
    background-color: #FFF
}
#mulsel{
    
}
.albumpage table{
    font-family:SimHei;
    table-layout:fixed;
    font-size:16px;
    width:100%;
}
.albumpage .td1{
    width:28%;
    height:40px;
    line-height:40px;
}
.albumpage .td2{
    width:72%;
    height:60px;
}
.albumname{}
.albumname input{
    width: 98%;
    color: #606060;
    border:solid 1px #ccc;
}
.albumgroup{}
.albumproduct{}
.albumpic .td2{
    height:120px;
}
.albumpic .span1{
    display:inline-block;
    width:100%
}
.albumpic .span2{
    height: 40px; 
    display: inline-block;
    line-height: 40px;
    width: 40%;
    text-align: center;
    border: 1px solid #666;
}
.albumpic input{
    left:0;
}
.albumpic a{
    margin: 10px 0;
    height:80px;
    width:100%;
    color:#f26522
}
.albumpic img{
    height:100%;
    margin-right:10%;
}
.albumdsp .td2{
    position:relative;
}
.albumdsp a{
    border: solid 1px #ccc;
    line-height: 40px;
    width: 100%;
    position: absolute;
    top: 10px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #606060;
}
.albumshowedit{
    display: none;
    width:100%;
    position: absolute;
    top:40px;
    left: 0;
    z-index: 9;
}
#inputboxcontent:empty::before{  
    color:lightgrey;  
    content:attr(placeholder);  
}  
.addalbumbtn{
    color: #f26d0b;
    position: absolute;
    top: 380px;
    right: 15%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 70px;
}
.roomheadertb {
    width: 100%;
    color: #FFF3E5;
    background-color: rgba(0,0,0,0.2);
    height: 40px;
    border-radius: 20px;
    table-layout: fixed;
}
    .roomheadertb .btn {
        color: #FFF3E5;
        width: 90%;
        text-align: center;
        height: 20px;
        line-height: 20px;
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 20px;
        background: #f26522;
    }
.roomheadertb td{
    width:25%;
}
.chatroommain{
    margin:0 5%;
    background: none;
    position: absolute;
    top: 45px;
    z-index: 5;
}
#chatroommsg .dsp{
    margin:0 auto;
    width:100%;
    height:60px;
    font-size: 15px;
    overflow: hidden;
}
#chatroommsg .dspmore{
    float:right;
}
#chatroommsg .dspbox{
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #eee;
}
.livemain {
    margin-left:3%;
    background: none;
    position: absolute;
    top: 10px;
    z-index: 5;
    width: 60%;
}
.liveredu {
    background: none;
    position: absolute;
    top: 10px;
    z-index: 5;
    width: 20%;
    left: 65%;
    color: #f26522;
    height: 40px;
    line-height: 40px;
}
.liveclose {
    background: none;
    position: absolute;
    top: 10px;
    z-index: 5;
    width: 32px;
    right: 5px;
    border-radius: 13px;
    
}
.liveclose p {
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 30px;
    color: #FFF3E5;
}


#livemsg .dsp {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    font-size: 15px;
    overflow: hidden;
}

#livemsg .dspmore {
    float: right;
}

#livemsg .dspbox {
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #eee;
}
#shalong {
    position: absolute;
    background-color: white;
    border: none;
    z-index: 100;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    border-top: 5px solid #eee;
}
#DiscussContent1 {
    float: left;
    display: block;
    -webkit-appearance: none;
    width: 98%;
    resize:none;
    border: none;
    outline: 0;
    height: 4em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 2px;
    padding-left: 2%;
    outline: 0;
    border: 0;
    white-space: normal;
    font-family:SimHei;
    font-size: 16px;
    -webkit-user-modify: read-write;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
}
#shalongpl{
    background: url(/Public/Images/xiepinglun.png) 0 0 no-repeat;
    background-position: center;
    background-size: 32px 32px;
    width: 100%;
}
#Presentgift{
    background: url(/Public/Images/zengliwu.png) 0 0 no-repeat;
    background-position: center;
    background-size: 32px 32px;
    width: 100%;
}

#shalong .sendMsg{
    height: 28px;
    width: 70px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #f26522;
    float: right;
    /* border-right: none; */
    margin-right: 8px;
    margin-top: 3px;
    border-radius: 8px;
    background: #fff;
    background-color: white;
}
#giftBG {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999999998;
}

#gift {
    font-size: 13px;
    color: #000;
    position: fixed;
    width: 96%;
    display: none;
    left: 2%;
    bottom: 60px;
	background: #fff;
    border: 1px solid #ccc;
    
}

#gift .list {
    width: 100%;
    margin: 0 auto;
    left: 0px;
    z-index: 9999;
    background: #fff;
    height: 100%;
    border: 1px solid #808080;
    display: inline-block;
}

#gift .list li {
    width: 20%;
    /* display: inline-block; */
    text-align: center;
    margin: 0;
    line-height: 20px;
	float:left;
}
#gift .list a {
    display: inline-block;
    text-align: center;
    color: #000;
    margin: 3%;
    /* border-bottom: 1px solid #ccc; */
}
#gift img {
    float: left;
    margin-right: 5px;
}

#my_emoji_div{
   background: #fff;
   height: 36px;
}
#my_emoji_div .emotion,.emotion1{
    width: 80px;
    /*border: 1px solid #ccc;*/
    border:none;
    background: #fff;
    height: 34px;
    float:right;
}
#my_emoji_div .emotion span,.emotion1 span{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #f26522;
    font-weight: normal;
}
#my_emoji_div .emotion img,.emotion1 img{
    height: 25px;
    vertical-align:middle;
}
.emotiontb {
    table-layout: fixed;
}
.emotiontb td{
    padding:1%;
}
#facebox{
    position: absolute;
    z-index: 1000;
    top: 74px;
    width: 99%;
    left: 0px;
    border: 1px solid #333;
    height: 200px;
    overflow: auto;
    background:#fff;
}
#chatroommsg{
    margin: 3% 3%;
    width: 94%;
    /*height: 250px;*/
    overflow-y: auto;
    position: absolute;
    bottom: 65px;
    top: 105px;
    overflow-x: hidden;
}
#livemsg {
    margin: 3% 3%;
    width: 70%;
    height: 150px;
    overflow-y: auto;
    position: absolute;
    bottom: 65px;
    overflow-x: hidden;
}
.play-footbarnew {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    font-size: 14px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    z-index: 999;
    height: 56px;
    /* background-color: #787882; */

}
.play-footbarnew .btn {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    float: left;
    width: 50%;
    line-height: 48px;
    height: 36px;
    text-align: center;
    color: #999;
    font-size: 14px;
    /* border-left: 1px solid #d4d4d4; */
}
.play-footbarnew .btn span {
    display: block;
    font-size: 16px;
    line-height: 22px;
   
}
    .play-footbarnew span {
        margin-top: 30px;
        color: #efefef !important;
        font-weight: bold;
    }
.giftimg {
    width:48px!important;
}
#guanzhuroom.active{
    color:#f26522;
}
#dianzanroom.active{
    color:#f26522;
}

.jp-controls-bj{
    padding:0px!important;
}
.jp-play-bj,.jp-pause-bj{
    width:32px!important;
    height:32px!important;
}
.jp-play-bj{
    background: url(/Public/Images/plbjyy.png) 0 0 no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.jp-play-bj:hover{
    background: url(/Public/Images/plbjyy.png) 0 0 no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.jp-pause-bj{
    background: url(/Public/Images/ztbjyy.png) 0 0 no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.jp-pause-bj:hover{
    background: url(/Public/Images/ztbjyy.png) 0 0 no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.controlPanelbj{
    height:0px;
    text-align: center;
}
.controlPanelbj span{
    color:#333;
    font-size:14px;
}
.jquery_jplayer_N_BJ{
     height:0px!important;
}
.jp_container_N_BJ{
    background:none;
    border:none;
}
.replyComment{
    width: 46px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    /*color: #f26522!important;*/
    color:#aaa!important;
    font-size:12px;
    margin-bottom: 10px;
}
.active{
    color:#f26522!important;
}
.DelComment{
    width:46px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    color: #aaa!important;
    font-size:12px;
   
}
.chatdatatb{
    margin-bottom:10px;
}
.livechatdatatb {
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
    color: #FFF3E5;
}
    .livechatdatatb #UserName {
        color: #FF8000;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .livechatdatatb #chattime {
        color: #FF8000;
    }
.wholereply{
    width: 100%;
    display: inline-block;
    background: #eee;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    color: red!important;
}
.pictextcommon{
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align:center;
    overflow:hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    /*font-weight: bolder;*/
}
.toptext{
    width: 94%;
    margin-left: 5%;
    top: 15%;
    font-size: 16px;
    /*
    background: #AAA;
    OPACITY: 0.7;*/
    height: 32px;
    line-height: 16px;
    -webkit-line-clamp: 2;
    
}
.bottomTitle {
    width: 94%;
    margin-left: 5%;
    bottom: 0;
    font-size: 15px;
    height: 32px;
    line-height: 16px;
    -webkit-line-clamp: 2;
}
.shadow1 {
    /*text-shadow: 0 1px 0 #ff3636;*/
    color: #f26522 !important;
    text-shadow: -0.5px 0 black,0 0.5px black,0.5px 0 black,0 -0.5px black;
}
.shadow2 {
    /*text-shadow: 0 1px 0 #fff;*/
    color: red !important;
    text-shadow: -0.5px 0 black,0 0.5px black,0.5px 0 black,0 -0.5px black;
}
.bottomTitle2 {
    width: 54%;
    margin-left: 23%;
    bottom: 20%;
    font-size: 32px;
    height: 64px;
    line-height: 32px;
    -webkit-line-clamp: 2;
}
.albumHeight{
    height:220px!important;
}
.toptext1{
    width: 90%;
    margin-left: 5%;
    top: 30%;
    font-size: 12px;
    /*
    background: #AAA;
    OPACITY: 0.7;*/
    height: 28px;
    line-height: 14px;
    -webkit-line-clamp: 2;
}
.toptext2{
    width: 54%;
    margin-left: 23%;
    top: 20%;
    font-size: 32px;
    height: 64px;
    line-height: 32px;
    -webkit-line-clamp: 2;
    
}
.toptext3{
    width: 80%;
    margin-left: 10%;
    top: 20%;
    font-size: 24px;
    height: 52px;
    line-height: 26px;
    -webkit-line-clamp: 2;
}
.toptext4{
    width: 80%;
    margin-left: 10%;
    top: 20%;
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
}
.bottomtext{
    width: 90%;
    margin-left: 5%;
    bottom: 18%;
    font-size: 12px;
    height: 24px;
    line-height: 12px;
    -webkit-line-clamp: 2;
    /*font-weight: 600;*/
}
.bottomtext1{
    width: 90%;
    margin-left: 5%;
    bottom: 20%;
    font-size: 12px;
    height: 24px;
    line-height: 12px;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.bottomtext2{
    width: 50%;
    margin-left: 25%;
    bottom: 20%;
    font-size: 16px;
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.bottomtext3{
    width: 90%;
    margin-left: 5%;
    bottom: 18%;
    font-size: 14px;
    height: 32px;
    line-height: 16px;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.bottomtext4{
    bottom: 20%;
    font-size: 16px;
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    font-weight: 400;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.bottomtext5 {
    bottom: 20%;
    font-size: 12px;
    height: 28px;
    line-height: 14px;
    -webkit-line-clamp: 2;
    font-weight: 100;
    display: table;
    text-align: left;
    margin: 0 auto;
}
.bottomtext5 span{
    font-size: 12px!important;
}
.bottomtext6{
    width: 70%;
    margin-left: 15%;
    bottom: 25%;
    font-size: 22px;
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.bottomtext7 {
    bottom: 20%;
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    font-weight: 400;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.centertext{
   width: 80%;
   margin-left: 10%;
   color: #fff;
   bottom: 60px;
   font-size: 18px;
   height:25px;
   line-height:25px;
   -webkit-line-clamp: 1;
}
.font50{
    font-size:50px;
    line-height:52px;
    width: 70%;
    margin-left: 15%;
}
.seltextcolor{
    -webkit-appearance: radio!important;
    width: 15px!important;
    height: 15px!important;
    line-height: 15px!important;
}
.previewbtn{
    height: 40px!important;
    line-height: 40px!important;
    display: inline-block;
    width: 25%;
    text-align: center;
    border: 1px solid #666!important;
    color: #f26522;
    margin-top: 10px;
    float: left;
    background:none!important;
    margin-right: 10px;
    font-size:18px;
}
.previewpage {
    width: 30%;
    /*height: 180px;*/
    overflow-y: auto;
    background: #fff;
    margin-top:50px;
    margin: 0px auto;
    border: 1px solid #ccc;
    text-align:center;
}

.previewmobilepage{
    width:90%;
}
.previewpage .tip{
    font-size: 20px;
    color: #f26522;
}
.previewbg{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0;

}
#playpreshow{
    position:relative; 
    width:60%;
    margin: 0 auto;
}
#mainpreshow{
    position:relative; 
    width:28%;
    margin: 0 auto;
}
#listpreshow{
    position:relative; 
    width:74px;
    margin: 0 auto;
}
.viewClose{
    display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    margin: 20px 0;
    color:#f26522;
}
.albumcommon{
    font-size:18px;
}
.navProduct .navStyle3 .title{
    width:100%;
    display:inline-block;
    margin:0;

}
.navProduct .navStyle3 .title li{
    width:50%;
}

.uploadaudiobtn{
    width: 50%;
    float: left;
}
.uploadaudiobtn a{
    width: 100%;
    text-align: center;
    border: 1px solid #666;
    color: #f26522;
    margin: 10px 0;
}
.progressbar{
    height: 60px;
    line-height: 60px;
}
.albumcommon label {
    display: inline-block;
    vertical-align: middle;
}
.albumcommon label input{
    -webkit-appearance: checkbox;
    vertical-align: middle;
    margin-right: 8px;
}
.bottombtn{
    width: 30%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right:3%;
    color:#f26522;
}
#btnbox{
    padding-left: 30px;
}
.modifyinfo input{
    height: 100%!important;
    line-height:100%;
    background: none;
    color: #fff;
    font-size: 18px;
}
#loadprepage,#loadpage{
    position: fixed;
    top: 70px;
    margin: 0 auto;
    width: 600px;
    z-index: 1;
    background: #fff;
    height: 400px;
    margin-left: 70px;
    border: 5px solid #aaa;
}

.bottomcommonbtn{
    text-align: center;
    color: #fff;
    border-radius: 4px;
    width: 90%;
    background-color: #f26522;
    height: 30px;
    line-height: 30px;
    /* margin: 10px auto; */
    font-size: 16px;
    width: 80%;
    display: inline-block;
    margin: 10% 10%;
}
.second input{
    width:160px;
}
.second select{
    width:160px;
    display:block;
}
#jquery_jplayer_N #jp_video_0 {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}

.lanmuBtn {
    border-top: 1px solid #eee;
    height: 35px;
    margin-top: 8px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

.lanmuBtn a {
    display: inline-block;
    height: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    width: 25%;
	background: #ddd;
    border-radius: 6px;
}
.lanmuBtn .active {
    background: #eee;
}

.lanmuBtn img {
    display: inline-block;
    height: 12px;
    margin-left: 5px;
}

.masking {
    -webkit-filter: opacity(.9);
    -webkit-filter: brightness(.9);
}
.albumbadge {
    width: 10% !important;
    height: 10% !important;
    top: 2% !important;
    font-size: 16px !important;
    position: absolute !important;
}

.albumright1 {
    right: 1% !important;
}

.albumright2 {
    right: 11% !important;
}

.albumright3 {
    right: 21% !important;
}
.bigalbumbadge {
    width: 5% !important;
    height: 6% !important;
    top: 2% !important;
    font-size: 16px !important;
    position: absolute !important;
}

.bigalbumright1 {
    right: 16% !important;
}

.bigalbumright2 {
    right: 21% !important;
}

.bigalbumright3 {
    right: 26% !important;
}
.messagebox {
    width: 90%;
    margin: 0 auto;
    /*display: inline-block;*/
}
.messagebox .onebox {
    display: inline-block;
    height: 70px;
    width: 100%;
    line-height: 70px;
}
.messagebox .onebox .unread {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 6px;
    border: 1px solid red;
    text-align: center;
    display: inline-block;
    color: red;
    margin-left: 5px;
}
.messagebox #avator {
    width: 20%;
    float: left
}
.messagebox #avator img{
    width: 60%;
    border-radius: 20%;
    float:left;
}
.messagebox #info {
    width: 80%;
    float: left
}
.messagebox #info {
    width: 80%;
    float: left
}
    .messagebox #info .p1 {
        color: #999;
        height: 28px;
    }
.messagebox #info .p1 span{
    float: right;
}

.messagebox .talk_recordbox {
    min-height: 80px;
    color: #afafaf;
    padding-top: 5px;
    display:inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}

    .messagebox .talk_recordbox .user {
        float: left;
        display: inline;
        height: 45px;
        width: 12%;
        margin-top: 0px;
        margin-right: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    .messagebox .talk_recordbox .user img{
        width: 100%;
    }

    .messagebox .talk_recordbox .talk_recordtextbg {
        float: left;
        width: 3%;
        height: 30px;
        display: block;
        background-image: url(/Public/Images/talk_recordtext.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .messagebox .talk_recordbox .talk_recordtext {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #b8d45c;
        margin-bottom: 10px;
        width: 78%;
        height: auto;
        display: block;
        padding: 5px;
        float: left;
        color: #333333;
    }

    .messagebox .talk_recordbox h3 {
        font-size: 14px;
        padding: 2px 0 5px 0;
        text-transform: uppercase;
        font-weight: 100;
    }

    .messagebox .talk_time {
        color: #666;
        text-align: right;
        width: 240px;
        display: block;
    }

#mailnum, .versionstatus {
    background: red;
    height: 8px;
    line-height: 8px;
    margin-bottom: 14px;
    width: 8px;
    border-radius: 4px;
    display: inline-block;
}
   #mailnum img{
        width: 100%;
        margin-bottom: 26px;
    }
.trcommon .myinfoicon {
    width: 40px;
    float:left;
}
.messagebox .onebox #avator .unread {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid red;
    background: red;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    float: left;
}
.favor-header-bar li.default a {
    color: #f26522;
    border-bottom: 2px solid #f26522;
}

.swiper-container-vertical .refresh {
    position: absolute;
    line-height: 100px;
    bottom: 100%;
    text-align: center;
    width: 100%;
}
.swiper-container-vertical .loadmore {
    position: absolute;
    line-height: 20px;
    top: 100%;
    text-align: center;
    width: 100%;
}
.shortvideozan.active {
    background: url(/Public/Images/dianzan-orange.png) 0 0 no-repeat;
    background-size: 22px 22px !important;
    width: 33%;
}
.shortvideozan {
    background: url(/Public/Images/dianzan-gray.png) 0 0 no-repeat;
    background-size: 22px 22px!important;
    width: 33%;
}
#shortvideotable .video-js .vjs-control-bar {
    bottom: 0px;
}

.authorname {
    margin-left: 15px;
    height: 24px;
    line-height:24px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align:center;
}
.threerowtext {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.tworowtext {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.onerowtext {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.videolist{
    width:100px;
    height:56.25px;
}

.userbadge {
    width: unset !important;
    margin: 0 !important;
    width: 14px !important;
    margin-top: -3px;
}
.fullwidth{
    width:100%!important;
}
.inlineblock{
    display:inline-block!important;
}
.fullheight {
    height: 100% !important;
}
.jifentr {
    font-size: 22px;
    padding: 5px;
    height: 40px;
}
.jifentrbordert {
    border-top: 1px solid #999;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.mainpageslide {
    height:auto!important;
    /*height: 300px !important;*/
}
.lvyouslide {
    height: 320px;
}
.closeComment{
	display: inline-block;
    color: fff;
    /* margin-left: 5%; */
    color: #333;
    float: right;
    border: 1px solid #ccc;
    padding: 0 5px;
}
@media (min-width:720px) {
    .modifyinfo input{font-size: 22px;}
    .myinfomenu a #avatar {height: 120px;border-radius: 60px;}
    .myinfomenu .modifyP { width: 120px;}
    .myinfomenu p{font-size: 28px;}
    .register input{height: 60px;/*font-size:22px;*/}
    .registerinputlabel {
        width:120px;
        font-size: 22px;
    }
    .register a{height: 40px;line-height:40px;font-size:22px;}
    .login {font-size: 22px;}
    #myform label.tip {font-size: 18px;}
    .myinfomenu table{font-size:28px;}
    .myinfomenu table .trcommon{height:80px;line-height:80px;}
    .agreement a {font-size: 18px;}
    .pGroup h2 {font-size: 28px;}
    .cGroup li {font-size: 28px;}
    #pullDown, #pullUp {font-size: 24px;}
    .headBar {height:58px;line-height:58px; background: #fff;}
    #wrapper {top:58px;}
    .headBar img{width:36px;height:36px;margin-top:8px;}
    .headBar txt{font-size:22px;line-height:31px}
    .headBar span{height:60px;line-height:58px;font-size:28px;text-align:center;width:100%;margin:0}
    .headBar .back{ display:inline;font-size:28px;color:#AAA;position: absolute;line-height:58px;font-family:"黑体";}
    .headright{right:10px;}
    .headleft{padding: 5px 5px;}
    #GetCode {height:36px;line-height:36px; font-size: 22px;}
    .codetip {font-size: 18px;line-height: 24px;}
    #GetCodeBtn {height:40px;width: 25%;}
    .agreement span {font-size: 18px;}
    .icon-back:before{content:'';display:block;position:absolute;left:7px;top:16px;width:20px;height:20px;border-bottom:4px solid #AAA;border-left:4px solid #AAA;-webkit-transform:scaleY(0.8) rotateZ(45deg);-moz-transform:scaleY(0.8) rotateZ(45deg);-ms-transform:scaleY(0.8) rotateZ(45deg)}
    .headBar span {font-size: 28px;}
    .headBar .headbarlst1{width:20%;float:left;}
    .headBar .headbarlst2{width:60%;float:left;margin-left:20%;}
    .headBar .headbarlst3{width:20%;text-align: right;}
    .personinfo tr{height:60px;}
    .personinfo .td2 textarea{width:88%;}
    .personinfo .td2 div{width:12%;}
    .area{top:62px;}
    .regbtn{height:40px;line-height:40px;}
    .getpsbtn{height:40px;line-height:40px;}
    #registerForm1 .regtext {line-height:60px;font-size: 22px;

    }
.selproduct {
    font-size: 22px!important;
}
progress {
    width: 54px; height: 54px;
    border-radius: 27px; border: 8px double #aaa;
    margin-top:-27px;
}                                
progress::-webkit-progress-bar { border-radius: 27px;}
progress::-webkit-progress-value {
    border-radius: 27px;
}
progress::-ms-fill {
    border-radius: 27px;
}
    progress::-moz-progress-bar {
    border-radius: 27px;
}                               

.albumsel {height: 60px;line-height: 60px;font-size:22px;}
.albumpage .td1 {
    font-size:22px;
}
.modifyinfo {font-size:22px;width: 60%;}
.albumsel {font-size:22px}
.albumcommon .td2 input{
    font-size:22px!important;
}
.albumpage a{
    font-size:22px;
}
.albumdsp #introduction {
    font-size: 22px!important;
}
.albumtips p{
    font-size:16px;
    color: #666;
}
.previewbtn {font-size:22px!important;}
}
.textlimit{
    height: 16px!important;
    overflow: hidden!important;
    -webkit-box-orient: vertical!important;
    display: -webkit-box!important;
    text-overflow: ellipsis!important;
    line-height: 16px!important;
    -webkit-line-clamp: 1!important;
    margin:0!important;
}
.textlimit1{
    overflow: hidden!important;
    -webkit-box-orient: vertical!important;
    display: -webkit-box!important;
    text-overflow: ellipsis!important;
    -webkit-line-clamp: 1!important;
    margin:0!important;
}



