html{font-size:12px;}
img{border:0;}
*{margin:0;padding:0}
.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
body{
    font-family:arial;
    overflow-x:hidden;
    margin:0px;
    font-size:100%;
    /*min-width:220px;*/
    /*line-height:1.5em;*/
    font-size-adjust:none;
    height:100%;
}
ul,li,dl,dd,dt{ margin:0px; padding:0px; list-style-type:none;}
a{color:#558616;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;
    right:0;
    /*margin-bottom: 50px;*/
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	
    /*overflow-x: hidden;*/
}
.container-middle{
    position: relative;
    right:0;
    /*margin-bottom: 50px;*/
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	    margin-right: auto;
    margin-left: auto
    /*overflow-x: hidden;*/
}
#header {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	/* border-bottom: 1px solid #ccc;     */
	width: 100%;    
	position: relative;
	height: 180px;
    box-shadow: 1px 3px 5px rgba(60,60,60,0.1);
    z-index: 999;

}
#header .logo {
	position: absolute;
	top: 50px;
    left: 50%;
    transform: translateX(-50%);
	margin-top: 0px;
    margin-bottom: 0px;
	}
#header .logo a {
    display: block;
    font-size: 0;
    height: 100%;
}
#header .top {
   top: 1rem;

    position: relative;
    right: 0;
	z-index: 9999;
    float: right;    
    font-size: 12px;
    vertical-align: top;
	}
#header .lang {
    /* margin-right: 4.8rem; */
    background: url(/e/customize/images/aw_down.png) no-repeat 40px;
    background-size: 25%;
    width: 55px;
    left: 16px;
    bottom: 0;
    z-index: 10;
    color: #000c31;
    /* right: 0; */
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
}
#header .lang span{
    font-size: 1.4rem;
}
#header .lang strong {
    font-weight: normal;
    cursor: pointer;
    /* padding-bottom: 10px; */
}
#header .lang .langLinks {
    position: absolute;
    top: 40px;
    line-height: 24px;
    background-color: #006dc0;
    z-index: 10000;
    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: -10px;
}
#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-top: 1px solid #f5f5f5;
}
#header ul.links {
    font-size: 0;
    top: -6px;
    right: 7px;
    display: inline-block;
    position: absolute;
    height: 40px;
    line-height: 40px;
	z-index: 99;
}
#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;
    opacity: .7;
    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: 30px;
    height: 3px;
    background: #000c31;
    left: 6px;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border-radius: 3px;
}
#header ul.links li a.nav-btn span:nth-child(1) {
    top: 10px;
}
#header ul.links li a.nav-btn span:nth-child(2) {
    top: 17px;
}

#header ul.links li a.nav-btn span:nth-child(3) {
    top: 24px;
}
#header ul.links li a.nav-btn span:nth-child(4) {
    width: 30px;
    top: 17px;
    left: 6px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
}
#header ul.links li a.nav-btn span:nth-child(5) {
    width: 30px;
    top: 17px;
    left: 6px;
    opacity: 0;
    -ms-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -webkit-transform: rotate(-45deg) scale(0);
}
#header ul.links li a.nav-btn.collapsed span:nth-child(1),
#header ul.links li a.nav-btn.collapsed span:nth-child(3) {
    left: 29px;
    opacity: 0;
}
#header ul.links li a.nav-btn.collapsed span:nth-child(2) {
    left: 9px;
    opacity: 0;
}
#header ul.links li a.nav-btn.collapsed span:nth-child(1), #header ul.links li a.nav-btn.open span:nth-child(3) {
    left: 29px;
    opacity: 0;
}
#header ul.links li a.nav-btn.collapsed span:nth-child(4) {
    opacity: 1;
    transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
}
#header ul.links li a.nav-btn.collapsed span:nth-child(5) {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
}
.swiper-container-banner .swiper-pagination-bullet {
    width: 60px;
    height: 9px;
    background-color: #d6d6d6;
    border-radius: initial;
    opacity: 1;
    outline: none;
}

