@charset "UTF-8";

.swiper-pagination-bullet {
    background: #ababad none repeat scroll 0 0;
}
.swiper-pagination-bullet-active {
    background: #b81a4d none repeat scroll 0 0;
    opacity: 1;
}

/*font define*/
@font-face {
	font-family:'Lato-Black';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-Bla.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-Bla.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-BlackItalic';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-BlaIta.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-BlaIta.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-Bold';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-Bol.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-Bol.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-BoldItalic';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-BolIta.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-BolIta.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-Hairline';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-Hai.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-Hai.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-HairlineItalic';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-HaiIta.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-HaiIta.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-Light';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-Lig.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-Lig.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-LightItalic';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-LigIta.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-LigIta.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-Regular';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-Reg.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-Reg.ttf') format('truetype');
}

@font-face {
	font-family:'Lato-RegularItalic';
 	font-weight:normal;
 	font-style:normal;
 	src:url('/Public/Fonts/Lato/Lato-RegIta.otf') format('embedded-opentype'),
	 	url('/Public/Fonts/Lato/Lato-RegIta.ttf') format('truetype');
}


body {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}

html,body {
	font-size: 20px;
	font-family: 'Lato-Light';
	color: #666;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.35rem;
}

h6 {
	font-size: 1.2rem;
}

h1,h2,h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-family: 'Lato-Regular';
	color: #2e2826;
}

h4,h5,h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: 'Lato-Regular';
	color: #2e2826;
}

.carousel-caption>h1,
.carousel-caption>h2,
.carousel-caption>h3,
.carousel-caption>h4,
.carousel-caption>h5,
.carousel-caption>h6{
	color:#fff;
}


@media (max-width:1200px) {
	html {
		font-size: 16px;
	}

	body {
		font-size: 18px;
	}
}

@media (max-width:991px) {
	html {
		font-size: 14px;
	}

	body {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	html {
		font-size: 12px;
	}

	body {
		font-size: 16px;
	}
}

@media (max-width:480px) {
	html {
		font-size: 10px;
	}

	body {
		font-size: 14px;
	}
}

* {
	padding: 0;
	margin: 0;
}

a,a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none;
}

input,input:focus {
	outline: none;
}

ul {
	list-style: none;
}
/*basic class*/
.link-target-container{
	position: relative;
}
.link-target-container > .link-target{
	position: absolute;
	top: -124px;
}
.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignTop {
	vertical-align: top;
}

.pointer {
	cursor: pointer;
}

.relative {
	position: relative;
}

.inline-block {
	display: inline-block;
}

.centerBlock {
	margin-left: auto;
	margin-right: auto;
}

.form-control-container {
	position: relative;
}

	/*validateform class*/
.gray {
	color: #686868 !important;
}

/* header style start */
#header{
	z-index:1000;
}
#header .h_top {
	background-color: #931941;
}

#form_headerSearch {
}

@media (max-width: 767px) {
	#form_headerSearch {
		float: none!important;
	}
}

.searchControl {
	background-color: #780a2e;
}

.searchControl #input_headerSearch {
	color: #fff;
	background-color: transparent;
}

.searchControl #submit_headerSearch {
	color: transparent;
	background-color: transparent;
	background-image: url("/Public/Images/Common/icon/search_ico.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.user_operation {
	margin: 9px 0 9px 15px;
	padding: 5px 10px;
	text-align: center;
	border: 2px solid #780a2e;
	border-radius: 2px;
}

@media (min-width: 768px) {
	.user_operation {
		margin: 9px 15px;
	}
}

.user_operation,.user_operation a,.user_operation span {
	font-size: 12px;
	line-height: 1.5em;
	color: white;
}

.user_operation .logout .spacing {
	display: inline-block;
	padding: 0 0.5em;
}

.user_operation .user_operation a:hover {
	opacity: 0.8;
}

#lang {
	margin: 9px 0;
	border: 2px solid #780a2e;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 12px;
}

#lang #lang_select {
	visibility: hidden;
	width: 100px;
	height: 27px;
}

#currencies {
	margin: 9px 15px 9px 0;
	border: 2px solid #780a2e;
	border-radius: 2px;
}

