@charset "utf-8";
html {
	font-size:12px;
}
img {
	border:0;
}
* {
	margin:0;
	padding:0
}
@font-face
{
    font-family: 'Aleo-Regular-7';
    font-weight: normal;
    font-style: normal;
    src: url('/css/fonts/Aleo-Regular-7.otf');
}
@font-face
{
    font-family: 'Aleo-Bold-2';
    font-weight: normal;
    font-style: normal;
    src: url('/css/fonts/Aleo-Bold-2.otf');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	color: #000000;
    font-size: 12px;   
    font-family:'Microsoft JhengHei',Tahoma,Arial, Helvetica, sans-serif;
}
ul,li,dl,dd,dt {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
a {
	
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
font[size="-1"] {
	font-size:1em;
}
html,body {
	overflow-x:hidden;
}
.fix {
	*zoom:1;
}
.clearfix {
	clear:both;
}
/*.fix:after {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}*/
.container {
	position:relative;
	width:100%;
	padding-top: 73px;
	padding-left: 0px;
	padding-right: 0px;
}
.container-middle {
	position:relative;
	right:0;
    padding-left:0;
	padding-right:0;
	width:100%;
	margin-right:auto;
	margin-left:auto

}
#header {
    width: 100%;
	position:fixed;
	left: 0;
    top: 0;
    z-index: 99;
}
#header	h1 {
	width:100%;
	display:inline-block;
	text-align:center;
	margin-top:2rem;
	margin-bottom:2rem;
}
#header h1 a {
	display:block;
	font-size:0;
	height:100%;
}
#header h1 a img {
	width:80%;
	margin:0 auto;
	display:block;
}
#header .top {
	z-index:9999;
	width:100%;
	height:3rem;
	background:#b22430;
}
#header .top .lang {
	margin-right:4.8rem;
	background:url(/e/customize/images/aw_down.png) no-repeat 16px;
	background-size:25%;
	width:40px;
	left:initial;
	top:0;
	z-index:10;
	color:#000c31;
	right:0;
	display:inline-block;
	line-height:40px;
	cursor:pointer;
	position:absolute;
}
#header .lang strong {
	font-weight:normal;
	cursor:pointer;
	padding-bottom:10px;
}
#header .lang .langLinks {
	position:absolute;
	top:38px;
	line-height:24px;
	background-color:#006dc0;
	z-index:9999;
	opacity:0;
	pointer-events:none;
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	width:60px;
	display:inline-block;
	right:0;
	left:initial;
}
#header .lang:hover .langLinks {
	pointer-events:auto;
	opacity:1;
}
#header .lang .langLinks a {
	display:block;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:3px 10px;
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	border-bottom:1px solid #f5f5f5;
}
#header ul.links {
	font-size:0;
	height:40px;
	line-height:40px;
	z-index:99;
	margin:0 auto;
	width:40px;
}
#header ul.links li {
	display:inline-block;
	position:relative;
}
#header ul.links li a {
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background-position:center center;
	background-repeat:no-repeat;
	transition:all .3s ease;
	-ms-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
#header ul.links li a.nav-btn span {
	display:block;
	position:absolute;
	width:2.3rem;
	height:.2rem;
	background:#FFF;
	transition:all .3s linear;
	-ms-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
#header ul.links li a.nav-btn span:nth-child(1) {
	top:.8rem;
}
#header ul.links li a.nav-btn span:nth-child(2) {
	top:1.4rem;
}
#header ul.links li a.nav-btn span:nth-child(3) {
	top:2rem;
}
.leftPart {
	width:200px;
	position:absolute;
	/*right:-200px;
	*/
    position:fixed;
	top:0;
	bottom:0;
	/*left:0;
	*/
    right:-200px;
	z-index:0;
	/*transition:all 0.3s;
	*/
    /*overflow-y:auto;
	*/
    background:#FFFFFF;
}
.leftLogo {
	/*margin-top:20px;
	*/
    margin-bottom:20px;
}
.topbar {
	/*background-color:#ff5950;
	*/
    width:100%;
	height:920px;
	position:relative;
}
.logo {
	z-index:100;
}
.banner {
	position:absolute;
	top:0;
	z-index:-1;
}
.menu li {
	padding-right:10px;
	border-top:1px solid #434343;
	height:40px;
	line-height:40px;
	text-align:right;
}
.menu li span {
	color:black;
	font-size:18px;
	font-family:'Aleo-Regular-7';
}
.menu li:last-child {
	border-bottom:1px solid #434343;
}
.center {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.login {
	color:#000;
	font-size:16px;
	/*margin-top:20px;
	*/
}
.login a {
	color:#000;
	font-size:16px;
	margin-right:5px;
}
.loginMain {
	position:relative;
	top:14px;
	color:#000;
	clear:both;
	text-align:center;
	font-size:16px;
	height:45px;
}
.loginMain a {
	color:#000;
	font-size:16px;
}
#open {
	}.search {
	position:relative;
	/* left:10px;
	*/
    /* top:12px;
	*/
    width:90%;
	bottom:8px;
	margin:0 auto;
}
.search .search-img {
	/*height:20px;
	width:25px;
	*/
    position:absolute;
	top:0;
	right:0;
}
.search .search-img img {
	width:25px;
	height:25px;
}
.search .search-input {
	width:100%;
	border:1px solid #434343;
	height:25px
}
.openMenu {
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}
.openMenu .right {
	width:80%;
	float:right;
}
.fl {
	float:left;
}
.clearFl {
	clear:both;
}
.proMsg {
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:30px;
}
.proImg {
	padding-bottom:10px;
}
.proNo {
	margin-bottom:10px;
	margin-top:10px;
	color:#212121;
	font-size:14px;
}
.proName {
	color:#838383;
	font-size:12px;
}
.news {
	position:relative;
	/*background:url(/mobile/images/modernbagback_04.png) no-repeat center top;
	*/
    /*width:100%;
	*/
    /*background-size:contain;
	*/
    /*height:768px;
	*/
}
.news_top {
	background:url(/mobile/images/modernbagback_04-1.png) no-repeat center top;
	width:100%;
	background-size:contain;
}
.news_footer {
	}.newsContent {
	/*background-image:url(../images/newsbackground.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:200px;
	*/
    background:url(/mobile/images/modernbagback_04-2.png) no-repeat bottom center;
	width:100%;
	background-size:contain;
	padding-bottom:10px;
}
.more {
	background-color:#fc8972;
	width:40px;
	height:20px;
	position:absolute;
	text-align:center;
	border-radius:6px;
	right:16px;
	bottom:16px;
}
.more a {
	color:white;
}
.newsText {
	width:80%;
	margin:0 auto;
	color:#5d5d5d;
	font-size:14px;
	position:relative;
	/* top:10px;
	*/
}
.producttitle {
	color: #333333;
    /* font-size: 1.8em; */
    font-weight: bold;
    display: inline-block;
    padding: 0rem 0rem 1rem 1rem;
    /* text-align: center; */
    /* width: 90%; */
    /* padding-top: 2rem; */
    /* padding-bottom: 2rem; */
    /* margin-left: 5%; */
    word-break: break-all;
}
.producttitle span:nth-of-type(1) {
	color: #666666;
    display: inline-block;
	font-size: 14px;
	text-align: left;
	}
.producttitle  span:nth-of-type(2) {
	color:#666666;
	font-size: 14px;
	padding-left:15px;
	}
.pronum {
	color:#666666;
	font-size:110%;
	padding:1em;
}
.pronum  span:nth-of-type(1) {
	color: #666666;
 
    display: inline-block;
	font-size: 14px;
	text-align: left;
	}
.pronum  span:nth-of-type(2) {
	color:#333333;
	font-size: 1.4rem;
	padding-left:15px;
	}
.pronomalpic {
	/*padding:1em 0;*/
	text-align:center;
}
.proprice {
	font-size:110%;
	border-bottom:dotted 1px #666666;
	background:#eaf3fe;
	padding:0.5em 0.5em;
	height:auto;
	min-height:60px;
	display:none;
}
.proprice dl {
	margin:0px;
	padding:2px 0;
	clear:both;
	width:98%;
}
.proprice dt {
	margin:0;
	padding:0px;
	float:left;
	width:50%;
}
.rngform .btn  {
	background: #e04141;
    width: 45%;
    color: #fff;
    padding: 12px 12px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.rngform .form-control {
	border-radius: 6px;
    border: none;
    box-shadow: 0 1px 4px #e36e6e;
}
.rngform  .control-label {
	    line-height: 30px;
    font-size: 14px;
	}
.proprice dd {
	margin:0px;
	padding:0px;
	float:left;
	width:50%;
}
.proprice .font_red {
	color:#FF6600;
}
.buyboxsection {
	    margin-top: 1.5rem;
    margin-bottom: 4rem;
}
.buyboxsection  #selColor {
	float:right;
}
.variationbox {
	margin-left:1em;
	margin-right:1.25em;
	text-align:left;
	padding:0.5em;
}
.variationbox dl {
	margin:0px;
	padding:.2rem;
	clear:both;
	width:100%;
	height:20px;
}
.variationbox dt {
	margin:0px;
	padding:0px;
	float:left;
	width:50%;
	color:#0058d0;
	font-weight:100;
	font-size:1.1rem;
}
.variationbox dd {
	margin:0px;
	padding:0px;
	float:left;
	width:40%;
}
#detailInfo dd.rt select {
	border:1px solid #eee;
	line-height:3rem;
    height:3rem;
    background: #FFF;
    width: 100%;
}
.addtocart {
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
.addtocart p {
    font-size: 1.2rem;
    color: #40403f;
    margin-bottom:1.5rem;
}
.addtomylove {
	cursor:pointer;
	margin-left:1em;
	margin-right:1.25em;
	margin-top:0.5em;
}
#detailInfo {
    box-sizing: border-box;
}
#share{
	overflow: hidden;
}
#share #fb{
	    width: 25px;
    height: 25px;
    float: right;
}
#share #fb img{
	width: 100%;
    height: 100%;
}
.catPath{
	margin-bottom:1.5rem;
	margin-top:2rem;
}
.catPath a{
    color: #8a8a8a;
    font-size: 1.2rem;
}
#prodetail {
	width: 95%;
    margin: 0 auto;
}
#prodetail >.prodetailOne {
	border: 1px solid #666666;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.8rem;
}
#prodetail .detailTop {
	height: 3.5rem;
    line-height: 3.5rem;
    color: #575757;
    font-size: 1.5rem;
    /* background: #666666; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #666666;
}
#prodetail .detailTop .prodetailtitle{
	margin-left:10px;
	font-size: 1.5rem;
	    color: #000;
		text-align: left;
    width: 100%;
}
.product_info {
	display: flex;
    /* background: #e6e6e6; */
    /* height: 40px; */
    align-items: center;
    justify-items: center;
    justify-content: space-between;
	}
