body {
	padding: 0;
	margin: 0;
	background: #fff;
	vertical-align: baseline;
	font-family: arial, "Lantinghei SC", "Microsoft Yahei", "PingFang SC";
	line-height: 1.6;
	color: #333333;
	font-size: 14px;
}

input,
select,
textarea {
	font-size: 100%;
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

img,
iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}

a img,
:link img,
:visited img {
	border: none;
}

.floatRight {
	float: right;
}

.floatNone {
	float: none;
}

.floatLeft,
.group {
	float: left;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fullscreen {
	height: auto;
	min-width: 1200px;
	position: relative;
	width: 100%;
	overflow: hidden;
	/*float: left;*/
}

.fullscreen:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

.main {
	height: auto;
	min-width: 1180px;
	position: relative;
	width: 100%;
	overflow: hidden;
	/*float: left;*/
}

.main:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

.minwidth {
	height: auto;
	margin: 0 auto;
	width: 1200px;
	/*页面内容区宽度*/
	overflow: hidden;
}

.minwidthauto {
	height: auto;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.overflowhidden {
	height: auto;
	overflow: hidden;
}

.overflowInherit {
	overflow: inherit !important;
}

.overflowvisible {
	overflow: visible
}

.textImgSeparation {
	display: table-cell;
	*display: inline-block;
}

.inlineBlock {
	display: inline-block;
}

.maintext {
	line-height: 2em;
}

.text-through {
	text-decoration: line-through;
}

.text-right {
	text-align: right;
}

.border-box {
	border: solid 1px #eee;
}


/*间距*/

.marT0 {
	margin-top: 0!important;
}

.marT10 {
	margin-top: 10px;
}

.marT20 {
	margin-top: 20px;
}

.marT30 {
	margin-top: 30px;
}

.marT40 {
	margin-top: 40px;
}

.marT60 {
	margin-top: 60px;
}

.marB10 {
	margin-bottom: 10px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB30 {
	margin-bottom: 30px;
}

.marB60 {
	margin-bottom: 60px;
}

.marL5 {
	margin-left: 5px;
}

.marL20 {
	margin-left: 20px;
}

.pdB30 {
	padding-bottom: 30px;
}

.pdB20 {
	padding-bottom: 20px;
}

.pdB10 {
	padding-bottom: 10px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.pd10 {
	padding: 10px;
}

.pd20 {
	padding: 20px;
}

.plpr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}


/*字号*/

.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font24 {
	font-size: 24px;
}


/*宽高*/

.w30 {
	width: 30px!important;
}

.w40 {
	width: 40px!important;
}

.w50 {
	width: 50px!important;
}

.w60 {
	width: 60px!important;
}

.w70 {
	width: 70px!important;
}

.w80 {
	width: 80px!important;
}

.w90 {
	width: 90px!important;
}

.w100 {
	width: 100px!important;
}

.w140 {
	width: 140px!important;
}

.w180 {
	width: 180px!important;
}

.w200 {
	width: 200px!important;
}

.w300 {
	width: 300px!important;
}

.w500 {
	width: 500px!important;
}

.h70 {
	height: 70px
}


/*颜色*/

a {
	text-decoration: none;
	color: #666;
}

a:focus,
a:hover {
	color: #f13826;
	text-decoration: none;
}

.bggray {
	background: #fafafa;
}

.darkgray {
	background: #48535e;
	color: #b6bac2;
}

.bgWhite {
	background: #ffffff;
}

.border-t-red {
	border-top: 2px solid #f13826;
}

.border-b-red {
	border-bottom: 2px solid #f13826;
}

.border-bule {
	border: 1px solid #0d5eb7;
}

.color-bule {
	color: #0d5eb7!important;
}

.color-red {
	color: #f13826!important;
}

.bordere5 {
	border-bottom: 1px solid #e5e5e5;
}

.borderF5 {
	border: 1px solid #f5f5f5;
}

.borderDDD {
	border: 1px solid #dddddd;
}

.color-333 {
	color: #333;
}

.color-666 {
	color: #666;
}

.color-999 {
	color: #999;
}


/*panel*/

.x-panel {
	margin-bottom: 20px;
}

.x-panel-tit {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	color: #666;
	background: #fafafa;
	border: solid 1px #eee;
}

.x-panel-content {
	margin-top: -1px;
	background: #fff;
	border: solid 1px #eee;
	overflow: hidden;
}

.panel-xltit {
	padding-bottom: 10px;
	margin: 10px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	border-bottom: solid 1px #eee;
}

.panel-smtit h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

.panel-smtit i {
	font-size: 10px;
}


/*tabs*/

.tabs .tabs-item {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666;
	background: #fafafa;
	border: solid 1px #eee;
}

.tabs .tabs-item li,
.tabs .tabs-item li a {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	color: #666;
}

.tabs .tabs-item li a:hover,
.tabs .tabs-item li.active a {
	text-decoration: none;
	color: #f13826;
}

.tabs .tabs-item li.active {
	height: 39px;
	color: #f13826;
	background: #fff;
	border-right: solid 1px #eee;
	border-left: solid 1px #eee;
	border-top: solid 2px #f13826;
	text-decoration: none;
}

.tabs .tabs-item li.active:first-child {
	border-left: solid 1px transparent;
}

.tabs-content {
	border: solid 1px #eee;
	padding: 20px;
	text-align: left;
	margin-top: -1px;
}

.tabs-content .tabtit {
	margin-bottom: 15px;
	font-weight: bold;
	color: #f13826;
	text-decoration: underline;
}

.tabs-content img {
	display: block;
	width: 100%;
	margin: 10px 0;
}


/*型号选择*/

.theme-options {
	overflow: visible;
	padding: 0px 0px;
	display: block;
	margin-top: 15px;
}

.theme-optionsbtn {
	padding-top: 10px;
	padding-left: 50px;
}

.theme-optionsbtn button {
	margin-right: 10px;
}

.cart-title {
	width: 50px;
	height: 40px;
	line-height: 40px;
	color: #999;
	float: left;
}

.cart-list {
	overflow: hidden;
	float: none;
}

.cart-list .sku-line {
	float: left;
	background: none;
	border-radius: 0;
	margin: 5px;
	padding: 3px;
	border: 2px solid #F5F5F5;
	color: #000;
	cursor: pointer;
	position: relative;
}

.cart-list .sku-line.selected {
	background: none;
	color: #000;
	border: 2px solid #BE0106;
}

.cart-list .sku-line.selected i {
	display: block;
}

.cart-list li i {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	right: 0px;
	bottom: 0px;
	background: url(../images/icon/sys_item_selected.gif) no-repeat right bottom;
	z-index: 1;
	display: none;
}


/*bootstrap重置*/


/*tab*/

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #fafafa;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #f13826;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}


/*page*/

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.xh .nav>li>a {
	border-bottom: solid 1px #f5f5f5;
}

.xh .nav-pills>li>a {
	border-radius: 0!important;
}


/*购物车*/

.dis-inlinetable {
	display: inline-table;
	width: 100%;
}

.dis-inlinetable li {
	display: table-cell;
	vertical-align: top;
}

.pro-tit {
	margin-top: 10px;
	padding-left: 11px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: solid 2px #aaaaaa;
}

.shopcart_list {
	border: solid 1px #dddddd;
	margin-top: -1px;
}

.shopcart_list.selected {
	background: #fcf8e3;
}

.sonpage_tit {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 24px;
	border-left: solid 1px #eee;
	padding-left: 10px;
	margin-left: 10px;
	vertical-align: middle;
}


.text-red {
	color: #dd4b39 !important
}

.text-yellow {
	color: #f39c12 !important
}

.text-aqua {
	color: #00c0ef !important
}

.text-blue {
	color: #0073b7 !important
}

.text-black {
	color: #111 !important
}

.text-light-blue {
	color: #3c8dbc !important
}

.text-green {
	color: #00a65a !important
}

.text-gray {
	color: #d2d6de !important
}

.text-navy {
	color: #001f3f !important
}

.text-teal {
	color: #39cccc !important
}

.text-olive {
	color: #3d9970 !important
}

.text-lime {
	color: #01ff70 !important
}

.text-orange {
	color: #ff851b !important
}

.text-fuchsia {
	color: #f012be !important
}

.text-purple {
	color: #605ca8 !important
}

.text-maroon {
	color: #d81b60
}

.text-white {
	color: #ffffff;
}