#currencies #curr_o {
	visibility: hidden;
	width: 100px;
	height: 27px;
}

@media (max-width:991px){
	.h_top>.container,
	.h_middle>.navbar>.container{
		width:100%!important;
	}
}

#header .h_middle .navbar {
	margin-bottom: 0;
}
#header .h_middle .navbar .navbar-header {
	position: relative;
}
.navbar-header>h1#logo {
	margin: 0;
	padding: 0 15px;
}
.navbar-header>h1#logo>a{
	display: block;
	width: 122px;
	overflow: hidden;
	text-indent: -99999px;
	max-height: 100%;
	margin-top:-4px;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width:767px){
	.navbar-brand {
		width:100%;
		margin-top:-50px;
	}
	.navbar-header>h1#logo>a{
		position: absolute;
		left:50%;
		margin-left: -60px;
	}
}

 /*menu style*/
.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

#navmenu ul li a {
	color: #0d0d0d;
}

#navmenu ul li a:hover,
 #navmenu>ul>li>a.active {
	color: #931941;
}

#navmenu ul.nav {
	padding: 10px 0;
}

.subMenuList{
	margin:0;
}

.subMenuList>li>ul.sub-menu{
	width:100%;
	float:none;
	margin:0;
	border: 0;
	border-radius: 0;
	background-color: rgba(129,131,133,.8);
	color: #fff;
	text-align: center;
	font-size:12px;
	font-family: "Lato-Regular";
}


dl,dd {
	text-align: left;
}

@media (max-width:767px){
	.subMenuList>li>ul.sub-menu{
		display:none!important;
	}
}
.subMenuList>li>ul.sub-menu>li a{
	display:inline-block;
	color: #fff;
}

.subMenuList>li>ul.sub-menu>li a:hover{
	background: transparent;
	color:#931941;
}
.subMenuList>li>ul.sub-menu>li>dl {
	float: left;
	display: inline-block;
	margin-right: 60px;
}
.subMenuList>li>ul.sub-menu>li>dl>dt {
	padding: 5px 0;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

.subMenuList>li>ul.sub-menu>li:after{
	display:inline-block;
	content:"|";
	margin-left: 15px;
}

.subMenuList>li>ul.sub-menu>li:last-child:after{
	content:"";
}


@media (max-width: 767px) {
	#navmenu ul.nav {
		padding: 10px 15px;
	}

	#navmenu ul.nav li .dropdown-menu li a {
		white-space: normal;
	}
}

#navmenu ul.nav > li > a {
	padding: 5px 10px;
}

@media (max-width: 1199px) {
	#navmenu ul.nav > li > a {
		padding: 5px 4px;
	}
}

@media (min-width: 1200px) {
	#navmenu ul.nav > li:hover .dropdown-menu {
		display: block;
	}
}

#navmenu > ul.nav > li > a {
	border: 1px solid white;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 12px;
	font-family: "Lato-Regular";
	transition: all 0.5s;
}

#navmenu > ul.nav > li:hover > a {
	border-color: #ccc;
	background-color: #eee;
	color: #931941;
}

@media (max-width:767px) {
	#navmenu > ul.nav > li:hover > a {
		border-color: transparent;
		border-radius: 0;
	}
}

#navmenu ul.nav li ul.dropdown-menu {
	min-width: 100%;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #ccc;
	filter: alpha(opacity = 90);
	opacity: .9;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
 