.product_info_title {
	width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 1.5rem;
    color: #e04141;
	font-weight: bold;
	}
.product_fb {
	width: 20%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
	color: #fff;
	justify-content: center;
	}
.producttitle2 {
    color: #4c4b4b;
    font-size: 2rem;
    box-sizing: border-box;
    line-height: 1.1em;
	width: 95%;
    margin: 0 auto;
    margin-bottom:5px;
	padding-left: 10px;
}
#prodetail .answer p {
       font-size: 1.2rem;
    color: #40403f;
    line-height: 1.5em;
    text-align: justify;
    word-break: break-word;
}
#prodetail .answer {
	    margin-bottom: 30px;
    padding: 30px 20px;
}
.ContentText {
	padding:10px;
}

.prodetailtext {
	color:#666666;
}
.reviews {
	padding:0.8em;
	color:#FF9900;
	border-bottom:solid 1px #999999
}
.reviewtext {
	color:#FFCC00;
}
.review_averagescore {
	color:#FFCC00;
	padding:10px 10px;
	border-bottom:solid 1px #999999;
}
.review_detail {
	border-bottom:dotted 1px #999999;
	padding:10px;
}
.review_font1 {
	color:#005fb7;
	font-weight:bold;
}
.review_font2 {
	color:#999999;
	font-size:90%;
}
.review_font3 {
	color:#333333;
}
.review_star {
	color:#FFCC00;
	padding-right:10px;
}
.pro_comment {
	padding:10px;
}
.loginpage {
	text-align:left;
	/*padding-left:10px;
	*/
    font-size:110%;
}
.loginpage a {
	/*color:#b09467!important;*/
}
.shoppingtitle {
	font-size:1.3em;
	color:#FF6600;
	text-align:center;
	background:#d6f0ff;
	margin-top:0.5em;
	padding:0.2em 0;
}
.shoppingtotal {
	padding:5px;
	background:#d6f0ff;
	border-bottom:solid 1px #66CCFF
}
.alltotal {
	color:#666666;
	padding:10px;
}
.alltotal a {
	color:#333333;
	font-size:110%;
}
.alltotal a:hover {
	text-decoration:underline;
}
.shoppingtextright {
	text-align:right;
}
.addresslist {
	padding:5px 10px;
	margin-bottom:10px;
}
.addlist_font1 {
	color:#333333;
	font-size:110%;
	font-weight:bold;
}
.addlist_font2 {
	color:#333333;
	font-size:110%;
}
.addlist_font3 {
	color:#333333;
	font-size:110%;
}
.addlist_font4 {
	color:#333333;
	font-size:110%;
}
.addlist_font5 {
	color:#333333;
	font-size:110%;
}
.newaddress {
	padding:0 10px;
}
.nextstep {
	padding:10px 10px;
}
.tabletopstype1 {
	background:#eeeeee;
}
.tabletopstype2 {
	border:solid 1px #eeeeee;
}
#tablestyle1 {
	border:solid 1px #deeeeee;
}
#tablestyle1 td {
	border:solid 1px #eeeeee;
}
.payforpart {
	padding:10px;
}
.confirm_address {
	padding:10px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-top:10px;
}
.confirm_payfor {
	padding:10px;
	border-bottom:solid 1px #d6f0ff
}
.confirm_remark {
	padding:10px;
	border-bottom:solid 1px #CCCCCC;
}
.confirm_cart {
	padding:10px;
	border-bottom:solid 1px #d6f0ff;
}
.confirm_total {
	padding:10px;
	border-bottom:solid 1px #CCCCCC;
}
.confirm_coupon {
	padding:10px;
}
.account {
	padding:10px;
	border-bottom:solid 1px #CCCCCC;
	/*border-top:solid 1px #CCCCCC;*/
	margin-top:10px;
}
.account_other {
	padding:10px;
}
.accountstyle {
	background:url(../images/bg_button.gif) repeat-x center top;
	border:solid 1px #ed6700;
	padding:2px 5px;
	font-size:100%;
}
.accountstyle a {
	color:#925200;
}
.account_discoun {
	padding:10px;
}
.account_infor {
	padding:10px;
	border-top:solid 1px #CCCCCC;
}
.shoppingresult {
	padding:10px;
}
/*button-style*/
input.btn_search {
	background:#ff6c00;
	padding:1px;
	font-size:100%;
	width:30px;
	border:solid 1px #db5d00;
	cursor:pointer;
	color:#FFFFFF;
	-moz-border-radius:0.5em;
	cursor:pointer;
}
input.txt_search {
	border:1px #787878 solid;
	color:#4D4D4D;
	font-size:120%;
	width:100%;
	-moz-border-radius:0.5em;
}
input.txt_nomal {
	border:1px #787878 solid;
}
input.btn_buy {
font-size: 1.5rem;
    color: #fff;
    margin: 0 auto;
    line-height: 3rem;
    border: none;
    /* border: 5px solid #f2f2f2; */
    cursor: pointer;
    box-sizing: border-box;
    background: url(/mobile/e/customize/images/cross.png) 12% center no-repeat;
    /* background-size: 23px; */
    /* text-indent: 12%; */
    outline: none;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
    background: #e04141;
    width: 90%;
}
input.btn_normal {
	padding:1px;
	font-size:100%;
}
input.btn_updatequa {
	background:url(../images/bg_button.gif) repeat-x center top;
	cursor:pointer;
	cursor:pointer;
	border:solid 1px #ed6700;
	padding:1px;
	font-size:110%;
	color:#925200;
}
input.btn_login {
	background:#ff6c00;
	border:solid 1px #db5d00;
	padding:0.1em;
	cursor:pointer;
	font-size:110%;
	cursor:pointer;
	color:#FFFFFF;
}
input.btn_address {
	background:url(../images/bg_button.gif) repeat-x center top;
	cursor:pointer;
	border:solid 1px #ed6700;
	cursor:pointer;
	padding:1px;
	font-size:100%;
	color:#925200;
	-moz-border-radius:0.5em;
}
input.btn_account {
	background:url(../images/bg_button.gif) repeat-x center top;
	border:solid 1px #ed6700;
	cursor:pointer;
	cursor:pointer;
	padding:1px;
	font-size:100%;
	color:#925200;
}
input.btn_alipay {
	background:url(../images/bg_button.gif) repeat-x center top;
	border:solid 1px #ed6700;
	cursor:pointer;
	padding:1px;
	font-size:100%;
	color:#925200;
	-moz-border-radius:0.4em;
}
input.btn_forget {
	background:url(../images/bg_button.gif) repeat-x center top;
	border:solid 1px #ed6700;
	cursor:pointer;
	padding:1px;
	font-size:100%;
	cursor:pointer;
	color:#925200;
	-moz-border-radius:0.4em;
}
input.btn_checkout {
	background:url(../images/bg_button.gif) repeat-x center top;
	border:solid 1px #ed6700;
	cursor:pointer;
	padding:1px;
	font-size:100%;
	cursor:pointer;
	color:#925200;
	-moz-border-radius:0.4em;
}
.ddl_size {
	width:100px;
	height:25px;
	font-size:110%;
}
/*color*/
.fontwhite {
	position:relative;
	top:50px;
}
/*footer*/
.footcopyright {
	text-align:center;
	display:inline-block;
	float:left;
	color:#12126f;
    width:100%;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}
.footcopyright p {
	width:96%;
	margin:0 auto;
	font-size:12px;
	line-height:22px;
}
.footcopyright a {
	color:#12126f;
}

.hotProd {
	height:300px;
}
.proframe_mid {
	margin-top:15px;
	margin-bottom:15px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	height:260px;
	width:180px;
}
@media screen and (orientation:landscape) {
	.proframe_mid {
	width:560px;
	height:260px;
	overflow:hidden;
}
}@media (min-width:768px) {
	.proframe_mid {
	width:730px;
	height:260px;
	overflow:hidden;
}
}@media (min-width:992px) {
	.proframe_mid {
	width:950px;
	height:260px;
	overflow:hidden;
}
}@media (min-width:1200px) {
	.proframe_mid {
	overflow:hidden;
	height:260px;
	width:1150px
}
}.mobilecms {
	background: #fff;
    width: 93%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
	margin-top: 20px;
}
.mobilecms p{ 
	line-height: 200%;

    text-align:justify;  
    text-justify:inter-ideograph;
}
.banner_n {
	width:100%;
	height:18rem;
	background:url(/mobile/images/cmsbanner.jpg) no-repeat top center;
	background-size:cover;
}
.cms-content {
	background:#f2f2f2;
	display: inline-block;
	width: 100%;
}
.cms-content .cmsBanner img {
	width: 100%;
}
.showphoto img {
	width:100%;
}
.ContactTitle {
	color:#b09467;
	padding-bottom:1rem;
	font-size:2rem;
}
.Contactwebsite {
	float:left;
	display:block;
}
.ContactwebsiteContent {
	float:left;
	display:block;
}
.cmsFont p{
    font-size:1.2rem;
}
.cmsFont a {
	color:#b09467;
}
.categorylist {
	position:relative;
	background:#ececf4;
	line-height:30px;
}
.categorylist:hover {
	background:#e7eaed;
	
	}
.categorylist:hover a {
	color:#b32430;
	text-decoration:underline
	}
