

/* reset */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select {margin: 0; padding: 0;}
em {font-style: normal;}
ul,li {list-style: none;}
a {text-decoration: none;}
img {border: none; vertical-align: top;}
table {border-collapse: collapse;}
input,textarea {outline: none;}
textarea {resize: none; overflow: auto;}
body {font-size: 12px; font-family: Arial, "Microsoft Yahei", sans-serif;}

/* end reset */

/* public */

.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.gradient {
    background: -webkit-linear-gradient(top, #fff, #f8f8f8);
    background: -moz-linear-gradient(top, #fff, #f8f8f8);
    background: -ms-linear-gradient(top, #fff, #f8f8f8);
    background: linear-gradient(top, #fff, #f8f8f8);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f8f8f8)"; /* for ie8 */
    +background:#f9f9f9;  /* for ie6~7 */
}

.triangle-up,
.triangle-down,
.triangle-down-grey {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.triangle-up {
    border-bottom: 4px solid #ca0309;
}
.triangle-down {
    border-top: 4px solid #ca0309;
}
.triangle-down-grey {
    border-top: 4px solid #c4bdbd;
}

.titles {
    position: relative;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #010000;
}
.titles strong {
    color: #cc0d13;
}
.titles img {
    position: absolute;
    top: 12px;
    right: 0;
}
.titles sup {
    position: absolute;
    top: -7px;
    left: 21px;
}

/* end public */

/* layout */

#header,
#nav,
.content {
    width: 960px;
    margin:0 auto;
}
#search,
.section,
.side-section,
.side-options,
.login,
#footer {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
}
.section,
.options,
.main-ad,
.side-section,
.side-ad,
.side-options {
    margin-bottom: 10px;
}
.main-ad,
.side-ad {
    overflow: hidden;
    border-radius: 6px;
}

body {
    margin-bottom:30px;
}
#header {
    height: 30px;
    border-radius: 0 0 6px 6px;
    color: #666;
}
#nav {
    position: relative;
    height: 100px;
}
#search {
    position: relative;
    width: 958px;
    height: 114px;
    margin: 0 auto 10px;
}
.main {
    width: 710px;
}
.main-wrap {
    width: 710px;
}
.section {
    width: 318px;
    padding: 0 15px;
}
.options {
    position: relative;
    width: 350px;
    border-radius: 6px;
}
.sidebar {
    width: 240px;
}
.side-section {
    padding: 0 12px;
}
#footer {
    width: 958px;
    height: 78px;
    margin: 0 auto;
    background: #f9f9f9;
}

/* layout end */

/* options */
.options .nav {
    position: relative;
    height: 34px;
    z-index: 2;
}
.options .nav li {
    position: relative;
    width: 172px;
    height: 33px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}
.options .nav .active {
    height: 34px;
    background: #fff;
}
.options .con {
    position: absolute;
    top: 34px;
    width: 318px;
    padding: 0 15px;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 6px 6px;
    background: #fff;
    z-index: 1;
}

/* header */
#header .city {
    padding: 5px 0 0 20px;
}
#header .city a {
    display: inline-block;
    padding: 1px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #999;
    background: #fff;
    box-shadow: 1px 1px 1px #efefef;
}
#header .city a:hover {
    color: #333;
    background: #eee;
}
#header .city a.active {
    color: #d60d03;
    background: #fff;
}
#header .links {
    line-height: 30px;
    padding-right: 24px;
    color: #d5d5d5;
}
#header .links a {
    display: inline-block;
    padding: 0 7px 0 20px;
    color: #666;
}
#header .links a:hover {
    color: #d60d03;
    text-decoration: underline;
}
#header .links .ico1 {
    background: url(../img/header_link_bg.gif) no-repeat 0 9px;
}
#header .links .ico2 {
    background: url(../img/header_link_bg.gif) no-repeat 0 -21px;
}

/* header end */

