﻿    /**资料下载样式*/
.fileDown {
    width:100%;
    border-collapse:collapse;
    box-sizing:border-box;
    border-top:2px solid #167191;
    border-bottom:0;
}
.fileDown > thead > tr {
    background:#d5ebef;
}
 .fileDown > thead > tr > th {
    height:40px;
    line-height:40px;
    color:#167191;
    text-align:center;
}
.fileDown > tbody > tr {
    border-bottom:1px dashed #ddd;
}
.fileDown > tbody > tr > td {
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:14px;
}
.fileCopy {
    display:inline-block;
    width:60px;
    height:30px;
    line-height:30px;
    border-radius:4px;
    color:#fff;
    /*background:#317DD3;*/
    background: #E3686E;
    margin-right:15px;
}
.fileCopy:hover {
    color:#fff;
}
    /**合同公示样式*/
.notice-table {
    width:100%;
    border-collapse:collapse;
    box-sizing:border-box;
    border-top:2px solid #167191;
    border-bottom:0; 
}
.notice-table > thead>tr{
    background:#d5ebff;
}
.notice-table > thead > tr > th {
    height:40px;
    line-height:40px;
    color:#167191;
    text-align:center;
    border-right:1px solid #fff;
}
.notice-table > tbody > tr {
    border-bottom:1px dashed #ddd;
}
.notice-table > tbody > tr > td {
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
}


/*页面固定定位的 发布信息框*/
.fixed {
    position: fixed;
    top: 70px;
    left: 60%;
    width: 340px;
    border-radius: 5px;
}
.fixed > div {
    display: inline-block;
    height: 34px;
    width: 140px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
    background: #50BC72;
    color: #fff;
    padding: 0px;
    border-radius: 5px;
}
.fixed > ul{
    height:200px;
}
.fixed > ul > li {
    height:20%;
    line-height: 50px;
    text-align:center;
    cursor:pointer;
}


/**新的详情页*/
.sfsc {
    background: none;
    color: #E95702;
    border: 1px solid #E95702;
}
.intr-head {
    padding:10px;
}
.intr-total {
    width:1170px;
    margin:0 auto;
}
.intr-product {
    width:340px;
    float:left;
}
.intr-detail {
    width:454px;
    float:left;
    margin-right:8px;
    margin-left:20px;
}
.intr-detail > h3 {
    line-height:30px;
    margin-bottom:15px;
    font-size: 20px;
    font-weight: bold;
}
.DT_ZT {
    display: inline-block;
    float: left;
    line-height: 60px;
    padding:0 10px;
    text-align: center;
    background-color: #d23030;
    color: #fff;
}
.intr-summary > li > p {
    float:left;
    width:72px;
    height:23px;
    line-height:23px;
    text-align:right;
    margin-right:20px;
    font-weight:bold;
}
.intr-summary > li {
    height:31px;
    margin-bottom:10px;
    position:relative;
}
.intr-summary > li:last-child {
    height:60px;
    top:29px;
}
.intr-summary b {
    font-size:24px;
    color:#E53550;
}
.intr-summary > li > div {
    min-height:23px;
    line-height:23px;
    float:left;
}
.intr-handle {
    padding-left:20px;
}
.intr-handle> a {
   display:inline-block;
   width:180px;
   height:50px;
   line-height:50px;
   text-align:center;
   border-radius:4px;
   color:#fff;
   font-size:20px;
}
.intr-handle> a > em {
    display:inline-block;
    width:25px;
    height:25px;
    margin-right:10px;
    vertical-align:middle;
    background:url(../images/intr-price.png) no-repeat;
}
.intr-price>a {
    display:inline-block;
    width:35px;
    height:35px;
    font-size:28px;
    line-height:35px;
    text-align:center;
    border:1px solid #ddd;
    position:relative;
    top:5px;
    text-decoration:none;
}
.intr-price > input {
    width:130px;
    height:50px;
    text-align:center;
}
    .intr-link > p {
    height:40px;
    border:1px solid #ddd;
    background:#f7f7f7;
    line-height:40px;
    padding:0 20px;
    box-sizing:border-box;
    font-size:16px;
    font-weight:bold;
    }