.swiper-container-banner .swiper-pagination-bullet-active {
    background: #233245;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.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: 'Cambria Regular';
}
.menu li:last-child{
    border-bottom: 1px solid #434343;
}
.center{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login{
    color:#000;
    font-size: 1.3rem;
    font-family: 'Cambria Regular';
    /*margin-top: 20px;*/
    margin-right: 46px;
    text-align: right;
}
.login a{
    color: #000;
    font-size: 1.3rem;
    font-family: 'Cambria Regular';
    margin-right: 5px;
    margin-left: 5px;
}
.login a>img{
    width: 24px;
}
.loginMain{
    position: relative;
    top: 14px;
    color: #000;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-family: 'Cambria Regular';
    height: 45px;
}
.loginMain a{
    color:#000;
    font-size: 16px;
    font-family: 'Cambria Regular';

}
#open{
    
}
.search{
    position: relative;
    /* left: 10px; */
    /* top: 12px; */
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    margin-top: 6px;
}
.search .search-img{
    /*height: 20px;
    width: 25px;*/
    position: absolute;
    top: 6px;
    left: 8px;
}
.search .search-img img{
    width: 34px;
    height: 35px;
}
.search .search-input{
    width: 100%;
    border: 1px solid #434343;
    height: 45px;
    border-radius: 5px;
    padding-left: 50px;
}
.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;
    background-color: #eaeaea;
}
.proImg{
    
    padding-bottom: 10px;
}
.proNo{
    margin-bottom: 10px;
    margin-top: 10px;
    color: #212121;
    font-size: 1.8rem;
}
.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;

}
.newsText{
    width: 80%;
    margin: 0 auto;
    color: #5d5d5d;
    font-size: 14px;
    font-family: 'Times New Roma Regular';
    position: relative;
    /* top: 10px; */
}

