/*
关于注释：
s表示起始位置start，e表示结束位置end。
*/


/*用户对整站的样式覆写、新增、修改的样式集合
 切记！*/

.btn-search,
.btn-submit,
.btn-add-to-cart {
	/*color: #222;*/
	border-color: #f485a1;
	background-color: #f485a1;
}


/*header s*/

header .right .width-20p {
	position: relative;
	margin-left: 80%;
}

header .right .width-20p img {
	position: absolute;
	top: -25px;
	right: 0;
	width: 44px;
	height: 99px;
}

header .btn-search {
	width: 50px;
	height: 50px;
	font-size: 20px;
}

header .btn-add-to-cart {
	border-radius: 30px;
}

header .right .banner {
	text-align: right;
}


/*header e*/


/*search-box s*/

.search-box {
	position: absolute;
	top: -95px;
	
	left: 50%;
	transform: translateX(-50%);
}

.search-box .form-inline {
	width: 100%;
}

.search-box .form-inline input.form-control {
	width: calc(100% - 55px);
	max-width: inherit;
	min-width: 345px;
	height: 50px;
	float: left;
}

.search-box .btn-search {
	width: 50px;
	height: 50px;
	font-size: 20px;
	float: left;
	margin-left: 5px;
}


/*search-box e*/


/*breadcrumb s*/

.breadcrumb {
	background-color: #ffffff;
}

.breadcrumb>li>a {
	color: #f485a1;
}

.breadcrumb>.active {
	color: #999;
}

.breadcrumb>li+li:before {
	color: #f485a1;
}


/*breadcrumb e*/


/*title s*/

.section-title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #999;
}

.section-title .title {
	display: inline-block;
	float: left;
	color: #f2698c;
	font-size: 32px;
	line-height: 70px;
	padding-left: 100px;
	background: url(../img/title-pic.png) 0 5px no-repeat;
}

.section-title .nav-tabs {
	display: inline-block;
	float: right;
}

.title-default .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-bottom: 0;
	border-bottom: none;
	background-color: #f485a1;
}

.aside-box .title-default .title {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: none;
	background-color: transparent;
	overflow: hidden;
}

.aside-box .title-default .title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #f2698c;
	box-shadow: 0 0 6px #f2698c;
}


/*title e*/


/*nav-tabs s*/

.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li {
	position: relative;
	height: 70px;
}

.nav-tabs>li>a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	border: none;
	border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
	color: #fc5cd8;
	cursor: default;
	border: none;
	border-bottom-color: transparent;
	background-color: transparent;
}

.nav-tabs>li:hover:after,
.nav-tabs>li.active:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	width: 66px;
	height: 8px;
	background: url(../img/tabs-active-pic.png) 0 0 no-repeat;
}

.tab-content {
	width: 100%;
	float: left;
}


/*nav-tabs e*/

.price>span {
	color: #f70000db;
	font-size: 20px;
}

.more-link-pill {
	color: #fc5cd8;
	border-radius: 15px;
	border: 1px solid #fc5cd8;
}

.more-link-pill:hover {
	color: #fc5cd8;
	text-decoration: none;
	border: 1px solid #fc5cd8;
	background-color: #f5f5f5;
}


/*section s*/

section {
	width: 100%;
	float: left;
}

section .item-box .info {
	background-color: #f5f5f5;
}

.item-box .info .title:hover {
	color: #f2698c;
}


/*section-00 s*/

.section-00 {}

.section-00 .list-group {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	background: #f3f3f3;
}

.section-00 .list-group ul {
	width: 100%;
	float: left;
}

.section-00 .list-group ul>li {
	float: left;
	padding: 8px 15px;
}

.section-00 .list-group ul>li.list-head {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding-right: 30px;
}

.section-00 .list-group ul>li>a {
	display: block;
	color: #999;
	font-size: 16px;
}


/*section 00 e*/


/*section-01 s*/

.section-01 {}


/*section 01 e*/


/*section-05 s*/

.section-05 {
	padding: 0 0 50px 0;
	background-color: #f485a1;
	/*background: url(../img/footer-background.jpg) top center repeat-y;*/
}

.section-05 .section-title {
	border-bottom: none;
}

.section-05 .section-title .title {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 32px;
	line-height: 70px;
	padding-left: 0;
	background: none;
}