.categorylist a {
	color:#666666;
	font-size:14px;
}
.categorylist span {
	position:absolute;
	right:0;
}
.swiper-mobile-container img {
	width:60%;
	height:auto;
	margin:0 auto;
	display:block;
}
.searchBox{
    display: inline-block;
    width: 100%;
}
.mainConter{
    width: 95%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mainConter .B2BTblHead{
    font-weight: bold;
    color: #FFF;
    background-color: #b22430;
    padding: 2px;
    height: 3rem;
    line-height: 3rem;
    text-indent:1rem;
}
.mainConter input[type=text], .mainConter select{
    font-size: 12px;
    border: #ccc 1px solid;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
}
.mainConter  .EqueryBg{
    background: #EEE;
    height: 2.5rem;
    line-height: 2.5rem;
}
.footerMessage  input[type=text]{
    font-size: 12px;
    color: #333333;
    border: #ddd 1px solid;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    width: 100%;
}
.footerMessage tr{
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
}
.footerMessage  textarea{
    width: 100%;
    color: #333333;
    border: #ddd 1px solid;
    margin-top: 0rem!important;
}
.mainConter input[type=submit]{
    background: #b22430;
    border: none;
    line-height: 3.5rem;
    height:3.5rem;
    color: #fff;
    font-size:1.2rem;
    margin-top: 1rem;
}
.mainConter input[type=button],.mainConter input[type=reset]{
    border: 1px solid #777;
    padding: 5px;
}

.mainConter textarea{
    border: #ddd 1px solid;
    margin-top: 1rem;
}
@media screen and (min-width:320px) {
	.container .topbar {
	height:456px;
}
.container .logo {
	width:50%;
	padding-top:14px;
}
.openMenu .openMenu-img {
	width:55%;
	float:right;
}

}

@media screen and (min-width:375px) {
	.container .topbar {
	height:548px;
}
.container .logo {
	width:60%;
	padding-top:14px;
}
.openMenu .openMenu-img {
	width:65%;
	float:right;
}

}
@media screen and (min-width:414px) {
.container .topbar {
	height:595px;
}
.container .logo {
	width:60%;
	padding-top:14px;
}
.openMenu .openMenu-img {
	width:65%;
	float:right;
}

}
@media only screen and (min-width:768px) {
.container .topbar .banner {
	width:100%;
}
.container .topbar .banner img {
	width:100%;
}
.container .topbar {
	height:1104px;
}
.container .textcont .col-xs-7 img {
	height:298px;
}
.container .textcont_nav {
	line-height:298px;
	font-size:20px;
}
.container .textcont_nav a {
	font-size:inherit;
}
.container .textcont_nav span:before {
	top:164px;
}
.container .news_top {
	background-size:100% 100%;
}
}
@media only screen and (min-width:1024px) {
	.container .topbar .banner {
	width:100%;
}
.container .topbar .banner img {
	width:100%;
}
.container .topbar {
	height:1473px;
}
.container .textcont .col-xs-7 img {
	height:394px;
}
.container .textcont_nav {
	line-height:394px;
	font-size:24px;
}
.container .textcont_nav a {
	font-size:inherit;
}
.container .textcont_nav span:before {
	top:212px;
}
.container .news_top {
	background-size:100% 100%;
}
.newsContent .newsText p {
	font-size:18px;
	line-height:24px;
}
.container .newsContent {
	background-size:contain;
	padding-bottom:80px;
	padding-top:30px;
}
}

.language {
	position:absolute;
	left:7px;
	top:5px;
}
.language a {
	color:#000000;
	font-size:16px;
	float:right;
}
.featured {
	background:#ececf4;
	width:100%;
	height:100%;
	position:relative;
	top:50px;
}
.featured .textcont {
	width:100%;
	height:100%;
	background-color:#f3fbff;
	/*display:block;
	*/
    margin-bottom:20px;
}
.business .box {
	position:relative;
	margin-top:50px;
	padding-bottom:30px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.business .box h3 {
	color:#12126f;
	font-size:20px;
	text-align:center;
	/* margin-bottom:30px;
	*/
    background:url(/e/customize/images/title_bg.png) no-repeat 50% 40px;
	background-size:40%;
	padding-bottom:50px;
}
.business .box ul.items {
	margin:0 auto;
	margin-top:30px;
}
.list-inline {
	padding-left:0;
	margin-left:-5px;
	list-style:none;
}
.business .box ul.items li {
	width:45%;
	/* height:300px;
	*/
    margin:0 0.5rem 2rem 0.5rem;
	background:url(/e/customize/images/bg_green.png) no-repeat 0px 400px;
	overflow:hidden;
}
.business .box ul.items .host {
	margin-left:25%;
}
.business.active .box ul.items li u.cl {
	clip:rect(0px,11rem,11rem,5.5rem);
}
.business .box ul.items li u.cl {
	clip:rect(0px,11rem,-10px,5.5rem);
}
.business .box ul.items li u {
	display:block;
	position:absolute;
	width:11rem;
	height:11rem;
	margin-left:1.1rem;
	background:url(/e/customize/images/words_bg.png) no-repeat;
	background-size:100%;
	-webkit-transition:all .5s ease-in-out 0s;
	-moz-transition:all .5s ease-in-out 0s;
	-ms-transition:all .5s ease-in-out 0s;
	-o-transition:all .5s ease-in-out 0s;
	transition:all .5s ease-in-out 0s;
}
.business.active .box ul.items li u.cr {
	clip:rect(0px,5.5rem,11rem,0px);
}
.business .box ul.items li u.cr {
	clip:rect(11rem,5.5rem,11rem,0px);
}
.business .box ul.items li i {
	display:block;
	position:relative;
	text-align:center;
	margin:0 auto;
	margin-top:23px;
}
.business .box ul.items li i img {
	width:7rem
}
.business .box ul.items li strong {
	display:block;
	margin-top:3rem;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#000a37;
}
.business .box ul.items li:hover {
	background-position:0px 0px;
	-webkit-transition:all .5s ease-in-out .3s;
	-moz-transition:all .5s ease-in-out .3s;
	-ms-transition:all .5s ease-in-out .3s;
	-o-transition:all .5s ease-in-out .3s;
	transition:all .5s ease-in-out .3s;
}
.business .box ul.items li:hover i {
	-webkit-transition:all .5s ease-in-out .4s;
	-moz-transition:all .5s ease-in-out .4s;
	-ms-transition:all .5s ease-in-out .4s;
	-o-transition:all .5s ease-in-out .4s;
	transition:all .5s ease-in-out .4s;
}
.business .box ul.items li:hover u.cl {
	clip:rect(0px,156px,-10px,78px);
}
.business .box ul.items li:hover u.cr {
	clip:rect(156px,78px,156px,0px);
}
.business .box ul.items li:hover strong {
	color:#12126f;
	-webkit-transition-delay:.4s;
	-moz-transition-delay:.4s;
	-ms-transition-delay:.4s;
	-o-transition-delay:.4s;
	transition-delay:.4s;
}
.textcont_nav {
	text-align:center;
	line-height:158px;
	position:relative;
}
.textcont_nav a {
	color:#212121;
}
.textcont_nav span:before {
	content:"";
	width:57px;
	height:1px;
	background-color:#303030;
	position:absolute;
	top:90px;
	left:50%;
	transform:translateX(-50%);
}
.textcont .col-xs-7 img {
	height:158px;
	width:100%;
}
.productList {
	clear:both;
}
.productList .col-xs-7,.productList .col-xs-5 {
	padding-left:0;
	padding-right:0;
}
.productList .col-xs-12 {
	/*padding-left:0;
	*/
    /*padding-right:0;
	*/
}
.productList_more {
	margin:25px 0;
	text-align:center;
	height:40px;
}
.productList_more a {
	padding:12px 37px;
	border:1px solid #4b4b4b;
	color:#434343;
}
.catalog {
	/*background:url(/mobile/images/modernbagback_03.png) no-repeat center;*/
	width:100%;

	background-size:cover;
}
.bag_text {
	text-align:center;
}
.bag_text h4 {
	color:#212121;
	font-size:14px;
}
.bag_text p {
	color:#838383;
	font-size:12px;
}
.bag {
	border-bottom:1px solid #909090;
}
.contact_information {
	background-color:#f1f1f1;
	padding-bottom:20px;
}
.contact_information  .col-xs-6 {
	padding:0;
}
.contact_information p {
	margin-bottom:5px;
}
.information_title {
	line-height:47px;
	*/
    height:47px;
	/* border-bottom:1px solid;
	*/
    margin-bottom:20px;
	/* width:121px;
	*/
    position:relative;
}
.information_title h4 {
	line-height:47px;
	border-bottom:1px solid;
	position:relative;
}
.information_title h4:before {
	content:"";
	width:121px;
	height:1px;
	background-color:#ea1c1c;
	position:absolute;
	left:0;
	bottom:-1px;
}
.logo {
	width:60%;
	padding-top:14px;
}
.PLframe {
	padding:10px;
	overflow: hidden;
}
.mainCenter {
	padding:10px;
}
.tablebuyer {
	margin:8px auto;
}
.tablebuyer td {
	/*padding:3px;*/
}
#textbox {
	width:100%;
	padding:0 5px;
}
.tdTitle{
	margin-top:2rem;
	margin-bottom:1rem;
}
.mobilecms .table-p tbody tr td span {
	height:24px;
}
.col-xl-12 {
	text-align:center;
}
.mobile-body-block {
	position:absolute;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.4);
	display:none;
	z-index:29;
}
.mobile-silde-menu {
	display:block;
	position:fixed;
	top:7rem;
	right:-60%;
	width:60%;
	height:100%;
	background-color:#ececf4;
	z-index:999999;
	overflow-y:scroll;
}
.mobile-silde-menu-one {
	}.mobile-silde-menu-one a {
	display:block;
	color:#000c31;
	font-size:1.1rem;
	padding:1rem 0;
	text-indent:2.1rem;
	border-bottom:0.1rem solid #dedee6;
	background:url(/mobile/Images/menu_bg.png) no-repeat 10px;
}
.mobile-silde-menu-btn {
	background-image:url(/mobile/Images/mobile-silde-menu-down.png);
	background-repeat:no-repeat;
	background-position:17rem center;
	background-size:1rem auto;
	background-color:#ececf4;
}
.mobile-silde-down {
	display:none;
}
.mobile-silde-down .mobile-silde-menu-one a {
	font-size:1rem;
	padding:0.9rem 0;
	background-color:#f5f5f5;
	text-indent:2.5rem;
}
.mobile-silde-down-2 .mobile-silde-menu-one a {
	font-size:0.9rem;
	background-color:#ebebeb;
	text-indent:3.5rem;
}
.collapsed .icon-bar {
	display:block;
	position:absolute;
	top:40%;
	left:10px;
	margin-top:-15px;
	height:40px;
	width:40px;
	background:url(/mobile/images/bt_menu.png) no-repeat;
	background-size:40px 40px;
	text-indent:-9999px;
	border:none;
}
.mobile-nav-menu-btn .icon-bar {
	display:block;
	position:absolute;
	top:40%;
	left:10px;
	margin-top:-15px;
	height:40px;
	width:40px;
	background:url(/mobile/images/bt_menu.png) no-repeat;
	background-size:40px 40px;
	text-indent:-9999px;
}
#iBanner .banner {
	position:relative;
	width:100%;
	overflow:hidden;
}
#iBanner .ban-slick,#iBanner .ban-slick .slick-list,#iBanner .ban-slick .slick-track,#iBanner .ban-slick .slick-slide {
	height:auto;
}
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}
.slick-track:before,.slick-track:after {
	content:"";
	display:table;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-dots {
	margin:0;
	padding:0;
	text-align:center;
	bottom:30px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li {
	display:inline-block;
}
.slick-dots li button {
	border:2px solid #006dc0;
	color:#fff;
	height:14px;
	width:14px;
	overflow:hidden;
	opacity:1;
	background:transparent;
	font-size:0;
	margin:0 5px 0;
	border-radius:10px;
	display:inline-block;
	padding:0;
	outline:none;
}
.slick-dots li.slick-active button {
	background:#006dc0;
	border:2px solid #006dc0;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
#iBanner .ban-slick img {
	display:block;
	position:relative;
	width:100%;
	height:auto;
}
.iAboutBg {
	width:95%;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}
.iAboutBg:before {
	content:"";
	height:80px;
	width:31px;
	background:url(/e/customize/images/scroll_down.png) no-repeat;
	display:block;
	top:-20px;
	left:48%;
	position:absolute;
	overflow:hidden;
	background-size:50%;
	z-index:99999;
}
.item-first {
	position:relative;
}
.item-first .pic {
	width:100%;
	/* float:left;
	*/
    /* display:inline-block;
	*/
    transition:all 0.8s;
	-o-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	/* position:absolute;
	*/
    /* top:40px;
	*/
    /* left:30px;
	*/
    /* overflow:hidden;
	*/
    position:relative;
	left:0;
	top:0;
}
.item-first .text-box {
	top:50px;
	color:#222;
	padding:10px 10px 10px 35px;
	border:2px solid #000c31;
	/* margin-right:30px;
	*/
    margin:0 auto;
	height:305px;
	width:94%;
	position:relative;
	display:inline-block;
	/* float:right;
	*/
    transition:all 0.8s;
	-o-transition:all 0.8s;
	-webkit-transition:all 0.8s;
}
.item-first .text-box .title {
	color:#333;
	font-size:28px;
	font-style:inherit;
	letter-spacing:8px;
	text-transform:uppercase;
}
.item-first .text-box .text {
	line-height:28px;
	font-size:12px;
	/* letter-spacing:2px;
	*/
    margin-top:15px;
	width:98%;
	overflow:hidden;
	transition:all 0.8s;
	-o-transition:all 0.8s;
	-webkit-transition:all 0.8s;
}
.item-first .text-box a {
	padding:5px 5px;
	float:right;
	display:block;
	color:#000c31;
	border:none;
	border-bottom:1px solid #000c31;
	width:auto;
	margin-top:20px;
	margin-right:20px;
	z-index:99999;
	position:relative;
}
.item-first .text-box:after {
	content:"";
	width:100%;
	position:absolute;
	height:305px;
	background:transparent;
	top:-27px;
	border:2px solid #000c31;
	right:-22px;
}
.cd-main-content {
	background:url(/e/customize/images/dust.png);
	width:100%;
	position:relative;
	top:80px;
}
.iImage {
	width:95%;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	padding-bottom:40px;
}
.iImage:before {
	content:"";
	height:80px;
	width:31px;
	background:url(/e/customize/images/scroll_down.png) no-repeat;
	display:block;
	top:-50px;
	left:48%;
	position:absolute;
	overflow:hidden;
	background-size:50%;
	z-index:99999;
}
.filtr-item {
	padding-top:30px;
}

.item {
	text-align:center;
	position:relative;
}
.item-type-double .item-hover {
	z-index:5;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	transition:all 300ms ease-out;
	opacity:0;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
}
.item-type-double .item-info {
	z-index:10;
	color:#ffffff;
	vertical-align:middle;
	position:relative;
	z-index:5;
	text-align:center;
	width:100%;
	padding-top:2rem;
}
.item-type-double .item-info .date {
	font-size:1.5rem;
	color:#ea4c89;
	font-weight:bold;
	text-transform:uppercase;
}
.item-type-double .item-info .line {
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	transition:all 300ms ease-out;
}
.item-type-double .item-info .headline {
	font-size:12px;
	width:90%;
	margin:0 auto;
}
.item-type-double .item-hover .mask {
	background-color:#000;
	opacity:0.6;
	z-index:0;
}
.item-type-double .item-hover:hover .line {
	width:90%;
}
.item-type-double .item-hover:hover {
	opacity:1;
}
.item-hover,.item-hover .mask,.item-img {
	position:absolute;
	top:0;
	left:0;
}
.item-img {
	z-index:0;
}
.item-img img {
	width:100%;
}
.col-md-4 {
	width:50%;
	float:left;
}
.item-type3 {
	float:none;
	/* display:inline-block;
	*/
    margin:0 auto;
	display:inline-block;
	margin-left:23%;
}
.benefits {
	padding-top:5rem;
	background:-webkit-linear-gradient(left,#e9e4e2 50%,#ddd9d6 50%);
	background:linear-gradient(to right,#e9e4e2 50%,#ddd9d6 50%);
	position:relative;
	padding-bottom:60px;
	width:100%;
	margin:0 auto;
	top:80px;
}
.benefits:before {
	content:"";
	height:80px;
	width:31px;
	background:url(/e/customize/images/scroll_down.png) no-repeat;
	display:block;
	top:-20px;
	left:48.9%;
	position:absolute;
	overflow:hidden;
	background-size:50%;
	z-index:99999;
}
.benefits .pic_left {
	width:100%;
	display:inline-block;
}
.benefits .pic_left .pic_bg {
	background:url(/e/customize/images/pic_bg.png) no-repeat center top;
	background-size:cover;
	width:28rem;
	height:28rem;
	padding-left:8rem;
	padding-top:6rem;
	margin:0 auto;
}
.benefits_bg {
	background:#e9e4e2;
	width:100%;
	position:relative;
	display:inline-block;
	top:50px;
	padding-bottom:40px;
}
.benefits_bg .pic_text {
	width:85%;
	/* float:right;
	*/
    margin:0 auto;
	padding-top:30px;
}
.benefits_bg .pic_text  strong {
	font-size:20px;
	color:#000b38;
	line-height:40px;
}
.benefits_bg .pic_text p {
	font-size:14px;
	line-height:32px;
	color:#2c2b2b;
}
.benefits_bg .pic_text span {
	width:90px;
	display:inline-block;
}
.hotSale {
	width:98%;
	margin:0 auto;
	/* padding-top:120px;
	*/
    
    position:relative;
	/* margin-top:370px;
	*/
    background:#fff;
}
.hotSale:before {
	content:"";
	height:80px;
	width:31px;
	background:url(/e/customize/images/scroll_down.png) no-repeat;
	display:block;
	top:-30px;
	left:48%;
	position:absolute;
	overflow:hidden;
	background-size:50%;
	z-index:99999;
}
.hotSale h2 {
	font-size:18px;
	text-align:center;
	padding-top:50px;
}
.owl-carousel.owl-loaded {
	width:100%;
	margin:0 auto;
	margin-top:20px;
}
.owl-theme .owl-controls {
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-47px;
	z-index:1;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.owl-prev {
	position:absolute;
	width:43px;
	height:43px;
	left:-30px;
	font-size:0;
	background:url(/e/customize/images/left.png) no-repeat rgba(0,0,0,0);
	background-size:60%;
}
.owl-next {
	position:absolute;
	width:43px;
	height:43px;
	right:-45px;
	font-size:0;
	background:url(/e/customize/images/right.png) no-repeat rgba(0,0,0,0);
	background-size:60%;
}
.c-contactus {
	width:100%;
	margin:0 auto;
}
.c-contactus .feedback {
	width:100%;
	display:inline-block;
	text-align:center;
}
@media (max-width:480px) {
	.item-first .text-box:after {
	height:355px;
}
.item-first .text-box {
	height:355px;
}
}
@media (max-width:380px) {
	.item-first .text-box:after {
	height:435px;
}
.item-first .text-box {
	height:435px;
}
}
.map {
	width:100%;
	margin:0 auto;
	margin-top:10px;
}
/* 首页主体部分 */
#iBanner {
	width:100%;
	position:relative;
}
.MainContainer {
	width:100%;
	display:flex;
	background:url(/mobile/images/new/mbbg_02.jpg) repeat-x center center;
	background-size:cover;
}
.MainContent {
	width:95%;
	margin:0 auto;
}
.IndexNews {
	width:100%;
	display:flex;
}
.IndexNews ul:nth-child(1) {
	width:10%;
	height:100%;
	float:left;
	background:#b22430;
	min-height:12rem;
	padding-top:1.6rem;
	padding-bottom:1.6rem;
}
.IndexNews ul:nth-child(1) p {
	font-size:2.2rem;
	word-wrap:break-word;
	word-break:break-all;
	text-align:center;
	color:#FFF;
	margin:0 auto;
	font-family:'MStiffHeiHK-UltraBold';
}
.IndexNews ul:nth-child(2) {
	width:90%;
	float:left;
	background:rgba(255,255,255,.5);
}
.IndexFooter {
	margin-top:1.6rem;
	width:100%;
	display:inline-block;
}
.IndexNewsPer {
	width:80%;
	margin:0 auto;
	margin-top:10%;
}
.IndexNewsTitle {
	font-size:1.6rem;
	color:#b09467;
	text-decoration:none;
	cursor:pointer;
}
.IndexNewsDate {
	font-size:1.3rem;
	color:#666666;
}
.IndexNewsContent {
	font-size:1.3rem;
	color:#333333;
}
.IndexF1,.IndexF2,.IndexF3,.IndexF4 {
	position:relative;
	font-size:1.3rem;
	margin-bottom:1.2rem;
	display:block;
	line-height:2.5rem;
	color:#b09467;
	width:90%;
	float:right;
}
.IndexF1:before {
	background:url(/mobile/images/new/index_f1.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:-3rem;
}
.IndexF2:before {
	background:url(/mobile/images/new/index_f2.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:-3rem;
}
.IndexF3:before {
	background:url(/mobile/images/new/index_f3.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:-3rem;
}
.IndexF4:before {
	background:url(/mobile/images/new/index_f4.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:-3rem;
}
.IndexF5 {
	font-size:1.1rem;
	position:relative;
	color:#b09467;
	margin-top:1.6rem;
	width:100%;
	display:inline-block;
	text-align:center;
}
.IndexF5 img {
	margin-left:1rem;
	width:2.5rem;
}
/* 头部 */
#header .searchBox {
    width: 40px;
    float: right;
}
#header .searchBox>a.searchBtn {
	height: 40px;
    line-height: 40px;
    width: 40px;
	transition:all .2s linear;
	-ms-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	font-size:0;
	background: url(/mobile/images/new/rgindex_24.png) no-repeat center center;
    display: block;
    float: right;
    background-size: cover;
}
#header .searchBox>a.searchBtn.nClose {
	
}
/* #header .searchBox>a.searchBtn:before {
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	left:50%;
	top:50%;
	margin:-10px 0 0 -10px;
} */
#search-form {
	overflow:hidden;
	width:100%;
	float:right;
	height:35px;
	background:#fff;
	z-index: 999;
    display: none;
}
.nClose {

}
#search-form .keywords {
	border:none;
	vertical-align:top;
	width:calc(100% - 35px);
	height:35px;
	padding:0 10px;
	color:#333;
	background:rgba(0,0,0,0);
	float:left;
	font-size:1.1em;
	line-height:35px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
#search-form .search_btn {
	border:none;
	background:#b22430  url(/e/customize/images/new/search_btn.png) no-repeat center center;
	display:inline-block;
	width:35px;
	height:35px;
	position:relative;
	vertical-align:top;
	color:#fff;
	font-family:Arial;
	text-align:center;
	padding:0;
	float: right;
}
.MeunRightAct {
	width:6rem;
	height:100%;
	position:absolute;
	right:0rem;
}
.meunDownIcon {
	font-size:1.2rem;
	display:inline-block;
}
.IconActive {
	color:#FFF;
}
.MeunBarShow {
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	position:fixed;
	z-index:9999;
	background:#FFF;
	overflow:hidden;
	display:none;
}
.MeunBarMain {
	height:100%;
	width:100%;
	overflow:auto;
}
.CloseMeun {
	height:3.5rem;
	line-height:3.5rem;
	text-align:center;
	background:#999999;
	color:#FFF;
	font-size:1.5rem;
}
.MeunContainer {
	width:90%;
	margin:0 auto;
}
.MenuTopBtn {
	width: 100%;
    display: inline-block;
    margin-top: 1.6rem;
    margin-bottom: 1rem;
	background:#b22430;
    line-height: 3.5rem;
    height: 3.5rem;
	text-align: center;
	color:#FFF;
	font-size: 1.2rem;
}
.MenuTopBtn a{
	font-size: 1.2rem;
	color:#FFF;
}
.MenuTopBtn li {
	width:48%;
	float:left;
	height:3.5rem;
	line-height:3.5rem;
	margin-right:4%;
}
.MenuTopBtn li:nth-child(2) {
	margin-right:0%!important;
}
.MenuTopBtn li a {
	height:3.5rem;
	line-height:3.5rem;
	text-align:center;
	display:block;
	color:#FFF;
	background:#b22430;
	font-size:1.4rem;
}
.MeunList li {
	width:100%;
	height:3.5rem;
	line-height:3.5rem;
	display:inline-block;
	background:#fafafa;
	margin-top:1.6rem;
	text-align:center;
	position:relative;
}
.MeunList li a {
	width:100%;
	height:3.5rem;
	line-height:3.5rem;
	text-align:center;
	display:inline-block;
	font-size:1.4rem;
	color:#666;
}
.MenuSub {
	display:inline-block;
	border:1px solid #0058d0;
	margin-top:1rem;
	display:none;
}
.MenuSub li {
	margin-bottom:0px!important;
	border-bottom:1px solid #eee;
	width:100%;
	margin-top:0px!important;
}
.Meunactive {
	background:#0058d0!important;
}
.Meunactive >a {
	color:#fff!important;
}
/* 登陆页面 */
.logintable {
	margin:0 auto;
	/*margin-top:6rem;*/
	margin-bottom:6rem;
}
.logintable .txt_type {
	width:100%;
	height:3rem;
	line-height:3rem;
	border:1px solid #eee;
	text-indent:1rem;
}
.logintable .LoginTitle {
	text-align:center;
	font-size:2.5rem;
	/*margin-bottom:1rem;*/
	display:block;
}
.logintable .btn_logintype {
	width:100%;
	line-height:3.5rem;
	height:3.5rem;
	text-align:center;
	color:#FFF;
	background:#b22430;
	margin-top:2rem;
	border:none;
	font-size:1.4rem;
	border-radius: 3px;
}
.logintable .Loginword {
	font-size: 1.3rem;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
/* 注册页面 */

.loginpage {
	padding-top:4rem;
}
.tablebuyer {
	width:90%;
	margin:0 auto;
	margin-bottom:3rem;
	font-size:1.2rem;
	color:#333;
}
.tablebuyer .LoginTitle {
	text-align:center;
	font-size:2.5rem;
	margin-bottom:2rem;
	display:block;
	/*color:#b09467;*/
}
.tablebuyer .fontstyle {
	color:#ccc;
	padding-top:1rem;
}
.tablebuyer .fontbold {
	font-weight:700;
	font-size:1.6rem;
}
#login-register-box input[type=text],#login-register-box input[type=password] {
	border:1px solid #eee;
	width:100%;
	height:2.8rem;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
}
.birthBox input[type=text]{
	width:26%;
}
#login-register-box textarea {
	width:95%!important;
	height:6rem;
	border:1px solid #eee;
}
#login-register-box select {
	width:96%;
	line-height:3rem;
	height:3rem;
	border:1px solid #eee;
	background:#FFF;
	font-size: 1.2rem;
	/*margin-bottom:1rem;*/
}
#login-register-box input[type=submit] {
	width:100%;
	line-height:2.6rem;
	height:3.5rem;
	text-align:center;
	color:#FFF;
	background:#b22430;
	margin-top:2rem;
	border-radius: 3px;
	border:none;
	font-size:1.4rem;
	outline: none;
}
#login-register-box b{
	color:red;
}
#login-register-box{
	padding-top:2rem;
	padding-left: 10px;
	padding-right: 10px;
}
/* 底部 */
.Mainfooter {
	width:100%;
	display:inline-block;
	border-top:1px solid #eee;
}
.MainfooterTop {
	width:100%;
	display:inline-block;
}
.MainfooterContainer {
	width:95%;
	margin:0 auto;
	margin-top:20px;
}
.leftslide {
	width:48%;
	float:left;
	margin-right:4%;
}
.leftslide:nth-child(2) {
	margin-right:0px!important;
}
.leftslide h1,.rightslide h1 {
	height:40px;
	line-height:40px;
	width:100%;
	background:#ddd;
	font-size:1.4rem;
	display:block;
	text-align:center;
	color:#0058d0;
	font-family:'SourceHanSansSC-Regular';
	margin-bottom:20px;
	font-weight:500;
}
.leftslide li {
	width:100%;
	display:block;
	padding-top:.5rem;
	padding-bottom:.5rem;
}
.leftslide li:hover a {
	color:#b09467!important;
}
.leftslide li a {
	width:100%;
	display:block;
	text-align:center;
	font-size:1.2rem;
	color:#666666;
}
.rightslide {
	width:100%;
	display:inline-block;
}
.footerCopyright {
	width:100%;
	background:#fafafa;
	text-align:center;
	line-height:50px;
	height:50px;
	margin-top:1rem;
	color:#b2b2b2;
}
.footerCopyright img {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.footerp1,.footerp2,.footerp3,.footerp4 {
	position:relative;
	font-size:1.2rem;
	margin-bottom:1rem;
	display:block;
	line-height:3rem;
	color:#333333;
	width:100%;
	padding-left:3rem;
}
.footerp1:before {
	background:url(/e/customize/images/new/footer01.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:0px;
}
.footerp2:before {
	background:url(/e/customize/images/new/footer02.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:0px;
}
.footerp3:before {
	background:url(/e/customize/images/new/footer03.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:0px;
}
.footerp4:before {
	background:url(/e/customize/images/new/footer04.png) no-repeat center center;
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	background-size:contain;
	content:"";
	left:0px;
}
.mbsearchbg {
	width:100%;
	background:url(/mobile/images/new/mbsearchbg.jpg) no-repeat center center;
	background-size:cover;
	height:14rem;
	display:block;
	clear:both;
}
.searchMain .selectBrands {
	width:100%!important;
}
.searchMain .keywordselect {
	width:100%!important;
}
.searchMain .keymb {
	width:53%!important;
	float:left;
}
.B2BPriceTotal {
	font-size:1rem!important;
}
.B2BFontSize2 .B2BButton {
	width:100%;
	background:#b22430;
	height:3.5rem;
	line-height:3.5rem;
	text-align:center;
	border:none;
	color:#FFF;
	font-size:1.4rem;
	font-weight:100;
}
.productSearchTable .B2BFieldBg {
	font-size:1.4rem;
	color:#FFF;
	background-color:#b22430;
	padding:2px;
	text-align:center;
	vertical-align: middle;
}

.searchMain .selectmb {
	width:45%!important;
}
.searchMain .keymc {
	width:100%!important;
}
.mbcate {
	width:95%;
	margin:0 auto;
}
.categorylist {
	position: relative;
    background: #FFF;
    float: left;
    /* margin-right: .5rem; */
    margin-bottom: .5rem;
    line-height: 3rem;
    height: 3rem;
    /* border: 1px solid #eee; */
    /* padding-left: .5rem; */
    /* padding-right: .5rem; */
    width: 100%;
    text-align: center;
}
.categorylist a {
	color:#8c8c8c;
}
.categorylist span {
	display:none;
}
.clear {
	clear:both;
}
.mbcate #nav {
	margin-top:2rem;
	display:inline-block;
}
.categoryactive {
	background:#b22430!important;
	color:#FFF;
}
.categoryactive a {
	color:#FFF!important;
}
.FontB2BPurple {
	width:95%;
	margin:0 auto;
	display:block;
	margin-top:1rem;
	margin-bottom:2rem;
}
/* productDetail */
#detailInfo {
	margin-top: 20px;
}
#detailInfo p {
	color:#090;
}
#detailInfo dl {
        margin: 0px;
    padding: 0.5rem;
    width: 100%;
    display: inline-block;
}
#detailInfo dt {
	    font-size: 1.5rem;
    float: left;
    width: 100%;
    color: #e04141;
    height: 3rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border-radius: .3rem;
    font-family: '微軟正黑體' , 'Microsoft JhengHei';
}
#detailInfo dd {
    width: 50%;
    display: block;
    float: left;
    padding-left: 1rem;
    font-size: 1.2rem;
    color: #666666;
    line-height: 2.3rem;
}
#detailInfo dd.rt {
	width:50%;
	float:left;
	color:#666666!important;
}
#detailInfo dt.red {
	color:red;
	font-weight:bold;
}
#detailInfo dt input {
	width:2.5rem;
}
#detailInfo dd.red {
	color:red;
	font-weight:bold;
}
.aw_prevnext {
	width:100%;
	height:auto;
	display:inline-block;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.awpn_main { width:95%; margin:0 auto}
.awpn_prev {
	width:25%;
	float:left;
	text-align:left;
	height: 3.1rem;
}
.awpn_up {
    width: 68%;
    float: left;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    background: #fafafa;
    color: #999;
    font-family: 'SourceHanSansSC-Regular';
    margin-left: 1%;
}
.awpn_up a {
	color:#999999;
	font-size:1rem;
}
.awpn_next {
	width:25%;
	float:right;
	text-align:right;
	height: 3.1rem;
}
.awpn_next a,.awpn_prev a {
	display:block;
}
.awpn_next a img,.awpn_prev a img{
	width: 100%;
	height: 3rem;
}
/* 忘记密码 */
.forgetpwd .B2BButton {
	font-size:1.4rem;
	border:0;
	width:100%;
	height:3.5rem;
	color:#fff;
	background:#b22430;
	cursor:pointer;
	margin-top:1rem;
	margin-bottom:5rem;
}
.forgetpwd .B2BTextbox {
	font-size:1.2rem;
	color:#333333;
	border:#ddd 1px solid;
	width:100%;
	height:3rem;
	line-height:3rem;
	text-indent:1rem;
}
.forgetpwd .B2BTblHead {
	color:#b09467;
	font-size:1.6rem!important;
	text-align:center;
	background:#FFF;
	padding-top:5rem;
}
.forgetpwd .B2BTableText {
	font-size:1.3rem;
	padding-bottom:1rem;
	padding-top:2rem;
}
.prolist table {
	width:50%;
	float:left;
	display:block;
	margin-bottom:0.5rem;
	/*height:21rem;*/
}
.prolist table:nth-child(2n) {
	margin-right:0px!important;
}
.prolist tbody {
	display:block;
	width:100%;
	position:relative;
}
.prolist table td {
	width:100%;
	display:block;
	text-align:center;
}
.prolist table td:nth-child(2) a {
	margin-top:10px;
	display:block;
	margin-bottom:10px;
}
.prodTitleWrap .borderlink{
	border: 1px solid #000;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
}
.prolist .proimg {
	width: 100%;
    padding: 6px;
}
.prolist .morebtn{
	background: #000;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.prolist .proimg img {
	    max-width: 100%;
    max-height: 100%;
	    padding: 10px;
    border: 1px solid #e5e5e5;
}
.prolist .proimg a {
	display: block;
    box-shadow: 0 0 5px #f7f6f6;
    width: 99%;
    height: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prolist .list_title {
	    font-size: 1.2rem;
    color: #333333;
    width: 92%;
    margin: 0 auto;
    word-break: break-word;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5rem;
    height: 3.2rem;
    overflow: hidden;
}
.prolist .list_code {
    color: #b8b8b8;
    font-size: 1rem;
    line-height: 1em;
}
.prolist a {
	    font-size: 1.5rem;
    color: #4c4b4b;
    font-family: '微軟正黑體' , 'Microsoft JhengHei';
}
/* ProductCate */
.categoryText {
	clear:both;
	width:95%;
	margin:0 auto;
	height:3rem;
	line-height:3rem;
	background:#b22430;
	margin-top:1rem;
	text-indent:1rem;
	color:#FFF;
	font-size:1.4rem;
	font-weight:100;
}
.categoryText .showallProduct {
	float:right;
	padding-left:1rem;
	padding-right:1rem;
	height:3rem;
	line-height:3rem;
	display:block;
	background:#3f4359;
	text-align:center;
	color:#FFF;
	font-size:1rem;
}
.previewForm{
	width: 95%;
	margin: 0 auto;
	padding-top:3rem;
	min-height:50vh;
}
.previewForm input[type=submit] {
    background: #b22430;
    border: none;
    line-height: 3.5rem;
    height: 3.5rem;
    color: #fff;
    width: 49%;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.previewForm input[type=button] {
    background: #eee;
    border: none;
    line-height: 3.5rem;
    height: 3.5rem;
    color: #666;
    width: 49%;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.previewForm .titleHead{
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	background-color: #b22430;
	padding: 2px;
	height: 3rem;
	line-height: 3rem;
	text-indent: 1rem;
}
.btn_list {
	padding-top:20px;
}
.btn_list ul{
	width:100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.btn_list ul li{
	width:21.2%;
	height:3.5rem;
}
.btn_list ul li{
	background-color: #ece4b8;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.2rem; 
}

.btn_list .prodCat li a{
	font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 3.5rem;
    line-height: 1.1em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:"Microsoft JhengHei","微軟正黑體","Arial","微軟雅黑";
}
.cmsMore{
	color: #fff;
    font-size: 1.3rem;
    font-family: '微軟正黑體' , 'Microsoft JhengHei';
    text-align: left;
    margin-left: 6.25%;
    margin-bottom: 5rem;
    background: url(/mobile/images/moreIcon.png) 77% center no-repeat #f1dc5f;
    background-size: 7%;
    display: inline-block;
    padding: 13px 60px 13px 37px;
}
.cmsMore:hover{
	color:#fff;
	text-decoration: underline;
}
.searchTip {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #999999;
    background: #f0f0f0;
    text-align: center;
    line-height: 40px;
}
.searchTip span {
	color:#333333;
	  font-size: 14px;
	}
.noMore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    font-size: 1.5rem;
    color:#787878;
    margin-top:3rem;
    margin-bottom:0.5rem;
}
.noMore span{
	width: 32%;
    height: 1px;
    display: block;
    background-color: #c1c1c1;
}
.pronomalpic .swiper-pagination-bullet-active{
	background: #e1cec9;
}
.login-register-title{
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
}
#login-register-box label{
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
}
#login-register-box .form-group{
	margin-top: 1.5rem;
	margin-bottom:0.5rem;
}
.divproduct_tb .B2BButton{
	font-size: 1rem;
    color: #fff;
    margin: 0 auto;
    line-height: 2em;
    border: none;
    border: 5px solid #f2f2f2;
    border-radius: .5rem;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    padding: 4px 8px;
    background: #b7936f;
    margin-top:1.5rem;
}
.divproduct_tb .FontB2BPurple{
	font-size: 1.3rem;
    color: #333333;
    width: 92%;
    margin: 0 auto;
    word-break: break-word;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}
.swiper-container-related{
	width:90% !important;
}
#referenceProduct .swiper-button-prev{
	left:-10px;
}
#referenceProduct .swiper-button-next{
	right:-10px;
}
#referenceProduct .swiper-button-next,
#referenceProduct .swiper-button-prev{
	border:none;
	outline:none;
	font-size: 2rem;
    color: #fff;
    width: 5px;
    height: 5px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    background: transparent !important;
    background: #b7936f !important;
}
#referenceProduct{
	position: relative;
}
#referenceProduct p{
 	font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
 }
