
body {
  background-color: #F7F9FC !important;
  color:#333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color:#333;
}

p {
	margin: 0;
}
input:focus {
  outline: none;
}

img {
  vertical-align: unset;
}
.hide {
  display: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.font-weight {
  font-weight: 700;
}

.line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}
.line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}
.line-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

/*上传图片*/
.webuploader-container {position: relative;width: 100px;height: 100px;float:left;}
.webuploader-element-invisible {position: absolute !important;clip: rect(1px 1px 1px 1px); /* IE6, IE7 */clip: rect(1px,1px,1px,1px);}
.webuploader-pick{
  position:relative;
  display:inline-block;
  cursor:pointer;
  width: 100px;
  height: 100px;
  background:#fbfbfb;
  text-align:center;
  border-radius:3px;
  overflow:hidden;
  border:1px solid #ddd;
  transition: ease 0.5s;
}

.add-pic {
  position:relative;
  display:inline-block;
  cursor:pointer;
  width: 100px;
  height: 100px;
  background:#fbfbfb;
  color:#fff;
  text-align:center;
  border-radius:3px;
  overflow:hidden;
  border:1px solid #ddd;
  vertical-align: middle;
  transition:ease 0.5s;
}
.webuploader-pick:hover,
.add-pic:hover {
  border:1px dashed #337ab7;
}
.add-pic:focus {
  outline: none;
}
.add-pic:before,
.add-pic:after,
.webuploader-pick:before,
.webuploader-pick:after {
  content: " ";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #ddd;
  transition: ease 0.5s;
}
.add-pic:before,
.webuploader-pick:before {
  width: 1px;
  height: 50px;
}
.add-pic:after,
.webuploader-pick:after {
  width: 50px;
  height: 1px;
}

.add-pic span,
.webuploader-pick span {
  position: absolute;
  bottom:7px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: ease 0.5s;
}
.webuploader-pick:hover span,
.add-pic:hover span,
.webuploader-pick-hover span {
  color:#337ab7;
}

.webuploader-pick:hover:before,
.add-pic:hover:before,
.webuploader-pick-hover:before{
  background-color: #337ab7;
}
.webuploader-pick:hover:after,
.add-pic:hover:after,
.webuploader-pick-hover:after{
  background-color: #337ab7;
}

.webuploader-pick-hover{background:#fff;border:1px dashed #337ab7;}
.webuploader-pick-disable{opacity:.6;pointer-events:none}
#wrapper{width:980px;margin:0 auto;width:auto}
#container{border:1px solid #dadada;color:#838383;font-size:12px;margin-top:10px;background-color:#FFF}
#uploader .queueList{margin:5px}
.element-invisible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}
#uploader .placeholder{border:3px dashed #e6e6e6;padding-top:148px;text-align:center;background:url(../img/image.png) center 93px no-repeat;color:#ccc;font-size:18px;position:relative}
#uploader .placeholder .webuploader-pick{font-size:18px;background:#fff;border-radius:3px;line-height:44px;color:#fff;display:inline-block;margin:20px auto;cursor:pointer;}
#uploader .placeholder .webuploader-pick-hover{background:#00a2d4}
#uploader .placeholder .flashTip{color:#666;font-size:12px;position:absolute;width:100%;text-align:center;bottom:20px}
#uploader .placeholder .flashTip a{color:#0785d1;text-decoration:none}
#uploader .placeholder .flashTip a:hover{text-decoration:underline}
#uploader .placeholder.webuploader-dnd-over{border-color:#999}
#uploader .placeholder.webuploader-dnd-over.webuploader-dnd-denied{border-color:red}
#uploader .filelist{list-style:none;margin:0;padding:0}
#uploader .filelist:after{content:'';display:block;width:0;height:0;overflow:hidden;clear:both}
#uploader .filelist li{width:110px;height:110px;background:url(../img/bg.png) no-repeat;text-align:center;margin:0 8px 20px 0;position:relative;display:inline;float:left;overflow:hidden;font-size:12px; padding:0}
#uploader .filelist li p.log{position:relative;top:-45px}
#uploader .filelist li p.title{position:absolute;top:0;left:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;top:5px;text-indent:5px;text-align:left}
#uploader .filelist li p.progress{position:absolute;width:100%;bottom:0;left:0;height:8px;overflow:hidden;z-index:50}
#uploader .filelist li p.progress span{display:none;overflow:hidden;width:0;height:100%;background:#1483d8 url(../img/progress.png) repeat-x;-webit-transition:width .2s linear;-moz-transition:width .2s linear;-o-transition:width .2s linear;-ms-transition:width .2s linear;transition:width .2s linear;-webkit-animation:progressmove 2s linear infinite;-moz-animation:progressmove 2s linear infinite;-o-animation:progressmove 2s linear infinite;-ms-animation:progressmove 2s linear infinite;animation:progressmove 2s linear infinite;-webkit-transform:translateZ(0)}
@-webkit-keyframes progressmove{0%{background-position:0 0}
100%{background-position:17px 0}
}
@-moz-keyframes progressmove{0%{background-position:0 0}
100%{background-position:17px 0}
}
@keyframes progressmove{0%{background-position:0 0}
100%{background-position:17px 0}
}
#uploader .filelist li p.imgWrap{position:relative;z-index:2;line-height:110px;vertical-align:middle;overflow:hidden;width:110px;height:110px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out}
#uploader .filelist li img{width:100%}
#uploader .filelist li p.error{background:#f43838;color:#fff;position:absolute;bottom:0;left:0;height:28px;line-height:28px;width:100%;z-index:100}
#uploader .filelist li .success{display:block;position:absolute;left:0;bottom:0;height:40px;width:100%;z-index:200;background:url(../img/success.png) no-repeat right bottom}
#uploader .filelist div.file-panel{position:absolute;height:0;background:rgba(0,0,0,.5);width:100%;top:0;left:0;overflow:hidden;z-index:300}
#uploader .filelist div.file-panel span{width:24px;height:24px;display:inline;float:right;text-indent:-9999px;overflow:hidden;background:url(../img/icons.png) no-repeat;margin:5px 1px 1px;cursor:pointer}
#uploader .filelist div.file-panel span.rotateLeft{background-position:0 -24px}
#uploader .filelist div.file-panel span.rotateLeft:hover{background-position:0 0}
#uploader .filelist div.file-panel span.rotateRight{background-position:-24px -24px}
#uploader .filelist div.file-panel span.rotateRight:hover{background-position:-24px 0}
#uploader .filelist div.file-panel span.cancel{background-position:-48px -24px}
#uploader .filelist div.file-panel span.cancel:hover{background-position:-48px 0}
#uploader .statusBar{height:63px;border-top:1px solid #dadada;padding:0 20px;line-height:63px;vertical-align:middle;position:relative}
#uploader .statusBar .progress{border:1px solid #1483d8;width:198px;background:#fff;height:18px;position:relative;display:inline-block;text-align:center;line-height:20px;color:#6dbfff;position:relative;margin-right:10px}
#uploader .statusBar .progress span.percentage{width:0;height:100%;left:0;top:0;background:#1483d8;position:absolute}
#uploader .statusBar .progress span.text{position:relative;z-index:10}
#uploader .statusBar .info{display:inline-block;font-size:14px;color:#666}
#uploader .statusBar .btns{position:absolute;top:10px;right:20px;line-height:40px}
#filePicker2{display:inline-block;float:left}
#uploader .statusBar .btns .uploadBtn,#uploader .statusBar .btns .uploadBtn.state-paused,#uploader .statusBar .btns .uploadBtn.state-uploading,#uploader .statusBar .btns .webuploader-pick{background:#fff;border:1px solid #cfcfcf;color:#565656;padding:0 18px;display:inline-block;border-radius:3px;margin-left:10px;cursor:pointer;font-size:14px;float:left}
#uploader .statusBar .btns .uploadBtn.state-paused:hover,#uploader .statusBar .btns .uploadBtn.state-uploading:hover,#uploader .statusBar .btns .uploadBtn:hover,#uploader .statusBar .btns .webuploader-pick-hover{background:#f0f0f0}
#uploader .statusBar .btns .uploadBtn{background:#00b7ee;color:#fff;border-color:transparent}
#uploader .statusBar .btns .uploadBtn:hover{background:#00a2d4}
#uploader .statusBar .btns .uploadBtn.disabled{pointer-events:none;opacity:.6}