.producttitle{
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0.5em;
    line-height: 2rem;
    
}
.producttitle2 {
    color: #333333;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0.5em;
    line-height: 2.4rem;
}
.pronum {
    color: #666666;
    font-size: 110%;
    padding: 0 0.5em;
    font-size: 1.6em;
}
.pronomalpic{
    /* border-top:dotted 1px #666666; */
    /* border-bottom:dotted 1px #666666; */
    /* padding:1em 0; */
    text-align:center;
    margin-bottom: 30px;
}
.proprice{
    font-size:110%;
    border-bottom:1px solid #666666;
    background:#fff;
    padding:0.5em 0.5em;
    height:auto;
    min-height:60px;
}
.proprice dl {margin:0px; padding:2px 0; clear:both;width:98%;}
.proprice dt {margin:0; padding:0px;float:left; width:50%;}
.proprice dd { margin:0px; padding:0px; float:left; width:50%;}
.proprice .font_red{color:#FF6600;}
.buyboxsection {
    background: #fff;
    padding: 0.5em;
    margin-top: 1em;
    clear: both;
}
.variationbox{background-color:#EAF3FE;border:1px solid #6DAEE1;margin-left:1em;margin-right:1.25em;text-align:left;padding:0.5em;height:70px;}
.variationbox dl {margin:0px; padding:2px 0; clear:both;width:80%; height:20px;}
.variationbox dt {margin:0px; padding:0px;float:left; width:50%;}
.variationbox dd {margin:0px; padding:0px;float:left;width:40%;}
.addtocart{cursor:pointer;margin-left:1em;margin-right:1.25em;margin-top:0.5em; margin-bottom:0.5em;}
.addtomylove{cursor:pointer;margin-left:1em;margin-right:1.25em;margin-top:0.5em;}

#detailInfo{padding:0.5em;margin-top:0.5em; margin-bottom:0.5em;}
#detailInfo dl {margin:0px; padding:2px 0; clear:both;width:100%;}
#detailInfo dt {margin:0px; padding:0px;float:left; width:100%; background-color:#e7f5ff;}
#detailInfo dd {margin:0px; padding:0px;float:left;width:50%; height:35px;}



#prodetail h4{background:url(/mobile/images/faq_close.jpg) no-repeat 6px 10px ;cursor:pointer;margin-bottom:10px;padding:6px 0 0 25px; color:#004b91; font-weight:bold; font-size:12px;line-height:24px;border-bottom:solid 1px #999999;}
#prodetail h4.open {
    background: url(/mobile/images/faq_open.jpg) no-repeat 6px 10px;
}
#prodetail .answer{border-bottom:1px solid #ddd;margin-bottom:30px;padding:10px;}
.ContentText{padding:10px;}
.prodetailtitle{background:url(../images/bg_menu.gif) repeat-x;}
.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{
    padding: 23% 0;
}
#main{
    /*padding: 10px;*/
}
#main .mainPadding{
    padding: 10px;
}
.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 {
    background: #233245;
    cursor: pointer;
    border: solid 1px #233245;
    padding: 0.5em;
    cursor: pointer;
    font-size: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
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*/
.footer {
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    background-color: #233245;
    padding-top: 60px;
    position: relative;
}

.footer_box {
    margin: 0 auto;
}

.footer_box>.footLeft {
}

.footer_box>.footLeft .logo {
    /* margin-top: 46px; */
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.footer_box>.footLeft .logo img{
    /* width: 100%; */
}

.footer_box>.footRight {
    margin-top: 40px;
}

.footRight>.nav {
    width: 90%;
    margin: 0 auto;
}

.footRight>.nav ul li {
    text-align: center;
    border-bottom: 1px solid #091524;
    height: 56px;
}

.footRight>.nav ul li a {
    line-height: 56px;
    font-size: 1.6rem;
    color: #ffffff;
    font-family: Arial;
    font-weight: lighter;
}

.footRight>.contact {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.footRight>.contact ul li {
    margin-bottom: 20px;
}

.footRight>.contact ul li>img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 2px;
}

.footRight>.contact ul li span {
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    width: 90%;
    display: inline-block;
    font-family: Arial;
}

.footRight .footBtn {
    margin-top: 20px;
    text-align: center;
}

.footcopyright{
   text-align: center;
    
    display: inline-block;
    color: #fff;
    /* margin-top: 10em; */
   
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    background-color: #233245;
}
.footcopyright p { width:96%; margin:0 auto; font-size:12px;    line-height: 22px;}
.footcopyright a{
    color: #ffffff;
}
.footcopyright a img{
    width: 3rem;
}
.hotProd{height: 300px;}

.proframe_mid {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    height: 260px;
    width: 180px;
}

.mobilecms .cmstext {
    text-align: center;
}

.mobilecms .cmstext h4 {
    font-size: 3rem;
    font-weight: bold;
    color: #233245;
    padding-bottom: 20px;
    padding-top: 20px;
}

.mobilecms p {
    font-family: Arial;
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2rem;
    margin-bottom: 20px;
}

.mobilecms .cmscotent .left {
    /* float: left; */
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
}

.mobilecms .cmscotent .left img {
    box-shadow: 0 0 8px #ccc;
}

.mobilecms .cmscotent .right {
    /* float: right; */
    /* width: 50%; */
    margin-top: 20px;
}

.mobilecms .cmscotent .right p {
    margin-bottom: 30px;
    line-height: 2rem;
    font-size: 1.5rem;
}

@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{
    padding: 10px;
}
.banner_n { 
    width:100%; 
    height:10rem; 
    /* background:url(/mobile/images//banner_n.png) no-repeat top center;  */
    background-color: #cadaff;
    background-size:cover;
    display: none;
}
.cms-content {background: #ffffff; }
.showphoto img{
    width: 100%;
}

.categorylist{
    position: relative;
	    background: #ececf4;
    line-height: 30px;
}
.categorylist a { color:#000a37;padding-left: 10px;}
.categorylist span{
    position: absolute;
    right: 0;
}
@media screen and (min-width: 320px){
    .container .topbar{
        height: 456px;
    }
    .openMenu .openMenu-img{
        width: 55%;
        float: right;
    }
    .container .catalog{
        height: 676px;
    }

}
/*@media screen and (min-width: 395px){
    .container .topbar{
        height: 598px;
    }
    .container .logo{
        width: 60%;
        padding-top: 14px;
    }
    .openMenu .openMenu-img{
        width: 65%;
        float: right;
    }
    .container .catalog{
        height: 676px;
    }

}*/

@media screen and (min-width: 375px){
    .container .topbar{
        height: 548px;
    }
    .openMenu .openMenu-img{
        width: 65%;
        float: right;
    }
    .container .catalog{
        height: 676px;
        
    }

}

@media screen and (min-width: 414px){
    /*.catalogList div{
    float: left;
    width: 30%;
    height: 175px;
    margin-left: 2.5%;
    }*/
    .container .topbar{
        height: 595px;
    }
    .container .logo{
        width: 60%;
        padding-top: 14px;
    }
    .openMenu .openMenu-img{
        width: 65%;
        float: right;
    }
    .container .catalog{
        height: 650px;
    }

}
@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;
    }
}
@media screen and (min-width: 416px){
    /*.catalogList div{
    float: left;
    width: 30%;
    height: 220px;
    margin-left: 2.5%;*/
}
}
.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 .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%;
    height: 829px;
    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;
}
.PLframe{
    padding: 0 10px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.PLframe .prolist .prolistbox{
    width: 48%;
    float: left;
    margin-bottom: 30px;
}
.PLframe .prolist .prolistbox:nth-child(2n) {
    float: right;
}
.prolistbox>.proimg {
    border: 1px solid #7d7d7d;
    text-align: center;
}
.prolistbox>.proimg img{
    width: 100%;
    display: block;
}
.prolistbox .list_title{
    color: #010101;
    font-size: 1.3rem;
    line-height: 2rem;
    display: block;
}
.prolistbox .probtn{
    width: 80%;
    height: 32px;
    text-align: center;
    background-color: #5e6371;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.prolistbox .probtn a{
    display: block;
    color: #fff;
    line-height: 32px;
    font-size: 1.3rem;
}

.tablebuyer{
    margin: 8px auto;
}
.tablebuyer td{
    padding: 3px;
}
#textbox{
    width: 100%;
    padding: 0 5px;
}