.intr-notice {
    border:1px solid #ddd;
    border-top:none;
    /*padding:10px 3px;*/
    box-sizing:border-box; 
    height:151px;
    overflow:hidden;
}
.intr-link > ul > li {
    height:40px;
    line-height:40px;
}
.price_jin {
display:inline-block;
width:25px;
height:27px;
background:url(../images/jing1.png) no-repeat;
position:relative;
top:8px;
}
.intr-own > span:first-child {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../images/people2.png) no-repeat;
    position:relative;
    top:3px;
}
.intr-own > span:nth-child(3) {
   display:inline-block;
width:25px;
height:27px;
background:url(../images/jing1.png) no-repeat; 
position:relative;
top:7px;
margin-left:30px;
}
.intr-own {
    border:1px solid #ddd;
    height:40px;
    border-top:none;
    padding:0 20px;
}
.intr-link {
    width: 283px;
    float: left;
    height: 230px;
    margin-right: 5px;
    position: relative;
}
.clock {
    display:inline-block;
    width:55px;
    height:55px;
    background:url(../images/clock11.png) no-repeat;
}
.intr-notice > li {
    text-indent:20px;
}
.intr-more {
    position:absolute;
    right:12px;
    top:9px;
}
.intr-up {  
    padding-left: 10px;
}
.intr-big {
    font-size:16px;
    font-weight:bold;
    padding-left:15px;
    position:relative;
}
.intr-big:before {
    content:'';
    width:6px;
    height:6px;
    background:#E5444A;
    border-radius:100%;
    position:absolute;
    top:12px;
    left:23px;
}
/**中间的流程*/
.intr-center {
    margin-top:45px;
    width:100%;
    height:80px;
    border:1px solid #ddd;

}
.intr-center > p {
    float:left;
    width:150px;
    height:78px;
    line-height:78px;
    text-align:center;
    background:#DCDCDC;
    font-size:16px;
}
.intr-step {
    float:left;
    width:917px;
}

.intr-step> li {
    float:left;
    width:228px;
    height:70px;
    padding:15px 0;
}
.intr-step> li > span:first-child {
    display:inline-block;
    width:50px;
    height:50px;
    line-height:73px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:50%;
    margin-right:25px;
    background:#ddd;
}
.intr-step> li > span:first-child > em {
    display:inline-block;
    width:35px;
    height:35px;
   
}
.intr-step> li:first-child > span:first-child > em {
     background:url(../images/xzdk.png) no-repeat;
}
.intr-step> li:nth-child(2) > span:first-child > em {
     background:url(../images/jxsg.png) no-repeat;
}
.intr-step> li:nth-child(3)> span:first-child > em {
     background:url(../images/jpjy.png) no-repeat;
}
.intr-step> li:nth-child(4) > span:first-child > em {
     background:url(../images/jpcg.png) no-repeat;
}
.intr-step> li > span:last-child {
    display:inline-block;
    position:relative;
    top:-14px;
    font-size:16px;
}
    /**下面的详情介绍*/
