.txtMarquee-left{ width:100%;  position:relative; overflow:hidden;}
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{padding:0px 10px; margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span{ color:#999;  }
.user-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 200px;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    display: none;
}
.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: #333333;
	cursor: pointer;
}
.header-top-right-uc ul {
	justify-content: flex-end;
}
.header-top-right-uc ul .header-user a {
	color:#ffffff
}
.header-top-right-uc ul .header-user a i {
	margin-right: 5px;
	font-size: 16px;
}
/* Validation */
div.error{
 color: #cc5965;
  display: inline-block;
  margin-left: 5px;	
  font-size:14px;
  font-weight:400;
}
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}
.form-control.error {
  border: 1px dotted #cc5965;
}
.contact-form .form-grp label.error {
   
   color: #cc5965;
   display: inline-block;
   margin-left: 5px;
  
}
.f-12{
	font-size:12px;
}

.navbar-wrap-uc {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap-uc ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap-uc ul li {
	display: block;
	position: relative;
}
.navbar-wrap-uc ul li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
   padding: 0px 22px; 
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.navbar-wrap-uc > ul > li.menu-item-has-children > a::before {
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-wrap-uc > ul > li.active > a,
.navbar-wrap-uc > ul > li:hover > a,
.navbar-wrap-uc ul li .submenu li:hover >  a,
.navbar-wrap-uc ul li .submenu li.active >  a,
.navbar-wrap-uc > ul > li.menu-item-has-children.active > a::before,
.navbar-wrap-uc > ul > li.menu-item-has-children:hover > a::before {
	
}
.navbar-wrap-uc ul li .submenu li:hover >  a:hover{
	color:#000000
}

.navbar-wrap-uc ul li .submenu {
	position: absolute;
	z-index: 9;
	background-color: #ffffff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -20px;
	opacity: 0;
	padding: 10px 0;
	right: 0px;
	top: 100%;
	visibility: hidden;
	width:100px;
	min-width: 100px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;	
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap-uc ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap-uc ul li .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 500;
    font-size: 14px;
	color: #5c596f;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap-uc ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.header-top-right-uc ul {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.header-top-right-uc ul li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .12;
}
.header-top-right-uc ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-top-right-uc ul li:last-child:before {
	display: none;
}
.header-top-right-uc ul {
	justify-content: flex-end;
}
.header-top-right-uc ul li {
	padding: 8px 0px 0px 0;
	position: relative;
	margin-right: 18px;
}

.blog-post-content .read-more-product {
    display: inline-flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}
.blog-post-content .read-more-product:hover {
    color: #ff0000;
}
.blog-post-content .read-more-product i {
    margin-left: 8px;
}
.comment-reply-box-myscore {
    background: #fff;
    padding: 60px 45px 65px;   
    border-radius: 8px;
    box-shadow: 0px 0px 9px 0px rgba(160, 157, 157, 0.12);
}
.comment-reply-box-myscore .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #3b3663;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 12px;
    position: relative;
}
.comment-reply-box-myscore .score{font-size:30px;color:#ff0000;font-weight: 400;}
.score-log{}
.score-log .score-log-txt{padding:10px;font-weight:400;}
.score-log .score-log-title{padding:10px;font-weight:400;}
.score-log::after{
	content: "";
	height: 1px;
	background-color: #c7c7c7;
	width: 100%;
	overflow: hidden;
}

.product-detail .row{ border-bottom: #dddddd 1px solid;color:#333333;padding:5px 0px;}
.footer-a a{color:#ffffff;}
.footer-a a:hover{color:#ff0000;}
.homelunbo{ 
	background-position: center;
    background-size: cover;
    padding: 190px 0;
}
.foot-info span{padding:10px 5px;}
