﻿.c1
{
    background: #fff;
    border: solid 1px #9ad3f0;
    height: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.b1
{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 12px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-image: -webkit-gradient(linear, 0 0, 0 10%, from(#C9EAFB), to(#fff));
    background-image: -webkit-linear-gradient(top,#C9EAFB, #fff 10%);
    background-image: -moz-linear-gradient(top,#C9EAFB, #fff 10%);
    background-image: -ms-linear-gradient(top,#C9EAFB, #fff 10%);
    background-image: -o-linear-gradient(top,#C9EAFB, #fff 10%);
    background-image: linear-gradient(top,#C9EAFB, #fff 10%);
    color: #444;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset;
}
.b1 .fl
{
    font-size: 22px;
    font-family: 'Microsoft Yahei' , '微软雅黑' , MSYahei, '黑体' , '宋体' , Verdana, Arial, Helvetica, sans-serif;
}
.b1 .fl a
{
    color: #069;
}
.b1 .fl a:hover
{
    color: #f60;
    text-decoration: none;
}
.b1 .fr
{
}
.v1
{
    background: #fff;
    height: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
/*——*/
.video
{
    padding: 8px 0 0 11px;
}
.video li
{
    width: 234px;
    height: 180px;
    overflow: hidden;
    float: left;
}
.video li a, .video li div
{
    width: 210px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
}
.video li a:hover, .video li div:hover
{
    color: #43B4FF;
    text-decoration: none;
}
.video li u
{
    display: block;
    text-decoration: none;
}
.video li u img
{
    width: 210px;
    height: 160px;
}
.video li span
{
    display: block;
    position: absolute;
    width: 190px;
    padding: 0 10px;
    z-index: 3;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video li b
{
    display: block;
    position: absolute;
    width: 210px;
    z-index: 2;
    background: #000;
    height: 30px;
    margin-top: 130px;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.video li i
{
    display: block;
    position: absolute;
    width: 210px;
    height: 140px;
    z-index: 1;
    font-style: normal;
    filter: Alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    background: url(/s/img/w/1/Shop-1/PlayArrow.png) no-repeat center center;
    _background-image: url(/s/img/w/1/Shop-1/PlayArrow.gif);
}
.video li div:hover i
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; *filter:Alpha(Opacity=50);
}
.video blockquote
{
    text-align: center;
    color: #999;
    padding: 20px 0 50px;
}
/*——*/
.photo
{
    padding: 8px 0 18px 22px;
}
.photo .td1, .photo .td1 .con1
{
    width: 360px;
}
.photo .td1 .con1 a:hover img
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.photo .td2, .photo .td2 .con2
{
    width: 540px;
}
.photo .td2 .con2 li
{
    width: 180px;
    height: 140px;
    overflow: hidden;
    float: left;
}
.photo .td2 .con2 li u
{
    display: block;
    text-decoration: none;
}
.photo .td2 .con2 li u img
{
    width: 180px;
    height: 140px;
}
.photo .td2 .con2 li u img:hover
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.photo .td2 .con2 li a, .photo .td2 .con2 li div
{
    width: 180px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
}
.photo .td2 .con2 li a:hover, .photo .td2 .con2 li div:hover
{
    color: #43B4FF;
    text-decoration: none;
}
.photo .td2 .con2 li span
{
    display: block;
    position: absolute;
    width: 160px;
    padding: 0 10px;
    z-index: 3;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.photo .td2 .con2 li b
{
    position: absolute;
    display: block;
    z-index: 2;
    width: 180px;
    background: #000;
    height: 30px;
    margin-top: 110px;
    filter: Alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    _filter: Alpha(Opacity=60);
}
.photo .td2 .con2 li:hover b
{
    background: #fff;
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.photo blockquote
{
    text-align: center;
    color: #999;
    padding: 20px 0 30px;
}
/*-*/
.focus_img_box
{
    width: 360px;
    height: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#focus_img
{
    height: 280px;
    overflow: hidden;
}
#btn_focus_prev, #btn_focus_next
{
    width: 60px;
    height: 100px;
    position: absolute;
    top: 90px;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    filter: Alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#btn_focus_prev
{
    left: 0;
    background: url(/s/img/w/1/Shop-1/ArrowLeft.gif) no-repeat 0 0;
}
#btn_focus_next
{
    right: 0;
    background-image: url(/s/img/w/1/Shop-1/ArrowRight.gif);
}
#btn_focus_prev:hover, #btn_focus_next:hover
{
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/*——*/
.mall
{
    padding: 6px 0 0 22px;
}
.mall li
{
    width: 187px;
    height: 223px;
    overflow: hidden;
    float: left;
}
.mall li .con1
{
    height: 145px;
}
.mall li .con1 img
{
    width: 140px;
    height: 140px;
}
.mall li .con2
{
    width: 160px;
    height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.mall li .con2 a
{
    color: #666;
}
.mall li .con2 a:hover
{
    color: #E4393C;
}
.mall li .con3
{
    white-space: nowrap;
}
.mall li .con3 b
{
    font-size: 13px;
    font-family: Arial;
    color: #E4393C;
    margin-right: 4px;
}
.mall li .con3 span
{
    font-family: Arial;
    color: #999;
    text-decoration: line-through;
}
.mall blockquote
{
    text-align: center;
    color: #999;
    padding: 20px 0 50px;
}
/*——*/
.x1 td.tdspace, .x1 td.tdspace div
{
    width: 10px;
}
.x1 td.td1
{
    width: 290px;
}
.x1 td.td2
{
    width: 350px;
}
.x1 td.td3
{
    width: 300px;
}
.x1 td.td2 .c1
{
    width: 348px;
    min-height: 256px;
}
.x1 td.td3 .c1
{
    width: 298px;
    min-height: 256px;
}
/*-*/
.news
{
    padding: 0 12px 8px 14px;
}
.news td
{
    height: 26px;
    color: #999;
}
.news td.contd1 div
{
    width: 280px;
    height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/s/img/g/arr1.gif) no-repeat 0 center;
    font-size: 14px;
}

.news td.contd666 div
{
    width: 280px;
    height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/s/img/g/arr1.gif) no-repeat 0 center;
    font-size: 14px;
}

.news td.contd2
{
    font-family: Arial;
    width: 50px;
    text-align: right;
}
/*-*/
.tieba
{
    padding: 0 12px 8px 14px;
}
.tieba td
{
    height: 26px;
    color: #999;
}
.tieba td.contd1 div
{
    width: 230px;
    height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/s/img/g/arr1.gif) no-repeat 0 center;
    font-size: 14px;
}
.tieba td.contd2
{
    width: 80px;
}
.tieba td.contd2 div
{
    text-align: right;
    width: 80px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tieba td.contd2 div a
{
    color: #999;
}
/*-*/
.tuan
{
    width: 288px;
    height: 248px;
    overflow: hidden;
    padding-top: 8px;
}
.tuan .con1
{
    width: 274px;
    margin: 0 auto;
    padding-bottom: 6px;
}
.tuan .con1 img
{
    width: 274px;
    height: 174px;
}
.tuan .con2
{
    margin: 0 auto;
    font-size: 14px;
    width: 274px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
.tuan .con3
{
    padding-top: 7px;
    width: 280px;
    height: 33px;
    margin: 0 auto;
}
.tuan .con3 td.td_al
{
    font-size: 22px;
    line-height: 33px;
    font-family: Arial;
    color: #FF3355;
}
.tuan .con3 td.td_ar
{
    width: 88px;
}
.tuan .con3 td.td_ar a
{
    width: 84px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(/s/img/w/1/Shop-1/TuanBuyBtn.gif) no-repeat 0 0;
}
.tuan .con3 td.td_ar a:hover
{
    color: #fff;
    text-decoration: none;
    background-position: 0 -33px;
}
.tuan .con3 td.td_ar a span
{
    display: block;
    padding-left: 37px;
}
/*——*/
.shop
{
    padding: 8px 0 4px 14px;
}
.shop li
{
    width: 437px;
    overflow: hidden;
    border: solid 1px #eee;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
    background: #FAFAFA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset,0 0 5px rgba(0,0,0,.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F6F6F6));
    background-image: -webkit-linear-gradient(#fff, #F6F6F6);
    background-image: -moz-linear-gradient(#fff, #F6F6F6);
    background-image: -ms-linear-gradient(#fff, #F6F6F6);
    background-image: -o-linear-gradient(#fff, #F6F6F6);
    background-image: linear-gradient(#fff, #F6F6F6);
}
.shop li.on,.shop li.on2
{
    background: #fff;
    border-color: #FFC4BB;
    box-shadow: 0 0 8px #FFC4BB;
}
.shop li.on
{
    background: #FFF5D6;
}
.shop li td.td1
{
    width: 154px;
}
.shop li td.td1 .abs
{
    margin: -10px 0 0 398px;
}
.shop li td.td1 .con1
{
    width: 154px;
}
.shop li td.td1 .con1 img
{
    width: 140px;
    height: 110px;
}
.shop li td.td1 .con1 img:hover
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.shop li td.td2 .con2
{
    width: 283px;
    overflow: hidden;
}
.shop li td.td2 .con2 b
{
    display: block;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    /*font-size: 16px;font-family: 'Microsoft Yahei' , '微软雅黑' , MSYahei, '宋体' , Verdana, Arial, Helvetica, sans-serif;*/
    color: #ccc;
}
.shop li td.td2 .con2 p
{
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop li td.td2 .con2 p span
{
    color: #444;
}
.shop li td.td2 .con2 p span.red
{
    color: #f00;
}
/*-*/
.UserAuth u
{
    float: left;
    text-decoration: none;
    margin-right: 1px;
}
.UserAuth i
{
    background: url(/s/img/w/1/Shop-1/UserAuth.gif) no-repeat;
    width: 22px;
    height: 17px;
    float: left;
    padding-right: 7px;
    margin-top: 1px;
}
.UserAuth i.sf1
{
    background-position: 0 1px;
}
.UserAuth i.sf0
{
    background-position: -62px 1px;
}
.UserAuth i.em1
{
    background-position: -2px -33px;
    width: 17px;
}
.UserAuth i.em0
{
    background-position: -65px -33px;
    width: 17px;
}
.UserAuth i.sj1
{
    background-position: -4px -68px;
    width: 14px;
}
.UserAuth i.sj0
{
    background-position: -67px -68px;
    width: 14px;
}
.UserAuth i.zz1
{
    background-position: 0 -103px;
}
.UserAuth i.zz0
{
    background-position: -63px -103px;
}
/*-*/
.shop blockquote
{
    text-align: center;
    color: #999;
    padding: 20px 0 50px;
}
/*——*/
.path
{
    height: 20px;
    overflow: hidden;
}
.path .fl
{
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    background: url(/s/img/w/1/Shop-1/home2.gif) no-repeat 0 center;
    padding-left: 27px;
    color: #B2B2B2;
}
.path .fl a
{
    color: #52A0ED;
}
.path .fl span
{
    background: url(/s/img/w/1/Shop-1/PathArrow.gif) no-repeat 5px center;
    padding-left: 18px;
}
.path .fr a
{
    font-weight: bold;
    font-size: 14px;
}
.path .fr a span
{
    color: #080;
    margin-right: 5px;
}
.path .fr a:hover, .path .fr a:hover span
{
    text-decoration: none;
    color: #f60;
}
/*——*/