.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: 180px;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
   z-index: 999999;
    overflow-y: scroll;
}
.mobile-slide-menu-main{
    padding: 0 5%;
}
.mobile-silde-menu-one {
    width: 47%;
    float: left;
    margin-top: 20px;
    
    /* margin-right: 5%; */
}
.mobile-silde-menu-one:nth-child(2n+1){
    /*margin-left: 20px;*/
    float: right;
}
.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-one a img{
    width: 100%;
    height: 170px;
    display: block;
}
.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:100%; margin:0 auto; padding-top:100px; position: relative;}

.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;
    /* margin-right: 30px; */
    margin: 0 auto;
    position: relative;
    /* display: inline-block; */
    /* float: right; */
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    width: 80%;
    padding-bottom: 30px;
}
.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;

    /* Center slide text vertically */
    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;
}
.text-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-container-Promot_Prod .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #e5e5e5;
    outline: none;
}
.swiper-container-Promot_Prod .swiper-pagination-bullet-active{
    background: #233245;
}
.text-box .swiper-container-horizontal>.swiper-pagination-bullets,
.text-box .swiper-pagination-custom,
.swiper-pagination-fraction{
    bottom: -4px;
}


.swiper-container-iImage {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: initial;
}

.swiper-container-iImage .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: initial;

    /* Center slide text vertically */
    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;
}

.iImage .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-iImage .swiper-pagination-bullet {
    width: 60px;
    height: 9px;
    opacity: 1;
    background: #e5e5e5;
    border-radius: initial;
    outline: none;
}

.swiper-container-iImage .swiper-pagination-bullet-active {
    background: #233245;
}

.iImage .swiper-container-horizontal>.swiper-pagination-bullets,
.iImage .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -40px;
}

