<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
关于注释：
s表示起始位置start，e表示结束位置end。
*/


/*除首页以外的其他页面样式集合*/


/*---------- product-detail-top s ----------
 产品详情页面，头部产品图片及属性部分的样式*/

.navbar-default {
	background-color: #f485a1;
	margin-bottom: 5px;
}

.navbar-default .navbar-collapse {
	background-color: transparent;
}

.breadcrumb {
	padding-left: 0;
}

.product-detail-title {
	border-bottom: 1px solid #ddd;
}

.product-detail-title .title {
	font-size: 24px;
	margin: 0;
	margin-bottom: 3px;
	color:#444;
}

.product-detail-title .star-box {
	color: #fe980f;
	font-size: 16px;
}

.product-detail-title .star-box .review {
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin-left: 15px;
}

.main-option {
	width: 100%;
	float: none !important;
	margin-bottom: 20px;
	column-count: 2;

	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.main-option .option-box {
	width: 100%;
	float: left;
	margin-bottom: 10px;

	width: 100%;
	height: 100%;
	float: none !important;
	overflow: auto;

}

.main-option .option-box+.option-box {
	border-top: none;
}

.main-option .option-box .checkbox-box img {
	border-radius: 100%;
}


/*info s
 右侧产品属性部分样式*/

.product-detail-top {}

.product-detail-top .price-box {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.product-detail-top .price-box .price span {
	color: #f72323;
	font-size: 30px;
}

.product-detail-top .price-box .price del {
	font-size: 18px;
}


/*social-sharing s*/

.social-sharing {
	position: relative;
	width: 100%;
	float: left;
}

.social-sharing a {
	display: inline-block;
	margin-right: 5px;
}

.social-sharing .fa {
	font-size: 32px;
}


/*social-sharing e*/

.product-detail-top .page-title .title {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.product-detail-top .p-tips {
	color: #f00;
	font-style: italic;
}

.product-detail-top .rating-box .review {
	color: #1e88e5;
	font-style: italic;
}

.countdown-box .inventory-state {}

.countdown-box .inventory-state&gt;span {
	color: #1e88e5;
	font-size: 18px;
	font-weight: bold;
}

.countdown-box .countdown {
	color: #1e88e5;
	font-size: 16px;
	font-weight: bold;
}


/*info e*/


/*option-box s
 表单的选项设置样式*/

.option-box {
	position: relative;
	width: 100%;
	float: left;
}

.option-box:last-child {
	margin-bottom: 0;
}

.option-box .radio-inline label {
	display: block;
}

.checkbox-box {
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.checkbox-box&gt;img {
	display: block;
	width: auto;
	height: 100%;
}

.checkbox-box&gt;span {
	display: block;
	color: #5a5a5a;
	font-size: 12px;
	/*line-height: 1.6;*/
}

.option-box select.form-control {
	width: calc(100% - 30%);
}

.checkbox-box .fa {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


/*option-box e*/


/*option-box s
 显示check图标的样式，需配合js特效，勾选状态，icon呈红色
 .checkbox-box后要追加check-on的样式名
 */


/*.option-box .radio-inline {
	padding-left: 0;
}

.option-box .radio-inline input[type=radio] {
	display: none;
}*/

.checkbox-box.check-on {
	display: block;
	position: relative;
	border-radius: 5px;
	border: 2px solid #f00;
}

.checkbox-box .fa {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.checkbox-box.check-on .fa {
	display: block;
	color: #fff;
	background-color: #f00;
}


/*option-box e*/


/*quantity s*/

.quantity {
	position: relative;
	width: 100%;
	float: left;
}

.quantity .qty-title {
	float: left;
	line-height: 34px;
}

.quantity .qty-box {
	float: left;
	overflow: hidden;
}

.quantity .qty-box .form-control {
	position: relative;
	width: auto;
	float: left;
}

.quantity .qty-control-inside .form-control {
	width: 60px;
}

.quantity .qty-control-inside .qty-control {
	width: 15px;
	float: left;
	overflow: hidden;
}

.quantity .qty-control .qty-btn {
	display: block;
	width: 15px;
	height: 17px;
	cursor: pointer;
	background: url("../img/plus-minus.png") no-repeat #868686;
	background-position-x: 0%;
	background-position-y: 0%;
}

.quantity .qty-control .qty-btn:hover {
	background-color: #1e88e5;
}

.quantity .qty-control .qty-btn.qty-plus {
	background-position: 0 1px;
}

.quantity .qty-control .qty-btn.qty-minus {
	background-position: 0 -14px;
}

.quantity .qty-control-outside .qty-control&gt;a {
	margin-right: 10px;
}

.quantity .qty-box .button-box {
	float: left;
}


/*quantity e*/


/*button-box s*/

.button-box {
	position: relative;
	width: 100%;
	float: left;
}


/*button-box e*/


/*fotorama s*/

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	opacity: 1;
}

.fotorama__wrap .fotorama__pointer {
	border-radius: 15px;
}

.fotorama__thumb {
	border-radius: 5px;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
	border-radius: 5px;
}

.fotorama__nav-wrap {
	margin-top: 5px;
}


/*fotorama e*/

.add-cart-box {
	width: 100%;
	float: left;
	padding: 10px;
	background: #f5f5f5;
}

.add-cart-box .price {
	margin-bottom: 15px;
}

.add-cart-box .price span {
	font-size: 26px;
}

.add-cart-box .cart-input {
	margin-bottom: 15px;
}

.add-cart-box .cart-input .form-control {
	width: auto;
	float: left;
	margin-right: 10px;
}


/*---------- product-detail-top e ----------*/


/*---------- product-detail-content s ----------
 产品详情页面，有关产品详情内容的页面样式*/

.product-detail-content {}

.product-detail-content img,
.product-detail-content .content-box img,
.product-detail-content .content-box p img {
	display: block;
	width:auto;
	max-width: 100%;
	margin-bottom: 10px;
}

.product-detail-content figure {
	margin-bottom: 20px;
}

.product-detail-content figure&gt;figcaption {
	font-weight: bold;
}

.product-detail-content figure img {
	max-width: inherit;
}

.product-detail-content strong {
	font-size: 18px;
	font-weight: bold;
}

.product-detail-content .content-box ul {
	padding-left: 15px;
}

.product-detail-content .content-box ul&gt;li {
	list-style: disc;
	line-height: 2;
}

iframe {
	/*width: 640px;
	height: 480px;*/
}

iframe {
	width: 565px;
	height: 348px;
}

.product-detail-content .content-box-01 {
	/*margin-top: 10px !important;*/
	margin-bottom: 20px !important;
}

.product-detail-content .content-box-01 .table-responsive {
	position: inherit !important;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	box-shadow: none;
	z-index: 99;
}

.product-detail-content .content-box-01 .table-responsive thead&gt;tr&gt;th,
.product-detail-content .content-box-01 .table-responsive tbody&gt;tr&gt;th,
.product-detail-content .content-box-01 .table-responsive tbody&gt;tr&gt;td {
	padding: 15px;
	border: 3px solid #ddd;
}

.product-detail-content .content-box-01 .table-responsive thead&gt;tr&gt;th:nth-of-type(2),
.product-detail-content .content-box-01 .table-responsive thead&gt;tr&gt;th:nth-of-type(3) {
	color: #fff;
	background: #af148c;
}

.product-detail-content .content-box-01 .sub-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 10px;
	border-bottom: 1px dashed #ddd;
	border-left: 3px solid #f2698c;
}

.product-detail-content .content-box-01 .item-box .info {
	width: 100%;
	float: left;
	background: transparent;
}


/*---------- product-detail-content e ----------*/


/*---------- section-service s ----------
 类似问答、评论、留言等区块样式*/

.section-service {}

.service-box {
	width: 100%;
	float: left;
}

.service-box .title {
	color: #222;
	font-size: 22px;
	font-weight: bold;
}

.service-box .click-link {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #1e88e5;
}

.service-box .click-link:hover {
	color: #2196f3;
}

.service-box form {
	width: 100%;
	float: left;
	padding-top: 10px;
}


/*customer-reviews s
用户评论的样式*/

.customer-reviews {}


/*write-reviews s
用于写评论的表单的样式*/

.write-reviews {
	width: 100%;
	float: left;
}

.write-reviews .rating-box {
	position: relative;
}

.write-reviews .click-link .fa {
	color: inherit;
}

.write-reviews form {
	background-color: transparent;
}

.write-reviews form .title {
	font-size: 16px;
	padding: 0 10px;
}

.write-reviews form .form-group {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.write-reviews form .form-group:nth-of-type(5) {
	width: 100%;
	float: left;
	padding: 0 10px;
}


/*write-reviews e*/


/*reviews-list s
 评论列表的样式*/

.reviews-list {
	position: relative;
	width: 100%;
	float: left;
}

.reviews-list .content-box:last-child {
	border-bottom: none;
}

.reviews-list .content-box .title {
	font-size: 16px;
	font-weight: bold;
}

.reviews-list .content-box .report {
	text-align: right;
}

.reviews-list .content-box .report .click-link {
	position: inherit;
	right: inherit;
	bottom: inherit;
	display: inline-block;
}


/*reviews-list e*/


/*customer-reviews e*/


/*---------- section-service e ----------*/


/*---------- section-article s ----------
 文章页面的样式，适用于关于我们、各种政策页面等*/

.section-article {}

.article-title {
	position: relative;
	width: 100%;
	float: left;
}


/*about-us s
 关于我们的页面样式*/

.about-us {}

.about-us .title {
	display: block;
	font-weight: bold;
}

.about-us img,
.about-us p&gt;img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	max-width: 1140px;
	width: auto;
	height: 100%;
	margin-bottom: 20px;
}


/*about-us e*/


/*---------- section-article e ----------*/


/*---------- section-blog s ----------
站内博客的样式集合*/

.section-blog {}


/*blog-list s
 博客列表页样式*/

.blog-list {
	position: relative;
	width: 100%;
	float: left;
}

.blog-list .blog-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.blog-list .blog-box .pic-box {
	margin-bottom: 0;
}

.blog-list .blog-box .pic-box img {
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

.blog-list .blog-box:hover .pic-box img {
	border-radius: 100%;
}

.blog-list .blog-box .info .title {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	overflow: hidden;
}

.blog-list .blog-box:hover .title {
	color: #1e88e5;
}

.blog-list .blog-box:hover .text-summary {
	color: #999;
	transition: all .3s ease;
}

.blog-list .blog-box .text-summary&gt;a {
	color: #333;
}

.blog-list .blog-box:hover .text-summary&gt;a {
	color: #999;
	text-decoration: none;
}

.blog-list .blog-box:hover .author {
	display: none;
}

.blog-list .blog-box .view-detail {
	display: none;
}

.blog-list .blog-box:hover .view-detail {
	display: inline-block;
	color: #1e88e5;
	text-decoration: none;
}

.content-blog-list .item-box {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.content-blog-list .item-box .pic-box {
	display: block;
	margin-bottom: 10px;
}

.content-blog-list .item-box .info {
	background-color: transparent;
}

.content-blog-list .item-box .info .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content-blog-list .inline-left-right .pic-box {
	width: 15%;
	float: left;
}

.content-blog-list .inline-left-right .info {
	width: 85%;
	float: left;
}

.blog-aside-box .product-box {
	padding: 10px;
	border: 1px solid #ddd;
}

.blog-aside-box .product-box .title {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}


/*blog-list e*/


/*blog-content s
 博客内容页的样式*/

.blog-content {
	position: relative;
	width: 100%;
	float: left;
}

.blog-content img,
.blog-content p img {
	display: block;
	max-width: 650px;
	margin-bottom: 10px;
}

.blog-content figure {
	margin-bottom: 20px;
}

.blog-content figcaption {
	font-weight: bold;
}

.blog-content figure img {
	max-width: inherit;
}

.blog-content p {
	line-height: 1.6;
}

.blog-content a,
.blog-content p&gt;a {
	color: #f2698c;
}

.blog-content strong {
	/*display: block;*/
}

.blog-content ul {
	font-weight: bold;
	padding-left: 15px;
}

.blog-content ul&gt;li {
	list-style: disc;
	line-height: 2;
}


/*blog-content e*/

.questions-list .menu-default&gt;li {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.questions-list .menu-default&gt;li .pic-box {
	position: relative;
}

.questions-list .menu-default&gt;li .pic-box .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15%;
	right: 15%;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	background: rgba(255, 255, 255, .5);
}


/*post-navigation s
 博客页面上一篇及下一篇导航样式*/

.post-navigation {
	width: 100%;
	float: left;
	border-top: 2px solid #999;
}

.post-navigation .post-nav {
	position: relative;
	display: inline-block;
	max-width: 40%;
}

.post-navigation .post-nav&gt;a {
	display: block;
	color: #1e88e5;
	padding: 8px 15px;
	border-radius: 2px;
	border: 1px solid #1e88e5;
}

.post-navigation .post-nav&gt;a:hover {
	color: #2196f3;
	border: 1px solid #2196f3;
}

.post-navigation .nav-previous&gt;a {
	padding-left: 30px;
}

.post-navigation .nav-previous&gt;a:before {
	position: absolute;
	top: 8px;
	left: 10px;
	content: "\f100";
	font-family: FontAwesome;
}

.post-navigation .nav-next&gt;a {
	padding-right: 30px;
}

.post-navigation .nav-next&gt;a:after {
	position: absolute;
	top: 8px;
	right: 10px;
	content: "\f101";
	font-family: FontAwesome;
}

/*font-size s*/

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-28 {
	font-size: 28px;
}

.font-30 {
	font-size: 30px;
}

.font-32 {
	font-size: 32px;
}

.font-34 {
	font-size: 34px;
}

.font-36 {
	font-size: 36px;
}

.font-38 {
	font-size: 38px;
}

.font-40 {
	font-size: 40px;
}

.font-50 {
	font-size: 50px;
}

.font-60 {
	font-size: 60px;
}


/*font-size e*/

/*font-weight s*/

.font-hairline {
	font-weight: 100 !important;
}

.font-thin {
	font-weight: 200 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 600 !important;
	color: #f485a1;
}

.font-extrabold {
	font-weight: 800 !important;
}

.font-black {
	font-weight: 900 !important;
}


/*font-weight e*/


/*post-navigation e*/


/*---------- section-blog e ----------*/


/*---------- login-register s ----------*/

.login-register {}

.login-register .form-group .fa {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #999;
}

.login-register .form-group .form-control {
	padding-left: 35px;
}


/*---------- login-register e ----------*/


/*---------- account-center s ----------*/

.account-center .table&gt;tbody&gt;tr&gt;td:first-child,
.account-center .table&gt;tbody&gt;tr&gt;td:last-child&gt;a {
	color: #1e88e5;
}


/*---------- account-center e ----------*/</pre></body></html>