.swiper-container-related .photo,
.swiper-container-related .photo a,
.swiper-container-related .photo a span{
	display: block;
	width: 100%;
    height: 14.5rem;
    box-sizing: border-box;
}
.swiper-container-related .photo a span{
	display: flex;
	justify-content: center;
	align-content: center;
}
.swiper-container-related .photo a span img{
	max-width: 100%;
	max-height: 100%;
}
ul.fix li:nth-of-type(2){
	margin-top:0.5rem;
}
#main{
	padding-left:5px;
	padding-right:5px;
	padding-top:73px;
}
.category-box { 
  width:100%; 
  display:inline-block;
  margin-top: 90px;
  }
.category { 
  width: 100%;
    margin: 0 auto;
    display: inline-block;
	border: 1px solid #e5e5e5;
}
.main-category {
	width:95%;
	margin:0 auto;
	}
.category-box .attr_title {
   height: 40px;
    width: 100%;
    line-height: 40px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
	transition: all 0.3s;
}
.category-box .attr_title a {
    font-size: 20px;
    color: #000;
    width: 100%;
    font-weight: bold;
}
.category-box .attr_title .cat_arrow {
    display: block;
    width: 18px;
    height: 16px;
    background: url(/mobile/images/off.png) center center no-repeat;
    background-size: 100%;
    transition: all 0.3s;
	    position: absolute;
    right: 20px;
}
.rotate {
    transform: rotate(180deg);
	transition: all 0.3s;
}
.Series-banner2 {
	margin-top:25px;
	}
