@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
    font: 12px/1.8 "SimSun",Arial,sans-serif;
    color: #666;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
    /*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
    -ms-interpolation-mode:bicubic
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}
input.radio {
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
ol {
    list-style:none;
}
li {
    list-style:none;
}
i,em {
    font-style: normal;
}
.hidden {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
    *width: 100%;
    *line-height: 0;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.fc {
    float:center;
}
.mt10 {
    margin-top: 10px!important;
}
.fz14 {
    font-size: 14px;
}
.t-c {
    text-align: center;
}
.t-l {
    text-align: left;
}
/*链接样式*/
a {
    color:#07519A;
    text-decoration:none;
}
a:hover {
    color: #e00000;
    text-decoration: underline;
}


/*顶部导航*/
.navibar {
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 200;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #ececec;
    background-color: #f8f8f8;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, san-serif;
}
.navibar-wap {
    width: 1000px;
    margin: 0 auto;
}
.navibar-la > .service{
    margin-right: 10px;
}
.navibar-lb > .login,
.navibar-lb > .registered {
    margin-right: 10px;
}

/*主体内容部分*/
.warp {
    width: 1000px;
    margin: 0 auto;
}

.logo,
.ks-submit,
.icon-phone {
    background: url("?/css/../img/shuichan_sp.png") no-repeat;
}

.nav-sm,
.box-warp,
.alone-box {
    margin-bottom: 10px;
}

/*logo*/
.logo {
    position: relative;
    background-position:  0 0;
    width: 280px;
    height: 60px;
    margin-top: 15px;
}
.logo > span {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Microsoft Yahei", Arial, Helvetica, san-serif;
    display: block;
    height: 60px;
    width: 100px;
    text-align: right;
    font-size: 32px;
}
.logo > span > i {
    font-weight: bold;
}
.logo > a {
    display: block;
    width: 233px;
    height: 60px;
}
.header {
    height: 90px;
}

