@font-face{
	font-family: "niconne";
	src: url(../roboto/Niconne.ttf);
}
@font-face{
	font-family: "newBlod";
	src: url(../roboto/NewYorkExtraLarge-Bold.otf);
}
/*购物车*/
.new-cart-btn:hover:after{
	display: block;
	content: "";
	width: 24px;
	height: 2px;
	background: #001E8A;
	position: absolute;
	left: 15px;
	bottom: 20px;
	margin-top: 2px;
	z-index: 10;
}
.n-left-menu{
	display: none;
}
.new-mobile-login{
	display: none;
}
.new-car-model{
	position: fixed;
	background: rgba(0,0,0,.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	transition: opacity .3s;
}
.new-cart-btn{
	position: absolute;
	right: 0;
	width: 60px;
	height: 80px;
	background: transparent;
	left: 50%;
	margin-left: -27px;
	transition: all .3s;
}
.new-cart-btn:hover .n-cart-shop{
	opacity: 1;
	visibility: initial;
}
.n-cart-shop{
	position: absolute;
	background: #FFFFFF;
	width: 350px;
	right: 10px;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	top: 42px;
	transition: all .3s;
	box-shadow: 2px 2px 10px #c2c2c2;
}
.n-car-info{
	display: flex;
	justify-content: space-between;
	margin: 0 15px;
	border-bottom: 1px solid #DDDDDD;
}
.n-car-info h6{
	font-size: 14px;
	font-weight: bold;
	font-family: SF Pro Display;
	color: #001E8A;
	padding-top: 5px;
}
.n-car-info .n-info-left{
	text-align: left;
}
.n-cart-more a{
	text-decoration: none;
	display: block;
	width: 320px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 30px auto 25px;
	color: #001E8A;
	font-weight: 600;
	font-family: SF Pro Display;
	border: 1px solid #DDDDDD;
}
.n-cart-more a:hover{
	border: 1px solid #001E8A;
}
.n-car-info p{
	font-size: 14px;
	color: #000000;
	font-family: SF Pro Display;
	font-weight: bold;
}
.n-cart-shop:after{
	content: "";
	display: block;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #FFFFFF;
	position: absolute;
	top: -8px;
	right: 5px;
}
.n-cart-shop .n-cart-none{
	text-align: center;
	min-height: 142px;
	display: table;
	width: 100%;
}
.n-cart-table{
	display: table-cell;
	vertical-align: middle;
}
.n-cart-shop .n-cart-none h5{
	font-size: 18px;
	font-family: SF Pro Display;
	margin: 0;
	font-weight: bold;
}
.n-cart-shop .n-cart-none p{
	margin: 0;
	font-size: 14px;
	font-family: SF Pro Display;
	padding: 5px 0;
}
.n-cart-list{
	text-align: center;
}
.n-cart-list h4{
	padding: 25px 0 15px;
	font-family: SF Pro Display;
	font-size: 18px;
	font-weight: bold;
}
.n-cart-list i{
	color: #001E8A;
	font-style: normal;
}
.n-cart-list .n-cart-list-title a{
	display: block;
	width: 160px;
	height: 40px;
	background: #001E8A;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-family: SF Pro Display;
	font-weight: bold;
	margin: 0 auto 25px;
}
.n-cart-list .n-cart-list-title a:hover{
	text-decoration: none;
	background: #001E8A;
}
.n-cart-list .n-cart-item img{
	width: 320px;
	height: 132px;
	border: 1px solid #DDDDDD;

}
.n-cart-list .n-cart-item a{
	text-decoration: none;
}
.n-cart-lists{
	max-height: 210px;
	overflow: auto;
}
/*新增登录*/
.n-login-content{
	position: relative;
}
.n-login-content .login-btn-box{
	position: absolute;
	height: 80px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	font-family: SF Pro Display;
	z-index: 100;
}

.login-menu-list{
	position: absolute;
	background: #FFFFFF;
	top: 72px;
	width: 300px;
	right: 0;
	box-shadow: 2px 2px 10px #c2c2c2;
	padding: 0;
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
}
.n-login-content .login-btn-box:hover .login-menu-list{
	opacity: 1;
	visibility: initial;
	min-height: 100px;
	padding-bottom: 5px;
	position: fixed;
}

.login-btn-box:after{
	content: "";
	display: block;
	position: absolute;
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 10px;
	opacity: 0;
	transition: all .2s;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #FFFFFF;
}
.login-after-list a{
	padding-left: 37px;
}
.login-btn-box:hover:after{
	opacity: 1;

}
.login-publick{
	color: #001E8A;
}
.login-list-title a{
	display: block;
	font-size: 14px;
	color: #1D1D1D;
	padding: 13px 0 12px 19px;
	margin: 0;
	font-family: SF Pro Display;
}
.login-list-title a:hover{
	text-decoration: none;
}
.login-self h4 a{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 6px 0;
	padding-left: 37px;
	cursor: pointer;
}
.login-self h4 a:after{
	content: "";
	display: block;
	border-left: 5px solid #001E8A;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.login-self h4 a:hover{
	background: #001E8A;
	color: #FFFFFF;
}
.login-self h4 a:hover:after{
	border-left: 5px solid #FFFFFF;
}
.login-self a{
	display: block;
	font-size: 14px;
	color: #001E8A;
	padding: 3px 0;
	padding-left: 37px;
}
.login-self a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #001E8A;

}
.login-new-icon {
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #000000;
	padding: 6px 0 6px 18px;
	font-family: SF Pro Display !important;
	line-height: 24px;
}