/*shopping cart detail style*/
.shopping_cart {
 	/*float: right!important;*/
	padding: 8px 8px 8px 12px;
	position: relative;
	border: 1px solid transparent;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.shopping_cart:hover {
	border-color: #cdcdcd;
}

.cartIconWrap {
	width: 32px;
	margin-left: 0.8em;
}

.cartIconWrap img {
	width: 100%;
}

.cartInfo label {
	color: #931941;
	display: block;
	font-size: 11px;
	line-height: 12px;
}

.cartInfo span {
	color: #303030;
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.orderDetailWrap {
	display: none;
	width: 235px;
	position: absolute;
	z-index: 100;
	top: 48px;
	right: -1px;
}

.orderDetailWrap .orderDetail {
	padding: 0 20px 25px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	border-top-right-radius: 0;
	background-color: white;
}

.orderDetail span {
	font-size: 13px;
	line-height: 13px;
	color: #303030;
}

.orderDetail .orderList {
	max-height: 372px;
	overflow: auto;
}

.orderItem {
	padding: 20px 0;
	border-bottom: 1px solid #cdcdcd;
}

.orderItem:last-child {
	border-bottom: none;
}

.orderDetail .orderTotal {
	padding: 20px 0;
	border-top: 1px solid #931941;
	overflow: hidden;
}

.orderDetail .toCheckout {
	text-align: center;
}

.checkout {
	background-color: #b81a4d;
	cursor: pointer;
	border: none;
	width: 75%;
	height: 32px;
	line-height: 32px;
	color: white;
	font-size: 12px;
	border-radius: 3px;
}

.checkout:hover {
	background-color: #931941;
}
/* header style end */

.path {
	display: none;
	width: 100%;
	height: 30px;
	text-align: center;
	border-bottom: 2px solid #f2efee;
	font: normal 12px/30px 'Lato-Regular';
}

.path a {
	color: black;
}

.path .currentPath {
	color: #931941;
}

/*footer style*/
#footer {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 10%;
	background: url(/Public/Images/Common/background/footer_bg.jpg);
}

#footer>.container {
	border-top: solid #ba1b4f 8px;
	margin-top: -8px;
}

#footer .copyrightBox {
	border-bottom: 2px solid #cdcccb;
	padding: 1em 0;
}

.copyrightBox span {
	font-size: 16px;
	line-height: 2em;
	color: #303030;
}

@media (max-width:767px) {
	.copyrightBox span {
		font-size: 14px;
	}
}

span.copyright {
	color: #ba1b4f;
}

span.publishNum {
	margin-left: 5%;
	white-space: nowrap;
}

span.publishNum>a {
	color: #ba1b4f;
}

span.ourGroup i {
	color: #ba1b4f;
	margin-right: 1em;
}

span.ourGroup span::after {
	content: " | ";
}

span.ourGroup span:last-child::after {
	content: "";
}

.followUs {
	padding: 1.5em 0;
}

.followUsIconWrap>a>img {
	margin-left: 1em;
}

@media (max-width:991px) {
	#footer {
		padding-bottom: 0;
	}

	#footer>.container {
		width: 100%;
		padding: 0;
		margin-top: 0;
		border-top: none;
	}

	#footer>.container>div {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.copyrightBox {
		background-color: #92183f;
	}

	.copyrightBox span {
		color: #fff;
	}

	span.ourGroup {
		display: block;
		width: 100%;
	}

	span.copyright,span.publishNum>a,
		          span.ourGroup i {
		color: #fff;
	}

	.followUs {
		padding: 3em 0;
	}

	.nowrap {
		white-space: nowrap;
	}
}

@media (max-width:767px) {
	span.ourGroup span::after {
		content: "";
	}

	span.ourGroup span::before {
		content: "";
		display: block;
		width: 100%;
		border-top: 1px solid #fff;
	}
}

#top {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: url(/Public/Images/Common/icon/backToTop.png) 0 0 no-repeat;
	position: fixed;
	right: 5px;
	bottom: 20%;
	cursor: pointer;
	z-index: 100000;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	z-index: 100000;
}

#top:hover {
	background: url(/Public/Images/Common/icon/backToTop.png) 0px -40px no-repeat;
}

/*---------------------------------------------弹层样式*/
body .noticeCover *,
body .signUpCover *,
body .loginCover *,
body .forgetPwdCover *,
body .signUpSuccessfulCover *,
body #termsOfUseBox * {
	box-sizing: content-box!important;
}

/*warning box style*/
body .noticeCover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