/* nav */
#nav ul {
    position: absolute;
    top: 10px;
}
#nav ul li{
    float: left;
}
#nav .nav1 {
    left: 11px;
}
#nav .nav2 {
    right: 11px;
}
#nav ul a {
    display: inline-block;
    width: 66px;
    padding-top: 50px;
    text-align: center;
    color: #333;
    background: url(../img/nav_bg.png) no-repeat;
}
#nav .nav-bg1 {
    background-position: 0 0;
}
#nav .nav-bg2 {
    background-position: -66px 0;
}
#nav .nav-bg3 {
    background-position: -132px 0;
}
#nav .nav-bg4 {
    background-position: -198px 0;
}
#nav .nav-bg5 {
    background-position: -264px 0;
}
#nav .nav-bg6 {
    background-position: -330px 0;
}
#nav .nav-bg7 {
    background-position: -396px 0;
}
#nav .nav-bg8 {
    background-position: -462px 0;
}
#nav .nav-bg9 {
    background-position: -528px 0;
}
#nav .nav-bg10 {
    background-position: -594px 0;
}
#nav .nav-bg1:hover {
    background-position: 0 -70px;
}
#nav .nav-bg2:hover {
    background-position: -66px -70px;
}
#nav .nav-bg3:hover {
    background-position: -132px -70px;
}
#nav .nav-bg4:hover {
    background-position: -198px -70px;
}
#nav .nav-bg5:hover {
    background-position: -264px -70px;
}
#nav .nav-bg6:hover {
    background-position: -330px -70px;
}
#nav .nav-bg7:hover {
    background-position: -396px -70px;
}
#nav .nav-bg8:hover {
    background-position: -462px -70px;
}
#nav .nav-bg9:hover {
    background-position: -528px -70px;
}
#nav .nav-bg10:hover {
    background-position: -594px -70px;
}

#nav h1 {
    width: 250px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}
#nav h1:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#nav h1 img {
    vertical-align: middle;
}

/* nav end */

/* search */
#search .search-info {
    position: absolute;
    left: 30px; top: -4px;
    width: 161px; height: 122px;
    background: url(../img/search_img.png) no-repeat ;
    z-index: 10;}
#search .bar {
    position: absolute;
    top: 16px;
    left: -1px;
    width: 958px;
    height: 64px;
    background-color: #e21c01;
    border: 1px solid #c40d0e;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #d2d2d2;
}
#search .search-nav {
    position: absolute;
    left: 226px;
    top:-27px;
}
#search .search-nav li {
    float: left;
    margin-right: 1px;
    width: 78px;
    height: 25px;
    border: 1px solid #f8d0bf;
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    box-shadow:1px 0px 2px rgba(176,176,176,0.3);
}
#search .search-nav .active {
    position: relative;
    top: -1px; height: 27px;
    border: 1px solid #c40d0e;
    border-bottom: none;
    background: #e21c01;
    color: #fbfbfb;
    font-weight: 700;
    text-shadow:2px 2px 3px rgba(0,0,0,0.25);
}
#search form {
    position: absolute;
    left: 226px;
    top: 19px;
}
#search form .search-text {
    float: left;
    width: 382px;
    height: 12px;
    padding: 5px 10px;
    margin-right: 10px;
    border: none;
    line-height: 12px;
    font-size: 12px;
    color: #ea7a7a;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(176,176,176,0.3);
}
#search form .btn {
    float: left;
    width: 62px;
    height: 25px;
    border: none;
    background: url(../img/search_img.png) no-repeat -161px 0;
    cursor: pointer;
}

#search .suggest {
    position: absolute;
    left: 720px;
    top: 14px;
    overflow: hidden;
    width: 206px;
    height: 36px;
    font-size: 12px;
    line-height: 1.5;
    color: #fbfbfb;
}
#search .suggest a {
    color: #fbfbfb;
}
#search .suggest a:hover {
    text-decoration: underline;
}

#search .update {
    position: absolute;
    left: 226px;
    top: 90px;
    overflow: hidden;
    padding-left: 60px;
    width: 345px;
    height: 20px;
    background: url(../img/search_img.png) no-repeat -161px -38px;
}
#search .messages {
    position: absolute;
    left: 60px;
    top: 0px;
}
#search .messages li {
    height: 20px;
    line-height: 20px;
}
#search .messages a {
    color: #000;
}
#search .messages a:hover {
    text-decoration: underline;
}
#search .messages strong {
    font-weight: 400;
    color: #d30703;
}
#search .messages span {
    color: #999;
}

#search .triangle-up {
    position: absolute;
    right: 0; top: 0;
}
#search .triangle-down {
    position: absolute;
    right: 0;
    top: 8px;
}