.intr-down {
    margin-top:30px;
}
.intr-left {
    float:left;
    width:190px;
    height:800px;
    border:1px solid #ddd;
    margin-right:10px;
}
.intr-left > p {
    height:40px;
    background:#f7f7f7;
    padding:10px;
    font-size:16px;
    font-weight:bold;
}
.intr-recommend > ul {
    margin-bottom:20px;
}
.intr-recommend > ul > li > span {
    color:red;
    font-weight:bold;
}
.intr-tab {
    height:40px;
    border-bottom: 2px solid #E73124;
}
.intr-tab > li {
    float:left;
    height:40px;
    line-height:40px;
    text-align:center;
    padding:0 20px;
    cursor:pointer;
}
.intr-tab > li > a {
    font-size:16px;
}
.intr-tab > li.active {

    background: #E73124;
       
}
.intr-tab > li.active > a {
    color:#fff;
    font-size:16px;
}
.intr-right {
    float:right;
    width:940px;
    height:841px;
    margin-right:10px;
}
.intr-div {
    width:100%;   
    padding: 20px 20px 20px 0;
    box-sizing:border-box;
    position:relative;
}
.intr-div > div:not(:first-child) {
    display:none;
}
.intr-table,.intr-rent,.intr-dy {
    width:100%;
    border:1px solid #ddd;
    border-collapse:collapse;
    box-sizing:border-box;
}
.intr-table tr,.intr-rent tr,.intr-dy tr {
    height:39px;
}
.intr-table > tbody > tr > td:nth-child(odd),.intr-rent>tbody>tr>td:nth-child(odd),.intr-dy>tbody>tr>td:nth-child(odd) {
    background:#f2f2f2;
    text-align:center;
    color:#2c2c2c;
    border:1px solid #ddd;
    /*width:150px;*/
    width:17%;
}
.intr-table tr > td:nth-child(even),.intr-rent tr>td:nth-child(even),.intr-dy tr>td:nth-child(even) {
    background:#fff;
    text-align:center;
    border:1px solid #ddd;
    width:35%;
}
.scale {
    float:left;
    width: 0px;
height: 0px;
border: 39px solid transparent;
border-left: 42px solid #dcdcdc;
}
.auth {
    margin-top:45px;
}
.auth > span {
    display:inline-block;
    width:30px;
    height:30px;
    margin-right:25px;
}
.auth > span:first-child {
    background:url(../images/phone.png) no-repeat;
}
 .auth > span:nth-child(2) {
    background:url(../images/company.png) no-repeat;
}
  .auth > span:nth-child(3) {
    background:url(../images/rank.png) no-repeat;
}
.intr-tip {
    font-size:20px;
}
.intr-rule {
    margin-bottom:20px;
    position:relative;
}
.intr-rule > li {
    line-height:35px;
}
.intr-rule>li:not(:first-child) {
    text-indent:20px;
}
.intr-join {
    width:270px;
    margin-bottom:25px;
    margin-top:12px;
}
.intr-join > p {
    height:40px;
    border:1px solid #ddd;
    background:#f7f7f7;
    line-height:40px;
    padding:0 20px;
    box-sizing:border-box;
    font-size:16px;
    font-weight :bold;
}
.intr-other {
    border:1px solid #ddd;
    border-top:none;
    padding:15px 20px;
    box-sizing:border-box;
     height:121px;
     overflow:hidden;
}
.intr-join > ul > li {
    height:35px;
    line-height:35px;
}
.price_people {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../images/people2.png) no-repeat;
}
.spot {
    /*margin-top:14px;*/
    margin-bottom:10px;
    width:340px;
    height:300px;
    padding:40px 0;
    border:1px solid #ddd;
}
.jmsq-list > li {
    float:left;
    width:33%;
    line-height:30px;
}
.jmsq-list li em {
    font-size:12px;
    font-style:normal;
}
.jmsq-list li span {
    font-size:14px !important;
}
.jmsq-list > li > p:first-child {
    font-size:14px;
}
.jmsq-list > li > p:last-child{
    font-size:12px;
}
.jm-apply {
    margin-top:16px;
}
.jm-apply > a {
   display:inline-block;
   width:180px;
   height:50px;
   line-height:50px;
   background:#d23030;
   color:#fff;
   text-align:center;
   font-size:16px;
   font-weight:bold;     
}
.qs-money >span> em, .bzj-money >span> em {
    font-size:16px;
    font-weight:bold;
}
.intr-detail > div span {
    font-size:12px;
}
.intr-detail > div p {
    font-size: 12px;
}
.intr-sign > li {
    height:26px;
    line-height:26px;
    text-indent:23px;
}
.intr-sign > li > p {
    width:33%;
    float:left;
}
.intr-top {
height: 40px;
 line-height: 40px; 
 background: #f7f7f7; 
}
.intr-top > span {
    display:inline-block;
    width:49%;
    text-align:center;
}
.intr-money > li {
    height:58px;
    line-height:58px;
    border-bottom:1px dashed #EFEFEF;
}
.intr-money > li > span {
    display:inline-block;
    width:49%;
    text-align:center;
}
.intr-lxr {
    border:1px solid #ddd;
    border-top:0;
    padding:0px 20px;
    height:260px;
}
    .intr-lxr span:first-child {
    font-weight:bold;
    }
.spot-supply {
    margin-bottom:10px;
    width:340px;
    height:300px;
    padding:40px 0;
    border:1px solid #ddd;
    margin-top:15px;
}
.intr-summary {
    height:273px;
    position:relative;
}
.tran-rule {
    width:100%;
    border-collapse:collapse;
    border:1px solid #ddd;
    box-sizing:border-box;
    margin-bottom:10px;
}
.tran-rule tr {
    height:40px;
    line-height:40px;
}
.tran-rule td {
    border:1px solid #ddd;
    text-align:center;
}
.tran-rule td:nth-child(odd) {
    background:#f2f2f2;
}
.intr-collect > a {
    display: inline-block;
    width: 96px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #ddd;
    font-weight: bold;
    background: #E95702;
    color: #fff;
    margin-right: 16px;
}


    /*求购信息的样式*/
.buy-left {
    width:1144px;
    margin-bottom:30px;
}
.buy-list {
    padding:15px 15px;
}
.buy-list>li {
    height:30px;
    line-height:30px;
}
.buy-list > li > p {
    width:50%;
    float:left;
}
.buy-right {
    width:370px;
    float:left;
    height:100px;
}
.buy-link {
padding:10px 60px;
}
.buy-right > p {
    height:40px;
    line-height:40px;
    padding:0 20px;
    font-size:16px;
    font-weight:bold;
    box-sizing:border-box;
}
.buy-link > li {
    float:left;
    height:40px;
    line-height:40px;
    margin-right:50px;
}
.buy-intro {
margin-top:30px;
}
.buy-intro > h3 {
    margin-bottom:20px;
}

    /*新主页的内容*/

    /*banner部分的图片轮播*/