body .noticeCover .notice {
	width: 335px;
	height: 160px;
	background-color: white;
	position: absolute;
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

body .noticeCover .notice .noticeTitle {
	width: 100%;
	height: 45px;
	background-color: #931941;
	line-height: 45px;
}

body .noticeCover .notice .noticeTitle .noticeWarn_ico {
	position: absolute;
	top: -10px;
	left: 20px;
}

body .noticeCover .notice .noticeTitle h4 {
	float: left;
	line-height: 45px;
	margin-left: 29%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 21px;
	color: white;
	font-family: "Lato-Regular";
}

body .noticeCover .notice .noticeTitle .noticeClose_ico {
	float: right;
	margin-top: 11px;
	margin-right: 20px;
	background-color: transparent;
}

body .noticeCover .notice .noticeContent {
	font-family: 'Lato-Light';
	padding: 20px 1em 10px;
	height: 50px;
	font-size: 14px;
	line-height: 1.5em;
	text-indent: 2em;
	font-size: 14px;
	color: black;
}

body .noticeCover .notice  .yes .btn_ok {
	background-color: #b81a4d;
	text-transform: capitalize;
	float: right;
	margin-right: 20px;
	border: none;
	cursor: pointer;
	color: white;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 1em;
	border-radius: 4px;
	font-family: "Lato-Regular";
}

body .noticeCover .notice  .yes .btn_ok:hover {
	font-weight: bold;
	background-color: #931941;
}

/*sign up popup style*/
body .signUpCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
}

body .signUpCover .signUpBoxWrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 304px;
	height: 560px;
	border-radius: 5px;
	background-color: white;
	padding: 0 38px 10px 24px;
	overflow-x: hidden;
	overflow-y: auto;
}

body .signUpCover .signUpBox {
	width: 304px;
	padding-bottom: 30px;
}

body .signUpCover .signUpBox header {
	position: relative;
	z-index: 100;
	top: 0;
	background-color: white;
	padding: 10px 0 22px;
}

body .signUpCover .signUpBox .signUp_logoBox {
	text-align: center;
}

body .signUpCover .signUpBox .signUp_logoBox img {
	width: 140px;
}

body .signUpCover .signUpBox h3 {
	font-size: 1.5em;
	text-align: center;
	color: #b81a4d;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 0;
	margin-bottom: 0;
}

body .signUpCover .signUpBox img#closeIco_signUp {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0px;
}

body .signUpCover .signUpBox form {
	width: 100%;
	color: #151515;
	border-bottom: 1px solid #c9c9c9;
}

body .signUpCover .signUpBox form input {
	background: white;
	margin: 0;
	padding: 0;
}

body .signUpCover .signUpBox form img,.main .content .signUp_box form input {
	vertical-align: top;
}

body .signUpCover .signUpBox form .inputVerify .Validform_checktip {
	position: relative;
	left: 260px;
	top: -28px;
}

body .signUpCover .signUpBox form .signUp_input_box {
	width: 300px;
	height: 38px;
	border: 1px solid #888;
	border-radius: 3px;
}

body .signUpCover .signUpBox form .wrongMsgWrap {
	padding: 2px 20px;
	height: 15px;
}

body .signUpCover .signUpBox form .inputVerify {
	height: 8px;
}

body .signUpCover .signUpBox form .userTypeBox #userType_show {
	width: 267px;
	height: 38px;
	border: none;
	text-indent: 0.5em;
	font: normal normal 14px/38px 'Lato-Light';
	background: url(/Public/Images/Common/icon/select01_ico.png) right center no-repeat;
	cursor: pointer;
}

body .signUpCover .signUpBox form .userTypeBox #userTypeList {
	display: none;
	position: absolute;
	top: 38px;
	right: -1px;
	z-index: 10;
	width: 300px;
	border: 1px solid #888;
	background-color: white;
}

body .signUpCover .signUpBox form .userTypeBox #userTypeList li {
	font: normal normal 14px/38px 'Lato-Light';
	cursor: pointer;
	text-indent: 39px;
}

body .signUpCover .signUpBox form .userTypeBox #userTypeList li:hover {
	background-color: #eee
}

body .signUpCover .signUpBox form .wrongUserNameWrap,body .signUpCover .signUpBox form .wronglogin_input_box {
	width: 100%;
	height: 30px;
}

body .signUpCover .signUpBox form .wrong_userName,body .signUpCover .signUpBox form .wrong_password {
	display: block;
	color: #b81a4d;
	line-height: 30px;
	padding-left: 20px;
	background: url('/Public/Images/Common/icon/warning_ico.png') no-repeat left center;
}