.item-first .pic .title {
    color: #333;
    font-size: 3rem;
    font-style: inherit;
    text-transform: uppercase;
    text-align: center;
}
.cd-main-content {
    background: url(/mobile/images/mobinindex_08.png) no-repeat top center;
    background-size: cover;
    width: 100%;
	position: relative;
    /* top: 80px; */
    margin-top: 80px;
}
.cd-main-content>.title{
    text-transform: uppercase;
    font-size: 3rem;
    text-align: center;
    color: #b9c2cd;
    line-height: 3rem;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    padding-top: 50px;
    text-shadow: 0 0 5px #5e5e5e;
}
.iImage { width:100%; margin:0 auto; padding-top:30px;  position: relative;padding-bottom: 126px;}

.filtr-item {
    padding-top: 30px;
}
.item {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 30px;
}
.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: 1;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}
.item-type-double .item-hover .mask{
    font-size: 2rem;
    color: #3a3843;
    text-transform: uppercase;
    line-height: 56px;
}
.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:hover .line {
	width:90%;
}
.item-type-double .item-hover:hover {
	opacity:1;
}	
.item-type-double .more{
    width: 204px;
    height: 50px;
    background-color: #657385;
    text-align: center;
    margin: 0 auto;
    border-radius: 18px;
}
.item-type-double .more a{
    line-height: 50px;
    color: #ffffff;
    font-size: 1.6rem;
}

