/*************************************/






























/******************************/

.store-navigation-container {
	width:100%;
	height:100px;
	background:#fff;
	/*box-shadow:0px 0px 10px rgba(50,50,50,0.5);*/
	-webkit-filter:drop-shadow(0 0 3px rgba(66,66,66,0.6));
}

.navigation-container {
	width: 1170px;
    margin: 0 auto;
    height: 100px;
    background: #fff;
    padding-bottom: 0px;
    position: relative;
}

.logo {
	height:46px;
	margin-top:27px;
	display: block;
	float:left;
}

.store-info-container {
	float:left;
}

.store-name-container {
	width:200px;
	height:60px;
	margin-top:20px;
	margin-left:20px;
	padding:0 20px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	float:left;
}

.store-name {
	color:#333;
	line-height:30px;
	text-indent:2em;
}

.jc-self {
	width:70px;
	height:20px;
	line-height: 20px;
	text-align: center;
	background:#234388;
	color:#fff;
	display: inline-block;
	margin-left:28px;
}

.store-qq {
	display: inline-block;
	width:18px;
	height:20px;
	background:#eee;
	vertical-align: top;
	margin-left:30px;

}

.store-score-container {
	width:180px;
	height:60px;
	float:left;
	margin-top:20px;
	border-right:2px solid #ccc;
	padding:0 20px;
}

.store-score-list {
	width:180px;
	height:60px;
}

.store-score-list li {
	float:left;
	line-height: 30px;
	margin:0 15px;
}

.store-score-list .store-ms-point:after,.store-fw-point:after, .store-wl-point:after {
	content:'→';
	font-size: 15px;
    transform: rotate(-50deg);
    line-height: 30px;
	position:absolute;
	color:#234388;
}

.store-ms-point, .store-wl-point, .store-fw-point {
	color:#333;
}

.app-qr-code {
	width:170px;
	height:70px;
	margin-top:10px;
	padding:0 30px;
	float:left;
	line-height: 20px;
}

.qr-code {
	height:80px;
}

.search-box {
	margin-top:15px;
	margin-left:20px;
}




.main-container {

}


.store-banner {
	width:100%;
	height:174px;
	background:#eee;
}

.store-banner img {
	max-width: 1349px;
	display: block;
	margin:0 auto;
	border:none;
}

.store-navigation {
	width:100%;
	height:40px;
	line-height: 40px;
	background:#ccc;
}

.store-navigation ul {
	width:900px;
	height:40px;
	margin:0 auto;

}

.store-navigation ul li {
	float:left;
	width:90px;
	height:40px;
	text-align:center;
}

.store-navigation-focus {
	background:#fcfcfc;
}


/**/
.item-outer-container {
	width:1170px;
	margin:0 auto;
}

.item-container {
	width:100%;
	padding:20px;
}

.item-pic-container {
	width:450px;
	height:500px;
	float:left;
	margin-right:50px;
}

.item-current-pic {
	width:450px;
	height:350px;
	box-sizing:border-box;
	background:#fff;
}

.item-current-pic img {
	margin:0 auto;
	display: block;
	max-width:450px;
	max-height:350px;

}

.item-pic-list {
	width:450px;
	height:100px;
}

.item-pic-list ul li {
	width:80px;
	height:80px;
	float:left;
	margin:5px;
	background:#fff;
	cursor: pointer;
}

.item-pic-list ul li img {
	max-width:80px;
	max-height:80px;
	display: inline-block;
}

.item-detail-container {
	width:500px;
	height:450px;
	float:left;
	padding-top:10px;
}

.item-name-container {

}

.item-name {
	
	font-size:22px;
	display: inline-block;
}

.item-subname {
	font-size:13px;
	color:#666;
}

.item-option-list {

}

.price {
	font-size:16px;
}

.price label:nth-of-type(2) {
	float:none;
	margin-left:20px;
}

.total-price, .unit-price {
	font-size:24px;
	color:#f33;
}

.item-option {
	width:100%;
	height:35px;
	line-height: 30px;
	margin:5px 0;
	border-bottom:1px dashed #ddd;
	padding-bottom: 5px;
}

.item-option .option {
	padding:0 10px;
	margin:0 5px;
	float:left;
	border:1px solid #eee;
	cursor:pointer;
	transition:background 0.3s ease;
}