/* search end */

/* video */
.video-title {
    position: relative;
    height: 42px;
    font: 400 18px/42px Arial;
    color: #d90000;
    background: url(../img/video_bg.gif) no-repeat 105px 10px;
}
.video-title sup {
    position: absolute;
    left: 52px;
    top: -10px;
    font-size: 18px;
}
.video {
    margin-bottom: 15px;
    width: 318px;
    height: 285px;
}
.video-list {
    padding: 0 0 10px 70px;
    background: url(../img/video_bg.gif) no-repeat 0 -50px;
}
.video-list li {
    overflow: hidden;
    padding-left: 17px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../img/dot.gif) no-repeat 7px 9px;
}
/* video end */

/* options */
.nav .active strong {
    font-size: 12px;
    color: #cc0d13;
}
.nav strong {
    font-size: 12px;
    color: #666;
}
.nav span {
    font-size: 14px;
    color: #2b2d2d;
}
.nav .triangle-down, .nav .triangle-down-grey {
    top: 14px;
    right: 12px;
}

.hot-list {
    padding: 15px 0 21px 0;
}

.hot-list li {
    position: relative;
    height: 109px;
    width: 318px;
    margin-bottom: 7px;
    background: url(../img/hot_list_li_bg.gif) no-repeat;
}
.hot-list li .hot-pic1 {
    display: inline-block;
    line-height: 109px;
    vertical-align: middle;
}
.hot-list li img {
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}
.hot-list  img:hover {
    border: 1px solid #bb0d0d;
}
.hot-list .text {
    position: absolute;
    left: 126px;
    top: 11px;
}
.hot-list .text a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 2em;
    color: #bb0d0d;
}
.hot-list .text a:hover {
    text-decoration: underline;
}
.hot-list .text p {
    font-size: 12px;
    line-height: 16px;
    color: #6e6e6e;
}
.con .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

/* 三栏选项卡模块样式 */
.tab-nav {
    position: relative;
    height: 25px;
    border-bottom: 1px solid #dadada;
}
.tab-nav li {
    position: relative;
    float: left;
    height: 24px;
    margin-right: -1px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #dadada;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    color: #666;
}
.tab-nav .active {
    height: 25px;
    color: #454545;
    background: #fff;
}
.tab-nav li a {
    top: 10px;
    right: 12px;
}
.section .tab-nav {
    padding: 0 10px;
}
.section .tab-nav li {
    width: 74px;
    padding: 0 12px;
}

.side-section .tab-nav {
    padding: 0 6px;
}
.side-section .tab-nav li {
    width: 42px;
    padding: 0 12px;
}

/* 三栏选项卡模块样式 end */

/* 推销清单无序列表模块 */ 
.sale-list li {
    height: 27px;
    padding-left: 17px;
    line-height: 27px;    /* height = line-height 自身居中，但旁边元素设置高度使自己偏移？ */
    border-top: 1px dotted #cbcbca;
    background: url(../img/dot.gif) no-repeat 7px center;
}
.sale-list a {
    color: #333;
}
.sale-list span {
    color: #c3c3c3;
}
.sale-list em {
    color: #c75d61;
}
.sale-list .sale-title {
    background: #fff;
    border: none;
    text-align: center;
}
.sale-list .col1,
.sale-list .col2,
.sale-list .col3 {
    display: inline-block;
}
.side-section .sale-list .col1 {
    width: 118px;
}
.side-section .sale-list .col2 {
    width: 30px;
    color: #d80000;
    text-align: center;
}
.side-section .sale-title .col2 {
    color: #c3c3c3;
}
.side-section .sale-list .col3 {
    width: 40px;
    text-align: center;
}
.side-section .tab-con {
    padding-bottom: 5px;
}
.section .sale-list .col1 {
    float: left;
    width: 248px;
}
.section .sale-list .col2 {
    width: 45px;
    height: 27px;
}
.section .sale-list .bg-1 {
    background: url(../img/status_ico.gif) no-repeat 10px 0;
}
.section .sale-list .bg-2 {
    background: url(../img/status_ico.gif) no-repeat 10px -27px;
}