.login-self h4{
	margin: 10px 0;
}

.login-new-icon:before{
	margin-right: 7px;
	font-weight: bold;
}
.login-new-icon:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #001E8A;
}

.login-new-icons{
	background: url(../image/list_icon.png) no-repeat 20px;
	background-size: 12px 12px;
	padding-left: 40px;
}
.login-new-icons:hover{
	background: url(../image/list_icon1.png) no-repeat 20px;
	background-size: 12px 12px;
	background-color: #001E8A;
}
.login-bottom-line{
	height: 1px;
	background: #C5C5C5;
	width: 265px;
	margin: 15px auto;
}
.login-sign-btn a{
	width: 160px;
	display: block;
	height: 40px;
	background: #001E8A;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-family: SF Pro Display;
	font-weight: bold;

}
.login-sign-btn a:hover{
	text-decoration: none !important;
}
.login-sign-before p{
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	font-family: SF Pro Display;
}
.login-sign-before p a{
	color: #001E8A;
}
.login-sign-after a{
	display: block;
	padding: 6px 0;
	margin: 0;
	padding-left: 30px;
	font-family: SF Pro Display;
	font-weight: 400;
	color: #000000;
}
.login-sign-after a:hover{
	text-decoration: none;
	background: #001E8A;
	color: #FFFFFF;
}
.login-sign-after  .sign-out-n{
	padding: 6px 0 6px 30px;
	margin-top: -10px;
}
.login-after-list a{
	padding-left: 37px;
	font-weight: bold;
}
.login-more{
	background: url(../image/list_icon2.png) no-repeat 16px;
	background-size: 15px 3px;
	padding-left: 37px;
}
.login-more:hover{
	background: url(../image/list_icon3.png) no-repeat 16px;
	background-size: 15px 3px;
	background-color: #001E8A;
}
.new-header-search{
	height: 26px !important;
	color: #000000;
	line-height: 26px !important;
	width: 185px !important;
	border: none;
	outline: none;
	padding: 0 !important;
	text-indent: 20px;
	font-size: 12px !important;
	padding: 0 !important;
	border-radius: 2px 0 0 2px !important;
	border: 1px solid #A0A4A8 !important;
	background: url(../image/search_icon.png) no-repeat 5px center !important;
}
.n-logo{
	margin-right: 12px;
	margin-top: 7px;
	margin-left: 10px;
	width: 146px;
}
.new-header-search:focus{
	border: 1px solid #132D8A !important;
	background: url(../image/search_icon01.png) no-repeat 5px center !important;

}
.new-header-search:hover{
	border: 1px solid #132D8A !important;
	background: url(../image/search_icon01.png) no-repeat 5px center !important;
}
.new-header-search::placeholder {
	color: #A0A4A8;
	opacity: 1;
	font-size: 12px;
	line-height: 26px ;
}
.search-icon{
	width: 36px;
	height: 26px;
	background-color: #111B47;
	text-align: center;
	border-radius: 0 2px 2px 0;
}
.n-default-nav{
	background-image: none !important;
}
.search-icon img{
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.new-home-box .container,.new-footer .container{
	width: 100% !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.n-pur-show .row{
	display: flex !important;
	justify-content: center !important;
}
.n-pur-show .justify-content-around{
	display: flex;
	justify-content: space-around !important;
}
.new-login-btn{
	width: 92px;
	height: 26px;
	background-color: #001E8A;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border-radius: 2px;
	margin-left: 10px;
}
.new-login-btn:hover{
	background: #68a8e0;
}

.new-login-status{
	min-width: 92px;
	height: 26px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	line-height: 22px;
	border-radius: 2px;
	border: 1px solid #001E8A;
	margin-left: 10px;
	background: url(../image/min_icon.png) no-repeat 5px center;
	color: #000000;
	font-size: 12px;
	display: block;
	text-indent: 15px;
	text-align: center;
	padding: 0 8px;
	line-height: 24px;
	min-width: 92px;
	text-decoration: none;
}
.new-login-status a{
	color: #000000;
}
.nav-bar-new .navbar-nav li{
	margin:0 !important;
}
.new-login-btn{
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.new-login-btn a{
	color: #fff;
}
.new-cart-icon{
	margin-left: 20px;
	margin-right: 5px;
	height: 100%;
	display: flex !important;
	align-items: center;
	position: relative;
}
.good-num{
	position: absolute;
	right: -8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #001E8A;
	border: 2px solid #001E8A;
	bottom: 10px;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	color: #FFFFFF;
}
.new-cart-icon img{
	width: 26px;
	height: 26px;
}
.new-home-conter{
	background: #B8D1D9;
}
.new-home-conter img{
	width: 100%;
}
.new-home-conter h2{
	font-size: 66px;
	margin-bottom: 0;
	line-height: 66px;
}
.new-page-text{
	padding: 98px;
}
.n-mobile-logo{
	display: none;
}
.new-home-conter .new-page-p{
	font-family: Roboto ;
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
	color: #2F3E43;
	line-height: 20px;
}
.new-home-conter .new-page-po{
	font-family: SF Pro Display;
	font-size: 20px;
	color: #2F3E43;
	margin-bottom: 10px;
	line-height: 20px;
	padding-top: 69px;
	width: 270px;
	text-align: center;
}
.swiper-left-banner img{
	width: 100%;
}
.new-shop-btn{
	width: 270px;
	height: 43px;
	color: #FFFFFF;
	background: #2F3E43;
	text-align: center;
	line-height: 43px;
	font-size: 22px;
	font-family: Damascus;
	border-radius: 2px;
	cursor: pointer;
}
.new-shop-btn a{
	text-decoration: none;
	color: #FFFFFF;
}
.new-main{
	margin-top: 10px;
}
.n-main-content h6{
	text-align: center;
	padding-top: 35px;
	font-size: 20px;
	color: #000000;
}
.n-main-content p{
	width: 624px;
	margin: 0 auto;
	font-family: SF Pro Display;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
.n-main-bottom{
	background: #F6F6F6;
	padding: 20px 0;
}
.n-pur-show{
	padding-top: 40px;
	padding-bottom: 60px;
}
.footer_socialize_img_pc{
	overflow: hidden;
}
.footer_socialize_img_pc a,.footer_socialize_img_mobel a{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
	text-align: center;
}
.footer_socialize_img_pc a img,.footer_socialize_img_mobel a img{
	width: 100%;
	display: inline-block;
}
#twitterIMG,#twitterIMGMobel{
	background: #000;
}
#twitterIMG img,#twitterIMGMobel img{
	width: 18px;
	position: absolute;
	top:0px;
	right:0px;
	left: 0px;
	bottom:0px;
	margin: auto;
}

.phoneIMG{
	width: 30px;
	height: 30px;
}

.footer_socialize_img_mobel{
	overflow: hidden;
	display: inline-block;
}

.n-mail a:hover{
	text-decoration: none;
	color: #24334D;
}
.n-mail a{
	color: #24334D;
}
.n-mail p{
	color: #132D8A;
}
.n-mail p span{
	color: #132D8A;
}
.n-circular-box{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 22%;
	max-width: 22%;
	text-align: center;
}
.n-circular-box .n-circular{
	border-radius: 50%;
	background: #C4C4C4;
	padding: 0;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.n-circular-box:hover .n-circular{
	border: 4px solid rgba(108, 109, 136, 0.8);
}
.n-circular-box:nth-child(3):hover .n-circular{
	border: 4px solid #001E8A;
}
.n-circular-box .n-circular img{
	width: 100%;
}
.n-circular-box a{
	text-decoration: none;
	color: #000000;
}
.nav-bar-new .navbar-nav .nav-link{
	color: #1E1E1E !important;
	font-size: 16px;
}
.nav-bar-new .navbar-nav .nav-link:hover{
	color: #37447E;
}
.nav-bar-new .navbar-brand{
	font-weight: 400;
	font-size: 20px !important;
	color: #37447E;
}
.nav-bar-new .navbar-nav .dropdown:hover .dropdown-menu {
	display: block !important;
}
.nav-bar-new .navbar-nav>li>a,.nav-bar-new .dropdown-menu>li>a{
	color: #1e1e1e !important;
	font-size: 16px;
}
.nav-bar-new .navbar-nav>li>a:hover,.nav-bar-new .dropdown-menu>li>a:hover{
	color: #37447E !important;
}
.nav-new-bar{
	display: flex;
	align-items: center;
	height: 50px;
}
.nav-bar-new .dropdown-item{
	font-size: 16px !important;
}
.new-login-status{
	display: none;
}
.n-circular-box span{
	display:inline-block;
	font-family: SF Pro Display;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	height: 46px;
}
.n-circular-box:nth-child(3) a{
	color: #001E8A;
}
.n-circular-box:hover a{
	color: #37447E;
}
.n-circular-box:hover span{
	border-bottom: 2px solid #37447E;
}
.n-circular-box:nth-child(3):hover a{
	color: #001E8A;
}
.n-circular-box:nth-child(3):hover span{
	border-bottom: 2px solid #001E8A;
}
.new-box{
	margin: 0;
}
.n-b-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.n-b-box .n-b-img{
	width: 50px;
	margin-right: 10px;
}
.n-b-box img{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.n-b-box:nth-child(2) img{
	width:42px ;
	height: 56px;
}
.n-b-box:nth-child(3) img{
	width:49px ;
	height: 46px;
}
.n-b-box h6{
	margin-bottom: 0;
}
.n-b-box p{
	font-size: 12px;
	font-family: SF Pro Display;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	color: #000000;
}
.n-b-text{
	width: 90%;
	float: left;
	color: #000000;
}
.main-center{
	background: rgba(244,244,244);
	margin-top: 14px;
	margin-bottom: 20px;
	padding: 20px 0;
}
.main-center .swiper-box{
	height: 100%;
	align-items: center;
	text-align: center;
	display: flex;
}
.main-center .swiper-box h4{
	text-align: center;
	font-size: 30px;
	font-family: New York Extra Large;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.main-center .swiper-box .n-btn{
	border: 0;
	color: #FFFFFF;
	font-size: 22px;
	border: 1px solid #FFFFFF;
	padding: 8px 12px;
	border-radius: 2px;
	font-family: Damascus;
}
.main-center .swiper-box .n-btn:hover{
	text-decoration: none;

}
/*.swiper-slide ul{*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	margin: 0;*/
/*	padding: 10px 0 5px 0;*/
/*}*/
/*.swiper-slide ul li{*/
/*	list-style: none;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	margin: 0 7px;*/
/*}*/
/*.swiper-slide ul li i{*/
/*	width: 14px;*/
/*	height: 14px;*/
/*	border-radius: 50%;*/
/*	background: #884FF0;*/
/*	display: block;*/
/*	border: 1px solid #000000;*/
/*}*/
/*.swiper-slide ul .active{*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	border-radius: 50%;*/
/*	border: 1px solid #000000;*/
/*}*/
/*.swiper-slide ul .active i{*/
/*	border: 0;*/
/*	background: #7CB6EA;*/
/*}*/
.n-good-name{
	font-size: 14px;
	color: #000000;
	font-family: SF Pro Display;
	margin-bottom: 5px;
}

.swiper-new{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.swiper-new-content .n-swiper-b:first-child{
	margin-bottom: 10px;
}
.swiper-new-content .n-swiper-b:nth-child(2){
	margin-bottom: 10px;
}
.n-swiper-b{
	width: 49%;
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	max-width: 460px;
}
.n-swiper-b img{
	width: 60%;
	margin: 0 auto;
	max-width: 285px;
	max-height: 134px;
	padding-top: 20px;
}
.swiper-new-content{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	max-width: 53%;
	position: relative;
}
.swiper-new-content .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -34px;
	color: #999997;
	font-size: 42px;
	padding: 0 15px;
}
.swiper-new-content .swiper-button-prev:after,.swiper-new-content .swiper-button-next:after{
	font-size: 40px;
}
.swiper-new-content .swiper-button-prev:focus{
	border: 0;
	outline: none;
}
.swiper-new-content .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -34px;
	color: #999997;
	font-size: 42px;
	padding: 0 15px;
}
.swiper-new-content .swiper-button-prev:hover,.swiper-new-content .swiper-button-next:hover{
	top: 22px;
	background: rgba(229,229,229,0.8);
	height: 100%;
	color: rgba(255,255,255,0.5);

}
.swiper-new-content .swiper-button-next:focus{
	outline: none;
}
.n-a-content{
	margin-bottom: 20px;
}
.n-a-content .n-a-text{
	text-align: center;
}
.n-a-content .n-a-text h4{
	font-size: 30px;
	color: #FFFFFF;
	font-family: New York Extra Large;
	padding-bottom: 20px;
}
.n-a-content .n-a-text a{
	text-decoration: none;
	width: 100%;
	display: block;
}
.n-a-content .n-a-text img{
	width: 100%;
}
.n-s-content{
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.n-s-swiper{
	background: #FFFFFF;
	text-align: center;
}
.n-s-swiper img{
	width: 100%;
	padding: 40px 0 20px;
}
.n-s-swiper .n-s-pur{
	width: 90%;
	margin: 0 auto;
}
.n-s-swiper h6{
	font-size: 14px;
	font-family: SF Pro Display;
	padding: 15px 0 10px;
	margin: 0;
}
.n-s-swiper p{
	font-size: 14px;
	font-family: SF Pro Display;
}
.n-s-content .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -30px;
	color: #999997;
	font-size: 30px;
}
.n-s-content .swiper-button-prev:after,.n-s-content .swiper-button-next:after{
	font-size: 30px !important;
}
.n-s-content .swiper-button-prev:focus{
	border: 0;
	outline: none;
}
.n-s-content .swiper-button-prev:hover{
	top: 22px;
	background: #E5E5E5;
	height: 100%;
}
.n-s-content .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -30px;
	color: #999997;
}
.n-s-content .swiper-button-next:hover{
	top: 22px;
	background: #E5E5E5;
	height: 100%;
}
.n-s-content .swiper-button-next:focus{
	outline: none;
}
.n-t-content{
	padding-bottom: 30px;
}
.n-t-content h4{
	text-align: center;
	font-size: 32px;
	font-family: newBlod;
	padding: 30px 0 20px;
}
.n-t-item-box{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.n-t-item{
	width: 23%;
	text-align: center;
}
.n-t-item a{
	color: #000000 !important;
}
.n-t-item img{
	width: 100%;
}
.n-t-item p{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	padding: 20px 0 0;
	margin: 0;
}

.n-st-content h4{
	font-size: 32px;
	font-family: niconne;
	text-align: center;
	margin-bottom: 17px;
}
.n-st-box{
	margin: 0 auto;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.n-st-left{
	width: 55%;
}
.n-st-left img{
	width: 100%;
}
.n-st-left a{
	text-decoration: none;
	color: #000000;
	font-size: 28px;
	display: block;
	width: 100%;
}
.n-st-right{
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.n-st-right img{
	width: 100%;
}

.n-st-right .n-right-box{
	height: 48%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.n-st-right .n-right-box a{
	font-size: 28px;
	font-family: SF Pro Display;
	text-decoration: none;
	color: #000000;
	width: 100%;
	display: block;
}
.n-o-content h4{
	font-size: 32px;
	font-family: newBlod;
	color: #000000;
	text-align: center;
	padding: 30px 0;
}
.n-o-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n-o-box .n-o-item{
	background: #EEEEEE;
	width: 48%;
}
.n-o-box  img{
	width: 100%;
}
.n-o-box  a{
	text-decoration: none;
	display: block;
	width: 100%;
}
.n-o-box .n-o-item a h5{
	font-size: 32px;
	font-family: SF Pro Display;
	color: #000000;
	padding: 34px 0 254px 29px;

}
/*footer*/
.new-footer{
	background: #F6F6F6;
	margin-top: 38px;
	padding-bottom: 50px;

}
.new-footer-bottom{
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E3E3E3;
	padding-top: 24px;
}
.new-footer-bottom p{
	font-size: 14px;
	color: #000000;
}
.new-footer-bottom img{
	width: 286px;
	margin-right: 20px;
}
.new-footer-bottom-mobile{
	text-align: center;
	padding: 26px 0 16px;
}
.new-footer-bottom-mobile img{
	width: 80%;
}
.new-footer-bottom-mobile p{
	width: 80%;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	margin: 0 auto;
}
.n-footer-title h5{
	padding: 57px 0 15px 0;
	color: #24334C;
	font-size: 16px;
	font-weight: bold;
}
#server_text{
	padding-top: 0px;
}
.n-footer-title p{
	margin-bottom: 1px;
	padding: 5px 0;
}
.n-footer-titles p{
	padding-bottom: 20px;
	font-size: 14px;
	font-family: SF Pro Display;
}
.n-footer-titles p a{
	text-decoration: none;
	color: #24334D;
}
.n-m-search-box .navbar-collapse{
	padding: 0 !important;
}
#n-title{
	display: block;
}
#searchClose{
	display: none;
	width: 22px !important;
}
.n-mobeile-center{
	display: none;
}
.n-mobile-s{
	display: none;
}
.n-m-footer{
	display: none;
}
.new-home-conter .n-mobile-banner{
	display: none;
}
@media (max-width: 1200px) {
	.n-b-box h6{
		font-weight: normal;
		padding-bottom: 5px;
	}
	.n-main-bottom{
		background: #F6F6F6;
	}
	.n-main-bottom .container{
		padding: 0;
	}
	.n-b-box{
		align-items: center;
		padding: 10px ;
	}
	.n-b-box{
		border-bottom: 1px solid #BDBDBD;
	}
}
@media (min-width: 768px) {
	.n-nav-a-btn{
		display: none !important;
	}
	#n-title1{
		display: none;
	}
	.n-main-content p{
		display: block;
	}
	.n-o-content{
		display: block;
	}
	.new-footer{
		display: block;
	}
	.new-footer .row:first-of-type{
		display: flex;
		justify-content: center;
		padding-left: 100px;
	}
	.n-st-content{
		display: block;
	}
	.n-t-content{
		display: block;
	}
	.main-center{
		display: block;
	}
	.n-a-content{
		display: block;
	}
	.n-s-content{
		display: block;
	}
	.new-login-btn{
		display: block;
	}
	.new-cart-icon{
		display: block;
	}
	.nav-bar-new{
		position: inherit;
		padding: 5px 0;
		background-color: #FFFFFF !important;
		border: 0 !important;
		margin-bottom: 0 !important;
	}

}
/*手机适配*/
/* 超小屏幕（手机，小于 768px） */
@media only screen and (max-width:768px){

	/* 左边框 */
	.n-left-menu{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.3);
		transition: all 0.3s;
		z-index: 100;
		opacity: 0;
		display: block;
		visibility: hidden;
	}
	.n-left-menu-show{
		opacity: 1;
		visibility: initial;
	}

	.n-left-content{
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		background-color: #FFFFFF;
		z-index: 101;
		transition: all 0.3s;
		width: 80%;
	}
	.n-left-menu-show .n-left-content{
		left: 0;
	}
	.n-left-content .n-left-img{
		border-top: 20px solid #F5F6F6;
		text-align: center;
		margin-top: 10px;
	}
	.n-left-content img{
		max-width: 250px;
		width: 100%;
		margin-top: 15px;

	}
	.n-left-content h6{
		font-size: 16px;
		font-family: SF Pro Display;
		font-weight: bold;
		text-align: center;
		padding: 18px 0;
		position: relative;
		margin: 0;
	}
	.n-left-content h6::after{
		content: "";
		display: block;
		width: 80%;
		height: 1px;
		background-color: #E9E9E9;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.n-left-first{
		background: url(../image/arrow_02.png) no-repeat right ;
		background-size: 11px 6px;
		transition: all .3s;
		isibility: visible;
	}
	.n-left-first-show{
		background: url(../image/arrow_01.png) no-repeat right ;
		background-size: 11px 6px;
	}
	.n-left-list{
		max-height: 0;
		transition: max-height .5s;
		overflow: hidden;
	}
	.n-left-list-hide{
		max-height: 0;
		overflow: hidden;
	}
	.n-left-list-show{
		max-height: 300px;
	}
	.n-left-menu ul,.n-left-menu li{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.n-left-menu ul{
		width: 80%;
		margin: 0 auto;
	}
	.n-left-menu ul li{
		padding: 12px;
		border-bottom: 1px solid #E9E9E9;
	}
	.n-left-menu ul li a{
		display:block;
		visibility:visible
	}
	.n-left-menu .n-left-list a{
		padding-left: 15px;
		margin: 14px 0;
	}
	.n-left-menu p{
		margin: 0;
		font-size: 16px;
		font-family: SF Pro Display;
		color: #000000;
		font-weight: 500;
	}
	.n-left-menu a{
		color: #000000;
		font-size: 16px;
		font-family: SF Pro Display;
		text-decoration: none;
		font-weight: 500;
	}
	.n-left-content-show{
		width: 80%;
		transition: all 0.3s;
	}
	.n-mobile-help p{
		color: #000000;
		padding: 10px 0 0;
		margin: 0;
	}
	.n-mobile-help p a{
		color: #000000;
		text-decoration: none;
	}
	.n-mobile-help p a span{
		color: #132D8A;
	}
	.new-footer-bottom{
		display: none;
	}
	.new-footer-bottom-mobile{
		display: block;
	}
	.nav-bar-new .navbar-brand{
		display: none;
	}
	.n-mobile-header{
		display: flex;
		width: 37%;
		justify-content: space-around;
		float: right;
		min-height: 50px;
		align-items: center;
		padding-right: 10px;
	}
	.nav-new-bar{
		display: none;
	}
	.n-logo{
		display: none;
	}
	.n-mobile-logo{
		display: block;
		margin: 0;
		position: absolute;
		left: 42%;
		width: 100px;
		top: 14px;
		transform: translateX(-50%);
	}
	.new-login-status{
		display: none !important;
	}
	.nav-bar-new .navbar-nav{
		border-top: 1px solid #c3c3c3;
		margin-top: 0px;
	}
	.nav-bar-new .navbar-collapse{
		border: 0 !important;
	}
	.n-down{
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateX(-50%);
	}
	.n-pc-banner{
		display: none;
	}
	.new-home-conter .n-mobile-banner{
		display: block;
	}
	#accordion2 .accordion-heading{
		position: relative;
	}
	.n-nav-a-btn{
		display: block;
		background-color: #FFFFFF !important;
	}
	.n-nav-a-btn img{
		width: 24px !important;
	}
	.n-nav-a-btn .navbar-toggler{
		background-color: #FFFFFF !important;
		padding: 0 0 !important;
	}
	#searchBtn{
		width:22px !important;
	}
	.nav-bar-new{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 899;
		padding: 5px 0;
		border: 0 !important;
		background-color: #fff !important;
		margin-bottom: 0;
	}
	.n-mobile-navbar{
		display: block;
		float: right;
	}
	.nav-bar-new .navbar-header .navbar-toggle{
		border: 0 !important;
		float: left;
		margin-left: 15px;
	}
	.nav-bar-new .navbar-header .navbar-toggle .icon-bar{
		background-color: #37447E;
	}
	.nav-bar-new button:focus{
		border: 0 !important;
		outline: none;
		background-color: #FFFFFF !important;
	}
	.n-search-box{
		border-top: 1px solid #c3c3c3;
		margin-top: 10px;
		text-align: center;
	}
	.n-search-box input{
		width: 80%;
		margin: 12px 0;
		background: url(../image/m_search1.png) no-repeat 5px center;
		background-size: 13px 12px;
		text-indent: 20px;
		outline: none;
		min-height: 35px;
		border: 1px solid #828AAE;
		border-radius: 2px;
	}
	.n-search-box input::placeholder{
		color: #000000;
	}
	.form-inline{
		display: none;
	}
	.new-login-btn{
		display: none;
	}
	.new-cart-icon{
		display: none;
	}
	.new-page-text{
		padding:0;
	}
	.new-home-conter h2{
		font-size: 50px;
		font-weight: 700;
		font-family: New York Extra Large;
		padding: 25px 0 0 20px;
	}
	.new-home-conter .new-page-p{
		font-size: 12px;
		padding-left:20px ;
	}
	.new-home-conter .new-page-po{
		margin: 0 auto;
		padding-bottom: 10px;
		padding-top: 160px;
	}
	.new-shop-btn{
		margin: 0 auto 15px;
	}
	#n-title{
		display: none;
	}
	#n-title1{
		display: block;
		font-size: 14px;
		font-family: DIN Condensed;
	}
	.new-main{
		border: none;
	}
	.n-pur-show{
		padding-bottom: 10px;
		padding-top: 15px;
	}
	.n-main-content p{
		display: none;
	}
	.n-circular-box span{
		font-size: 10px;
		font-weight: normal;
		font-family: newBlod;
	}
	.n-b-box h6{
		font-weight: normal;
		padding-bottom: 5px;
	}
	.n-main-bottom{
		background: #F6F6F6;
	}
	.n-main-bottom .container{
		padding: 0;
	}
	.n-b-box{
		align-items: center;
		padding: 10px ;
	}
	.n-b-box{
		border-bottom: 1px solid #BDBDBD;
	}
	.main-center{
		display: none;
	}
	.n-mobeile-center{
		display: block;
	}
	.n-mobile-title{
		font-size: 30px;
		color: #FFFFFF;
		background: #7E7E7E;
		text-align: center;
	}
	.n-mobile-title img{
		width: 100%;
	}
	.n-mobile-title a{
		text-decoration: none;
		color: #FFFFFF;
	}
	.n-mobile-good{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-top: 5px;
	}
	.n-good-item{
		width: 49%;
		margin: 5px 0;
		display: flex;
		flex-direction: column;
	}
	.n-good-item img{
		width: 100%;
	}
	.n-good-item p{
		font-size: 14px;
		font-family: arial;
		text-align: center;
		margin-bottom: 0;
		padding-top: 5px;
		font-weight: 600;
	}
	.n-good-item a{
		text-decoration: none;
		color: #000000;
		padding: 0 10px;
	}
	.n-mobile-more{
		height: 40px;
		width: 230px;
		text-align: center;
		line-height: 36px;
		border: 2px solid #828AAE;
		margin: 18px auto 18px;
	}
	.n-mobile-more a{
		text-decoration: none;
		font-size: 14px;
		color: #000000;
		font-family: arial;
		font-weight: 500;
		display: block;
	}
	.n-a-content{
		display: none;
	}
	.n-s-content{
		display: none;
	}
	.n-mobile-s{
		display: block;
	}
	.n-t-content{
		display: none;
	}
	.n-mobile-s h5{
		text-align: center;
		font-size: 26px;
		font-family: newBlod;
		padding-top: 20px;
	}
	.n-mobile-s .n-mobile-h5{
		font-family: niconne;
	}
	.n-s-m-box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.n-s-m-item{
		width: 48%;
		overflow: hidden;
		border: 2px solid #000000;
		margin: 8px 0;
	}
	.n-s-m-item img{
		width: 100%;
	}
	.n-s-m-item a{
		font-size: 16px;
		color: #000000;
		font-family: SF Pro Display;
		text-decoration: none;
	}
	.n-s-m-item a p{
		font-weight: bold;
		margin: 17px 0;
	}
	.n-st-content{
		display: none;
	}
	.n-s-m-items{
		margin: 10px 0;
	}
	.n-s-m-items img{
		width: 100%;
	}
	.n-s-m-items a{
		text-decoration: none;
		text-align: center;
	}
	.n-s-m-items p{
		font-size: 28px;
		font-family: SF Pro Display;
		color: #000000;
		font-weight: bold;
		padding: 77px 0;
		border: 2px solid #000000;
		margin: 0;
	}
	.n-m-b-title{
		padding-bottom: 10px;
	}
	.n-s-m-itemd{
		background: #E1E1E1;
	}
	.n-o-content{
		display: none;
	}
	.new-footer{
		display: none;
	}

	.n-m-footer{
		margin-top: 0px;
		display: block;
	}
	.n-m-footer .accordion-heading{
		background: #F6F6F6;
		padding:0 10px;
	}
	.n-m-footer .accordion-toggle{
		text-decoration: none;
		display: inline-block;
		width: 100%;
		color: #000000;
		font-size: 16px;
		font-family: SF Pro Display;
		border-bottom: 1px solid #E8E8E8;
		padding: 10px 0;
	}
	.n-m-footer .accordion-body ul{
		margin: 0;
		padding: 0 10px;;
	}
	.n-m-footer .accordion-body ul li{
		list-style: none;
		padding: 10px 0;
	}
	.n-m-footer .accordion-body ul li a{
		color: #000000;
		padding: 5px 0;
		text-decoration: none;
	}
	.default-nav{
		height: 60px;
	}
	.car-number{
		position: relative;
	}
	.car-number span{
		position: absolute;
		right: -8px;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #001E8A;
		border: 2px solid #001E8A;
		bottom: 0;
		text-align: center;
		line-height: 14px;
		font-size: 12px;
		color: #FFFFFF;
	}
	.new-car-model-show{
		opacity: 1;
		visibility: inherit;
	}
	.new-car-model-show .new-car-box{
		right: 0;
	}
	.new-car-box{
		width:85%;
		background: #FFFFFF;
		height: 100vh;
		position: fixed;
		/*top: 60px;*/
		right: -100%;
		transition: all .3s;
		z-index: 1001;
	}
	.new-mobile-login{
		position: fixed;
		background: rgba(0,0,0,.2);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		display: block;
		visibility: hidden;
		z-index: 10000;
		transition: opacity .3s;
	}
	.login-mobile-list{
		opacity: 1;
		visibility: initial;
		width: 80%;
		height: 100%;
		top: 0px;
		right: -100%;
		box-shadow: none;
		position: fixed;
	}
	.login-after-list a{
		font-size: 14px;
	}
	.login-self h4{
		font-size: 16px;
		margin: 0px !important;
	}
	.login-new-icon{
		font-size: 14px;
	}
	.login-sign-btn a{
		font-size: 16px;
	}
	.login-sign-before p{
		font-size: 14px;
	}
	.login-sign-after a{
		font-size: 12px;
	}
	.login-self a{
		line-height: 30px;
	}
	.new-close h4{
		font-size: 18px;
		font-weight: bold;
	}
	.new-close {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		background: #EDF1FC;
		height: 46px;
	}
	.new-close span{
		font-family: "arial black";
	}
	.loin-close-icon{
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.loin-close-icon img{
		width: 12px;
	}
	.login-list-title{
		padding: 0px;
	}
	.mobile-login-show{
		opacity: 1;
		visibility: initial;
	}
	.mobile-login-show .login-mobile-list{
		right: -1px;
	}
	.car-mobile-none{
		font-family: SF Pro Display;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.car-mobile-none h5{
		font-size: 16px;
		padding-left: 22px;
		font-weight: bold;
		color: #000000;
		font-family: SF Pro Display;
	}
	.car-mobile-none p{
		font-size: 14px;
		color: #1D1D1D;
		padding-left: 22px;
		font-family: SF Pro Display;
	}
	.shop-money p{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0 15px;
	}
	.shop-money p i{
		color: #001E8A;
		font-style: normal;
	}
	.shop-money a{
		width: 85%;
		height: 40px;
		margin: 0 auto;
		text-align: center;
		line-height: 40px;
		color: #FFFFFF;
		display: block;
		font-size: 18px;
		font-weight: bold;
		background: #001E8A;
		font-family: SF Pro Display;
	}
	.shop-money a:hover{
		text-decoration: none;
	}
	.cart-mobile-item{
		text-align: center;
	}
	.cart-mobile-list{
		margin-top: 20px;
		max-height: 60vh;
		overflow: scroll;
	}
	.cart-mobile-item img{
		width: 85%;
		border: 1px solid #DDDDDD;
	}
	.cart-mobile-item a:hover{
		text-decoration: none;
	}
	.mobile-item-info{
		width: 85%;
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
		font-family: SF Pro Display;
	}
	.mobile-item-info h5{
		font-size: 14px;
		color: #001E8A;
		font-weight: bold;
		margin: 5px 0;
	}
	.mobile-item-info p{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
		color:#1d1d1d;
	}
	.mobile-item-left{
		text-align: left;
	}
	.mobile-item-right{
		text-align: right;
	}
	.cart-mobile-more{
		/*margin-top: 30px;*/
	}
	.cart-mobile-more a{
		width: 85%;
		display: block;
		text-align: center;
		margin: 0 auto;
		border: 1px solid #001E8A;
		color: #001E8A;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		font-family: SF Pro Display;
	}
	.mobile-item-line{
		height: 1px;
		width: 85%;
		margin: 5px auto 0;
		background: #DDDDDD;
	}
}

#launcher{
	width: 100% !important;
}


.n-swiper-b .n-money{
	font-weight: bold;
	color: #001E8A;
}
.n-swiper-b .n-money-n{
	color:#333333 !important
}
.n-swiper-b .n-money span{
	color: #C4C4C4;
	text-decoration: line-through;
	font-weight: normal;
	padding-left: 5px;
}
.n-s-swiper .n-money{
	color: #001E8A;
	font-weight: bold;

}
.n-s-swiper .n-money span{
	color: #C4C4C4;
	text-decoration: line-through;
	font-weight: normal;
	padding-left: 5px;
}

.n-s-swiper .n-money-n{
	color:#333333 !important
}
.n-good-item .n-money{
	font-weight: bold;
	color: #001E8A;
}
.n-good-item .n-money span{
	color: #C4C4C4;
	text-decoration: line-through;
	font-weight: normal;
	padding-left: 5px;
}

.n-good-item .n-money-n{
	color:#333333 !important
}