.item-option .option:hover {
	background:#eee;
}

.item-option label {
	float:left;
	color:#33c;
}

.item-option .chose {
	border:1px solid #234388;
	/*background:#eee !important;*/
	/*background: -webkit-radial-gradient(circle, #fff, #eee) !important;*/
	background:linear-gradient(0deg, transparent 2.3em, #234388 0) !important;

	color:#000;
	border-radius:0px;
}

.design-choose {
	width:500px;
	height:30px;
	/*line-height:30px;*/
}

.choose {
	width:120px;
	height:30px;
	display: block;
	background:#eee;
	text-align: center;
	float:left;
	box-sizing: border-box;
	/*border:3px solid transparent;*/
	box-shadow: 0 0 3px #999 inset;
	line-height: 30px;
	cursor: pointer;
	margin-left:10px;
}

.choose:hover {
	background:#eee;
}

.no-choose {
	width:121px;
	height:30px;
	border:3px solid transparent;
	box-sizing: border-box;
	display:block;
	float:left;
	text-align:center;
	border:1px solid #eee;
	margin-left:10px;
	cursor:pointer;
	line-height: 28px;
}

.no-choose:hover {
	background:#eee;
}

.button-group {
	width:500px;
	height:100px;
	margin-top:15px;
}

.add-cart-btn {
	width:160px;
	height:50px;
	background:#f33;
	color:#fff;
	text-align:center;
	line-height: 50px;
	border-radius:5px;
	float:left;
	cursor: pointer;
	transition: background 0.4s ease;
}

.add-cart-btn:hover {
	background:#f66;
}

.follow-btn {
	width: 100px;
    height: 50px;
    background: #3f78d8;
    float: left;
    margin: 0 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background 0.4s ease;
}

.follow-btn:hover {
	background:#6faadb;
}

.more-price-btn {
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #666;
    box-sizing: border-box;
    margin-left:20px;
    color: #fff;
    background:#3f78d8;
    cursor: pointer;
    transition:border 0.4s ease;
}

.more-price-btn:hover {
	border-color:#333;
}

.float-contact {
	position: fixed;
	right:-1px;
	width:240px;
	height:250px;
	padding: 20px 0;
	top:50%;
	margin-top:-150px;
	border:1px solid #ccc;
	box-shadow: 0 0 5px rgba(100,100,100,0.2);
	background:#fff;
	z-index: 10;
}

.float-contact .store-logo img{
	width:150px;
	margin:10px auto;
	display: block;

}

.store-enterprise {
	margin: 10px auto;
	line-height: 30px;
}

.store-type-icon {
	margin:10px;
	margin-left:50px;
}

.store-type-icon img{
	width:30px;
	vertical-align: middle;
	margin-right:10px;
	margin-top: -5px;
}

.float-contact ul{
	border-top:1px solid #ccc;
	padding-top:10px;
}

.float-contact ul li{
	float:left;
	width:50%;
	padding-left:20px;
	box-sizing: border-box;
	margin-top: 15px;
	height:25px;
}

.float-contact ul li img {
	height:25px;
	vertical-align: middle;
	margin-right:5px;
	margin-top:-5px;
}

.item-detail-outer-container {
	margin-top:50px;
	padding:10px;
	border-top:1px solid #ccc;
}

.item-detail-navigation {
	width:380px;
	height:40px;
	line-height: 40px;
	margin:0 auto;
}

.item-detail-navigation ul li {
	float:left;
	text-align: center;
	border-right:2px solid #ccc;
	padding:0 20px;
	font-size:16px;
	cursor:pointer;
}

.item-detail-navigation ul li:hover {
	color:#922;
}

.item-detail-navigation ul li:nth-of-type(3) {
	border:none;
}



.item-detail-navigation-focus {
	color:#f66;
	font-weight: bold;
}

.item-detail-bg-container {
	width:100%;
	padding:20px;
	background:#f3f3f3;
	margin-top:10px;
}

.item-main-container {
	width:100%;
}

/*.item-main-container img {
	max-width: 700px;
    max-height: 500px;
    margin: 5px auto;
    background: #eee;
    display: block;
}*/

#intro {
	display:block;
}

#item-detail {
	display: none;
}

#intro img {
	max-width:700px;
	/*max-height:500px;*/
	margin:5px auto;
	background:#eee;
	display: block;
}