.picbanner {
	width: 90%;
    margin: 0 auto;
	}
.picbanner .p-img { cursor:pointer}
.hotproducts {
    margin-top: 3rem;
}
.hotproducts .proTitle {
    font-size: 2.2rem;
    color: #333333;
    text-align: center;
    line-height: 1em;
    margin-bottom: 3.5rem;
	position: relative;
}
.hotproducts .proTitle:after {
    content: "";
    width: 70px;
    height: 5px;
    background-color: #b22430;
    position: absolute;
    top: calc(100% + 15px);
    left: calc(50% - 35px);
}
.hotproducts .products {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}
.swiper-container-Promot_Prod {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container-Promot_Prod .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	
}
.swiper-scrollbar-Promot_Prod .swiper-scrollbar-drag {
	    background: rgb(178 36 48);
	}
.hotproducts .products .product-list-one {
    border: 1px solid #dbdbdb;
    width: 48.5%;
    height: 25.5rem;
    overflow: hidden;
    float: left;
    margin-bottom: 1rem;
    box-sizing: border-box;
}
.hotproducts .products .proMsg {
    width: 100%;
    text-align: center;
    float: left;
}
.hotproducts .products .proImg {
   
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 1rem;
	border: 1px solid #e5e5e5;
    padding: 10px;
}
.hotproducts .products .proTxt {
    width: 96%;
    margin: 0 auto;
}
.hotproducts .proName {
    margin-bottom: 0.7rem;
    color: #3c3c3c;
    font-size: 1.4rem;
    line-height: 1.5rem;
    height: 3.2rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.hotproducts .products .proImg a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.hotproducts .products  .proImg a img {
    width: 100%;
}
.hotproducts .products .proNo {
    color: #b3b3b3;
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 1rem;
}
.viewall {
	background: #b22430;
    width: 100px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
	    margin-top: 30px;
	}
.viewall a {
	color: #fff;
    font-size: 14px;
	}
.logintable td{
	line-height: 0;
	padding: 0;
}
.swiper-pagination-bullet-active{
	background-color:#cb2936!important;;
}
.main-aboutus { width:100%;}
.Aboutus{
	text-align: center;
	background:#f2f2f2;
    background-size: cover;
	padding-bottom: 50px;
	padding-top: 30px;
}
.Aboutus h3 {
	margin: 0 auto;
    /* background-color: #ac766a; */
    text-align: center;
    color: #000000;
    font-size: 1.8rem;
    letter-spacing: 2px;
    display: inline-block;
    padding: 13px 21px;
	font-weight: bold;
}
.Aboutus .viewmore {
	
    padding: 3px 10px;
    border-radius: 8px;
    color: #e04141;
    display: inline-block;
	font-size: 14px;
}
.Aboutus .viewmoretest{
	border: 1px solid #e04141;
    width: 100%;
    padding: 3px 10px;
    border-radius: 8px;
    color: #e04141;
    display: inline-block;
}
.Aboutus .makemore {
	background: #e04141;
	border: 1px solid #e04141;
    padding: 3px 10px;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;

}
.Aboutus .text {
	color: #000000;
    line-height: 30px;
    width: 92%;
    margin: 0 auto;
    font-size: 1.2rem;
    background: #fff;
    padding: 10px;
	}
.Aboutus .text p {
	color: #000000;
    line-height: 30px;
	font-size: 1.2rem;
	    /* height: 210px;
    overflow: hidden; */
	text-align: left;
	padding-bottom: 20px;

    text-align:justify;  
    text-justify:inter-ideograph;
	}
.cateHome1{
	width:100%;
	background-size:100% 100%;
	margin-top: 1rem;
	margin-bottom: 0.7rem;
}
.cateHome1 .item{
	width: 90%;
    box-sizing: border-box;
	margin: 0 auto;
    
}
.cateHome1 .item .date{
	width: 100%;
    
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
   
}
.cateHome1 .item .date img{
	width: 100%;
	margin-bottom: 10px;
}

.cateHome1 .item .cmsTitle{
	font-size: 2rem;
	color:#000000;
	font-weight: bold;
	text-align: center;
	padding-bottom:0.5rem;
}
.cateHome1 .item .viewmore {
	background: #e04141;
    border: 1px solid #e04141;
    padding: 10px 10px;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.cateHome1 .item .viewmore a {
	color: #fff;
}
.cateHome2{
	padding-top:1.2rem;
	width:100%;
	height:7.8rem;
	padding-left:7.5%;
	padding-right:7.5%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	box-sizing: border-box;
	background-color:#f8f8f8;
}
.cateHome2 .item{
	height:5rem;
}
.cateHome2 .item:nth-of-type(2){
	height:4.5rem !important;
}
.cateHome2 .item img{
	height:100%;
}
.cateHome3{
	width:100%;
	height:7rem;
	padding-left:9.8%;
	padding-right:9.8%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background-color:#f8f8f8;
}
.cateHome3 .item{
	box-sizing: border-box;
}
.cateHome3 .item .date{
	text-align: center;
    height: 3rem;
    margin-bottom:0.6rem;
	box-sizing: border-box;
}
.cateHome3 .item .date img{
	height: 100%;
}
.cateHome3 .item .cmsTitle{
	font-size: 1rem;
	color:#717071;
	font-weight: bold;
	text-align: center;
}
.live-box{
	width:100%;
	background:url(../images/fb-bg.jpg) center 0 no-repeat;
	background-size: 100% 100%;
	padding-top:4.5rem;
	padding-bottom:5rem;
	overflow: hidden;
}
.live-text{
	    font-size: 2rem;
    color: #020202;
    text-align: center;
    margin-bottom: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.ytb-box{
	width:85%;
	margin:0 auto;
}
.fb-box{
	width:86%;
	margin:0 auto;
	margin-top:4.5rem;
}
.nav_brandimg li{
	border-top: 1px solid #e0e0e0;
}
.nav_brandimg li a{
	text-indent:40px;
}
#footer{
	/*box-shadow: 0 -1px 3px rgba(60,60,60,0.1);*/
	padding-top:1rem;
	    background: #333333;
		display: inline-block;
		    width: 100%;
    padding-bottom: 20px;
}
.list_dt {
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #4c4c4c;	
    text-align: center;
}
.list_dt p{
	    color: #fff;
    font-size: 16px;
	}
.list_dt p a {  color: #fff;
    font-size: 16px;}
.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 20px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/mobile/images/off.png) no-repeat;
    background-size: contain;
}
#open {
    border-bottom: 1px solid #333333;
}
#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
#open .list_dt_icon {
    background: url(/mobile/images/open.png) no-repeat;
    background-size: contain;
}
.list_dd {
    display: none;
	border-bottom: 1px solid #4c4c4c;	
}
.list_li {
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
	    text-align: center;
    cursor: pointer;
}
.list_li a {
    color: #cccccc;
	font-size: 14px;
}
.f-ceo { margin-top:10px;}
.f-ceo .f-logo {
	text-align: center;
    padding: 10px 0px;
	}
