﻿@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot');
    src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype'),
         url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'),
         url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'),
         url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'AlibabaPuHuiTi', "PingFang SC", "Microsoft YaHei", sans-serif!important;
}

@media screen and (min-width: 25em) {
.magazine-view .o-split-banner__caption {
	top: 44.5%;
}
}
.magazine-view .o-split-banner__caption > .row {
	display: none;
}
.magazine-view #magazine {
	display: block;
}
#magazine {
	width: 90%;
	height: 500px;
	display: none;
}
 @media screen and (min-width: 64em) {
#magazine {
	position: relative;
	padding-top: 0;
	width: 60%;
	height: 750px;
	margin: 0 auto;
}
}
.page-product .form-group{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px auto;
}
.page-product .form-group label{
	margin-bottom: 0;
	margin-right: 10px;
}
.page-product #dr_sku_price{
	padding: 0 10px;
	color: #970102;
    font-size: 2.25rem;
    line-height: 1.5;
}
.page-product .fc-sku-select-price{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.page-product .fc-sku-select-price button{
	width: 23.5%;
	border: 1px solid #c3c3c3;
	margin:  10px 0;
	padding: 15px 30px;
	cursor: pointer;
}
.page-product .fc-sku-select-price button:hover, .page-product .fc-sku-select-price button.red{
	border: 1px solid #970102;
}
.bootstrap-touchspin{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bootstrap-touchspin span{
	display: flex;
	align-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #c3c3c3;	
}
.bootstrap-touchspin span button{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	cursor: pointer;
}
.bootstrap-touchspin input{
	width: 70px!important;
	text-align: center!important;
	border-left: 0!important;
	border-right: 0!important;
}
.page-product .add-btn{
	margin-left: 10px;
}
@media (max-width: 768px) {
	.o-header__logo img{
		height: 40px;
	}
    .page-product .add-btn{
		margin-left: 0;
		margin-top: 10px!important;
	}
}
.cart-box{
	max-width: 96%;
	margin: 50px auto;
}
.cart-box .btn-group{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cart-box .btn-group label{
	margin-bottom: 0;
}
.cart-box .btn-group button{
	margin: 10px 5px;
	padding: 10px 15px;
	background: #970102;
	border: 1px solid #970102;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
} 
.cart-box .btn-group button:hover{
	background: #fff;
	border: 1px solid #970102;	
	color: #970102;
} 
.cart-box .td-del{
	padding: 1.875rem 0!important;
}
.margin-top-20{
	margin-top: 20px;
}
.cart-box textarea{
	padding: 10px;
}
.cart-box .goods-img{
	width: 70px;
	height: 70px;
}
.payment-box ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 0;
	margin-top: 10px;
}
.payment-box li{	
	margin-right: 15px;
	list-style: none;
}
.payment-box li label{	
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
}
.payment-box li label img{	
	width: 36px;
	margin: 0 10px;
}
.form-inquiry .form-group{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.form-inquiry .form-group .full{
	width: 100%;	
}
.form-inquiry .form-group .half{
	width: 50%;	
}

.form-inquiry .form-group .single-input{
	margin: 10px;
	border: 1px solid #dedede;
}
.form-inquiry .form-group input{
	border: 0!important;
}
.form-inquiry .form-group textarea{
	padding: 10px;
	height: 100px;
	border: 0!important;
}
.form-inquiry .form-group button{
	padding: 15px 0;
	width: 100%;
	text-align: center;
	background: #970102;
	border: 1px solid #970102;
	color: #fff;
	cursor: pointer;
}
.form-inquiry .form-group button:hover{
	background: rgb(151, 1, 2, 0.8);
}

@media (max-width: 768px) {
	.o-product__information-tabs li{
		margin: 0!important;
	}
	.cart-box .table-box{
		overflow:scroll;
	}
	.checklist-box .table-box{
		overflow:hidden;
	}
	.cart-box thead th, .cart-box thead td, .cart-box tfoot th, .cart-box tfoot td{
		font-size: 12px!important;
	}
	.cart-box .table-box img{
		max-width: none!important;
	}
	.cart-box .goods-img{
		width: 40px;
		height: 40px;
	}
}

