/*
Created by: yuxufeng 2018.11.4


*/

/********** 1. IMPORTS **********/

/*

@import url('bootstrap.min.css');*/

/********** 2. RESET STYLES **********/

/*************************************/

@charset "utf-8";
html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
th,
td,
table,
label,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    color: #666;
    font: 12px/18px "Microsoft Yahei", Arial, sans-serif, "\5B8B\4F53";
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup {
    display: block
}

ul,
li {
    list-style: none
}

img,
iframe {
    border: 0
}

/*em,*/
/*strong {*/
/*    font-style: normal;*/
/*    font-weight: normal*/
/*}*/

sup,
sub {
    vertical-align: baseline
}

a {
    color: #000;
    text-decoration: none;
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: 0 none;
}

select,
input,
img {
    vertical-align: middle
}

button {
    cursor: pointer
}

textarea {
    resize: none;
    overflow-y: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.wd1000{
    width:1000px;
    margin: 0 auto;
}
.wd1200{
    width:1200px;
    margin: 0 auto;
}
.font-weight16 a{
    font-weight: bolder;
    font-size: 16px !important;
}
.font-weight a{
    font-weight: bolder;
    font-size: 18px !important;
}
.fontweight{
    font-weight: bolder;
}
.fontweight a{
    font-weight: bolder;
}
.font-weight a{
    font-weight: bolder;
    font-size: 18px !important;
}
.pd-t-2{
    padding-top:2px;
}
.pd-t-6{
    padding-top:6px;
}
.pd-t-8{
    padding-top:8px;
}
.pd-t-10{
    padding-top:10px;
}
.pd-t-12{
    padding-top:12px;
}
.pd-t-14{
    padding-top:14px;
}
.pd-t-26{
    padding-top:26px;
}
.pd-t-48{
    padding-top:48px;
}
.mg-t-15{
    margin-top: 15px !important;
}

.scale{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.scale:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #FE2042;

}
.inlineBlock{
     display: inline-block;
}
.host .swiper-slide img{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;

}
.host .swiper-slide img:hover{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    color: #FE2042;

}
/* 公共弹窗 */
#modal{
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	left: 0;
	top:0;
	z-index: 9999;
	display: none;
}
#complete-modal{
    width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	left: 0;
	top:0;
	z-index: 120;
	display: none;
}
.pop{
	width:380px;
	height: 200px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background:#eee;
	background: rgba(255,255,255,1);
    border-radius: 5px;
    text-align: center;
}
.pop .pop-close{
    height:30px;
    line-height: 30px;
	position: relative;
}
.pop .pop-close a{
    color:#000;
    float: right;
    margin-right: 10px;
    font-size:38px;	    
}
.pop .pop-content{
    text-align: center;
    height:70px;
    padding-bottom: 20px;
}
.pop .pop-content img{
    height:20px;
    padding-right: 10px;
}
.pop .pop-content h2{
    font-size: 22px;
    line-height: 35px;
    color: #222222;
}
.pop .pop-button {
    display: inline-block;
    width: 300px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background:#0086FE;
    background: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%);
    font-size: 16px;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 20px;
}

