.sd-detail-pic {
    width: 100%;
    height: 600px;
    background: #24292f;
    color: #fff;
}

.container {
    margin: 0 auto;
    width: 1020px;
    min-width: 1020px;
}

.sd-detail-pic .back-info {
    padding: 20px 0;
    overflow: hidden;
    zoom: 1;
}

.sd-detail-pic .back {
    display: block;
    float: right;
    width: 98px;
    height: 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
    text-indent: 30px;
}

.sd-detail-pic .back:hover {
    text-decoration: none;
}

.sd-detail-pic .pic-info {
    margin-right: 36px;
    width: 340px;
    height: 425px;
}

.wrapper {
    width: 990px;
    min-width: 990px;
    margin: 0 auto;
    clear: both;
}

.cloud-zoom {
    display: block;
    width: 340px;
    height: 340px;
}

.cloud-zoom img {
    display: block;
    width: 340px;
    height: 340px;
}

.cloud-zoom-lens {
    border: 1px solid #888;
    margin: -1px;
    background-color: #fff;
    cursor: move;
}

.cloud-zoom-big {
    border: 1px solid #ccc;
    overflow: hidden;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.zoom-section {
    clear: both;
}

* html .zoom-section {
    display: inline;
    clear: both;
}

.zoom-desc {
    width: 340px;
    overflow: hidden;
}

.zoom-small-image {
    margin-bottom: 5px;
}

.zoom-tiny-image {
    border: 2px solid #fff;
    margin: 0px;
}

.zoom-tiny-image:hover {
    border: 2px solid #00cc66;
}

.sd-detail-pic .pic-txt {
    width: 720px;
}

.sd-detail-pic .pic-txt h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.sd-detail-pic .pic-txt p {
    max-height: 308px;
    color: #d3d4d5;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.sd-detail-pic .btn {
    display: block;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    border: 2px solid #ddd;
    color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.sd-detail-pic .btn:hover {
    text-decoration: none;
    background: #999;
}

.productRight {
    float: left;
    width: 60%;
}

.productRight h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.productRight p {
    max-height: 308px;
    color: #d3d4d5;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.productRight .btn {
    display: block;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    border: 2px solid #ddd;
    color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.productContent {
    width: 1020px;
    margin: 0 auto;
    text-align: left;
}

.productContent .block {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #787878;
}

.productContent .block h4 {
    margin-bottom: 15px;
    padding-left: 50px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.productContent .block p {
    margin-bottom: 30px;
    padding: 0 50px;
}

.btn-list {
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    position:relative;
}

.btn-list>a {
    display: block;
    float: left;
    width: 200px;
    height: 58px;
    background: #ddd;
    color: #666;
    font-size: 20px;
    border-top: 2px solid #ccc;
    border-right: 1px solid #f0f0f0;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
}
.btn-list .download {
	background:#fff url(../../img/icon-down.png) no-repeat 90%;

}
.btn-list .dowloadCur{
	background:#fff url(../../img/icon-up.png) no-repeat 90%;
}
.btn-list .cur {
    background: #fff;
    color: #00cc66;
    border-top: 2px solid #00cc66;
    text-decoration: none;
    border-left: 0px solid #ccc;
}
.btn-list .downloadpanel{
	position:absolute;
	top:62px;
	left:0px;
	width:100%;
	background-color:#fff;
	min-height:100px;
	box-shadow:1px 1px 20px #ddd;
	display:none;
	
}
.btn-list .downloadpanel .cen{
	width:95%;
	margin:20px auto;
}
.btn-list .downloadpanel a,.btn-list .downloadpanel .span{
	display:inline-block;
	text-decoration: none;
	padding:5px 10px;
	border:1px solid #ddd;
	color:#666;
	margin:10px;
}
.btn-list .downloadpanel .span{
	float:right;
	cursor:pointer;
}
.btn-list .downloadpanel a:hover{
	color: #00cc66;
	border:1px solid #00cc66;
}
.btn-list .downloadpanel .acur{
	color: #00cc66;
	border:1px solid #00cc66;
}
.txt-list {
    display: none;
    padding-top: 60px;
    padding-bottom: 200px;
}




.btn-list .downloadopen {
	background: url(../../img/icon-up.png) no-repeat 90%
}