.soso {
    height: 22px;
    width: 296px;
    line-height: 24px;
    padding: 17px 10px 25px 10px;
    border-top: 1px dotted #cbcbca;
}
.soso label,
.soso .text,
.soso .btn {
    float: left;
} 
.soso .text {
    width: 180px;
    height: 20px;
    border: 1px solid #9c9c9c;
    margin: 1px 10px 1px 5px;
}
.soso .btn {
    border: none;
    width: 24px;
    height: 25px;
    background: url(../img/btn.gif);
    border-radius: 15px;
}


/* 推销清单无序列表模块 end */ 

/* 图片列表模块化制作 */

.pic-list li {
    position: relative;
}
.pic-list .pic {
    position: relative;
    width: 96px;
    height: 73px;
}
.pic-list .pic a {
    display: block;
    width: 90px;
    height: 67px;
    padding: 2px;
    border: 1px solid #dadada;
}
.pic-list .pic a:hover {
    border: 1px solid #b80000;
}
.pic-list .pic img {
    width: 90px;
    height: 67px;
}
.pic-list h3 {
    font: 400 12px/26px "Microsoft Yahei";
}
.pic-list h3 a {
    color: #b80000;
}
.pic-list h3 a:hover {
    text-decoration: underline;
}
.pic-list p {
    line-height: 18px;
    color: #666;
}
.pic-list span {
    color: #999;
}
.pic-wrap3 .pic-list li {
    float: left;
    width: 107px;
    padding-bottom: 16px;
}
.pic-wrap1 .pic-list li {
    margin-top: 10px;
    padding-bottom: 10px;
}
.pic-wrap1 .pic-list .first {
    margin-top: 0;
}

.pic-wrap2 .pic-list li {
    padding-bottom: 10px;
}
.pic-wrap1 .pic-list .text,
.pic-wrap2 .pic-list .text {
    position: absolute;
    left: 108px;
    top: 0;
}
.pic-wrap1 {
    padding-bottom: 12px;
}
.pic-wrap1 .pic-list li {
    border-bottom: 1px dotted #cbcbca;
}
.sale-wrap2 {
    padding-bottom: 1px;
}
.sale-wrap3 {
    padding-bottom: 9px;
}

/* 图片列表模块化制作 end */

/* 360shop全景 */
.shop360 img {
    width: 214px;
    height: 110px;
}
.shop360 p {
    height: 28px;
    line-height: 28px;
    color: #333;
}

/* 360shop全景 end */

/* 每日活动&精彩推荐 */

.activity,
.recommend {
    width: 348px;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
}

/* 每日活动模块 */
.new-title {
    position: relative;
    height: 70px;
}
.new-title strong {
    position: absolute;
    top: 22px;
    left: 24px;
    line-height: 12px;
    font-size: 12px;
    color: #ea2b31;
}
.new-title em {
    position: absolute;
    top: 36px;
    left: 24px;
    line-height: 23px;
    font-size: 23px;
    color: #333;
}
.new-title span {
    position: absolute;
    top: 25px;
    left: 128px;
    font-size: 30px;
    color: #ec1c16;
}

.activity .new-title {
    background: url(../img/new_title_bg.gif) no-repeat 120px 0;
}
.recommend .new-title {
    background: url(../img/new_title_bg.gif) no-repeat 120px -70px;
}
.activity .con {
    background: url(../img/activity_bg.gif) no-repeat;
}
.info {
    position: relative;
    padding: 16px 0 19px 0;
    margin: 0 auto;
    width: 300px;
    height: 84px;
}
.info .img {
    position: relative;
    width:84px;
    height:84px;
}
.info .mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    background: url(../img/activity_bg.gif) no-repeat -373px 0;
}
.info .img img {
    width: 84px;
    height: 84px;
}
.info .text {
    position: absolute;
    left:96px;
    top: 16px;
}
.info em {
    float: left;
    width: 26px;
    height: 25px;
    margin-right: 3px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    olor: #ce1812;
    background: url(../img/activity_bg.gif) no-repeat -347px 0;
}
.info h3{
    float: left;
    line-height: 25px;
    margin-left: 3px;
    font-size: 12px;
    color: #333;
}
.info p{
    clear: both;
    width: 200px;
    padding-top: 6px;
    line-height: 18px;
    color: #999;
}

