@charset "utf-8";
/* CSS document*/
.site-list-side {
	width: 200px;
	float: left;
	padding: 0 15px;
	border:1px solid #dedede;
}
.site-list-side .hd {
	font-size: 16px;
	line-height: 44px;
	padding-bottom: 10px;
}
.site-list-side > ul > li {
	padding-bottom: 25px;
}
.site-list-side > ul > li .img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto 5px;
	overflow: hidden;
}
.site-list-side > ul > li p {
	font-size: 14px;
	color: #e93b39;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 5px;
}
.site-list-side > ul > li .name {
	display: inline-block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	font-size: 12px;
}
.site-list-content {
	width: auto; 
	/* float: left; */
	/* margin-left: 20px; */
}
.list-page-filter {
	width: 100%;
	height: 50px;
	background: #f1f1f1;
	margin-bottom: 10px;
	font-size: 12px;
}
.list-page-filter .f-sort {
	float: left;
	padding-left: 20px;
}
.list-page-filter .f-sort a {
	display: inline-block;
	line-height: 50px;
	float: left;
}
.list-page-filter .f-sort .active {
	color: #e93b39;
}
.list-page-filter .f-sort b {
	width: 1px;
	height: 13px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	background: #d0d0d0;
	vertical-align: middle;
}
.list-page-filter .f-sort .down .icon-arrow-up {
	display: inline-block;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);		
	-webkit-transform: rotate(180deg);	
	-o-transform: rotate(180deg);		
	-moz-transform: rotate(180deg);
}
.list-page-filter .f-range {
	float: left;
	padding-left: 20px;
	padding:10px 0px 10px 20px;
}
.list-page-filter .f-range > input {
	display: inline-block;
	float: left;
    width: 70px;
    height: 30px;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.list-page-filter .f-range > span {
	float: left;
	display: inline-block;
	line-height: 30px;
	padding:0 5px;
}
.list-page-filter .f-range > .btn {
	float: left;
	margin-left: 10px;
}
.list-page-filter .f-search {
	float: left;
	padding: 10px 0 10px 50px;
}
.list-page-filter .f-search input {
	display: inline-block;
	float: left;
    width: 150px;
    height: 30px;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.list-page-filter .f-search .btn {
	float: left;
	width: 66px;
	margin-left: -1px;
}
.list-page-filter .f-search .btn-gray:hover {
	background: #f5f5f5;
}
.list-page-filter .f-pagination {
	float: right;
	padding:14px 20px 14px 0;
}
.list-page-filter .f-pagination .btn-gray:hover {
	background: #f5f5f5;
}
.list-page-filter .f-pagination b {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	color: #e93b39;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.list-page-filter .f-pagination em {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.list-page-pr > ul > li {
	width: 236px;
	height: 346px;
	padding: 10px 20px 10px 20px;
	float: left;
	text-align: left;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.list-page-pr > ul > li:hover {
	box-shadow: 2px 2px 10px 5px #eeeeee;
}
.list-page-pr > ul > li .img {
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.list-page-pr > ul > li .price {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #e93b39;
}
.list-page-pr > ul > li .name {
	height: 18px;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}
.list-page-pr > ul > li .btn-box {
	padding: 10px 0px 0;
	opacity: 0;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.list-page-pr > ul > li .btn-box a {
	color: #333;
	line-height: 22px;
}
.list-page-pr > ul > li .btn-box .attentioned {
	color: #e93b39;
}
.list-page-pr > ul > li .btn-box a:hover {
	color: #e93b39;
}
.list-page-pr > ul > li .btn-box a span {
	float: left;
	font-size: 16px;
	padding-right: 5px;
}
.list-page-pr > ul > li .btn-box .icon-heart,
.list-page-pr > ul > li .btn-box .icon-heart-solid{
	margin-top: 2px;
}

.list-page-pr > ul > li .btn-box .icon-cart {
	font-size: 20px;
}
.list-page-pr > ul > li:hover .btn-box  {
	opacity: 1;
}
.search-filter-wrapper {
	margin-bottom: 10px;
}
.filter-list-wrap {
	background: #e5e5e5;
	border:2px solid #e5e5e5;
	margin-bottom: 1px 
}
.search-filter-wrapper .sf-key {
	float: left;
	width: 140px;
	padding: 8px;
	line-height: 22px;
	color: #333;
}
.search-filter-wrapper .sf-values {
	float: left;
	width: 900px;
	padding: 8px;
	height: 40px;
	border-left: 1px solid #fff;
	font-size: 12px;
	overflow: hidden;
}
.search-filter-wrapper .filter-list-wrap.multiple .sf-values {
	height: auto;
}
.search-filter-wrapper .sf-values ul li{
	display: inline-block;
	width: 130px;
	height: 24px;
	overflow: hidden;
	margin-right: 10px;
	line-height: 24px;
	margin-bottom: 4px;
}
.search-filter-wrapper .sf-values ul li a {
	color: #534795;
}
.search-filter-wrapper .sf-values ul li a:hover {
	color: #35365e;
}
.search-filter-wrapper .sf-values input {
	margin-right: 5px;
}
.search-filter-wrapper .sf-options {
	float: right;
	width: 156px;
	padding: 8px;
}
.search-filter-wrapper .sf-hide {
	display: none;
}
.search-filter-wrapper .filter-list-extra {
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: #e5e5e5;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.filter-list-extra i {
	padding-left: 5px;
}
.search-filter-wrapper .filter-list-extra i,
 .filter-list-extra em{
	display: inline-block;
	font-style: normal;
}
.search-filter-wrapper .sfo-multiple {
	width: 56px;
	height: 24px;
	float: left;
	background: #fff;
	border:1px solid #dedede;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}
.search-filter-wrapper .sfo-more {
	width: 56px;
	height: 24px;
	float: right;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
}
.search-filter-wrapper .sfo-more em {
	font-style: normal;
	float: left;
}
.search-filter-wrapper .sfo-multiple .icon-plus {
	padding-left: 5px;
}
.search-filter-wrapper .sfo-more .icon-arrow_down,
.search-filter-wrapper .sfo-more .icon-arrow_up {
	font-size: 14px;
	padding-left: 3px;
	float: left;
	margin-top: 4px;
}
.search-filter-wrapper .sf-btns {
	padding: 5px 0;
	text-align: center;
}
.search-filter-wrapper .sf-btns .btn{
	margin: 0 10px;
}
.search-filter-wrapper .sf-btns .btn-gray {
	border:1px solid #ccc;
}
/*detail*/
.product-intro {
	width: 1200px;
	margin: 0 auto 20px;
}
.pro-goods-preview {
	width: 400px;
	float: left;
	position: relative;
}
.MagnifierMain {
	position: relative;
	width: 400px;
	height:400px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	cursor: move;
}
.MagnifierPop {
	position: absolute;
	top: 0;
	border:1px solid #dedede;
	overflow: hidden;
	background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;
	z-index: 2000;
}
.MagnifierImg {
	position: absolute;
	top: 0;
	left: 0;
}
.pro-goods-preview  .spec-items {
	position: relative;
	width: 350px;
	height: 65px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}
.pro-goods-preview  .spec-items ul {
	width: 500%;
	position: absolute;
	left: 0;
}
 .pro-goods-preview .spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-goods-preview .spec-items li {
	width: 65px;
	height: 65px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}
.pro-goods-preview .spec-items li.on {
	border: 1px solid #e93b39;
}
.pro-goods-preview .spec-items li img {
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.pro-goods-preview .spec-items li.on img {
	-webkit-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
}
.pro-goods-preview span.icon-chevron-left,
.pro-goods-preview span.icon-chevron-right {
	position: absolute;
	bottom: 0px;
	display: block;
	border:1px solid #dedede;
	width: 20px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #666;
	cursor: default;
	background-color: #fff;
}
.pro-goods-preview  span.on {
	background-color: #f5f5f5;
	color: #999;
	cursor: pointer;
}
.pro-goods-preview span.icon-chevron-left {
	left: 0;
}
.pro-goods-preview span.icon-chevron-right {
	right: 0;
}
.pro-goods-info {
	width: 620px;
	float: left;
	padding: 0 50px;
}
.pro-goods-info .name {
	padding-bottom: 15px;
}
.pro-goods-info .name h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
}
.pro-goods-info .name p {
	font-size: 14px;
	color: #e93b39;
	line-height: 32px;
}
.pro-goods-info .summary {
	padding: 10px;
	background: #f5f5f5;
	border:1px solid #efefef;
	margin-bottom: 20px;
}
.pro-goods-info .summary .item1{
	line-height: 24px;
	padding-bottom: 5px;
}
.pro-goods-info .summary .item1 label,
.pro-goods-info .summary .item2 label {
	width: 60px;
	text-align: left;
	font-size: 12px;
}
.pro-goods-info .summary .item1 {
	color: #999;
}
.pro-goods-info .summary .item1 p,
.pro-goods-info .summary .item2 p {
	display: inline-block;
}
.pro-goods-info .summary .item1 p {
	text-decoration: line-through;
}
.pro-goods-info .summary .item2 p {
	font-size: 22px;
	font-weight: bold;
	color: #e93b39;
}

.pro-goods-info .options {
	font-size: 12px;
}
.pro-goods-info .options ul li {
	padding-bottom: 10px;
}
.pro-goods-info .options ul li label {
	width: 80px;
	line-height: 32px;
	float: left;
}
.pro-goods-info .options ul li .rd {
	width: 440px;
	float: left;
}
.pro-goods-info .options .rd > span {
	height: 32px;
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #dedede;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	line-height: 20px;
	position: relative;
}
.pro-goods-info .options .rd > span:hover {
	border:2px solid #e93b39;
	padding: 4px 9px;
}
.pro-goods-info .options ul li .rd > .selected {
	padding: 4px 9px;
	border:2px solid #e93b39;
}
.pro-goods-info .options .rd .disabled {
	border:1px dashed #ddd;
	color: #ddd;
}
.pro-goods-info .options .rd .disabled:hover {
	border:1px dashed #ddd;
	cursor: not-allowed;
	padding: 5px 10px;
}
.pro-goods-info .options ul li i {
	width: 15px;
	height: 12px;
	display:inline-block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/pro-goods-info-sel-bg.png);
	display: none;
}
.pro-goods-info .options ul li .selected i {
	display: block;
}
.pro-goods-info .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dedede;
}
.pro-goods-info .quantity {
	padding-top: 20px;
}
.pro-goods-info .quantity label {
	width: 80px;
	float: left;
	line-height: 32px;
}
.pro-goods-info .btn-box {
	padding-top: 20px;
}
.pro-goods-info .btn-box .btn-default {
	width: 185px;
	margin-right: 20px;
}
.pro-goods-info .btn-box .btn-gray {
	width: 130px;
}
.pro-goods-extra {
	width: 180px;
	float: right;
}
.pro-goods-extra .title {
	line-height: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}
.pro-goods-extra .btn {
	padding: 7px 0px;
}
.pro-goods-extra .icon-QQ {
	font-size: 22px;
	vertical-align: middle;
	padding-right: 5px;
}
.pro-goods-extra .line {
	width: 100%;
	height: 1px;
	background: #dedede;
	margin: 15px 0;
}
.pro-goods-extra .telephone {
	width: 100%;
	height:134px;
	background: #f5f5f5;
	border:1px solid #dedede;
	position: relative;
}
.pro-goods-extra .telephone .icon-phone-handset {
	width: 56px;
	height:50px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 50px;
	font-size: 32px;
	color: #e93b39;
	text-align: center;
}
.pro-goods-extra .telephone .rd {
	padding-left: 49px;
	padding-top: 6px;
}
.pro-goods-extra .telephone .rd .iconfonts {
	font-family: 'common';
	font-size: 10px;
	letter-spacing: -2px
}
.site-detail-side {
	width: 220px;
	float: left;
}
.site-detail-side .item {
	margin-bottom: 20px;
	font-size: 12px;
}
.site-detail-side .item .hd {
	height: 40px;
	padding-left: 15px;
	background: #483882;
	color: #fff;
	line-height: 40px;
}
.site-detail-side .item .bd {
	padding: 15px;
	border-left: 1px solid #483882;
	border-right: 1px solid #483882;
	border-bottom: 1px solid #483882;
}
.site-detail-side .correlation-box li {
	width: 94px;
	height: 32px;
	float: left;
	line-height: 32px;
	padding-right: 10px;
	overflow: hidden;
}
.site-detail-side  .pro-list li {
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
}
.site-detail-side  .pro-list li > .img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.site-detail-side  .pro-list li > p {
	font-size: 14px;
	color: #e93b39;
	line-height: 32px;
}
.site-detail-side  .pro-list li > .name {
	display:block;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.site-detail-content {
	width: 980px;
	float: left;
	padding-left: 30px;
}
.sdc-hd {
	width: 100%;
	height: 40px;
	background: #f5f5f5;
}
.sdc-hd .nav-tabs {
    border-bottom: 0;
}
.sdc-hd .nav > li > a {
	padding: 9px 20px;
	border-bottom: 2px solid #f5f5f5;
}
.sdc-hd .nav-tabs > li.active > a,
.sdc-hd .nav-tabs > li.active > a:hover,
.sdc-hd .nav-tabs > li.active > a:focus {
  color: #483882;
  background-color: #f5f5f5;
  border: 0;
  border-bottom: 2px solid #483882;
  cursor: pointer;
}
.sdc-hd .nav-tabs > li > a:hover {
	border:0px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}
/*配件*/
.fittings-suit-wrapper {
	margin: 30px 0;
	font-size:12px;
}
.fittings-suit-wrapper .container {
	border:1px solid #dedede;
}
.fittings-suit-wrapper .hd {
	height: 40px;
	background: #f5f5f5;
	font-size: 14px;
}
.fittings-suit-wrapper .nav-tabs {
    border-bottom: 0;
}
.fittings-suit-wrapper .nav > li > a {
	padding: 9px 20px;
	border-bottom: 2px solid #f5f5f5;
}
.fittings-suit-wrapper .nav-tabs > li.active > a,
.fittings-suit-wrapper .nav-tabs > li.active > a:hover,
.fittings-suit-wrapper .nav-tabs > li.active > a:focus {
  color: #483882;
  background-color: #f5f5f5;
  border: 0;
  border-bottom: 2px solid #483882;
  cursor: pointer;
}
.fittings-suit-wrapper .nav-tabs > li > a:hover {
	border:0px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}
.fittings-suit-wrapper .md {
	padding: 20px;
}
.fittings-suit-wrapper .master {
	width: 200px;
	padding-right: 47px;
	float: left;
	position: relative;
}
.fittings-suit-wrapper .master .img {
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.fittings-suit-wrapper .master p {
	font-size: 14px;
	color: #e93b39;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.fittings-suit-wrapper .master .name {
	display:block;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
.fittings-suit-wrapper .master .icon-plus-b {
	width: 26px;
	height: 26px;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top:70px;
}
.fittings-suit-wrapper .match {
	width: 708px;
	height: 212px;
	float: left;
	margin-right: 30px;
	overflow-x: auto;
    overflow-y: hidden;
}
.fittings-suit-wrapper .match .item > ul > li {
	width: 200px;
	padding-right: 47px;
	float: left;
	position: relative;
}
.fittings-suit-wrapper .match  .item > ul .img {
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.fittings-suit-wrapper .match  .item > ul p {
	font-size: 14px;
	color: #e93b39;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.fittings-suit-wrapper .match  .item > ul .name {
	display:block;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
.fittings-suit-wrapper .match .item > ul .icon-plus-b {
	width: 26px;
	height: 26px;
	font-size: 24px;
	position: absolute;
	right: 5px;
	top:70px;
}
.fittings-suit-wrapper .total {
	width: 220px;
	float: right;
	height: 210px;
}
.fittings-suit-wrapper .total .icon-equal {
	width: 60px;
	height: 26px;
	font-size: 24px;
	margin-top: 70px;
	float: left;
}
.fittings-suit-wrapper .total .rd {
	width: 160px;
	padding-top: 40px;
	float: left;
}
.fittings-suit-wrapper .total .rd p {
	line-height: 22px;
}
.fittings-suit-wrapper .total .rd span {
	display: inline-block;
	padding: 0 5px;
}
.fittings-suit-wrapper .total .rd .price {
	color: #e93b39;
	font-weight: bold;
}
.fittings-suit-wrapper .total .rd .btn {
	margin-top:10px;
}
.fsw-scrollable-wrapper {
	width: 1500px;
	overflow: hidden;
}
.fsw-scrollable-wrapper  ul li {
	width: 200px;
	padding-right: 47px;
	float: left;
	position: relative;
}
.fsw-scrollable-wrapper  ul > li > .img {
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.fsw-scrollable-wrapper  ul > li > p {
	font-size: 14px;
	color: #e93b39;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.fsw-scrollable-wrapper  ul > li > .name {
	display:block;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
.fittings-suit-wrapper .icon-plus-b {
	width: 26px;
	height: 26px;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top:70px;
}
.fittings-suit-wrapper .checkbox {
	width: 13px;
	height: 13px;
	font-size: 24px;
	position: absolute;
	right: 45px;
	top:10px;
}
.fsw-combination ul li {
	width: 193px;
	padding:0 20px;
	float: left;
	font-size: 12px;
}
.fsw-combination ul > li > .img {
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.fsw-combination ul > li > p {
	font-size: 14px;
	color: #e93b39;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.fsw-combination ul > li > .name {
	display:block;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
.fsw-scrollable-wrapper {
	width: 1500px;
	height: 220px;
	overflow: hidden;
}
.sdc-content {
	padding:20px;
	overflow: hidden;
}
.sdc-content .table {

}
.sdc-content .table-bordered > thead > tr > th {
	background: #f5f5f5;
	border-width: 1px;
	padding: 10px;
}
.sdc-content .table > tbody > tr > td {
	text-align: left;
	font-size: 12px;
}
/*like-record*/
.detail-like-wrapper{
	padding-top: 40px;
}
.detail-like-wrapper .title {
	width: 100%;
    height: 25px;
    margin: 0px 0 10px;
    background: url(../images/site-shelf-title-bg.png) 0px 0px repeat-x;
    text-align: center;
}
.detail-like-wrapper .title a {
	display:inline-block;
	background: #fff;
	padding: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.detail-like-wrapper .title span {
	display:inline-block;
	background: #fff;
	padding: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.detail-like-wrapper ul {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
.detail-like-wrapper ul li {
	width: 240px;
	height: 230px;
	padding: 15px 20px;
	float: left;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.detail-like-wrapper > ul > li:hover {
	cursor: pointer;
	box-shadow: 2px 2px 10px 5px #eeeeee;
}
.detail-like-wrapper > ul > li .img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.detail-like-wrapper  > ul > li .name {
	height: 24px;
	display: block;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
}
.detail-like-wrapper  > ul > li .name:hover {
	color: #483882;
}
.detail-like-wrapper  > ul > li .price {
	line-height: 24px;
	color: #666;
}

.detail-record-wrapper{
	padding-top: 40px;
}
.detail-record-wrapper .title {
	width: 100%;
    height: 25px;
    margin: 0px 0 10px;
    background: url(../images/site-shelf-title-bg.png) 0px 0px repeat-x;
    text-align: center;
}
.detail-record-wrapper .title a {
	display:inline-block;
	background: #fff;
	padding: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.detail-record-wrapper .title span {
	display:inline-block;
	background: #fff;
	padding: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.detail-record-wrapper ul {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
.detail-record-wrapper ul li {
	width: 150px;
	height: 180px;
	padding: 15px 5px;
	float: left;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.detail-record-wrapper > ul > li:hover {
	cursor: pointer;
	box-shadow: 2px 2px 10px 5px #eeeeee;
}
.detail-record-wrapper > ul > li .img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
.detail-record-wrapper  > ul > li .name {
	height: 24px;
	padding:0 8px;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
	display: block;
}
.detail-record-wrapper  > ul > li .name:hover {
	color: #483882;
}
.detail-record-wrapper  > ul > li .price {
	line-height: 24px;
	color: #666;
}
/*suit-combination-tab-nav*/
.suit-combination-tab-nav a{
	display: inline-block;
	float: left;
	margin-bottom: 10px;

}
.suit-combination-tab-nav .current {
	color: #483882;
}
.suit-combination-tab-nav a i {
	width: 1px;
	height: 13px;
	display: inline-block;
	background: #ddd;
	margin: 0 10px;
	vertical-align: middle;
}
/*收藏提示*/
.detail-collection-mode .modal-dialog {
	width: 400px;
	margin: 0 auto;
	margin-top: 200px;
}
.detail-collection-mode .modal-dialog  .modal-body {
	min-height: 50px;
}
.detail-collection-mode .modal-body .item {
	height: 60px;
}
.detail-collection-mode .modal-body .icon-checkmark {
	font-size: 50px;
	color: #4fbd48;
}
.detail-collection-mode .modal-body .item span {
	display: inline-block;
	padding: 0 10px;
	line-height: 60px;
	vertical-align: middle;
}
.detail-collection-mode .modal-body .item a {
	padding-left: 10px;
	color: #e93b39;
	vertical-align: middle;
}
.detail-collection-mode .modal-body .item a:hover {
	text-decoration: underline;
}
/**/
.service-type-wapper {
	float: left;
	margin-right: 10px;
	position: relative;
}
.service-type-wapper .stw-sub {
	line-height: 20px;
	cursor: default;
	padding:5px 10px;
	border:1px solid #dedede;
	position: relative;
	z-index: 3;
}
.service-type-wapper.selectd .stw-sub i {
	display: block;
}
.service-type-wapper.hover .stw-sub {
	border-bottom: 1px solid #fff;
}
.service-type-wapper .stw-sub span {
	padding-left: 5px;
}
.service-type-wapper .stw-more {
	display: none;
	position: absolute;
	left: 0px;
	top:31px;
	background: #fff;
	border:1px solid #dedede;
	padding: 10px;
	width: 260px;
	z-index: 2;
}
.pro-goods-info .options ul li .service-type-wapper.selected {
	padding: 0px;
	border:0px;
}
.service-type-wapper.selected .stw-sub {
	line-height: 20px;
	cursor: default;
	padding:4px 9px;
	border:2px solid #e93b39;
	position: relative;
	z-index: 3;
}
.service-type-wapper.selected.hover .stw-sub {
	border-bottom: 2px solid #fff;
}
.service-type-wapper .stw-more ul li {
	line-height: 22px;
	padding-bottom: 10px;
}
.service-type-wapper .stw-more ul li .bd {
	width: 100%;
	height: 22px;
	overflow: hidden;
	color: #999;
}
.service-type-wapper .stw-more .hd.selected .cancel-link {
	padding-left: 10px;
	color: #068fe6;
}
.service-type-wapper .stw-more .hd.selected a {
	color: #e93b39;
}
/*software*/
.site-software-hero {
  width: 1200px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}
.site-software-slider {
  width: 990px;
  margin-left: 210px;
  position: relative;
  height: 380px;
  background: #000;
}
.site-software-slider .content {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.site-software-slider .content ul {
  width: 100% !important;
}
.site-software-slider .content li {
  width: 100% !important;
  height: 380px;
  overflow: hidden;
  text-align: center;
}
.site-software-slider .content li a {
  display: inline-block;
  width: 1200px;
  height: 380px;
  margin: 0 auto;
}
.site-software-slider .bd {
  width: 990px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.site-software-slider .bd ul {
  text-align: center;
}
.site-software-slider .bd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  line-height: 999px;
}
.site-software-slider .bd ul .on {
  background: #534795;
}
.site-software-slider .prev, .fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}
.site-software-slider .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}
.software-hot-recommend {
	width: 1200px;
	margin: 30px auto;
}
.software-hot-recommend .container ul li {
	width: 285px;
	height: 285px;
	float: left;
	margin-right: 20px;
}
.software-shelf-title {
	height: 50px;
	border-bottom: 2px solid #3a95d7;
	line-height: 48px;
}
.software-shelf-title h1 {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 48px;
	font-weight: bold;
}
.software-shelf-title .rd {
	float: right;
	line-height:48px;
}
.software-shelf-title .rd a {
	font-size: 12px;
	display: inline-block;
	text-align: right;
	padding-left: 20px;
}
.software-shelf-wrapper {
	width: 100%;
	height: 438px;
	margin-bottom: 15px;
}
.software-shelf-wrapper .type-big {
	width: 324px;
	height: 438px;
	float: left;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.software-shelf-wrapper .type-big .img {
	width: 322px;
	height: 437px;
	overflow: hidden;
}
.software-shelf-wrapper .type-small {
	width: 876px;
	float: left;
}
.software-shelf-wrapper .type-small li {
	width: 219px;
	height: 219px;
	float: left;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.software-shelf-wrapper .type-small ul li img {
	width: 218px;
	height: 218px;
	overflow: hidden;
}
.software-trial-wrapper {
	width: 700px;
	margin: 50px auto;
	border-top: 5px solid #3c95d7;
}
.software-trial-wrapper .hd {
	background: #fafafa;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	height: 69px;
}
.software-trial-wrapper .hd p {
	line-height: 68px;
	font-size: 18px;
	color: #3c95d7;
	font-weight: bold;
	text-align: center;
}
.software-trial-wrapper .md {
	padding: 40px 100px 40px 40px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.software-trial-wrapper .md .select {
	display: block;
	float: left;
	margin-right: 20px;
	max-width: 120px;
    height: 38px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
}
.software-trial-wrapper .bd {
	background: #fafafa;
	border:1px solid #dedede;
	height: 80px;
	padding: 20px 0;
	text-align: center;
}
.software-trial-wrapper .bd .btn {
	margin:0 10px;
	padding: 8px 30px;
}




.software-categorylist-hd {
  width: 210px;
  height: 44px;
  padding-left: 20px;
  background: #382f6b;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
}
.categorylist .software-categorylist-hd.purple {
  background: #7569b5;
} 
.categorylist .software-categorylist-hd.blue {
  background: #3a95d7;
} 
.software-categorylist-con {
  position: absolute;
  left: 0px;
  top:44px;
  width: 210px;
  height: 380px;
  background: rgba(0,0,0,0.5);
}
.categorylist .software-categorylist-con.blue {
  background: #56a8e4;
}
.categorylist .software-categorylist-con.purple {
  background: #8f84cd;
}
.software-categorylist-con > .type {
  padding: 16px 10px;
  border-bottom: 1px dashed #eee;
}
.software-categorylist-con .type h2{

}
.software-categorylist-con .type h2 a {
  float: left;
  width: 95px;
  height: 28px;
  line-height: 28px;
  padding-right: 12px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}
.software-categorylist-con .type h2 > .title {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
}
.software-categorylist-con .type h2 p {
    width: 100%;
    clear:both;

}
.software-categorylist-con .on {
  background: #4c9ad4;
}
.software-categorylist-con .on h2 .icon-arrow_right {
  display: none;
}
.software-categorylist-con .mod_subcate{
  display:none;
  width:800px;
  min-height: 380px;
  padding:10px 15px;
  background:#f8f8f8;
  box-shadow:5px 5px 10px rgba(0, 0, 0, 0.1);
  position:absolute;
  top:0px;
  z-index:-1;
  left:258px;
  overflow:hidden;
  border:1px solid #dedede;
}
.software-categorylist-con .mod_subcate_main ul {
  width: 256px;
  padding:0 10px;
  float: left;
  font-size: 12px;
}
.software-categorylist-con .mod_subcate_main > ul h2 {
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 32px;
  border-bottom: 1px solid #dedede;
  color: #534795;
}
.software-categorylist-con .mod_subcate_main > ul .items {
  padding:10px 0;
}
.software-categorylist-con .mod_subcate_main > ul .items a {
  display: inline-block;
  line-height: 13px;
  margin: 5px 0;
  padding:0 7px;
  border-left: 1px solid #dedede;
}
.bjzc-category span{
	display: block;
	margin-top: 5px;
}