.section-05 .content-box {
	border-radius: 15px;
	overflow: hidden;
}

.section-05 .content-box ul>li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.section-05 .content-box ul>li:last-child {
	border-bottom: none;
}

.section-05 .content-box .date {
	color: #f2698c;
}


/*section 05 e*/


/*section-06 s*/

.section-06 {}

.section-06 .content-box a {
	display: block;
}


/*section 06 e*/


/*section-07 s*/

.section-07 {}

.section-07 .content-box .text-summary {
	display: block;
}


/*section 07 e*/


/*section-07 s*/

.section-08 {}

.section-08 .content-box .price del {
	padding-left: 0;
}

.section-08 .corner-box {
	top: -15px;
	left: -5px;
	width: 74px;
	height: 76px;
	background: url(../img/corner-pic.png) 0 0 no-repeat;
}

.section-08 .corner-box>span {
	text-align: center;
	color: #d01ed4;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	line-height: 76px;
	text-shadow: 3px 1px 5px #fff;
}

.section-08 .product-box {
	padding: 10px;
	/*overflow: hidden;*/
}

.section-08 .product-box .pic-box {
	margin-bottom: 0;
}

.section-08 .product-box .info {
	padding: 5px;
	margin-bottom: 0;
	background-color: #fff;
}

.section-08 .product-box .info .price {
	margin-bottom: 0;
}

.section-08 .product-box:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 200px;
	height: 250px;
	background: url(../img/product-background.png) left top repeat-x;
	z-index: -4;
}

.section-08 .product-box:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 200px;
	height: 250px;
	background: url(../img/product-background.png) left bottom repeat-x;
	z-index: -1;
}

.section-08 .pic-box:before {
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	width: 200px;
	height: 250px;
	background: url(../img/product-background.png) right top repeat-x;
	z-index: -3;
}

.section-08 .pic-box:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 200px;
	height: 250px;
	background: url(../img/product-background.png) right bottom repeat-x;
	z-index: -2;
}


/*section 08 e*/


/*section-09 s*/

.section-09 {}

.section-09 .content-box .text-summary {
	display: block;
}


/*section 09 e*/


/*section-subpage s*/

.section-subpage {}

.section-subpage .col-md-9.right {
	width: 80%;
}

.section-subpage .col-md-push-3.right {
	left: 20%;
}

.section-subpage .col-md-3.left {
	width: 20%;
}

.section-subpage .col-md-pull-9.left {
	right: 80%;
}

.aside-box .menu-box {
	border-radius: 27px;
	background-color: transparent;
}

.aside-box .menu-box>li {
	padding: 0;
}

.aside-box .menu-box>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.aside-box .menu-default {
	width: 100%;
	float: left;
}

.aside-box .menu-default>li>a {
	display: block;
	color: #999;
	font-size: 16px;
	padding: 8px 15px;
	border-radius: 50px;
}

.aside-box .menu-default>li>a:hover {
	display: block;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	background-color: #f2698c;
}

.menu-list-multiple .menu-default>li>a {
	border-radius: inherit;
}

.menu-list-multiple .menu-default>li>a:hover {
	display: block;
	color: inherit;
	font-size: 16px;
	border-radius: inherit;
	background-color: inherit;
}

.product-box {
	position: relative;
	width: 100%;
	float: left;
	border-radius: 20px;
	z-index: 999;
}

