@charset "utf-8";

/* CSS Reset */
html{-webkit-text-size-adjust:none; }
body{overflow-x:hidden;margin:0; padding:0;font-family:Microsoft Yahei,Helvetica Neue,Arial;}
img {max-width: 100%;max-height:100%;margin: 0;padding: 0;border: 0;height: auto;}
header,nav,section,article,aside,footer {display: block;}
a{text-decoration:none;color:#222;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
::-webkit-scrollbar{height:4px; width:0px;background: #ccc;}
::-webkit-scrollbar-button{height:0; width:0}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
* {
  margin: 0;
  padding: 0;
    padding-left: 0px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input:focus{   outline: 1px solid #F60;}
.c-datepicker-date-editor input:focus{   outline:none;}
select:focus{   outline: 1px solid #F60;}


table {
  border-collapse: collapse;
}.table {
  color: #333;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
ul,li{padding:0;margin:0; list-style:none;}
/* header */
header{width:100%;float:left; background-color:#fff; }
.container{max-width:98%;margin:auto;}
nav{float:left;width:100%;margin-top:0px; text-align:center;}
nav a{ cursor:pointer;padding-left:30px;padding-right:30px; border-bottom:solid 2px #f4f4f4;  font-size:14px;padding-top:5px;padding-bottom:5px; font-weight:bold;margin-right:20px;}
nav a.on{border-bottom:solid 2px #F60; font-weight:bold; color:#F60;}
nav a:hover{border-bottom:solid 2px #F60; font-weight:bold; color:#F60;}

.main{width:100%;float:left;padding-top:2%;border-bottom:solid 2px #fce6d7;padding-bottom:2%;border-top:solid 3px #fce6d7; background-color:#fcf4ef;}
.page-header {margin-bottom: 1.875rem;}
.page-header .breadcrumb { background-color: transparent;color: #6c757d;font-size: 1rem;font-weight: 500;margin-bottom: 0;padding: 0;margin-top:15px;}
.page-header .breadcrumb a {color: #333;}
.page-title {color: #333;margin-bottom: 5px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}.col-xl-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}.card-body {
  padding: 1.5rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}.dash-widget-header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}.dash-widget-icon {
  align-items: center;
  display: inline-flex;
  font-size: 1.875rem;
  height: 50px;
  justify-content: center;
  line-height: 48px;
  text-align: center;
  width: 50px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 50px;
  padding: 28px;
}.dash-count {
  font-size: 18px;
  margin-left: auto;
}
.dash-count h3{ color:#333; font-size:35px;float:left;}
.dash-count h4{float:left; font-size:30px; font-weight:bold;}
.text-muted {
  color: #757575 !important; font-size:16px;margin-bottom:20px;
}.progress.progress-sm {
  height: 6px;
}
.progress-sm {
  height: 15px;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}.bg-primary, .badge-primary {
  background-color: #1e88e5 !important;
}
.w-50 {
  width: 50% !important;
}.bg-primary {
  background-color: #F60 !important;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}
.bg-success, .badge-success {
  background-color: #c82803 !important;
}.text-success, .dropdown-menu > li > a.text-success {
  color: #c82803 !important;
}.text-danger, .dropdown-menu > li > a.text-danger {
  color: #fc5a5a !important;
}.bg-danger, .badge-danger {
  background-color: #fc5a5a !important;
}.text-warning, .dropdown-menu > li > a.text-warning {
  color: #ffbc34 !important;
}.bg-warning, .badge-warning {
  background-color: #ffbc34 !important;
}

.border-primary {
  color: #F60 !important;
}


.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125); position:relative;
}
.card-header::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #F60;
  position: absolute;
  left: 20px;
  bottom: 0;
}


.card .card-header .card-title {
  margin-bottom: 0;
}.card-table .card-body {
  padding: 0;
}
.card-body {
  padding: 1.5rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}.table-responsive {
  white-space: nowrap;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}.table thead {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}.card-table .card-body .table tr td:first-child, .card-table .card-body .table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .table td, .card-table .table th {
  border-top: 1px solid #e2e5e8;
  padding: 1rem 0.75rem;
    padding-left: 0.75rem;
  white-space: nowrap;
}
.table.table-center td, .table.table-center th {
  vertical-align: middle;
}
.table thead tr th {
  font-weight: 600;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.card-table .card-body .table tr td:first-child, .card-table .card-body .table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table .table td, .card-table .table th {
  border-top: 1px solid #e2e5e8; font-size:14px;
  padding: 1rem 0.75rem;
    padding-left: 0.75rem;
  white-space: nowrap;
}
.table.table-center td, .table.table-center th {
  vertical-align: middle;
}th {
  text-align: inherit;
}

.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.rounded-circle {
  border-radius: 50% !important;
}table.table td h2 a {
  color: #333; font-size:14px;
}
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}.mr-2, .mx-2 {
  margin-right: .5rem !important;
}

/*海关数据搜索*/

.main-search{width:100%;float:left;background-color: #fff;padding:2%;}
.main-search .shujyuan{width:10%;float:left;background-color: #F60;padding:2%;}
.shujyuan span{width:100%;float:left; text-align:center;color: #fff;}
.shujyuan .zzsc{width:100%;margin-top:5%;float:left;}
.shujyuan .zzsc ul{width:100%;}

.main-search ul{float:right;width:88%;}
.main-search ul li{width:33.333%;float:left;margin-bottom:10px;}
.main-search ul li span{float:left; font-size:14px; color:#666;width:30%; text-align:right;height:30px;line-height:30px;}
.main-search ul li p{float:right;width:65%; background-color:#fff;}
.main-search ul li p input{ border:solid 1px #e6e6e6;height:36px;line-height:36px;padding-left:10px;width:100%;box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
/****/
.item{float:right;width: 65%;}

.filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;border: solid 1px #e6e6e6;
height: 36px;
line-height: 36px;

width: 100%; background-color:#fff;
}

.filter-box select {
-webkit-appearance: button;
background-color: #fff;
float: left;
border: none !important;
width: 100%;
line-height: 34px; height: 34px;padding-left: 10px;box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.filter-box select option{text-indent:5px;}

.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.filter-text input {
	font-size: 14px;
}

.filter-text .filter-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
}

.filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

.filter-list li.filter-null a {
	color: #d2d2d2;
}

.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.filter-list li:hover {
	background-color: #f2f2f2;
}
.filter-list li{width:100% !important;float:left;margin-bottom:0 !important}
.filter-list li a{width:100%;float:left;}
.filter-list li.filter-selected {
	background-color: #00C;
}

.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}

.filter-list li.filter-disabled {
	background-color: #fff;
}

.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

.icon {
	position: absolute;
}

.icon-filter-arrow {
	width: 8px;
	height: 6px;
	background-repeat: no-repeat;
    background-image: url(../images/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 10px;
    top: 13px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.filter-list::-webkit-scrollbar-track {
	background: #fff 
}

.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}
.zzsc{width:65%;float:right; position:relative}
.zzsc p img{padding-right:5px;}
.zzsc p{width:100% !important; height: 36px;line-height: 36px; padding-left:4px; border:1px solid #fff; background-color:#fff; color:#807a62; cursor:pointer; font-size:14px;padding-left:10px;}
.zzsc ul{width:50%; margin-top:2px; border:1px solid #ccc; position:absolute; display:none;top: 100%; background-color:#fff;}
.zzsc ul li{height:36px;cursor:pointer; position:relative;width:100%;margin-bottom:0 !important}
.zzsc ul li.dot{ background:url(../images/icon_arrow_down_x2.png) no-repeat 155px center;background-size: 8px;}
.zzsc ul li span{ width:100%; height: 36px;line-height: 36px; padding-left:10px; display:block; left:0; top:0; position:absolute;text-align: left;}
.zzsc ul li dl{ width:300%;height:auto; overflow:hidden;position:absolute;z-index:9;left:100%; top:0;border:1px solid #ccc; background:#fff;height:200px; color:#fff;display:none; }
.zzsc ul li dl dd{ padding-left:10px;height:30px; line-height:30px;width: 33.333%;float: left;color:#666; font-size:12px; }
.zzsc ul li dl dd img{padding-right:5px;}
.zzsc ul li dl dd:hover{ background:#f4f4f4;}
.zzsc ul li:hover{ background:#ff4800; }
.zzsc ul li:hover span{color:#fff;}
.mt40{width:65%;float:right;}
.c-datepicker-date-editor{width:100%;}
.c-datepicker-data-input.only-date{width:100px !important; font-family:Microsoft Yahei,Helvetica Neue,Arial; font-size:12px; color:#666;}
.c-datepicker-date-editor{ border-radius:0 !important;}
.zdy-a-2 #startdate, .zdy-a-2 #enddate{border: solid 1px #e6e6e6;height: 36px;line-height: 36px;width: 45% !important; }


.spms{width:65%;float:right; position:relative;}
.spms input{border: solid 1px #e6e6e6;height: 36px;line-height: 36px;padding-left: 10px;width: 100%;box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
.jkj { position:absolute;right:10px;top:10px; font-size:12px;}
.jkj .magic-checkbox1{display:none;}
.jkj label:before{position: absolute;top: 0;right:45px;display: inline-block;width: 15px;height: 15px;content: '';border: 1px solid #dedede;}
.magic-checkbox1:checked + label::after{display: block;}
.magic-checkbox1:checked + label::before {border: #F60;background: #F60;}

.magic-checkbox1 + label::after {top: 1px;left: -20px;box-sizing: border-box;width: 5px;height: 10px;
  transform: rotate(45deg);border-width: 2px; border-top-width: 2px; border-left-width: 2px; border-style: solid;border-top-style: solid;
border-left-style: solid;border-color: #fff;border-top-color: rgb(255, 255, 255);border-left-color: rgb(255, 255, 255);border-top: 0;border-left: 0;
}
.magic-checkbox1 + label::after {
  position: absolute;
  display: none;
  content: '';
}
.magic-checkbox1 + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}


/*选中*/
.opt{float:right;width:65%;margin-top:5px;}
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #e6e6e6; background-color:#fff;}
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {}

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #F60;
  background: #F60; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }
  
.chaxunsearch{width:100%;float:left; text-align:center;margin-top:2%;}
.chaxunsearch a{background: rgba(255,102,0,.05);padding-left: 50px;cursor: pointer;padding-right: 50px;border-radius: 5px;border: 1px solid rgba(255,102,0,.45);color: #F60;height: 40px;line-height: 40px;float: right;padding-top: 0;padding-bottom: 0;
}
.chaxunsearch a:hover{background-color:#F60; color:#fff;border: 1px solid #F60;}

/*搜索结果*/
.searchmian{width:100%;float:left;padding-top:2%;padding-bottom:2%; background-color:#fff;}
.searchmian_a{width:100%;float:left; text-align:center;background-color:#F60;height: 50px;line-height: 50px;}
.searchmian_a a{ font-size:16px;padding-left:20px;padding-right:20px;padding-bottom:10px;color: #fff; cursor:pointer;}
.searchmian_a a.on{ border-bottom: solid 2px #ef5715;
background-color: #fff;
color: #333;
padding-top: 10px;}
.searchmian_a a:hover{border-bottom: solid 2px #ef5715;
background-color: #fff;
color: #333;
padding-top: 10px;}
.searchmian_b{width:100%;float:left;margin-top:2%;}
.has-gutter tr{line-height:45px; background-color:#fff4ed ;}
.has-gutter tr th .cell{ font-weight:bold;color: #333;}
.has-gutter tr th{ font-size:14px; font-weight:normal;}
.el-table__body-wrapper td{ font-size:14px; font-weight:normal;}
.el-table__header,.el-table__body-wrapper{ background-color:#fff;}
.cell span{float:left;}
.has-gutter th .cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;  display: flex;
  align-items: center;
  cursor: pointer;
}
.sort-table {width: 13px;flex-wrap: wrap;float:left;}
.sort-table {display: flex; align-items: center;cursor: pointer;}
.sort-table i {font-size: 20px;line-height: 12px;text-align: center;margin-left: 8px;color: #C0C4CC;}
.el-table__header .has-gutter th:first-child .cell {padding-left: 10px;}
.el-table__body-wrapper .el-table__row td:first-child .cell {padding-left: 10px;}
.sort-table i.sort-table-on {color: #F60;}
.el-table__row .cell {display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;
vertical-align: middle;padding-left: 10px;padding-right: 10px;width: 100%;display: flex;align-items: center;
cursor: pointer;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;color: #666; font-size:12px;}
.cell a{ color:#ff4800;}
.searchmian_c{width:100%;float:left;margin-top:2%;}
.searchmian_c .searchmian_c-sear{width:50%;margin:auto;}
.searchmian_c .searchmian_c-sear .kedwore{width:80%;float:left; border:solid 1px #dedede; height:40px;line-height:40px; text-indent:10px;}
.sunmm{width:20%;float:left; border:solid 1px #F60; background-color: #F60;color: #fff; height:40px;line-height:40px; font-size:16px;}
.dayiyin{ background-color: #F60;color: #fff; position:fixed;right:0;top:50%;border:none;width:120px;height:40px;line-height:40px; font-size:16px;border-radius: 15px 0 0 15px;}
.el-table__row{line-height:45px;}
.el-table__row:nth-child(2n){ background-color:#fff4ed;}
.el-table__row:hover{background-color:#fdeadd;}
.header-top{font-weight: 400;transition: background 0.25s ease;-webkit-transition: background 0.25s ease;-moz-transition: background 0.25s ease;-ms-transition: background 0.25s ease;
/*background: url(../images/navbar-cover.jpg) center center no-repeat;*/background-size: auto;background-size: cover;height: auto; background-color:#333;float: left;width: 100%;}
.header-top-a{width:100%;float:left;padding-top:1.5%;padding-bottom:1%;}
.header-top-a-left{width:50%;float:left;}
.header-top-a-left span{float:left;cursor: pointer;padding-right: 30px;border-radius: 30px;font-size: 14px;padding-top: 5px;padding-bottom: 5px;float: left;font-weight: bold;margin-right: 20px;}
.header-top-a-left span img{height:40px;}
.header-top-a-left p{float:left; color:#fff;line-height: 50px;}
.header-top-a-right{float:right;line-height: 50px;}
.header-top-a-right span{float:left;color:#fff; font-size:14px;}
.header-top-a-right p{float:left;color:#fff; font-size:14px;padding-left:20px;}
.header-top-b{width:100%;float:left;padding-top:2%; position:relative;}
.header-top-b .form-control{background: #ffffff;height: 65px;border:none; text-indent:10px;width: 100%;height: 65px; font-size:16px; color:#999;}
.header-top-b a{ position: absolute;background-color: #00C;color: #fff;right: 20px;top: 50px;border-radius: 30px;
padding-left: 30px;padding-right: 30px;padding-top: 10px;padding-bottom: 10px;}
.selectpage{width:100%;float:left;margin-top:2%;}
.selectpage_lf{width: 100%;float:left; text-align:right; color:#666;font-size: 14px;}
.selectpage_lf span{ color:#ff4800; font-weight:bold;}
.pagination{width: 100%;float: left;margin-top:2%;text-align: center;}	
.page_item {padding: 5px 15px;border: #ccc 1px solid;margin: 0 2px;margin-bottom: 0px;font-size: 14px;display: inline-block;color: #333;margin-bottom: 10px;border-radius: 4px;}
.active{border: #F60 1px solid; background-color:#F60 ;margin: 0 2px;margin-bottom: 0px;
margin-bottom: 0px;font-size: 14px;display: inline-block;color: #333;margin-bottom: 10px;border-radius: 4px;
color: #fff !important;margin: 0 2px;margin-bottom: 0px;font-size: 14px;display: inline-block;color: #333;margin-bottom: 10px;border-radius: 4px;}
.page-link{ cursor:pointer;padding: 5px 15px;border: #ccc 1px solid;margin: 0px;margin-bottom: 0px;font-size: 14px;display: inline-block;color: #333;border-radius: 4px;margin-left: 5px;margin-right: 5px;}
.page-link:hover{border: #F60 1px solid; background-color:#F60 ;color:#fff;}
.header-conten{width:100%;float:left;}
footer{ background-color: #333;color:rgba(255,255,255,.3);width:100%;float:left;padding-top:2%;padding-bottom:2%; text-align:center;}

/*详情*/
#maindetails{ background-color:#f5f7fa;}
#maindetails .container{ background-color:#fff; padding:2%; overflow:hidden;}
.mian-details{width:100%;float:left;}
.mian-details-title{width:100%;float:left; border-bottom:1px solid #eee;padding-bottom:10px;}
.mian-details-content{width:100%;float:left;margin-top:20px;}
.details-1{width:100%;float:left; text-align:center; font-size:16px; font-weight:bold;border-bottom:solid 2px #333;padding-bottom:10px;}
.details-2{width:100%;float:left;} 
.details-2 .content {border-right: 1px solid #eee;margin-top: 40px;}
.details-2 dl {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.details-2 dd {width: 49.84%;display: -webkit-box;display: -ms-flexbox;display: flex; border-bottom: 1px solid #eee;}
.details-2 dl > dd > span:first-child {width: 140px !important;color: #000;font-size: 13px;font-weight: 700;}
.details-2 .title {border-right: 1px solid #eee;border-left: 1px solid #eee;}
.details-2 dl > dd > span {width: 50%;word-break: break-all;word-wrap: break-word;padding: 6px 12px;}
.details-2 dl > dd > span:nth-child(2) {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-shrink: 1;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-negative: 0;flex-shrink: 0;}
.details-2 .field { font-size: 12px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#specialWrap { display: block !important;} 
.details-2 dt {display: block;width: 100%;padding: 10px 0;color: #fff;background-color: #F60;text-indent: 1em;}
#specialWrap > dd {width: 100% !important;}
#specialWrap > dd > span:first-child {width: 140px !important;}
#specialWrap > dd {width: 100% !important;}
#specialWrap > .detail a {width: 40px !important;position: absolute;left: -70px;top: 3px;border: 1px solid #eee;height: 24px;line-height: 24px;background-color: #0f21e8;color: #fff;}
.field a { width: 16px;height: 16px;text-align: center;color: #fff;display: block;border-radius: 4px;}
#transCHCont {margin-top: 8px;}
.link_wrap1,.link_wrap2{ display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-negative: 0;flex-shrink: 0;position: static;z-index: 998;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.link{font-size: 12px;margin-right: 4px;-ms-flex-negative: 0;flex-shrink: 0;color: #4a97d3;cursor: pointer;}
.imgIcon{width: 16px;height: 16px;vertical-align: middle;margin-top: 2px;cursor: pointer;}
.loadingWrap{width: 16px;height: 16px;text-align: center;display: inline-block;color: #0f7dd5;}
.sc{width: 16px;height: 16px;cursor: pointer;vertical-align: bottom;margin-top: 2px;}
.mian-details-title p{float:right; color:#F60; cursor:pointer;}
.mian-details-title p i{padding-right:5px;}

@media(max-width:800px){.details-2 dd{width:100%;}}

/*供应商采购商*/
#maindetails .searchmian_b{margin-top:0;}
#maindetails{background-color:#fcf4ef;}
#maindetails .container{ overflow:hidden;}
.containert{padding:0%; background-color:#fff; overflow:hidden;margin-bottom:20px;}
.mainsearch{width:100%;float:left;}
#maindetails .chaxunsearch{ text-align:right;margin-top:1%;}
#maindetails .chaxunsearch a{ background:rgba(255,102,0,.05);border-radius: 5px;border: 1px solid rgba(255,102,0,.45); color:#F60;height:40px;line-height:40px;float: right;padding-top:0;padding-bottom:0; }
.mainsearch-a-1{float:left;}#maindetails .chaxunsearch a:hover{background: #F60;border: 1px solid #F60; color:#fff;}
.mainsearch-a-1 span{float:left; position:relative;padding-right: 10px;}
.mainsearch-a-1 span::after {position: absolute;content: ""; width: 1px;height: 14px;background-color: #00000040;top: 4px;right: 0px;}
.mainsearch-a-1 p{float:left;padding-left:10px; font-weight:bold;}
.mainsearch-a-2{float:left;margin-left:20px;}
.mainsearch-a-2 span{float:left; position:relative;padding-right: 10px;}
.mainsearch-a-2 span::after {position: absolute;content: ""; width: 1px;height: 14px;background-color: #00000040;top: 4px;right: 0px;}
.mainsearch-a-2 p{float:left;padding-left:10px; font-weight:bold;}
.mainsearch-b{width:100%;float:left;margin-top:20px;}
.mainsearch-b lable{ font-size:14px; color:#666;float: left;margin-right: 10px;}
.mainsearch-b lable i{margin-right:5px;}
input[type='radio'],input[type='checkbox']{width: 20px;height: 20px;vertical-align:middle;opacity: 0;}
.mainsearch-b .input_style{background: url(../images/green.png) no-repeat;width: 20px;height: 20px;display: inline-block;}
.mainsearch-b .radio_bg{background-position: -118px 0 ;}
.mainsearch-b .checkbox_bg{background-position: 0 0;}
.mainsearch-b .radio_bg_check{background-position: -166px 0 ;}
.mainsearch-b .checkbox_bg_check{background-position: -48px 0;}
.mainsearch-b span{float:left;position:relative;padding-right: 10px;}
.mainsearch-b span::after {position: absolute;content: ""; width: 1px;height: 14px;background-color: #00000040;top: 4px;right: 0px;}
.mainsearch-b p{float:left;padding-left:10px;}
.mainsearch-c{width:100%;float:left;}
.mainsearch-c .main-search{ background-color:#fff;padding:0;margin-top:20px;}
.mainsearch-c .main-search ul{width:100%;}
.mainsearch-c .main-search ul li span{ color:#333;}
.mainsearch-d{width:100%;float:left;margin-top:20px;}
.containeru{width:100%;float:left;background:rgba(255,102,0,.05);border-radius: 5px;border:1px solid rgba(255,102,0,.45);}
.containeru-main{padding:8px;float:left;width:100%;}
.containeru span{float:left; font-size:14px; }
.containeru span i{float:left;padding-right:5px;padding-top:5px;}
.containeru p{float:right;font-size:14px; cursor:pointer;}
.containeru span b{ color:#ff4800;}
.containeru p i{padding-right:5px;}
.ahanku{display:none;}
.on .ahanku{display:block;}
.on .shouye{display:none;}
.containerw{padding: 0%;background-color: #fff;overflow: hidden;float: left;margin-top: 20px;width: 100%;}
.containerw .searchmian_a{ background-color:#fff; border-bottom:1px solid rgba(255,102,0,.45);padding-bottom:10px;}
.containerw .searchmian_a a{ color:#333;}
.containerw .searchmian_a a.on { color:#F60;border-bottom: solid 2px #F60;padding-bottom: 12px;}
.containerw .searchmian_a a:hover{ color:#F60;border-bottom: solid 2px #F60;padding-bottom: 12px;}
.searchmian_cnui{width:100%;float:left;padding-top:2%;}

.mainsearch-a-3{float:left;margin-left:20px;}
.mainsearch-a-3 ul li{float:left;margin-right:10px; color:#333; cursor:pointer;}
.mainsearch-a-3 ul li i{margin-right:5px;color: #dedede;}
.mainsearch-a-3 ul li i.fa-eye{color: #F60;}
.mainsearch-a-3 ul li i.on{color: #F60;}

.searchmian_cnurt{width: 100%;float: left;padding-top: 2%;}
.searchmian_cnurt a{ cursor:pointer;float:right; font-size:14px; border:solid 1px #F60; color:#F60;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;margin-left:10px;}
.searchmian_cnurt a i{padding-right:5px;}
.searchmian_cnurt a:hover{ background-color:#3897f914;}
#GetList01 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList01{ position:relative;}
#GetList02 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList02{ position:relative;}
#GetList03 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList03{ position:relative;}
#GetList04 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList04{ position:relative;}
#GetList05 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList05{ position:relative;}
#GetList06 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList06{ position:relative;}
#GetList07 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList07{ position:relative;}
#GetList08 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList08{ position:relative;}
#GetList09 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList09{ position:relative;}
#GetList10 b{ font-weight:normal; color:#999; text-align:center;line-height:25px; position:absolute;left:48%;top:20px;}
#GetList10{ position:relative;}
/*市场趋势分析*/
#select04 .searchmian_c{width:100%;float:left; border:solid 1px #dedede; border-radius:5px;padding:1%;}
#select04 .searchmian_b{width:100%;float:left;border:solid 1px #dedede;border-radius:5px;padding:1%;}
#select04 .searchmian_c .searchmian_c-sear{width:100%;float:left;margin-top:2%;}
#select04 #select04_type{width:100%;float:left; text-align:center;}
#select04 #select04_type a{ border:solid 1px #dedede;padding:1%; font-size:14px; cursor:pointer;}
#select04 #select04_type a:hover{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select04 #select04_type a.on{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select04_chart{width:100%;float:left;margin-top:2%;}

/*国家/地区分析*/
#select05 .searchmian_c{width:100%;float:left; border:solid 1px #dedede; border-radius:5px;padding:1%;}
#select05 .searchmian_b{width:100%;float:left;border:solid 1px #dedede;border-radius:5px;padding:1%;}
#select05 .searchmian_c .searchmian_c-sear{width:100%;float:left;margin-top:2%;}
#select05 #select05_type{width:100%;float:left; text-align:center;}
#select05 #select05_type a{ border:solid 1px #dedede;padding:1%; font-size:14px; cursor:pointer;}
#select05 #select05_type a:hover{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select05 #select05_type a.on{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select05_chart{width:100%;float:left;margin-top:2%;}

/*起运港口分析*/
#select06 .searchmian_c{width:100%;float:left; border:solid 1px #dedede; border-radius:5px;padding:1%;}
#select06 .searchmian_b{width:100%;float:left;border:solid 1px #dedede;border-radius:5px;padding:1%;}
#select06 .searchmian_c .searchmian_c-sear{width:100%;float:left;margin-top:2%;}
#select06 #select06_type{width:100%;float:left; text-align:center;}
#select06 #select06_type a{ border:solid 1px #dedede;padding:1%; font-size:14px; cursor:pointer;}
#select06 #select06_type a:hover{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select06 #select06_type a.on{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select06_chart{width:100%;float:left;margin-top:2%;}

/*卸货港口分析*/
#select07 .searchmian_c{width:100%;float:left; border:solid 1px #dedede; border-radius:5px;padding:1%;}
#select07 .searchmian_b{width:100%;float:left;border:solid 1px #dedede;border-radius:5px;padding:1%;}
#select07 .searchmian_c .searchmian_c-sear{width:100%;float:left;margin-top:2%;}
#select07 #select07_type{width:100%;float:left; text-align:center;}
#select07 #select07_type a{ border:solid 1px #dedede;padding:1%; font-size:14px; cursor:pointer;}
#select07 #select07_type a:hover{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select07 #select07_type a.on{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select07_chart{width:100%;float:left;margin-top:2%;}

/*HS编码*/
#select08 .searchmian_c{width:100%;float:left; border:solid 1px #dedede; border-radius:5px;padding:1%;}
#select08 .searchmian_b{width:100%;float:left;border:solid 1px #dedede;border-radius:5px;padding:1%;}
#select08 .searchmian_c .searchmian_c-sear{width:100%;float:left;margin-top:2%;}
#select08 #select08_type{width:100%;float:left; text-align:center;}
#select08 #select08_type a{ border:solid 1px #dedede;padding:1%; font-size:14px; cursor:pointer;}
#select08 #select08_type a:hover{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select08 #select08_type a.on{border:solid 1px #dedede; background-color:#F60;color:#fff;}
#select08_chart{width:100%;float:left;margin-top:2%;}

#time_selection a{ font-size:13px; color:#666; cursor:pointer;}
#time_selection a.on{color: #F60;border: solid 1px #F60;padding-left: 5px;padding-right: 5px;}



/*用户中心*/
#UserCenter { background-color: #fff;border-bottom: none;}
#UserCenter .container {overflow: hidden;max-width:100%;width: 98%;}
.mian-UserCenter {width: 100%;float: left;}
.UserCenter-left {width: 15%;float: left;background-color: #fff;display:none;}
.UserCenter-title { width: 100%;float: left;height: 50px;line-height: 50px;background-color: #F60;color: #fff; text-indent: 15px;}
.UserCenter-content {width: 100%;float: left;background-color: #f8f9fa;}
.UserCenter-content ul li { width: 100%;float: left;height: 55px;line-height: 55px;border-bottom: solid 1px rgba(237,237,237,.5);}
.UserCenter-content ul li a {text-indent: 10px;float: left;color: #d0590a; font-size: 14px;cursor: pointer; }
.UserCenter-content ul li i {float: left; margin-top: 22px;padding-left: 10px;color: #d0590a;font-size: 14px;}
.UserCenter-content ul li.on {background-color: #ffdfca;color: #70b3fa;}
.UserCenter-content ul li:hover { background-color: #ffdfca; color: #70b3fa;}
.UserCenter-center {width: 100%;float: left; margin-left: 0%;background-color: #fff;min-height: 500px;}
.UserCenter-right {width: 21%; float: right;display:none; background-color: #fff; min-height: 500px;}
.UserCenter-1 { padding: 2%;}
.UserCenter-a {background-color: #F60;border-radius: 10px;width: 100%;float: left;padding-top: 5%;padding-bottom: 5%;}
.UserCenter-a-1 {float: left;width: 100%;}
.UserCenter-a-1 span {float: left;color: #fff;padding-left: 10px; font-size: 14px;}
.UserCenter-a-1 span i {width: 50px;height: 50px;background-color: #fff;margin-right: 10px;border-radius: 50%;line-height: 50px;text-align: center;font-size: 26px;color: #F60;}
.UserCenter-a-1 p {float: right;color: #fff;padding-right: 10px;font-size: 14px;margin-top: 5%;}
.UserCenter-a-1 p i {padding-right: 5px;}
.UserCenter-a-2 {float: left;width: 100%;padding-top: 2%;padding-bottom: 2%;margin-top: 5%;}
.UserCenter-a-2 span {float: left;color: #fff;padding-left: 10px;font-size: 14px;margin-left: 10px;}
.UserCenter-a-2 span i {padding-right: 5px;font-size: 18px;}
.UserCenter-b {width: 100%;float: left;border-bottom: solid 1px #f4f4f4;padding-bottom: 10px;margin-top: 5%;color: #333;font-size: 14px;}
.UserCenter-b span {float: left;}
.UserCenter-b p {float: right; cursor:pointer;}
.UserCenter-b p i {padding-right: 5px;}
.UserCenter-c {float: left;width: 100%;padding-top: 2%;padding-bottom: 2%; margin-top: 5%;}
.UserCenter-c-1 {background-color:#f8f9fa;border: solid 1px #fff4ed;border-radius: 10px;padding: 5%;overflow: hidden;}
.UserCenter-c-1 ul li {width: 100%;float: left;margin-bottom: 20px;border-bottom: solid 1px rgba(254,154,100,.2);padding-bottom: 10px;}
.user-1{float: left;width: 40px;height: 40px;text-align: center;line-height: 40px;background-color: #32d3a1;color: #fff;font-size: 20px;border-radius: 50%;}
.user-2 {float: right; width: 80%;}
.user-2 input{width:100%;float:left;border:solid 1px #d9ecfe; background-color:transparent; text-indent:10px;height:30px;line-height:30px;margin-top:5px;}
.user-2 span {color: #666;font-size: 14px;}
.user-2 p {color: #333;font-size: 14px;}
.UserCenter-c-1 ul li:nth-child(2) .user-1 { background-color: #888dfd;}
.UserCenter-c-1 ul li:nth-child(3) .user-1 {background-color: #68b9f6;}
.UserCenter-c-1 ul li:nth-child(4) .user-1 { background-color: #f6cc68;}
.UserCenter-c-1 ul li:nth-child(5) .user-1 { background-color: #fc4855;}
.UserCenter-c-1 ul li:nth-child(6) .user-1 { background-color: #c9a0fc;}
.UserCenter-center_a {width: 100%;float: left;}
.UserCenter-center_a .row { padding: 0%;padding-top:0;padding-bottom:0;}
.UserCenter-center_a .col-xl-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.UserCenter-center_a .card {border: 1px solid #f4f4f4;}
.UserCenter-center_a .text-muted { font-weight: normal;color: #666 !important;}
.UserCenter-center_b {width: 100%;float: left;}
.UserCenter-center_b .row1 { padding-left: 0%; padding-right: 0%;}
.UserCenter-center_b_left {width: 100%;float: left;}
.b_left-1 {width: 100%;float: left;border-bottom: 1px solid rgba(0,0,0,.1);padding-bottom: 10px;position: relative;}
.b_left-1::after {content: '';display: block; width: 80px;height: 2px;background: #F60;position: absolute;left: 0;bottom: 0;}
.b_left-2 {width: 100%;float: left;}
.b_left-2 ul li {width: 100%; float: left; border-bottom: solid 1px #faf8fd; padding-bottom: 10px; margin-top: 10px;}
.b_left-2 ul li a {font-size: 14px;color: #666;}
.UserCenter-center_b_right {width: 100%;float: right;}
.b_right-1 {width: 100%;float: left;border-bottom: 1px solid rgba(0,0,0,.1);padding-bottom: 10px; position:relative;}   
.b_right-1::after {content: '';display: block;width: 80px;height: 2px;background: #F60;position: absolute;left: 0;bottom: 0;}
.b_right-2 {width: 100%;float: left;}
.b_right-2 ul li {width: 100%;float: left;border-bottom: solid 1px #faf8fd; padding-bottom: 10px; margin-top: 10px;}
.b_right-2 ul li a { font-size: 14px;color: #666;}
.UserCenter-c-1 a{ background-color:#F60; color:#fff;float:right;padding-left:30px;padding-right:30px;padding-top:5px;padding-bottom:5px;border-radius: 30px;cursor: pointer;}
.UserCenter-center_b .pagination{margin-bottom: 2%;}
.UserCenter-center_b .unfollow a{color: #ff4800;}

.UserCenter-center_b #select01 tr.mop{background-color:#fff4ed;}
.UserCenter-center_b .el-table__row:nth-child(2n){background-color:transparent;}
#loadinghtml{ text-align:center;width:100%;float:left;}
#loadinghtml #loading{margin:auto;border:solid 1px red;}

.UserCenter-center_b_left #select01{margin-top:10px;}
.tyuo .card{border:none;width:100%;float:left;}
.UserCenter-center_b_left .el-table__row .cell{line-height:20px;}

#GetList01 .info{ cursor:pointer;color: #ff4800;}
.UserCenter-center_b_left #allcount{float:right; font-size:14px; color:#666;}
.date .UserCenter-center_b_left #select01{height:500px;overflow:hidden;}
.bjk-more{position: absolute;display:none;
bottom: 0;
width: 100%;
float: left;
text-align: center;   height: 50px;line-height:50px;
  background-image: linear-gradient(0deg, rgba(0,0,0,.2), #fff);cursor: pointer;}
@media(max-width:1200px){#UserCenter .card-body{overflow-y: hidden;}
#UserCenter .table-responsive {max-width: 1200px;overflow: auto;}}

/*公告详情*/
.shownoticeter{display:none;}
.shownoticebg{ position:fixed;width:100%;float:left;height:100%; top:0;left:0; background-color:rgba(0,0,0,.5);}
.shownotice{width:100%;position:fixed; top:20%;left:0;}
.shownotice-main{width:50%;margin:auto; background-color:#fff; border-radius:10px;padding:2%; overflow:hidden; position:relative;}
.shownotice-a{width:100%;float:left; border-bottom:solid 1px #dedede;padding-bottom:10px;}
.shownotice-b{width:100%;float:left;margin-top:2%; color:#666;}
.shownotice .close{ position:absolute;right:10px;top:10px; cursor:pointer;}

/*加载*/
#loading{width:100%; margin-top:2%;float:left;display:none;}
#Gen{width:100px;height:100px;margin:auto;-webkit-transform:scale(0.6)}
.block{-moz-border-radius:50%; -webkit-border-radius:50%;background-color:#efefef;height: 15px;width: 15px;float:left;-webkit-transform:scale(0.4);
-webkit-animation-name: fade;-webkit-animation-duration: 0.7s;-webkit-animation-iteration-count: infinite;-webkit-animation-direction: linear;}
#rotate_01{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);margin-left:1px;margin-top:30px;-webkit-animation-delay: .3s;}	
#rotate_02{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);margin-left:-5px;margin-top:3px;-webkit-animation-delay: 0.4s;}
#rotate_03{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);margin-left:12px;margin-top:-8px;-webkit-animation-delay: 0.5s;}
#rotate_04{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);margin-left:14px;margin-top:3px;-webkit-animation-delay: 0.6s;}
#rotate_05{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);margin-left:-4px;margin-top:30px;-webkit-animation-delay: 0.7s;}
#rotate_06{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);margin-left:68px;margin-top:9px;-webkit-animation-delay: 0.8s;}
#rotate_07{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);margin-left:-43px;margin-top:20px;-webkit-animation-delay: 0.9s;}
#rotate_08{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);margin-left:-72px;margin-top:12px;-webkit-animation-delay: 1s;}




.jzyx-title{background-color: #fde8da !important;border-bottom: solid 1px #fde8da !important;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.jzyx-conten-1 b{border: solid 1px #fde8da !important;background-color: #fde8da !important;}
.fuzhu .btn{background-color: #F60 !important;border: solid 1px #F60 !important;}
.jzyx-conten-4 span{background-color: #fde8da !important;border: solid 1px #fde8da !important;color: #F60 !important;}
.jzyx-conten-4 span:hover{background-color: #F60 !important;border: solid 1px #F60 !important;color: #fff !important;}
.jzyx-conten-4{margin-top: 0px !important;}
.jzyx-conten-w{width: 100%;float: left;}
.loepo{line-height: 30px;}
.loepo label{vertical-align: middle; cursor:pointer;}
.loepo input[type="radio"], .loepo input[type="checkbox"]{opacity: 1;-webkit-appearance:auto;width: 15px;
  height: 15px;}
  .guolv{float:left;width:auto;}   .main-search .guolv span{width:auto;float:left;}
    .guolv .opt{width:auto;float: left;margin-left:5px;}.klpo{}.klpo-1{float: right;
  width: 65%;}
  .selecttitle{ font-weight:bold;font-size: 16px;}


@-webkit-keyframes fade{
	0%{background-color:#333;}
	100%{background-color:#efefef;}
}

@media print{

}

@media(max-width:1560px){
.c-datepicker-data-input.only-date{width:80px !important;}}

@media(max-width:1400px){.maoyi .container{max-width:90%;}
	.container{max-width:98%;}
.c-datepicker-data-input.only-date{width: 80px !important;}

.searchmian_b{overflow-y:hidden;}

}
@media(max-width:1200px){
.el-table__header-wrapper{max-width:1200px;}}

@media(max-width:1200px){
	.main-search ul li{width:50%;}
	}


@media(max-width:800px){
.header-top-a-left{width:100%;float:left;}.header-top-a-right{width:100%;float:left;margin-top:5%;}
.col-xl-3 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.col-md-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.header-top-a-left{ text-align:center;}
.header-top-a-left span{width:100%; text-align:center;margin-right: 0;padding-right:0;}
.header-top-a-left p{width:100%; text-align:center;}.header-top-a-right{margin-top:0 !important;}
footer{ font-size:14px;}
.searchmian_a a{ font-size:14px;}
.searchmian_a1{width:1000px;}
.searchmian_a{overflow-y:hidden;}
.searchmian_c .searchmian_c-sear{width:100%;}
.main-search .shujyuan{width:100%;float:left;}
.main-search ul{width:100%;float:left;margin-top:20px;}
.main-search ul li{width:100%;}
.main-search ul li span{width:100%; text-align:left;}
.main-search ul li .mt40{float:left;width:100%;}
.main-search ul li .item{float:left;width:100%;}
.main-search ul li p{float:left;width:100%;}
.main-search ul li .spms{float:left;width:100%;}
.main-search{padding:5%;}
.UserCenter-left{width:100%;}
.UserCenter-center{width:100%;margin-left:0;margin-top:2%;}.UserCenter-right{width:100%;margin-top:2%;}
}