/*默认字体设置*/
html,body{font: 12px/18px 'Arial', "ＭＳ Ｐゴシック", 'Geneva', sans-serif, 'Osaka',"ヒラギノ角ゴ Pro W3";color: #333;}
button,form,iframe{font-family: "Arial";}
/*默认清零设置*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, p, form { margin:0; padding:0;font-weight: normal; }
/*列表默认设置*/
ol, ul, li { list-style:none }
/*图片默认设置*/
img { border:none;border:0;vertical-align: middle;}
/*输入框样式*/
input,select,textarea{outline: 0; reset: none; box-shadow: none; }
/* 清除浮动 */
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; line-height: 0px;}
.clearfix { display: inline-table; }
* html .clearfix { height:1%; }
*+html .clearfix { zoom:1;}
.clearfix { display:block;}
/* 超链接默认设置*/
a:focus { outline: none; }  
a{ color: #333; text-decoration: none;}
a:hover{ color: #ed6d00 !important; }
a.bg-theme:hover{ color: #fff !important; }
::selection{ color: #fff; background: #000;}
.hidden{ display: none; }
.MT20{
	margin-top: 20px;
}
.MT10{
	margin-top: 10px;
}
.ellipsis{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align: bottom;
    display: inline-block;
}
.img img{
	width: 100%;
}
label.error{color: #c00;}

/*宽度设置*/
.w990{
	width: 990px;
	margin:0 auto;
}
.wrap{
	display: block;
	max-width: 1920px;
	min-width: 1200px;
	margin:0 auto;
}
.screen-edge{
	padding-left: 20px;
	padding-right: 20px;
}
/* 左右浮动 */
.ll{ float: left;}
.rr{ float: right;}

.display-block{
	display: block;
}
.tool-tips{
    cursor: help;
}


/*表单默认设置*/
.no-appearance{
	-webkit-appearance: none;
	outline: 0;
}
input.input-text, select.input-select{
	box-sizing: border-box;
	border:1px #ddd solid;
	padding: 11px 16px;
	outline: none;
	box-shadow: none;
	height: 40px;
	border-radius: 2px;		
}
input.input-text.input-prefix-before{
    padding: 11px 16px 11px 50px;
}
input.input-text.input-prefix-after{
    padding: 11px 50px 11px 16px;
}
input.input-text.input-small,select.input-select.input-small{
    padding: 6px 8px;
    height: 30px;
}
input.input-text.input-small.input-prefix-before{
    padding: 6px 8px 6px 34px;
}
input.input-text.input-small.input-prefix-after{
    padding: 6px 34px 6px 8px;
}
input.input-text.set-border, select.input-select.set-border{
	border: none;
}
input.input-text:focus, select.input-select:hover, textarea.input-text:focus{
	border: 1px #666 solid;
}
input.input-text[readonly]:focus, textarea.input-text[readonly]:focus{
    border: 1px #ddd solid;
}
input.input-text.display-block, select.input-select.display-block, textarea.input-text.display-block{
    width: 100%;
}

input.input-text.set-border,input.input-text.set-border:focus{
    border-width: 0;
}

.input-prefix-group{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.input-prefix-group .before, .input-prefix-group .after{
    position: absolute;
    width: 18px;
    height: 18px;
    top: 11px;
    text-align: center;
}
.input-prefix-group .before{
    left: 16px;
}
.input-prefix-group .after{
    right: 16px;
}
.input-prefix-group.input-small .before, .input-prefix-group.input-small .after{
    top: 6px;
}
.input-prefix-group.input-small .before{
    left: 8px;
}
.input-prefix-group.input-small .after{
    right: 8px;
}



.password-eye{
	position: relative;
}
.password-eye span{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
    height: 100%;
}

input[type=checkbox], input[type=radio]{
    margin:0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

textarea.input-text{
    box-sizing: border-box;
    border:1px #ddd solid;
    padding: 11px 16px;
    outline: none;
    box-shadow: none;
    height: 80px;
    border-radius: 2px;
}




/*翻页*/
.pager a,
.pager select,
.pager input,
.pager span{
    box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding:0 7px;
	font-size: 14px;
    color: #606266;
	cursor: pointer;
}
.pager select{
	border:1px solid #dcdfe6;
	border-radius: 2px;
	height: 28px;
    min-width: 60px;
}
.pager input{
    border:1px solid #dcdfe6;
    border-radius: 2px;
    box-shadow: 0;
    outline: 0;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    width: 60px;
}
.pager a.prev,
.pager a.next{
	width: 60px;
    height: 28px;
	margin:0 10px;
	border:1px solid #dcdfe6;
	border-radius: 2px;
}
.pager a.prev{
    background:url('../images/icon-prev.png?r={REVISION}') no-repeat center;
}
.pager a.prev:hover{
    background:url('../images/icon-prev-hover.png?r={REVISION}') no-repeat center;   
}
.pager a.next{
	background:url('../images/icon-next.png?r={REVISION}') no-repeat center;
}
.pager a.next:hover{
    background:url('../images/icon-next-hover.png?r={REVISION}') no-repeat center;
}
.pager span.page{
	font-weight: bold;
}





/*面包屑 */
#breadcrumb{
    margin: 15px 0;
	color: #999;
}
#breadcrumb a{
	margin: 0 8px; 
	color: #999;
}
#breadcrumb a.gohome{
	margin-left: 0;
}


/* 12列栅格 */
.container{
	max-width: 1920px;
	min-width: 1200px;
	margin:0 auto;
}
.container.md{
	max-width: 1200px;
}
.container *{
	box-sizing: border-box;
}
.row:before,
.row:after{
	content: '';
	display: table;
	clear: both;
}
[class *= 'col-']{
	float: left;
	min-height: 1px;
}
.col-1{ width: 8.3333%; }
.col-2{ width: 16.6667%; }
.col-3{ width: 25%; }
.col-4{ width: 33.3333%; }
.col-5{ width: 41.6667%; }
.col-6{ width: 50%; }
.col-7{ width: 58.3333%; }
.col-8{ width: 66.6667%; }
.col-9{ width: 75%; }
.col-10{ width: 83.3333%; }
.col-11{ width: 91.6667%; }
.col-12{ width: 100%; }

/* flex布局 */
.flex {
    display: -webkit-flex;
    display: flex
}
.flex.column{
	flex-direction: column;
}
.flex.flex-wrap {
    flex-wrap: wrap
}
.flex.between {
    justify-content: space-between
}
.flex.around {
    justify-content: space-around
}
.flex.center {
    justify-content: center
}
.flex.a-center {
    align-items: center
}
.flex.a-start {
    align-items: flex-start
}
.flex.row-reverse{
	flex-direction: row-reverse;
}
.flex .flex-item {
    flex-grow: 0
}
.flex .flex-item.flex-main {
    flex-grow: 1
}
.flex .flex-item.noshrink {
    flex-shrink: 0
}
.flex .flex-item.flex-half{
	flex-basis: 50%;
}


/* 文字 */
.word{
	font-size: 12px;
	color: #333;
}
.word.big {
    font-size: 14px;
}
.word.large {
    font-size: 16px;
}
.word.larger{
	font-size: 18px;
}
.word.great{
	font-size: 20px;
}
.word.greater{
    font-size: 22px;
}
.word.giant {
    font-size: 24px;
}
.word.gianter{
	font-size: 26px;
}
.word.huge{
	font-size: 32px;
}

.word.cont {
    color: #666
}
.word.tip {
    color: #999
}
.word.white{
	color: #fff;
}

.word.theme{
	color: #ed6d00;
}
.word.blue{
	color: #3791e0;
}
.word.green{
	color: #9edb52;
}
.word.gold{
	color: #ffc016;
}
.word.disable{
	color: #ddd;
}
.word.error{
	color: #c00;
}

.word.bold{
	font-weight: bold;
}
.word.normal{
	font-style: normal;
}

.word.underline{
	text-decoration: underline;
}
.word.linethrough{
	text-decoration: line-through;
}
.word.uppercase{
	text-transform: uppercase;
}
.word.ellipsis{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/* 按钮 */
.btn, .btn.btn-primary{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	height: 40px;
    text-align: center;
}
.btn.btn-primary{    
    background: #222;
    color: #ccc;
}
.btn.btn-primary:hover{
	color: #fff;
}

.btn.btn-theme{
	background: #ed6d00;
	color: #fff;
}
.btn.btn-theme:hover{
	background: #ed6700;
}

.btn.btn-share{
	border: 1px solid #ee7c1d;
	background: #fff;
	color: #ed6d00;
}
.btn.btn-share:hover{
	background: #ffe7d4;
}

.btn.btn-export{
    position: relative;
    padding: 0 10px 0 46px;
    border: 1px solid #cf670e;
    background: #ee7c1c;
    color: #fff;
}
.btn.btn-export::before{
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #cf670e;
    background: url('../images/icon-export.png?r={REVISION}') no-repeat center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.btn.btn-export.btn-add::before{
    background: url('../images/icon-plus.png?r={REVISION}') no-repeat center;
}
.btn.btn-export:hover{
    background: #e06700;
}

.btn.btn-cancel{
    background: #fff;
    border: 1px solid #222;
    color: #222;
}
.btn.btn-cancel:hover{
    background: #ddd; 
}

.btn.btn-search{
    background: #333;
    color: #fff;
}
.btn.btn-search:hover{
    background: #666;
}

.btn.btn-text{
    background: transparent;
}
.btn.btn-text:hover{
    color: #ed6d00;
}

.btn.disabled,.btn.disabled:hover{
    background: #dadada !important;
    border-color: #dadada !important;
    color: #fff !important;
}

.btn.btn-small{
    height: 30px;
}
.btn.btn-large{
	height: 80px;
}

.btn.btn-block{
	display: block;
	text-align: center;
	width: 100%;
}



/*间距*/
.lmargin-level-1 {
  margin-left: 5px;
  margin-right: 5px;
}
.tmargin-level-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.lpadding-level-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.tpadding-level-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lmargin-level-2 {
  margin-left: 10px;
  margin-right: 10px;
}
.tmargin-level-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lpadding-level-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.tpadding-level-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lmargin-level-3 {
  margin-left: 15px;
  margin-right: 15px;
}
.tmargin-level-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.lpadding-level-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.tpadding-level-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lmargin-level-4 {
  margin-left: 20px;
  margin-right: 20px;
}
.tmargin-level-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lpadding-level-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.tpadding-level-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*对齐*/
.align-item-left {
  text-align: left;
}
.align-item-right {
  text-align: right;
}
.align-item-center {
  text-align: center;
}

/*边框*/
.set-border{
	border-width: 0;
}
.set-border.border-style-solid{
	border-style: solid;
}
.set-border.border-style-dashed{
	border-style: dashed;
}
.set-border.border-style-dotted{
	border-style: dotted;
}
.set-border.border-color-gray{
	border-color: #f5f5f5;
}
.set-border.border-color-orange{
	border-color: #ed6d00;
}
.set-border.border-color-red{
	border-color: #c00;
}
.set-border.border-color-light{
	border-color: #eee;
}
.set-border.border-color-dark{
	border-color: #333;
}
.set-border.border-radius-small{
	border-radius: 2px;
}
.set-border.border-radius-half{
	border-radius: 50%;
}
.set-border.border-width-1{
	border-width: 1px;
}
.set-border.lborder-width-1{
	border-left-width: 1px;
}
.set-border.tborder-width-1{
	border-top-width: 1px;
}
.set-border.rborder-width-1{
	border-right-width: 1px;
}
.set-border.bborder-width-1{
	border-bottom-width: 1px;
}
.set-border.border-width-2{
	border-width: 2px;
}
.set-border.lborder-width-2{
	border-left-width: 2px;
}
.set-border.tborder-width-2{
	border-top-width: 2px;
}
.set-border.rborder-width-2{
	border-right-width: 2px;
}
.set-border.bborder-width-2{
	border-bottom-width: 2px;
}

/*背景*/
.bg-theme{
    background-color: #ed6d00;
}
.bg-gray{
    background-color: #f7f7f7;
}
.bg-white{
    background-color: #fff;
}
.bg-dark{
	background-color: #333;
}

/* 弹层 */
.mlayer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
}
.mlayer.show{
    display: -webkit-flex;
    display: flex;
}

.mlayer.loading{
    background: rgba(255,255,255,.7) url('../images/loading.svg') no-repeat center center;
}

.mlayer-c {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;    
}

.mlayer-c.mlayer-alert{
    width: 270px;
}

.mlayer-alert .alert-no, .mlayer-alert .alert-yes{
    cursor: pointer;
}

.mlayer-c .close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    background: url('../images/icon-close.png?r={REVISION}') no-repeat center;
}

.mlayer-h {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    line-height: 44px;
}

.mlayer-b {
    padding: 74px 30px 30px;
    width: 550px;
}


/* product-list */
.product-list .product-item{
    width: 30%;
    margin-bottom: 50px;
}
.product-list .product-pic{
    position: relative;
    height: 0;
    padding-bottom: 133%;
    overflow: hidden;
}
.product-list .product-img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.product-img img{
    width: 100%;
}
.product-list .product-name{
    height: 36px;
    overflow: hidden;
}
.product-list .product-btns{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: right;
}
.product-list .product-btns a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding:10px 20px;
    border-radius: 19px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
}


/* icons */
[class *= 'icon-'] {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon-tiny{
    width: 18px;
    height: 18px;
}
.icon-small{
    width: 20px;
    height: 20px;
}

.icon-eye {
    background-image: url('../images/icon-eye-close.png?r={REVISION}');
}
.icon-eye-open {
    background-image: url('../images/icon-eye-open.png?r={REVISION}');
}
.icon-edit{
    background-image: url('../images/icon-edit.png?r={REVISION}');
}
.icon-question{
    background-image: url('../images/icon-question.png?r={REVISION}');
}
.icon-arrow{
    background-image: url('../images/icon-arrow.png?r={REVISION}');
}



/* tips */
.mtips{
    position: fixed;
    top: -50px;
    left: 50%;
    height: 44px;
    padding: 0 20px 0 60px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    line-height: 44px;
    font-size: 14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}
.mtips.info{
    color: #3EA951;
    border-color: #C3E7C9;
    background: #EFFAEA url('../images/success_icon.png') no-repeat 20px center;
}
.mtips.warn{
    color: #EE7C1D;
    border-color: #F9CEAA;
    background: #FEEDDF url('../images/warning_icon.png') no-repeat 20px center;
}
.mtips.error{
    color: #EC3B3B;
    border-color: #F4BBBB;
    background: #FFF4F7 url('../images/error_icon.png') no-repeat 20px center;
}


#tooltips{
    display: none;
    position: absolute;
    padding: 15px;
    width: 220px;
    background: #FCF4E4;
    box-shadow:0px 2px 4px 0px rgba(187,187,187,0.5);
    border:1px solid #FCE5B8;
    color: #9f814b;
    border-radius: 5px;
    z-index: 19;
}
#tooltips::before{
    content: '';
    position: absolute;
    top: -20px;
    right: 5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FCE5B8 transparent; 
}
#tooltips::after{
    content: '';
    position: absolute;
    top: -18px;
    right: 6px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #FCF4E4 transparent; 
}