.item-img {			
	z-index:0;			
}
.item-img img {
    width: 100%;
}
.col-md-4 { width:100%; }
.benefits {
    padding-top: 5rem;
    position: relative;
    padding-bottom: 60px;
	width:100%;
	margin:0 auto;
	top:80px;
}
.benefits>.title{
    text-align: center;
    width: 100%;
    padding-bottom: 24px;
    color: #233245;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 56px;
}
.benefits>.title::before{
    content: '';
    width: 144px;
    height: 6px;
    background-color: #233245;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.benefits .pic_left { width:94%; margin: 0 auto;}
.benefits .pic_left .pic_bg img {     
    display: block;
    width: 100%;
}
.benefits_bg { 
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 40px;
}
.benefits_bg .pic_text { 
    width: 100%;
    text-align: center;
    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;
    
}

.main_logo{
    background: url(/mobile/images/logoback.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.loginpage_box{
    width: 80%;
    margin: 0 auto;
}
.loginpage_box>.title{
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #ffffff;
    padding-bottom: 34px;
    text-transform: uppercase;
}
.loginpage_box ul li{
    color: #fff;
    font-size: 1.6rem;
    padding: 4px 0;
}
.loginpage_box ul li .txt_type{
    width: 100%;
    border: none;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 1.4rem;
    color: #000;
}
.loginpage_box ul li a{
    color: #fff;
}
.loginpage_box ul li .btn_logintype{
    width: 100%;
    background-color: #4e6c91;
    color: #ffffff;
    text-align: center;
    border: none;
    height: 30px;
    line-height: 30px;
    margin-top: 24px;
}
.loginpage_box ul li .clickhere{
    font-size: 1.4rem;
}
.loginpage_box .alignright{
    text-align: right;
    font-size: 1.4rem;
}
.mainCenter {
    width: 100%;
    background: #Fff;
    padding: 50px 10px;
}
.mainCenter_box{
    text-align: center;
    font-size: 1.6px;
}
.mainCenter_box>h4 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 36px;
}

.mainCenter_box>p {
    line-height: 1.8rem;
    font-size: 1.6rem;
    color: #010101;
    text-align: center;
    margin-bottom: 30px;
}

.mainCenter_box>.CenterP {
    line-height: 1.8rem;
    font-size: 1.6rem;
    color: #010101;
    text-align: center;
    margin-bottom: 14px;
}

.mainCenter_input {
    width: 100%;
    margin: 0 auto;
}

.mainCenter_input .B2BTextbox {
    width: 100%;
    height: 30px;
    border: 1px solid #bfbfbf;
    background-color: #eeeeee;
    border-radius: 3px;
    font-size: 1.4rem;
    padding-left: 10px;
}

.mainCenter_input .B2BButton {
    width: 127px;
    height: 30px;
    border: 1px solid #162333;
    background-color: #162333;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}
.mainCenter_box>table {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.mainCenter_box>table>tbody>tr>td>table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
}
.mainCenter_box>table>tbody>tr>td>table{
    width: 100% !important;
}
.mainCenter .mobiletablepost{
    background-color: #233245;
    color: #ffffff;
}
.mainConter table>tbody>tr>td .account{
    font-size: 1.3rem;
    padding-left: 10px;
    padding-bottom: 4px;
    font-size: 1.3rem;
    padding-left: 10px;
    padding-bottom: 4px;
    border-top: 0;
}
.mainConter table>tbody>tr>td .account td {
    padding: 0;
}
.mainConter table>tbody>tr>td .account td a{
    color: #000;
}
.mobiletablepost table>tbody>tr>td font{
    font-size: 1.3rem;
    line-height: 2rem;
}
.mobiletablepost table>tbody>tr>td .B2BTblHead{
    background-color: #233245;
    color: #ffffff;
    padding: 10px 0;
    font-size: 1.3rem;
    display: block;
}
.Registration{
    width: 100%;
    height: 100%;
    background: url(/mobile/images/register.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.title_login {
    text-align: center;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
}
.register_frame2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.register_frame2 .reg_frame_m h3 {
    font-weight: normal;
    font-size: 22px;
    font-family: Tahoma;
    margin-bottom: 15px;
}

.register_frame2 .reg_frame_m table tr{
    width: 100%;
}

.register_frame2 .reg_frame_m table tr td {
    height: 30px;
    width: 100%;
    /* float: left; */
    text-align: left;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 22px;
    padding-top: 5px;
}

.register_frame2 .reg_frame_m td .ddline {
    display: block;
    /* font-size: 1.6rem; */
}

.register_frame2 .reg_frame_m .red {
    color: #FF0000;
    font-size: 16px;
}
.red {
    color: #FF0000;
    font-size: 16px;
}

.register_frame2 .reg_frame_m .fontRemarks {
    color: #FF0000;
}

.register_frame2 .reg_frame_m .txt_type1 {
    width: 250px;
    font-size: 12px;
}

.register_frame2 .reg_frame_m .txt_type2 {
    width: 50px;
    font-size: 12px;
}

.register_frame2 .reg_frame_m select {
    border: solid 1px #999999;
}

.register_frame2 .reg_frame_b {
    width: 660px;
    height: 10px;
    /* background:url(images/reg_frame_b.gif) no-repeat; */
    float: left;
}

.register_frame2 .DateTextbox {
    width: 28%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    border: none;
    padding-left: 5px;
}

.register_frame2 .ddmargin {
    margin-bottom: 22px !important;
    margin-top: -20px;
}
.reg_frame_m .b2bButton {
    width: 80%;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 1.4rem;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}
.b2bButton {
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 1.4rem;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
    border: none !important;
}
.clickLogin {
    text-align: center;
    padding-top: 6px;
}

.clickLogin a {
    color: #ffffff;
    font-size: 1.4rem;
}
.B2BTextbox,
select,
textarea {
    font-size: 1.3rem;
    color: #333333;
    border: #C3C3C3 1px solid;
    width: 90%;
    padding-left: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
.B2BTextbox,
select{
    height: 30px;
    line-height: 30px;
}
.register_frame2 .reg_frame_m .mdy {
    color: #ffffff;
    line-height: 32px;
    margin-right: 10px;
}

.register_frame2 .reg_frame_m .datered {
    color: #ff0000;
    font-size: 1.3rem;
}

.register_frame2 .reg_frame_m .lineEmail {
    line-height: 32px;
    font-size: 1.6rem;
}
.register_frame2 .reg_frame_m .line {
    /* font-size: 16px; */
    font-weight: bold;
    width: 8px;
    text-align: center;
    display: inline-block;
}
.btn_list ul li{
    margin-bottom: 4px;
}
.btn_list ul li img{
    display: block;
    width: 100%;
}
.contentcmsbox .cmsboxleft {
    width: 100%;
    float: left;
    background: url(/mobile/images/mobilecontact.png) no-repeat top left;
    background-size: contain;
    height: auto;
    margin-top: 12px;
}

.contentcmsbox .cmsboxright {
    width: 100%;
    /* float: left; */
}

.contentcmsbox .cmsboxback {
    float: right;
    width: 80%;
    margin: 0 auto;
}

.cmsboxback>h4 {
    font-size: 50px;
    color: #3a3a3a;
    padding-top: 54px;
    /* padding-left: 92px; */
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
}

.cmsboxback>h4::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #233245;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmsboxback ul {
    margin-top: 15px;
}

.cmsboxback ul li {
    line-height: 30px;
    color: #3a3a3a;
    font-size: 1.4rem;
    /* font-weight: bold; */
}
.cmsboxback ul li span{
    font-size: 1.4rem !important;
}

.cmsboxback .cmsbtn {
    text-align: right;
        margin-bottom: 95px;
        margin-top: 20px;
        display: none;
}
.cmsboxback .cmsbtnmobile {
    text-align: right;
    margin-bottom: 95px;
    margin-top: 20px;
}
.cmsboxback .cmsbtn img{
    width: auto;
    
}
.cmsboxback .cmsbtnmobile img {
    width: auto;
}
.rfqtable{
    margin: 0 auto;
}
.rfqtable tr{
    margin-bottom: 5px;
    display: table;
    width: 100%;
}
.rfqtable tr td input,
.rfqtable tr td textarea {
    width: 100%;
}
.B2BColFootap .b2bButton{
    width: auto !important;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    /* float: left; */
    padding: 0 10px;
    margin-right: 10px;
}
.swiper-mobile-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-mobile-container .swiper-pagination-bullet{
    width: 32px;
    height: 6px;
    background-color: #d2d2d2;
    border-radius: initial;
    opacity: 1;
}
.swiper-mobile-container .swiper-pagination-bullet-active{
    background-color: #233245;
}
.divproduct{
    padding: 0 15px;
}
.divproduct>.divproduct_tb{
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
}
.divproduct>.divproduct_tb:nth-child(2n){
    margin-right: 0;
    float: right;
}
#referenceProduct{
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
}
.divproduct>.divproduct_tb>ul{
    text-align: center;
}
.divproduct>.divproduct_tb>ul .FontB2BPurple{
        font-size: 1.4rem;
        padding: 18px 0;
        line-height: 1.6rem;
        display: block;
        height: 74px;
        padding-bottom: 10px;
        color: #1b1b1b;
}
.divproduct>.divproduct_tb>ul li{
    font-size: 1.4rem;
}
/* .divproduct>.divproduct_tb>ul li .photo{
    height: 165px;
    width: 165px;
} */
.divproduct ul li .B2BButton{
    width: 100%;
    background-color: #233245;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border: none;
    margin-top: 10px;
    font-size:1.3rem;
}
.txtQty_input {
    border: solid 1px #aaaaaa;
    font-size: 18px;
    padding-left: 8px;
    margin-left: 6px;
}
.page-apply-mobile .main-btn-show {
    /*width: 50px;*/
    position: absolute;
    bottom: 112px;
    right: 0;
    z-index: 100;
    /*transform: translateY(-50%);*/
}

.page-apply-mobile .main-btn-show ul {
    margin-bottom: 0;
}

.page-apply-mobile .main-btn-show ul li {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 1px;
}

.page-apply-mobile .main-btn-show ul li img {
    width: 100%;
}

.page-apply-mobile .main-btn-show ul li .tel {
    background-color: #4571c9;
}
.bar{
    width: 19px;
    height: 50px;
    position: absolute;
    left: -19px;
    top: 58%;
    background: url(/mobile/images/mini_bg.png) no-repeat;
    display: block;
    transform: translateY(-50%);
}
.B2BMsgHead {
    color: #fff;
    background-color: #233245;
    
}
.B2BMsgHead span{
    font-size: 1.4rem;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.mainConter {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 5px;
}
#main table tr td input{
    border: 1px solid #c3c3c3;
    width: 90%;
    margin-bottom: 5px;
    /* margin-top: 5px; */
    height: 30px;
    font-weight: 500;
    padding-left: 5px;
}
#main .mainConter table tr td {
    font-size: 1.2rem;
}
#main .mainConter table tr td input{
    width: 100%;
}
#main .mainConter table tr td input[type=checkbox]{
    height: auto;
}
#main .mainConter table tr td .b2bButtonbtn{
        width: auto;
        text-align: center;
        height: auto;
        padding: 0px 10px;
}