.com_slider{
    width: 555px;
    height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 13;
    float: left;
    margin-top: 15px;
}
#imgs img{
    width:555px;
    height:320px;
}
#imgs>li{
    position:absolute;
    top:0;
    left:0;
    z-index:0
}
#imgs>li span{
    position: absolute;
    top: 280px;
    left: 0;
    display: inline-block;
    background: rgba(43,48,39,.5);
    width: 555px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-indent: 65px;
}
#imgs li.current{
    opacity:1;
}
#slider>#indexs{
    position: absolute;
    bottom: 8px;
    left: 380px;
    width: 170px;
}
#slider>#indexs>li{
    width:20px;
    height:20px;
    line-height: 20px;
    text-align: center;
    display:inline-block;
    background:#D1C5AE;
    cursor:pointer;
    margin-left:10px;
    color:#fff;
}
#slider>#indexs>li:hover,#slider>#indexs>li.hover {
    background:#FF9F02;
}

.new-right {
    float: left;
    width: 555px;
    margin-left: 20px;
    height: 320px;
    margin-top: 15px;
}
.new-info > p > span {
    display:inline-block;
    width:26px;
    height:26px;
    margin-right:8px;
    position:relative;
    top:5px;
}
.new-messages {
    display: inline-block;
    width: 100%;
}
.new-messages>ul>li {
    height: 33.5px;
    line-height:30px;
    padding-left:15px;
    position:relative;
    box-sizing:border-box;
}
.new-messages > ul > li > a {
    display:inline-block;
    width:370px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-left:5px;
}
    .new-messages > ul > li > a:hover {
       color:#428bca;
    }
.new-messages > ul > li > span { 
    position:absolute;
    right: 0px;
}
.new-messages > ul > li > a:before {
    content:"";
    width:12px;
    height:12px;
    background: url(../images/sprite.png) no-repeat -76px -10px;
    border-radius:100%;
    position:absolute;
    top:9px;
    left:0;
}
.new-supply {
    margin-top:30px;
}
.new-list {
    padding:12px 28px 30px 121px;
}
.new-list > li:first-child {
    border:4px solid #d82d02;
}
.new-list > li:nth-child(2) {
    border:4px solid #72D2DB
}
 .new-list > li:nth-child(3) {
    border:4px solid #1196DB
}
  .new-list > li:nth-child(4) {
    border:4px solid #EA986C
}

.new-list > li {
    float:left;
    width:260px;
    height:260px;
    border:1px solid #ddd;
    margin-right:70px;
    padding:30px;
    box-sizing:border-box;
}
.new-list > li:last-child {
    margin-right:0;
}
.new-list::after {
    display:table;
    content:'';
    clear:both;
}
.new-policy::after {
    display:table;
    content:'';
    clear:both;
}
.new-status {
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:20px;
    cursor:pointer;
}
.new-ttzx {
   background:url(../images/sczx.png) no-repeat; 
}
.new-xxfb {
background:url(../images/xxfb.png) no-repeat;
}
.new-di {
    background:url(../images/di.png) no-repeat;
}
.new-zhuan {
    background:url(../images/zhuan.png) no-repeat;
}
.new-zu {
    background:url(../images/zu.png) no-repeat;
}
.new-zhao {
    background:url(../images/zhao.png) no-repeat;
}
.new-flfg {
    background:url(../images/flfg.png) no-repeat;
}
.new-gg {
    background:url(../images/gg.png) no-repeat;
}
.new-same {
    width:100%;
    height:140px;
    text-align:center;
}
.new-same > span {
    display:inline-block;
    width:100px;
    height:100px;
}
    /*右侧的固定栏*/
    #slidebar {
    width:60px;
    position:fixed;
    right:0;
    top:40%;
    z-index:1000;
    background:#fff;
    padding:15px 0;
}
.sliderbar-list > li {
    width:60px;
    height:72px;
    position:relative;
}
.sliderbar-list > li > a {
    display:block;
}
.sliderbar-list > li > a > p:first-child {
    width:100%;
    text-align:center;
    height:30px;
}
.sliderbar-list > li > a > div {
    display:none;
}
.sliderbar-list > li > a > p:nth-child(2) {
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
}
.sliderbar-list > li span {
    display:inline-block;
    width:30px;
    height:30px;
}
.wechat {
    background:url(../images/wechat.png) no-repeat;
}
.downapp {
    background:url(../images/download.png) no-repeat;
}
.sliderbar-app {
    position:absolute;
    top:-14px;
    left:-100px;
}
.sliderbar-down {
    position:absolute;
    top:4px;
    left:-100px;
}
.sliderbar-list > li:first-child:hover span {
    background:url(../images/wechat-blue.png) no-repeat;
}
.sliderbar-list > li:last-child:hover span {
    background:url(../images/downapp-blue.png) no-repeat;
}
.sliderbar-list > li:hover p:nth-child(2) {
    color:#327DD4;
}
.hot_total {
    width:100%;
   
    /*padding-top: 10px;*/
    /*height: 1358px;*/
}
/*.apply-content {
 position:relative;
   top:-28px;
}*/
/*温馨提示的样式*/
.warmTips.firsts {
    margin-left:40px;
}
.warmTips.seconds {
    position: absolute;top: 370px;
    right: 50px;
    border: 1px solid #52A8EC;border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 20px rgba(82,168,236,0.6);
}
.warmTips > h4 {
    height:40px;line-height:40px;
        color: red;
    letter-spacing: 1px;
}
#form1 .warmTips.firsts > p {
    width:740px;
}
.warmTips > p {
    line-height:30px;width:400px;
}