.calendar {
    position: relative;
    width: 301px;
    margin: 0 auto;
}
.calendar h3 {
    height: 34px;
    width: 298px;
    line-height: 34px;
    text-align: center;
    background: url(../img/adorn.gif) repeat-x;
}
.calendar h3 span {
    float: left;
    width: 40px;
    margin-right: 3px;
}
.calendar h3 .last {
    margin-right: 0;  
}
.calendar li {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 3px 2px 0;
    text-align: center;
    line-height: 40px;
    color: #666;
    background: #ededed;
}
.calendar .normal {
    color: #ccc;
    background: #f8f8f8;
}
.calendar .img,
.calendar .active {
    position: absolute;
    top: 0;
    left: 0;
}
.calendar .img {
    width: 40px;
    height: 40px;
}
.calendar .active {
    width: 36px;
    height: 36px;
    border: 2px solid #d30408;
}
.today-info {
    position: absolute;
    top: 125px;
    left: 220px;
    width: 290px;
    height: 86px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #c0c0c0;
    box-shadow: 3px 4px 0 #bfbfbf;
}
.today-info img {
    float: left;
    width: 81px;
    height: 81px;
    border: 2px solid #ddd;
}
.today-info .text {
    float: right;
    width: 200px;
}
.today-info .text strong {
    vertical-align: middle;
    color: #ccc;
    font-size: 16px;
}
.today-info .text h4 {
    vertical-align: middle;
    height: 26px;
}
.today-info .text em {
    vertical-align: middle;
    color: #333;
}
.today-info .text p {
    color: #999;
}
.today-info .text a {
    position: absolute;
    right: 18px;
    bottom: 10px;
    display: block;
    width: 24px;
    height: 25px;
    background: url(../img/btn.gif);
}
.today-info span {
    position: absolute;
    top: 47px;
    left: -8px;
    width: 8px;
    height: 14px;
    background: url(../img/adorn.gif) no-repeat 0 -48px;
}

/* 每日活动模块 end */

/* 精彩推荐模块 */

.photos {
    position: relative;
    margin: 0 auto;
    padding: 12px;
    width: 294px;
    height: 156px;
    background: #f8f8f8;
    border-radius: 3px;
}
.photos ul {
    position: relative;
    width: 223px;
    height: 133px;
    border: 1px solid #fff;
}
.photos ul li {
    position: absolute;
    width: 223px;
    height: 133px;
} 
.photos ul img {
    width: 223px;
    height: 133px;
} 
.photos ol {
    position: absolute;
    left: 246px;
    top: 12px;
}
.photos ol li {
    width: 54px;
    height: 30px;
    margin-bottom: 13px;
    border: 3px solid #fff;
} 
.photos ol img {
    width: 54px;
    height: 30px;
}
.photos ol .active {
    border: 3px solid #d6191d;
}
.photos p {
    position: absolute;
    top: 146px; left: 12px;
    line-height: 32px;
}

.recom-list {
    width: 300px;
    margin: 12px auto;
}
.recom-list li {
    padding-left: 15px;
    height: 28px;
    line-height: 28px;
}
.recom-list .shop {
    background: url(../img/recommend_list_ico.gif) no-repeat 0 -1px;
}
.recom-list .mess {
    background: url(../img/recommend_list_ico.gif) no-repeat 0 -31px;
}
.recom-list em,
.recom-list a {
    float: left;
}
.recom-list em {
    padding: 0 6px;
    color: #dfdfdf;
}
.recom-list a {
    overflow: hidden;
    width: 195px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #454545;
}
.recom-list span {
    float: right;
    color: #999;
}

/* 精彩推荐模块 end */

/* 每日活动&精彩推荐 end */

/* 在线帮助模块 */
.help p {
    padding:10px 10px 10px 0;
    line-height: 18px;
    text-indent: 2em;
    color: #333;
}
.help ul {
    height: 34px;
    border-bottom: 1px solid #ededee;
}
.help li {
    float: left;
    padding-left: 30px;
    width:128px;
    height: 20px;
    line-height: 20px;
}
.help .phone {
    font-weight: 700;
    color: #b80000;
    background: url(../img/help.gif) no-repeat 8px 0;
}
.help .mail {
    background: url(../img/help.gif) no-repeat 8px -44px;
}
.help dl {
    float: left;
    padding: 20px 0 26px 0;
    width: 158px;
}
.help dt,
.help dd {
    height: 18px;
    line-height: 18px;
    color: #292929;
}
.help a {
    color: #292929;
}
.help a:hover {
    color:#b80000;
    text-decoration: underline;
}
.help dt {
    font-weight: 700;
}
.help dd {
    padding-left: 12px;
    background: url(../img/dot.gif) no-repeat 4px 7px;
}
/*在线帮助模块end */