.B2BPriceTotal input,
.B2BPriceTotal select{
    width: 86%;
    margin-bottom: 5px;
    height: 30px;
    border: 1px solid #ddd;
}
.B2BPriceTotal input[type=checkbox]{
    width: auto;
    margin-left: 4px;
    vertical-align: middle;
    height: auto;
}
.main_search table tbody tr td table{
    margin-top: 20px;
}
.B2BFontSize2 .B2BButton{
        height: 30px;
        line-height: 30px;
        color: #ffffff;
        background-color: #4e6c91;
        text-align: center;
        border: none;
        font-size: 16px;
        margin: 0 auto;
        display: inline-block;
        /* float: left; */
        padding: 0 10px;
        margin-right: 10px;
}
#main table{
    margin: 0 auto;
}
#main table:last-child {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
#main table .B2BTextbox{
    width: 100%;
    margin: 5px 0;
}
#main table .B2Btextarea {
    width: 100%;
    margin: 5px 0;
}
.B2BTblFoot .B2BTextbtn{
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    /* float: left; */
    padding: 0 10px;
    border: none !important;
}
.mainPadding table tr th, .mainPadding table tr td{
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
}
.mainPadding table tr td b{
    color: #FF0000;
    font-size: 16px;
}
.B2BProductHead .B2BButton{
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    /* float: left; */
    padding: 0 10px;
    border: none !important;
}
.maintable100 table{
    width: 100%;
}
.Draft_Enquiry{
    line-height: 30px;
    display: block;
}
.cms_banner {
    width: 100%;
}