/*上传成功*/
#uploader .filelist li .success{display:block;position:absolute;left:0;bottom:0;height:40px;width:100%;z-index:200;background:url(../img/success.png) no-repeat right bottom}

/*上传图片end*/
.up-del{padding:5px; font-size:0}
.up-del li{width:110px; height:110px; margin:0 8px 8px 0; position:relative; display:inline-block; overflow:hidden; font-size:13px; padding:0}
.up-del li img{width:100%; height:100%}
.up-del li a{position:absolute; background:rgba(0,0,0,0.5); padding:5px; right:0; top:0; color:#FFFFFF; line-height:1;}
.btn-over {
  position: absolute;
  display: flex;
  justify-content:center;
  align-items:center;
  width: 100%;
  left: 0;
  top:0;
  bottom: 0;
  background: transparent;
  color:#fff;
  z-index: 1000;
  transition: ease 0.5s;
}

.btn-over span {
  cursor: pointer;
  padding: 7px;
}

.btn-over:hover {
  opacity: 0.8;
  background: rgba(240,248,255,0.4)
}
.line-one.up-del li {
  width: 100%;
  display: block;
}

.line-one.up-del li .img-left {
  position:relative;
  width: 110px;
  height: 110px;
  float: left;
}

.line-one.up-del li p {
  padding-left:120px;
  height: 110px;
  background: #fff;
}

.line-one .img-des {
  padding: 10px 0;
  cursor: pointer;
}


/*demo样式*/
#picker {
  display: inline-block;
  line-height: 1.428571429;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
#picker .webuploader-pick {
  padding: 6px 12px;
  display: block;
}
.controls .thumbnail,
.uploader-demo .thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.controls .thumbnail img,
.uploader-demo .thumbnail img {
  width: 100%;
}
.uploader-list {
  overflow: hidden;
  float: left;
}
.file-item {
  float: left;
  position: relative;
  margin: 0 3px 20px 0;
  padding: 3px;
}
.file-item .error {
  position: absolute;
  top: 4px;
  left: 5px;
  right: 5px;
  background: #ff6c60;
  color: white;
  text-align: center;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.file-item .info {
  position: absolute;
  left: 4px;
  bottom: 4px;
  right: 4px;
  height: 20px;
  line-height: 20px;
  text-indent: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  z-index: 10;
}
/* 上传成功*/
.upload-state-done:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  position: absolute;
  bottom: 0;
  right: 4px;
  color: #4cae4c;
  z-index: 99;
}


.tip-erro {
  margin: 0;
  color:#f6383a;
  text-align: center;
  transition: ease 0.5s;
  padding:5px;
  margin-bottom: 5px;
  border-radius: 4px;
  margin-top: 15px;
}

.paging { 
  padding:20px 0; 
  overflow:hidden; 
  zoom:1;
}
.paging .paging-in,
.paging .num {
  float:right;
}

.paging a,
.paging span { 
  float:left; 
  margin-left:4px; 
  padding:0 9px; 
  display:inline-block;
  border:1px solid #cde; 
  background:#fff; 
  line-height:24px; 
  border-radius:2px;
}
.paging a:hover { 
  background:#eef2f5; 
  color:#069; 
  text-decoration:none;
}
.paging span { 
  border-color:#fff; 
  background:#fff; 
  color:#aaa;
}
.paging .curr { 
  border-color:#2F95FF; 
  background:#2F95FF; 
  color:#fff;
}
.paging .unuse { 
  border-color:#ddd; 
  background:#f2f2f2; 
  color:#999;
}
.paging .goto { 
  padding-right:0;
}
.paging .txts { 
  margin:0 5px; 
  padding:2px; 
  display:inline-block; 
  width:25px; 
  height:18px; 
  border:1px solid #ccc; 
  border-top-color:#999; 
  line-height:18px; 
  text-align:center; 
  vertical-align:top;
}
.paging .btn { 
  margin-left:5px; 
  display:inline-block; 
  height:24px; 
  width:40px; 
  border:1px solid #08c; 
  border-bottom-color:#036; 
  background:#08c; 
  color:#fff; 
  cursor:pointer; 
  vertical-align:top; 
  border-radius:2px;
}


html > body div.t-error-popup{ 
  position: absolute;
  top:-40px;
  left: -20px;
  display: inline-block; 
  padding-right:8px; 
  background: url(../img/tip-popup.png) right -39px no-repeat !important;
  z-index: 9999;
}
html > body div.t-error-popup span{ 
  display: inline-block; 
  padding:0 0 0 28px; 
  color: #404040; 
  height: 39px; 
  line-height:27px; 
  background: url(../img/tip-popup.png) 0 0 no-repeat !important; 
}
input.t-error, 
textarea.t-error, 
select.t-error { 
  border:1px solid #ffcc7f; 
}

div.t-error ul {
  border-radius: 4px !important;
}

div.t-error {
  border:none !important;
}

