﻿* {
    margin: 0;
    padding: 0;
}



#content_box {
    position: relative;
    z-index: 6;
    min-width: 1000px;
    background: #f9f9f9;
}

#Main_image {
    background: url("ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0 auto;
    padding: 9px 9px 100px;
    position: relative;
    z-index: 3;
}

#description {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 6;
    height: 80px;
    text-align: left;
}


#desc {
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.6);
    margin-left: -9px;
    padding-top: 5px;
    text-align: left;
}

#Main_thumb {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    height: 105px;
    position: relative;
}

.thumbpic {
    color: #fff;
    font-size: 12px;
    left: 0;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
}


    .thumbpic .thumbwarp ul {
        left: 0;
        position: absolute;
        z-index: 2;
    }

    .thumbpic .thumbwarp li {
        float: left;
        height: 105px;
        margin: 0 0 0 20px;
        position: relative;
        text-align: center;
        width: 130px;
    }



        .thumbpic .thumbwarp li a:hover {
            text-decoration: none;
        }

    .thumbpic .thumbwarp .liSelected {
        border-color: #e9c184;
        background: url(sMask.png) no-repeat;
    }

/*.thumbpic .thumbwarp .liSelected img {
            border-color: #fff;
        }*/

.bigleft, .bigleftprev, .bigright, .bigrightnext {
    width: 38px;
    height: 86px;
    display: block;
    position: absolute;
    /*top: 290px;*/
    top: 35%;
    background: url(bgArt.png) no-repeat;
}

.bigleft {
    left: 108px;
    background-position: -80px 0;
    cursor: pointer;
}

.bigright {
    right: 108px;
    background-position: -116px 0;
    cursor: pointer;
}
/*.bigleft {
    left: 10px;
    background-position: -161px 0;
    cursor: pointer;
}

.bigleftprev:hover {
    left: 10px;
    background-position: -80px 0;
    cursor: pointer;
}

.bigleftprev {
    left: 10px;
    background-position: -5px -2px;
    cursor: pointer;
}

.bigright {
    right: 10px;
    background-position: -192px 0;
    cursor: pointer;
}

.bigrightnext:hover {
    right: 10px;
    background-position: -116px 0;
    cursor: pointer;
}

.bigrightnext {
    right: 10px;
    background-position: -36px 0;
    cursor: pointer;
}*/

.thumbleft, .thumbleftprev, .thumbright, .thumbrightnext {
    width: 18px;
    height: 37px;
    display: block;
    position: absolute;
    top: 40px;
    background: url(bgArt.png) no-repeat;
}

.thumbleft {
    left: 6px;
    background-position: -73px -87px;
    cursor: pointer;
}

.thumbleftprev:hover {
    left: 6px;
    background-position: -36px -87px;
    cursor: pointer;
}

.thumbleftprev {
    left: 6px;
    background-position: 0 -87px;
    cursor: pointer;
}

.thumbright {
    right: 6px;
    background-position: -88px -87px;
    cursor: pointer;
}

.thumbrightnext:hover {
    right: 6px;
    background-position: -52px -87px;
    cursor: pointer;
}

.thumbrightnext {
    right: 6px;
    background-position: -16px -87px;
    cursor: pointer;
}

#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    display: none;
}

.back {
    margin-right: 200px;
    float: right;
    background-image: url(lp_1.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

    .back:hover {
        background-image: url(lp_2.png);
        background-repeat: no-repeat;
    }

    .back i {
        float: left;
        font-size: 14px;
        color: #666;
    }

.v {
    width: 18px;
    height: 20px;
}

/*标题右侧功能列表*/
.piccontext{width:998px;border:1px solid #e4e4e4;margin:12px auto 0px;background:white;overflow:hidden;}
.piccontext h2{width:950px;height:46px;line-height:46px;overflow:hidden;font-size:20px;color:#2c2c2c;margin-top:18px;margin-left:25px;font-weight:normal;}
.source{width:950px;height:20px;line-height:20px;overflow:hidden;margin-left:25px; font-family:"宋体";font-size:12px;}
.source_left{float:left;height:20px;color:#666666;}
.source_left a{color:#666666;}
.source_left a:hover{color:#ff5d11; text-decoration:underline;}
.source_left span{color:#ababab;padding-left:15px; font-family:Arial, Helvetica, sans-serif;}
.source_right{float:right;height:20px;color:#666666;}
.source_right a{color:#666666;}
.source_right span{padding:0px 10px;}
.source_right1{float:right;height:20px;color:#666666;display:none;}
.support{float:left;height:20px;overflow:hidden;}
.support img{padding:0px 5px;}
.spell{background:url("spel.jpg") 0px -1px no-repeat;padding-left:23px;}
a.spell:hover{background:url("spel_1.jpg") 0px -1px no-repeat;}
.list{padding-left:23px;}
a.list:hover{background:url("list_1.jpg") 0px 0px no-repeat;}
#share {
    right: 45px;
bottom: -4px;
}
#share a {
    color: #9d9d9d;
    text-align: center;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    line-height: 14px;
    background: url(share1.gif) no-repeat left;
}