@charset "utf-8";
/* CSS Document */
/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/* End hide from IE Mac */
/* end of clearfix */
/*页面全局结束*/
.tab {
    overflow: hidden;
}

.tab li, .tab a, .tab-item {
    cursor: pointer;
    float: left;
    text-align: center;
}

.m, .mt, .mc, .mb {
    overflow: hidden;
}

.mt .extra {
    float: right;
}

.right-extra .mt {
    height: 28px;
    line-height: 28px;
    padding: 0 10px 8px;
    border-top: 1px solid #EED97C;
    background: url(../images/bg_hotsale.gif) repeat-x 0 -552px;
    color: #c00;
}

.right-extra .tab {
    border-bottom: 2px solid #BE0000;
    margin-bottom: 10px;
}

.right-extra .tab li {
    position: relative;
    height: 24px;
    padding: 3px 12px 0;
    background: url(../images/icon_clubs.gif) #ccc no-repeat right -150px;
    overflow: hidden;
    margin-right: 3px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #c30;
}

.right-extra .tab span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 10px;
    height: 27px;
    background: url(../images/icon_clubs.gif) no-repeat 0 -150px;
}

.right-extra .tab a {
    float: none;
    color: #c30;
}

.right-extra .tab .curr {
    background-position: right -178px;
    color: #fff;
}

.right-extra .tab .curr span {
    background-position: 0 -178px;
}

.right-extra .tab .curr a {
    color: #fff;
}

.right-extra .mc .extra {
    padding: 5px 10px;
    border-top: 1px solid #F3E6C6;
}

.right-extra .total {
    float: right;
}

.right-extra .total strong {
    color: #FF7403;
}

.right-extra .total a:link, .right-extra .total a:visited {
    color: #005aa0;
}

.right-extra .join a:link, .right-extra .join a:visited {
    color: #FF7604;
}

.right-extra .norecode {
    padding: 0 10px 10px;
}

.right-extra .iloading {
    margin-bottom: 10px;
}

/*图片放大镜样式*/
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.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: 100%;
    height: 100%;
}
#box{
    position: relative;
    width: 385px;
    height: 385px;
    border:1px solid #eee;
    /*box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);*/
}
#mask{
    width: 192px;
    height: 192px;
    background: rgb(100,200,255);
    opacity: 0.6;
    position: absolute;
    display: none;
    cursor: move;
}
#largeImg-wrap{
    width: 582px;
    height: 582px;
    position: absolute;
    left: 385px;
    border: 2px solid #ccc;
    top: 0;
    display: none;
    overflow: hidden;
    z-index:1;
}
#largeImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 1122.096px;
    height:1122.096px;
    border: none;
}

.spec-scroll {
    clear: both;
    overflow: hidden;
    margin-top: 14px;
    margin-right:14px;
}
.spec-scroll > a > i{
    color:#666;
    font-size:18px;
}

.spec-scroll .prev {
    float: left;
    /* margin-right: 4px; */
}

.spec-scroll .next {
    float: right;
    /* margin-right:13px; */
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 18px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
    font-size: 25px;
    border:1px solid #eee;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 344px;
    height: 62px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 80px;
}

.spec-scroll .items ul li {
    /* padding-left:5px; */
    float: left;
    text-align: right;
    width: 68px;
}

.spec-scroll .items ul li img {
    width: 60px;
    height: 60px;
}
.spec-scroll img{
    border: 1px solid #eee;
}
.spec-scroll .items ul li img:hover {
    cursor: pointer
}

/*选中样式*/
.spec-scroll .banner-target {
    border-color:#e11b10;
}

.gc-attr-content-top{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.divHide{
    display: none;
}
.full-img{
    width:100%;
    height:100%;
}