.f-ceo .f-logo img {
	width:13rem
	}
.f-ceo .f-logo-ceo {
	text-align: center;
    padding: 10px 0px;
	}
.f-ceo .f-logo-ceo img {
	width:8rem
	}
.f-ceo .f-title {
	text-align: center;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
	}
.contact_box .contact {
	    margin-bottom: 3rem;
		padding-top: 3rem;
}
.contact_box { width:100%; display:inline-block}
.contact_box .contact li {
    /* display: flex; */
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 1.4rem;
}
.contact_box .contact li .concLeft {
   width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.contact_box .contact li .concLeft img {
	width:30px;
	
	}
.contact_box .contact li .concLeft span {
    color: #999999;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-left: 10px;
}
.contact_box .contact li .concRight {
    width: 100%;
}
.contact_box .contact li .concRight a {
    font-size: 1.3rem;
    color: #333333;
    word-break: break-word;
    line-height: 2.4rem;
}
#footer .footer-up{
	width:100%;
}
.footer_nav {
	width:95%;
	margin:0 auto;
	}
.footer-up .left-logo{
	width:34%;
	display: block;
	float:right;
}
.footer-up .left-logo img{
	width:100%;
}
.footer-up .top-part{
	width:76.5%;
	margin:0 auto;
}
.top-part .footer-cat{
	width:100%;
}
.top-part .footer-cat tr:nth-of-type(1) td{
	text-align: center;
}
.top-part .footer-cat{
	margin-bottom: 1.2rem;
}
.top-part .footer-cat tr td{
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.3em;
}
.top-part .footer-cat tr td:nth-child(odd){
	text-align: right;
	
}
.top-part .footer-cat tr td:nth-child(even){
	text-align: left;
	padding-left: 2%;
    padding-right: 5%;
}
.top-part .footer-cat td img{
	width:13px;
	margin:0 auto;
}
.top-part .footer-cat td a{
	color:#717071;
	font-size: 1.2rem;
	font-family: '微軟正黑體' , 'Microsoft JhengHei';
}
.footer-hkpawrap{
	text-align: center;
	margin-top:0.4rem;
	margin-bottom:4rem;
}
.top-part .footer-hkpa{
	/*border-bottom:1px solid #777;*/
	display: inline-block;
}
.top-part .footer-hkpa a{
	color:#777777;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-family: '微軟正黑體' , 'Microsoft JhengHei';
	text-decoration: underline;
}
.down-part{
	width: 91%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 2rem;
}
.down-part-left{
	width:65.8%;
	float:left;
}
.down-part-left p,
.down-part-left p span,
.down-part-left p a{
	font-size: 1.2rem;
    color: #717171;
    margin-bottom: 1.2rem;
    line-height: 1.2em;
}
.footcopyright p,
.footcopyright .clause{
	color:#c6c6c6;
	font-size: 1rem;
	text-align: center;
	line-height: 2em;
}
.footcopyright .ptx{
	display:inline;
    margin-left:2px;
}
.footcopyright .ptx img{
	vertical-align: middle;
}
.forgetpwd{
	min-height: 47vh;
}
.footcopyright{
	padding-top:1rem;
	padding-bottom:0.5rem;
}
/*右下角按钮开始*/
.sidebar {
	position: fixed;
	right: 0;
	bottom: 5rem;
	width: 3.4rem;
	text-align: center;
	z-index: 3;
	display: none;
	flex-direction: column;
	background-color:#fff;
}
.btnArr {
    display: none;
}
.sideIcon{
    display: block;
    width: 3.4rem;
    height: 3.4rem;
	cursor: pointer;
}
.btnArr >a,.btnArr >span {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    border:1px solid #fcfcfc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sideIcon img{
    width: 100%;
}
.btnArr >a img,.btnArr >span img  {
    width: 80%;
}
.fb-livechat,
.fb-widget {
  display: none;
}