#detail {
	width:1000px;
	margin:0 auto;
}

.item-detail h3 {
	width:200px;
	text-align: center;
	margin:0 auto;
	margin-top:40px;
	font-size:25px;
	color:#aaa;
}

.item-detail .decorate {
	width:250px;
	/*height:30px;*/
	margin:10px auto;
	display: block;
}

.detail-container {
	width:900px;
	min-height:200px;
	background:#fff;
	margin:20px auto;
}

.item-picture {
	width:200px;
	height:160px;
	margin:20px 40px;
	float:left;
}

.parameter-list {
	width:600px;
	float:left;
	height:160px;
	margin:20px 10px;
	font-size:16px;
}

.parameter-list li{
	float:left;
	width:300px;
	height:32px;
	line-height: 32px;
}

.comment-info {
	width:900px;
	height:120px;
	margin:20px auto;
	background:#fff;
}

.comment-score {
	width:200px;
	height:100px;
	margin:10px 20px;
	float:left;
}

#score {
	display: block;
	font-size:60px;
	line-height: 60px;
    height: 40px;
	width:200px;
	text-align: center;
}

.comment-score p {
	width:200px;
	text-align: center;
	line-height: 20px;
}

#all-comment-person {
	color:#999;
	font-size:13px;
}

.comment-sort-list {

}

.comment-sort-list li {
	float:left;
	width:200px;
	padding-top:40px;
	text-indent: 2em;
	line-height: 20px;
}

.score-bar-outer {
	width:120px;
	height:10px;
	background:#ccc;
}

.score-bar-inner {
	width:0px;
	height:10px;
	background:#f66;
}

.comment-sort-item:first-child .score-bar-inner{
	width:120px;
}

.current-comment-sort {
	width:120px;
	height:20px;
	margin-top:5px;
}

.current {
	background:url('../images/qq-wechat/9.png') no-repeat;
	background-size:contain;
}

.comment-acount {
	color:#666;
	font-size:12px;
}

.comment-sort-type {
	width:900px;
	margin:10px auto;
}

.comment-sort-type li {
	float:left;
	padding:10px;
	cursor: pointer;
}

.comment-sort-focus {
	color:#f33;
	font-weight: bold;
}

.comment-container {
	width:900px;
	margin:0 auto;
}

.comment {
	width:100%;
	/*height:200px;*/
	background:#fff;
	margin: 10px 0;
	box-sizing:border-box;
	border-left:2px solid #ccc;
	position: relative;
	padding-bottom: 10px;
}

.comment-order-info {
	width:120px;
	float:left;
	text-align:center;
}

.user-head {
	width:70px;
	height:70px;
	border-radius: 50%;
	margin:10px 30px;
	box-sizing: border-box;
	/*border:1px solid #333;*/
}

.username {
	color:#666;
	line-height: 20px;
}

.comment-date {
	font-size:12px;
	color:#999;
	line-height: 16px;
}

.comment-order-detail {
	width:120px;
	/*position: absolute;*/
	margin-top:10px;
	bottom:0;
	margin-bottom:10px;
}

.comment-order-name {
	margin-left:10px;
	float:left;
	color:#666;
	font-size:12px;
}

.comment-order-amount {
	float:right;
	color:#666;
	font-size:12px;
}

.comment-detail {
	width:700px;
	float:left;
	margin-left:30px;
}

.comment-stars {
	width:100%;
	height:40px;
	line-height: 40px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.star {
	width:20px;
	height:20px;
	float:left;
	margin-right:10px;
	margin-top:5px;
	/*background:#eee;*/
	background:url('../images/qq-wechat/8.png') no-repeat;
	background-size:cover;
}

.reply-container {
	width:600px;
	margin-top:30px;
}

.reply-input {
	width:300px;
	height:21px;
	margin:0;
}

.reply-btn {
	width:80px;
	height:22px;
	border:1px solid #ccc;
	padding:3px 10px;
	vertical-align: middle;
}

.reply-list {
	padding-top:20px;
	margin-left:20px;
}

.reply-item {
	height:22px;
	line-height: 22px;
}

.agree-btn {
	position: absolute;
	right:20px;
	bottom: 10px;
}

.more-comment {
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background:#e7e7e7;
}

.item-qa {
	margin-top:20px;
	width:900px;
	margin:20px auto;
}

.item-qa h3 {
	width:200px;
	text-align: center;
	margin:0 auto;
	margin-top: 40px;
	font-size:25px;
	color:#aaa;
}

.item-qa .decorate {
	width:250px;
	/*height:30px;*/
	margin:10px auto;
	display: block;
}

.item-qa-container {
	background: #fff;
	margin:20px 0;
}

.question-container {
	width:350px;
	height:70px;
	line-height: 70px;
	margin:0 auto;
}

#item-qa-input {
	width:250px;
	height:20px;
}

