﻿*{margin:0;padding:0;list-style:none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color:#333;
    font-size: 14px;
    height: 100%;
    font-family: 'Microsoft Yahei','宋体','微软雅黑',Arial,'Lucida Grande',Tahoma,sans-serif; 
    min-width:1200px;
}
h1,h2,h3,h4,h5{font-weight: 500;}
a{color:#333;text-decoration:none;}
a:hover{color:#cb1c1d;transition: 0.3s;}
img{vertical-align: middle;border-style: none;}
input,a,textarea,button{outline:none;}
span,b,dl,dt,ul,li,i,em{font-style: normal;}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

p {
  margin: 0;
  line-height: 1.8em;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 10px;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}


a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 10px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}
fieldset{border:1px solid #ccc;padding:10px;}
legend{-webkit-padding-start:15px !important;-webkit-padding-end:15px !important;}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}
.warp{width:1120px;margin:0 auto;}
.block{display: block !important; }
.inline{display: inline;}
.clearfix{zoom:1;clear:both;display:inline-block;}
.clearfix{display:block;}
.clearfix:after{content:".";height:0;display:block;clear:both;visibility:hidden;font-size:0;}
.overflow{overflow: hidden;}
.rel{position: relative;}
.fl{float: left !important;}
.fr{float:right !important;}

.writebox{border-radius: 8px;background:#fff;padding:20px;}
.bggrey{background-color: #f3f3f3;}
.bgblue{background-color: #039adf;}
.bgyellow{background-color: #ffcc39;}
.bgpurple{background-color: #bd62fd;}
.bggreen{background-color: #00c397;}
.bgred{background-color: #ff3939;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.col_red{color:#cb1c1d !important;}
.col_green{color:#53ce36 !important;}
.col_gray{color:#999 !important;}
.require_x{padding-top: 7px;display: inline-block;}

.ptb10{padding:10px 0;}
.ptb20{padding:20px 0;}
.p0{padding: 0 !important;}
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}
.pml5{padding-left:5px !important;padding-right:5px !important;}
.pt20{padding-top: 20px !important;}
.pl20{padding-left: 20px !important;}
.pl40{padding-left: 40px !important;}
.mt15{margin-top: 15px !important; }
.mt25{margin-top:25px !important;}
.mtb25{margin-top:40px !important;margin-bottom:60px !important;}
.mb25{margin-bottom:25px !important;}
.ml-20{margin-left: -20px;}
.ml15{margin-left: 15px; }
.mr15{margin-right: 15px; }
.blod{color:#333;font-weight: 700;}

.nav_brank{color: #999;font-weight: 500;font-size: 14px;}
.nav_brank i{padding-right: 6px;}
.nav_brank a{color:#999;font-size: 14px;}
.nav_brank span{}
.nav_brank em{color: #193b57;}

.warpbox{height:100%;width:100%;overflow: hidden;position:relative;}
.le_slid{width:244px;height:100%;background:rgb(204,28,30);position: absolute;left:0;top:0;box-shadow: 0 10px 0 0 rgba(0,0,0,.3);}
.ri_main{margin-left: 244px;height:100%;background: #f6f6f6;}
.top{height:90px;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.le_slid .top{background:transparent;}
.ri_main .top{min-width: 1200px;}
.auto{margin:0 auto;}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.display_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width:100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}
.pl-0{
	padding-left:0;
}
.pr-0{
	padding-right:0;
}
.form-group .form-control-feedback{right:15px;}
.table {
	width: 100%;
	max-width: 100%;
	margin:10px 0 20px;
	background-color: transparent;
	color:#666;
	border-top: 1px solid #dcdcdc;
}

.table th,
.table td {
  padding: 15px 10px;
  vertical-align: top;
  height: 40px;
}

.table thead th {
  vertical-align: bottom;
	background-color: #f0f0f0;color: #333;
	font-size: 14px;
  padding:15px 2px 15px 10px;
}

/*.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}*/

.table tr:nth-child(2n){
	background-color: #f8f8f8;
}

.table1{
	background: #f5f5f5;
}
.table1 td{border:1px solid #d4d4d4;padding:10px 15px;color:#666;text-align: left;}
.table1 td.t{width: 90px;color:#000;text-align: center;}
.table2 th{background: #f5f5f5;border:1px solid #d4d4d4;text-align: center;font-size: 18px;font-weight: 700;height: 70px;}
.table2 td,.table3 td{border:1px solid #d4d4d4;padding:10px;color: #666;}
.table2 td.t{width:100px;color:#000;}
.table2 td .tdn{min-height: 70px;}

.table3 th{background: #f5f5f5;border:1px solid #d4d4d4;text-align: center;font-size: 14px;font-weight: 700;padding:5px;}
.table3 td{color:#333;}
.table3 input{border:none;width: 100%;}
.tbig td,.tbig th{padding:15px;}
.tbig th{font-size: 16px;}

.form-control {
  display: block;
  width: 100%;
  padding: 8px 15px;
  line-height: 1.5em;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius:5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.calendar-item{
  position: relative;
  z-index: 3;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 6px 3px rgba(0, 123, 255, 0.15);
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.btn{display:inline-block;height: 36px;line-height: 36px;background: #cb1c1d;color: #fff;border-radius: 5px;border:none;padding:0 20px;cursor: pointer;transition: .3s;overflow: hidden; white-space:nowrap;}
.btn:hover{background-color: #b31819;color:#fff;}
.btn-cancel{background-color: #a7a7a7;}
.btn-cancel:hover{background-color: #6c6c6c;}
.btn-group{padding:20px 0;clear: both;}
.btn.stoke{background:none;color:#cb1c1d; border:1px solid #cb1c1d;}
.btn label{display: block;}
.btn input[type="file"]{display: none;}
a.btn{font-size: 14px;}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  transition: background .5s;
  min-width: 1000px;
  overflow: auto;
  overflow-y:scroll;
}
.modal.col-1{
  max-width: 83px;
}
.modal.col-2{
  max-width: 166px;
}
.modal.col-3{
  max-width: 250px;
}
.modal.col-4{
  max-width: 333px;
}
.modal.col-5{
  max-width: 416px;
}
.modal.col-6{
  max-width: 500px;
}
.modal.col-7{
  max-width: 583px;
}
.modal.col-8{
  max-width: 666px;
}
.modal.col-9{
  max-width: 750px;
}
.modal.col-10{
  max-width: 833px;
}
.modal.col-11{
  max-width: 916px;
}
.modal.col-12{
  max-width:1000px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin:-20% auto 20px;
  background-color: #fff;
  border-radius: 8px;
  padding:10px 20px 20px;
}

.modal-header {}
.modal-header b{font-size: 18px;}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show {
	display: block;
  background-color: rgba(0,0,0,.6)
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-header .modal-close {
  position: absolute;right:15px;top:10px;display: block;
  background: url("../images/icon_close.png") no-repeat center;
  width:32px;
  height: 32px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
}

.modal-body {
  position: relative;
  padding-top:20px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 5px;
}

.modal-footer > :not(:last-child) {
  margin-right: 5px;
}
.tabs{border:1px solid #cb1c1d;border-radius: 8px;overflow: hidden;display: inline-block;}
.tabs a{color:#cb1c1d;display: inline-block;height: 36px;line-height: 36px;padding:0 20px;border-left:1px solid #cb1c1d;margin-left: -4px;transition: .3s;}
.tabs a:hover{background-color: #faeded;}
.tabs a.cur{background: #cb1c1d;color: #fff;}

.artical{overflow: hidden;padding:20px 0;}
.artical .art-title {font-size: 18px;font-weight: 700;color: #000;text-align: center;}
.artical .t{text-align: center;color: #666;padding:10px;}
.artical .t span{padding:0 15px;}
.artical img{display: block;margin: 10px auto;max-width: 100%;}


.form-group {
  margin-bottom:20px;
}

.text{padding-top: 7px;display: inline-block;}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	color:#000;
  display: block;
}
.radio-label,.checkbox-label{
	padding:7px 20px 0 25px;
	margin-bottom: 0;
	background: url("../images/radiobg.png") no-repeat left 8px;
}
.radio-label.on{
	background-image: url("../images/radiochebg.png");
}
.checkbox-label{
	background-image: url("../images/checkboxbg.png");
}
.checkbox-label.on{
	background-image: url("../images/checkboxbg_on.png");
}
.radio-label input[type="radio"],.checkbox-label input[type="checkbox"]{display: none;}
.form-horizontal textarea{
	height: 100px
}
.textarea-feed{position: relative;}
.textarea-feed .feed{position: absolute;bottom:10px; right: 25px;}
.selbox{border:1px solid #ddd;border-radius: 5px;padding:3px 10px 10px;}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.tabbox .cont{display: none;}
.tabbox .cont.show{display: block;}

.tipbox{position: fixed;z-index: 2000;left: 0;top:0;right: 0;bottom:0;background: rgba(0,0,0,.6);}
.tipbox .info{background:#fff;border-radius: 5px;position: relative;margin:-50% auto 0;min-height:200px;width:400px;padding-bottom: 20px;}
.tipbox .info p{padding:70px 20px 20px;text-align: center;}
.tipbox .info p span{position: relative;padding-left: 55px;display:inline-block;min-height:45px;line-height:1.8em;font-size: 16px;background: url("../images/icon_14.png") no-repeat left center;padding-top: 8px;}
.tipbox .info .close{position: absolute;right:10px;top:10px;display: block;width:40px;height: 40px;background: url('../images/icon_close.png') no-repeat center;}
.tipbox .btns button{margin:0 5px;}
.sellayout_1{position: relative;color:#cb1c1d;display: inline-block;line-height: 36px;height: 36px;min-width: 100px;}
.sellayout_1 .so{border:1px solid #cb1c1d;border-radius: 5px;}
.sellayout_1 .so span{display: block;text-align: center;padding-right: 15px;margin-right:10px;background: url("../images/arrowdown.png") no-repeat right center;}
.sellayout_1 .options{width:100%;border:1px solid #cb1c1d;border-radius: 0 0 5px 5px;position: absolute;top:36px;left:0;background: #fff;overflow: hidden;display: none;}
.sellayout_1 .options span{display: block;text-align: center;}
.sellayout_1 .options span:hover{background: #fef5f5;cursor: pointer;}
.sellayout_1:hover .so{border-radius: 5px 5px 0 0;}
.sellayout_1.hover .options{display: block;}

.page{text-align: center;}
.page .info{display: inline-block;}
.page a{display: inline-block;border:1px solid #99a2b0;border-radius: 11px;height:24px;width:40px;float:left;margin:0 0 0 10px;background-repeat:no-repeat;background-position: center; transition: .3s;color: #929292;}
.page a:hover{opacity: .8;filter:alpha(opacity=80);}
.page span{display: inline-block;padding:0 0  0 10px;line-height: 26px;float: left;color:#99a2b0;}
.page em{color:#99a2b0;display: inline-block;padding-left: 10px;line-height: 26px;float: left;}
.page .home{background-image: url("../images/arrow1.png");}
.page .last{background-image: url("../images/arrow2.png");}
.page .prve{background-image: url("../images/arrowleft.png");}
.page .next{background-image: url("../images/arrowright.png");}
.page input{height: 24px;border:1px solid #99a2b0;border-radius: 10px 0 0 10px;margin-left: 10px;text-align: center;}
.page button{height:24px;color:#99a2b0;padding:0 10px;margin-left: -1px;cursor: pointer;}