.ctrlq.fb-close {
  position: fixed;
  right: 10px;
  cursor: pointer;
}

.fb-widget {
  background: #fff;
  z-index: 2;
  position: fixed;
  width: 340px;
  height: 435px;
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  right: 10px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
}

.fb-credit {
  text-align: center;
  margin-top: 8px;
}

.fb-credit a {
  transition: none;
  color: #bec2c9;
  font-size: 12px;
  text-decoration: none;
  border: 0;
  font-weight: 400;
}

.ctrlq.fb-overlay {
  z-index: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .05);
  display: none;
}

.ctrlq.fb-close {
  z-index: 4;
  padding: 0 6px;
  background: #365899;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  margin: 8px;
  border-radius: 3px;
}

.ctrlq.fb-close::after {
  content: 'x';
  font-family: sans-serif;
}
/*右下角按钮结束*/
.section_slide {
	width:100%;
	position:relative;
	transition:all 0.25s;
	background:#FFF;
}
.mainCenter{
	background: #FFF;
	overflow-x:auto;
}
.sidenav_header {
    padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 1px 3px rgba(60,60,60,0.5);
}
.sidenav {
	background:rgba(0,0,0,0.7);
	width:85%;
	height:100%;
	overflow: auto;
	position:fixed;
	top:0;
	transform: translateX(-100%);
	overflow:auto;
	z-index: 999;
	transition: all 0.3s;
	
}
.sidelogo {
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:5%;
	padding-right:5%;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidelogo img{
        width: 60%;
/*    margin: 0 auto;*/
    display: block;
    margin-right: 1.8%;
}
.sidelogo p{
	    width: 74%;
    font-size: 1.35rem;
        word-break: break-word;
    line-height: 1.3em;
    color: #414141;
    font-family: 'arial','Microsoft YaHei','微软雅黑';
}
.headerside_Btn{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.headerside_Btn a:nth-child(1){
	width: 32%;
	margin-right: 1%;
	float: left;
	height: 3.5rem;
	background: #312f32;
	align-items: center;
	justify-content: center;
	display: flex;
	text-decoration: none;
}
.headerside_Btn a:nth-child(1) .icon1{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/new/rgindex_01.png) no-repeat;
	background-size: contain;
}
.headerside_Btn a:nth-child(2) .icon2{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/new/rgindex_25.png) no-repeat;
	background-size: contain;
}
.headerside_Btn a:nth-child(1) span{
	color:#fff;
	font-size: 1.5rem;
}
.headerside_Btn a:nth-child(2) span{
	color:#fff;
	font-size: 1.5rem;
}
.headerside_Btn a:nth-child(2){
	width: 32%;
	float: left;
	height: 3.5rem;
	margin-right: 1%;
	background: #312f32;
	align-items: center;
	justify-content: center;
	display: flex;
	text-decoration: none;
}
.close-slider{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/mobile/images/new/closeicon.png) center center no-repeat;
    background-size: 100%;
    margin-right: 16px;
    margin-top: 12px;
}
.sidenav >ul >li {
	font-size:12px;
	text-decoration:none;
	color:#aaaaaa;
	text-indent:20px;
}
.mobile-head-menu-one{
    
}
.LangSelect ul{
	display:none;
	position: absolute;
    top: 3.5rem;
    width: 100%;
    text-align: center;
	    z-index: 99;
}
.LangSelect ul li{
	width: 100%;
    color: #333333;
    height: 35px;
    background: #e5e5e5;
    line-height: 35px;
	font-size:1.2rem;
	}
.LangSelect ul li a {
	    width: 100%!important;
    margin-right: 0!important;
    background: #e5e5e5!important;
    font-size: 1.3rem!important;
	}
.LangSelect ul li:hover{
	background: #e5e5e5;
	}
.h_select {
	    width: 32%;
    float: left;
    height: 3.5rem;
    margin-right: 1%;
    background: #312f32;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
	    position: relative;
}
.h_select .arrowHDown {
	    color: #fff;
    font-size: 1.5rem;
	}