.question-btn {
	background:#fcfcfc;
	border:1px solid #ccc;
	padding:4px 10px;
	margin-top:1px;
	cursor: pointer;

	/*display: inline-block;*/
}

.question-btn:hover {
	background:#eee;
}

.question-type {
	/*margin-bottom:20px;*/
	/*border-bottom:1px solid #ccc;*/
}

.question-type-focus {
	color:#f33;
	font-weight: bold;
}

.question-type li {
	float:left;
	margin:10px 10px;
	font-size:16px;
	cursor: pointer;
}

.question-list {
	border-top:1px solid #ccc;
	padding-top:20px;
}

.question-list li {
	width:449px;
	float:left;
	height:80px;
	text-indent: 1em;
}

.question-item:nth-of-type(2n-1) {
	border-right:1px solid #ccc;
}

.good-container {
	width:30px;
	height:80px;
	float:left;
	text-align:left;
}

.good-btn {
	width:30px;
	height:30px;
	border-radius: 50%;
	display: inline-block;
	background: url('../images/qq-wechat/11.png') no-repeat;
	background-size:cover;
	margin-top:5px;
}

.good-amount {
	width:30px;
	height:20px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.qa-content-container {
	width:380px;
	height:80px;
	float:left;
}

.question-user-head, .answer-user-head {
	width:25px;
	height:25px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	margin-left: 20px;
}

.answer-user-head {
	background:url('../images/qq-wechat/12.png') no-repeat;
	background-size:cover;
}

.question-content, .answer-content {
	width:380px;
	height:30px;
	line-height: 30px;
}

.q-content, .a-content {
	display: inline-block;
	font-size:12px;
}

.q-date, .a-date {
	float:right;
	font-size:12px;
	color:#999;
}

.more-question {
	width:100%;
	height:40px;
	background:#e7e7e7;
	line-height: 40px;
	text-align: center;
}





.float-navigation {
	width:100%;
	position: fixed;
	height:60px;
	top:-60px;
	left:0;
	background:#f9f9f9;
	transition:top 0.3s ease;
}

.float-navigation ul {
	width:380px;
	height:40px;
	line-height: 40px;
	margin:10px auto;
}

.float-navigation ul li {
	float:left;
	text-align: center;
	border-right:2px solid #ccc;
	padding:0 20px;
	font-size:16px;
	cursor:pointer;
}

.float-navigation ul li:hover {
	color:#922;
}

.float-navigation ul li:nth-of-type(3) {
	border:none;
}

.item-detail-navigation-focus {
	color:#f66;
	font-weight: bold;
}






/**/

/**/
.pop-login {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*background:rgba(50,50,50,0.6);*/
	z-index: 90;
	display: none;
}

.pop-login-bg {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(50,50,50,0.6);

	top:0;
	left:0;
}

.pop-login-container {
	position:absolute;
	width:300px;
	height:180px;
	padding-top:20px;
	left:50%;
	top:50%;
	margin-top:-90px;
	margin-left:-150px;
	background:#fff;
	font-size:14px;
	z-index: 1;
}

.pop-login-username, .pop-login-password {
	width:240px;
	margin:20px auto;
}

.pop-login-username input, .pop-login-password input {
	height:18px;
}

.pop-login-submit {
	width:100px;
	margin-left:40px;
	height:30px;
	display: block;
	float:left;
}

.pop-login-register {
	width:75px;
	height:30px;
	display: block;
	float:left;
	margin-left:10px;
	background:#eee;
	border:1px solid #ccc;
	transition: background 0.3s ease;
}

.pop-login-cancel:hover {
	background:#f7f7f7;
}

.pop-login-forget {
	font-size:12px;
	color:#999;
	margin-left:15px;
	margin-top: 5px;
    display: inline-block;
}

.single-price-paper-type {
	clear:both;
}