body .signUpCover .signUpBox form .signUp_input_box input {
	width: 267px;
	height: 38px;
	border: none;
	text-indent: 0.5em;
	vertical-align: top;
	font: normal normal 14px/42px 'Lato-Light';
}

body .signUpCover .signUpBox form .about_newsletter .waringWrap {
	padding: 3px 0;
}

body .signUpCover .signUpBox form .about_newsletter .checkbox {
	float: left;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	background-color: #fff;
	padding: 2px;
	border: 2px solid #8f8f8f;
	background-clip: content-box;
}

body .signUpCover .signUpBox form .about_newsletter .checkbox.checked {
	background-color: #b81a4d;
}

body .signUpCover .signUpBox form .about_newsletter .check_box {
	display: none;
	width: 17px;
	height: 17px;
	border: 1px solid #888;
	cursor: pointer;
}

body .signUpCover .signUpBox form .about_newsletter .acceptReceive {
	font: normal normal 12px/15px 'Lato-Regular';
	text-indent: 0.5em;
	color: black;
	cursor: pointer;
}

body .signUpCover .signUpBox form #btn_signUp {
	width: 100%;
	height: 50px;
	background-color: #b81a4d;
	border: none;
	margin: 8px 0 25px;
	display: block;
	font: normal normal 18px 'Lato-Light';
	color: white;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

body .signUpCover .signUpBox form #btn_signUp:hover {
	background: #931941;
}

body .signUpCover .signUpBox .login {
	padding-top: 15px;
}

body .signUpCover .signUpBox .login .hasAccount {
	color: black;
	font: normal normal 14px 'Lato-Regular';
}

body .signUpCover .signUpBox .login #login {
	color: #b81a4d;
	font: normal normal 14px 'Lato-Regular';
}

body .signUpCover .signUpBox form .wrongMessage {
	border: 1px solid #b81a4d;
}

/*login popup style*/
body .loginCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
}

body .loginCover .loginBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 302px;
	height: 380px;
	overflow-y: auto;
	border-radius: 5px;
	background-color: white;
	padding: 30px 34px;
}

body .loginCover .loginBox h3 {
	font-size: 1em;
	text-align: center;
	color: #b81a4d;
	margin: 30px 0 25px;
}

body .loginCover .loginBox img#closeIco_login {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 12px;
}

body .loginCover .loginBox form {
	width: 100%;
	padding-top: 28px;
	color: #a52b73;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

body .loginCover .loginBox form input {
	background: white;
	margin: 0;
	padding: 0;
}

body .loginCover .loginBox .signUp {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

body .loginCover .loginBox form img,.main .content .login_box form input {
	vertical-align: top;
}

body .loginCover .loginBox form .login_input_box {
	width: 300px;
	height: 42px;
	border: 1px solid #888888;
	border-radius: 3px;
	overflow: hidden;
}

body .loginCover .loginBox form .wrongMsgWrap {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

body .loginCover .loginBox form .wrongMsgWrap .Validform_checktip {
	position: relative;
	left: 280px;
	top: -36px;
}

body .loginCover .loginBox form .wrong_userName,body .loginCover .loginBox form .wrong_password {
	display: block;
	color: #b81a4d;
	line-height: 30px;
	padding-left: 20px;
	background: url('/Public/Images/Common/icon/warning_ico.png') no-repeat left center;
}

body .loginCover .loginBox form .login_input_box input {
	width: 211px;
	height: 42px;
	border: none;
	text-indent: 0.5em;
	vertical-align: top;
	font: normal normal 14px/42px 'Lato-Light';
}

body .loginCover .loginBox form .login_input_box .viewToggle {
	display: inline-block;
	width: 56px;
	height: 42px;
	background: url(/Public/Images/Common/icon/viewPwd_ico.png) 0px 0px no-repeat;
	border: none;
	cursor: pointer;
}

body .loginCover .loginBox form .login_input_box .viewPassword {
	background-position: -56px 0px;
}

body .loginCover .loginBox form .about_password {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	overflow: hidden;
}

body .loginCover .loginBox form .about_password .checkbox {
	float: left;
	margin-top: 2px;
	width: 6px;
	height: 6px;
	background-color: #fff;
	padding: 2px;
	border: 2px solid #8f8f8f;
	background-clip: content-box;
}

body .loginCover .loginBox form .about_password .checkbox.checked {
	background-color: #b81a4d;
}

body .loginCover .loginBox form .about_password .check_box {
	display: none;
	width: 17px;
	height: 17px;
	border: 1px solid #888;
	float: left;
	cursor: pointer;
}

body .loginCover .loginBox form .about_password .keepSigned {
	float: left;
	display: inline-block;
	font: normal normal 12px/17px 'Lato-Regular';
	text-indent: 0.5em;
	color: black;
	cursor: pointer;
}

body .loginCover .loginBox form .about_password .forgotPassword {
	float: right;
	display: inline-block;
	line-height: 17px;
}

body .loginCover .loginBox form .about_password .forgotPassword a {
	font: normal normal 12px/17px 'Lato-Light';
	color: #b81a4d;
}

body .loginCover .loginBox form #btn_login {
	width: 100%;
	height: 50px;
	background-color: #b81a4d;
	border: none;
	margin-bottom: 25px;
	display: block;
	font: normal normal 18px 'Lato-Light';
	color: white;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

body .loginCover .loginBox form #btn_login:hover {
	background: #931941;
}

body .loginCover .loginBox .signUp .noAccount {
	color: black;
	font: normal normal 12px 'Lato-Light';
}

body .loginCover .loginBox .signUp #signUp {
	color: #b81a4d;
	font: normal normal 12px 'Lato-Light';
}

body .loginCover .loginBox form .wrongMessage {
	border: 1px solid #b81a4d;
}

/*forgetPwdCover style*/
body .forgetPwdCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
}