/*media模块*/
.media {
    padding-bottom: 8px;
}
.media li {
    position: relative;
    width: 310px;
    height: 50px;
}
.media img {
    float: left;
    padding-top: 5px;
}
.media a {
    color: #292929;
}
.media a:hover {
    color: #b80000;
}
.media span {
    position: absolute;
    width: 212px;
    top: 12px;
    left: 100px;
}

/*media模块end*/

/* login登陆模块 */
.login {
    width: 240px;
    margin-bottom: 10px;
}
.login .titles {
    padding-left: 12px;
    margin-bottom: 10px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dbdbdb;
}
.login form {
    margin: 0 12px;
    padding: 4px;
    border-bottom: 1px solid #f2f2f2;
}
.login form li {
    height: 25px;
}
.login form label,
.login form input {
    float: left;
}
.login form label {
    width: 50px;
    word-spacing: 8px;
    color: #595959;
}
#username,#password {
    width: 87px;
    height: 17px;
    margin-right: 6px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}
.login .btn {
    width: 54px;
    height: 23px;
    border: none;
    font-weight: 700;
    background: #e10000;
    cursor: pointer;;
    color: #fff;
    border-radius: 12px;
    box-shadow: 1px 1px 1px #b9b9b9;
}
.login .remind {
    margin: 0 12px;
}
.login .remind li {
    display: inline-block;
    padding-left: 15px;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: url(../img/dot.gif) no-repeat 6px 13px;
}

/* login登陆模块 end */

/* BBS模块 */
.bbs {
    height: 288px;
}
.bbs li {
    width: 318px;
    height: 30px;
    margin-bottom: 3px;
    line-height: 30px;
    background: #f1f1f1;
    border-radius: 5px;
}
.bbs li strong {
    float: left;
    padding: 0 20px 0 10px;
    font-weight: 700;
    color: #d80000;
}
.bbs li img,
.bbs li span,
.bbs li sub {
    display: none;
}
.bbs li a {
    float: left;
    color:#333;
}
.bbs li em {
    float: right;
    padding-right:22px;
    color: #666;
}

.bbs .active {
    position: relative;
    height: 70px;
    background: #d90000;
}
.bbs .active strong,
.bbs .active em {
    display: none;
}
.bbs .active img,
.bbs .active a,
.bbs .active span,
.bbs .active sub {
    position: absolute;
    display: block;
    color: #fff;
}
.bbs .active img {
    top: 10px;
    left: 10px;
    width: 51px;
    height: 51px;
}
.bbs .active a {
    top: 10px;
    left: 76px;
    font: 700 14px/26px "Microsoft Yahei";
}
.bbs .active span {
    top: 36px;
    left: 76px;
}
.bbs .active sub {
    right: 5px;
    bottom: -3px;
    font: 700 20px/20px "Arial";
}
/* BBS模块 end */

/* 交通模块 */
.tab-con2 {
    width: 318px;
    height: 294px;
}
/* 交通模块 end */

/* 红人烧客模块 */
.hot-users {
    height: 258px;
}
.hot-users li {
    float: left;
    position: relative;
    margin: 0 2px 2px 0;
}
.hot-users img {
    width: 78px;
    height: 78px;
}
.hot-users .user1 {
    width: 156px;
}
.hot-users .user2 {
    width: 77px;
}
.hot-users p {
    position: absolute;
    top: 0;
    left: 0;
    width:132px;
    height:54px;
    padding: 12px; 
    color: #fff;
    background: rgba(0,0,0,0.3);
}

/* 红人烧客模块 end */

/* footer模块 */

#footer p {
    height: 50px;
    padding: 14px;
    line-height: 25px;
    text-align: center;
    color: #767676;
}
#footer a {
    padding: 0 6px;
    color: #454545;
}
#footer span {
    margin-left: 10px;
}

/* footer模块 end */



