.product {
	padding-bottom: 20px;
}
.product .product-item-preview {
	width: 400px; height: 403px;
}
.product .product-item-inner {
	width: 50%; color: rgb(181, 181, 182); line-height: 30px; margin-left: 40px;
}
.product .product-item-inner .item-name {
	position: relative;
}
.product .product-item-inner h2 {
	color: rgb(51, 51, 51); font-size: 24px; font-weight: bold;
}
.product .product-item-inner p {
	padding: 2px 0px 12px; color: rgb(102, 102, 102); font-size: 14px;
}
.product .product-item-inner .link-wx {
	background: url("../../img/product/productIcon.png") no-repeat 0px -650px; top: 10px; width: 20px; height: 16px; right: 20px; display: block; position: absolute;
}
.product .product-item-inner .link-wx:hover {
	background-position: -30px -650px;
}
.product .product-item-inner .item-price {
	margin: 0px 0px 20px; padding: 12px 0px 5px; position: relative; background-color: rgb(245, 245, 245);
}
.product .product-item-inner .item-price ul li {
	height: 36px; float: left;
}
.product .product-item-inner .item-price .item-title {
	width: 55px; height: 30px; text-align: right;
}
.product .product-item-inner .item-price .item-fee {
	color: rgb(232, 85, 85); padding-left: 20px; font-size: 18px; margin-right: 25px;
}
.product .product-item-inner .item-price .item-fee font {
	padding-right: 2px; font-size: 30px;
}
.product .product-item-inner .item-price .item-price-logo {
	top: 12px; right: 30px; position: absolute; cursor: default;
}
.product .product-item-inner .item-price .item-price-logo i {
	background: url("../../img/product/p.png") no-repeat; width: 16px; height: 19px; margin-right: 6px; vertical-align: middle; display: inline-block;
}
.product .product-item-inner .item-price .item-price-note {
	background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(238, 238, 238); border-image: none; left: -140px; width: 300px; line-height: 2; font-size: 12px; position: absolute; z-index: 100; box-shadow: 0px 3px 5px #ccc;
}
.product .product-item-inner .item-type {
	margin-bottom: 10px;
}
.product .product-item-inner .item-type ul li {
	border: 1px solid rgb(224, 224, 224); border-image: none; height: 30px; margin-right: 20px; margin-bottom: 10px; float: left; position: relative;
}
.product .product-item-inner .item-type .item-title {
	border: currentColor; border-image: none; width: 55px; height: 30px; text-align: right;
}
.product .product-item-inner .item-type li a {
	padding: 0px 10px; text-align: center; color: rgb(117, 117, 117); line-height: 30px; font-size: 12px; display: block;
}
.product .product-item-inner .item-type li:hover a {
	color: rgb(232, 85, 85);
}
.product .product-item-inner .item-type li:hover {
	border-color: rgb(232, 85, 85);
}
.product .product-item-inner .item-type ul li.active {
	border: 1px solid rgb(232, 85, 85); border-image: none;
}
.product .product-item-inner .item-type li.active a {
	color: rgb(232, 85, 85); line-height: 28px;
}
.product .product-item-inner .item-type ul li .item-note {
	padding: 9px 6px 9px 13px; border: 1px solid rgb(234, 237, 236); border-image: none; left: -1px; top: 29px; width: 235px; color: rgb(133, 133, 133); line-height: 14px; font-size: 12px; display: none; position: absolute; z-index: 2; background-color: rgb(255, 251, 241);
}
.product .product-item-inner .item-note .order-now {
	margin: 20px 0px 0px 80px; border-radius: 4px; width: 180px; height: 40px; text-align: center; color: rgb(255, 255, 255); line-height: 40px; font-size: 18px; display: block; background-color: rgb(232, 85, 85);
}
.product .product-item-inner .item-note .order-now:hover {
	background-color: rgb(190, 71, 71);
}
.product .product-item-inner .item-note .disabled.order-now {
	background-color: rgb(179, 177, 177);
}
.product .product-item-inner .item-note .blue.order-now {
	background-color: rgb(0, 123, 199);
}
.product .product-item-inner .item-area {
	padding-bottom: 10px;
}
.product .product-item-inner .item-area ul li {
	height: 30px; margin-right: 20px; margin-bottom: 10px; float: left; position: relative;
}
.product .product-item-inner .item-area .item-title {
	border: currentColor; border-image: none; width: 55px; height: 30px; text-align: right;
}
.product .product-item-inner .item-area .item-select {
	border: 1px solid rgb(224, 224, 224); border-image: none; width: 172px; height: 30px; color: rgb(117, 117, 117); padding-left: 12px; position: relative; z-index: 1;
}
.product .product-item-inner .item-area .hover.item-select {
	border-color: rgb(3, 109, 182) rgb(3, 109, 182) currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.product .product-item-inner .item-area .item-error {
	left: 231px; top: 0px; width: 200px; color: rgb(232, 85, 85); font-size: 14px; position: absolute; max-width: 300px;
}
.product .product-item-inner .item-area .item-select-content {
	padding: 10px 12px 0px; border: 1px solid rgb(3, 109, 182); border-image: none; left: 0px; top: 29px; width: 330px; position: absolute; z-index: 100; background-color: rgb(255, 255, 255);
}
.product .product-item-inner .item-area .item-select-content .item-tab li {
	margin: 0px; width: 77px; height: 25px; float: left;
}
.product .product-item-inner .item-area .item-select-content .item-tab li a {
	height: 25px; text-align: center; color: rgb(117, 117, 117); line-height: 25px; display: block; position: relative; z-index: 1;
}
.product .product-item-inner .item-area .item-select-content .item-tab li a i {
	background: url("../../img/product/productIcon.png") no-repeat 0px -692px; width: 7px; height: 6px; margin-left: 5px; display: inline-block;
}
.product .product-item-inner .item-area .item-select-content .item-tab li.active a {
	border-width: 3px 1px 1px; border-style: solid; border-color: rgb(3, 109, 182) rgb(233, 237, 236) rgb(255, 255, 255); border-image: none; height: 25px; line-height: 21px;
}
.product .product-item-inner .item-area .item-select-content .item-con {
	top: -1px; border-top-color: rgb(233, 237, 236); border-top-width: 1px; border-top-style: solid; position: relative;
}
.product .product-item-inner .item-area .item-close {
	background: url("../../img/product/productIcon.png") no-repeat 0px -708px; top: -7px; width: 14px; height: 14px; right: -7px; display: block; position: absolute;
}
.product .product-item-inner .item-area .item-select-content .item-list li {
	margin: 0px; width: 76px; line-height: 30px; padding-left: 12px; float: left;
}
.product .product-item-inner .item-area .item-select-content .item-list li a {
	width: 60px; color: rgb(117, 117, 117); overflow: hidden; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.product .product-item-inner .item-area .item-select-content .item-list li a:hover {
	color: rgb(0, 123, 199);
}
.product .product-item-inner .item-area .item-select-content .item-list li a.disabled {
	color: rgb(170, 170, 170);
}
.item-con .area-list .item-list {
	padding: 8px 0px; display: block;
}
.product .product-item-inner .item-area .spacer {
	left: 0px; top: -2px; width: 170px; height: 5px; position: absolute; background-color: rgb(255, 255, 255);
}
.product .product-item-inner .item-area .item-select .arrow {
	background: url("../../img/product/productIcon.png") no-repeat 10px -680px; top: 0px; width: 28px; height: 28px; right: 0px; display: block; position: absolute;
}
.product .product-item-inner .item-provider .item-left {
	margin: 25px 20px 25px 15px; width: 70px;
}
.product .product-item-inner .item-provider .item-left img {
	border-radius: 50%; width: 100%;
}
.product .product-item-inner .item-provider .item-right h3 {
	color: rgb(17, 17, 17); font-size: 20px; margin-top: 30px; display: inline-block;
}
.product .product-item-inner .item-provider .item-right .item-evaluate {
	padding: 0px; color: rgb(102, 102, 102); font-size: 12px; margin-left: 20px; vertical-align: middle; display: inline-block;
}
.product .product-item-inner .item-provider .item-right .item-btn {
	padding: 0px; margin-top: 13px; margin-bottom: 20px;
}
.product .product-item-inner .item-provider .item-right .item-btn .btn {
	border-radius: 2px; border: 1px solid rgb(0, 123, 199); border-image: none; width: 130px; height: 40px; text-align: center; color: rgb(255, 255, 255); line-height: 40px; font-size: 12px; display: inline-block;
}
.product .product-item-inner .item-provider .item-right .item-btn .item-btn-submit {
	margin-right: 5px; background-color: rgb(0, 123, 199);
}
.product .product-item-inner .item-provider .item-right .item-btn .item-btn-submit:hover {
	background-color: rgb(3, 109, 182);
}
.product .product-item-inner .item-provider .item-right .item-btn .item-btn-cancel {
	border-color: rgb(232, 85, 85); color: rgb(232, 85, 85);
}
.product .product-item-inner .item-provider .item-right .item-btn .item-btn-cancel:hover {
	color: rgb(255, 255, 255); background-color: rgb(232, 85, 85);
}
.product .product-item-inner .item-choose {
	left: 400px; top: 190px; width: 30px; position: absolute;
}
.product .product-item-inner .item-choose a {
	width: 100%; height: 50px; text-align: center; color: rgb(255, 255, 255); line-height: 50px; font-family: sans-serif; font-size: 30px; font-weight: bold; margin-bottom: 5px; display: block; background-color: rgb(242, 242, 242);
}
.product .product-item-inner .item-note p {
	padding: 0px 0px 0px 15px; color: rgb(102, 102, 102); font-size: 12px; margin-top: 8px;
}
.product .product-item-inner .item-note p a {
	margin: 0px 5px; color: rgb(0, 123, 199);
}
.product .product-item-inner .item-note p a:hover {
	color: rgb(3, 109, 182);
}
.product-detail .product-main {
	width: 922px;
}
.product-detail .product-main-tab {
	border: 1px solid rgb(234, 237, 236); border-image: none; height: 40px; line-height: 40px; background-color: rgb(248, 248, 248);
}
.product-detail .product-main-tab ul li {
	float: left;
}
.product-detail .product-main-tab ul li a {
	padding: 0px 25px; height: 39px; color: rgb(117, 117, 117); font-size: 14px; display: block;
}
.product-detail .product-main-tab ul li.active a {
	border-width: 0px 0px 1px; border-style: solid; border-color: rgb(18, 123, 199) rgb(234, 237, 236) rgb(255, 255, 255); padding: 0px 24px; border-image: none; color: black; line-height: 35px; background-color: rgb(248, 248, 248);
}
.product-detail .product-main-tab ul li.first-li a {
	border-left-color: rgb(255, 255, 255);
}
.product-detail .product-main-content {
	border: 1px solid rgb(234, 237, 236); border-image: none; margin-bottom: 20px; position: relative; min-height: 456px;
}
.product-detail .product-main-content img {
	width: 94%;
	display: block;
	text-align: center;
	margin: 0 auto;
	top: 33px;
	/*position: absolute;*/
	left: 28px;
}
.product-detail .product-recommend {
	border: 1px solid rgb(234, 237, 236); border-image: none; width: 240px; margin-bottom: 10px; position: relative; z-index: 1;
}
.product-detail .product-recommend h3 {
	height: 40px; text-align: center; color: rgb(117, 117, 117); line-height: 40px; font-size: 14px; font-weight: normal; background-color: rgb(245, 245, 245);
}
.product-detail .product-recommend .recommend-info {
	padding: 10px; text-align: center;
}
.product-detail .product-recommend .recommend-info .recommend-avatar {
	margin: 0px auto; width: 60px; height: 60px;
}
.product-detail .product-recommend .recommend-info .recommend-avatar img {
	border-radius: 50%; width: 60px; height: 60px;
}
.product-detail .product-recommend .recommend-info .recommend-name {
	margin: 10px 0px 15px; text-align: center; color: rgb(117, 117, 117); font-size: 14px;
}
.product-detail .product-recommend .recommend-info .recommend-rate .recommend-item {
	width: 50%; text-align: center; display: inline-block;
}
.product-detail .product-recommend .recommend-info .recommend-rate .border-right.recommend-item {
	border-right-color: rgb(233, 237, 236); border-right-width: 1px; border-right-style: solid;
}
.product-detail .product-recommend .recommend-info .recommend-rate .recommend-item em {
	color: rgb(117, 117, 117); font-size: 12px; margin-bottom: 10px; display: inline-block;
}
.product-detail .product-recommend .recommend-info .recommend-rate .recommend-item p {
	color: rgb(181, 181, 181); font-size: 12px;
}
.product-detail .product-recommend .recommend-info .recommend-rate {
	margin-bottom: 15px;
}
.product-detail .product-recommend .recommend-info .recommend-area {
	text-align: center; color: rgb(181, 181, 181); padding-top: 14px; padding-bottom: 10px; font-size: 12px; border-top-color: rgb(233, 237, 236); border-top-width: 1px; border-top-style: solid;
}
.product-detail .product-recommend .recommend-info .recommend-tags ul li {
	background: rgb(255, 235, 186); margin: 0px 10px 10px 0px; padding: 0px 5px; width: 104px; height: 25px; text-align: center; color: rgb(89, 87, 87); line-height: 25px; font-size: 12px; float: left;
}
.product-detail .product-recommend .recommend-info .recommend-tags ul li span {
	overflow: hidden; vertical-align: top; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 79px;
}
.product-detail .product-recommend .recommend-info .recommend-tags ul li:nth-child(2n) {
	margin-right: 0px;
}
.product-detail .product-recommend .recommend-info .recommend-call {
	background: url("../../img/icon_tel2.png") no-repeat 9px 4px rgb(255, 255, 255); margin: 5px 0px; border-radius: 2px; border: 1px solid rgb(0, 123, 199); transition:0.2s ease-in-out; border-image: none; width: 120px; height: 30px; text-align: center; color: rgb(0, 123, 199); line-height: 30px; padding-left: 25px; font-size: 12px; display: inline-block; cursor: pointer; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
}
.product-detail .product-recommend .recommend-info .recommend-call:hover {
	background: url("../../img/icon_tel1.png") no-repeat 9px 4px rgb(0, 123, 199); color: rgb(255, 255, 255);
}
.product-detail .recommend-more {
	width: 238px; text-align: center; bottom: -25px; position: absolute;
}
.product-detail .recommend-more a {
	margin: 0px 5px; color: rgb(0, 123, 199); display: inline-block;
}
.product-detail .recommend-more a:hover {
	color: rgb(3, 109, 182);
}
.product-detail .product-recommend .recommend-list {
	padding: 0px 0px 0px 13px;
}
.product-detail .product-recommend .recommend-list li {
	padding: 19px 0px; border-bottom-color: rgb(233, 237, 236); border-bottom-width: 1px; border-bottom-style: solid;
}
.product-detail .product-recommend .recommend-list li .recommend-left {
	width: 30%; margin-right: 10px;
}
.product-detail .product-recommend .recommend-list li .recommend-left img {
	border-radius: 50%; width: 100%;
}
.product-detail .product-recommend .recommend-list li .recommend-right .recommend-right-name {
	color: rgb(117, 117, 117); font-size: 14px; margin-top: 10px; margin-bottom: 18px;
}
.product-detail .product-recommend .recommend-list li .recommend-right .recommend-right-note {
	color: rgb(181, 181, 181); font-size: 12px;
}
.product-detail .product-recommend .recommend-list li .recommend-right .recommend-right-note .note-mark {
	margin: 0px 3px; color: rgb(117, 117, 117);
}
.product-detail .product-recommend .recommend-list li .recommend-right-btn {
	padding-top: 20px; clear: both; font-size: 0px;
}
.product-detail .product-recommend .recommend-list li .recommend-right-btn a {
	border-radius: 2px; width: 100px; height: 30px; text-align: center; line-height: 30px; font-size: 12px; display: inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
.product-detail .product-recommend .recommend-list li .recommend-right-btn .btn-left {
	border: 1px solid rgb(0, 123, 199); border-image: none; color: rgb(255, 255, 255); background-color: rgb(0, 123, 199);
}
.product-detail .product-recommend .recommend-list li .recommend-right-btn .btn-left:hover {
	background-color: rgb(3, 109, 182);
}
.product-detail .product-recommend .recommend-list li .recommend-right-btn .btn-right {
	border: 1px solid rgb(232, 85, 85); border-image: none; color: rgb(232, 85, 85); margin-left: 10px; background-color: rgb(255, 255, 255);
}
.product-detail .product-recommend .recommend-list li .recommend-right-btn .btn-right:hover {
	color: rgb(255, 255, 255); background-color: rgb(232, 85, 85);
}
.product-detail .product-recommend .recommend-menu {
	height: 40px; text-align: center; line-height: 40px; font-size: 12px; display: block;
}
.product-detail .product-recommend .recommend-menu a {
	width: 35%; color: rgb(117, 117, 117); display: inline-block;
}
.product-detail .product-recommend .recommend-menu a:hover {
	color: rgb(51, 51, 51);
}
.product-detail .product-evaluation-info {
	border: 1px solid rgb(234, 237, 236); border-image: none; margin-bottom: 20px; position: relative;
}
.product-detail .product-evaluation-info .product-details-content h3 {
	height: 40px; color: rgb(117, 117, 117); line-height: 40px; padding-left: 35px; font-size: 14px; font-weight: normal; margin-bottom: 30px; border-bottom-color: rgb(234, 237, 236); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(245, 245, 245);
}
.product-detail .product-evaluation-info .product-details-content .content-left {
	width: 45%;
}
.product-detail .product-evaluation-info .product-details-content .content-left .content-left-l {
	width: 49%;
}
.product-detail .product-evaluation-info .product-details-content .content-left .rate {
	margin: 10px 0px; text-align: center; color: rgb(253, 103, 105); line-height: 1; font-size: 44px; display: block;
}
.product-detail .product-evaluation-info .product-details-content .content-left .rate-text {
	width: 100%; text-align: center; color: rgb(89, 87, 87); line-height: 1; font-size: 16px; display: inline-block;
}
.product-detail .product-evaluation-info .product-details-content .content-left .content-left-r {
	width: 51%;
}
.product-detail .product-evaluation-info .product-details-content .content-left .content-left-r ul li {
	width: 100%; line-height: 1; margin-bottom: 28px;
}
.product-detail .product-evaluation-info .product-details-content .content-left .content-left-r ul li .left-r-l {
	width: 54%; text-align: right; color: rgb(89, 87, 87); line-height: 1; padding-right: 14px; font-size: 14px; display: inline-block;
}
.product-detail .product-evaluation-info .product-details-content .content-left .content-left-r ul li .left-r-r {
	background: rgb(220, 222, 221); width: 44%; height: 10px; color: rgb(89, 87, 87); line-height: 1; font-size: 12px; margin-top: 2px; display: inline-block;
}
.product-detail .product-evaluation-info .product-details-content .content-left .content-left-r ul li .left-r-r em {
	background: 0px 0px rgb(253, 103, 105); height: 100%; float: left; display: block;
}
.product-detail .product-evaluation-info .product-details-content .content-center {
	width: 9%; text-align: center; min-height: 90px;
}
.product-detail .product-evaluation-info .product-details-content .content-center span {
	background: rgb(197, 197, 197); margin: 0px; width: 1px; text-align: center; color: rgb(89, 87, 87); line-height: 1; display: inline-block; min-height: 96px;
}
.product-detail .product-evaluation-info .product-details-content .content-right {
	width: 46%;
}
.product-detail .product-evaluation-info .product-details-content .content-right span {
	margin: 0px 0px 12px; width: 100%; text-align: left; color: rgb(59, 59, 59); line-height: 1; font-size: 14px; display: inline-block;
}
.product-detail .product-evaluation-info .product-details-content .content-right ul li {
	background: rgb(255, 235, 186); margin: 0px 10px 10px 0px; padding: 0px 8px; height: 25px; color: rgb(89, 87, 87); line-height: 25px; font-size: 12px; float: left;
}
.product-detail .product-evaluation-info .evaluation-list {
	line-height: 40px;
}
.product-detail .product-evaluation-info .evaluation-list .user-eval-tab {
	height: 40px; padding-left: 30px; background-color: rgb(245, 245, 245);
}
.product-detail .product-evaluation-info .evaluation-list .user-eval-tab li {
	padding-right: 40px; float: left;
}
.product-detail .product-evaluation-info .evaluation-list .user-eval-tab li a {
	color: rgb(117, 117, 117); font-size: 14px;
}
.product-detail .product-evaluation-info .evaluation-list .user-eval-tab li.active a {
	color: rgb(0, 123, 199);
}
.product-detail .product-evaluation-info .eval-list {
	padding: 12px 0px 14px; border-bottom-color: rgb(234, 237, 236); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.product-detail .product-evaluation-info .evaluation-list .user-eval-list li {
	color: rgb(140, 140, 140); line-height: 20px; font-size: 16px; float: left;
}
.product-detail .product-evaluation-info .no-eval {
	background: url("../../img/product/userEval.png") no-repeat center; height: 300px;
}
.product-detail .product-evaluation-info .list-l {
	padding: 0px 0px 0px 40px; width: 56%;
}
.product-detail .product-evaluation-info .list-c {
	width: 14%; text-align: center;
}
.product-detail .product-evaluation-info .list-r {
	width: 30%; text-align: center;
}
.product-detail .product-evaluation-info .user-eval-list-item li {
	float: left;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-l p {
	margin: 22px 0px; color: rgb(102, 102, 102); line-height: 1.6; font-size: 14px;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-l .name {
	margin: 6px 0px 18px; text-align: left; color: rgb(181, 181, 181); font-size: 12px; position: relative;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-l .info {
	margin: 0px 0px 15px; text-align: left;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-l ul li {
	background: rgb(255, 235, 186); margin: 0px 10px 10px 0px; padding: 0px 8px; height: 25px; text-align: center; color: rgb(89, 87, 87); line-height: 25px; font-size: 12px; float: left;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-l .reply {
	margin: 5px 0px 15px; padding: 5px 0px 5px 9px; text-align: left; color: rgb(102, 102, 102); line-height: 20px; font-size: 12px; background-color: rgb(245, 245, 245);
}
.product-detail .product-evaluation-info .user-eval-list-item .list-l .reply .time {
	color: rgb(181, 181, 181); margin-left: 10px;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-c .stars {
	width: 81px; margin-top: 60px; display: inline-block;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-c .stars span {
	background: url("../../img/breadcrumb.png") no-repeat -1px -127px; width: 14px; height: 14px; margin-left: 2px; float: left; display: inline-block;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-c .stars .active {
	background-position: -1px -98px;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r .avatar {
	margin: 10px auto 0px; width: 76px; height: 76px; display: block;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r .avatar img {
	border-radius: 50%; width: 100%;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r ul li {
	width: 100%; height: 12px; text-align: center; line-height: 1; overflow: hidden; font-size: 12px; float: left;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r ul .name {
	height: 14px; font-size: 14px; font-weight: bold; margin-top: 10px;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r ul .name a {
	color: rgb(89, 87, 87);
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r ul .rate {
	margin: 10px 0px 13px; color: rgb(181, 181, 181); font-size: 12px;
}
.product-detail .product-evaluation-info .user-eval-list-item .list-r ul .rate .rate-c {
	margin: 0px 10px;
}
.wrap-page {
	width: 100%; height: 78px; text-align: center; overflow: hidden;
}
.wrap-page .page {
	margin: 20px 0px 15px; width: auto; text-align: center; display: inline-block;
}
.wrap-page .page a {
	padding: 0px 15px; border: 1px solid rgb(220, 220, 220); border-image: none; height: 40px; color: rgb(102, 102, 102); line-height: 40px; font-size: 14px; text-decoration: none; margin-left: -1px; float: left; display: inline-block;
}
.wrap-page .page a.active {
	border-color: rgb(0, 123, 199); color: rgb(255, 255, 255); background-color: rgb(0, 123, 199);
}
.wrap-page .page a:hover {
	border-color: rgb(0, 123, 199); color: rgb(255, 255, 255); background-color: rgb(0, 123, 199);
}
.wrap-page .page a.next {
	margin: 0px 0px 0px -1px; padding: 0px 15px;
}
.wrap-page .page .total {
	padding: 0px; height: 40px; color: rgb(153, 153, 153); line-height: 40px; font-size: 14px; margin-top: 0px; margin-left: 15px; float: left; display: inline-block;
}
.product-detail .product-panel {
	/*border: 1px solid rgb(234, 237, 236);*/ border-image: none; margin-bottom: 20px; position: relative;
}
.product-detail .product-panel h3 {
	height: 40px; color: rgb(117, 117, 117); line-height: 40px; padding-left: 35px; font-size: 14px; font-weight: normal; border-bottom-color: rgb(234, 237, 236); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(245, 245, 245);
}
.product-detail .product-panel .qa-tab {
	padding: 12px 19px; line-height: 30px;
}
.product-detail .product-panel .qa-tab li {
	padding: 0px 15px; float: left;
}
.product-detail .product-panel .qa-tab li a {
	color: rgb(117, 117, 117); font-size: 14px;
}
.product-detail .product-panel .qa-tab li.active a {
	color: rgb(0, 123, 199);
}
.product-detail .product-panel .qa-tips {
	margin: 0px 10px; padding: 0px 16px; height: 25px; color: rgb(133, 133, 133); line-height: 25px; font-size: 12px; border-top-color: rgb(234, 237, 236); border-top-width: 1px; border-top-style: solid; background-color: rgb(255, 251, 241);
}
.product-detail .product-panel .qa-list {
	margin: 0px 10px;
}
.product-detail .product-panel .qa-list li {
	padding: 15px; font-size: 12px; border-bottom-color: rgb(234, 237, 236); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.product-detail .product-panel .qa-list li p {
	color: rgb(117, 117, 117); padding-bottom: 8px;
}
.product-detail .product-panel .qa-list li .answer {
	line-height: 1.3; padding-bottom: 0px;
}
.product-detail .product-qa .wrap-page {
	text-align: right; padding-right: 16px;
}
.product-service .service {
	padding: 0px 10px;
}
.product-service .service li {
	padding: 30px 35px 20px 25px; border-bottom-color: rgb(234, 237, 236); border-bottom-width: 1px; border-bottom-style: solid;
}
.product-service .service h4 {
	color: rgb(0, 123, 199); line-height: 40px; font-size: 14px; font-weight: bold;
}
.product-service .service i {
	background: url("../../img/product/productIcon2.png") no-repeat; width: 40px; height: 40px; margin-right: 20px; vertical-align: top; display: inline-block;
}
.product-service .service .icon1 {
	background-position: 0px -209px;
}
.product-service .service .icon2 {
	background-position: 0px -265px;
}
.product-service .service .icon3 {
	background-position: 0px -322px;
}
.product-service .service .icon4 {
	background-position: 0px -377px;
}
.product-service .service .icon5 {
	background-position: 0px -760px;
}
.product-service .service p {
	color: rgb(117, 117, 117); line-height: 22px; padding-left: 60px; font-size: 12px;
}
.product-service .service img {
	width: 100%;
}
.product-about .about {
	padding: 15px 25px; color: rgb(117, 117, 117); line-height: 22px; font-size: 12px;
}
.product-about .about .about-mark {
	color: rgb(245, 129, 51);
}
.swiper-container {
	width: 100%; height: 100%;
}
.swiper-slide {
	background: rgb(255, 255, 255); text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-box-align: center; -webkit-align-items: center;
}
.product .product-item-preview {
	overflow: hidden;
}
.product .product-item-preview img {
	border: 1px solid rgb(245, 245, 245); border-image: none; width: 400px; height: 403px;
}
.pikachoose {
	margin: 25px auto 0px; width: 100%; height: 400px; overflow: hidden; position: relative;
}
.pika-thumbs {
	width: 170px;
}
.pika-thumbs li {
	margin: 0px 0px 10px; padding: 0px; border: 1px solid rgb(181, 181, 182); border-image: none; width: 170px; height: 106px; overflow: hidden; float: left; cursor: pointer;
}
.pika-thumbs li.active {
	border-color: rgb(76, 201, 255);
}
.pika-thumbs li .clip {
	height: 100%; text-align: center; overflow: hidden; vertical-align: middle; position: relative;
}
.pika-stage {
	width: 650px;
}
.pika-textnav {
	width: 650px;
}
.pika-stage {
	height: 400px; position: relative;
}
.pika-stage img {
	width: 652px; height: 400px;
}
.pika-stage .caption {
	background: rgba(0, 0, 0, 0.3); left: 0px; width: 100%; height: 40px; bottom: 0px; color: rgb(255, 255, 255); line-height: 40px; padding-left: 30px; font-size: 12px; position: absolute;
}
.pika-stage .caption p {
	margin: 0px; padding: 0px; line-height: 14px;
}
.pika-stage a {
	cursor: default;
}
.pika-imgnav {
	display: none;
}
.pika-textnav a {
	left: 672px; width: 170px; height: 18px; text-indent: -9999px; display: block; position: absolute; cursor: pointer;
}
.pika-textnav a.previous {
	background: url("../../img/product/productIcon.png") no-repeat 70px -500px; top: 0px;
}
.pika-textnav a.previous:hover {
	background-position: 70px -538px;
}
.pika-textnav a.next {
	background: url("../../img/product/productIcon.png") no-repeat 70px -578px; bottom: 0px;
}
.pika-textnav a.next:hover {
	background-position: 70px -613px;
}
.pika-tooltip {
	padding: 3px; border: 3px solid black; border-image: none; color: white; font-size: 12px; position: absolute; background-color: rgba(0, 0, 0, 0.7);
}
.pika-counter {
	background: rgba(0, 0, 0, 0.7); padding: 3px; border-radius: 5px; left: 15px; bottom: 45px; color: white; font-size: 11px; position: absolute; -moz-border-radius: 5px;
}
.jcarousel-skin-pika {
	top: 30px; right: 25px; position: absolute;
}
.jcarousel-skin-pika .jcarousel-container-vertical {
	width: 170px; height: 360px; overflow: hidden;
}
.jcarousel-skin-pika .jcarousel-clip-vertical {
	width: 170px; height: 360px;
}
.product .product-item-inner .item-detail {
	position: relative;
}
.product .product-item-inner .item-detail .item-detail-offline {
	background: rgb(248, 248, 248); height: 330px; text-align: center; line-height: 330px; font-size: 18px;
}
.mask {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 99998; opacity: 0.4;
}
.know-poper {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 580px; height: 520px; text-align: center; margin-top: -260px; margin-left: -290px; display: none; position: fixed; z-index: 999999;
}
.know-poper .close {
	background: url("../../img/product/close.png") no-repeat center; top: 30px; width: 21px; height: 21px; right: 30px; display: inline-block; position: absolute; cursor: pointer;
}
.know-poper .close:hover {
	background: url("../../img/product/closeHover.png") no-repeat center;
}
.know-poper h4 {
	text-align: center; color: rgb(89, 87, 88); font-size: 14px; font-weight: bold; margin-top: 115px;
}
.know-poper img {
	border: currentColor; border-image: none; width: 250px; margin-top: 21px; vertical-align: top; max-width: 100%;
}
.product-fixed {
	border-width: medium medium 1px; border-style: none none solid; border-color: currentColor currentColor rgb(234, 237, 236); border-image: none; top: 0px; width: 913px; position: fixed; z-index: 100; background-color: rgb(245, 245, 245);
}
.product-detail .product-main-tab .btn-group {
	font-size: 0px; display: block;
}
.product-detail .product-main-tab .hidden {
	display: none;
}
.product-detail .product-main-tab .btn-group a {
	background: rgb(0, 123, 199); border-radius: 0px; width: 124px; height: 38px; text-align: center; color: rgb(255, 255, 255); line-height: 40px; font-size: 14px; vertical-align: top; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.product-detail .product-main-tab .btn-group a.call {
	background: rgb(255, 255, 255); border: 1px solid rgb(0, 155, 225); border-image: none; text-align: center; color: rgb(0, 155, 225); font-size: 14px;
}
.w-660 {
	width: 660px !important;
}
.dis-inline-b {
	display: inline-block !important;
}
.product-server {
	padding: 10px; border: 1px solid rgb(234, 237, 236); border-image: none; margin-bottom: 20px; background-color: rgb(248, 248, 248);
}
.product-server .loading {
	text-align: center; color: rgb(102, 102, 102); line-height: 160px; font-size: 18px;
}
.product-server .product-server-list {
	height: 30px; line-height: 40px; background-color: rgb(248, 248, 248);
}
.product-server .product-server-list ul {
	border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.product-server .product-server-list ul li {
	height: 30px; line-height: 30px; float: left;
}
.product-server .product-server-list ul li.title {
	padding-right: 20px; padding-left: 10px;
}
.product-server .product-server-list ul li a {
	padding: 0px 10px; height: 30px; color: rgb(117, 117, 117); line-height: 28px; font-size: 12px; border-top-color: rgb(248, 248, 248); border-top-width: 2px; border-top-style: solid; display: block;
}
.product-server .product-server-list ul li.more a {
	color: rgb(153, 153, 153);
}
.product-server .product-server-list ul li.active a {
	border-width: 2px 1px 1px; border-style: solid; border-color: rgb(18, 123, 199) rgb(234, 237, 236) rgb(248, 248, 248); padding: 0px 10px; border-image: none; color: rgb(18, 123, 199); position: relative; background-color: rgb(248, 248, 248);
}
.product-server .product-server-list ul li.active a::after {
	background: rgb(248, 248, 248); left: 0px; width: 100%; height: 2px; bottom: -3px; position: absolute; content: "";
}
.product-server .product-server-content {
	padding: 20px 10px 10px 9px;
}
.product-server .product-server-content ul li {
	padding: 15px; border: 1px solid rgb(234, 237, 236); border-image: none; width: 291px; height: 130px; margin-right: 20px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.product-server .product-server-content ul li .avatar {
	margin-top: 5px; float: left;
}
.product-server .product-server-content ul li .avatar a {
	width: 70px; height: 70px; display: block;
}
.product-server .product-server-content ul li .avatar img {
	border-radius: 50%; width: 70px; height: 70px;
}
.product-server .product-server-content ul li .info {
	margin-left: 15px; float: left;
}
.product-server .product-server-content ul li .info .name {
	color: rgb(51, 51, 51); font-size: 18px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;
}
.product-server .product-server-content ul li .info .detail {
	color: rgb(102, 102, 102); font-size: 14px; margin-bottom: 10px;
}
.product-server .product-server-content ul li .info .detail .num {
	margin-right: 5px;
}
.product-server .product-server-content ul li .info .call {
	background: url("../../img/icon_tel2.png") no-repeat 8px 4px rgb(255, 255, 255); border-radius: 2px; border: 1px solid rgb(0, 123, 199); transition:0.2s ease-in-out; border-image: none; width: 120px; height: 30px; color: rgb(0, 123, 199); line-height: 30px; padding-left: 32px; font-size: 12px; display: inline-block; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
}
.product-server .product-server-content ul li .info .call:hover {
	background: url("../../img/icon_tel1.png") no-repeat 9px 4px rgb(0, 123, 199); border-color: rgb(0, 123, 199); color: rgb(255, 255, 255);
}
.product-server .product-server-content ul li .tag {
	padding: 0px 6px; top: 0px; right: 0px; color: rgb(255, 255, 255); line-height: 18px; font-size: 12px; display: inline-block; position: absolute; background-color: rgb(143, 189, 229);
}
.product-server .product-server-content ul li.all {
	background: rgb(248, 248, 248); padding: 0px; border: currentColor; border-image: none; width: 206px; text-align: center; color: rgb(102, 102, 102); line-height: 130px; margin-right: 0px;
}
.product-server .product-server-content ul li.all a {
	margin: 0px 10px; color: rgb(0, 123, 199); display: inline-block;
}
.product-server .product-server-content ul li.all a:hover {
	color: rgb(3, 109, 182);
}
.product-server .product-server-content ul li.no-data {
	padding: 0px; border: currentColor; border-image: none; width: 100%; text-align: center; margin-right: 0px; background-color: rgb(248, 248, 248);
}
.product-server .product-server-content ul li.no-data img {
	width: 60px; margin-bottom: 15px;
}
.product-server .product-server-content ul li.no-data p {
	text-align: center; color: rgb(114, 113, 113); line-height: 1.5; font-size: 14px;
}
.product-detail {
	position: relative;
}
.absoluted {
	top: 0px; right: 0px; position: absolute !important;
}
a.scan {
	border: 1px solid rgb(0, 201, 255); border-image: none; top: 1px; width: 100px; height: 33px; text-align: center; right: 60px; color: rgb(0, 201, 255); line-height: 33px; display: block; position: absolute;
}
a.scan:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 201, 255);
}
a.scan + img {
	width: 200px;
}
.know-poper-scan {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 580px; height: 520px; text-align: center; margin-top: -260px; margin-left: -290px; display: none; position: fixed; z-index: 999999;
}
.know-poper-scan .close {
	background: url("../../img/product/close.png") no-repeat center; top: 30px; width: 21px; height: 21px; right: 30px; display: inline-block; position: absolute; cursor: pointer;
}
.know-poper-scan .close:hover {
	background: url("../../img/product/closeHover.png") no-repeat center;
}
.know-poper-scan h4 {
	text-align: center; color: rgb(89, 87, 88); font-size: 14px; font-weight: bold; margin-top: 115px;
}
.know-poper-scan img {
	border: currentColor; border-image: none; width: 250px; margin-top: 21px; vertical-align: top; max-width: 100%;
}
.hot {
	background-position: right top; width: 48px; height: 15px; display: inline-block; background-image: url("../../img/time.gif"); background-repeat: no-repeat;
}
.scan-text {
	background: rgb(245, 245, 245); padding: 0px 10px; top: 1px; right: 60px; color: rgb(153, 153, 153); font-size: 13px; position: absolute;
}
.scan-text a {
	margin: 0px 10px; color: rgb(0, 201, 255); text-decoration: underline;
}

.product-detail .product-main-tab ul li.active a:hover {
    color: white;
    background-color: blue;
}
#first-li1 {
	color: white;
	background-color: blue;
}
.first-li11 {
	color: white;
	background-color: blue;
}