body .forgetPwdCover .forgetPwdBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 578px;
	height: 240px;
	border-radius: 5px;
	margin: auto;
	background-color: white;
}

body .forgetPwdCover .forgetPwdBox #closeIco_forgetPwd {
	position: absolute;
	right: 8px;
	top: 9px;
	cursor: pointer;
}

body .forgetPwdCover .forgetPwdBox h3 {
	font-size: 1.2em;
	margin: .5em 0;
	color: #272727;
	text-align: center;
}

body .forgetPwdCover .forgetPwdBox p {
	padding: 0 0.25em;
	font: normal 16px/1.2em 'Lato-Light';
	color: #272727;
	text-align: center;
}

body .forgetPwdCover .forgetPwdBox .emailInputBox {
	margin-top: 2.5em;
	text-align: center;
}

body .forgetPwdCover .forgetPwdBox .emailInputBox #input_emailAddress {
	width: 330px;
	height: 42px;
	border: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	text-indent: 1em;
	vertical-align: top;
}

body .forgetPwdCover .forgetPwdBox .emailInputBox #btn_sendEmailAddress {
	min-width: 90px;
	height: 44px;
	padding: 0 1em;
	border: none;
	background-color: #b81a4d;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	color: white;
}

body .forgetPwdCover .forgetPwdBox .emailInputBox #btn_sendEmailAddress:hover {
	background-color: #931941;
}
/*forgetPwdCover style end*/

/*signUp success box style*/
body .signUpSuccessfulCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
}

body .signUpSuccessfulCover .signUpSuccessBox {
	width: 546px;
	height: 620px;
	border-radius: 5px;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	padding: 34px 20px 0;
	overflow: hidden;
}

body .signUpSuccessfulCover .signUpSuccessBox .logoWrapper {
	padding-bottom: 8px;
}

body .signUpSuccessfulCover .signUpSuccessBox .closeIco_signUpSuccess {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}

body .signUpSuccessfulCover .signUpSuccessBox h3 {
	color: #ba1c4f;
	font: normal 2.8em/1.5 'Lato-Bold';
}

body .signUpSuccessfulCover .signUpSuccessBox p span {
	font: normal 1.8em 'Lato-Light';
}

body .signUpSuccessfulCover .signUpSuccessBox p {
	font: normal 14px 'Lato-Light';
	padding: 0 0 30px;
}

body .signUpSuccessfulCover .signUpSuccessBox p.shadow_border {
	padding-bottom: 38px;
	background: url(/Public/Images/public/picture/shadowBorder.png) center bottom no-repeat;
}