.new-role {
    height:40px;
    padding-left:140px;
}
.new-role > li {
    float:left;
    width:100px;
    height:40px;
    line-height:40px;
    margin-right:30px;
}
.new-role > li:nth-child(3) {
    margin-left:65px !important;
}
.new-role > li:nth-child(5) {
    margin-left:73px !important;
}
.new-role > li > a {
    display:inline-block;
    width:100%;
    height:100%;
    border-radius:4px;
    text-align:center;
    border:1px solid #ddd;

}
.red {
    background:#D82D02;
    color:#fff;
}
.orange {
    background:#72D2DB;
    color:#fff;
}
.blue {
    background:#1196DB;
    color:#fff;
}
.intr-purpose {
    margin-top:20px;
}
.intr-purpose> a {
    display:inline-block;
    width:180px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:red;
    color:#fff;
    font-size:16px;
    border-radius:4px;
    position:absolute;
    top:165px;
    left:228px;
}


.contact {
    width: 212px;
    height: 52px;
    position: absolute;
    top: 60px;
    right: 70px;
}
.contact p {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}
.contact img {
    width: 50px;
    height: 50px;
    float: left;
}
/*放大镜效果另外*/
 .mirror{
      width:352px; 
      height:auto;
      /*float:left;*/
       overflow:hidden;
 }
.jqzoom > img {
    width:350px;
    height:242px;
}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ background:url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:350px;height:242px;
              /*border:1px solid #DFDFDF;*/

}
.spec-scroll{clear:both;margin-top:15px;width:352px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:68px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:60px;height:60px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}

/*图片旋转木马切换*/
#gallery{
    position:relative;
    width:800px;
    margin:40px auto 0 auto;
}
#pictures{
    position:relative;
    height:553px;
}
#pictures img{
    width:800px;
    height:553px;
    position:absolute;
    top:0;left:0;
}
#prev{
    float:left;
    display:inline;
    margin-left:40px;
}
#next{
    float:right;
    display:inline;
    margin-right:40px;
}
#prev span,#next span {
    display:inline-block;
    width:20px;
    height:20px;  
    position:relative;
    top:3px;  
}
#prev span {
    background:url(../images/left.png) no-repeat;
}
#next span {
    background:url(../images/right.png) no-repeat;
}
#prev,#next{
    margin-top:10px;
    text-align:center;
    font-size:2.0em;
    position:relative;
    top:-56px;
}
.intr-recommend li:hover a{
    color:#428bca;
}
.dt-recommend > ul {
    margin-bottom:20px;
}
.dt-recommend ul a {
    /*color:#428bca;*/
    font-weight:bold;
}
.dt-recommend ul a:hover{
    color:#428bca;
}
.dt-recommend > ul > li {
    line-height:30px;
}
.dt-recommend > ul > li > span:first-child {
    font-size:12px;
}



/* 适老模式的样式 */
.oldMode .main1 a{
   font-size: 30px;
}
.oldMode iframe .message-center{
    width: 100% !important;
}
.oldMode iframe .message-center #slider6{
    width: 100% !important;
}
.oldMode iframe .message-center #slider6 #imgs6{
    width: 100% !important;
}
.oldMode iframe .message-center #slider6 #imgs6 li{
    width: 100% !important;
}
.oldMode iframe .message-left{
    width: 87% !important;
}