.h_select .arrowHDown .down-up {
	     background: url(/e/customize/images/new/down_up.png) no-repeat;
    width: 13px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-position: 0px 5px;
    margin-left: 5px;
	}
.mobile-head-menu-one a {
	display: block;
    height:5.5rem;
    line-height: 5.5rem;
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffffff;
    text-indent: 20px;
       font-weight: bold;
	   text-align:left;
}
.mobile-head-menu-one:last-child {
	
}
.mobile-head-menu-one >p{
	position: relative;
	overflow: hidden;
	    display: flex;
    align-items: center;
}
.mobile-head-menu-one >p >a{
	display: block;
	width:100%;
	float:left;
} 
.mobile-head-menu-one >p >.sub_arrow{
	width:22%;
	height:6.2rem;
	position: absolute;
    right:0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left:1px solid #e0e0e0;
}
.sub_arrow .sub_line{
	width:17px;
    height: 17px;
    display: block;
    background:url(/mobile/e/customize/images/b-slideArrow.png) center center no-repeat;
    background-size:100%;
    transition: all 0.3s;
	position: absolute;
    right: 20px;
}
.rotateUp{
	transform: rotate(-180deg);
	    background:url(/mobile/e/customize/images/b-slideArrow-hover.png) center center no-repeat!important;
}
.mobile-head-menu-one .sub_arrow_hover  {
	color:#cb2936;
	} 
.sidenav .closeBtn{
    position: relative;
	text-align: right;
	float: right;
}
.submenu{
	display: none;
}

.submenu >li{
    width: 100%;
    /*height: 6.2rem;*/
  /*  border-bottom: 1px solid #e0e0e0;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submenu >li .brandTitle{
	font-size: 1.3rem;
	font-weight: bold;
	color: #717071;
}

.submenu >li:first-of-type{
	 border-top:1px solid #e0e0e0;
}
.submenu >li:last-of-type{
	border-bottom: none;
}
.submenu >li >a{
	width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
	line-height: 4rem;
    height: 4rem;
	
}
.submenu >li .brandTitle:hover {
	color:#cb2936;
	text-decoration:underline;
	
	}
.submenu >li >a >img{
	max-width: 60%;
    max-height: 100%;
}
.menu_a label {
	background:url('../images/new/rgindex_03.png') no-repeat;
	background-size:100%;
	width:50px;
	height:50px;
	display:inline-block;
}
/*头部文件*/
.header_box{
	width:100%;
	display:inline-block;
    box-shadow: 0 1px 3px rgba(60,60,60,0.1);
}
.active .header_box {
	background: #000;
	transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.header_top {
	margin: 0 auto;
    width: 95%;
    position: relative;
    align-items: center;
    display: flex;
}
.header_logo {
	margin: 0 auto;
    width: 95%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.header_logo a {
	display: flex;
    justify-content: center;
    align-items: center;
    background: url(/mobile/images/hkpaLogo.png) no-repeat;
    background-size: 70%;
    height: 73px;
    width: 100%;
    background-position: 70%;
}
.header_logo img {
	width: 70%;
}
.header_top .menu_a {
	float: left;
    margin: 0px 0px 0px 0px;
}
.changeLang{
    width: 40px;
    height: 40px;
    background: #ac766a;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    display: inline-block;  
}
.changeLang a{
	color: #FFF;
}
.header_nav {
	width:60%;
	float:left;
}
.header_nav li {
	float:left;
	width:20%;
	text-align:center;
	padding-top:30px;
	position:relative;
}
.sub_meun {
	position:absolute;
	top:45px;
	left:-40px;
	background:#FFF;
	display:none;
	width:200px;
}
.sub_meun li {
	width:100%!important;
	text-align:center;
	padding-top:15px!important;
}
.header_nav li:hover >.sub_meun {
	display:block;
}
.sub_meun li:last-child {
	padding-bottom:15px;
}
.header_nav li a {
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#45c6b2;
}
.sub_meun li a {
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#333;
	line-height:25px;
}
.header_search {
	width:15%;
	float:left;
	padding-top:20px;
}
.search_txt {
	width: 150px;
    float: left;
    border: none;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    background: none;
    text-indent: 10px;
    border-bottom: 1px solid #c3c0c0;
}
#login {
	display: inline-block;
	margin-left: 5px;
}
#login img {
	width: 30px;
}
.search_btn {
	background: url(../images/new/rgindex_24.png) center center no-repeat;
    background-size: 80%;
    display: block;
    height: 40px;
    width: 40px;
    float: left;	
    border: none;
}
.clear {
	clear:both;
}
.banner_main {
	width:100%;
	height:360px;
}
.banner_main img {
	width:100%;
	height:360px;
}
.search_bar{
	width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	float: left;
	margin-left: 10px;
}
.search_bar form{
	width: 100%;
	position: relative;
}
.swiper-container {
	width:100%;
	height:100%;
}
.swiper-slide {
	text-align:center;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.bannerMain .swiper-slide{
	background-color:#f8f8f8;
}
.swiper-slide img {
	width:100%;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
	    background: #fff;
    opacity: 1;
}

.cms-content a {
    text-decoration: underline;
}
.lineQrcode,.wechatQrcode{
	border:1px solid #eee;
    width: 200px;
    position: fixed;
    right: 60px;
    bottom: 5rem;
    overflow: hidden;
    display: none;
    background-color:#fff;
}
.lineQrcode img,.wechatQrcode img{
	width:100%;
}
@media only screen and (max-width: 768px){
	.meixiongMobile{
		display: block;
	}
	.meixiongPC{
		display: none;
	}
}
@media only screen and (min-width: 769px){
	.meixiongMobile{
		display: none;
	}
	.meixiongPC{
		display: block;
	}
}
.submenutop{  
    width: 90%;
    margin:0 auto;
    /* height: 20px; */
    padding: 10px;
    /* line-height: 20px; */
    border: 1px solid;
    text-align: center;
	    margin-bottom: 10px;
    margin-top: 10px;
	}
.submenutop a { display:block}
.submenutop:hover {background:#009a7c; color:#fff;}
.submenutop:hover a { color:#fff; display:block}
.submenutop_on{background:#009a7c;}
.submenutop_on a { color:#fff}
.cms_content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.Battery-box table, .Battery-box tbody, .Battery-box tfoot, .Battery-box thead, .Battery-box tr, .Battery-box th, .Battery-box td {
	border:1px solid #000
	}
.Battery-box {    
   width: 100%;
   overflow-x: scroll;
   }
.advantages_box {
 width: 100%;
 background: url(/mobile/images/new/rgindex_04.jpg) center center no-repeat;
 padding: 20px;
}
.advantages_box .titlename {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    text-decoration: underline;
    padding-bottom: 30px;
}
.advantages_box .ad_box ul li {
	display: flex;
    align-items: center;
	margin: 2.3rem 0;
}
.advantages_box .ad_box ul li span img{
	width: 3rem;
    margin-right: 10px;
}
.advantages_box .ad_box ul li span {
	font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
.advantages_box .ad_box ul li:nth-child(2){
	justify-content: flex-end;
}
.book {
    width: 100%;
    background-color: #f2f2f2;
    color: #fff!important;
    
}
.book .bookTitle {
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 3rem;
    font-weight: bold;
}
.book .bookCon {
	padding-bottom: 30px;
}
.bookMain {
	width: 88%;
	margin: 0 auto;
	padding-top: 30px;
}
.bookCon ul li #label{
    color: #000;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}
.bookCon .form-group .control-label{
	color: #000;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}
.bookCon .form-group .form-control {
	border-radius: 6px;
    border: none;
	box-shadow: 0 1px 4px #e36e6e;
}
.bookCon .form-group .btn {
	background: #e04141;
    border: 1px solid #e04141;
    padding: 10px 10px;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0 auto;
}
.bookCon ul li {
    padding-top: 2rem;
}
.bookCon ul li input {
    width: 100%;
    height: 2.8rem!important;
    border-radius: 6px;
    border: none;
	box-shadow: 0 1px 4px #e36e6e;
}
.bookCon ul li .textarea {
	width: 100%;
    box-shadow: 0 1px 4px #e36e6e;
    border: none;
    height: 150px;
    border-radius: 6px;
}
.bookCon .send button {
	background: #e04141;
    border: 1px solid #e04141;
    padding: 10px 10px;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.bookCon .send {
	text-align: center;
	margin-top: 10px;
}
.rngform {
	background: #f2f2f2;
	padding: 10px;
}
#mobilecms1 img{
	width: 100%;
	height: 150px!important;
}
.memberlogin {
	width: 30px;
	height: 30px;
	background: url(/mobile/images/new/rgindex_01.png) center center no-repeat;
	display: block;
	background-size: cover;
}
.n_header {
	background: #000;
}
.n_header .memberlogin{
	background: url(/mobile/images/new/r_rgindex_01.png) center center no-repeat!important;
	background-size: cover!important;
}
.n_header .menu_a label {
	background: url(../images/new/modernbag_02.png) no-repeat;
	background-size: 100%;
}
.n_header .searchBox>a.searchBtn {
	background: url(/mobile/images/new/r_rgindex_24.png) no-repeat center center!important;
	background-size: cover!important;
}
.showLogin {
    position: absolute;
    right: 0;
    top: 60px;
    width: 100px;
    margin: 0 auto;
    display: none;
    z-index: 1000000;
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    text-align: center;
    /* padding: 1rem 0; */
    box-shadow: 0 1px 3px #333333;
}
.showLogin a {
	width: 100%;
    display: block;
    line-height: 30px;
}
/* 分页样式 */
.pageBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 25px;
	margin-bottom: 20px;
}
#prevPage, #nextPage, .noPrevPage, .noNextPage {
    border: 1px solid #333333;
    padding: 13px 24px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    background-color: #333333;
	border-radius: 8px;
}
#prevPage, .noPrevPage {
    margin-right: 15px;
}
.selectBox {
    position: relative;
}
.selectBox .curPage {
    border: 1px solid #333333;
    font-size: 14px;
    padding: 12px 30px 14px 18px;
    line-height: 1em;
    color: #333333;
    margin-right: 15px;
    background: url(/e/customize/images/pageArrow.png) right 11px center no-repeat #fff;
    background-size: 12px;
	border-radius: 8px;
}
.selectBox .pageList {
    display: none;
    width: 85%;
    border-left: 1px solid #2b4071;
    border-right: 1px solid #2b4071;
    background-color: #fff;
    position: absolute;
}
.pageList li {
    border-bottom: 1px solid #2b4071;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.pageList li b {
    color: #2b4071;
}
.B2BFontSize1 .totalPage {
    font-size: 14px;
    color: #2b4071;
    padding: 13px 0px;
    line-height: 1em;
    margin-right: 15px;
}