html>body div.t-error li {
  margin-left: 0 !important;
}


.t-error .t-banner {
  display: none !important;
}

.t-error ul {
  background: #f9e5e7 !important;
  margin: 0 !important;
  padding: 10px 30px !important;
  border:1px solid #fab1b3 !important;
}

.t-error ul li {
  color: #fe575b !important;
  font-weight: 600;
}

.t-error-icon {
  display: none !important;
}

.t-alert-controls {
  display: none !important;
}

.t-success {
  color:#3c763d !important;
  background-color: #dff0d8 !important;
  border: 1px solid #d6e9c6 !important;
  padding: 10px 30px !important;
  border-radius: 4px !important;
}

.t-dismiss {
  display: none !important;
}

DIV.t-alert-container DIV.t-success {
  background-position: 10px !important;
}

.width-full {
  width: 100% !important;
}

.date, .datetime, .datefrom, .dateto, .timefrom, .timeto, .hasDatepicker , #datepicker , .dateTime{ background:#fff url(../img/icon-calendar.png) 97% no-repeat; cursor:pointer;}
.ui-datepicker-cover { display:none;}
.ui-datepicker {z-index: 9999 !important; display:none; background:#fff; border:1px solid #b3cbe4; border-radius:2px; font-size:13px;box-shadow:1px 1px 2px rgba(0,0,0,0.2);}
.ui-datepicker-header { position:relative; padding:5px; background:#d5e5f6; text-align:center;}
.ui-datepicker-header a { cursor:pointer;}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next { position:absolute; top:9px; left:0; display:block; width:0; height:0; font-size:0; line-height:0; border:6px solid #d5e5f6; border-right:6px solid #333;}
.ui-datepicker-header .ui-datepicker-next { left:auto; right:0; border-color:#d5e5f6 #d5e5f6 #d5e5f6 #333;}
.ui-datepicker-calendar { border-bottom:1px solid #ddd;font-size: 12px;}
.ui-datepicker-calendar th { position:relative; width:30x; height:20px; border-bottom:1px solid #b3cbe4; background:#d5e5f6; line-height:20px; text-align:center;}
.ui-datepicker-calendar td { text-align:center;}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span { display:block; width:28px; height:28px; border:1px solid #fff; color:#404040; line-height:28px; border-radius:3px;}
.ui-datepicker-calendar .ui-datepicker-week-end a { color:#c00;}
.ui-datepicker-calendar .ui-datepicker-other-month a { color:#999;}
.ui-datepicker-calendar .ui-datepicker-unselectable span { color:#ddd;}
.ui-datepicker-calendar td a.ui-state-highlight { background:#d5e5f6;}
.ui-datepicker-calendar td a.ui-state-active { background:#900; color:#fff; font-weight:bold;}
.ui-datepicker-calendar td a.ui-state-disabled { color:#999;}
.ui-datepicker-calendar td a.ui-state-hover { background:#08c; color:#fff; text-decoration:none;}
.ui-datepicker-buttonpane { padding:5px; background:#d5e5f6; border-top:1px solid #b3cbe4; text-align:right;}
.ui-datepicker-buttonpane button { padding:0 5px; border:1px solid #f2f2f2; background:#08c; color:#fff; cursor:pointer; vertical-align:middle; border-radius:3px;}
.ui-datepicker-buttonpane .ui-datepicker-current { margin-right:5px;}

/** timepicker **/
.ui-timepicker-div { padding:10px; width:190px;}
.ui-timepicker-div dt { padding-right:2px; height:18px; color:#999; font-family:"\5FAE\8F6F\96C5\9ED1"; line-height:18px; text-align:right;}
.ui_tpicker_time_label { display:none;}
.ui_tpicker_time { height:40px; background:#d5e5f6; font:normal 24px/40px  "Tahoma", "Geneva", "sans-serif"; text-align:center; border-radius:3px;}
// .ui_tpicker_hour_label { margin-top:-40px;}
.ui_tpicker_hour { margin:-18px 18px 0 75px;}
.ui_tpicker_minute_label { margin-top:4px;}
.ui_tpicker_minute { margin:-18px 18px 0 75px;}
.ui-timepicker-div .ui-slider { position:relative; background:#e5e5e5; height:18px; cursor:pointer; border-radius:9px; box-shadow:inset 0 1px 3px #ccc;}
.ui-timepicker-div .ui-slider-handle { position:absolute; top:0; left:0; z-index:2; width:16px; height:16px; overflow:hidden; border:1px solid #333; background:#666; cursor:e-resize; border-radius:9px;}
.ui-timepicker-div .ui-state-focus { border-color:#600; background-color:#a00;}
.ui-timepicker-div .ui-state-hover { border-color:#069; background-color:#08c;}



/* Pagination 分页*/
.pager a,#spilt a{text-decoration:none;border:1px solid #cde;color:#000}
.pager a,.pager span,#spilt a,#spilt span{display:inline-block;padding:0 9px;margin-right:4px; line-height:24px}
.pager .current,#spilt .current{ border-color:#069; background:#337ab7; color:#fff;}
.pager .current.next,.pager .current.prev,#spilt .current.next,#spilt .current.prev{color:#999;background:#f2f2f2 !important; border:1px solid #ddd;}
.pager a:hover,#spilt a:hover{background:#eef2f5; color:#069}

html > body #alerts{ margin-bottom: 10px; text-align: left;}
html > body div.t-alert-container{ margin-top: 2px;}
html > body div.t-alert-container div.t-error,
html > body div.t-alert-container div.t-info{ margin-top: 8px; padding-left:8px; line-height: 26px; font-weight: 400; border-radius: 0;}
html > body div.t-alert-container div.t-error{ color:#c00; background:#FBEDED;}
html > body div.t-alert-container div.t-info{ color:#404040; background:#F0FFE5;}
html > body div.t-dismiss{ float: right; margin-top: 5px; width: 16px; height: 16px;}

.indide-nav{width:100%;margin:0 auto 15px;background:#f0f0f0;position:relative;}
.indide-nav ul{height:32px;overflow:hidden;list-style: none;}
.indide-nav li{float:left;width:50%;text-align:center;position:relative;z-index:2;font-weight:bold;font-size:14px;line-height:32px;}
.indide-nav li em{position:absolute;right:-24px;top:-8px;width:0;height:0;line-height:0;border-width:24px 0 24px 24px;border-color:transparent  transparent transparent #fff;border-style:dashed dashed dashed solid;}
.indide-nav li i{position:absolute;right:-16px;top:0;width:0;height:0;line-height:0;border-width:16px 0 16px 16px;border-color:transparent  transparent transparent #f0f0f0;border-style:dashed dashed dashed solid;}
.indide-nav li.curr{background:#337ab7;color:#fff;z-index:1;}
.indide-nav li.curr i{border-color:transparent transparent transparent #337ab7;}
.indide-nav li a {
  display: block;
  text-decoration: none;
}
.indide-nav li.curr a {
  color:#fff;
}
.indide-nav.three-nav li{width:33.33%;}

.goto{
  float:right;
  margin:0 0 0 15px;
}
.goto .ipt-text{
  height:25px;
  line-height:25px;
  text-align:center;
  width:40px;
  margin:0 5px;
  border:1px solid #ccc;
}
.goto .ipt-btn{
  background:#5584ff;
  color:#fff;
  border:none;
  width:40px;
  height:25px;
  line-height:25px;
  text-align:center;
  border-radius:2px;
}

/*样式开始*/
.head-wrap {
	background: #fff;
}

.head-inside {
	width: 1200px;
	margin: 0 auto;
  height: 120px;
  line-height: 120px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	align-items: center;
}
.head-inside ul li {
	display: inline-block;
}

.head-inside .head-left li {
  font-size: 20px;
}

.head-inside .head-left li img {
	width: 210px;
	margin-right: 20px;
	position: relative;
	/*top: 2px;*/
  vertical-align: middle;
}

.head-inside .head-middle {
  font-size: 18px;
}

.head-inside .head-middle li {
  margin-right: 79px;
}
.head-inside .head-middle li:last-child {
  margin-right: 0;
}
.head-inside .head-middle li.curr a{
  color:#1E90FD;
  font-weight: 700;
}

.head-inside .head-right li {
	margin-right: 25px;
}
.head-inside .head-right li:last-child {
	margin-right: 0;
}

.head-inside a {
	display: block;
	color:#333;
}
.head-right li a{
  height: 40px;
  line-height: 38px;
  width: 90px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #1E90FD;
  font-size: 18px;
}
.login-btn a{
  background: #1E90FD;
  color:#fff;
}

.reg-btn a{
  background: #fff;
  color:#1E90FD;
}

.search-wrap {
	background: #fff;
}

.search-inside {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

.search-left {
	width: 25%;
}
.search-left img {
	width: 72px;
}
.search-right {
	width: 75%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.search-right input {
	border: 3px solid #2F95FF;
	height: 48px;
	line-height: 48px;
	width: 70%;
	padding: 0 15px;
}
.search-right input:focus {
	outline: none;
}

.search-right a {
	display: inline-block;
	background: #2F95FF;
	color:#fff;
	height: 48px;
	line-height: 48px;
	width: 150px;
	text-align: center;
}

.classify-wrap {
	background: #f5f5f5;
}

.classify-inside {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.classify-left {
	width: 240px;
	position: relative;
}
.classify-right {
	width: calc(100% - 240px);
	text-align: right;
}

.classify-right li {
	margin-left: 30px;
}

.classify-right a {
  display: block;
	color:#2F95FF;
  height: 52px;
  line-height: 52px;
}

.classify-inside ul li {
	display: inline-block;
}

.hover-text {
	height: 52px;
	line-height: 52px;
	width: 240px;
	text-align: center;
	color:#fff;
	background: #2F95FF;
}

.hover-text:hover .dropdown{
  display: block !important;
}

.two-level {
  display: none;
  position: absolute;
  top: 0;
  left: 240px;
  width: 500px;
  background: #fff;
  min-height: 100%;
  max-height: 500px;
  overflow: auto;
  box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
}

.two-level ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

.two-level ul li {
  padding: 0 10px;
  display: block !important;
  line-height: unset;
  height: unset;
  cursor: unset;
}

.two-level ul li a {
	margin-right: 15px;
	cursor: pointer;
}
.two-level ul li p {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
  font-weight: 700;
  color:#666;
}
.two-level ul li a:hover {
	color:#2F95FF;
}

.dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 52px;
	background: #fff;
	width: 240px;
	color:#333;
	z-index: 10;
}

.dropdown .dropdown-item {
	height: 52px;
	line-height: 52px;
	text-align: center;
	padding: 0 10px;
}

.dropdown .dropdown-item:hover {
	background: #f5f5f5;
}

.dropdown .dropdown-item:hover > .two-level {
	display: block;
}


.banner-inside {
	width: 100%;
	margin: 0 auto;
}

.banner-inside img{
	width: 100%;
}

.content-body {
	width: 1200px;
	margin: 0 auto;
}

.content-body .content-title {
	font-size: 26px;
	font-weight: 700;
  text-align: center;
  padding: 35px 22px;
  border-bottom: 1px solid #efefef;
} 

.content-title img {
  width: 37px;
  vertical-align: middle;
  margin-right: 5px;
}

.product-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.product-list a {
  display: block;
}

.product-list .product-item {
	width: 24%;
  margin-right: 1.33%;
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	border:1px solid transparent;
}

.product-list.product-cells .product-item {
  margin-right: 0;
}

.product-list .product-item:nth-child(4n+4) {
  margin-right: 0;
}

.product-list img {
	width: 100%;
}

.product-price {
	font-size: 16px;
	color:#D20000;
}

.product-price span {
	font-size: 22px;
	font-weight: 700;
}

.flex-wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.flex-wrap .flex-top {
	-webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.flex-bottom {
	text-align: center;
	-webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 15px;
  background: #00113B;
  color:rgba(255,255,255,0.75);
}

.flex-bottom p a,
.flex-bottom p {
  color:#e5e5e5;
}
.flex-bottom p {
  border-top: 1px solid rgba(255,255,255,0.20);
  padding: 15px 15px 0;
}

.bottom-flex {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
}

.bottom-flex .inside-left {
  display: flex;
  align-items: center;
  font-size: 18px !important;
  font-weight: 700;
}

.bottom-flex .inside-left img {
  width: 210px;
  margin-right: 20px;
}

.bottom-flex .inside-left {
  font-size: 16px;
}

.bottom-flex .inside-right li {
  text-align: left;
  padding: 5px 0;
}

.bottom-flex .inside-right li a {
  color:rgba(255,255,255,0.75);
}

.detail-show {
	width: 1200px;
	margin: 15px auto;
	display: flex;
}

.detail-right {
	margin-left: 20px;
}

.detail-right .right-top {
	background: #f5f5f5;
	width: 700px;
	padding: 15px;
}

.detail-right .add-btn {
	display: inline-block;
	text-align: center;
	background: #2F95FF;
	color:#fff;
	width: 192px;
  height: 56px;
  line-height: 56px;
  margin-top: 35px;
}

.detail-name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.detail-price {
	font-size: 18px;
}

.detail-price span {
	font-size: 24px;
	font-weight: 700;
	color:#D20000;
}
.detail-price span b {
  font-size: 16px;
}

.evaluate-item {
	padding: 30px 15px;
	border-bottom: 1px solid #E5E6E5;
}

.evaluate-item .user-time {
	font-size: 16px;
	margin-bottom: 10px;
}

.evaluate-item .user-time span {
	margin-right: 20px;
}

.detail-evaluate {
	width: 1200px;
	margin: 0 auto;
}

.info-tabs {
	border:1px solid #E5E6E5;
	overflow: hidden;
}

.info-tabs a {
	display: block;
	padding: 0 25px;
}

.info-tabs .curr {
	border-top: 3px solid #2F95FF;
	border-left: 1px solid #2F95FF;
	border-right: 1px solid #2F95FF;
	border-bottom: 1px solid #2F95FF;
	font-weight: 700;
}

.info-tabs .curr a {
	color:#2F95FF;
}

.info-tabs li{
  float: left;
  height: 58px;
  line-height:58px;
}

.detail-body {
	margin-top: 15px;
}

.detail-show .swiper-container {
  width: 288px;
  height: 288px;
  margin-left: auto;
  margin-right: auto;
}

.detail-show .swiper-slide {
  background-size: cover;
  background-position: center;
}

.detail-show .gallery-top {
  width: 288px;
}

.detail-show .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

.detail-show .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 64px;
  opacity: 0.4;
}

.detail-show .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.breadcrumb {
	margin: 4px auto;
  background: #fff;
  padding: 15px 0;
}

.breadcrumb ul {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb ul li {
  display: inline-block;
  color:#999;
}
.breadcrumb ul li:last-child {
  color:#1E90FD;
}

.breadcrumb ul li a {
	color:#999;
}

.success-wrap {
	width: 1200px;
	margin: 50px auto;
	background: #fff;
}
.success-wrap .success-body {
	text-align: center;
	padding: 75px;
}
.success-head {
	padding: 15px;
	border-bottom: 1px solid #E5E6E5;
}

.success-text {
	margin-top: 30px;
	margin-bottom: 50px;
}

.btn-group {
	display: flex;
	justify-content: space-around;
	width: 550px;
	margin: 0 auto;
}

.primary-btn {
	display: inline-block;
	width: 240px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color:#fff;
	background: #2F95FF;
}

.default-btn {
	display: inline-block;
	width: 240px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color:#333;
	background: #f5f5f5;
}

.product-item.curr {
	border:1px solid #2F95FF;
	position: relative;
}

.product-item.curr:after {
	content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 20px solid #2F95FF;
  border-left: 20px solid transparent;
  bottom: 0;
  right: 0;
}

.choose-wrap {
	display: flex;
	width: 1200px;
	margin:0 auto 50px;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 15px;
}
.search-inside {
  display: flex;
  justify-content: space-between;
}

.search-inside ul li {
  display: inline-block;
}

.has-search .primary-btn {
  height: 42px;
  line-height: 42px;
  width: 120px;
  margin-left: 20px;
}

.has-search input {
  height: 42px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  color:#999;
  border:1px solid #999;
}

.has-search ul:last-child {
  color:#999;
}

.has-search ul:first-child li {
  border: 1px solid #999;
  color:#333;
  height: 42px;
  line-height: 40px;
  padding: 0 13px;
  /*width: 84px;*/
  text-align: center;
  float: left;
  cursor: pointer;
}

.has-search ul:first-child li.curr {
  background: #2F95FF;
  border-color: #2F95FF;
  color:#fff;
}

.has-search .search-inside {
  padding: 0;
}

.confirm-wrap.success-body {
  padding: 0;
  text-align: left;
}

.confirm-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #E5E6E5;
  cursor: pointer;
}

.confirm-item .item-hd {
  width: 80px;
  text-align: center;
}

.confirm-item .item-bd {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.item-bd p {
  padding: 10px 0;
}

.item-bd p span {
  display: inline-block;
  margin-right: 50px;
}

input[type="checkbox"]{
  zoom:120%;
}

label.font-weight input {
  position: relative;
  top: 2px;
}

.qingdan-tags li {
  margin-right: 15px;
}

.product-cells .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-cells .product-item .item-ft {
  width: 120px;
}
.product-cells .product-item .item-bd {
  width: calc(100% - 120px);
}

.small-margin {
  margin-bottom: 15px;
}

.approval-number {
  font-weight: 700;
  font-size: 18px;
}
.item-bd {
  padding-left: 20px;
}

.item-ft {
  text-align: right;
  padding-right: 20px;
}
.approval-status {
  color:#2DDC6C;
  font-size: 18px;
}
.approval-btn {
  display: inline-block;
  color:#2F95FF;
  border:1px solid #2F95FF;
  border-radius: 2px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  margin-top: 40px;
}

.check-more {
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto 15px;
  color:#2F95FF;
}

.against-list {
  background: #fff;
}

.against-list .against-cell {
  padding: 40px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.against-list .against-cell:first-child:before {
  display: none;
}

.against-list .against-cell:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  left: 30px;
  right: 30px;
  z-index: 2;
}


.against-list .against-cell .approval-comp{
  margin-bottom: 20px;
}

.against-list .against-cell .approval-price{
  color:#D20000;
  font-size: 18px;
}
.against-list .against-cell .approval-price span {
  font-weight: 700;
  font-size: 24px;
}

.against-list .against-cell .cell-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  align-self: flex-start;
}

.against-list .against-cell .cell-ft {
  text-align: right;
}

.against-cell .cell-hd img {
  width: 164px;
  height: 164px;
  margin-right: 15px;
}

.against-cell input {
  position: relative;
  top:2px;
  margin-right: 5px;
}

.supplier-name {
  display: block;
  padding: 10px 0 25px;
  font-size: 22px;
  font-weight: 700;
  color:#2F95FF;
}

.against-link {
  margin-left: 40px;
  font-size: 16px;
}

.against-top {
  flex-shrink: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 25px;
}

.against-top span {
  display: inline-block;
  margin-right: 50px;
}
.against-top span:last-child {
  margin-right: 0;
}

.has-left {
  margin-left: 50px;
}

.against-list .small-padding {
  padding: 30px 20px;
}

.against-info-item {
  margin-bottom: 15px;
}

.against-flex-detail {
  background: #fff;
  padding: 20px 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.against-flex-detail > div {
  width: 33.33%;
  padding: 10px 0;
}

.against-top .small-margin {
  margin-right: 5px;
}

.supplier-name input,
.against-top .small-margin input {
  margin: 0;
}

.supplier-padding {
  padding-left: 20px;
}

.against-detail-item {
  padding-top: 15px;
  background: #fff;
}

.detail-item-title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
  border-left: 3px solid #2F95FF;
  background: #fff;
  margin-bottom: 15px;
  margin-left: 20px;
}

.detail-table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-collapse:collapse;
  margin-bottom: 20px;
}

.detail-table tr {
  border-bottom: 1px solid #E8E8E8;
}

.detail-table tr th {
  background: #fafafa;
  font-weight: normal;
}

.detail-table tr td a {
  color:#1890FF;
  margin-right: 10px;
  font-size: 14px;
}
.detail-table tr td a:last-child {
  margin-right: 0;
}

.detail-table tr th,
.detail-table tr td {
  padding:15px;
}

.detail-table tr th:first-child,
.detail-table tr td:first-child {
  text-align: left;
}

.order-tabs {
  width: 100%;
  display: flex;
}

.order-tabs li {
  width: 12.5%;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.order-tabs li.curr {
  background: #2F95FF;
  color:#fff;
}

.reviewed {
  float: right;
  color:#2F95FF;
  font-weight: 700;
  margin-right: 15px;
}

.detail-total {
  text-align: right;
}

.detail-total span {
  color:#D20000;
  font-weight: 700;
  font-size: 24px;
}
.detail-total span i {
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
}

.body-right .choose-wrap{
  margin-bottom: 15px;
  width: 100%;
}

.body-right .product-list .product-item {
  width: 32%;
  margin-right: 2%;
}

.body-right .product-list .product-item:nth-child(3n+3) {
  margin-right: 0;
}

.body-left {
  background: #fff;
  width: 240px;
  position: relative;
}
.body-left ul{
  width: 240px;
  background: #fff;
  max-height: 65vh;
  overflow: auto;
}


.body-left ul li:hover .two-level {
  display: block;
  height: 100%;
}

.body-left ul li .two-level ul{
  width: 100%;
  height: 100%;
  text-align: left;
}
.body-left ul li .two-level ul li {
  text-align: left;
  margin-bottom: 20px;
  height: unset;
  line-height: unset;
}
.body-left ul::-webkit-scrollbar {
  display: none;
  width: 3px;
  height: 1px;
}

.body-left ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}

.body-left ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f5f5f5;
}

.body-left ul li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.body-left ul li.curr {
  background: #2F95FF;
  color:#fff;
}

.body-right {
  width: calc(100% - 260px);
}

.content-flex {
  display: flex;
  justify-content: space-between;
}

.btn-primary {
  background: #2F95FF !important;
}

.checkbox-custom input[type=checkbox] {
  height: 20px !important;  
}

a:hover {
  text-decoration: none !important;
}
.pc-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 24px 22px;
}

.pc-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.pc-cell_access .pc-cell__ft {
  padding-right: 13px;
  position: relative;
  text-align: right;
  color: #999;
}

.pc-cell_access .pc-cell__ft:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #1E90FD;
  border-style: solid;
  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}

.message-wrap {
  background: #fff;
  border-radius: 6px;
  margin-top: 32px;
  margin-bottom: 28px;
}

.message-wrap .pc-cell__hd {
  color:#FFA775;
  font-weight: 700;
}

.message-wrap .pc-cell__hd img {
  width: 19px;
  height: 16px;
  margin-right: 11px;
  vertical-align: middle;
}
.message-wrap .pc-cell__bd {
  font-size: 14px;
  color:#666;
  padding-left: 15px;
}

.message-wrap .pc-cell__ft {
  font-size: 14px;
  color:#1E90FD;
}

.inside-white {
  background: #fff;
  margin-bottom: 24px;
}

.more-creat {
  float: right;
  color:#1E90FD;
  font-size: 14px;
  position: relative;
  padding-right: 13px;
  font-weight: normal;
  top: 10px;
}
.more-creat:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #1E90FD;
  border-style: solid;
  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}

.more-color {
  color:#1E90FD;
}

.bidding-list {
  background: #fff;
  padding: 30px 35px;
  overflow: hidden;
}


.bidding-list .bidding-item {
  /*padding: 65px 35px 25px;*/
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(10,40,68,0.09); 
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  float: left;
  transition: all .2s linear;
}

.bidding-list .bidding-item a {
  display: block;
  padding: 65px 35px 25px;
}

.bidding-list .bidding-item:hover {
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  transform: translate3d(0,-2px,0);
}

.bidding-list .bidding-item:nth-child(4n+4) {
  margin-right: 0;
}

.bidding-status {
  position: absolute;
  top: 17px;
  left: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 24px;
  border-radius: 0 30px 30px 0;
  color:#fff;
  font-weight: 700;
  z-index: 10;
}

.status-ing {
  background: linear-gradient(103deg,#198fff 0%, #3555ff 100%);
}

.status-end {
  background: #c5c5c5;
}

.status-begin {
  background: linear-gradient(103deg,#ffa775 0%, #ffb991 100%);
}

.status-down {
  background: linear-gradient(103deg,#7ae35f 0%, #56ce5b 100%);
}

.bidding-name {
  font-weight: 700;
  margin-bottom: 15px;
}

.release-time,
.bidding-time,
.bidding-type {
  color:#666;
  margin-bottom: 10px;
}

.end-time {
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
}

.end-ing {
  background: #CCE3F9;
  color:#1E90FD;
}
.end-end {
  background: #efefef;
  color:#b8b8b8;
}

.end-begin {
  background: #FFEFE0;
  color:#FFAF63;
}

.end-down {
  background: #D5F8D6;
  color:#44D148;
}

.login-bg {
  background: url(../images/bidding/login-bg.png) no-repeat;
  background-size: cover;
}

.login-bg .head-inside {
  height: 80px;
  line-height: 80px;
}

.login-bg .head-inside img {
  width: 210px !important;
}

.login-form {
  width: 420px;
  margin: 10% auto;
  background: rgba(255,255,255,0.79);
  border-radius: 6px;
  padding-bottom: 25px;
}

.form-top {
  border-bottom: 1px solid #fff;
}

.form-top ul {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.form-body {
  width: 300px;
  margin: 30px auto;
}


.form-top li{
  color:#333;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}

.form-cell{
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.form-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.form-cell__ft {
  text-align: right;
  color: #999;
}

.login-form .form-cell__hd {
  background: #bebebe;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 38px;
}

.login-form .form-cell {
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin-bottom:20px; 
}

.login-form .form-cell__hd img {
  width: 14px;
}

.login-form .form-cell__bd input{
  height: 32px;
  line-height: 32px;
  width: 100%;
  border: none;
  padding:0 15px;
}

.send-code {
  color:#1D87FF;
  font-size: 14px;
  padding: 0 15px;
  display: block;
}

button.form-login-btn,
input.form-login-btn,
.form-login-btn {
  background: linear-gradient(94deg,#198fff 0%, #3555ff 100%);
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color:#fff;
  border:none;
  width: 100%;
}

.form-setting {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.form-setting a {
  font-size: 14px;
  color:#666;
}

.form-setting .line {
  width: 1px;
  background: #999;
  margin: 0 20px;
}

.has-account {
  float: right;
  color:#999;
}

.has-account a {
  display: inline-block;
  color:#FF903F;
  position: relative;
  padding-right: 15px;
}
.has-account a:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #FF903F;
  border-style: solid;
  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.password-form {
  background: #F7F9FC;
}

.password-form .login-form {
  width: 900px;
  background: rgba(255,255,255,0.94);
  border-radius: 6px;
  box-shadow: 5px 4px 15px 0px rgba(186,201,255,0.15); 
  overflow: hidden;
  margin-top: 5%;
}

.password-top {
  background: #BBD9FF;
  height: 40px;
}

.password-form .form-cell__hd {
  background: transparent;
  width: auto;
  align-self: flex-start;
  font-size: 14px;
  padding-right: 15px;
  width: 100px;
  text-align: right;
}
.password-form textarea,
.password-form select,
.password-form input {
  border:1px solid #d0d0d0 !important;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.password-form textarea {
  height: 80px;
  resize: none;
  padding: 10px;
}

.acount-tips {
  color:#FF903F;
  font-size: 12px;
  margin-top: 15px;
}

.password-form .form-login-btn {
  margin-top: 25px;
}

.password-form .form-body {
  padding: 20px 0 50px;
  width: 400px;
}

.slide-to-unlock-handle {
  width: 38px !important;
}

.code-inside {
  position: relative;
}

.code-inside .send-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  color:#1E90FD;
  background: #fff;
  height: 30px;
  line-height: 30px;
  padding-right: 15px;
  border-radius: 3px;
}

.notice-content {
  background: #fff;
  border-radius: 6px;
  margin-top: 36px;
}

.light-blue {
  background: #BBD9FF;
  border-radius: 6px 6px 0 0;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.notice-title img {
  width: 25px;
  margin-right: 10px;
}

.notice-title {
  font-size: 20px;
  font-weight: 700;
  color:#1E90FD;
  padding: 22px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}

.notice-item{
  padding: 25px 0;
  margin: 0 25px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e7e7e7;
}

.notice-item:last-child {
  border-bottom:none;
}

.notice-item .notice__hd {
  color:#FF9345;
  font-weight: 700;
  padding-right: 10px;
}


.notice-item .notice__bd {
  flex: 1;
  font-size: 16px;
}

.notice-item .notice__ft {
  text-align: right;
  color: #666;
}

.notice-detail .notice-title {
  text-align: center;
  font-size: 18px;
  color:#333;
  display: block;
}

.release-time {
  text-align: center;
  font-size: 14px;
  color:#999;
  font-weight: normal;
  margin-top: 6px;
}

.notice-out {
  font-size: 16px;
  padding: 40px 60px;
  line-height: 24px;
}

.index-tabs {
  margin: 0 auto;
}

.index-tabs li {
  display: inline-block;
  margin: 0 30px;
}

.index-tabs li a {
  color:#666;
  padding-bottom: 15px;
}

.index-tabs li.curr a {
  color:#FFAF63;
  border-bottom: 3px solid #FFAF63;
}
.index-flex-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.index-flex-title .more-creat {
  position: absolute;
  right: 22px;
  top: 45px;
}

.detail-page-tabs {
  background: #fff;
}

.detail-page-tabs ul {
  display: flex;
  justify-content: flex-start;
}

.detail-page-tabs ul li:first-child a{
  border-radius: 6px 0 0 6px;
}

.detail-page-tabs ul li:last-child a{
  border-radius: 0 6px 6px 0;
}

.detail-page-tabs ul li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 180px;
  text-align: center;
  position: relative;
}

.detail-page-tabs ul li a {
  display: block;
  color:#333;
  font-size: 16px;
}

.detail-page-tabs ul li.curr:after {
  content:"";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1E90FD;
}

.detail-page-tabs ul li.curr a {
  color:#fff;
  background: #1E90FD;
}

.search-templete .bidding-list {
  background: transparent;
  padding: 50px 0 30px;
}

.search-demand {
  background: #fff;
  margin-top: 40px;
}

.demand-bottom,
.demand-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px;
  border-bottom: 1px solid #efefef;
}

.demand-bottom span,
.demand-top span {
  font-size: 16px;
  font-weight: 700;
  margin-right: 17px;
}

.demand-top .demand-input {
  border:1px solid #1E90FD;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin-right: 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.demand-top .demand-input img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.demand-top .demand-input input {
  height: 30px;
  line-height: 28px;
  border: none;
  width: 400px;
  padding: 0;
}

.demand-top a {
  height: 32px;
  line-height: 32px;
  padding: 0 17px;
  background: #1E90FD;
  color:#fff;
  border-radius: 2px;
  font-size: 16px;
}

.demand-bottom {
  border-bottom: none;
}

.demand-bottom span {
  align-self: flex-start;
}

.demand-bottom ul li {
  display: inline-block;
  margin-right: 30px;
}

.demand-bottom ul li a {
  display: block;
  padding-bottom:14px;
  color:#333;
}

.demand-bottom ul li.curr a {
  color:#1E90FD;
  border-bottom: 2px solid #1E90FD;
  font-weight: 700;
}

.title-status {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  background: linear-gradient(103deg,#198fff 0%, #3555ff 100%);
  border-radius: 0px 0px 22px 0px;
  color:#fff;
  padding: 0 33px;
}

.order-progress {
  background: #f8f8f8;
  padding:80px 100px 20px;
}

.order-progress ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 30px;
}

.order-progress li.curr {
  border-color: #3799FF;
}
.order-progress li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e9eaea;
  position: relative;
  padding: 20px 0;
  text-indent: -29px;
}
.order-progress li.curr:before {
  background: linear-gradient(135deg,#1e90fd 0%, #52a1ff 100%);
  box-shadow: 0px 4px 4px 0px #bbd9ff; 
  color:#fff;
  font-weight: normal;
}
.order-progress li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #e9eaea;
  border-radius: 50%;
  top: -13px;
  left: -13px;
  z-index: 18;
  text-align: center;
  text-indent: 0;
  line-height: 26px;
}
.order-progress li:first-child:before {
  content:"1";
}
.order-progress li:nth-child(2):before {
  content:"2";
}
.order-progress li:nth-child(3):before {
  content:"3";
}
.order-progress li:nth-child(4):before {
  content:"4";
}
.order-progress li:nth-child(5):before {
  content:"5";
}
.order-progress li p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
}

.order-progress li.curr-last {
  border-color: #e9eaea;
  font-weight: 700;
  color:#1E90FD;
}
.order-progress li.curr-last p {
  color:#1E90FD;
}
.order-progress li.curr-last:before {
  width: 26px;
  height: 26px;
  top: -13px;
  left: -13px;
}

.order-progress li:last-child {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: auto;
  border-color: transparent!important;
}

.top-time {
  position: absolute;
  top: -50%;
  left: -15%;
  text-align: center;
  color:#FF903F;
  font-size: 12px;
}

.files-wrap {
  padding: 0 60px;
  margin-bottom: 50px;
}

.single-file {
  margin-bottom: 10px;
}

.single-file a{
  color:#1E90FD;
}

.enroll-btn {
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-bottom: 60px;
}

.enroll-btn a {
  color:#1E90FD;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
}

.enroll-btn a.full-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(106deg,#198fff 0%, #3555ff 100%);
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  color:#fff;
}

.small-progress {
  padding: 80px 280px 20px;
}

.content-item-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 50px 0;
}

.content-item-title img {
  margin:0 10px;
  width: 15px;
}

.sea-customer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  flex-wrap: wrap;
}

.sea-customer > div{
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
}

.sea-customer img {
  width: 110px;
}

.sea-customer h2 {
  font-size: 24px;
  font-weight: 700;
  color:#666;
  margin-top: 0;
  margin-bottom: 15px;
}

.sea-customer p {
  font-size: 14px;
  color:#666;
  width: 230px;
  margin: 0 auto;
}

.map-wrap {
  background: #eee;
  display: flex;
  justify-content: center;
  position: relative;
}

.map-wrap > img {
  width: 15%;
  position: absolute;
}
.map-wrap > img:first-child {
  top: 0;
  left: 0;
}

.map-wrap > img:last-child {
  top: 0;
  right: 0;
}

.map-wrap .content-body {
  width: 66%;
  flex-shrink: 0;
}

.condition-list {
  padding: 30px 80px;
  overflow: hidden;
}

.condition-list li {
  width: 50%;
  float: left;
  margin: 20px 0;
  color:#666;
  border-left: 4px solid #FFAF63;
  padding-left: 10px;
  word-break: break-all;
  padding-right: 10px;
}

.step-imgs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.step-imgs .step-item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.step-imgs .step-item img {
  display: block;
  margin:0 auto 14px;
  width: 40px;
}

.step-imgs .step-item p {
  text-align: center;
  font-size: 14px;
  color:#666;
}

.step-imgs .mid-nav {
  width: 30px;
}

.apply-now {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(100deg,#198fff 0%, #3555ff 100%);
  border-radius: 6px;
  color:#fff;
  text-align: center;
  margin: 60px auto;
}

.two-side-flex {
  display: flex;
  justify-content: space-between;
}

.two-side-flex .side-left {
  width: 300px;
  background: #fff;
}

.two-side-flex .side-right {
  width: calc(100% - 320px);
  background: #fff;
}

.two-side-flex .side-left ul {
  padding: 0 25px;
}

.two-side-flex .side-left ul li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fefefe;
  position: relative;
}

.two-side-flex .side-left ul li:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #C5C5C5;
  border-style: solid;
  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.two-side-flex .side-left ul li a {
  display: block;
  color:#666;
}

.two-side-flex .side-left ul li.curr a {
  color:#1E90FD;
  font-weight: 700;
}

.two-side-flex .side-left ul li.curr {
  border-color: #1E90FD;
}

.two-side-flex .side-left ul li.curr:after {
  border-color: #1E90FD;
}

.two-side-flex .side-left ul li:last-child {
  border-bottom: none;
}

.side-right-title img {
  width: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

.side-right-title {
  height: 60px;
  line-height: 60px;
  color:#1E90FD;
  font-size: 18px;
  font-weight: 700;
  padding: 0 50px;
  border-bottom: 1px solid #ededed;
}

.side-right-body {
  padding: 50px;
}

.company-info {
  padding: 35px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(102deg,#f2f2f2 0%, rgba(242,242,242,0.83) 100%);
  margin-bottom: 50px;
  position: relative;
}

.map-left {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
}
.company-info .company-side {
  width: 50%;
}

.company-info .company-side > p {
  font-size: 18px;
  font-weight: 700;
  border-left: 2px solid #1E90FD;
  margin-bottom: 10px;
  padding-left: 10px;
}
.side-detail p {
  font-size: 16px;
  color:#666;
  margin-bottom: 10px;
}
.side-detail span {
  font-size: 16px;
  color:#999;
}
.register-step {
  background: #fff;
}
.register-step li:first-child {
  text-indent: -39px;
}
.register-step li:nth-child(2) {
  text-indent: -47px;
}

.register-step li {
  border-top-style: dashed;
}

.register-step li.curr-last {
  color:#26E4B9;
}
.register-step li.curr:before {
  background: linear-gradient(135deg,#37e0ba 0%, #11e7b6 100%);
  box-shadow: 0px 4px 4px 0px rgba(34,229,185,0.30); 
}
.register-step li.curr {
  border-color: #2CE3BA;
  color:#2CE3BA;
}

.register-step li.curr-last {
  border-color: #e9eaea;
}

.has-check input {
  width: auto !important;
}

.has-check {
  font-size: 12px;
  color:#333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.has-check a {
  color:#FF903F;
  font-size: 12px;
}

.login-name {
  font-size: 14px;
  color:#2C68FF;
  margin-bottom: 25px;
}

.please-white {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.must-white {
  color:#FF6666;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 3px;
}

.sub-success-wrap {
  text-align: center;
}

.sub-success-wrap img {
  margin-bottom: 30px;
}

.sub-success-blod {
  font-size: 16px;
  color:#333;
  margin-bottom: 20px;
}

.sub-success-light {
  font-size: 16px;
  color:#666;
  margin-bottom: 50px;
}

.side-right-body img,
.notice-out img {
  width: 100%;
}

.login-bg .flex-bottom {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.login-bg .flex-bottom p {
  padding-top: 0;
  color:#333;
  font-size: 12px;
}

.page-link {
  background: #F7F9FC;
  padding: 12px;
  width: 1160px;
  margin: 0 auto;
}

.page-link img {
  width: 180px;
}

.bidding-list .bidding-item .release-time {
  text-align: left;
  color:#666;
  font-size: unset;
}