/*回到顶部*/
.return-top{width:56px;height:86px;position:fixed;right:30px;bottom:300px;z-index: 300;cursor: pointer;display: none;}
.return-top span{display:block;background:url(https://waphh.sxrtv.com//images/gotop.png) no-repeat 2px 0;width:56px;height:56px;text-align:center;}
.return-top:hover  span{background:url(https://waphh.sxrtv.com//images/gotophover.png) no-repeat 2px 0;}
.return-top p{font-size: 14px;color: #222222;text-align:center;}
.return-top:hover p{color: #0086FE;}
.dpnone{display: none;}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: url('/images/close.png') no-repeat;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    /*background: url('/img/fancybox_loading.gif') center center no-repeat;*/
}

.fancybox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/img/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.content-line {
    width: 100%;
    height: 2px;
    /* background-image: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%); */
	background: linear-gradient(90deg, #FF0036 0%, #FF7E00 100%);
    min-width: 1200px;
}

.page {
    text-align: center;
    padding: 23px 0;
    overflow:hidden;
    zoom:1;
    height:30px;
}
.page span {
    margin:0 10px;
    text-align: center;
    font-size: 16px;
}
.page span a{
    font-size: 16px;
    color: #333333;
    padding:2px 8px;
    text-align: center;
    border-radius: 3px;
    background: #E1E1E1;
}
.page .next a{
    background: none;
}
.page .prev a{
    background: none;
}
.page a.go{
    background: #E1E1E1;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    width: 22px;
    height: 16px;
    line-height: 16px;
    padding:7px 11px;
}
.page .jump{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 44px;
    height: 30px;
    margin: -6px 2px 0;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
 }
.page .current a{
    background: #1951FC;
    color:#fff;

}

/* other */
.index-ad {
    width: 100%;
    height: 130px;
    position: relative;
    display: none;
    min-width: 1200px;
    margin-bottom: 4px;
}
.index-ad a{
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
}
.index-ad .index-ad-img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-ad .index-ad-close {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 24%;
    top: 3%;
    cursor: pointer;
    z-index: 99;
}
.login-wrap{
    height:80px;
    position: relative;
}
.header {
    height: 40px;
    padding: 15px 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  /*  position: absolute;
    top: 0px;
    left: 0; */
    z-index: 999;
    width: 100%;
    min-width: 1200px;
}

.header .logo {
    width: 143px;
    height: 40px;
    overflow: hidden;
}

.header .logo a {
    display: block;
}

.header .logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-search {
    width: 340px;
    height: 38px;
    margin-left: 50px;
    position: relative;
    border: 1px solid #0086FE;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.header-search .search-channel,
.header-search .search-column {
    position: relative;
    width: 110px;
    overflow:hidden;
}

.nav{
	height: 16px;
	padding: 20px 0;
	width: 100%;
	min-width: 1200px;
	background: #fe2043;
	/*background: #525252;*/
}
.nav li{
	float: left;
	width: 100px;
	/*padding:  0 43px;*/
}
.nav li{
	float: left;
	width: 118px;
	/*padding:  0 43px;*/
}
.nav li.three{
	width: 134px;
}
.nav li:nth-child(1){
	/*padding:0 43px 0 20px;*/
}
.nav li a{
	color: #fff;
	font-size: 16px;
}
.nav li a:hover{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.channellist,
.lanmulist {
    color: #222;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 130px;
    height: 38px;
    line-height: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance:none;
    background: url(/images/search-down.png) no-repeat 82px center transparent;
    font-family: Microsoft YaHei;
    outline: none;
    border: none;
    margin-left: 10px;
}
select::-ms-expand { display: none; }



.header-search .search-channel .search-channel-selected,
.header-search .search-column .search-column-selected {
    color: #222;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.header-search .search-channel .search-channel-selected::after,
.header-search .search-column .search-column-selected::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 16px;
    width: 10px;
    height: 6px;
    background-image: url(/images/search-down.png);
    background-repeat: no-repeat;
}

.header-search .search-channel .search-channel-tab,
.header-search .search-column .search-column-tab {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    line-height: 28px;
    background: #fff;
    text-align: center;
    z-index: 20;
    width: 104px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px 0;
}

.header-search .search-channel:hover .search-channel-tab {
    display: block;
}

.header-search .search-column:hover .search-column-tab {
    display: block;
}

.header-search .search-channel .search-channel-tab li,
.header-search .search-column .search-column-tab li {
    color: #0D0E15;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    padding: 0 10px;
}

.header-search .search-channel .search-channel-tab li:hover,
.header-search .search-column .search-column-tab li:hover {
    color: #fff;
    background: #1951FC;
}
.top-login .logout {
    margin-left: 15px;
    cursor: pointer;
    display: none;
}
.header-search .searchBtn {
    position: relative;
    top: 1px;
    right: 1px;
    background: none;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 10px;
    width: 91px;
    color: #FFF;
    background:#0086FE;
    background: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%);
    /* background: #1479d7 url(/images/search-small.png) no-repeat 20px 11px;
    background-size: 14px 14px; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Microsoft Yahei', 'PingFang SC';
    margin: 0;
}

.search-img {
    position: relative;
}

.search-img {
   position: absolute;
   right: 16px;
   top: 9px;
   width: 18px;
   height: 18px;
}
.header-search-text{
    width: 262px;
    height: 36px;
    margin-right: 40px;
    position: relative;
    border: 1px solid #dbdee4;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.header-search-text .selectbox{
    width: 200px;
    padding-left: 20px;
    background: none;
    border: none;
    height: 36px;
    line-height: 36px;
}
/* .header-search-text .searchBtn {
    position: relative;
    top: 1px;
    right: 1px;
    background: none;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 32px;
    width: 91px;
    color: #FFF;
    background:#0086FE;
    background: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Microsoft Yahei', 'PingFang SC';
    margin: 0;
} */

.top-login {
    height: 40px;
    line-height: 40px;
}

.top-login span {
    float: right;
}

.top-login a {
    float: right;
    display: inline-block;
    text-align: left;
    color: #666666;
}

.top-login .top-logins {
    background: url(../images/top-login-black.png) no-repeat 2px 13px;
    width: 25px;
    text-align: left;
    padding-left: 20px;
    margin-right: 15px;
}
.top-sx-content .top-login .top-logins{
    background: url(https://waphh.sxrtv.com/images/top-login.png) no-repeat 2px 13px;
}
.top-login .top-regis{
    width: 25px;
    text-align: left;
    padding-right: 15px;
}
.top-login .top-collect {
    background: url(../images/top-collect-black.png) no-repeat -1px 13px;
    width: 48px;
    text-align: left;
    padding-left: 15px;
    margin-right: 15px;
}

.top-login .top-index {
    background: url(../images/top-index-black.png) no-repeat -1px 13px;
    width: 48px;
    text-align: left;
    padding-left: 15px;
    margin-left: 15px;
}
.top-nav-left li span{
    width:30px;
    height:2px;
    text-align: center;
    background: transparent;
    display: block;
    margin:0 auto;
}

.top-login .top-regist {
    margin-right: 25px;
}
.top-sx-wrap {
    /*height: 176px;*/
   /*height:570px;*/
   width:100%;
   min-width: 1200px;
    position: relative;
        padding-top: 70px;
    background: rgba(0,0,0,0.80);
}
.login-sx{
    height:176px;
}
.top-sx-wrap .top-nav {
    height: 84px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 999;
    width: 100%;
    min-width: 1200px;
}

.top-sx-wrap .top-nav-left {
    width: 800px;
}

.top-sx-wrap .top-nav-left li {
    margin-right: 25px;
    float: left;
    text-align: center;
    height: 40px;
    /*width: 75px;*/
    padding: 0 13px;
    border-bottom: 2px solid transparent;
}
.top-sx-wrap .top-nav-left li a:hover {
    color:#fe3c3a;
    font-size: 18px;
    font-weight: bolder;
}
.top-sx-wrap .top-nav-left li a {
    height: 20px;
    font-size: 16px;
    padding: 10px 0;
   /* color: #222;*/
    color:#fff;
    letter-spacing: 0;
    line-height: 20px;
    display:block;
}
.top-sx-wrap .top-nav-left li span{
    width:100%;
    /*width:30px;*/
    height:2px;
    text-align: center;
    background: transparent;
    display: block;
    margin:0 auto;
}
.top-sx-wrap .top-nav-left li.active{
/*     border-bottom: 2px solid #FE2042;*/
    font-weight: bolder;
}
.top-sx-wrap .top-nav-left li.active span{
	background:#FE2042;
}

.top-sx-wrap .top-nav-right {
    width: 305px;
    padding-left: 30px;
    padding-top: 10px;
}
.top-nav-right li {
    padding-left: 10px;
    width: 70px;
    float: left;
    position: relative;
}

.top-sx-wrap .top-nav-right li {
    padding-left: 10px;
    width: 70px;
    text-align: center;
}

.top-sx-wrap .top-nav-right li a {
    display: block;
    text-align: center;
}

.top-sx-wrap .top-nav-right li a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
/*    background: rgba(0, 0, 0, 0.60);*/
    overflow: hidden;
    display: inline-block;
}

.top-sx-wrap .top-nav-right li a span img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-sx-wrap .top-nav-right li a p {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}


.header-shadow{
    background:rgb(0,0,0);
   /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c7000000,endColorstr=#00000000);*/
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 60%);
    background: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 60%);
}
.header-shadow .top-login a {
    color: white !important;
}
.header-shadow .top-nav-right li a p{color:white !important;}
.header-shadow .top-nav-left li a{color:white !important;}
.header-shadow .top-login .top-login {
    background: url(/images/top-login-white.png) no-repeat 2px 13px !important;
}
.header-shadow .top-login .top-collect {
    background: url(/images/top-collect-white.png) no-repeat -1px 13px !important;
}
.header-shadow .top-login .top-index{
	background: url(/images/top-index-white.png) no-repeat -1px 13px !important;
}
.header-shadow .top-tv{
	background:rgba(0, 0, 0, 0.60) url("/images/tv-yellow.png") no-repeat;
	background-size:100%;
}
.header-shadow .top-audio{
	background:rgba(0, 0, 0, 0.60) url("/images/audio-yellow.png") no-repeat;
	background-size:100%;
}
.header-shadow .top-platform{
	background:rgba(0, 0, 0, 0.60) url("/images/platform-yellow.png") no-repeat;
	background-size:100%;
}
.header-shadow .top-login .top-logins {
    background: url(/images/top-login-white.png) no-repeat 2px 13px !important;
    width: 25px;
    text-align: left;
    padding-left: 20px;
    margin-right: 15px;
}

.top-sx-wrap .header {
    background: rgba(0,0,0,0.80);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);*/
}
.top-sx-wrap .top-nav{
    background:rgb(0,0,0);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
}
.top-nav-right li .layer{
    position: absolute;
    width: 140px;
    background: #000000;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    padding:5px 0;
    top: 62px;
    left: -13px;
    display: none; 
    z-index: 999;;
}
.top-nav-right li .layer a{
    display: block;
    line-height: 19px;
    padding: 5px 17px 5px 23px;
    font-size: 14px;
    color: #999999;
    text-align: left;
}
.top-nav-right li .layer .active{
    color:#fff;
    font-weight: bolder;
    background: url(/images/layer.png) no-repeat 8px 10px;
}
.top-nav-right li .layer a:hover{
    background: #666;
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.top-nav-right .top-layer:hover .layer{
    display: block;
}

.top-sx-wrap .sx-bg-left{
    position: absolute;
    left:0;
    top:70px;
    background-image: linear-gradient(90deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.00) 100%);
    width:350px;
    height: 570px;
    z-index: 100;
}
.top-sx-wrap .sx-bg-right{
    position: absolute;
    right:0;
    top:70px;
    background-image: linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.00) 100%);
    width:350px;
    height: 570px;
    z-index: 100;
}
/*白色版头部*/

.top-wrap {
    /*height: 570px;*/
    position: relative;
}

.top-wrap .top-nav {
    height: 96px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 999;
    width: 100%;
    min-width: 1200px;
}
.top-wrap .top-login a{
   color:#222;
}
.top-wrap .top-login .top-collect{
	background: url(/images/top-collect.png) no-repeat -1px 13px;
}
.top-wrap .top-login .top-index{
	background: url(/images/top-index.png) no-repeat -1px 13px;
}
.top-wrap .top-login .top-logins{
	background: url(/images/top-login.png) no-repeat -1px 13px;
}
.top-wrap .top-nav-left {
    width: 840px;
}

.top-wrap .top-nav-left li {
    margin-right: 25px;
    float: left;
    height: 46px;
    /*width: 77px;*/
    padding:0 15px;
    border-bottom: 2px solid transparent;
}


.top-wrap .top-nav-left li a {
    padding: 13px 0;
    height: 20px;
    font-size: 16px;
    color: #222;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    display:block;
}
.top-wrap .top-nav-left li a:hover {
    color:#fe3c3a !important;
    font-size: 18px;
    font-weight: bolder;
}
.top-wrap .top-nav-left li span{
    /*width:30px;*/
     width:100%;
    height:2px;
    text-align: center;
    background: transparent;
    display: block;
    margin:0 auto;
}
.top-wrap .top-nav-left li.active {
    /*border-bottom: 2px solid #FE2042;*/
    font-weight: bolder;
}
.top-wrap .top-nav-left li.active span{
	background:#FE2042;
}
.top-wrap .top-nav-right {
    width: 288px;
    padding-left: 15px;
   /* padding-top: 10px;*/
    margin-top:15px;
    border-left:1px solid #ccc;
}

.top-wrap .top-nav-right li {
    padding-left: 10px;
    width: 70px;
    float: left;
}

.top-wrap .top-nav-right li {
    padding-left: 10px;
    width: 70px;
    text-align: center;
}

.top-wrap .top-nav-right li a {
    display: block;
    text-align: center;
}

.top-wrap .top-nav-right li a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
/*    background: rgba(0, 0, 0, 0.60);*/
    overflow: hidden;
    display: inline-block;
}

.top-wrap .top-nav-right li a span img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-wrap .top-nav-right li a p {
    font-size: 14px;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}
.top-wrap .top-tv{
	background:rgba(0, 0, 0, 0.60) url("/images/tv-yellow.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/tv-yellow.png',sizingMethod='scale');
    background: none\9;
}
.top-wrap .top-audio{
	background:rgba(0, 0, 0, 0.60) url("/images/audio-yellow.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/audio-yellow.png',sizingMethod='scale');
    background: none\9;
}
.top-wrap .top-platform{
	background:rgba(0, 0, 0, 0.60) url("/images/platform-yellow.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/platform-yellow.png',sizingMethod='scale');
    background: none\9;
}

.top-tv{
	background:rgba(0, 0, 0, 0.60) url("/images/tv.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/tv-yellow.png',sizingMethod='scale');
    background: none\9;
}
.top-tv-yellow{
	background:rgba(0, 0, 0, 0.60) url("/images/tv-yellow.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/tv-yellow.png',sizingMethod='scale');
    background: none\9;
}
.top-audio{
	background:rgba(0, 0, 0, 0.60) url("/images/audio.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/audio.png',sizingMethod='scale');
    background: none\9;
}
.top-audio-yellow{
	background:rgba(0, 0, 0, 0.60) url("/images/audio-yellow.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/audio-yellow.png',sizingMethod='scale');
    background: none\9;
}
.top-platform{
	background:rgba(0, 0, 0, 0.60) url("/images/platform.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/platform.png',sizingMethod='scale');
    background: none\9;
}
.top-platform-yellow{
	background:rgba(0, 0, 0, 0.60) url("/images/platform-yellow.png") no-repeat;
	background-size:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (src='/images/platform-yellow.png',sizingMethod='scale');
    background: none\9;
}
.top-wrap.top-wrap-small{
	height:176px;
}
.top-sx-wrap.top-wrap-small{
	height:80px;
}
.top-wrap-80{
    height:80px;
}
.top-wrap-176{
    height:80px;
}
/* 内容页版头部 */

.top-sx-content{
    height: 80px;
    position: relative;
}
.top-sx-content .top-login a{
    color:#222;
 }
 .top-sx-content .top-login .top-collect{
     background: url(/images/top-collect.png) no-repeat -1px 13px;
 }
 .top-sx-content .top-login .top-index{
     background: url(/images/top-index.png) no-repeat -1px 13px;
 }
 .top-sx-content .top-login .top-login{
     background: url(/images/top-login.png) no-repeat -1px 13px;
 }
.top-nav .sxrtv{
    width:113px !important;
}

.footer {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.footer-link {
    width: 450px;
    padding-right: 30px;
    padding-top: 20px;
}
.footer-link  ul{
    width: 150px;
    float: left;
}
.footer-cooperation {
    width: 140px;
}
.footer-organization {
    width: 140px;
}
.footer-mechanism{
    width: 124px;
}
.footer-code{
    width: 93px;
    text-align: center;
    padding-right: 20px;
}
.footer-code-r{
    padding-right: 0px;
}
.footer-top .footer-link h2 {
    font-size: 16px;
    color: #222;
    height: 35px;
    line-height: 35px;
    text-align: left;
}

.footer-link li {
    width: 150px;
    text-align: left;
    font-size: 12px;
    color: #222;
    line-height: 32px;
    height: 32px;
    float: left;
}
.footer-link li a{
    color: #161616;
}
.footer-link-img{
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding-top: 10px;
    float: left;
    margin-right: 8px;
}
.footer-link-img img{
    width:100%;
    height:100%;
    display: block;
}
.footer-end {
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-end p {
    font-size: 12px;
    color: #b9b9b9;
    text-align: center;
    line-height: 28px;
    /*height: 28px;*/
}
.footer-end a {
    font-size: 12px;
    color: #b9b9b9;
}
.footer-end p span {
    padding: 0 5px;
}

/* 主持人 */

#host-show {
    background: #fff;
    padding-top: 20px;
  /*  background: -webkit-linear-gradient(white, #FF1493); 
    background: -o-linear-gradient(white, #FF1493); 
    background: -moz-linear-gradient(white, #FF1493);
    background: linear-gradient(white, #FF1493); */
}

#host-show .full {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    height:150px;
}

#host-show .host-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#host-show .cover-left {
    width: 2400px;
    position: absolute;
    left: -2400px;
    top: 0;
    opacity: 0.7;
    background: #fff;
    height: 130px;
    z-index: 10;
}

#host-show .cover-right {
    width: 2400px;
    position: absolute;
    right: -2400px;
    top: 0;
    background: #fff;
    opacity: 0.7;
    height: 130px;
    z-index: 10;
}

#host-show .swiper-container {
    overflow: visible;
    height: 150px;
    padding-top: 10px;
}

#host-show .swiper-slide {
    text-align: center;
    height: 150px;
    position: relative;
}

#host-show .swiper-slide a {
    display: inline-block;
    width: 105px;
    height: 105px;
    
}

#host-show .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fb645b;
    padding:2px;
}

#host-show .arrow-left {
    background: url(/images/host-left.png) no-repeat left top;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -20px;
    width: 13px;
    height: 24px;
    z-index: 15;
}

#host-show .arrow-right {
    background: url(/images/host-right.png) no-repeat right top;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -20px;
    width: 13px;
    height: 24px;
    z-index: 15;
}

#host-show .stars-info {
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all linear 250ms;
    transition: all linear 250ms;
    color: #fff;
}

#host-show .stars-info .name {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bolder;
    color: #000;
}
.height-20{
	height: 20px;
}