body .signUpSuccessfulCover .signUpSuccessBox em {
	font: normal 1.8em 'Lato-Regular';
}

body .signUpSuccessfulCover .signUpSuccessBox h2 {
	font: normal 2.4em 'Lato-Light';
	color: #ba1c4f;
	padding-top: 1em;
}

body .signUpSuccessfulCover .signUpSuccessBox .getApp {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 546px;
}

body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppIco {
	width: 124px;
}

body .signUpSuccessfulCover .signUpSuccessBox .getApp .connecting {
	padding-left: 3.8em;
}

body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppImg {
	padding-left: 10px;
	text-align: left;
	padding-top: 20px;
}

body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppImg .appStoreIco {
	margin-bottom: 10px;
}
/*signUp success box style end*/

/*termsOfUseBox style*/
body #termsOfUseBox {
	display: none;
	width: 600px;
	height: 600px;
	padding: 40px 0 20px;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 5px;
}

body #termsOfUseBox #closeTermsOfUseBox {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

body #termsOfUseBox #termsOfUseCont {
	width: 560px;
	height: 560px;
	padding: 0 20px 20px;
	overflow: auto;
}

body #termsOfUseBox #termsOfUseCont p {
	font: normal 1.6em/1.5 'Lato-Light';
	padding: 5px 0;
}

body #termsOfUseBox #termsOfUseCont h3 {
	padding-bottom: 10px;
	font: normal 2em/1.5 'Lato-Regular';
	text-align: center;
}

body #termsOfUseBox #termsOfUseCont span {
	font: normal 1.6em/1.85 'Lato-Regular';
	text-indent: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #2e2826;
}

body #termsOfUseBox #termsOfUseCont p.termsTitle {
	font: normal 1.4em/2 'Lato-Regular';
	text-align: center;
}

body #termsOfUseBox #termsOfUseCont p a {
	text-decoration: underline;
	color: #000;
}

body #termsOfUseBox .closeBtnBox {
	text-align: center;
}

body #termsOfUseBox .closeBtnBox input[type="button"] {
	padding: 3px 16px;
	margin-top: 5px;
	border: none;
	border-radius: 5px;
	font: 1.6em/1 'Lato-Regular';
	background: #ccc;
}
/*termsOfUseBox style end*/