.cms_banner>.bannerimg {
    width: 100%;
    display: block;
}
.FontSize .B2BFontSize1 {
    font-size: 1.4rem;
    color: #233245;
    font-weight: bold;
    padding-bottom: 2rem;
    line-height: 18px;
}
.FontSize .B2BFontSize1 a{
    font-size: 1.2rem;
    color: #558616;
    font-weight: bold;
    line-height: 18px;
}
.pageList {
    display: none;
}
#prevPage,
#nextPage,
.noPrevPage,
.noNextPage {
    border: 1px solid #7d7d7d;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    line-height: 1em;
    color: #6d6d6d;
    background-color: #fff;
    height: 40px;
}

.noNextPage,
.noPrevPage {
    cursor: not-allowed;
}

#prevPage,
.noPrevPage {
    margin-right: 1rem;
}

.selectBox {
    position: relative;
    z-index: 10;
}

.selectBox .curPage {
    border: 1px solid #7d7d7d;
        font-size: 1.2rem;
    padding: 13px 30px 13px 1rem;
    line-height: 1em;
    color: #6d6d6d;
    margin-right: 1rem;
    background: url(/e/customize/images/pageArrow.png) right 6px center no-repeat #fff;
    cursor: pointer;
    height: 40px;
}

.selectBox .pageList {
    width: 88%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    background-color: #fff;
    position: absolute;
}

.pageList li {
    border-bottom: 1px solid #7d7d7d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.pageBox {
    width: 94%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.B2BFontSize1 .totalPage {
        font-size: 1.2rem;
    color: #6d6d6d;
    padding: 13px 0px;
    line-height: 1em;
        margin-right: 1rem;
    height: 40px;
}
.FontSize .pageList>li>a{
    font-size: 1.2rem;
    line-height: normal;
    font-weight: normal;
    color: #6d6d6d;
}
@media only screen and (max-width: 375px) { 
    .mobile-silde-menu-one a img{
        width: 100%;
        height: 155px;
        display: block;
    }
}