/* 排行榜 */

.rank-title{
    color:#222222;
    margin-bottom: 20px;
 }
/* .content-right .height-20{*/
/*	height: 0px;*/
/*}*/
 .rank-title h2{
	display: inline-block;
	line-height: 38px;
	font-size: 26px;
	color: #333;
	/*font-weight: normal;*/
	/*padding-top: 25px;*/
 }
 .rank-title a {
    float: right;
    width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 20px;
    color: #333333;
    margin-top: 35px;
    text-align: right;
}

.public-rank li{
	font-size: 14px;
   line-height: 20px;
   width: 100%;
   /*padding-bottom: 17px;*/
}
.public-rank li i {
    width: 25px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    display: inline-block;
    font-weight: bolder;
}
.public-rank li .icon1{
	color: #e70f20;
}
.public-rank li .icon2{
	color: #ff7f0d;
}
.public-rank li .icon3{
	color: #ffc71c;
}
.public-rank li .rankli {
    /*display: block;*/
    width:300px;
	height:40px;
	line-height: 40px;
	font-size: 15px;
	display: inline-block;
    /*width: 100%;*/
    /*height: 100%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.public-rank li .ranknum{
   margin-right:5px;
}
.public-rank .img-box img{
	width:100%;
	height:100%;
}
.public-rank .dpnone {
    display: none!important;
}

.box-taobao{
    width:100%;
    padding-top:30px;
}

/*分页*/
.con_pages{text-align:center;padding:17px 0;height:19px;}
.con_pages a{font-size: 16px;
    color: #333333;
    padding: 2px 8px;
    text-align: center;
    border-radius: 3px;
    background: #E1E1E1;}
.con_pages span{    margin: 0 10px;
    text-align: center;
    font-size: 16px;}
.con_pages  span a{font-size: 16px;
    color: #333333;
    padding: 2px 8px;
    text-align: center;
    border-radius: 3px;
    background: #E1E1E1;}
.con_pages span.on{background: #1951FC;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    border-radius: 3px;}
.con_pages .begin_end,.con_pages .con_pages_break{color:#848484;}
.con_pages .begin_begin a{border:none;padding:0;background: none;}
.con_pages .begin_begin {margin:0 8px;padding:2px 5px;}
.con_pages .begin_end{margin:0 8px;padding:2px 5px;}
.con_pages .begin_end a{border:none;padding:0;background: none;}
.con_pages input{background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 44px;
    height: 30px;
    margin: -6px 2px 0;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;}
.con_pages .list_go{padding:3px 18px;border:none;background:url(/img/go.jpg) no-repeat;}

.con_pages .go{
    background: #E1E1E1;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    width: 22px;
    height: 16px;
    line-height: 16px;
    padding: 7px 11px;
}
/* 评论 */
.comment {
    /*display: none;*/
}
.comment .comment-title{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    padding:10px 0;
    font-weight: bolder;
}
.comment .comment-box{
    width:100%;
    height:150px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-bottom: 10px;
}
.comment .comment-textarea{
    height: 100px;
    resize: none;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
}
.comment .submit-row{
    background: #F5F5F5;
    height:50px;

}
.comment .submit-row .submit-username{
    margin:8px 10px 8px 20px ;
    border: 1px solid #fff;
    width: 165px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    padding:8px 15px;
    vertical-align: top;
}
.comment .submit-row .submit-password{
    margin:8px 0;
    border: 1px solid #fff;
    width: 165px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    padding:8px 15px;
    vertical-align: top;
}
.comment .register{
    margin-left: 20px;
    font-size: 12px;
    color: #333333;
    line-height: 50px;
}
.comment .submit-btn{
    background-image: linear-gradient(-225deg, #006EFE 0%, #494AFF 100%);
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    cursor: pointer;
}
/*.comment .spe_2{width:100%;}
.comment .spe_2 ul{width:830px;padding:0 10px;line-height:16px;margin-bottom:5px;clear: both; }
.comment .spe_2 ul li{padding-bottom:15px;padding-top:15px;background:url(/img/dian.png) repeat-x bottom;border-bottom:1px solid #E1E1E1;clear: both; float: left;}
.comment .spe_2 ul li img{float:left;margin-right:10px;border-radius: 50%;overflow: hidden;display: block;}
.comment .spe_2 ul li p{height:50px;width:50px;float:left;margin-right:15px;}
.comment .spe_2 ul li .a1{line-height:20px;font-size: 12px;color: #0091F9;padding-bottom:10px;height: 20px;
    display: inline-block;}
.comment .spe_2 ul li span{display:block;float:left;width:755px;font-size: 16px;
color: #333333;}
.comment .spe_2 ul li .b1{font-weight:100;font-size: 12px;color: #999999;line-height:20px;padding-top:10px;height: 20px;
    display: inline-block;}
#comment_list ul li a.tmzzsrz{position:relative;height:50px;width:50px;}
#comment_list ul li a.tmzzsrz .rz{background:url(/img/rzbz.png) no-repeat; height:32px; width:32px; position:absolute; top:0; right:0;}*/

.sx-comment-list .item {
    position: relative;
    border-bottom: 1px solid #DCDCDC;
    background-color: #fff;
    list-style: none;
    padding: 15px 0 8px 0;
}

.sx-comment-list .item .head {
    width: 52px;
    height: 52px;
}

.sx-comment-list .item .head img {
    border-radius: 26px;
    width: 52px;
    height: 52px;
}

.sx-comment-list .item .cont {
    margin: -50px 0px 0 65px;
}

.sx-comment-list .cont .info {
    padding-bottom: 10px;
    height:16px;
}

.sx-comment-list .cont .name {
    font-size: 12px;
    color: #0091F9;
    line-height: 16px;
    font-weight: bolder;
    padding-right: 10px;
}

.sx-comment-list .cont .area {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.sx-comment-list .cont .txt {
    padding: 0 0 5px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}

.sx-comment-list .cont .action {
    height: 48px;
    font-size: 14px;
    text-align: left;
}

.sx-comment-list .comment-func {
    float: left;
    width:100%;
}

.sx-comment-list .comment-item {
    float: left;
    position: relative;
    margin-right: 40px;
    height: 50px;
    line-height: 50px;
    padding-left: 14px;
}

.sx-comment-list .comment-inner {
    cursor: pointer;
}

.sx-comment-list .comment-item i {
    color: #999;
    font-size: 15px;
    display: inline-block;
    font-style: normal;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.sx-comment-list .comment-item .fa-thumbs-up{
    background: url(/images/side-praise.png) no-repeat 0 -1px;
}
.sx-comment-list .comment-item .fa-comment-dots{
    background: url(/images/side-reply.png) no-repeat 0 -1px;
}
.sx-comment-list .comment-item .fa-trash-alt{
    background: url(/images/delete.png) no-repeat 0 -2px;
}
.sx-comment-list .comment-item span {
    color: #999;
    font-size: 14px;
}

.sx-comment-list .comment-praised .fa-thumbs-up{
   background: url(/images/side-praise-red.png) no-repeat 0 -1px;
}
.sx-comment-list .comment-praised span {
   color: red;
}

.sx-comment-list .comment-two {
    background: #f7f7f7;
    padding: 10px;
}

.sx-comment-list .comment-two li {
    font-size: 14px;
    color: #151515;
    line-height: 22px;
}
.sx-comment-list .comment-two li p{
    width:100%;
    padding-bottom: 5px;
}
.sx-comment-list .comment-two .comment-time{
    font-size: 12px;
    color: #999999;
}
.sx-comment-list .comment-two li span {
    font-size: 14px;
    color: #151515;
    line-height: 22px;
    font-weight: bolder;
}
.sx-comment-list .comment-reply-content{
    font-size: 0;
    display: none;
}
.sx-comment-list .comment-reply-content .comment-reply-text{
    width:686px;
    max-height:58px;
    height:58px;
    line-height: 24px;
    border:1px solid #e3e1e1;
    display: inline-block;
    padding:8px;
    font-size: 16px;
    
}
.sx-comment-list .comment-reply-content .comment-reply-text textarea{
    width:100%;
    overflow-y: auto;
    color:#333;
    font-size: 16px;
    line-height: 28px;
    border: none;
    outline: none;
}
.sx-comment-list .comment-reply-content input.comment-reply-btn{
    width:60px;
    height:76px;
    line-height: 76px;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(-225deg, #006EFE 0%, #494AFF 100%);
    color:#fff;
    font-size: 16px;
    border:none;
    vertical-align: top;
    cursor: pointer;
}
.comment-no{
       font-size: 18px;
    width: 100%;
    text-align: center;
    color: #333;
    padding: 85px 0;
}

.comment-more{
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #999;
    height:36px;
    line-height:36px;
    background:#f1f1f1;
    display:none;
    cursor: pointer;
    margin-bottom: 40px;
}
.news-item{
	margin-top: 15px;
	padding-bottom: 15px;
}
.bor-bot{
	border-bottom: 1px solid #ddd;
}
.news-item .item-name{
	font-size: 16px;
	font-weight: 400;
	color: #1E4C99;
}
.news-item .item-cont{
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.news-item .item-time{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin-top: 15px;
}
/*底部链接内容页*/
.btmconbox{ border:1px solid #7F9DB9; padding:20px;width:1200px;margin:10px auto;}
.btmconbox h2{text-align:center;color:black;font-size:24px;padding-bottom:10px;line-height: 30px;height: 30px;}
.btmconbox p{margin-bottom: 10px;line-height: 30px;}
.btmconbox img{max-width:100%;display: block;margin: 0 auto !important;}
/* 登录 */
/* 登录弹窗 */

.login-popup {
    width: 460px;
    height: 381px;
    background: #fff;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.20);
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}
.login-popup .popup-item-password input{
    width: 200px;
    /*padding-right: 150px;*/
    margin-right: 150px;
}
.login-popup .popup-item-eye input{
    width: 350px;
}
.popup-item-eye span{
    position: absolute;
    right: 80px;
    top: 40px;
    width: 100px;
    height: 16px;
    color:red;
    display: none;
}
.fancybox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 8040;
}

.popup-logo {
    width: 118px;
    height: 33px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.popup-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.popup-item {
    width: 350px;
    padding: 0 55px;
}

.popup-item input {
    width: 350px;
    padding: 10px 0;
    font-size: 16px;
    color: #999;
    border: none;
    border-bottom: 1px solid #E1E1E1;
}

.popup-item-password {
    padding-top: 30px;
    position: relative;
}

.popup-item-password input {
    width: 320px;
    /*padding-right: 30px;*/
    margin-right:30px;
}

.popup-item-password .popup-i {
    position: absolute;
    right: 60px;
    top: 41px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    display: inline-block;
    background: url(/images/lock.png) 0 0 no-repeat;
}
.popup-item-eye .popup-i{
    background: url(/images/eye_black.png) 0 0 no-repeat;
    width:20px;
}
.popup-item-eye .popup-i-not{
    background: url(/images/eye_black_not.png) 0 6px no-repeat;
    width:20px;
}
.popup-forget {
    width: 350px;
    padding: 10px 55px 20px 55px;
}

.popup-submit {
    width: 350px;
    padding: 0 55px;
    margin: 30px 0;
}

.btn-submit {
    display: inline-block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%);
    font-size: 16px;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 30px;
}

.popup-login-now {
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}

.popup-forget .ckbox {
    padding: 0;
}


/* 注册 找回密码 */

.login-content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.login-content .content-nav {
    line-height: 40px;
    height: 40px;
}

.login-content .content-nav a {
    display: inline-block;
    color: #999;
    font-size: 14px;
}

.login-content .content-nav span {
    display: inline-block;
    padding: 0 10px;
}

.login-content .content-nav .nav-bold {
    color: #222;
    font-weight: bolder;
}

.login-content .content-title {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    color: #222;
}

.login-content .content-main {
    /*display: inline-block;*/
    width: 390px;
    margin: 0 auto;
}
.login-content .content-form{
    text-align: center;
}
.login-content .input-box {
    width: 332px;
    height: 40px;
    /*background: #F0F0F0;   */
    background: #e5e1e1;   
    border-radius: 20px;
    position: relative;
    padding-left: 46px;
    margin-bottom: 20px;
    padding-right: 10px;
    border: 1px solid transparent;
}
.login-content .input-box.border-red{
    border: 1px solid red;
}
.login-content .input-box p{
    position: absolute;
    right: -130px;
    top: 12px;
    width: 120px;
    text-align: left;
    color: red;
}
.login-content .input-box-other {
    width: 358px;
    padding-left: 20px;
}

.login-content .input-box .icon-login {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    /*background: #F3F3F3;   */
}

.login-content .icon-name {
    display: inline-block;
    background:#e5e1e1 url(/images/lock.png) 0 0 no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lock.png',sizingMethod='scale');background: none\9;
}
.login-content .icon-phone{
	display: inline-block;
    background:#e5e1e1 url(/images/regist_phone.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/regist_phone.jpg',sizingMethod='scale');background: none\9;
}
.login-content .icon-user{
	display: inline-block;
    background:#e5e1e1 url(/images/regist_user.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/regist_user.jpg',sizingMethod='scale');background: none\9;
}
.login-content .input-box label {
    display: block;
    padding-right: 10px;
    padding: 10px 0;
}

.login-content .input-box label input {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    border: none;
    
    /*background: #F0F0F0;   */
    background: #e5e1e1;  
}

.login-content .input-box .get-password {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    width: 105px;
    height: 40px;
    font-size: 14px;
    color: #1951FC;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.login-content .input-box #seccode{
    width: 50%;
}
.ckbox {
    padding: 10px 0 20px 0;
}

.ckbox label {
    font-size: 14px;
    color: #222;
}

.ckbox input {
    margin-right: 10px;
}

.ckbox label a {
    font-size: 14px;
    color: #1951fc;
}

.login-content .btn-submit {
    display: inline-block;
    width: 378px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background:#0086FE;
    background: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%);
    font-size: 16px;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 20px;
}

.login-content .content-line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(-225deg, #0086FE 0%, #8F0DFF 100%);
}
.login-content .sx-code .input-box-other{
    width: 250px;
    display: inline-block;
}
.login-content .sx-code .code{
    width: 100px;
    display: inline-block;
}

.login-content .sx-code{
    padding-top:30px;
    position: relative;
}
.login-content .sx-code .code{
    position:absolute ;
    right:0;
    top:40px;
}

.vip{ float:right; height:31px;}
.vip span{float:left;}
.vip closevip{float:none;}/*xiugai*/
.vipname a,#exit a{display:inline;float:none;padding-right:20px;}
#new_xiaoxi{*width:100px;}/*xiugai*/
.vip .vipname{ height:40px; line-height:40px;color:#000;}
.vip .closevip{ background:url(/img/vipclose.gif) no-repeat center center; width:19px; height:40px; cursor:pointer;}
.vip .viptx{height:40px; width:26px;display:none;}
.vip .viptx a{width:26px;}
.vip .viptx img{ margin-top:2px; height:26px; width:26px;}
.sx_menu .menuli .pic_dh{height:40px; float:right; width:160px;}
.sx_menu .menuli .pic_dh a{ float:left;  margin-right:15px; margin-top:9px; display:inline}

/*老弹窗*/
.body_rel{position:relative;}
.tsk{ width:376px; height:149px; margin:auto auto; position:absolute; z-index:100; padding:7px 10px 0 0;}
.tsk .errorbg{ background:url(/img/errorbg.png) no-repeat; width:346px; height:115px; padding:34px 0 0 30px;}
.tsk .errorbg p { height:20px; line-height:20px;}
.tsk .errorbg p a{ float:right; padding-right:35px; color:#2c5787;font-family:"微软雅黑"; font-size:16px;}
.tsk .errorbg h2{ background:url(/img/error_bs.jpg) no-repeat left center; height:65px; padding-left:70px; color:#555555;font-family:"微软雅黑"; font-size:24px; font-weight:normal; line-height:30px; width:240px;}
.tsk .errorbg h3{ background:url(/img/zccg.jpg) no-repeat left center; height:65px; padding-left:130px; color:#555555;font-family:"微软雅黑"; font-size:24px; font-weight:normal; line-height:65px; width:240px;}
.pol_xybox .sns_lclose,.tsk .sns_lclose{ background:url(/img/close.png) no-repeat; height:24px; width:24px; position:absolute; top:0; right:0; cursor:pointer;}

.xy_main{width:600px; height:400px; background:url(/img/xybg.png) no-repeat; }
.pol_xybox{width:600px;  margin:auto auto; height:407px; position:absolute; z-index:100;padding:7px 10px 0 0;}


/*老过渡页面*/
.showmessage { margin: 50px auto; width: 600px; background: #FCF9E6; }
.showmessage h2 { font-size: 14px; }
.showmessage .ye_l_b { padding: 15px 20px 20px; }
.showmessage p { padding: 2em 1em;  font-size: 14px; overflow: hidden; }
.showmessage .op { font-size: 12px; text-align: right; }

/*热门话题*/
.hot-topic h1{
     width:295px;
    font-size: 30px;
    color: #222222;
    height:40px;
    line-height: 40px;
    font-weight: bolder;
     color: #fff;
    padding: 10px 20px;
    background: url(/images/title_bg.png) no-repeat center center;
}
.hot-topic h1 a {
    font-size: 14px;
    color: #444;
    line-height: 14px;
    height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}

/*背景*/
.index_bg1{
    background: url(/images/group6.png) repeat-x top center;
    background-size:cover;
}
.index_bg2{
    background: url(/images/group6.png) repeat-x top center;
}


/*分页*/
 .pages {
    margin: 20px 0 30px 0;
    text-align: center;
}
.pages span{
    display: inline-block;
    height:31px;
    padding:0 11px;
    border:1px solid #ddd;
    line-height: 31px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    margin:0 5px;
    font-size: 14px;
}
.pages a.current{
    background: #fe2043;
    color:#fff;
}
.pages span.current{
    background: #fe2043;
    color:#fff;
}
.pages a{
    display: inline-block;
    height:31px;
    padding:0 11px;
    border:1px solid #ddd;
    line-height: 31px;
    text-align: center;
    color: #000;
    margin:0 5px;
    border-radius: 3px;
    font-size: 14px;
}
.resultlist-boxs{
    min-height:457px;
}
.resultlist-boxs .search-num{
    font-size:14px;
    color:rgb(50,50,50);
    background:#eee;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
    
}
.resultlist-boxs .search-num p{
    line-height:20px;
    padding:10px 20px;
    text-align: right;
}
.font-red{
    color:red;
    margin:0 5px;
}
.resultlist-boxs  .news-item{
    height:88px;
}
.resultlist-boxs .text-box p{
    height:48px;
}
.search-result-no{
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding: 100px 0;
    display: none;
}
.ct-nav {
    width: 830px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding-top: 20px;
    border-bottom: 1px solid #F3F3F3;
}
/*公共弹窗样式*/
#commonpop {
	position: fixed;
	left: 0;
	top: 0;
	right: -7%;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
	border-radius: 5px;
	z-index: 100000;
}

#commonpop p {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

#commonpop p span {
	line-height: 22px;
	display: block
}
.footer-link-bottom .footer-link{padding-top:0}
.footer-link-img{padding-top:5px}
.footer-link-hh .footer-code{width:200px}
.footer-link-hh .footer-link-img{float:left;overflow:hidden;margin-right:8px;padding-top:0;width:192px;height:192px}
.footer-top .footer-link-hh .footer-link h2 {padding-left: 7px;}

 .index-top-special {
    width: 100%;
    height: 130px;
    position: relative;
    min-width: 1200px;
    margin-bottom: 4px;
    display: none;
}
.index-top-special a{
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
}
