/*---------- body s ----------*/

html {}

body {
	padding: 0;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	color: #000;
}

*,
a {
	transition: all .3s ease;
}

ul {
	padding-left: 0;
}

ul>li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
}

.col-5 {
	position: relative;
	width: 20%;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	outline: none;
}
header{padding-top: 30px; background-color: #f4f7f7;}
.form-control:focus,
.form-control:hover {
	border-color: #f26829;
	outline: 0;
	box-shadow: none;
}

.btn-default {
	border-radius: 0;
}

.btn.active,
.btn:active {
	box-shadow: none;
	outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	box-shadow: none;
	outline: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	box-shadow: none;
	outline: none;
}

.btn-confirm,
.btn-login,
.btn-register,
.btn-buy,
.btn-submit,
.btn-more {
	color: #fff;
	font-size: 18px;
	padding: 12px 50px;
	border-radius: 0;
	border: none;
	background-color: #f26829;
}

.btn-login,
.btn-register,
.btn-buy,
.btn-submit,
.btn-more {
	font-size: 14px;
	padding: 10px 25px;
}

.btn-confirm:focus,
.btn-confirm:hover,
.btn-confirm:active,
.btn-confirm:active:focus,
.btn-confirm:active:hover,
.btn-login:focus,
.btn-login:hover,
.btn-login:active,
.btn-login:active:focus,
.btn-login:active:hover,
.btn-register:focus,
.btn-register:hover,
.btn-register:active,
.btn-register:active:focus,
.btn-register:active:hover,
.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active,
.btn-buy:active:focus,
.btn-buy:active:hover,
.btn-more:focus,
.btn-more:hover,
.btn-more:active,
.btn-more:active:focus,
.btn-more:active:hover {
	color: #fff;
	background-color: #35af64;
	box-shadow: none;
	outline: none;
}

.btn-add-minus {
	display: inline-block;
	float: left;
	transition: none;
}

.btn-add-minus:focus,
.btn-add-minus:hover,
.btn-add-minus:active,
.btn-add-minus:active:focus,
.btn-add-minus:active:hover {
	color: #fff;
	border-color: #f26829;
	background-color: #f26829;
	box-shadow: none;
	outline: none;
}

.btn-add-to-cart {
	/*margin-top: 30px;*/
  background: #2e984f;
    color: #fff;
   
}

.btn-add-to-cart:before {
	content: "\f07a";
	font-family: FontAwesome;
	padding-right: 5px;
}

.more-link {
	display: inline-block;
	color: #222;
	text-decoration: underline;
}

.more-link:after {
	content: "\f101";
	font-family: FontAwesome;
	padding-left: 5px;
}

.more-link:hover {
	color: #ff8d00 !important;
	border: 1px solid #ff8d00 !important;
}

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

.fa {
	padding-right: 5px;
}

.fa-facebook,
.fa-facebook-f,
.fa-facebook-official,
.fa-facebook-square {
	color: #3a5898;
}

.fa-twitter,
.fa-twitter-official,
.fa-twitter-square {
	color: #50aaee;
}

.fa-google-plus,
.fa-google-plus-circle,
.fa-google-plus-official,
.fa-google-plus-square {
	color: #d93e2d;
}

.fa-youtube,
.fa-youtube-official,
.fa-youtube-play,
.fa-youtube-square {
	color: #e62117;
}

.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-official,
.fa-pinterest-square {
	color: #d42127;
}

.fa-instagram {
	color: #d10869;
}


/* Image style */

#scrollUp {
	background-image: url("../img/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
}

.countdown-box {
    margin-top: 10px;
    display:block;
    color: #ff0000;
	font-weight:bold;
	font-size:18px;
    padding: 3px 0px;
	text-align:center;
    border: 1px solid #f00;
    background-color: #fff;
}


/*---------- body e ----------*/


/*---------- header-bar s ----------*/

.header-bar {
	background: #0a0a0a;
}

.header-bar .notice {
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: auto;
    margin-left: auto;;
}


.header-bar .notice>a {
	color: #fff;
	font-size: 14px;
}
.header-bar .notice>span {
	color: #fff;
	font-size: 12px;
}

.header-bar ul {
	margin-bottom: 0
}

.header-bar ul>li {
	float: left;
	margin-right: 25px;
}

.header-bar ul>li:last-child {
	margin-right: 0;
}

.header-bar ul>li>a {
	color: #222;
}


/*---------- header-bar e ----------*/


/*---------- header s ----------*/

header .logo {
	color: #222;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 38px;
	text-decoration: none;
}

header .logo img {
	width: auto;
	height: 100%;
}

header .center .form-inline,
header .right .user-nav {
	margin-top: 15px;
}

header .center .form-inline .form-control {
	width: calc(60% - 90px);
}

header .center select {
	max-width: 175px;
	background-color: #f5f5f5;
}

header .center select>option {
	max-width: 300px;
	background-color: #f5f5f5;
}

header .right .form-inline,
header .right .keyword {
	float: right;
}

header .right ul {
	float: right;
	margin-bottom: 0;
}

header .right ul>li {
	float: left;
	margin-right: 5px;
}

header .right ul>li:last-child {
	margin-right: 0;
}

header .right ul>li>a {
	display: block;
	color: #222;
	line-height: 34px;
	text-decoration: none;
	padding: 0 10px;
}

header .right ul>li>a:hover {
	color: #f26829;
}

header .right ul>li>a:before {
	font-family: FontAwesome;
	padding-right: 5px;
}


/*header .right ul>li:nth-of-type(1)>a:before {
	content: "\f1cd";
}

header .right ul>li:nth-of-type(2)>a:before {
	content: "\f090";
}

header .right ul>li:nth-of-type(3)>a:before {
	content: "\f07a";
}*/

header .right .keyword>a {
	display: inline-block;
	color: #222;
	margin: 5px;
}


/*---------- header e ----------*/


/*---------- nav s ----------*/

.navbar-wrapper {
	margin-top: 0;
	z-index: 9999;
}

.navbar-default {
	margin-bottom: 30px;
	background-color: #ed1e79;
	border-radius: 0;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #ec297b; 
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #242424;
}

.dropdown-menu {
	background-color: rgba(0, 0, 0, 1);
	box-shadow: none;
}

.dropdown-menu>li>a {
	display: block;
	color: #fff;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	padding: 8px 20px;
	clear: both;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .3);
}