.product-box .btn-add-to-cart {
	border-radius: 4px;
	background: linear-gradient(#f974df, #fb7adf 8%, #f559d6 92%, #dc2cd7);
}

.product-box .pic-box .inner-box {
	position: absolute;
	left: 11px;
	right: 11px;
	bottom: 10px;
	text-align: center;
	padding: 5px;
	border: 1px solid #9c9c9c;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 15px;
}

.product-box .pic-box .inner-box .title {
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: -2px;
}

.product-box .pic-box .inner-box .price {
	margin-bottom: 0;
}

.section-subpage .row {
	margin-left: -5px;
	margin-right: -5px;
}

.section-subpage .col-md-9,
.section-subpage .col-md-3,
.section-subpage .col-sm-3,
.section-subpage .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.section-subpage .aside-box .menu-box {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.section-subpage .aside-box .menu-default>li>a {
	display: block;
	color: #999;
	font-size: 16px;
	padding: 3px 0;
	border-radius: 0;
}

.section-subpage .aside-box .menu-default>li>a:hover {
	display: block;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	background-color: #f2698c;
}

.section-subpage .col-md-9.right .product-box {
	text-align: center;
	padding: 1px;
	border: 1px solid #f5f5f5;
	border-radius: 15px;
}

.section-subpage .col-md-9.right .product-box:hover {
	border: 1px solid #d85c5cf2;
}

.section-subpage .col-md-9.right .product-box .info .desc {
	color: #f485a1;
	font-size: 16px;
	margin-bottom: 0px;
}

.section-subpage .col-md-9.right .product-box .info .title {
	font-size: 16px;
}

.section-subpage .col-md-9.right .product-box .info .price {
	color: #ff1919f2;
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 18px;
}


/*section-subpage e*/


/*section-blog s*/

.section-blog {
	padding: 20px 0;
	background: #fff url(../img/elements_header_background.png) repeat scroll center top;
	background-size: 300px 300px, auto;
}

.section-blog .title-default .title {
	color: #333;
	line-height: inherit;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}

.section-blog .title-default .author {
	font-weight: normal;
}

.section-blog .blog-content img {
	max-width: 650px;
	margin-bottom: 10px;
}


/*section-blog e*/


/*section e*/


/*product-detail-top s*/

.product-detail-top .page-title .title {
	color: #fff;
	font-size: 20px;
	padding: 15px;
	border-radius: 8px;
	background: linear-gradient(#d85c5c94, #d85c5cf2);
	box-shadow: 2px 1px 10px rgba(0, 0, 0, .3);
}

.detail-selection {
	position: relative;
	width: 100%;
	float: left;
	border-radius: 8px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.option-box {
	overflow: hidden;
}

.option-box+.option-box,
.detail-selection .button-box {
	border-top: 1px solid #ddd;
}

.option-box .left .content-box {
	position: absolute;
	width: 100%;
	height: 1000px;
	font-size: 18px;
	padding: 20px;
	background-color: #fbf9f9;
}

.option-box .right .content-box {
	padding: 7px;
}

.option-box ul>li {
	float: left;
}

.option-box ul>li+li {
	margin-left: 15px;
}

.option-box ul>li>span {
	display: block;
	color: #fc5cd8;
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fddec0;
}

.detail-selection .button-box {
	color: #fff;
	height: 70px;
	background-color: #ff5656;
}

.detail-selection .button-box .price {
	display: inline-block;
	color: #fff;
	line-height: 70px;
	padding-left: 30px;
}

.detail-selection .button-box .price>span {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}

.detail-selection .button-box .price>span:nth-of-type(2) {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.detail-selection .button-box .price>del {
	color: #ddd;
	font-size: 16px;
	font-weight: normal;
}

.detail-selection .button-box .btn-add-to-cart {
	height: 70px;
	font-size: 22px;
	border: none;
	border-left: 1px solid #fff;
	background-color: #f21300;
}

.detail-selection .button-box .icon-cart-left:before {
	font-size: 36px;
	padding-right: 15px;
}


/*product-detail-top e*/


/*product-detail-content s*/

.product-detail-content .table thead>tr>th,
.product-detail-content .table tbody>tr>td {
	padding: 15px;
	border: 1px solid #ddd;
}

.product-detail-content .table thead>tr>th:first-child,
.product-detail-content .table tbody>tr>th {
	/*background-color: #efefef;*/
	text-align: center;
}


/*product-detail-content e*/


/*product-info s*/

.product-info .content-box {
	/*margin-top: 10px;*/
	margin-bottom: 5px;
}

.product-info .table-responsive {
	position: absolute;
	top: 10%;
	left: 0;
	width: 60%;
	padding: 10px;
	margin-left: 40%;
	/*border: 1px solid #ddd;*/
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 3px 1px 15px rgba(0, 0, 0, .5);
	z-index: 99;
}

.product-info .table>thead>tr>th,
.product-info .table>tbody>tr>th,
.product-info .table>tbody>tr>td {
	/*border: none;*/
	padding: 6px;
	text-align: center;
	line-height: 1.6em;
	font-weight: normal;
}

.product-info .table thead>tr>th:first-child,
.product-info .table tbody>tr>th {
	/*background-color: transparent;*/
	line-height: 1.6em;
	font-weight: normal;
}

.product-info .info-box {
	position: relative;
	width: 50%;
}

.product-info .info-box .p-intro {
	position: absolute;
	top: 20px;
	left: 20%;
	right: 20%;
	padding: 20px;
	font-size: 16px;
	background-color: rgba(255, 255, 255, .5);
}

.product-info .info-box img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
	border-radius: 15px;
}


/*product-info e*/

.service-box form input.form-control {
	height: 50px;
}

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

.faq-title .title {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background: rgba(255, 255, 255, .8);
}


/*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>a {
	display: block;
	color: #fc5cd8;
	padding: 8px 15px;
	border-radius: 2px;
	border: 1px solid #fc5cd8;
}

.post-navigation .post-nav>a:hover {
	color: #fc5cd8;
	border: 1px solid #fc5cd8;
}

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

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

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

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


/*post-navigation e*/


/*footer s*/

footer {
	background-color: #f06292;
	/*background: url("../img/footer-background.jpg") top center;*/
	background-size: 1800px 297px, auto;
}

.footer-menu .title,
.footer-item-box .title {
	color: #fff;
}

.footer-menu ul>li>a {
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
}

.footer-item-box .text-summary {
	color: #fff;
}

.copyright,
.copyright a {
	color: #fff;
}


/*footer e*/

.user-info {
	width: 100%;
	float: left;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.faq-page-nav {
	position: fixed;
	right: 0;
	top: 20%;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	background: #f00;
}

.faq-page-nav>a {
	display: block;
	color: #fff;
}


/*christmas s*/

.christmas .header-bar {
	padding: 0;
	background: yellow;
}

.christmas-page .coupon-box {
	width: 100%;
	float: left;
}

.christmas-page .christmas-block {
	width: 100%;
	float: left;
}

.christmas-page .christmas-block .block-title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
}

.christmas-product-box {
	width: 100%;
	float: left;
	/*padding: 5px;*/
	margin-bottom: 40px;
	/*border: 1px solid #ddd;*/
}

.christmas-product-box .pic-box {
	display: block;
	margin-bottom: 10px;
}

.christmas-product-box .info .tags {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

.christmas-product-box .info .tags>span {
	display: inline-block;
	color: #fff;
	padding: 2px 4px;
}

.christmas-product-box .info .tags>span:nth-of-type(1) {
	background-color: #f00;
}

.christmas-product-box .info .tags>span:nth-of-type(2) {
	background-color: #ffd740;
}

.christmas-product-box .info .tags>span:nth-of-type(3) {
	background-color: #0091ea;
}

.christmas-product-box .info .tags>span:nth-of-type(4) {
	background-color: #800080;
}

.christmas-product-box .info .sub-summary {
	color: #e436bd;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.christmas-product-box .info .title {
	margin-bottom: 5px;
}

.christmas-block-02 .christmas-product-box .info .title {
	font-weight: bold;
}

.christmas-product-box .info .btn-add-to-cart {
	display: block;
}

.christmas-block-02 .christmas-product-box .info .btn-add-to-cart {
	border-radius: 8px;
}

.christmas-block-03 .block-title {
	/*display: inline-block;*/
	width: 100%;
	float: left;
	text-align: left !important;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	padding-left: 15px;
}

.christmas-block-03 .nav-tabs {
	/*display: inline-block;*/
	width: 100%;
	float: left;
}

.christmas-block-03 .nav-tabs>li {
	position: relative;
	height: auto !important;
}

.christmas-block-04 .summary {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 0 15px;
	margin-bottom: 15px;
}

.christmas-block-04 .info {
	height: 750px;
	text-align: left;
	font-size: 16px;
	padding-top: 80px;
	background: url(../img/tips-bg.png) top center no-repeat;
}

.christmas-block-04 .info>p {
	padding: 0 400px;
}

.christmas-block-04 .info:after {
	content: "";
	width: 1200px;
	height: 600px;
	background: url(../img/tips-bg.png) top center no-repeat;
}

.btn-add-to-cart.chrismas {
	border-color: #704732;
	background-color: #704732;
}


/*christmas e*/