<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
strong{font-weight: 700;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;	font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size: 100%;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner{border:none;padding:0;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption{text-align: left;}
sup, sub {font-size: 100%;}
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
.clearfix,.container-fluid,.container,.form-group,.appel{ *clear:both; *zoom:1;}
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-group:after,.form-group:before,.appel:after,.appel:before{ display:table;content:" ";}
.clearfix:after,.container-fluid:after,.container:after,.form-group:after,.appel:after{clear:both;}
.hidden{display:none!important;}
.show{display:block!important;}
.hide{display:none;}
.pull-left,.pull-right{display:inline;}
.pull-left{float:left;}
.pull-right{float:right;}
 button,input,textarea,select,pre{ font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
pre{ white-space: normal; }

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot'); 
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),
	url('../fonts/iconfont.woff') format('woff'),
	url('../fonts/iconfont.ttf') format('truetype'), 
	url('../fonts/iconfont.svg#iconfont') format('svg'); 
}              
.iconfont {
	font-family: "iconfont" !important;
	font-size: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{ -webkit-font-smoothing: antialiased; }
html {
    height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
	_background-image:url(about:blank);
	_background-attachment:fixed;
}
body{	
	color: #181818;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fafafa;	
	height: 100%;    
}
a{ color: #181818; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #ff1493; text-decoration: none;}
a.hover-underline:hover{ text-decoration: underline;}

/* Menu */
.youmu-app{background:#fff;}
.youmu-app dl{float:left;width:100%;padding:15px 0;border-bottom:1px solid #ff1493;}
.youmu-app dt,.youmu-app dd{float:left;line-height:25px;text-align:center;}
.youmu-app dt{width:12%;color:#000;font-size:16px;}
.youmu-app dd{width:11%;font-size:16px;}
.youmu-app dt a{color:#ff1493;}
.youmu-app dd a{color:#666;}
.youmu-app dt a:hover,.youmu-app dd a:hover{color:#e74c3c;}
.youmu-app dt:after {content:"";position:absolute;margin:5px 25px 0;width:1px;height:20px;background:#ff1493;}
.youmu-app dt .cur,.youmu-app dd .cur{color:#e74c3c;}

/* Hx */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-weight: 400; }
.h1,h1{ font-size: 32px; font-weight: 300; }
.h2,h2{ font-size: 22px; font-weight: 300; }
.h3,h3{ font-size: 18px; }
.h4,h4{ font-size: 16px; }
.h5,h5{ font-size: 14px; }
.h6,h6{ font-size: 12px; }
.small,small{ font-size: 85%; }

.inline       { display:inline !important; }
.inline-block { display:inline-block !important; vertical-align: middle; }
.block        { display:block !important; }
.sep{ padding: 0 10px; font-family: simsun; opacity: .5; filter: alpha(opacity=50); }

/* mask-white */
.mask-white,
.mask-black{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background-color: #fff; transition: 0.25s;}
.mask-black{ background-color: #000; }

/* text-align */
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-nowrap  { white-space: nowrap; }
.text-break   { word-wrap: break-word; white-space: normal; }
.text-justify { text-align: justify; }
.ellipsis{ overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }

/* border */
.noborder     { border: 0 none!important;}
.border-top   { border-top: 1px solid #eee; }
.border-right { border-right: 1px solid #eee; }
.border-bottom{ border-bottom: 1px solid #eee; }
.border-left  { border-left: 1px solid #eee; }

/* text-color */
.text-white   { color: #fff !important; }
.text-light   { color: #999 !important; }
.text-gray    { color: #666 !important; }
.text-dark    { color: #181818 !important;}
.text-primary {	color: #ff1493 !important; }
.text-success { color: #46be8a !important; }
.text-info    { color: #57c7d4 !important; }
.text-warning { color: #f2a654 !important; }
.text-danger  { color: #f96868 !important; }
.text-pink    { color: #e53b75 !important; }
.text-purple  { color: #6d45bc !important; }
.text-indigo  { color: #465bd4 !important; }
.text-red     {	color: #d6494b !important; }
.text-blue    { color: #0066cc !important; }
.text-green   { color: #27ae60 !important; }
.text-orange  { color: #d35400 !important; }
.text-yellow  { color: #ffec00 !important; }
.text-brown   { color: #8d6658 !important; }

/* bg-color */
.bg-primary{ background-color: #369ce0 !important; }
.bg-success{ background-color: #46be8a !important; }
.bg-info   { background-color: #57c7d4 !important; }
.bg-warning{ background-color: #f2a654 !important; }
.bg-danger { background-color: #f96868 !important; }
.bg-grey   { background-color: #757575 !important; }
.bg-red    { background-color: #f96868 !important; }
.bg-pink   { background-color: #f96197 !important; }
.bg-purple { background-color: #926dde !important; }
.bg-indigo { background-color: #677ae4 !important; }
.bg-blue   { background-color: #62a8ea !important; }
.bg-cyan   { background-color: #57c7d4 !important; }
.bg-teal   { background-color: #3aa99e !important; }
.bg-green  { background-color: #46be8a !important; }
.bg-yellow { background-color: #ffb300 !important; }
.bg-orange { background-color: #f2a654 !important; }
.bg-brown  { background-color: #8d6658 !important; }

/* margin */
.ma0 { margin:  	  0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mr4 { margin-right:  4px !important; }
.mt5 { margin-top:    5px !important; }
.ml10{ margin-left:   10px !important; }
.mb10{ margin-bottom: 10px !important; }
.my10{ margin-top:    10px !important; margin-bottom: 10px !important; }
.mt15{ margin-top:    15px !important; }
.my15{ margin-top:    15px !important; margin-bottom: 15px !important; }
.mr20{ margin-right:  20px !important; }
.mx20{ margin-right:  20px !important; margin-left:   20px !important; }
.my20{ margin-top:    20px !important; margin-bottom: 20px !important; }
.mt30{ margin-top:    30px !important; }
.mr30{ margin-right:  30px !important; }

/* padding */
.pa0 { padding:        0px !important;}
.pt0 { padding-top:    0px !important;}
.pr0 { padding-right:  0px !important;}
.pt3 { padding-top:    3px !important;}
.pt5 { padding-top:    5px !important;}
.pb5 { padding-bottom: 5px !important;}
.pl5 { padding-left:   5px !important;}
.pt10{ padding-top:    10px !important;}
.pr10{ padding-right:  10px !important;}
.pl10{ padding-left:   10px !important;}
.pb10{ padding-bottom: 10px !important;}
.pt10{ padding-top:    10px !important;}
.pa15{ padding:        15px !important;}
.py10{ padding-top:    10px !important; padding-bottom: 10px !important; }
.pl15{ padding-left:   15px !important; }
.pt15{ padding-top:    15px !important; }
.pb15{ padding-bottom: 15px !important; }
.px15{ padding-right:  15px !important; padding-left:   15px !important; }
.pa20{ padding: 	   20px !important; }
.pt20{ padding-top:    20px !important; }
.pb20{ padding-bottom: 20px !important; }
.pl20{ padding-left:   20px !important; }
.px20{ padding-right:  20px !important; padding-left:   20px !important; }
.py20{ padding-top:    20px !important; padding-bottom: 20px !important; }
.pb25{ padding-bottom: 25px !important; }
.px25{ padding-right:  25px !important; padding-left:   25px !important; }
.py25{ padding-top:    25px !important; padding-bottom: 25px !important; }
.pa30{ padding:    	   30px !important; }
.pt30{ padding-top:    30px !important; }
.pb30{ padding-bottom: 30px !important; }
.px30{ padding-right:  30px !important; padding-left:   30px !important; }
.py30{ padding-top:    30px !important; padding-bottom: 30px !important; }
.pl40{ padding-left:   40px !important; }
.py40{ padding-top:    40px !important; padding-bottom: 40px !important; }
.pt50{ padding-top:    50px !important; }
.pb50{ padding-bottom: 50px !important; }
.py50{ padding-top:    50px !important; padding-bottom: 50px !important; }


/* visible* */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs{ display: block !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm { display: block !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md { display: block !important; }
}
@media (min-width: 1200px) {
    .visible-lg { display: block !important; }
}
@media (max-width: 767px) {
    .hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }
}

/* label */
.label{
    display: inline-block;
    padding: 2px 4px;    
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 2px;
}
    .label:empty{ display: none; }
    .label-round{ border-radius: 1000px;}
    .label-default{ background-color: #777; }    
    .label-primary{ background-color: #337ab7; }
    .label-success{ background-color: #5cb85c; }
    .label-warning{ background-color: #f0ad4e; }
    .label-info   { background-color: #5bc0de; }
    .label-danger { background-color: #d9534f; }
    .label-white  { background-color: #fff; color: #f00; }
    .label-default-outline{ color: #777; border: 1px solid #ccc; background-color: transparent; }
    a.label:hover,
    a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }
    a.label-default:hover,
    a.label-default:focus { background-color: #5e5e5e; }
    a.label-primary:hover,
    a.label-primary:focus { background-color: #286090; }
    a.label-success:hover,
    a.label-success:focus { background-color: #449d44; }
    a.label-info:hover,
    a.label-info:focus    { background-color: #31b0d5; }
    a.label-warning:hover,
    a.label-warning:focus { background-color: #ec971f; }
    a.label-danger:hover,
    a.label-danger:focus  { background-color: #c9302c; }

/* caret */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: .25s;
    _border-right-style: dashed; 
    _border-left-style: dashed;
}

/* iconimg */
.iconimg{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	vertical-align: middle;
	border: 0 none;
	text-indent: -999px;
	*text-indent: 0;
	background-repeat: no-repeat;
}
	
/* container */
.container {
	margin-right: auto;
	margin-left: auto;
    width: 960px;
}

/* dropdown-menu */
.dropdown-menu{
	position: absolute;
    top: 100%;    
	z-index: 9;
    font-size: 14px;
	pointer-events: none;
    border: 1px solid;      
    border-color: #ddd; 
    border-color: rgba(255,255,255,0);  
    *border-color: #ddd;  
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	display: none;
}
	.dropdown-menu.in,
	.open .dropdown-menu{ pointer-events: auto; display: block; }
	.dropdown-arrow{
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		border-style: dashed dashed solid;
   	    border-width: 0 7px 5px 7px;
   	    left: 12px;
	}
		.dropdown-arrow{top: -5px; border-color: transparent transparent #ffffff;}
		.dropdown-arrow1{top: -6px; border-color: transparent transparent #ddd;}

/* backdrop */
.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    .backdrop.in{ opacity: 1; pointer-events: auto; z-index: 900;}


/* appel */
.content{}
.appel{ 
	margin-top: 5px; 
	padding: 5px; 
	background-color: #fff; 
}	
	.appel-heading{ position: relative;	height: 32px; line-height: 32px; }
	.appel-more{ float: right; color: #999; } 
	.appel-more &gt; span &gt; a + a{ margin-left: 20px; }  
	.appel-more &gt; span &gt; a{ color: #999; }  
	.appel-more &gt; span &gt; a:hover{ color: #ff1493; }  
	.appel-title &gt; small { color: #666; margin-left: 7px; font-weight: 400; }
	.appel-title{ 
		position: relative;
		float: left; 
		margin-left: -20px;
		padding-left: 20px;
		font-size: 20px; 
		font-weight: 700;
	}  
		.appel-title:after {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 3px;
			height: 20px;
			margin-top: -10px;
			background-color: #ff1493;
		}
		
	/* appel-tabs */
	.appel-tabs{ }
	.appel-tabs &gt; a + a{ margin-left: 10px;}
	.appel-tabs &gt; a{
		float: left;
    	padding: 0 25px;
    	color: #666;
    	background-color: #f9f9f9;
    	border-radius: 100px;
    	transition: .15s ease-in-out;
	}
		.appel-tabs &gt; a:hover,
		.appel-tabs &gt; a.active{ color: #fff; background-color: #ff1493; }	
		

/* main */
.appel-main { width: 100%; margin: 0;padding: 0;}


/* box */
.box{
    border: 1px solid;      
    border-color: #f0f0f0;   
    border-color: rgba(255,255,255,0);  
    *border-color: #f0f0f0;  
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);    
    border-radius: 3px;
}
    .box-aside{ 
        position: relative;
        z-index: 2;
        float: left;
        width: 190px;
        margin-right: -1px;
        border-right: 1px solid #eee;   
    } 
    .box-primary{
        float: right;
        width: 947px;
        margin-left: -1px;
        padding: 25px 30px;
        border-left: 1px solid #eee;  
        background-color: #fff;
    }

/* form-control */
.form-control{
    display: block;
    width: 100%;
    height: 36px;
	line-height: 36px;
	text-indent: 13px;
    font-size: 14px;
    color: #ccc;
    *color: #484848;
    border: 1px solid #e6e8ea;
    background-color: #fff;
    border-radius: 3px;
    transition: border linear .2s, box-shadow linear .2s;
}
	.form-control:hover{ border-color: #bbb; text-decoration: none; }
    .form-control:focus{ color: #484848; border-color: #23b4e0; box-shadow: 0 0 7px rgba(35,180,224,.5); }
	.form-control::-moz-placeholder { color: #ccc; opacity: 1; }
    .form-control:-ms-input-placeholder {color: #ccc;}
    .form-control::-webkit-input-placeholder {color: #ccc;}    
    .form-control[disabled],
    .form-control[readonly]{ border-color: #e5e5e5; background-color: #f5f5f6; box-shadow: none; }
    .form-control[disabled]{ cursor: not-allowed;}
    select.form-control{ text-indent: 0!important;} 
	textarea.form-control {
		height: auto;
		line-height: 1.5;
		text-indent: 0;
		padding: 0 10px;
        word-wrap: normal;
        overflow: auto;   
        overflow-y: scroll;
	}	    
    /* IE6 form-control */
	.form-control-hover{ border-color: #bbb; text-decoration: none;}
	.form-control-focus{ color: #484848; border-color: #23b4e0;}
    .form-control-error,
    .form-input-error{
        color: #d95c5c;
        border-color: #dbb1b1;
        background-color: #fff0f0;
    }
    .form-control-succeed,
    .form-input-succeed{
        color: #2eab77;
        border-color: #a6d6c2;
        background-color: #e7fdf4;
    }
    /* input-sm */
    .input-sm{ height: 28px; line-height: 28px; text-indent: 7px;} 
    select.input-sm{ height: 30px; line-height: 30px;} 

/* help-block */
.help-block { 
	display: block; 
	margin-top: 5px; 
	color: #808080;
	font-size: 13px;
}

/* radio&amp;checkbox  */
.radio,
.checkbox {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer\9;
}
	.radio input,
	.checkbox input{
		float: left;
		margin: 4px 7px 0 0;
		*margin: 0 3px 0 -3px;
		cursor: pointer;
	}

/* btn */
.btn{
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
	background-color: transparent;
    border-radius: 3px;
    transition: .3s;
}
    /* .btn-block */
	.btn-block{ display: block; width: 100%;}

	/* btn-size  */
	.btn-lg{ line-height: 30px; font-size: 18px; padding: 15px 70px;}

    /* btn-small  */
	.btn-sm{ padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

    /* btn-xs  */
	.btn-xs{ padding: 0 7px; font-size: 12px; }

    /* btn-default */
    .btn-default{ color: #333; border-color: #ddd; background-color: #fff; }
    .btn-default:hover{ color: #ff1493; border-color: #ddd; background-color: #f9f9f9; }
    .btn-default:active{ color: #ff1493; border-color: #d7d7d7; background-color: #f5f5f5; }

    /* btn-outline */
    .btn-outline{ color: #808080; border-color: #e5e5e5; }
    .btn-outline:hover{ color: #181818; border-color: #ccc; background-color: #f9f9fa; }
    .btn-outline:active{ border-color: #d7d7d7; background-color: #eee; }

    /* btn-primary */
	.btn-primary{ color: #fff; border-color: #ff1493; background-color: #ff1493; }
	.btn-primary:hover { color: #fff; border-color: #ff5752; background-color: #ff5752; }
	.btn-primary:active{ background-color: #fe2e29; }

    /* btn-red */
	.btn-red{ color: #fff; border-color: #ce3638; background-color: #ce3638; }
	.btn-red:hover{ color: #fff; border-color: #db393c; background-color: #db393c; }
	.btn-red:active{ background-color: #c23235; }

    /* btn-green */
	.btn-green{ color: #fff; border-color: #29a562; background-color: #29a562; }
	.btn-green:hover { color: #fff; border-color: #2db36b; background-color: #2db36b; }
	.btn-green:active{ background-color: #26995c; }
    
    /* btn-orange */
	.btn-orange{ color: #fff; border-color: #e88c3a; background-color: #e88c3a; }
	.btn-orange:hover { color: #fff; border-color: #f5933d; background-color: #f5933d; }
	.btn-orange:active{ background-color: #db8437; }
   
    /* btn-disabled */ 
    /*.btn.disabled,.btn.disabled:hover,.btn.disabled:active,*/
    .btn-disabled,.btn-disabled:hover,.btn-disabled:active{ 
        cursor: default; 
        box-shadow: none; 
        text-shadow: 0 1px 0 #fff;
        color: #aaa;
        border-color: #ddd;
        background-color: #f2f2f2;
    }

/* btn-group */
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
    .btn-group &gt; .btn,
    .btn-group-vertical &gt; .btn {position: relative;float: left;}
    .btn-group &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group &gt; .btn:active,
    .btn-group-vertical &gt; .btn:active,
    .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn.active {z-index: 2;}
    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {margin-left: -1px;}

	.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }
	.btn-group &gt; .btn:first-child {  margin-left: 0; }
	.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {  border-top-right-radius: 0; border-bottom-right-radius: 0; }
	.btn-group &gt; .btn:last-child:not(:first-child),
	.btn-group &gt; .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
	.btn-group &gt; .btn-group { float: left; }
	.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn { border-radius: 0; }
	.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
	.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {  border-top-right-radius: 0;  border-bottom-right-radius: 0; }
	.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
	.btn-group .dropdown-toggle:active,
	.btn-group.open .dropdown-toggle {  outline: 0; }
	.btn-group &gt; .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; }
	.btn-group &gt; .btn-lg + .dropdown-toggle { padding-right: 12px;  padding-left: 12px; }
	.btn-group.open .dropdown-toggle {  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
	.btn-group.open .dropdown-toggle.btn-link {  -webkit-box-shadow: none; box-shadow: none; }
	.btn .caret { margin-left: 0; }

/* form-group */
.form-group{ margin-bottom: 15px; }
.form-group .control-label{ display: inline-block; max-width: 100%; line-height: 20px; padding-top: 10px;}
.form-group .btn-link,
.form-group .radio,
.form-group .checkbox{ margin-top: 0; }
.form-text { padding-top: 7px;  }

/* col-xs-* */
.col-xs-06,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left; *display: inline; *overflow: hidden;}
.col-xs-12{width:100%;} 
.col-xs-11{width:91.66666667%;}
.col-xs-10{width:83.33333333%;}
.col-xs-9{width:75%;}
.col-xs-8{width:66.66666667%;}
.col-xs-7{width:58.33333333%;}
.col-xs-6{width:50%;}
.col-xs-5{width:41.66666667%; *width:41%;}
.col-xs-4{width:33.33333333%;}
.col-xs-3{width:25%; *width: 24.99999%;}
.col-xs-2{width:16.66666667%;}
.col-xs-1{width:8.33333333%;}
.col-xs-06{width:5.33333333%;}
.col-xs-offset-12{margin-left:100%;}
.col-xs-offset-11{margin-left:91.66666667%;}
.col-xs-offset-10{margin-left:83.33333333%;}
.col-xs-offset-9{margin-left:75%;}
.col-xs-offset-8{margin-left:66.66666667%;}
.col-xs-offset-7{margin-left:58.33333333%;}
.col-xs-offset-6{margin-left:50%;}
.col-xs-offset-5{margin-left:41.66666667%;}
.col-xs-offset-4{margin-left:33.33333333%;}
.col-xs-offset-3{margin-left:25%;}
.col-xs-offset-2{margin-left:16.66666667%;}
.col-xs-offset-1{margin-left:8.33333333%;}
.col-xs-offset-0{margin-left:0;}

/* ff-collapse */
.ff-collapse { display:none; }
.ff-collapse.in { display:inline; }

/* fade */
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
       -moz-transition: opacity .15s linear;
    	-ms-transition: opacity .15s linear;
    	 -o-transition: opacity .15s linear;
    		transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}

/* tab-pane */
.tab-content&gt;.tab-pane{ display: none; }
.tab-content&gt;.tab-appel{ display: none; }
.tab-content&gt;.active {  display: block; }

/* tooltip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }
    .tooltip.top {
        top: 0;
        padding: 5px 0;
        margin-top: -3px;
    }
    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }
    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }
    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }
    .tooltip-inner {
        max-width: 200px;
        padding: 7px 12px;
        color: #fff;
        text-align: center;
        background-color: #181818;
        background-color: rgba(0,0,0,.9);
        border-radius: 4px;
    }
    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }
    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
        border-top-color: rgba(0,0,0,.9);
    }
    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000;
        border-right-color: rgba(0,0,0,.9);
    }
    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        border-left-color: rgba(0,0,0,.9);
    }
    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
        border-bottom-color: rgba(0,0,0,.9);
    }
    
    /* tooltip.error */
    .tooltip.error{ cursor: pointer; display: none;}
    .tooltip.error{ filter: alpha(opacity=100); opacity: 1;}
    .tooltip.error .tooltip-inner{
        min-width: 170px;
        max-width: 350px;
        text-align: left;
        color: #e00;
        padding: 8px 12px;
        font-size: 14px;
        border: 1px solid #e9c786;
        background-color: #fef4e2;
    }    
       
    .tooltip.error.top{ top: 0; margin-top: -50px; white-space: nowrap; }   
    .tooltip.error.top .tooltip-arrow { border-top-color: #e9c786; left: 25px; }
    .tooltip.error.right{ left: 100%; top: 0; }  
    .tooltip.error.right .tooltip-arrow { border-right-color: #ebccd1; top: 19px; }
    .tooltip.error.bottom{ top: 100%; }
    .tooltip.error.bottom .tooltip-arrow { border-bottom-color: #ebccd1; left: 25px; }
    .tooltip.error.left{ right: 100%; top: 0; margin-right: 5px;}
    .tooltip.error.left .tooltip-arrow { border-left-color: #ebccd1; }

/* hr */
hr{
	height:0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top: 1px solid #eee;
	clear: both;
}

/* table */
.table{
	width: 100%;
	font-size: 14px;
    margin-bottom: 20px;
    background-color: #fff;
}
.table th{background-color: #fcfcfc; white-space: nowrap;}
.table th,
.table td{padding: 10px 20px; vertical-align: middle; border-top: 1px solid #eee; }
.table &gt; tbody &gt; tr:nth-child(2n) td{ background-color: #fcfcfc; }
.table-bordered th,
.table-bordered td{border: 1px solid #ededed;}
.table-custom {border: 1px solid #eee;}
.table-custom th,
.table-custom td { padding: 15px 25px; border-top: 0 none; border-bottom: 1px solid #eee; text-align: center; color: #808080; }
.table-custom thead th{ border-bottom: 1px solid #e5e5e5; font-size: 14px; color: #666; font-weight: 700; }
.table-custom &gt; tbody &gt; tr:hover{ background-color: transparent; }
.table-condensed th,
.table-condensed td { padding: 5px 10px; }
.table-condensed th { font-size: 14px; }
.table-responsive{ width: 100%; min-height: .01%; overflow-x: auto; margin-bottom: 20px; }
.table-responsive .table{ margin-bottom: 0; }

/* header */
.header{  background-color: #ff1493; box-shadow: 0 1px 3px rgba(0,0,0,.08); }	
.navbar-header{ height: 66px; padding: 15px 0; }
.navbar-header .container{ position: relative; }	

/* navbar-brand */
.navbar-brand{ float: left; height: 36px; }
.navbar-brand img{ display: block; height: 36px; }
	
   
/* navbar-account */
.navbar-goback{ display: none; }
.navbar-history .history-toggle{ display: none; }
.navbar-history{ float: right; margin-left: 10px; }
.navbar-history &gt; a{ 
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-indent: 1px;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    color: #ff1493;
}
    .navbar-history &gt; .dropdown-menu{ right: 0; width: 250px; padding-bottom: 5px; z-index: 999; }
    .navbar-history p{ border-top: 1px solid #f5f5f5; padding: 7px 0 2px 0; }
    .history-heading{ height: 40px; line-height: 40px; padding: 0 10px 0 15px; border-bottom: 1px solid #f5f5f5; }
    .history-heading &gt; h5{ float: left; color: #666; }
    .history-heading &gt; a{ float: right; color: #666; margin-left: 10px; }
    .history-heading &gt; a:hover{ color: #ff1493; }
    .history-list{}
    .history-list &gt; li{ position: relative; padding: 0 15px; line-height: 38px; color: #999; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }
    .history-list &gt; li + li{ border-top: 1px solid #f0f0f0; }

/* navbar-search */
.navbar-search{
    float: right;
    position: relative;
    width: 400px;
    height: 36px;
    border: 1px solid #ff1493;
    border-radius: 36px;
}
    .appel .navbar-search{ float: none; width: auto; margin: 5px; }
    /* search-control */
    .navbar-search &gt; .search-control{
        position: absolute;
        top: 0;
        left: 0;
        color: #181818;
        width: 100%;
        height: 34px;
        line-height: 20px;
        padding: 7px 20px;
        border: 0 none;
        background-color: transparent;
        border-radius: 100px;
    }

    /* search-button */
    .navbar-search &gt; .search-button{			
        position: absolute;
        top: -1px;
        right: -1px;	
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        border: 0 none;
        background-color: #ff1493;
        border-radius: 0 36px 36px 0;
    }
    .navbar-search &gt; .search-button:hover{ background-color: #ff5b57; }	

/* search-hotkey */
.search-hotkey{ padding: 5px 5px 0 5px; }
.search-hotkey h5{ font-weight: 700; margin-bottom: 10px; }
.search-hotkey a{ margin: 0 10px 10px 0; }

/* autocomplete-suggestions */
.autocomplete-suggestions{
    font-size: 14px;
    border: 1px solid;      
    border-color: #ddd; 
    border-color: rgba(255,255,255,0);  
	overflow: hidden;
	padding: 3px 0;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	border-radius: 3px;	
}
	.autocomplete-suggestion{ padding: 6px 10px; white-space: nowrap; overflow: hidden; cursor: pointer; }
	.autocomplete-suggestion strong{ color: #ff1493; }
	.autocomplete-suggestion:hover,
	.autocomplete-suggestion:active{ background-color: #f5f5f5; }


 /* navbar-primary */
.navbar-primary{ 
    height: 50px; 
    font-size: 16px;
    color: #fff;
    background-color: #ff1493;
}
	.navbar-nav &gt; li{ float: left; position: relative; line-height: 45px; padding: 0 5px; }
	.navbar-nav &gt; li + li:before{
		content: "·";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	.navbar-nav &gt; li &gt; a{   
        position: relative;
        display: block;	
		height: 45px;
        line-height: 44px;
		text-align: center;  
        padding: 0 30px;
        color: #222;
        transition: .3s;
	}	
        .navbar-nav &gt; li:first-child &gt; a{ padding-left: 0; }	
        .navbar-nav &gt; li &gt; a:hover{ color: #ff1493; font-weight: 700; }
        .navbar-nav &gt; li.active &gt; a,
		.navbar-nav &gt; li.active &gt; a:hover{ font-weight: 700; color: #ff1493; }
        .navbar-nav &gt; li.movie{ width: 60px; color: #666; }  
        .navbar-nav &gt; li.movie + li:before{ display: none; }  
        .navbar-primary .navbar-nav &gt; li &gt; a,
        .navbar-primary .navbar-nav &gt; li &gt; a:hover{ color: #fff; height: 50px; line-height: 50px; }        
        .navbar-primary .navbar-nav &gt; li.active &gt; a,
		.navbar-primary .navbar-nav &gt; li.active &gt; a:hover{ color: #fff; }       
        .navbar-primary .navbar-nav &gt; li.active &gt; a::after{
            content: "";
            position: absolute;
            left: 50%; 
            margin-left: -6px;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 6px solid;
            border-left: 6px dashed transparent;
            border-right: 6px dashed transparent;
        }        
        .navbar-primary .navbar-nav &gt; li.active &gt; a::after{ margin: 0; left: 40px; }
				.navbar-primary .navbar-nav &gt; li:first-child.active &gt; a::after{ margin: 0; left:12px; }	

/* friend-link */
.friend-link{ padding: 10px 0 0 0;}
.friend-link a{ margin-right: 10px; }

/* footer */
.footer{
	/*! margin-top: 20px; */
	padding: 20px 0;
	/*! line-height: 24px; */
	color: #999;
	text-align: center;
	background-color: #333;
}	
	/* footer */
    .footer a{ color: #999; }
    .footer a:hover{ color:#ff1493; }

/* backtop */	
.backtop{
	position:fixed;
	right: 0;
	bottom: 20px;
	display: none;
	z-index: 9999;
}
	.backtop .iconfont{
		width: 50px;
		height: 50px;
		line-height: 50px;
		display: block;
		overflow: hidden;
		text-align: center;
		font-size: 26px;
		color: #fff;
		background-color: rgba(0,0,0,.5);
	}
	.backtop:hover .iconfont{
		background-color: #ff1493;
	}


/* thumbnail-group */
.appel-max{ padding: 0 2px; clear: both;}
.appel &gt; .appel:first{ margin-top: -20px; }
.thumbnail-group{ margin: 0 0 0 -20px; }
.thumbnail-group &gt; li{ 
	float: left;
	width: 22.7%;
	margin: 20px 0 0 20px;
}
	/* h5 */
	.thumbnail-group &gt; li &gt; .video-info{ padding-top: 8px; }
	.thumbnail-group &gt; li &gt; .video-info &gt; h4{ overflow: hidden; font-size: 14px; line-height: 18px; height: 36px; }
	.thumbnail-group &gt; li &gt; .video-info &gt; h5,
	.thumbnail-group &gt; li &gt; .video-info &gt; p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.thumbnail-group &gt; li &gt; .video-info &gt; h5{ height:18px; line-height:18px; overflow: hidden; }
	.thumbnail-group &gt; li &gt; .video-info &gt; p { font-size:12px; color:#999; line-height:14px; height:14px; width:100%; margin-top: 5px; }
	.thumbnail-group &gt; li &gt; .video-info &gt; p &gt; a{ color:#999; margin-right: 6px;}
	.thumbnail-group &gt; li &gt; .video-info &gt; p &gt; a:hover{ color:#ff1493; }

	/* thumbnail */
	.thumbnail-group &gt; li &gt; .thumbnail{ 
		position: relative;
		display: block;
        width: 100%;
		overflow: hidden;
		background-color: #454545;
	}
		.thumbnail-group &gt; li &gt; .thumbnail .video-grade{
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 46px;
			line-height: 30px;
			padding: 13px 10px 0 0;
			overflow: hidden;
			color: #fff;
			text-align: right;
			font-size: 12px;
			background: url(../images/video-mask.png) 0 0 repeat-x;
		}
        .thumbnail-group &gt; li &gt; .thumbnail .video-number{
			position: absolute;
            z-index: 1;
			right: 5px;
			bottom: 5px;
            display: block;
			overflow: hidden;
			color: #fff;
            padding: 0 8px;
            line-height: 20px;
			font-size: 12px;
            background-color: rgba(0,0,0,.6);
            border-radius: 100px;
		}
		.thumbnail-group &gt; li &gt; .thumbnail img{ 
			display: block; 
			width: 100%; 
			height: 145px; 
			-webkit-transition: all linear 0.3s;
			   -moz-transition: all linear 0.3s;
				-ms-transition: all linear 0.5s;
				 -o-transition: all linear 0.3s;
				    transition: all linear 0.3s;
		} 
		.thumbnail-group &gt; li &gt; .thumbnail:hover img{
			-webkit-transform: scale(1.1);
			   -moz-transform: scale(1.1);
				-ms-transform: scale(1.1);
				 -o-transform: scale(1.1);
					transform: scale(1.1);

		}
		.thumbnail-group &gt; li &gt; .thumbnail:after{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
			cursor: pointer;
			opacity: 0;
			filter: alpha(opacity=0);
			transition: opacity 300ms linear;
			background: url(../images/video-play.png) no-repeat center rgba(0,0,0,.15);
			-webkit-transform: scale(1.5);
			   -moz-transform: scale(1.5);
				-ms-transform: scale(1.5);
				 -o-transform: scale(1.5);
					transform: scale(1.5);
			-webkit-transition: all ease-out .35s;
					transition: all ease-out .35s;
		}
		.thumbnail-group &gt; li &gt; .thumbnail:hover:after{
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
				-ms-transform: scale(1);
				 -o-transform: scale(1);
					transform: scale(1);
		}

/* thumbnail-group-small */
.thumbnail-group-small &gt; li{ }
.thumbnail-group-small &gt; li &gt; .thumbnail,
.thumbnail-group-small &gt; li &gt; .thumbnail img{ height: 100px; } 
.thumbnail-group-small &gt; li &gt; .thumbnail:hover:after{ background-size: 30%; }

/* thumbnail-group-special */
.thumbnail-group-special{ clear: both; }
.thumbnail-group-special &gt; li{ width: 275px; }
.thumbnail-group-special &gt; li &gt; .thumbnail,
.thumbnail-group-special &gt; li &gt; .thumbnail img{ width: 275px; height: 130px; }
.thumbnail-group-special &gt; li &gt; .video-info{ text-align: center; }

/* list-group */
.thumbnail-group + .list-group{ border-top: 1px dashed #eee; margin-top: 18px; padding-top: 15px; }
.list-group{ margin: 0 -20px -5px 0; }
.list-group &gt; li &gt; .sep{ padding: 0 4px; font-size: 12px; color: #999;} 
.list-group &gt; li &gt; span{ color: #999;} 
.list-group &gt; li &gt; a{ color: #666; } 
.list-group &gt; li &gt; a:hover{ text-decoration: underline; color: #ff1493; } 
.list-group &gt; li{ 
	float: left;
	width: 25%;
    color: #666;
    line-height: 30px;
    text-overflow: ellipsis;  
	white-space: nowrap;  
	overflow: hidden; 
    padding-right: 20px;
}
.list-group-50 &gt; li{width: 100%;}
.list-group-dot &gt; li::before{ 
    content: "·";
    font-size: 14px;
    padding-right: 8px;
}

/* rank-group */
.rank-group{ margin: 0 0 -5px 0; list-style: decimal; list-style-position: inside; }	
.rank-group &gt; li{ position: relative; line-height: 30px;  color: #ff1493;	 }
.rank-group &gt; li a{ color: #333; }
.rank-group &gt; li a:hover{ color: #ff1493; }
.rank-group &gt; li &gt; .rank-grade strong{ font-weight: 400; font-size: 13px; }
.rank-group &gt; li &gt; .rank-grade{ display: none; position: absolute; top: 50%; right: 0;  margin-top: -10px;font-size: 12px; color: #999; line-height: 20px;}
.rank-group &gt; li &gt; .rank-title{ 
	position: absolute;
	top: 0;
	left: 25px;
	right: 0;
	display: block; 
	color: #999; 
	text-overflow: ellipsis;  
	white-space: nowrap;  
	overflow: hidden; 
}

/* filter */
.filter{ padding: 10px 10px 5px 10px; }
.filter dt{ float: left; width: 70px; color: #666; text-align: right; margin-right: 15px; }
.filter dd{ float: left; }
.filter a.active{ color: #fff; background-color: #ff1493; }
.filter-primary{ line-height: 40px; font-size: 16px; position: relative; padding-bottom: 5px; }
.filter-primary dt{ margin-right: 5px; }
.filter-primary dd{ padding: 0 10px; }
.filter-primary dd a{ padding: 0 10px; }
.filter-primary .filter-more{ position: absolute; top: 0; right: 0; font-size: 14px; border-radius: 3px; }
.filter-primary .filter-more a{ color: #666; display: block; padding: 0 20px; border-radius: 3px; }
.filter-primary .filter-more a:hover{ color: #ff1493; background-color: #f9f9f9; }
.filter-append{ overflow: hidden; padding: 5px 20px 5px 0; line-height: 30px; display: none; }
.filter-append &gt; dl{ padding: 0 0 5px 0; }
.filter-append dd{ margin-right: 7px; }
.filter-append dd a{ padding: 0 10px; }

/* category */
.category{ border-top: 1px solid #f5f5f5; margin-top: 20px; padding-top: 20px; line-height: 30px; margin-bottom: -10px;}
.category dt{ float: left; color: #666; padding-right: 5px; }
.category dd{ font-size: 0; overflow: hidden; position: relative; }
.category dd a{ 
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 9px;
    margin-bottom: 10px;
	padding: 0 15px;
	border-radius: 30px;
	background-color: #f8f8f8;
}
	.category dd a:hover,
	.category dd a:active,
	.category dd a.active{ color: #fff; background-color: #ff1493; }

/* pagination */
.pagination{ text-align: center; padding: 30px 0; overflow: hidden; clear: both; font-size: 0; }
.pagination &gt; li { display:inline-block; vertical-align: middle; }
.pagination &gt; li &gt; a{
    display: block;
    margin: 0 4px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-radius: 3px;
	cursor: pointer;
}
	.pagination &gt; li &gt; a:hover,
	.pagination &gt; .active &gt; a,
	.pagination &gt; .active &gt; a:focus,
	.pagination &gt; .active &gt; a:hover{
		z-index:2;
		color: #fff;		
		background-color: #ff1493;
	}
	.pagination &gt; .active &gt; a,
	.pagination &gt; .active &gt; a:focus,
	.pagination &gt; .active &gt; a:hover{
		cursor: default;
	}
	.pagination &gt; .disabled &gt; a,
	.pagination &gt; .disabled &gt; a:focus,
	.pagination &gt; .disabled &gt; a:hover{
		z-index:2;
		color: #fff;
		cursor: default;
		background-color: #ff1493;
	}

/* pager */
.pager{ padding: 20px 0; }
.pager &gt; li &gt; a{
    margin: 0 7px;
    padding: 0 25px;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 30px;
}


/* breadcrumbs */
.breadcrumbs{ padding: 20px 0; }
.appel .breadcrumbs{ padding-top: 0; }

/* detail */
.detail{ position: relative; }

/* detail-mobile */
.detail-mobile{ position: absolute; right: 0; top: -42px; }
.detail-mobile .dropdown-menu{ right: 0; padding: 10px; z-index: 1080;}
.detail-mobile .dropdown-menu img{ display: block; max-width: 200px; }

/* detail-poster */
.detail-poster{ float: left; width: 350px; }
.detail-poster &gt; a{ 
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 232px;
}
	.detail-poster &gt; a img{ display: block; width: 100%; min-height: auto; } 
	.detail-poster &gt; a:hover:after{ opacity: 1; }
	.detail-poster &gt; a:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 300ms linear;
		background: url(../images/video-play.png) no-repeat center rgba(0,0,0,.3);
		-webkit-transform: scale(1.5);
		   -moz-transform: scale(1.5);
			-ms-transform: scale(1.5);
			 -o-transform: scale(1.5);
				transform: scale(1.5);
		-webkit-transition: all ease-out .35s;
				transition: all ease-out .35s;
	}
	.detail-poster &gt; a:hover:after{
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}

/* detail-info */
.detail-info{ overflow: hidden; padding-left: 20px; }
.detail-info .detail-header{ position: relative; margin-bottom: 10px;}
.detail-info .score-wrap{ position: absolute; right: 0; top: 13px; }
.detail-info h2{ font-size: 30px; line-height: 35px; font-weight: 400;}
.detail-info h2 small{ font-size: 16px; margin-left: 20px; font-weight: 400; color: #ff1493; }
.detail-info h3{ font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap;}
.detail-info .detail-actor &gt; li{ padding-top: 6px; line-height: 24px; overflow: hidden; color: #666; }
.detail-info .detail-actor &gt; li span,
.detail-info .detail-actor &gt; li a{ margin-right: 10px; }
.detail-info .detail-actor &gt; li label span{ margin-right: 0!important; }
.detail-info .detail-actor &gt; li a.ff-tag-link{ margin-right: 0; text-decoration: underline; }
.detail-info .detail-actor &gt; li p{ float: left; width: 30%; }
.detail-info .detail-actor &gt; li p a:after{ display: none; }
.detail-info .detail-actor &gt; li.intro{ white-space: normal; position: relative; }
.detail-info .detail-actor &gt; li.intro p{ 	
	float: none;
	clear: both;
	width: auto;
	line-height: 24px; 
	padding: 3px 0; 
	overflow: hidden;
	max-height: 78px;
}
.detail-info .detail-actor &gt; li.owl p{ max-height: none;}	
.detail-info .detail-actor &gt; li.intro .detail-intro-more{
	position: absolute;
	right: 0;
	bottom: 3px;
	margin: 0;
	padding-left: 15px;
	background-color: #fff;
}

/* score */
.score{ line-height: 20px; font-size: 0; position: relative; }
.score &gt; em,
.score &gt; label{ font-size: 14px; color: #666; display: inline-block; vertical-align:middle;}
.score &gt; em{ padding-left: 5px; color: #ff1493; font-size: 16px; }
.score &gt; em &gt; sup{ font-size: 14px; vertical-align: top; margin-left: 2px;}
.score &gt; span{ display: inline-block; vertical-align:middle; line-height: 20px; width: 105px; font-size: 14px; white-space: nowrap; }
.score &gt; span &gt; i{
	display: inline-block;
	vertical-align: -2px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/score.png) 0 0 no-repeat;
}
	.score &gt; span &gt; i.star-half-png{ background-position: 0 -20px; }
	.score &gt; span &gt; i.star-on-png  { background-position: 0 -40px; }

/* detail-source */
.detail-source{float: none; width: 100%; padding: 10px 0; clear: both;}


/* detail-tab */
.detail-tab{ border-bottom: 1px solid #e5e5e5; margin-bottom: 10px; }
.detail-tab &gt; li{ 
	float: left; 
	cursor: pointer;
	display: block;
	text-align: center;	
	margin: 0 -1px -1px 0;
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}
	.detail-tab &gt; li &gt; a{ display: block; padding: 8px 24px; }
	.detail-tab &gt; li &gt; a:hover{ color: #ff1493; background-color: #fff; }
	.detail-tab &gt; li.active{ position: relative; margin-top: -2px; border-radius: 3px 3px 0 0; border-bottom-color: #fff; background-color: #fff; }
	.detail-tab &gt; li.active &gt; a,
	.detail-tab &gt; li.active &gt; a:hover{ 
		padding-top: 10px;
		color: #ff1493; 
		font-weight: 700;		
		border-radius: 3px 3px 0 0;
	}

/* detail-tab-zt */
.detail-tab-zt{ padding-right: 50pxs; position: relative; }
.detail-tab-zt &gt; li.zt{ float: right; border-color: transparent; background-color: transparent; }
.detail-tab-zt &gt; li.zt &gt; a{ padding-left: 0; padding-right: 0; }
.detail-tab-zt &gt; li.zt &gt; a:hover{ text-decoration: underline; }


/* detail-download */
.detail-download{	border-top: 1px solid #f5f5f5;}	
.detail-download .detail-content{ max-height: 400px; overflow-x: hidden; overflow-y: auto; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin: 3px 0; }
.detail-download .table{ margin:0;}
.detail-download .table td{ border: 0 none; padding: 5px; white-space: nowrap; font-size: 0;}
.detail-download .table &gt; tbody &gt; tr:nth-child(2n) td{background-color: transparent;}
.detail-download .table .code{ width: 100%; line-height: 30px;}
.detail-download .table .btns{ width: 70px; }
.detail-download .table .btns .btn{ display: block; white-space: nowrap;}
.detail-download .table .title{ font-size: 14px; }
	
/* detail-play-list */
.detail-play-list{ margin: 0 -5px; display: none; }
.detail-play-list li{ float: left; min-width: 12.5%;}
.detail-play-list li &gt; a{ 
	display: block; 
	margin: 5px;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;     
	text-overflow: ellipsis;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
	.detail-play-list li &gt; a:hover{ color: #ff1493; background-color: #fff; }
	.detail-play-list-dianshiju li{ min-width: 8.333333333333333%; }
    .detail-play-list-zongyi li{ width: auto; min-width: 14.28%; }
    .detail-play-list-zongyi li a{ padding: 0 13px; }

/* bdsharebuttonbox */
.bdsharebuttonbox{ }
.bdsharebuttonbox a{background-image: url(../images/share-icons.png) !important; margin: 6px 0 0 6px !important;}
.bdshare-button-style0-24 .bds_tsina { background-position: 0 0 !important; }
.bdshare-button-style0-24 .bds_qzone { background-position: -34px 0 !important; }
.bdshare-button-style0-24 .bds_tqq   { background-position: -68px 0 !important; }
.bdshare-button-style0-24 .bds_renren{ background-position: -102px 0 !important; }
.bdshare-button-style0-24 .bds_kaixin001{ background-position: -136px 0 !important; }
.bdshare-button-style0-24 .bds_tieba { background-position: -170px 0 !important; }
.bdshare-button-style0-24 .bds_douban{ background-position: -204px 0 !important; }
.bdshare-button-style0-24 .bds_weixin{ background-position: -238px 0 !important; }
.bdshare-button-style0-24 .bds_sqq   { background-position: -272px 0 !important; }
.bdshare-button-style0-24 .bds_copy  { background-position: -306px 0 !important; }
.bdshare-button-style0-24 .bds_more  { background-position: -340px 0 !important; }

.bdshare-button-style0-32 .bds_tsina { background-position: 0 -40px !important; }
.bdshare-button-style0-32 .bds_tqq   { background-position: -42px -40px !important; }
.bdshare-button-style0-32 .bds_qzone { background-position: -84px -40px !important; }
.bdshare-button-style0-32 .bds_renren{ background-position: -126px -40px !important; }
.bdshare-button-style0-32 .bds_douban{ background-position: -168px -40px !important; }
.bdshare-button-style0-32 .bds_kaixin001{ background-position: -210px -40px !important; }
.bdshare-button-style0-32 .bds_tieba { background-position: -252px -40px !important; }
.bdshare-button-style0-32 .bds_sqq   { background-position: -294px -40px !important; }
.bdshare-button-style0-32 .bds_copy  { background-position: -336px -40px !important; }
.bdshare-button-style0-32 .bds_weixin{ background-position: -378px -40px !important; }
.bdshare-button-style0-32 .bds_more  { background-position: -420px -40px !important; }

/* play */
.play{
	position: relative;
	padding: 2px 0 0 0;
	color: #ccc;
    background: url(../images/play-bg.jpg) no-repeat;
    background-color: #232324;
    background-size: cover;
    background-position: center;
}
	.play h2{ margin-bottom: 20px; }
	.play h2 &gt; a{ color: #ccc; margin-right: 5px; }
	.play h2 &gt; a:hover{ color: #fff; }
	.play h2 &gt; small{ color: #ccc; }
	.play .player{
		position: relative;
		width: 100%;
		height: 675px;
		margin: 0 auto;
		background-color: #181818;
		box-shadow: 0 -5px 50px 0 rgba(0,0,0,.3);
	}
	.play .player iframe{
		width:100%;
		height:100%;
	}
	.play-interaction{ height: 58px; padding: 0 18px 0 13px; background-color: #2b2b2b; box-shadow: 0 -5px 50px 0 rgba(0,0,0,.3); }
	.play-interaction &gt; .score-wrap{ float: right; margin: 19px 19px 0 0; }
	.play-interaction &gt; .score &gt; label{ color: #ccc; }
	.play-interaction &gt; .play-btn{ float: right; margin-top: 13px; font-size: 0; }
	.play-interaction &gt; .play-btn &gt; a{
		display: inline-block;
		height: 32px;
		line-height: 30px;
		padding: 0 18px;
		margin-left: 10px;
		font-size: 12px;
		color: #fff;
		background-color: #37373d;
		border-radius: 3px;
	}
	.play-interaction &gt; .play-btn &gt; a:hover { background-color: #444; }
	.play-interaction &gt; .play-btn &gt; a:active{ background-color: #1c1c1c; }
	.play-interaction &gt; .play-btn &gt; a.disabled,
	.play-interaction &gt; .play-btn &gt; a.disabled:hover,
	.play-interaction &gt; .play-btn &gt; a.disabled:active{ cursor: default; color: #ccc; background-color: #1c1c1c; }
	.play-share{ float: left; margin-top: 11px; }
	.play-interaction &gt; .play-clipboard{ float: left; margin-top: 8px;}
	.play-interaction &gt; .play-clipboard &gt; a{ height: 32px; line-height: 30px; padding: 0 18px; 	font-size: 12px; }
	.play-interaction .detail-mobile{position: relative;top: auto; float: left; margin-top: 13px;}
	.play-interaction .detail-mobile .dropdown-menu{right: auto; left: 0;}
	.play-weixintip{
		font-size: 12px;
		padding: 7px 10px;
		line-height: 1.2;
		background-color: #ffedc4;
		color: #f60;
	}

/* play-source */
.play-source{ margin-top: 0; padding-bottom: 15px;}
.play-source .detail-source{ float: none; width: auto; padding: 0; position: relative; }
.play-source .detail-play-list li{ width: 10%; }
.play-source .detail-play-list li.active &gt; a,
.play-source .detail-play-list li.active &gt; a:hover{ color: #fff; border-color: #ff1493;  background-color: #ff1493; }

/* play-intro */
.play-intro{ padding: 10px 0 0 0; color: #999; }
.play-intro span{ margin-right: 10px; }
.play-intro a{ margin-right: 5px; color: #666; }
.play-intro a:hover{ color: #ff1493; }
.play-intro .summary{ padding-top: 10px; }
.play-intro pre{ padding-top: 10px; }

/* news */
.news-main { width: 820px; float: left; }
.news-aside{ width: 360px; float: right; }

/* news-group */
.news-group{ list-style: circle; margin: 10px 0 0 18px; }
.news-group &gt; li{ height: 33px; }
.news-group &gt; li &gt; .rank-title{ top: 0; left: 0; right: 0; }

/* news-listing */
.news-listing{ margin: 5px 0 20px 0; }
.news-listing &gt; li{
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
}
	.news-listing .news-thumbnail{ float: left; width: 150px; height: 105px; overflow: hidden; }
	.news-listing .news-thumbnail img{ display: block; width: 100%; }
	.news-listing .news-info{ display: block; overflow: hidden; padding-left: 20px; color: #999; }
	.news-listing .news-info h5{ font-size: 18px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.news-listing .news-info p{ line-height: 22px; overflow: hidden; max-height: 66px; }
	.news-listing-nopage{ margin-bottom: 0; }
	.news-listing-nopage &gt; li:last-child{ padding-bottom: 0; border-bottom: 0 none;}

/* tags-group */
.tags-group{ font-size: 0; margin: 3px -7px 0 0; }
.tags-group &gt; a{
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
	margin: 7px 7px 0 0;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    white-space: nowrap;
    background-color: #f9f9f9;
    border-radius: 2px;
    transition: .15s ease-in-out;
}
	.tags-group &gt; a:hover,
	.tags-group &gt; a.active{ color: #fff; background-color: #ff1493; }

/* tags-group-lg */
.tags-group-lg{ margin: 5px -10px 0 0; }
.tags-group-lg &gt; a{
    font-size: 14px;
    font-weight: 400;
    padding: 2px 15px;
    margin: 10px 10px 0 0;
    color: #333;
    background-color: #f5f5f5;
}





/* news-appel */
.news-appel{ padding: 40px; }
.news-caption{ border-bottom: 1px solid #f5f5f5; padding-bottom: 15px; margin-bottom: 20px; }
.news-caption &gt; h2{ font-size: 24px; font-weight: 700; color: #000; margin-bottom: 10px; }
.news-caption &gt; p{ font-size: 14px; color: #888; }
.news-caption &gt; p &gt; span{ margin-right: 20px; }

/* news-preview */
.news-preview{
	color: #666;
    font-size: 14px;
    padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border-radius: 2px;
}

/* news-content */
.news-content &gt; *,
.news-content p { margin-bottom: 20px; }
.news-content img{  display: block; max-width: 100%; height: auto;  margin: 0 auto; }
.news-content{
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.8;
}

/* news-page */
.news-page{ text-align: center; margin-bottom: 20px; }
.news-page a{ padding-left: 30px; padding-right: 30px; }
.news-page .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.news-page .btn-group &gt; .btn:last-child:not(:first-child) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* news-share */
.news-share{ font-size: 0; text-align: center; margin-bottom: 20px; }
.news-share .bdsharebuttonbox &gt; a{ float: none; display: inline-block; margin: 5px!important; }

/* news-tags */
.news-tags{ margin-bottom: 10px;}
.news-tags &gt; a{
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: none;
    line-height: 18px;
    padding: 5px 12px;
    font-weight: 700;
    background-color: #f9f9f9;
    transition: .15s ease-in-out;
}
	.news-tags &gt; a:hover{ color: #fff; background-color: #ff1493; }

/* news-more */
.news-more{ margin-bottom: -20px; position: relative; color: #666; }
.news-more li{ line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-more li a{ color: #666; }
.news-more li a:hover{ color: #ff1493; }

/* special-intro  */
.special-intro{ clear: both; position: relative; margin-top: 20px; }
.special-intro-pic{ float: left; width: 45%;}
.special-intro-pic img{ display: block; width: 100%;}
.special-intro-text{ overflow: hidden; padding-left: 25px; }
.special-intro-text h2{ line-height: 1.2;  font-size: 36px; color: #000; font-weight: 400; margin-bottom: 10px; }
.special-intro-text .special-content{ line-height: 1.8; color: #666; font-size: 16px; overflow-x: hidden; overflow-y: auto; max-height: 285px; }
.special-intro-text .special-share{ margin-left: -6px; position: absolute; bottom: 0; }

/* actor-appel */
.actor-appel .actor-avatar{ width: 240px; float: left; margin-bottom: 15px; }
.actor-appel .actor-avatar &gt; img{ display: block; width: 100%;  }
.actor-appel .actor-avatar &gt; .actor-share{ margin: 9px 0 0 -6px; }
.actor-appel .actor-intro{ overflow: hidden; padding-left: 25px; margin-bottom: 15px;}
.actor-appel .actor-intro h2{ font-size: 36px; font-weight: 400; line-height: 1.2; margin-bottom: 15px; }
.actor-appel .actor-intro .info{ clear: both; margin-bottom: 10px; }
.actor-appel .actor-intro .info li{ float: left; width: 50%; padding: 4px 20px 4px 90px; line-height: 20px; }
.actor-appel .actor-intro .info .title{ float: left; margin-left: -90px; }
.actor-appel .actor-intro .info .cont{ color: #666; }
.actor-appel .actor-intro .intro{ line-height: 24px; color: #666; overflow: hidden; max-height: 120px; }
.actor-appel .actor-more{ clear: both; border-top: 1px solid #f5f5f5; padding-top: 15px; text-align: center; }
.actor-appel .actor-more .owl .caret{ 
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}


/* four-zero-four */
.four-zero-four{ text-align: center; padding: 50px;}
.four-zero-four h2{ font-size: 96px; }
.four-zero-four h3{ font-size: 30px; padding-bottom: 10px; }
.four-zero-four p{ font-size: 18px; padding: 10px; color: #666; }
.four-zero-four .btn{ margin: 0 5px; border-radius: 100px; padding-left: 20px; padding-right: 20px; }

/* latest-primary */
.latest-tabs &gt; li{ 
    float: left; 
    width: 16.66666%; 
    height: 35px;
    line-height: 33px;
    overflow: hidden;
    text-align: center; 
    background-color: #f6f6f6;
    cursor: pointer;
    transition: .3s;
}
.latest-tabs &gt; li.active{
    color: #fff;
    background-color: #ff1493;
} 

/* comments-group */
.comments-group{ margin-top: 20px; }
.comments-group li{ 
    position: relative;
    padding: 15px 0;
    padding-left: 60px;
    overflow: hidden;
    border-top: 1px solid #f3f3f3; 
}
    .comments-avatar{ 
        position: absolute; 
        top: 2px; 
        left: 0; 
        font-size: 48px;
        color: #999;
    }
    .comments-info{ line-height: 24px; color: #333; } 
    .comments-info .comments-user{ margin-bottom: 3px; color: #999; } 
    .comments-info .comments-user strong{ color: #181818; margin-right: 20px; } 


/* play-soshm */
.play-soshm { float: left; padding-top: 8px; }
.soshm-item { float: left; cursor: pointer; }
.soshm-item + .soshm-item{ margin-left: 8px; }
.soshm-item-icon {
    display: block;
    width: 32px;
    height: 32px;
    padding: 5px;
    margin: 0;
    vertical-align: middle;
    border-radius: 50%
}
.soshm-item-icon img {
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}
.soshm-item-text {
    display: none;
    font-size: 14px;
    color: #666
}
.soshm-item.weixin .soshm-item-icon {  background: #49b233; }
.soshm-item.weixin:hover .soshm-item-icon { background: #398a28 }
.soshm-item.yixin .soshm-item-icon { background: #23cfaf }
.soshm-item.yixin:hover .soshm-item-icon { background: #1ca38a }
.soshm-item.weibo .soshm-item-icon { background: #f04e59 }
.soshm-item.weibo:hover .soshm-item-icon { background: #ec1f2d }
.soshm-item.qzone .soshm-item-icon { background: #fdbe3d}
.soshm-item.qzone:hover .soshm-item-icon { background: #fcad0b}
.soshm-item.renren .soshm-item-icon { background: #1f7fc9}
.soshm-item.renren:hover .soshm-item-icon { background: #18639d}
.soshm-item.tieba .soshm-item-icon { background: #5b95f0}
.soshm-item.tieba:hover .soshm-item-icon { background: #2c77ec}
.soshm-item.douban .soshm-item-icon { background: #228a31}
.soshm-item.douban:hover .soshm-item-icon { background: #186122}
.soshm-item.tqq .soshm-item-icon { background: #97cbe1}
.soshm-item.tqq:hover .soshm-item-icon { background: #6fb7d6}
.soshm-item.qq .soshm-item-icon { background: #4081e1}
.soshm-item.qq:hover .soshm-item-icon { background: #2066ce}
.soshm-item.weixintimeline .soshm-item-icon { background: #1cb526}
.soshm-item.weixintimeline:hover .soshm-item-icon { background: #15891d}
.soshm-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px
}
.soshm-group .soshm-item {
    display: block;
    float: none;
    margin: 0
}
.soshm-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .65);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
.soshm-pop-show {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}
.soshm-pop-show .group1 {
    -webkit-animation: soshtrans 1.2s 1 ease;
    animation: soshtrans 1.2s 1 ease
}
.soshm-pop-show .group2 {
    -webkit-animation: soshtrans 1.7s 1 ease;
    animation: soshtrans 1.7s 1 ease
}
.soshm-pop-show .group3 {
    -webkit-animation: soshtrans 2.2s 1 ease;
    animation: soshtrans 2.2s 1 ease
}
.soshm-pop-show .group4 {
    -webkit-animation: soshtrans 2.7s 1 ease;
    animation: soshtrans 2.7s 1 ease
}
.soshm-pop-hide {
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}
.soshm-pop-hide .group1 {
    -webkit-animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) 0ms forwards;
    animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) 0ms forwards
}
.soshm-pop-hide .group2 {
    -webkit-animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) .2s forwards;
    animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) .2s forwards
}
.soshm-pop-hide .group3 {
    -webkit-animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) .4s forwards;
    animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) .4s forwards
}
.soshm-pop-hide .group4 {
    -webkit-animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) .6s forwards;
    animation: soshtrans2 .5s 1 cubic-bezier(.68, -.55, .265, 1.55) .6s forwards
}
.soshm-pop-sites {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.soshm-pop .soshm-item-icon {
    width: 42px;
    height: 42px;
    padding: 10px
}
.soshm-weixin-sharetip {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size:50% auto;
    z-index:-1;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .6s ease-out;
    transition:all .6s ease-out
}
.soshm-weixin-sharetip.weixin-sharetip-show{
    z-index:9999;
    opacity:1;
    visibility:visible
}
@-webkit-keyframes soshtrans {
    0% {
        -webkit-transform: translate3d(0, 1136px, 0);
        transform: translate3d(0, 1136px, 0)
    }
    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    60% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes soshtrans {
    0% {
        -webkit-transform: translate3d(0, 1136px, 0);
        transform: translate3d(0, 1136px, 0)
    }
    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    60% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes soshtrans2 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 500%, 0);
        transform: translate3d(0, 500%, 0)
    }
}

@keyframes soshtrans2 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 500%, 0);
        transform: translate3d(0, 500%, 0)
    }
}    

/* role-relation */
.role-relation{ margin-top: 10px; }
.role-relation table{ width: 100%; font-size: 12px; border: 1px solid #ededed; }
.role-relation table th{background-color: #fcfcfc; white-space: nowrap;}
.role-relation table th,
.role-relation table td{padding: 10px 13px; vertical-align: middle; border: 1px solid #eee; }
.role-relation table &gt; tbody &gt; tr:nth-child(2n+1) td{ background-color: #fcfcfc; }
.role-relation table:first-child &gt; tbody &gt; tr:nth-child(1) td{ white-space: nowrap; background-color: #f5f5f5; font-weight: 700;}
.role-relation table &gt; tbody &gt; tr &gt; td:nth-child(-n+2){ text-align: center; min-width: 80px; }
.role-relation table td p{ min-width: 200px; }



#wznr{width:100%;}
#wznr .nrtitle{text-align: center;clear:both;color:#333333;margin:10px auto;line-height: 25px;}
#wznr .nrtitle h1{text-align: center;font-size:16px;clear:both;color:#333333;margin:10px auto;}
#wznr .ttnr{width:98%; line-height:30px;padding-left:10px;padding-bottom:20px;clear:both;color:#333333;}
#wznr .ttnr em{width:98%;font-style:normal; line-height:30px;padding-left:10px;clear:both;color:#333333;}
#wznr .ttnr img{display:block;margin: 5px auto; float: center;max-width:90%; width:expression(document.body.clientWidth&gt;800? "800px";"auto"); overflow:hidden; }
#ddav{width: 830px; margin: 5px auto; text-align: center; display: block;}
#ddav img{width: 100%;height: 75px; }

#ddab{width: 100%;height: 20px; margin: 5px auto; line-height: 20px; text-align: center; border-radius: 3px; display: block;}
#ddab .seach form{height:20px}
#ddab .seach{width:100%;float:center;height:20px}
#ddab .seach input{display:block;width:70%;float:left;border:1px solid #ff1493;padding-top:8px;padding-bottom:8px;text-indent:0.2em}
#ddab .seach button{border:none; background:#ff1493;color:#fff;display:block;width:28%;float:right;padding-top:1px;border-radius:4px;cursor:pointer;height:38px}

@media screen and (max-width:800px) {
.header{ background-color: #ff1493; width: 98%; margin: auto;box-shadow: 0 1px 3px rgba(0,0,0,.08); }
#ddav{width: 90%; margin: 5px auto; text-align: center; display: block;}
#ddav img{width: 100%;height: 65px; }
	.area{margin:0 auto;width:97%;margin:0 auto;overflow:hidden;}
	.youmu-app dl{padding:6px 0;}
	.youmu-app dt{width:14%;line-height:45px;font-size:16px;font-weight:bold;}
	.youmu-app dd{width:21.5%;line-height:25px;font-size:14px;}
	.youmu-app dt:after {margin:16px 3.6% 0;}
	.youmu-app .first{border-top:0;}
	
    .content{ padding-top: auto; }
	.container{ width: auto; }
   
	.footer{ padding: 10px; font-size: 12px; line-height: 1.5; margin-top: 10px;}
	.backtop{ bottom: 30px; }
	.backtop .iconfont{ width: 32px; height: 32px; line-height: 32px; font-size: 18px; background-color: #ff1493; }
	.container &gt; .appel:first-child{ margin-top: 0; }
	.appel{ margin-top: 10px; padding: 5px; }
	.appel-main{ width: auto; float: none; }
	.appel-aside{ width: auto; float: none; border-top: 1px solid #f0f0f0;  margin-top: 10px; padding-top: 3px; }
	.appel-title{ font-size: 16px; margin-left: -5px; padding-left: 10px; }  
	.appel-more{ font-size: 12px; }  
	.thumbnail-group{ margin: 0; }
	.thumbnail-group &gt; li{ float: left; width: 25%; margin: 0; padding: 5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.thumbnail-group &gt; li &gt; .thumbnail .video-grade{ padding: 20px 5px 0 0; }
	.thumbnail-group &gt; li &gt; .thumbnail,
	.thumbnail-group &gt; li &gt; .thumbnail img{ width: 100%; height: 115px; }	
	.thumbnail-group-small &gt; li &gt; .video-info { padding-top: 5px; } 	
	.thumbnail-group-small &gt; li &gt; .video-info &gt; h4{ font-size: 12px; } 
	.thumbnail-group-small &gt; li &gt; .thumbnail,
	.thumbnail-group-small &gt; li &gt; .thumbnail img{ height: 70px; } 	
	.thumbnail-group-special &gt; li{ float: none; width: auto; }
	.thumbnail-group-special &gt; li &gt; .thumbnail,
	.thumbnail-group-special &gt; li &gt; .thumbnail img{ width: 100%; height: auto; }	
	.appel-main .thumbnail-group &gt; li:nth-child(32){ display: none; }
	.rank-group{ padding: 5px; margin-top: 0; }	
	.rank-group &gt; li:nth-child(n+20){ display: none; }
	.rank-group &gt; li{ line-height: 30px; float: left; width: 50%; }
	.rank-group &gt; li .rank-title{ right: 10px; left: 20px; }
	.rank-group &gt; li .rank-grade{ display: none;}
	.filter{ }
	.filter-primary{ padding: 0; line-height: 35px; font-size: 14px; }
	.filter-primary dd{ width: 25%; text-align: center; padding: 5px; }
	.filter-primary dd &gt; a{ display: block; background-color: #f5f5f5; line-height: 30px; font-size: 14px; border-radius: 2px; }
	.category{ margin-top: 10px; padding: 10px 0; line-height: 26px; }
	.category dt{ padding: 0 5px; }
	.category dd{ overflow: inherit; white-space: nowrap; margin-bottom: 7px; }
	.category dd a{ font-size: 12px; height: 26px; line-height: 26px; padding: 0 10px; background-color: transparent; }
	.category dd a:hover,.category dd a:active{ color: #ff1493; background-color: transparent; }
	.category dd a.active,
	.category dd a.active:hover,
	.category dd a.active:active{ color: #fff; background-color: #ff1493; }
	.detail{ padding: 0 5px; }
	.appel .breadcrumbs{ padding: auto; }
    .detail-info .detail-header{ margin-bottom: 0; }
	.detail-poster{ width: 300px; }
	.detail-poster &gt; a img{ min-height: 180px; } 
	.detail-info{ float: none; width: auto; padding-left: 15px; }
	.detail-info h2{ font-size: 18px; line-height: 1; margin-bottom: 5px;}
	.detail-info h2 small{ display: block; margin: 5px 0 0 0; font-size: 12px; }	
	.detail-info h3{ font-size: 14px; margin-bottom: 5px; }
	.detail-info .detail-actor &gt; li{ padding: 0; line-height: 30px; white-space: normal; font-size: 14px; }
	.detail-info .detail-actor &gt; li a{ margin-right: 5px; display: inline-block; }
	.detail-info .detail-actor &gt; li a:after{  display: none; }
	.detail-info .detail-actor &gt; li p{ width: auto; }
	.detail-source{ float: none; width: 100%; padding: 10px 0; clear: both; }
	.detail-tab{ margin-bottom: 5px; white-space: nowrap; font-size: 0; overflow-x: auto; overflow-y: hidden;}
	.detail-tab &gt; li{ 		
		float: none; 
		margin: 0;
		display: inline-block; 
		vertical-align: bottom; 
		font-size: 14px; 
		border: 0 none;
		background-color: #fff;
	}
	.detail-tab &gt; li &gt; a{ padding: 10px 15px;  }
	.detail-tab &gt; li.active &gt; a,
	.detail-tab &gt; li.active &gt; a a:hover{ border-bottom: 2px solid #ff1493; padding-bottom: 8px; }	
	.detail-play-list li{ width: 25%; }	
	.detail-play-list li &gt; a{ line-height: 30px; font-size: 13px; }	
	
	.play{padding: 2px 0 0 0; }
	.play h2{ margin-bottom: 10px; padding: 0 10px; font-size: 16px; }
	.play .player{ height: 200px; box-shadow: none;}
	.play-source{ padding-left: 10px; padding-right: 10px; margin-top: 0; }
	.play-source .detail-play-list li{ width: 25%; }
	.play-interaction{ height: 48px; box-shadow: none; padding: 0 10px; }
	.play-interaction &gt; .play-btn{ margin-top: 8px; }
	.play-interaction &gt; .play-btn &gt; a{ padding: 0 13px; }
	.play-summary{ display: none; }
	.play-intro{ padding: 10px 5px 0 5px; }
	.play-intro span{ margin: 0; display: block; margin-bottom: 5px; }
	.play-intro a{ margin-right: 5px; color: #666; }	
	.news-main,.news-aside{ width: auto; float: none; }
	.news-group{ margin: 0 0 0 18px;  }
	.news-group &gt; li &gt; .rank-title{ left: 0; right: 20px; }
	.news-listing{ margin: 0; }
	.news-listing &gt; li{ padding: 10px; }
	.news-listing .news-thumbnail{ width: 125px; height: 80px; }
	.news-listing .news-info{ padding-left: 10px; }
	.news-listing .news-info h5{ margin-bottom: 0; height: 80px; line-height: 26px; font-size: 16px; white-space: normal;}
	.news-listing .news-info p{ display: none; }
	.tags-group{ margin: 5px; }
	.news-appel{ padding: 20px 10px; }
	.news-appel .breadcrumbs{ display: none; }		
	.news-appel .news-preview{ display: none;}
	.news-appel .news-caption &gt; h2{ font-size: 20px; line-height: 1.2; }	
	.news-appel .news-caption &gt; p{ font-size: 12px; }	
	.news-appel .news-caption &gt; p &gt; span{ margin-right: 10px; }	
	.news-appel .news-content{ font-size: 15px; }
	.news-appel .news-more{ margin-bottom: 0; }
	.special-intro-pic{ float: none; width: 100%; }
	.special-intro-text{ padding: 0; }
	.special-intro-text h2{ font-size: 18px; margin: 5px 0; }
	.special-intro-text p { font-size: 14px; line-height: 1.5; max-height: none;}
	.special-intro-text .special-share{ position: static; }
	.actor-appel .actor-avatar{ width: 30%; margin-bottom: 0; }
	.actor-appel .actor-intro{ overflow: hidden; padding-left: 10px; margin-bottom: 0;}
	.actor-appel .actor-intro h2{ font-size: 18px; font-weight: 700; margin-bottom: 10px; }
	.actor-appel .actor-intro .info{ clear: both; margin-bottom: 10px; }
	.actor-appel .actor-intro .info li{ float: none; width: auto; padding: 2px 0 2px 80px; line-height: 20px; }
	.actor-appel .actor-intro .info .title{margin-left: -80px; }
    
    .latest-primary .latest-tabs{ margin: 0px; }
    .latest-primary .latest-tabs &gt; li{ height: 28px; line-height: 28px; font-size: 12px; }
    .latest-primary .thumbnail-group &gt; li:nth-child(11){ display: none; }
    .latest-primary .list-group{ margin: 5px 5px 0 5px; padding-top: 10px; }
    .latest-primary .list-group &gt; li{ width: 50%; line-height: 22px; padding-right: 0; font-size: 12px;}
    .latest-primary .list-group-50{ padding-top: 0; }
    .latest-primary .list-group-50 &gt; li{ width: 100%; }    
    .latest-listing .thumbnail-group &gt; li:nth-child(n+13){ display: none; }
    .tab-content.pt15{ padding-top: 0!important;}
    .four-zero-four{ padding: 30px;}
    .four-zero-four h2{ font-size: 64px; }
    .four-zero-four h3{ font-size: 24px; }
    .four-zero-four p{ font-size: 16px; }
    .role-relation{ display: none;}
    .detail-download .table .code .h5{ display: none;}
}

@media (max-width: 600px) {
#ddav{width: 98%; margin: 5px auto; text-align: center; display: block;}
#ddav img{width: 100%;height: 50px; }
	.area{margin:0 auto;width:97%;margin:0 auto;overflow:hidden;}
	.youmu-app dl{padding:6px 0;}
	.youmu-app dt{width:17%;line-height:40px;font-size:14px;font-weight:bold;}
	.youmu-app dd{width:20.5%;line-height:23px;font-size:14px;}
	.youmu-app dt:after {margin:16px 2.6% 0;}
	.youmu-app .first{border-top:0;}
	
    .content{ padding-top: auto; }
	.container{ width: auto; }

	.footer{ padding: 10px; font-size: 12px; line-height: 1.5; margin-top: 10px;}
	.backtop{ bottom: 30px; }
	.backtop .iconfont{ width: 32px; height: 32px; line-height: 32px; font-size: 18px; background-color: #ff1493; }
	.container &gt; .appel:first-child{ margin-top: 0; }
	.appel{ margin-top: 10px; padding: 5px; }
	.appel-main{ width: auto; float: none; }
	.appel-aside{ width: auto; float: none; border-top: 1px solid #f0f0f0;  margin-top: 10px; padding-top: 3px; }
	.appel-title{ font-size: 16px; margin-left: -5px; padding-left: 10px; }  
	.appel-more{ font-size: 12px; }  
	.thumbnail-group{ margin: 0; }
	.thumbnail-group &gt; li{ float: left; width: 50%; margin: 0; padding: 5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.thumbnail-group &gt; li &gt; .thumbnail .video-grade{ padding: 20px 5px 0 0; }
	.thumbnail-group &gt; li &gt; .thumbnail,
	.thumbnail-group &gt; li &gt; .thumbnail img{ width: 100%; height: 125px; }	
	.thumbnail-group-small &gt; li &gt; .video-info { padding-top: 5px; } 	
	.thumbnail-group-small &gt; li &gt; .video-info &gt; h4{ font-size: 12px; } 
	.thumbnail-group-small &gt; li &gt; .thumbnail,
	.thumbnail-group-small &gt; li &gt; .thumbnail img{ height: 70px; } 	
	.thumbnail-group-special &gt; li{ float: none; width: auto; }
	.thumbnail-group-special &gt; li &gt; .thumbnail,
	.thumbnail-group-special &gt; li &gt; .thumbnail img{ width: 100%; height: auto; }	

	.rank-group{ padding: 5px; margin-top: 0; }	
	.rank-group &gt; li:nth-child(n+11){ display: none; }
	.rank-group &gt; li{ line-height: 30px; float: left; width: 50%; }
	.rank-group &gt; li .rank-title{ right: 10px; left: 20px; }
	.rank-group &gt; li .rank-grade{ display: none;}
	.filter{ }
	.filter-primary{ padding: 0; line-height: 35px; font-size: 14px; }
	.filter-primary dd{ width: 25%; text-align: center; padding: 5px; }
	.filter-primary dd &gt; a{ display: block; background-color: #f5f5f5; line-height: 30px; font-size: 14px; border-radius: 2px; }
	.category{ margin-top: 10px; padding: 10px 0; line-height: 26px; }
	.category dt{ padding: 0 5px; }
	.category dd{ overflow: inherit; white-space: nowrap; margin-bottom: 7px; }
	.category dd a{ font-size: 12px; height: 26px; line-height: 26px; padding: 0 10px; background-color: transparent; }
	.category dd a:hover,.category dd a:active{ color: #ff1493; background-color: transparent; }
	.category dd a.active,
	.category dd a.active:hover,
	.category dd a.active:active{ color: #fff; background-color: #ff1493; }
	.detail{ padding: 0 5px; }
	.appel .breadcrumbs{ padding: 5px 5px 10px 5px; }
    .detail-info .detail-header{ margin-bottom: 0; }
	.detail-poster{ width: 190px; }
	.detail-poster &gt; a img{ min-height: 110px; } 
	.detail-info{ float: none; width: auto; padding-left: 15px; }
	.detail-info h2{ font-size: 18px; line-height: 1; margin-bottom: 5px;}
	.detail-info h2 small{ display: block; margin: 5px 0 0 0; font-size: 12px; }	
	.detail-info h3{ font-size: 14px; margin-bottom: 5px; }
	.detail-info .detail-actor &gt; li{ padding: 0; line-height: 25px; white-space: normal; font-size: 12px; }
	.detail-info .detail-actor &gt; li a{ margin-right: 5px; display: inline-block; }
	.detail-info .detail-actor &gt; li a:after{  display: none; }
	.detail-info .detail-actor &gt; li p{ width: auto; }
	.detail-source{ float: none; width: 100%; padding: 10px 0; clear: both; }
	.detail-tab{ margin-bottom: 5px; white-space: nowrap; font-size: 0; overflow-x: auto; overflow-y: hidden;}
	.detail-tab &gt; li{ 		
		float: none; 
		margin: 0;
		display: inline-block; 
		vertical-align: bottom; 
		font-size: 14px; 
		border: 0 none;
		background-color: #fff;
	}
	.detail-tab &gt; li &gt; a{ padding: 10px 15px;  }
	.detail-tab &gt; li.active &gt; a,
	.detail-tab &gt; li.active &gt; a a:hover{ border-bottom: 2px solid #ff1493; padding-bottom: 8px; }	
	.detail-play-list li{ width: 25%; }	
	.detail-play-list li &gt; a{ line-height: 30px; font-size: 13px; }	

	.play{padding: 2px 0 0 0; }
	.play h2{ margin-bottom: 10px; padding: 0 10px; font-size: 16px; }
	.play .player{ height: 200px; box-shadow: none;}
	.play-source{ padding-left: 10px; padding-right: 10px; margin-top: 0; }
	.play-source .detail-play-list li{ width: 25%; }
	.play-interaction{ height: 48px; box-shadow: none; padding: 0 10px; }
	.play-interaction &gt; .play-btn{ margin-top: 8px; }
	.play-interaction &gt; .play-btn &gt; a{ padding: 0 13px; }
	.play-summary{ display: none; }
	.play-intro{ padding: 10px 5px 0 5px; }
	.play-intro span{ margin: 0; display: block; margin-bottom: 5px; }
	.play-intro a{ margin-right: 5px; color: #666; }	
	.news-main,.news-aside{ width: auto; float: none; }
	.news-group{ margin: 0 0 0 18px;  }
	.news-group &gt; li &gt; .rank-title{ left: 0; right: 20px; }
	.news-listing{ margin: 0; }
	.news-listing &gt; li{ padding: 10px; }
	.news-listing .news-thumbnail{ width: 125px; height: 80px; }
	.news-listing .news-info{ padding-left: 10px; }
	.news-listing .news-info h5{ margin-bottom: 0; height: 80px; line-height: 26px; font-size: 16px; white-space: normal;}
	.news-listing .news-info p{ display: none; }
	.tags-group{ margin: 5px; }
	.news-appel{ padding: 20px 10px; }
	.news-appel .breadcrumbs{ display: none; }		
	.news-appel .news-preview{ display: none;}
	.news-appel .news-caption &gt; h2{ font-size: 20px; line-height: 1.2; }	
	.news-appel .news-caption &gt; p{ font-size: 12px; }	
	.news-appel .news-caption &gt; p &gt; span{ margin-right: 10px; }	
	.news-appel .news-content{ font-size: 15px; }
	.news-appel .news-more{ margin-bottom: 0; }
	.special-intro-pic{ float: none; width: 100%; }
	.special-intro-text{ padding: 0; }
	.special-intro-text h2{ font-size: 18px; margin: 5px 0; }
	.special-intro-text p { font-size: 14px; line-height: 1.5; max-height: none;}
	.special-intro-text .special-share{ position: static; }
	.actor-appel .actor-avatar{ width: 30%; margin-bottom: 0; }
	.actor-appel .actor-intro{ overflow: hidden; padding-left: 10px; margin-bottom: 0;}
	.actor-appel .actor-intro h2{ font-size: 18px; font-weight: 700; margin-bottom: 10px; }
	.actor-appel .actor-intro .info{ clear: both; margin-bottom: 10px; }
	.actor-appel .actor-intro .info li{ float: none; width: auto; padding: 2px 0 2px 80px; line-height: 20px; }
	.actor-appel .actor-intro .info .title{margin-left: -80px; }
    
    .latest-primary .latest-tabs{ margin: 0px; }
    .latest-primary .latest-tabs &gt; li{ height: 28px; line-height: 28px; font-size: 12px; }

    .latest-primary .list-group{ margin: 5px 5px 0 5px; padding-top: 10px; }
    .latest-primary .list-group &gt; li{ width: 50%; line-height: 22px; padding-right: 0; font-size: 12px;}
    .latest-primary .list-group-50{ padding-top: 0; }
    .latest-primary .list-group-50 &gt; li{ width: 100%; }    
    .latest-listing .thumbnail-group &gt; li:nth-child(11){ display: none; }
    .tab-content.pt15{ padding-top: 0!important;}
    .four-zero-four{ padding: 30px;}
    .four-zero-four h2{ font-size: 64px; }
    .four-zero-four h3{ font-size: 24px; }
    .four-zero-four p{ font-size: 16px; }
    .role-relation{ display: none;}
    .detail-download .table .code .h5{ display: none;}
}

@media screen and (max-width: 375px){
	.youmu-app dd{width:20.5%;line-height:23px;font-size:12px;}
	.youmu-app dt{width:17%;line-height:45px;font-size:12px;font-weight:bold;}
	.youmu-app dd{width:20.5%;line-height:23px;font-size:12px;}
	.youmu-app dt:after {margin:16px 1.6% 0;}

}
@media screen and (max-width: 320px){
	.thumbnail-group &gt; li{ padding: 5px; }
	.thumbnail-group &gt; li &gt; h5{ font-size: 12px; }
	.thumbnail-group &gt; li &gt; .thumbnail,
	.thumbnail-group &gt; li &gt; .thumbnail img{ height: 90px; }
	.thumbnail-group-small &gt; li &gt; .thumbnail,
	.thumbnail-group-small &gt; li &gt; .thumbnail img{ height: 60px; } 	
	.thumbnail-group-special &gt; li &gt; .thumbnail,
	.thumbnail-group-special &gt; li &gt; .thumbnail img{ height: auto; }	
	.rank-group &gt; li{ font-size: 12px; line-height: 28px; }
	.filter-primary dd{ padding: 2px; }
	.filter-primary dd &gt; a{ font-size: 12px; margin: 2px; }
	.detail-play-list li{ width: 25%; font-size: 12px; }
	.detail-play-list li &gt; a{ line-height: 30px; }
	.news-listing .news-thumbnail{ width: 100px; height: 70px; }
	.news-listing .news-info h5{height: 70px; line-height: 23px; font-size: 15px; }
    .play-interaction &gt; .play-btn &gt; a{ padding: 0 10px; }
    .play-soshm{ padding-top: 10px; }
    .soshm-item + .soshm-item { margin-left: 5px; }
    .soshm-item-icon{ width: 28px; height: 28px; }
}.m1938 {
	height: 432px;
}.notice {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #444;
    overflow: hidden;
}
.notice_big {
    margin-bottom:5px
}
.notice_big_title {
    font: 14px/25px Tahoma,'Microsoft Yahei',Simsun;
    font-weight: bold;
    color: #444;
    padding: 0 5px;
}
.notice_big_words {
    font-size:12px;
    color:#777;
}
.notice li {
    height:22px;
    background:#CF3;
    list-style-type:none;
    background:url("../images/dian.png")/*tpa=dian.png*/ no-repeat 10px 10px;
    text-indent:25px
}
.notice a {
    font:12px/22px Tahoma,'Microsoft Yahei',Simsun;
    color:#444;
    letter-spacing:.6px
}
.notice li:hover {
    color:#e01500;
    background-image:url("../images/dian_hover.png")/*tpa=dian_hover.png*/;
}
.main_column {
    background-color:#fff;
}
.tjimg{
    background-color: #fff;
    width: 985px;
}
.column_bar {
    height:36px;
    width:985px
}
.column_title {
    height:36px;
    width:140px;
    float:left;
    background:url("../images/title.png")/*tpa=title.png*/;
    font:14px/30px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:bold;
    color:#FFF;
    text-indent:35px
}
.column_words {
    height:36px;
    font:12px/40px Tahoma,'Microsoft Yahei',Simsun;
    text-align:right;
    padding-right:30px;
    color:red
}
.column_words .more{
    color: #aaa;
}
.web_list {
    padding: 5px 1% 10px 1%;
    width:100%
}
.web_list a {
    display:block;
    height:30px;
    width:11.75%;
    overflow:hidden;
    background-color:#f5f5f5;
    border:1px solid #f1f1f1;
    float:left;
    margin:0 0 .5% .5%;
    font:12px/28px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:bold;
    color:#333;
    background:no-repeat 10px center;
    background-size:16px 16px;
    text-align: center;
}
.tips {
    padding:5px 1%;
}
@media screen and (min-width:769px) { 
.tips a {
    font-weight:bold;
    width:5.75%;
	border: 1.5px solid #444;
}
 }
@media screen and (max-width:768px) {
.tips a {
    font-weight:bold;
	border: 1.5px solid #444;
}
 }
.tips_type {
    padding:5px 1%;
}
.tips_type a {
    font-weight:bold;
    width:9.45%;
	border: 1.5px solid #444;
}
.web_list a:hover {
    background-color:#444;
    border-color:#444;
    color:#FFF
}




/*每个页面公共css */
/* 图标 */.iconfont{font-family:iconfont}.view,.text{font-size:14px;line-height:1.8}
display:flex;
flex-wrap:wrap;flex-direction:row}.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12{position:relative;padding-right:10px;padding-left:10px}.col-12{width:1536px}.col-11{width:343px}.col-10{width:312px}.col-9{width:281px}.col-8{width:250px}.col-7{width:218px}.col-6{width:187px}.col-5{width:156px}.col-4{width:125px}.col-3{width:93px}.col-2{width:62px}.col-1{width:31px}.col-offset-12{margin-left:1536px}.col-offset-11{margin-left:343px}.col-offset-10{margin-left:312px}.col-offset-9{margin-left:281px}.col-offset-8{margin-left:250px}.col-offset-7{margin-left:218px}.col-offset-6{margin-left:187px}.col-offset-5{margin-left:156px}.col-offset-4{margin-left:125px}.col-offset-3{margin-left:93px}.col-offset-2{margin-left:62px}.col-offset-1{margin-left:31px}.col-offset-0{margin-left:0}
/* flex 布局 */.flex{
display:flex;
flex-direction:row}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.align-center{align-items:center!important}.align-stretch{align-items:stretch}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.self-end{align-self:flex-end}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-stretch{align-content:stretch}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-shrink{flex-shrink:0}.container{/*! padding-right:10px; *//*! padding-left:10px */}
/*  -- 内外边距 -- */.m-0{margin:0}
.m-auto{margin:auto}
.m-1{margin:5px}.m-2{margin:10px}.m-3{margin:15px}.m-4{margin:20px}.m-5{margin:25px}.mt-0{margin-top:0}
.mt-auto{margin-top:auto}
.mt-1{margin-top:5px}.mt-2{margin-top:10px}.mt-3{margin-top:15px}.mt-4{margin-top:20px}.mt-5{margin-top:25px}.mb-0{margin-bottom:0}
.mb-auto{margin-bottom:auto}
.mb-1{margin-bottom:5px}.mb-2{margin-bottom:10px}.mb-3{margin-bottom:15px}.mb-4{margin-bottom:20px}.mb-5{margin-bottom:25px}.ml-0{margin-left:0}
.ml-auto{margin-left:auto}
.ml-1{margin-left:5px}.ml-2{margin-left:10px}.ml-3{margin-left:15px}.ml-4{margin-left:20px}.ml-5{margin-left:25px}.mr-0{margin-right:0}
.mr-auto{margin-right:auto}
.mr-1{margin-right:5px}.mr-2{margin-right:10px}.mr-3{margin-right:15px}.mr-4{margin-right:20px}.mr-5{margin-right:25px}.my-0{margin-top:0;margin-bottom:0}
.my-auto{margin-top:auto;margin-bottom:auto}
.my-1{margin-top:5px;margin-bottom:5px}.my-2{margin-top:10px;margin-bottom:10px}.my-3{margin-top:15px;margin-bottom:15px}.my-4{margin-top:20px;margin-bottom:20px}.my-5{margin-top:25px;margin-bottom:25px}.mx-0{margin-left:0;margin-right:0}
.mx-auto{margin-left:auto;margin-right:auto}
.mx-1{margin-left:5px;margin-right:5px}.mx-2{margin-left:10px;margin-right:10px}.mx-3{margin-left:15px;margin-right:15px}.mx-4{margin-left:20px;margin-right:20px}.mx-5{margin-left:25px;margin-right:25px}.p-0{padding:0}.p{padding:2px}.p-1{padding:5px}.p-2{padding:10px}.p-3{padding:15px}.p-4{padding:20px}.p-5{padding:25px}.pt-0{padding-top:0}.pt{padding-top:2px}.pt-1{padding-top:5px}.pt-2{padding-top:10px}.pt-3{padding-top:15px}.pt-4{padding-top:20px}.pt-5{padding-top:25px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:5px}.pb{padding-bottom:2px}.pb-2{padding-bottom:10px}.pb-3{padding-bottom:15px}.pb-4{padding-bottom:20px}.pb-5{padding-bottom:25px}.pl-0{padding-left:0}.pl{padding-left:2px}.pl-1{padding-left:5px}.pl-2{padding-left:10px;width: 100%;}.pl-3{padding-left:15px}.pl-4{padding-left:20px}.pl-5{padding-left:25px}.pr-0{padding-right:0}.pr{padding-right:2px}.pr-1{padding-right:5px}.pr-2{padding-right:10px}.pr-3{padding-right:15px}.pr-4{padding-right:20px}.pr-5{padding-right:25px}.py-0{padding-top:0;padding-bottom:0}.py{padding-top:2px;padding-bottom:2px}.py-1{padding-top:5px;padding-bottom:5px}.py-2{padding-top:10px;padding-bottom:10px}.py-3{padding-top:15px;padding-bottom:15px}.py-4{padding-top:20px;padding-bottom:20px}.py-5{padding-top:25px;padding-bottom:25px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:5px;padding-right:5px}.px{padding-left:2px;padding-right:2px}.px-2{padding-left:10px;padding-right:10px}.px-3{padding-left:15px;padding-right:15px}.px-4{padding-left:20px;padding-right:20px}.px-5{padding-left:25px;padding-right:25px}
.d-none{display:none}.d-inline-block{display:inline-block}.d-block{display:block}

body, html{}
/* app ad */.app-background{background-color:rgba(0,0,0,.3)}.title{border-left-color:#ff1493;border-left-width:4px;border-style:solid}.app-title{width:100%;height:44px}
  @media screen and (max-width:768px) {
  .app-item{border:1px solid #161515 !important;border-radius:8px;width: 100%;}
    }
    @media screen and (min-width:769px) { 
  .app-item{border:1px solid #161515 !important;border-radius:8px;width: 48%;}
    }
  .app-img{width:80px;height:80px}.app-name{color:#ff0080;font-size:16px;font-weight:700}.app-desc{color:#999;font-size:14px;font-weight:400}.app-down{font-size:12px;color:#fff}.app-button{border:1px solid #d03fe5!important;background-color:#ff1493;padding:5px 15px;border-radius:5px;font-size:16px;margin-top:-10px}.app-button-text{color:#ff1493}.dplayer-video{
max-height:65vw
}
.app-title {
	width: 100%;
	height: 48px;
}uni-image &gt; img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}.app-button-text a {
	color: #fff;
}

a { color: #333; }
a:hover, a:active, a:focus { color: #333; }
.my-pagination { }
.my-pagination .swiper-pagination-bullet { text-align: center; border-radius: 0; opacity: 1; }
.my-pagination ul { display: -webkit-box; }
.my-pagination li { display: block; background: #fff; overflow: hidden; box-flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; height: 40px; line-height: 40px; position: relative; font-size: 15px; }
.my-pagination li:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; display: block; width: 100%; height: 1px; content: ''; background-color: #dcdcdc; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scaleY(.5) }
.my-pagination .swiper-pagination-bullet-active { color: #FE3336; }
.my-pagination .swiper-pagination-bullet-active:after { opacity: 1; background-color: #FE3336; height: 4px; }
.my-pagination {
		width:100%;
		overflow-x: auto;
}
.my-pagination ul{
		/*width:200%;*/
	}
.my-pagination ul li {
		min-width:63px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding:0 5px;
}
.swiper-slide {
		padding-top: 15px;
}

.swiper-slide ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;

}

.swiper-slide ul li {
		width: 25%;
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
}

.swiper-slide ul li a {
		width: 80%;
}

.swiper-slide ul li .img-wrap {
		width: 100%;
}

.swiper-slide ul li .img-wrap img {
		border-radius: 0.2rem;
		border: 1px solid #eeeeee;
		width: 100%;
}
.list-wrap .item-wrap .img-wrap img{
		border-radius: 0.2rem;
		border: 1px solid #eeeeee;
}

.swiper-slide ul li .name {
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin-top: 6px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.swiper-containers ul li .btn-wrap {
		flex-shrink: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		background: #f8f8f8;
		color: #FE3336;
		font-size: .24rem;
		width: 1.5rem;
		height: .6rem;
		border-radius: .7rem;
		margin: .1rem auto 0;
}
@font-face{	font-family:'Voltaire';	font-style:normal;	font-weight:400;	src:url('/css/fonts/voltaire.eot'); /* IE6-8 */	src:local('Voltaire'),url('../fonts/voltaire.woff2') format('woff2'); /* Chrome */	src:local('Voltaire'),url('../fonts/voltaire.woff') format('woff'); /* IE9-11 */	unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{	font-family:"iconfont";	src:url('../fonts/iconfont.eot'); /* IE9 */	src:url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */	url('../fonts/e4b1bf15686d4226a55139ac6f14515e.woff') format('woff2'),	url('../fonts/iconfont.woff') format('woff'),	url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */	url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */}
[class*='icon-'],[class^='icon-']{font-family:'iconfont' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-top:before{content:"\e63c";}
.icon-home:before{content:"\e611";color:#ff1493;}
.icon-close:before{content:"\e624";color:#ff1493;}
.icon-apple:before{content:"\e646";color:#ff1493;}
.icon-android:before{content:"\e68c";color:#ff1493;}
.icon-desktop:before{content:"\e772";}
.icon-url:before{content:"\e656";}
.icon-email:before{content:"\e826";}
.icon-bs-menu:before{content:"\e608";color:#ff1493;}
.icon-bs-more:before{content:"\e606";color:#ff1493;}
.icon-safari:before{content:"\e668";color:#ff1493;}
/* Nav */.nav-wrap{background: #000000;}


.mod .col5 dt{height:140px;}
.mod .col5 dt a:hover:before{background:url(../images/play.png) center no-repeat;}
.mod .col5 dt i{position:absolute;right:0;bottom:0;left:0;width:auto;height:20px;padding:10px 10px 4px;overflow:hidden;background:linear-gradient(0deg,#000,#000 25.5%,#000 70%,#000);background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 25.5%,rgba(0,0,0,.08) 70%,rgba(0,0,0,0));color:#fff;font-size:12px;font-style:normal;letter-spacing:normal;line-height:20px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#00000000", endColorstr="#ff000000")}
.mod .col6 dl{margin: 8px;width:200px;}
.mod .col6 dt{height:280px;}
.mod .col6 dt i{display:block;position:absolute;z-index:2;right:5px;top:5px;padding:0 4px;border-radius:3px;background:rgba(255,191,0,.7);color:hsla(0,0%,0%,.9);font-size:13px;font-style:normal;letter-spacing:normal;}
.mod .col2 dt a:hover:before,.mod .col3 dt a:hover:before,.mod .col4 dt a:hover:before,.mod .col5 dt a:hover:before,.mod .col6 dt a:hover:before{content:"";position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,0.3);}
.mod .col4 dl h3,.mod .col5 dl h3,.mod .col6 dl h3{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.mod .col ul{margin:20px 0;}
.mod .col li:nth-of-type(odd){background:#1c2746;}
.mod .col li{width:100%;}
.mod .col li a{display:block;box-sizing:border-box;padding:0 30px;height:60px;line-height:60px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05);font-size:16px;}
.mod .col li a:first-child{border-top:1px solid rgba(255,255,255,.05);}
.mod .col li a:visited{color:#c0c0c0;}
.mod .col li a:hover{background-color:hsla(0,0%,0%,.2);color:#ff1493;}
.mod .col li em{float:left;display:block;width:30px;color:#ffbf00;font-size:20px;text-align:center;}
.mod .col ul{counter-reset:list 0}
.mod .col ul li{counter-increment:list}
.mod .col ul li em:before{content:counter(list,decimal-leading-zero)"."}
.mod .col li h3{padding:0 20px;font-style:normal;font-size:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.mod .col li span{float:right;font-size:12px;}
.main h2{color: #444;font-size: 14px; text-align: center;overflow: hidden;border-bottom: 1px solid #aaa;}
.main .content{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:30px 0;line-height:40px;text-align:left;font-size:18px;}
.main .content::first-letter{display:block;float:left;margin:0 10px 0 -1.3em;font-size:320%;line-height:80px;}
.main .content img{display:block;margin:20px auto;width:expression(this.width&gt; 1300 ? 1300 : true);/*background:#151d33;*/}
.main .content p{padding:5px 0;}
.main .content br{display:inline;line-height:30px;}
.main .content ul{width:100%;margin-top:20px;}
.main .content li{float:left;margin-right:10px;font-size:14px;}
.main .content li a{display:blcok;padding:8px 14px;border-radius:3px;background:#263150;}
.main .content li a:visited{background:#0086CF;color:#4d5672;}
.main .content li a:hover{background:#ffbf00;color:hsla(0,0%,0%,.8);}
.main .content .player{width:100%;margin:0 auto;position:relative;}
.main .content .player-wrap{padding-bottom:56.25%;width:100%;height:0;}
.main .content .player-box{position:absolute;left:0;top:0;width:100%;height:100%;}
.main .post-link{margin:20px 0 10px 0;height:40px;line-height:40px;font-size:16px;}
.main .post-link h2{display:inline;}
.main .post-link a{overflow:hidden;}
.main .post-link .prev{float:left;text-align:left;}
.main .post-link .next{float:right;text-align:right;}
.pic img{max-width: 97%;    max-height: 100%;    width: expression(this.width &gt; 700 &amp;&amp; this.height &lt; this.width ? 700:true);    height: auto;    margin: 10px auto;    display: block;    padding: 1px;}
/* Sponsor */#topBox{background:#eee;}
#topBox .mod,#btmBox .mod{margin:0 auto;}
.player-tips{position:absolute;z-index:10000;padding-bottom:56.25%;width:100%;height:0;background:rgba(0,0,0,0.8);font-size:16px;text-align:center;}
.player-tips dl{position:absolute;left:50%;top:50%;margin-left:-300px;margin-top:-200px;box-sizing:border-box;width:600px;height:400px;padding:20px 0;}
.player-tips a{position:absolute;display:block;z-index:8;width:100%;height:100%;}
.player-tips .title{font-size:26px;color:#ff1493;}
.player-tips .icon{margin:0 auto;margin-top:20px;width:200px;height:200px;background:url(../images/kdsp.png) no-repeat 0 0 / 100% 100%;}
.player-tips .icon a{display:block;width:200px;height:200px;}
.player-tips .download{margin-top:16px;text-align:center;font-size:14px;}
.player-tips .download span{padding:8px 30px;background:#0086CF;color:hsla(0,0%,100%,.8);border-radius:20px;}
.player-tips .download a:hover{background:#ffbf00;color:hsla(0,0%,0%,.8);}
.player-tips .btn-close{position:absolute;cursor:pointer;z-index:9;top:0;right:0;width:48px;height:48px;line-height:48px;color:hsla(0,0%,100%,.8);font-size:20px;text-align:center;}
.couplet-left,.couplet-right{position:fixed;top:30%;margin:5px;z-index:70;}
.couplet-left{left:0;}
.couplet-right{right:0;}
.couplet-left li,.couplet-right li{position:relative;width:150px;height:350px;}
.couplet-left a,.couplet-right a{position:absolute;z-index:3;width:150px;height:350px;background:#eee\9;filter:alpha(opacity=0)\9;opacity:0\9;}
.couplet-left a:hover,.couplet-right a:hover{background:#000;filter:alpha(opacity=30,finishopacity=30,style=1);-moz-opacity:.3;-khtml-opacity:.3;opacity:.3;outline:none;-webkit-transition: all .3s linear;-moz-transition:all .3s linear;-ms-transition: all .3s linear;transition: all .3s linear;}
.couplet-left .btn-close,.couplet-right .btn-close{position:absolute;cursor:pointer;top:0;right:0;padding:2px 5px;background:#000;color:#fff;opacity:.8;z-index:5;}
/* Footer */.footer{margin-top:30px;/*! padding:60px 0; *//*! line-height:30px; */text-align:center;background: #151c29;}
#appBox{position:fixed;display:none;left:0;bottom:0.62rem;right:0;width:100%;min-height:0.2rem;z-index:11001;}
#appBox.show{display:block;animation:fadein 0.3s,fadeout 0.5s 11.7s;}
@keyframes fadein{from{opacity:0;bottom:0;}
to{opacity:1;bottom:30px;}
}
@keyframes fadeout{from{bottom:30px;opacity:1;}
to{bottom:0;opacity:0;}
}
@keyframes fade{from{opacity:1.0;}
50%{opacity:0.8;color:rgba(0,0,0,0.8);;}
}
to{opacity:1.0;}
}
@-webkit-keyframes fade{from{opacity:1.0;}
50%{background:#fff;color:rgba(252,48,118,1);}
to{opacity: 1.0;}
}
.app-tips{position:relative;cursor:pointer;margin-top:10px;border-radius:5px;background:#ffbf00;padding:8px;color:rgba(0,0,0,0.8);font-size:14px;line-height:24px;text-align:center;animation:fade 600ms infinite;-webkit-animation:fade 600ms infinite;}
.app-tips .btn-close{position:absolute;cursor:pointer;z-index:9;right:0;padding:2px;margin-right:10px;color:hsla(0,0%,0%,.8);font-size:14px;line-height:20px;}
/* Other */.nav .domain,.mod .title .count em,.mod .row i,.mod .col li em,.mod .col li span,.pagination .mobile{font-family:system-ui;}
.guide{position:fixed;display:block;left:50%;margin-left:660px;bottom:215px;z-index:90;}
.guide a{color: #fff;display:block;margin-top:10px;width:48px;height:48px;line-height:48px;background:#060606;font-size:20px;text-align:center;opacity:.9;border-radius:100px;box-shadow:rgba(5,24,74,.37) 0px 2px 6px 0px;}
.guide a:hover{background:#ffbf00;color:hsla(0,0%,0%,.8);}
.mask{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);overflow-y:scroll;cursor:pointer;}
.pop{position:fixed;border: #eee solid 1px;left:50%;top:50%;margin-left:-160px;margin-top:-200px;border-radius:12px;width:320px;height:400px;background:-webkit-gradient(linear,0 0,0 100%,from(#0086CF),to(#0086CF));background:-webkit-linear-gradient(top,#0086CF,#0086CF);background:-moz-linear-gradient(top,#0086CF,#0086CF);background:-o-linear-gradient(top,#0086CF,#0086CF);background:-ms-linear-gradient(top,#0086CF,#0086CF);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0086CF,endColorstr=#0086CF);font-size:14px;text-align:center;z-index:11001;}
.pop dt{margin-top:20px;height:40px;line-height:40px;font-size:20px;font-weight: 500;color: #ffcc00;}
.pop dd{margin:13px;}
.pop .sub-title{line-height:26px;color: #ffcc00;}
.pop .url{cursor:pointer;margin:10px 20px;border-radius:5px;padding:0 10px;/*height:34px;*/line-height:34px;background:#0086CF;color:#fff;text-transform:lowercase;}
  .pop .url:hover{background:#0086CF;}
.pop em{color:#ffbf00;font-size:14px;}
.pop .all{margin-top:26px;text-align:center;}
.pop .all a{padding:8px 30px;background:#0086CF;color:#fff;border-radius:20px;}
.pop .all a:hover{background:#151d33;}
.pop .btn-close{margin:0 auto;margin-top:50px;width:48px;height:48px;line-height:48px;}
.pop .btn-close a{display:block;background:rgba(255,255,255,.9);color:hsla(0,0%,0%,.6);font-size:20px;text-align:center;border-radius:100px;}
.copy .url {      cursor: pointer; margin: 5px; border-radius: 5px; padding: 0 10px; height: 100%; font-size: 12px; /* max-width: 90%; */
    /* min-width: 90%; */
    /* line-height: 40px; */
    background: #222; color: hsla(0,0%,100%,.8); text-transform: lowercase; overflow: hidden; word-wrap: break-word;}
.copy em{color:#ffbf00;font-size:12px;}
@media screen and (max-width:1366px){	.guide{left:unset;right:0;margin:0 1.5% 0;bottom:120px;}
	/*#couplet{display:none;}
*/	.couplet-left,.couplet-right{margin:0 33px;}
}
@media screen and (max-width:1280px){	a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;text-decoration:none;}
	.pc{display:none;}
	.mt{display:inline;}
	.wrap{width:100%;}
	.guide a:hover{background:#0086CF;color:#a3abc7;}
	.nav,.menu,.mod,.main{width:97%;margin-left:1.5%;margin-right:1.5%;}
	.nav .logo{min-width:25%;margin-top:9px;}
	.nav .btn-icon{width:68%;padding:10px 0;}
	/*/.nav .btn-icon li{height:110px;}*/
	.nav .btn-icon li .tips{left:0;margin-left:0;margin-top:30px;}
	.nav .btn-icon li .tips:before,.nav .btn-icon li .tips:after{left:60px;margin-left:0;top:-16px;}
	.nav .btn-icon li:last-child .tips{left:unset;right:0;}
	.nav .btn-icon li:last-child .tips:before,.nav .btn-icon li:last-child .tips:after{left:unset;right:60px;margin-left:0;top:-16px;}
	.menu{margin-top:20px;}
	.menu dt:after{margin:13px 2.1% 0;}
	.menu dt2{width:14%;line-height:34px;font-size:16px;font-weight:bold;}
	.menu dt2:after{margin:9px 3% 0;}
	.mod .row a:hover:before{display:none;}
	.mod .col2{margin:0;}
	.mod .col2 dl{width:48.5%;}
	.mod .col2 dt{padding-bottom:23.43%;}
	.mod .col3{margin:0;}
	.mod .col3 dl{width:31.83%;}
	.mod .col3 dt{padding-bottom:42.86%;}
	.mod .col4 {margin-top:0;}
	.mod .col4 dl{width:100%;height: 80px;}
	.mod .col4 dt{padding-bottom:56.25%;width:100%;height:0;}
	.mod .col4 dt img{height: 80px;}
/*	.mod .col4{margin:-1%;}
*/	.mod .col5 dl{width:31.83%;}
	.mod .col5 dt{padding-bottom:56.25%;}
	.mod .col6 dl{width:23.5%;}
	.mod .col6 dt{padding-bottom:140%;}
	.mod .col3 dl,.mod .col5 dl,.mod .col6 dl{margin:1.5% 1.5% 1.5% 0;}
	.mod .col2,.mod .col3,.mod .col5,.mod .col6{margin-right:.5%;}
	.mod .col2 dt,.mod .col3 dt,.mod .col4 dt,.mod .col5 dt,.mod .col6 dt{width:100%;height:0;}
	.mod .col2 dd,.mod .col3 dd,.mod .col4 dd{display:none;}
	.index-list .col5 dl:nth-last-child(-n+1){display:none;}
	.channel-list .col5 dl:nth-last-child(-n+2){display:none;}
	.play-list .col5 dl:nth-last-child(-n+1){display:none;}
	.pagination{margin:30px 0 20px 0;}
	.main h1{font-size:30px;}
	.main .content img{max-width:100%;}
	.footer{margin-top:20px;font-size: 12px;}
	.couplet-left,.couplet-right{margin:0 1.5% 3% 1.5%;}
	.couplet-left li,.couplet-right li,.couplet-left a,.couplet-right a,.couplet-left img,.couplet-right img{width:10vw;height:23vw;}
	.pagination .pc_pagination {display:block}
	.pagination .moble_pagination {display:none}
}
@media screen and (max-width:760px){	.mobile{display:none;}
	.guide a{width:40px;height:40px;line-height:40px;}
	.nav li{padding:0 0;}
	.nav .logo{width:100%;}
	.nav .url{float:none;text-align:center;}
	.nav .btn-icon{width:100%;display:block;}
	/*/.nav .btn-icon li{height:90px;}*/
	.nav .btn-icon li i{height:50px;line-height:50px;font-size:50px;padding:5px 0 10px 0;}
	.nav .btn-icon li .tips{margin-top:20px;}
	.nav .btn-icon li .tips:before,.nav .btn-icon li .tips:after{left:30px;}
	.nav .btn-icon li:last-child .tips:before,.nav .btn-icon li:last-child .tips:after{right:30px;}
	.menu{margin:20px 0 0;border-radius:0;padding:0;width:100%;}
	.menu dl{padding:6px 0;}
	.menu dt{width:14%;line-height:60px;font-size:14px;}
	.menu dt:after{margin:22px 3% 0;}
	.menu dt2{width:14%;line-height:30px;font-size:15px;font-weight:500;}
	.menu dt2:after{margin:7px 3% 0;}
	.menu #subMenuBox {display: block !important;}
	.menu dd{width:21.5%;line-height:30px;font-size:13px;}
	.mod .title h3{font-size:15px;}
	.mod .row span,.couplet-left span,.couplet-right span{display:none;}
	.mod .col li a{padding:0 10px;}
	.mod .col li h3{padding:0 10px;font-size:16px;}
	.mod .col2{margin:0px;}
	.mod .col2 dl{width:100%;margin:0px 1px 1px 1px;height: 80px;}
	.mod .col2 dl img {height: 80px;}
	.mod .col2 dt{padding-bottom:23.43%;width:100%;height:0;}
	.mod .col2 dd{display:none;}
	.mod .col3 dl:first-child{width:98.5%;}
	.mod .col3 dl:first-child dt{padding-bottom:48%;}
	.mod .col3 dt{padding-bottom:56.25%;}
	.mod .col4 {margin-top:0;}
	.mod .col4 dl{width:100%;height: 40px;}
	.mod .col4 dt{padding-bottom:56.25%;width:100%;height:0;}
	.mod .col4 dt img{height: 40px;}
/*	.mod .col4{margin:-1%;}
*/	.mod .col5 dl h3,.mod .col6 dl h3{font-size:14px;}
	.mod .col5 dt{padding-bottom:56.25%;width:100%;height:0;}
	.mod .col5 dl:first-child dt{padding-bottom:56%;}
	.mod .col5,.mod .col6{margin-right:-1%;}
	.mod .col3 dl,.mod .col5 dl,.mod .col6 dl{width:48.5%;margin:1.5% 1.5% 1.5% 0;}
	.mod .col6 dt{padding-bottom:140%;width:100%;height:0;}
	/*.index-list .col5 dl:first-child,.channel-list .col5 dl:nth-child(5n+1){width:98.5%;}
*/	.index-list .col5 dl:nth-last-child(-n+2),.index-list .col6 dl:nth-last-child(-n+2),.channel-list .col5 dl:nth-last-child(-n+2),.play-list .col5 dl:nth-last-child(-n+1){display:block;}
	/*.index-list .col5 dl:nth-last-child(-n+1){display:none;}
*/	.main h1{font-size:20px;padding:20px 0;}
	.main .content{line-height:30px;font-size:16px;}
	.main .content::first-letter{font-size:300%;line-height:50px;}
	.main .post-link{height:40px;line-height:40px;font-size:14px;}
	.main .post-link a{width:49.25%;display:block;border-radius:5px;background:#263150;color:#a3abc7;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
	.main .post-link a:visited{background:#0086CF;color:#4d5672;}
	.main .post-link .prev{float:left;text-align:center;}
	.main .post-link .next{float:right;text-align:center;}
	.footer{margin-top:10px;padding:40px 0;font-size: 10px;}
	.player-tips{font-size:0.8em;}
	.player-tips dl{position:static;left:0;top:0;margin-left:0;margin-top:0;width:100%;height:100%;padding:0;}
	.player-tips .title{font-size:1.4em;padding-top:10px;}
	.player-tips .icon{margin-top:10px;width:64px;height:64px;}
	.player-tips .icon a{width:64px;height:64px;}
	.couplet-left,.couplet-right{top:unset;bottom:30%;}
	.couplet-left li,.couplet-right li,.couplet-left a,.couplet-right a,.couplet-left img,.couplet-right img{width:20vw;height:46vw;}
	.pagination .pc_pagination {display:none}
	.pagination .moble_pagination {display:block}
	.preview-item:before{display:block !important;}
}
.preview-video {position:absolute;z-index:0;}
.preview-item {position: relative;z-index:9;}
.preview-item:before{
	content: " ";
	width: 20px;
	height: 20px;
	z-index: 1;
	display: none;
	position: absolute;
	border-radius: 50%;
	background-color: rgb(0 0 0 / 30%);
	background-position: center;
	background-size: 10px 10px;
	background-image: url(../images/touch_app.png);
	margin-top: 5px;
	margin-left: 5px;
	background-repeat: no-repeat;
}@media screen and (max-width:768px) {
.m1938ing img {
	width: 100%;
}
   }
</pre></body></html>