/*搜索框*/
.ks {
    width: 450px;
    padding-top: 15px;
    z-index: 50;
    position: relative;
    margin-left: 90px;
    zoom: 1;
}
.ks-select a{
    text-decoration: none;
}
.ks-select {
    width: 58px;
    background-color: #f4f4f4;
    position: relative;
    zoom: 1;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    border-radius: 5px 0 0 5px;
}
.ks-select > .item > em {
    padding-right: 15px;
}
.ks-select, .ks-q {
    border: 1px solid #E5E5E5;
    border-right: 0;
    color: #999;
}
.ks-select, .ks-input input {
    height: 33px;
    float: left;
    zoom: 1;
}
.ks-select:hover > .ks-select-pop {
    display: block;
}
.ks-select:hover {
    border-radius: 5px 0 0 0;
}
.ks-input input {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ks-input .ks-q {
    width: 320px;
    height: 23px;
    line-height: 23px;
    padding: 5px 0 5px 10px;
}
.ks-input .focus {
    color: #333;
}
.ks-input .ks-label {
    width: 331px;
    zoom: 1;
}
.ks-label {
    float: left;
    position: relative;
    zoom: 1;
}
.ks-input .ks-submit:hover {
    background-position: 0 -100px;
}
.ks-input .ks-submit {
    width: 60px;
    height: 35px;
    background-color: #226bb1;
    background-position: 0 -60px;
    border: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.ks-select-pop {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-top: 0;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: 34px;
}
.ks-select-pop .item {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
}

.ks-select-pop .item:hover {
    background-color: #f2f2f2;
}
.ks-select-pop .current {
    background-color: #f2f2f2;
}
.tragl {
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    border-style: dashed;
    border-width: 5px;
    position: absolute;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -webkit-transform-origin: center 20%;
    transform-origin: center 20%;
}
.tragl-gray-t {
    border-style: solid dashed dashed dashed;
    border-color: #bbb transparent transparent;
}
.ks-select .tragl {
    right: 9px;
    top: 15px;
}
.ks-select:hover {
    background-color: #ffffff;
}
.ks-select:hover .tragl {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #1281dd transparent transparent;
}
/*热门关键词*/
.ks-keyword {
    height: 24px;
    padding-top: 5px;
    padding-left: 5px;
    clear: left;
    overflow: hidden;
}
.ks-keyword a {
    margin-right: 12px;
    float: left;
}
.fc-gray-80, .fc-gray-80 a {
    color: #999;
}
.fc-gray-80 a:hover {
    color: #07519A;
}

/*客户端*/
.hd-apps {
    width: 45px;
    margin-top: 15px;
}
.icon-phone {
    display: block;
    width: 45px;
    height: 45px;
    background-position: 0 -140px;
}
.sTit {
    display: block;
    text-align: center;
    color: #999999;
    padding-top: 3px;
}
.hd-apps a:hover .sTit {
    color: #07519A;
}

/*主导航*/
.nav {
    height: 46px;
    background-color: #226bb1;
}
.nav-item {
    margin-left: 3px;
}
.nav-item > li {
    float: left;
    background: url("?/css/../img/tiao.jpg") no-repeat right top;
    margin-left: -3px;
}
.nav-item > li.end {
    float: left;
    background: transparent;
    margin-left: -3px;
}
.fst > a:hover {
    margin-left: 0;
}
.nav-item > li > a {
    display: block;
    height: 46px;
    padding: 0 27px;
    line-height: 46px;
    color: #ffffff;
    font-weight: bold;
    /*font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB","\9ED1\4F53", Arial, sans-serif;*/
    font-size: 14px;
}
.nav-item > li > a:hover {
    background-color: #4e90cc;
    text-decoration: none;
}
/*辅导航*/
.nav-sm-item {
    height: 40px;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    border-top: none;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}
.nav-sm-item > li {
    float: left;
}
.nav-sm-item > li > a {
    font-size: 14px;
    margin: 0 13px;
}
.nav-sm-item > li > a:hover {
    color: #e00000;
    text-decoration: underline;
}

.box-warp{

}
.col-l{
    width: 340px;
}
.col-m{
    width: 370px;
    margin-left: 30px;
}
.col-r{
    width: 230px;
}
.col-r>a {
    position: relative;
    display: block;
}
.col-r>a::after {
    position: absolute;
    right: 0.25rem;
    bottom: 0.35rem;
}
.col-r>a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.125rem 0.125rem;
    font-size: 0.725rem;
    color: #999;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}


/*图片资讯*/
.alone-box {
    border: 1px solid #E5E5E5;
}
.alone-tit {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    height: 29px;
    line-height: 29px;
    text-align: right;
    background-color: #fafbfc;
    padding-right: 10px;
}
.alone-tit > a {
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #226bb1;
    border-right: 1px solid #E5E5E5;
    background-color: white;
    padding: 0 20px;
}
.slider {
    position:relative;
    width:318px;
    height:187px;
    margin-top: 10px;
    margin-left: 10px;
}
.slider .prev{
    position:absolute;
    width:40px;
    height:60px;
    background:url(?/css/../img/icon-focusimg-btn-png24-20131225.png) -44px -63px no-repeat;
    z-index:500;
    top:45px;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.slider .next{
    position:absolute;
    width:40px;
    height:60px;
    background:url(?/css/../img/icon-focusimg-btn-png24-20131225.png) -74px -63px no-repeat;
    z-index:500;
    top:45px;
    right:0;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.bigUl li {
    position:absolute;
}
.bigUl li:first-child {
    z-index: 1;
}
.numberUl {
    position:absolute;
    right:0;
    bottom:37px;
    z-index:400
}
.numberUl li{
    width:24px;
    height:13px;
    float:left;
    background:#3b5998;
    opacity:0.7;
    margin-left:1px;
}
.numberUl li a {
    display:block;
    width:24px;
    height:13px;
    color:#fff;
    font-size:12px;
    text-align:center;
    line-height:13px;
}
.slider .textUl li {
    position:absolute;
    text-align: center;
    width: 100%;
    left:0;
    bottom:7px;
    display:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slider .textUl li:first-child{
    display: block;
}
.slider .textUl li a {
    font-size:14px;
    color:#000;
    font-family:"Microsoft Yahei",Arial, Helvetica, san-serif;
    font-weight:bold;
}
.numberUl li.night a {
    background:#ff9600;
    color:white;
}

/*天天影院激情乱伦直通车*/
.tabonright {
    border: 1px solid #E5E5E5;
}
.tabonright-tit {
    background: #fff;
    border-bottom: solid 1px #F0F0F0;
}
.tabonright-tit > span {
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.tabonrighr-item > li {
    position: relative;
    float: left;
    padding: 0 8px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #F4F4F4;
    margin-left: 1px;
    border-bottom: none;
    font-size: 12px;
    color: #999;
}
.tabonrighr-item > li > em {
    display: none;
}
.tabonrighr-item > li > a {
    color: #666666;
}
.tabonrighr-item > li > a:hover {
    color: #226bb1;
    text-decoration: none;
}
.tabonrighr-item > li.active {
    background: #76A9D3;
}
.tabonrighr-item > li.active > a {
    color: #fff;
}
.tabonrighr-item > li.active > a:hover {
    text-decoration: none;
}
.tabonrighr-item > li.active > em {
    display: block;
    width: 40px;
    height: 5px;
    overflow: hidden;
    background: url("?/css/../img/jiao.png") top center no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.tabonright-cnt-item {
    padding: 10px 0;
}

.tabonright-cnt-item > li{
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px 0 20px;
	background:url(?/css/../img/icon-dot.jpg) 10px center no-repeat;
}

/*热点新闻*/
.tabnomal-tit {
    background: #fff;
    border-bottom: solid 1px #F0F0F0;
}
.tabnomal-item > li {
    position: relative;
    float: left;
    width: 91px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #F4F4F4;
    margin-right: 1px;
    border-bottom: none;
    font-size: 14px;
    color: #999;
}
.tabnomal-item > li > em {
    display: none;
}
.tabnomal-item > li > a {
    color: #666666;
    font-weight:bold;
}
.tabnomal-item > li > a:hover {
    color: #226bb1;
    text-decoration: none;
}
.tabnomal-item > li.active {
    background: #76A9D3;
}
.tabnomal-item > li.active > a {
    color: #fff;
}
.tabnomal-item > li.active > a:hover {
    text-decoration: none;
}
.tabnomal-item > li.active > em {
    display: block;
    width: 91px;
    height: 5px;
    overflow: hidden;
    background: url("?/css/../img/jiao.png") top center no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.tab-hot > li,
.tab-hot > li.active > em
{
    width: 122px!important;
}
.tab-pro > li,
.tab-pro > li.active > em
{
    width: 169px!important;
}
.tab-topic > li,
.tab-topic > li.active > em
{
    width: 55px!important;
}
.tab-data > li,
.tab-data > li.active > em
{
    width: 84px!important;
}

.big-tit {
    padding: 15px 0 4px;
    font-size: 16px;
    font-family: "Microsoft Yahei", Arial, Helvetica, san-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.fc-red,
.fc-red a {
    color: #f33;
}
.fc-gray,
.fc-gray a{
    color: #666666;
}
.hide {
    display: none;
}

.foucs-box-item {
    margin-top: 5px;
}
.foucs-box-item > li {
    float: left;
    overflow: hidden;
    min-width: 350px;
	padding-left:10px;
	background:url(?/css/../img/icon-dot.jpg) left center no-repeat;
}
.foucs-box-item > li > em{
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 28px;
    font-size: 12px;
	font-weight:bold;
}
.foucs-box-item > li > em > a{
    color:#226bb1
}
.foucs-box-item > li > a {
    font-size: 14px;
    line-height: 28px;
}
/*有日期的列表*/
.has-date li {
	position:relative;
}
.has-date li span{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:60px;
	height:30px;
	text-align:right;
	line-height:30px;
}

/*地区*/
.area {
    background-color: #f3f3f3;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.area > span {
    color: #999999;
}
.area > a {
    color: #666666;
    margin: 0 12px;
}

/*供求信息*/
.lg-title {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #f3f3f3;
    margin-bottom: 10px;
}
.lg-title > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #226bb1;
    padding: 0 20px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.dot {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    z-index: 9;
}
.dot > li {
    float: left;
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: #ccc;
    margin-right: 5px;
    margin-top: 18px;
}
.dot > li.active {
    background-color: #226bb1;
}
.lg-title > p {
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    text-align: right;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
}
.lg-title > p > a {
    margin-left: 5px;
    color: #666666;
}
.simple-tit {
    height: 29px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 29px;
}
.simple-tit > span {
    font-size: 14px;
    font-weight: bold;
}

.hot-img-news {
    margin: 10px 0 5px;
}
.hot-img-news > img {
    float: left;
    width: 100px;
    height: 75px;
}
.w230 {
    width: 230px;
}
.w260 {
    width: 260px;
}
.w280 {
    width: 280px;
}
.hot-news-detail > p {
    line-height: 18px;
}
.news-time-item > li {
    text-align: right;
    clear: both;
    color: #999999;
	padding-left:10px;
	background:url(?/css/../img/icon-dot.jpg) left center no-repeat;
}
.news-time-item > li > em{
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 28px;
    font-size: 12px;
	font-weight:bold;
}
.news-time-item > li > em > a{
    color:#226bb1
}
.news-time-item > li > a {
    float: left;
    height: 30px;
    max-width: 295px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}
.news-time-item > li > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

/*商机推荐*/
.txt-tit {
    position: relative;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
}
.txt-tit > em {
    position: absolute;
    left: 65px;
    top: 8px;
    display: block;
    width: 34px;
    height: 13px;
    background: url("?/css/../img/hot.png") 0 0 no-repeat;
}
.business {
    position: relative;
    height: 150px;
    width: 230px;
    margin-bottom: 10px;
}
.photo-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000',endColorstr='#B2000000');
    background: rgba(0,0,0,0.5);
    height: 30px;
    line-height: 30px;
    z-index: 9;
}
.photo-bg > a {
    color: #ffffff;
}
.business-item {
}
.business-item > li > a {
    line-height: 30px;
}

/*顶部广告*/
.ads-clm3 {
    margin: 10px 0 10px -10px;
}
.ads-item-1 {
    width: 326px;
    height: 80px;
    margin-left: 10px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.ads-item-1>a {
    position: relative;
    display: block;
}
.ads-item-1>a::after {
    position: absolute;
    right: 0.25rem;
    bottom: 0.35rem;
}
.ads-item-1>a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.125rem 0.125rem;
    font-size: 0.725rem;
    color: #999;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}
.ads-clm2 {
	margin:10px 0;
}
.ads-item-2 {
	width:740px;
	height:80px;
	overflow:hidden;
	background:#f3f3f3;
}
.ads-item-3 {
	width:230px;
	height:80px;
	overflow:hidden;
	background:#f3f3f3;
}
.ads-item-5 {
    width: 660px;
    height: 80px;
    margin-left: 10px;
    background-color: #f3f3f3;
    overflow: hidden;
}
.ads-sidebar {
    width: 230px;
    margin-top: 10px;
    overflow: hidden;
}
.ads-sidebar-230 {
	width:230px;
	height:90px;
	overflow:hidden;
	background-color:#f3f3f3;
	margin-top:1px;
}
.mr10 {
    margin-right: 10px;
}
.ads-top img {
    vertical-align: top;
}
.ads-part{
    padding: 10px 10px 5px;
    border: 1px solid #e5e5e5;
}
.ads-col2 {
    width: 386px;
}

.ads-col3 {
    width: 135px;
    padding:5px;
}
.ads-col4 {
    width: 128px;
    padding:5px;
}
.ads-col5 {
    width: 128px;
    padding:5px;
}
.lit-ads-item {
    margin-left: -9px;
}
.lit-ads-item > li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
/*长幅广告*/
.long-ads {
    height: 80px;
    margin: 10px 0 15px;
}
.ads-col2 > a {
    position:relative;
    display: block;
    margin: 5px 0;
}
.ads-col2  > a::after {
    position: absolute;
    right: 0.05rem;
    bottom: 3.65rem;
}
.ads-col2  > a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.225rem 0.125rem;
    font-size: 0.725rem;
    color: #999;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}
.ads-col3 > a {
    position:relative;
    display: block;
}
.ads-col3  > a::after {
    position: absolute;
    right: 0.65rem;
    bottom: 0.35rem;
}
.ads-col3  > a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.225rem 0.125rem;
    font-size: 0.725rem;
    color: #999;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}
.ads-col4 > a {
    position:relative;
    display: block;
}
.ads-col4  > a::after {
    position: absolute;
    right: 0.65rem;
    bottom: 0.35rem;
}
.ads-col4  > a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.225rem 0.125rem;
    font-size: 0.725rem;
    color: #999;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}
.ads-col5 > a {
    position:relative;
    display: block;
}
.ads-col5  > a::after {
    position: absolute;
    right: 0.65rem;
    bottom: 0.35rem;
}
.ads-col5  > a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.225rem 0.125rem;
    font-size: 0.725rem;
    color: #999;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}


.lit-ads1 > a {
    position:relative;
    display: block;
}
.lit-ads1  > a::after {
    position: absolute;
    right: 0.65rem;
    bottom: 3.65rem;
}
.lit-ads1 > a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.225rem 0.125rem;
    font-size: 0.725rem;
    color: #fff;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}

.lit-ads2 > a {
    position:relative;
    display: block;
}
.lit-ads2  > a::after {
    position: absolute;
    left: 0.65rem;
    top: 0.65rem;
}
.lit-ads2 > a::after, .homepage-mall #tab-secondary .tab-secondary .item::after, .homepage-mall #installmentbuy .item::after {
    content: "\5e7f\544a";
    display: inline-block;
    padding: 0.125rem 0.225rem 0.125rem;
    font-size: 0.725rem;
    color: #fff;
    line-height: 1;
    border: solid #ccc 1px;
    border-radius: 2px;
}

/*天天影院人社区*/
.hot-img {
    position: relative;
    height: 230px;
    width: 340px;
    margin-bottom: 10px;
}
.line-e5 {
    border-bottom: 1px solid #E5E5E5;
    margin: 13px 0;
}
.bbs-user-item {
    margin-left: -10px;
}
.bbs-user-item > li{
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.bbs-user-item > li > p {
    text-align: center;
    line-height: 24px;
    height: 24px;
    width: 70px;
    overflow: hidden;
}
.bbs-hot-sec > a {
    display: inline-block;
    float: left;
    width: 56px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    background-color: #f3f3f3;
    color: #666666;
    margin: 0 0 1px 1px;
}

/*天天影院价格&天天影院公司*/
.market {
    margin-bottom: 10px;
}
.tab-r-item > li {
    float: left;
    display: inline-block;
    width: 114px;
    border: 1px #e5e5e5 solid;
    height: 29px;
    line-height: 29px;
    text-align: center;
    margin-left: -1px;
    font-size: 14px;
}
.tab-r-item > li > a {
    display: block;
    font-weight:bold;
}
.tab-r-item > li.active {
    background-color: #ffffff;
    border-top: 1px solid #226bb1;
    border-bottom: none;
}
.fus-box {
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 10px;
    margin-left: -1px;
}
.fus-tab-con > li {
    line-height: 28px;
	padding-left:10px;
	background:url(?/css/../img/icon-dot.jpg) left center no-repeat;
}

.col-2 {
    width: 740px;
}
.market-tag {
    margin-top: 5px;
}
.market-tag > dt {
    float: left;
    margin-top: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: bold;
    background: url("?/css/../img/shot-tag-bg.png") #f3f3f3 0 0 no-repeat;
}
.shot-tag {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background-color: #f3f3f3;
    padding-left: 10px;
    width: 630px;
    overflow: hidden;
}
.shot-tag > a {
    margin-right: 10px;
}

/*天天影院资料*/
.no-list-item {
    margin-top: 5px;
}
.no-list-item > li {
    line-height: 30px;
	padding-left:10px;
	background:url(?/css/../img/icon-dot.jpg) left center no-repeat;
}
.no-list-item li span { margin-left:3px;}
.data-tag {
}
.data-tag > dt {
    float: left;
    margin-top: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: bold;
    background: url("?/css/../img/shot-tag-bg.png") #f3f3f3 0 0 no-repeat;
}
.sm-tag {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background-color: #f3f3f3;
    padding-left: 10px;
    width: 260px;
    overflow: hidden;
}
.sm-tag > a {
    margin-right: 10px;
}


/*天天影院图片*/
.img-list-item {
    margin-left: -10px;
}
.img-list-item > li {
    float: left;
    margin-left: 10px;
}
.img-list-item > li > p {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.img-list-item > li > a {
    display: inline-block;
    width: 236px;
    height: 140px;
    overflow: hidden;
}
.img-list-item > li > a > img {
    width: 236px;
    height: 140px;
}

/*排行榜*/
.rank {
    margin-top: 10px;
}
.col-3 {
    width: 326px;
}
.mr11 {
    margin-right: 11px;
}
.rank-tit {
    border: 1px solid #E5E5E5;
    border-top: 1px solid #226bb1;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    color: #226bb1;
}
.rank-list-item {
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 5px 10px;
}
.rank-list-item > li {
    clear: both;
    height: 28px;
    line-height: 28px;
}
.rank-list-item > li > a {
    float: left;
}
.rank-list-item > li > b {
    display: inline-block;
    width: 16px;
    height: 16px;
    float: left;
    line-height: 16px;
    position: relative;
    top: 6px;
    text-decoration: none;
    margin-right: 5px;
    font-weight: 100;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    background-color: #999;
    color: #fff;
}
.rank-list-item > li.list-red > b {
    background-color: #E00000;
    color: #ffffff;
}

/*友情链接*/
.friendlink-tit {
    border: 1px solid #E5E5E5;
    background-color: #F3F3F3;
    height: 29px;
    line-height: 29px;
    padding-right: 10px;
}
.link-item {
    height: 29px;
    position: relative;
    top: -1px;
    float: left;
    margin-bottom: -2px;
}

.link-item > li {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    float: left;
    text-align: center;
    border-top: 1px solid #226bb1;
    background-color: #F3F3F3;
    color: #333;
    font-size: 14px;
}
.link-item > li.active > a {
    height: 30px;
    background-color: #fff;
    font-weight: bold;
}
.link-item > li > a {
    border-right: 1px solid #E5E5E5;
    display: block;
    float: left;
    padding: 0 15px;
}
.friendlink-box {
    padding: 10px;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.friendlink-box > div > a {
    margin-right: 8px;
}

/*footer*/
.footer {
    margin-top: 20px;
    background-color: #f3f3f3;
    border-top: 1px solid #E5E5E5;
}
.footer-link {
    padding: 10px 0;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #E5E5E5;
}
.footer-link > a {
    color: #666666;
}
.copyright {
    text-align: center;
    line-height: 1.8;
    padding: 10px 0 20px;
}
/*浮窗*/
.pop {
    position: fixed;
    left: 50%;
    margin-left: 505px;
    top: 215px;
    _position: absolute;
    z-index: 99;
}
.ewm {
    position: relative;
    padding: 10px;
    background-color: #f3f3f3;
    text-align: center;
}
.ewm > img {
    margin-top: 5px;
}
.ewm:hover {
    background-color:#76A9D3;
    color: #ffffff;
}
.ewm:hover .close {
    display: block;
}
.ewm > .close {
    position: absolute;
    display: none;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: url("?/css/../img/icon-close.png") top center no-repeat;
}

/*table*/
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