.dropdown-menu>li>a:hover {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}


/*---------- nav e ----------*/


/*---------- carousel s ----------*/


/*rewrite stickUp.css s*/

.carousel-inner .item>img {
	position: inherit;
	top: inherit;
	left: inherit;
	min-width: inherit;
}

.carousel-inner .item {
	height: inherit;
	background-color: transparent;
}


/*rewrite stickUp.css e*/

.carousel-control.left,
.carousel-control.right {
	background: none;
	z-index: 999;
}


/*---------- carousel e ----------*/


/*---------- carousel s ----------*/


/*main-carousel s*/

.main-carousel {
	padding: 10px;
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, .15);
}

.main-carousel .carousel-indicators {
	position: absolute;
	z-index: 15;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-carousel .carousel-indicators li {
	display: block;
	width: 200px;
	height: auto;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 0;
}

.main-carousel .carousel-indicators .active {
	border: 1px solid #f26829;
}

.main-carousel .carousel-control.left,
.main-carousel .carousel-control.right {
	background: none;
}


/*main-carousel e*/


/*thum-left s*/

.thum-left {
	padding-left: 220px;
}

.thum-left .carousel-indicators {
	top: 10px;
	left: 10px;
	right: inherit;
}


/*thum-left e*/


/*thum-right s*/

.thum-right {
	padding-right: 220px;
}

.thum-right .carousel-indicators {
	top: 10px;
	left: inherit;
	right: 10px;
}


/*thum-right e*/


/*thum-bottom s*/

.thum-bottom {
	padding-bottom: 120px;
}

.thum-bottom .carousel-indicators {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 15;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}

.thum-bottom .carousel-indicators li {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
}


/*thum-bottom e*/


/*---------- carousel e ----------*/


/*---------- section s ----------*/

section {
	margin-bottom: 50px;
}

section.full-width {
	padding: 25px 0;
	background-color: #fcfcfc;
}

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

section .section-title {
	width: 100%;
	float: left;
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid #ddd;
}

.more-link {
	display: inline-block;
	float: right;
	color: #777;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
	text-decoration: none;
	padding: 5px 12px;
	margin-top: 10px;
	border-radius: 15px;
	border: 1px solid #777;
}

.link-box {
	width: 100%;
	float: left;
	padding: 0 15px;
	margin-bottom: 15px;
}

.link-box .more-link {
	display: inline-block;
	float: left;
	color: #00C17E;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
}

.link-box .more-link:hover {
	padding: 0;
	border: none !important;
}

section .section-sub-title {
	width: 100%;
	float: left;
	position: relative;
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

section .section-sub-title:before {
	margin-left: -100%;
	right: 15px;
}

section .section-sub-title:after {
	margin-right: -100%;
	left: 15px;
}

section .section-sub-title:before,
section .section-sub-title:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background-color: #999;
}

section .section-sub-title-noline:before,
section .section-sub-title-noline:after {
	display: none;
}

section .section-sub-title .more-link {
	display: inline-block;
	float: right;
	color: #777;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
	text-decoration: none;
	padding: 5px 12px;
	margin-top: 12px;
	border-radius: 15px;
	border: 1px solid #777;
}

.section-page-info {
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	padding: 10px;
}

.section-page-info .title {
	color: #222;
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
}

.section-page-info p {
	margin-bottom: 0;
}

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

section .blog-content {
	margin-bottom: 30px;
}


/*breadcrumb s*/

.breadcrumb {
	width: 100%;
	float: left;
	list-style: none;
	padding: 8px 15px;
	/*margin-top: 30px;*/
	margin-bottom: 20px;
	border-radius: 0px;
}

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

.breadcrumb>li.active {
	color: #1b1a1a;
	
}

.right .breadcrumb {
	display: none;
}


/*breadcrumb e*/


/*option-box s*/

.option-box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.grid-choice {
	position: absolute;
	top: 5px;
	right: 0;
}

.option-box .grid-choice {
	width: 100%;
	float: left;
	text-align: right;
	padding: 5px 10px;
	border: 1px solid #fff;
	background-color: #ff8d00;
}

.grid-choice .btn-choice {
	padding: 4px 12px;
	margin: 0 5px;
	border: 1px solid #ddd;
}

.grid-choice .btn-choice .fa {
	color: #ff8d00;
	padding-right: 0;
}


/*option-box e*/

.product-grid,
.product-list {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}


/*product-box s*/

.product-box {
	position: relative;
	width: 100%;
	float: left;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #d6d4d4;
    -webkit-box-shadow: 0 5px 8px 0 #80807E;
    box-shadow: 0 5px 8px 0 #80807E;
}

.product-box .corner {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 34px;
}

.product-box .corner span {
	position: absolute;
	top: 12px;
	left: 62%;
	transform: translate(-50%);
	color: #FFF;
	font-size: 15px;
	z-index: 99;
}

.product-box .corner:after {
	position: absolute;
	top: -9px;
	left: -5px;
	content: "\f02e";
	color: #ea3903;
	font-family: FontAwesome;
	font-size: 75px;
}

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

.product-box .title,
.product-box .title-box .title {
	display: block;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 10px;
	overflow: hidden;
}

.product-box .title:hover,
.product-box .title-box .title:hover {
	color: #ff8d00;
}

.product-box .title,
.product-box .title-box .title {
	/*font-weight: bold;*/
}

.product-box .price,
.product-box .price-box .price {
	/*width: 100%;
	float: left;
	height: 40px;
	color: #ff8d00;
	font-size: 16px;
	font-weight: bold;*/
}

.product-box .price span,
.product-box .price del,
.product-box .price-box .price span,
.product-box .price-box .price del {
	/*display: block;
	color: #777;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: line-through;*/
}

.product-box .price,
.product-box .price span,
.product-box .price-box .price {
	width: 100%;
	float: left;
	color: #f90419;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.product-box .price del,
.product-box .price-box .price del {
	color: #777;
    font-size: 12px;
    font-weight: lighter;
    margin-left: 10px;
    text-decoration: line-through;
}

.product-box .star {
	position: relative;
	color: #272220;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

.product-box .star:before {
	margin-left: -100%;
	right: 10px;
}

.product-box .star:after {
	margin-right: -100%;
	left: 10px;
}

.product-box .star:before,
.product-box .star:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}

.product-box .star .fa {
	color: #ff8d00;
	padding-right: 2px;
}


/*product-box e*/


/*product-box-center s*/

.product-box-center {
	text-align: center;
}

.product-box-center .price del {
	display: inline-block;
	margin-right: 10px;
}

.product-box-center .btn-add-to-cart {
	margin-bottom: 10px;
	color: #fff;
    background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
}


/*product-box-center e*/


/*product-grid s*/

.product-grid .col-md-3 .product-box .title-box .status,
.product-grid .col-md-3 .product-box .title-box .summary {
	display: none;
}

.product-grid .col-md-12 .product-box .pic-box {
	display: block;
	width: 25%;
	min-height: 1px;
	float: left;
	box-shadow: none;
	margin-bottom: 0;
}

.product-grid .col-md-12 .title-box {
	position: relative;
	float: left;
	width: 55%;
	min-height: 1px;
	padding: 5px 30px;
}

.product-grid .col-md-12 .title-box .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.product-grid .col-md-12 .title-box .status {
	color: #999;
}

.product-grid .col-md-12 .title-box .status span {
	font-weight: bold;
	padding-left: 10px;
}

.product-grid .product-box:hover .summary {
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.product-grid .col-md-12 .price-box {
	width: 20%;
	float: left;
	text-align: center;
	padding-top: 20px;
}

.product-grid .col-md-12 .price-box .price {
	font-size: 22px;
	margin-bottom: 30px;
}

.product-grid .col-md-12 .price-box .price del {
	font-size: 14px;
}


/*product-grid e*/


/*video-list s*/



.dolls_video>video {
    display: block;
    margin-bottom: 10px;
    max-width: 650px;
    max-height: none;
    height: auto;
    width: 100%;
}
/*video-list e*/


/*more-btn s*/

.more-btn {
	text-align: center;
}

.btn-more:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 5px;
}


/*more-btn e*/


/*page-nav s*/

.page-nav {
	width: 100%;
	float: left;
	/*padding: 20px 0;*/
}

.pagination>li>a,
.pagination>li>span {
	color: #ff8d00;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #ff8d00;
	border-color: #ffb963;
}


/*page-nav e*/


/*owl-carousel s*/

.owl-carousel {
	width: 100%;
	float: left;
}

.owl-carousel .owl-dots .owl-dot {
	outline: none;
}

.owl-carousel .owl-dots.disabled {
	display: block;
}

.owl-carousel .product-box {
	margin-bottom: 0;
}


/*owl-carousel e*/


/*aside-box s*/

.aside-box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	clear: both;
}

section.full-width .aside-box {
	background-color: #fff;
}

.aside-box:last-child {
	/*margin-bottom: 0;*/
}

.aside-title {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 30px;
	padding: 0 5px;
	background-color: #d01b73;
    color: #fff;
}

section.full-width .aside-title {
	background: linear-gradient(#fff, #f9f9f9);
	background-color: #fff;
}

.aside-box ul {
	width: 100%;
	float: left;
	padding: 0 15px;
	/*margin-bottom: 0;*/
}

.aside-box ul>li {
	width: 100%;
	float: left;
	padding: 3px 0;
	border-bottom: 1px dashed #ddd;
	transition: all .3s ease;
}

.aside-box ul>li:last-child {
	border-bottom: none;
}

.aside-box ul>li a {
	display: inline-block;
	font-size: 13px;
	width: 100%;
	color: #222;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aside-box ul>li a:hover {
	color: #f26829;
}

.aside-box ul>li .pic-box {
	width: 30%;
	float: left;
	padding: 0;
}

.aside-box ul>li .info {
	width: 70%;
	float: left;
	padding-left: 15px;
}

.aside-box .product-box {
	padding: 10px;
	margin-bottom: 0;
	border: transparent;
}

.aside-box .product-box .title {
	display: -webkit-box;
	height: 42px;
	white-space: inherit;
	text-overflow: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 5px;
}


/*aside-box e*/


/*section-article s*/


/*blog-list s*/

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

.blog-content .blog-list>li {
	position: relative;
	line-height: 3;
	padding-left: 160px;
	border-bottom: 1px solid #ddd;
}

.blog-content .blog-list>li:last-child {
	border-bottom: none;
}

.blog-content .blog-list>li>p {
	position: absolute;
	left: 0;
	margin-bottom: 0;
}

.blog-content .blog-list>li>p>span:nth-of-type(2) {
	color: #fff;
	padding: 0 2px;
	margin-left: 10px;
	border-radius: 2px;
	background-color: #f26829;
}

.blog-content .blog-list>li>a {
	display: block;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.blog-content .blog-list>li>a:hover {
	color: #f26829;
	text-decoration: none;
}


/*blog-list e*/


/*blog-list-box s*/

.blog-content .blog-list-box>li {
	position: relative;
	padding-left: 120px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.blog-content .blog-list-box>li .pic-box {
	position: absolute;
	top: 0;
	left: 0;
}

.blog-content .blog-list-box>li .pic-box img {
	width: auto;
	height: 100%;
	max-height: 100px;
	transition: all 1s ease;
}

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

.blog-content .blog-list-box>li .info {}

.blog-content .blog-list-box>li .title {
	display: block;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 10px;
	overflow: hidden;
}

.blog-content .blog-list-box>li:hover .title {
	color: #f26829;
}

.blog-content .blog-list-box>li .summary {
	display: -webkit-box;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog-content .blog-list-box>li:hover .summary {
	color: #999;
}

.blog-content .blog-list-box>li .summary>a {
	display: -webkit-box;
	color: #222;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog-content .blog-list-box>li:hover .summary>a {
	color: #999;
}

.blog-content .blog-list-box>li:hover .date {
	display: none;
}

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

.blog-content .blog-list-box>li:hover .view-detail {
	display: inline-block;
	color: #f26829;
	text-decoration: none;
	margin-bottom: 10px;
}


/*blog-list-box e*/


/*blog-title s*/

.blog-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.blog-title .title {
	color: #222;
	font-size: 20px;
	font-weight: bold;
}

.blog-title .author {}

.blog-title .author span {
	margin-right: 15px;
}

.blog-title .author span>a {
	color: #777;
	text-decoration: none;
}

.blog-title .author span>a:hover {
	color: #ff8d00;
}

.blog-title .author span:before {
	font-family: FontAwesome;
	padding-right: 5px;
}

.blog-title .author span:nth-of-type(1):before {
	content: "\f007";
}

.blog-title .author span:nth-of-type(2):before {
	content: "\f073";
}

.blog-title .author span:nth-of-type(3):before {
	content: "\f02c";
}

.blog-title .author span:nth-of-type(3) a:after {
	content: "、";
}

.blog-title .author span:nth-of-type(3) a:last-child:after {
	content: " ";
}


/*blog-title e*/


/*blog-box s*/

.blog-box {
	margin-bottom: 20px;
}

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

.blog-box p {
	line-height: 2;
}


/*blog-box e*/


/*section-article e*/


/*section-login s*/

.section-login {
	/*min-height: calc(100vh - 500px);*/
	padding-top: 30px;
	padding-bottom: 30px;
}

.login-content {
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #ff8d00;
}

.login-content .content-box {
	margin-bottom: 20px;
}

.login-content .content-box .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	padding: 0 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #ff8d00;
}

.login-content .form-group {
	margin-right: 0;
	margin-left: 0;
}

.login-content .form-group .forgot-pw {
	margin-top: 10px;
}

.login-content .form-group .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.login-content .form-group .col-md-9 {
	padding-right: 0;
}


/*section-login e*/


/*section-register s*/

.section-register {}

.register-content {
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #ff8d00;
	background-color: #f8fdfe;
}

.register-content .title {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	padding: 0 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #ff8d00;
}

.register-content .form-horizontal {
	width: 100%;
	float: left;
}

.register-content .top-box {
	padding: 10px;
	margin-bottom: 30px;
	border: 1px dotted #3ba7eb;
	background-color: #fff;
}

.register-content .form-horizontal .sub-title {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	/*margin-bottom: 10px;*/
}

.register-content .form-horizontal .tips {
	color: #f00;
	margin-bottom: 20px;
}

.register-content .form-group {
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

.register-content .form-group:last-child {
	border-bottom: none;
}

.register-content .form-group>label {
	/*font-weight: normal;*/
}

.register-content .form-group>label:first-child {
	display: block;
}

.register-content .form-group .form-control {
	display: inline-block;
	width: calc(100% - 60%);
}

.register-content .form-group .tips-warning {
	display: inline-block;
	color: #f00;
	font-size: 12px;
	margin-left: 10px;
}

.register-content .form-group .tips-default {
	color: #222;
}

.register-content .form-group .input-box {
	display: inline-block;
	margin-right: 20px;
}

.register-content .form-group .input-box .form-control {
	width: 150px;
}

.register-content .form-horizontal .radio-inline {
	line-height: 34px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.register-content input[type=radio] {
	margin-top: 10px;
}


/*section-register e*/


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


/*---------- footer s ----------*/

footer {
	width: 100%;
	float: left;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 5px solid #ddd;
	background-color: #f5f5f5;
}

.footer-list {
	margin-bottom: 20px;
	font-size:16px;
}

.footer-list>li>a {
	display: block;
	color: #777;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
}

.footer-list>li>a:hover {
	color: #ff8d00;
}

.footer-list>li:first-child {
	color: #555;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 10px;
}

.footer-list>li:first-child>a {
	color: #555;
	font-size: inherit;
	font-weight: bold;
}

.footer-nav,
.footer-icon {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0;
	border-top: 1px solid #ddd;
}

.footer-nav>a {
	display: inline-block;
	color: #777;
	text-decoration: none;
	margin: 5px 15px;
}

.footer-nav>a:hover {
	color: #ff8d00;
}

.footer-icon .title {
	display: block;
	font-weight: bold;
}

.footer-icon>a {
	display: inline-block;
	font-size: 42px;
	text-decoration: none;
	margin: 5px 15px;
}

.footer-icon>a .fa {
	padding-right: 0;
}
.cartpay {
	text-align: center;
}

.cartpay>img {
	width: auto;
	height: 100%;
	max-height: 40px;
}

footer .copyright {
	text-align: center;
	color: #999;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

footer .copyright>a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
.top-header {
    background-color: #d1cece;
    width: 100%;
    text-align: center;
}

/*---------- footer e ----------*/

.custom-box-04 ul {
	width:100%;
	float:left;
	margin-bottom:15px;
}

.custom-box-04 ul>li {
	width:25%;
	float:left;
}

