@font-face{font-family:'Camphor Pro';src:url('/font/CamphorPro-Regular.otf');font-weight:normal}
@font-face{font-family:'Camphor Pro Bold';src:url('/font/CamphorPro-Bold.otf');font-weight:bold}
@font-face{font-family:'Camphor Pro Heavy';src:url('/font/CamphorPro-Heavy.otf');font-weight:900}
@font-face{font-family:'Camphor Pro Light';src:url('/font/CamphorPro-Light.otf');font-weight:300}
@font-face{font-family:'Camphor Pro Medium';src:url('/font/CamphorPro-Medium.otf');font-weight:500}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body, html {
    height: 100%;
	box-sizing: border-box;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
	min-height: 750px;
}
html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}
.left{
	float:left;
}
.right{
	float:right;
}
.container{
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 4px;
	color:#666;
	box-sizing: border-box;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}
.iconfont.icon-sm {
    font-size: 20px!important;
}
.uppercase{
  text-transform: uppercase;
}
.wu-font{
  font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
}

ul li{
   list-style: none;
}
a{
   text-decoration: none;
}
a{
	color: inherit;
}
a:hover{
   cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
.half{
	width: 50%;
	box-sizing: border-box;
}
label{
	display: inline-block;
}
.form-label {
    color: #666;
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-size: .9rem;
    line-height: 20px;
    margin-bottom: 0;
}
.form-input{
	display: block;
	width: 100%;
	padding: 8px 8px;
	font-size: .9rem;
	line-height: 1.5;
	color: #666;
	background-color: #f7f7f7;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	box-shadow: none;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
	margin-bottom: 18px;
	margin-top: 6px;
	box-sizing: border-box;
	height: 40px;
}
.form-input:focus {
    background-color: #fff;
	border-color: #939393;
	outline: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 8px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
hr {
    border: 0;
    border-bottom: solid 1px rgba(0,0,0,.1);
    clear: both;
    height: 0;
    margin: 0;
	box-sizing: content-box;
}
.col3{
	width:33.33333%;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
}
.sprite {
    display: inline-block;
}

input[type=checkbox]:checked{
	background: #f50;
	border: 1px solid #f50;
	border-radius: 3px;
}

.wrong_msg{
	color: #f42424;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}
button:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0;
}

.dark-backdrop{
	background-color: #212121;
	bottom: 0;
	height: 100%;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}
img{
    width:100%;	
	height: auto;
}

/* swiper箭头不能横移则隐藏 */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	display: none;
}

/* swiper滑动按钮样式 */
.slide-next , .slide-prev{
	border-radius: 100px;
	cursor: pointer;
	height: 50px;
	max-height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	overflow: hidden;
	z-index: 10;
}
.slide-next:focus , .slide-prev:focus{
	outline: 0;
}
/* .slide-next::after, .slide-prev::after {
    color: #788195;
    display: block;
    font-family: "Linio Icon Set";
    font-size: 30px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 50px;
    position: absolute;
    text-rendering: optimizeLegibility;
    top: 15px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 50px;
	text-align: center;
	line-height: 50px;
	background-size: 62px;
	background-repeat: no-repeat;
	background-position: center;
} */
.slide-prev{
	left: 12px;
	right: auto;
	background-image:url(../images/icons/left_icon.png);
	background-size: contain;
}
.slide-next {
    right: 12px;
    left: auto;
	background-image:url(../images/icons/right_icon.png);
	background-size: contain;
}
.banner-prev.slide-prev {
    left: 12px;
    right: auto;
	background-image:url(../images/icons/left_icon_1.png);
}
.banner-next.slide-next {
    right: 12px;
    left: auto;
	background-image:url(../images/icons/right_icon_1.png)
}

.pointerhover:hover{
	cursor: pointer;
}

/*标准弹窗*/
#popupBox .modal-body{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#popupBox .error_icon{
	width: 50px;
	height: 50px;
	background-image: url(../images/icons/icon4.png);
	background-repeat: no-repeat;
	background-position: -183px 0px;
	background-size: cover;
}
#popupBox .success_icon{
	width: 50px;
	height: 50px;
	background-image: url(../images/icons/icon4.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	background-size: cover;
}
#popupBox .warn_icon{
	width: 50px;
	height: 50px;
	background-image: url(../images/icons/icon4.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	background-size: cover;
}
#popupBox .modal-body .bodyCon{
	width: 80%;
	padding: 0px 10px;
}
#popupBox #popupBtn{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: 8px 8px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	color: #fff;
	background-color: #f50;
}
#popupBox #popupBtn:hover{
	background-color: #ef5203;
}

.goods-list-warp .gl-item .sider ul li img{
 width: 26px;
 height: 26px;
}
.no_records .sc-redBg-btn{box-sizing: content-box;}

@media screen and (min-width: 992px) {
	.new_main{
		margin-top: 100px;
	}
}
@media screen and (max-width: 992px) {
	.new_main{
		margin-top: 56px;
	}
}
@media (max-width: 992px){
	.user-order-list .item-t{
		height: auto;
		line-height: initial;
	}
	.user-order-list .item-t .t-statu, .user-order-list .item-t .t-info{
		float:none;
	}
	.user-order-list .item-t .t-price{
		float:none;
	}
	.user-items .item .textarea{
		width: 100%;
	}
}
#buy_new_card_title{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FF5500;
}
#buy_new_card .card_title{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	text-align: center;
}
#buy_new_card .card_message{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-top: 1rem;
}
#buy_new_card .card_btn{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}
#buy_new_card .card_btn.buy_button{
	background-color: #ff5500;
	color:#fff;
	margin-top: 40px;
}