@media screen and (max-width:640px) {
	/*warning box style*/
	body .noticeCover .notice {
		width: 318px;
		height: 160px;
	}

	/*login popup style*/
	body .loginCover .loginBox {
		width: 282px;
		height: 312px;
		padding: 10px 14px;
	}

	body .loginCover .loginBox h3 {
		margin-bottom: 10px;
	}

	body .loginCover .loginBox form {
		padding-top: 20px;
	}

	body .loginCover .loginBox form .login_input_box,body .loginCover .loginBox form .login_input_box {
		width: 280px;
	}

	body .loginCover .loginBox form .login_input_box input {
		width: 247px;
	}

	body .loginCover .loginBox form .wrongMsgWrap {
		height: 20px;
		line-height: 20px;
	}

	body .loginCover .loginBox form .wrongMsgWrap .Validform_checktip {
		position: relative;
		left: 260px;
		top: -30px;
	}

	body .loginCover .loginBox form .login_input_box input {
		width: 191px;
	}

	body .loginCover .loginBox form .login_input_box .viewPassword {
		background-position: -56px 0px;
	}

	body .loginCover .loginBox form #btn_login {
		margin-bottom: 20px;
	}

	/*sign up popup style*/
	body .signUpCover .signUpBoxWrap {
		width: 284px;
		height: 420px;
		border-radius: 5px;
		padding: 0 8px 10px;
	}

	body .signUpCover .signUpBox {
		width: 284px;
		padding-bottom: 20px;
	}

	body .signUpCover .signUpBox header {
		padding-bottom: 14px;
	}

	body .signUpCover .signUpBox .signUp_logoBox img {
		width: 90px;
	}

	body .signUpCover .signUpBox h3 {
		padding-bottom: 10px;
	}

	body .signUpCover .signUpBox form .inputVerify .Validform_checktip {
		left: 240px;
		top: -25px;
	}

	body .signUpCover .signUpBox form .signUp_input_box {
		width: 280px;
		height: 30px;
	}

	body .signUpCover .signUpBox form .signUp_input_box input {
		width: 247px;
		height: 30px;
		line-height: 30px;
	}

	body .signUpCover .signUpBox form .signUp_input_box img {
		height: 30px;
	}

	body .signUpCover .signUpBox form .wrongMsgWrap {
		height: 10px;
	}

	body .signUpCover .signUpBox form .userTypeBox #userType_show {
		width: 247px;
		height: 30px;
		line-height: 30px;
	}

	body .signUpCover .signUpBox form .userTypeBox #userTypeList {
		width: 280px;
		height: 180px;
		top: 30px;
	}

	body .signUpCover .signUpBox form .userTypeBox #userTypeList li {
		line-height: 30px;
	}

	body .signUpCover .signUpBox form #btn_signUp {
		height: 40px;
		margin: 8px 0 20px;
	}

	body .signUpCover .signUpBox .login {
		padding-top: 10px;
	}

	/*signUp success box style*/
	body .signUpSuccessfulCover .signUpSuccessBox {
		width: 280px;
		height: 420px;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .ifavine_logo {
		width: 100px;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .contentBox {
		height: 385px;
		overflow-y: auto;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp {
		width: 280px;
		position: static;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp .connecting {
		padding-left: 0;
		width: 100%;
		padding-top: 20px;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp .connecting img {
		width: 160px;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppImg {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppImg div {
		display: inline-block;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppImg .appStoreIco {
		margin-bottom: 0;
	}

	body .signUpSuccessfulCover .signUpSuccessBox .getApp .getAppImg div>img {
		max-width: 90%;
	}

	/*forgetPwd style*/
	body .forgetPwdCover .forgetPwdBox {
		width: 318px;
		height: 250px;
	}

	body .forgetPwdCover .forgetPwdBox .emailInputBox #input_emailAddress {
		width: 180px;
		height: 38px;
		line-height: 38px;
	}

	body .forgetPwdCover .forgetPwdBox .emailInputBox #btn_sendEmailAddress {
		height: 40px;
		line-height: 40px;
	}

	/*termsOfUseBox style*/
	body #termsOfUseBox {
		width: 320px;
		height: 400px;
	}

	body #termsOfUseBox #termsOfUseCont {
		width: 280px;
		height: 360px;
	}
}

/* language style */

/* lang="zh-CN" style */
html[lang="zh-CN"]{
	font-size:16px;
}
html[lang="zh-CN"] body {
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

@media (max-width:1200px) {
	html[lang="zh-CN"] {
		font-size: 16px;
	}

	html[lang="zh-CN"] body {
		font-size: 16px;
	}
}

@media (max-width:991px) {
	html[lang="zh-CN"] {
		font-size: 14px;
	}

	html[lang="zh-CN"] body {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	html[lang="zh-CN"] {
		font-size: 12px;
	}

	html[lang="zh-CN"] body {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	html[lang="zh-CN"] {
		font-size: 10px;
	}

	html[lang="zh-CN"] body {
		font-size: 14px;
	}
}

html[lang="zh-CN"] body {
	line-height: 1.65em;
}

html[lang="zh-CN"] h1 {
	font-size: 2.5rem;
}

html[lang="zh-CN"] h2 {
	font-size: 2rem;
}

html[lang="zh-CN"] h3 {
	font-size: 1.75rem;
}

html[lang="zh-CN"] h4 {
	font-size: 1.5rem;
}

html[lang="zh-CN"] h5 {
	font-size: 1.35rem;
}

html[lang="zh-CN"] h6 {
	font-size: 1.2rem;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] h5,
html[lang="zh-CN"] h6 {
	line-height: 1.3em;
	font-family: "Microsoft YaHei";
}

html[lang="zh-CN"] label{
	font-weight:normal;
}

html[lang="zh-CN"] p.text-indent {
	text-align: left;
	text-indent: 2em;
}

html[lang="zh-CN"] #navmenu > ul.nav > li > a,
html[lang="zh-CN"] .subMenuList>li>ul.sub-menu{
	font-size:14px;
	font-family: "Microsoft YaHei";
}

/* lang="zh-CN" style end */

/* language style end */