
body {
  background-color: #f2f2f2;
  color:#333;
  font-size: 16px !important;
  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 !important;
	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;}
.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;
  background-color: #fff;
  color:#f6383a;
  text-align: center;
  transition: ease 0.5s;
  padding:5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.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(../images/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: #f5f5f5;
}

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

.head-inside .head-left li {
	margin-right: 33px;
	padding: 12px 0;
}
.head-inside .head-left li a{
  display: inline-block;
  margin-right: 10px;
}
.head-inside .head-left li:last-child {
	margin-right: 0;
}

.head-inside .head-left li img {
	height: 15px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.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;
}

.search-wrap {
	background: #fff;
  min-width: 1200px;
}

.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: 276px;
}
.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: #fff;
  font-size: 12px;
}

.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;
}

.classify-inside .breadcrumb {
  margin-left: 30px;
}

.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%);
  z-index: 9999;
}

.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: 1200px;
	margin: 0 auto;
}

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

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

.content-body .content-title {
	border-left: 4px solid #2F95FF;
	font-size: 20px;
	font-weight: 700;
	padding-left: 10px;
	margin: 15px 0;
} 

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

.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 .product-item .line-two {
  height: 42px;
  margin-top: 10px;
}
.product-list img {
	width: 100%;
}

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

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

.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;
}

.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-bottom:1px solid #2F95FF;
	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: #fff;
  background: #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 {
	width: 1200px;
	margin: 15px auto;
}

.breadcrumb ul li {
  display: inline-block;
  color:#2F95FF;
}

.breadcrumb ul li a {
	color:#2F95FF;
}

.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 select,
.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 20px;
  /*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%;
  flex-wrap: wrap;
}

.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;
  margin-bottom: 8px;
}

.approval-comp {
  margin-bottom: 8px;
}
.item-bd {
  padding-left: 10px;
}

.item-ft {
  text-align: right;
  padding-right: 10px;
}
.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;
  position: relative;
}

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

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

.against-cell .cell-bd {
  height: 164px;
}

.against-cell .cell-ft {
  align-self: flex-start;
}

.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:#333;
}

.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: 15px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin-bottom: 15px;*/
  font-size: 12px;
}

.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: 14px;
  font-weight: 700;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.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;
}

.detail-table img {
  width: 47px;
  height: 33px;
}
.order-tabs {
  width: 100%;
  display: flex;
}

.order-tabs li a{
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

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

.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;
}

.detail-btn-group a{
  margin-right: 20px;
}

.cart-step {
  margin-top: 36px;
}

.cart-step a{
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  border:1px solid #888;
  color:#888;
  font-size: 14px;
}

.plus-btn {
  background: #888;
  color:#fff !important;
}

.cart-step input {
  font-size: 17px;
  border:none;
  width: 40px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
  -webkit-appearance: none;
  margin: 0;
}

.cart-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cart-link a {
  margin-left: 0;
  color:#2F95FF;
}

.cart-remove {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border:1px solid #2F95FF;
  color:#2F95FF;
  border-radius: 2px;
  width: 88px;
  text-align: center;
  margin-bottom: 60px;
}

.voucher-wrap {
  margin-top: 10px;
}

.voucher-wrap img {
  width: 98px;
  height: 98px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.voucher-wrap img.curr {
  border:3px solid #2F95FF;
}

.choose-name {
  font-size: 18px;
  font-weight: 700;
  /*margin-bottom: 8px;*/
}
.choose-name span {
  padding-right: 10px;
}

.choose-number span {
  padding-right: 15px;
}

.choose-purchase .cell-bd {
  height: auto;
}

.choose-purchase .cell-bd > p {
  padding: 10px 0;
}

.choose-purchase .cell-hd {
  padding-right: 20px;
}

.flex-end {
  justify-content: flex-end;
}

.empty-btn {
  background: #F3F9FF;
  color:#2F95FF;
  margin-right: 20px;
}

.text-title {
  display: flex;
  justify-content: flex-start;
  /*margin-bottom: 20px;*/
  background: #fff;
}

.text-title span {
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
  padding: 0 10px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border:1px solid #e5e5e5;
}

.text-title span.curr {
  color:#fff;
  background: #2F95FF;
}

.border-title {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  margin-bottom: 0;
}

.tabs-wrap {
  background: #fff;
}

.tabs-wrap div {
  display: inline-block;
  margin-right: 30px;
  margin-left: 20px;
  padding: 10px 0;
  cursor: pointer;
}

.tabs-wrap div.curr {
  color:#2F95FF;
}

.new-cell-styla .item-bd {
  padding-left: 10px;
}

.product-item .choose-wrap {
  flex-shrink: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 15px 0;
  margin-bottom: 5px !important;
}

.new-cell-styla .item-bd {
  flex: 1;
}

.new-cell-styla .item-ft {
  width: 50% !important;
  text-align: left;
  align-self: flex-start;
}

.ft-cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ft-cell img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  vertical-align: middle;
}
.ft-cell .ft-cell__bd {
  font-size: 14px;
  width: 50%;
}

.order-number {
  font-weight: 700;
  font-size: 18px;
  padding-left: 10px !important;
}

.total-budget {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  background: #fff;
  margin: 0 0 15px;
}

.no-bottom {
  margin-bottom: 0 !important;
}

.new-against .cell-ft {
  align-self: unset;
}


.ft-number .cart-step,
.new-against .cell-ft .cart-step {
  margin-top: 0;
}

.new-against .cell-hd img {
  width: 112px;
  height: 112px;
}
.new-against .cell-bd {
  height: 112px;
  position: relative;
}

.new-against .approval-price {
  position: absolute;
  left:0;
  bottom:0;
}

.against-list-item > p {
  padding: 15px 20px;
}

.against-list-item .against-cell:before {
  left: 20px;
  right: 20px;
}
.middle-title {
  font-size: 16px;
  padding: 20px 0;
}

.approval-bottom {
  position: absolute;
  bottom: 0;
  left:0;
}

.approval-bottom a {
  color:#2F95FF;
  margin-left: 0;
}

.ft-number {
  margin-bottom: 120px;
}

.order-table {
  margin-top: 20px;
}

.table-item-top,
.order-table-head {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
  background: #F3F9FF;
}

.table-item-top {
  background: #fff;
  margin-bottom: 10px;
}



.six-cloum .table-item-top > div:first-child,
.six-cloum .order-table-head > div:first-child {
  width: 20%;
}

.six-cloum .table-item-top > div:nth-child(2),
.six-cloum .order-table-head > div:nth-child(2) {
  width: 13.33%;
  text-align: center;
}
.six-cloum .table-item-top > div:nth-child(3),
.six-cloum .order-table-head > div:nth-child(3) {
  width: 13.33%;
  text-align: center;
}
.six-cloum .table-item-top > div:nth-child(4),
.six-cloum .order-table-head > div:nth-child(4) {
  width: 13.33%;
  text-align: center;
}

.six-cloum .table-item-top > div:nth-child(5),
.six-cloum .order-table-head > div:nth-child(5) {
  width: 20%;
  text-align: center;
}

.six-cloum .table-item-top > div:last-child,
.six-cloum .order-table-head > div:last-child {
  width: 20%;
}

.six-cloum .table-item-top > div:last-child {
  color:#2F95FF;
}


.six-cloum .table-item-top > div:nth-child(4) {
  color: #333;
}


.table-item-top > div:first-child,
.order-table-head > div:first-child {
  width: 20%;
}

.table-item-top > div:nth-child(2),
.order-table-head > div:nth-child(2) {
  width: 13.33%;
  text-align: center;
}
.table-item-top > div:nth-child(3),
.order-table-head > div:nth-child(3) {
  width: 13.33%;
  text-align: center;
}
.table-item-top > div:nth-child(4),
.order-table-head > div:nth-child(4) {
  width: 13.33%;
  text-align: center;
}
.table-item-top > div:last-child,
.order-table-head > div:last-child {
  width: 40%;
}

.table-item-top > div:nth-child(2),
.table-item-top > div:nth-child(4) {
  color: #D20000;
}


.table-item-top > div:first-child {
  display: flex;
  align-items: center;
}
.table-item-top > div:first-child img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  align-self: flex-start;
}

.table-item-top > div:first-child p {
  align-self: flex-start;
}

.table-item-top > div:first-child p span {
  display: block;
  color:#D20000;
  font-size: 14px;
  margin-top: 15px;
}

.order-table .order-table-item {
  background: #fff;
  padding: 15px 0;
  margin-bottom: 10px;
}

.table-item-bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.order-table .order-table-item a {
  color:#2F95FF;
  margin-right: 20px;
}

.border-none li {
  border:none !important;
}

.no-bottom ul li {
  color:#333;
}

.no-bottom select,
.no-bottom input {
  height: 32px;
  line-height: 30px;
}

.order-type-tabs {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  padding:20px 0;
}

.order-type-tabs a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
}

.order-type-tabs a:last-child {
  border-right: none;
}

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

.apply-wrap .cell-hd {
  align-self: flex-start;
}

.apply-wrap .cell-hd img {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

.apply-wrap .against-cell {
  padding: 20px;
}

.apply-wrap .cell-bd {
  height: unset;
}

.apply-wrap  .against-cell .approval-comp {
  margin-bottom: 10px;
}

.sign-img {
  width: 150px;
  height: 40px;
  margin-top: 15px;
}

.wecentBor {
  padding: 20px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.weui-cell-line {
  margin-left: 5px;
  width:100%;
  float: left;
  border-left: 1px solid #379FFF;
  min-height: 50px;
  margin-bottom: -10px;
  position: relative;
}

.weui-cell-list:last-child .weui-cell-line {
  border-left: none;
}
.weui-cell-list:first-child .weui-cell-circle {
  background: #ACD5FF;
}
.weui-cell-list .weui-cell-circle {
  position: absolute;
  left: -10px;
  top: 0px;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.weui-cell-circle>div {
  border: 1px solid #379FFF;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #379FFF;
}
.weui-cell-time {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  top: -1px;
}

.weui-cell-event {
  padding-left: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  color:#333;
}

.refund-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

.refund-flex .against-cell {
  background: #F3F9FF;
  width: 49%;
  padding: 40px;
  margin-right: 0;
  margin-bottom: 20px;
}
.refund-flex .against-cell:before {
  display: none;
}
.refund-flex .against-cell img {
  width: 44px;
  height:auto !important;
}

.refund-flex .against-cell .cell-bd {
  height: auto;
  align-self: center;
}
.refund-flex .against-cell .approval-comp {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.refund-flex .against-cell .approval-comp + p {
  font-size: 14px;
}

.refund-border {
  border:1px solid #e6e6e6;
  margin-top: 20px;
  padding: 40px 140px;
}

.refund-border .against-cell {
  padding: 20px;
  background: #FFFBF0;
}

.refund-choose .against-cell {
  padding: 30px;
  background: #F3F9FF;
}

.refund-progress {
  display: flex;
  justify-content: center;
  padding: 30px 30px 60px;
  text-align: center;
  background: #fff;
}

.refund-progress .middle-line {
  width: 80px;
  height: 1px;
  background:#999;
  position: relative;
  top: 11px;
  margin: 0 20px;
}

.progress-item {
  color:#999;
}

.progress-item span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 8px;
}

.progress-item.curr {
  color:#2F95FF;
}

.progress-item.curr span {
  background: #2F95FF;
}

/*.progress-item.curr + .middle-line {
  background:#2F95FF;
}*/

.refund-form {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px 30px;
  border:1px solid #e6e6e6;
}

.refund-left {
  width: 62%;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}
.refund-right {
  width: 35%;
}

.refund-left-cell {
  display: flex;
  margin-bottom: 15px;
}

.refund-left-cell .left-hd {
  min-width: 100px;
  color:#000;
}

.refund-left-cell .left-bd {
  flex: 1;
}

.refund-form .cart-step {
  margin-top: 0;
}

.refund-left .new-against .cell-hd img {
  width: 80px;
  height: 80px;
}

.refund-left .new-against .cell-bd {
  height: 80px;
}
.refund-right .against-list .against-cell,
.refund-left .against-list .against-cell {
  padding: 0;
}

.refund-form select {
  width: 280px;
  height: 30px;
  line-height: 30px;
}

.refund-form textarea {
  width: 400px;
  height: 150px;
  padding: 10px;
  resize: none;
}

.hd-small {
  font-size: 12px;
  color:#999;
}

.refund-form label {
  margin-right: 30px;
}

.right-info {
  margin-top: 15px;
}

.voucher-img img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-top: 20px;
}

.blod-title {
  font-weight: 700;
  font-size: 18px;
}

.refund-info-item {
  margin-bottom: 50px;
}

.refund-info-item .left-ft {
  color:#999;
}

.refund-address {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}

.refund-address .full-btn {
  margin-left: 0;
}

.refund-address p {
  margin-top: 10px;
}

.refund-address .refund-left-cell a {
  margin-top: 30px;
}
.logistics-form {
  margin-bottom: 100px;
  background: #fff;
}
.logistics-form .form-input {
  text-align: center;
}

.logistics-form .form-input label {
  display: block;
}

.logistics-form .choose-wrap {
  justify-content: center;
}

.logistics-form p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.logistics-form label {
  margin-bottom: 30px;
}

.logistics-form label input{
  width: 300px;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: -2px;
  margin-left: 10px;
  padding: 0 10px;
}

.detail-table tr:last-child {
  border-bottom: none;
}

.table-btn {
  justify-content: flex-end;
  margin-bottom: 0;
}

.table-btn a {
  width: 134px;
  height: 48px;
  line-height: 48px;
}

.has-bottom tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.float-btn {
  display: block;
  float: right;
  height: 26px;
  line-height: 26px;
  width: 70px;
  text-align: center;
  color:#fff;
  font-size: 12px;
  border-radius: 4px;
  background: #2F95FF;
}


.switch-btn {
  zoom:100% !important;
  margin: 0;
  float: right;
}

.switch-btn {
  cursor: pointer;
  width: 40px !important;
  height: 22px !important;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 15px !important;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none; 
}
.switch-btn:before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4); 
}
.switch-btn:checked {
  border-color: #2F95FF;
  box-shadow: #2F95FF 0 0 0 16px inset;
  background-color: #2F95FF; 
}
.switch-btn:checked:before {
  left: 18px; 
}
.switch-btn.switch-btn-animbg {
  transition: background-color ease .4s; 
}
.switch-btn.switch-btn-animbg:before {
  transition: left .3s; 
}
.switch-btn.switch-btn-animbg:checked {
  box-shadow: #dfdfdf 0 0 0 0 inset;
  background-color: #2F95FF;
  transition: border-color .4s, background-color ease .4s; 
}
.switch-btn.switch-btn-animbg:checked:before {
  transition: left .3s; 
}

.radio-right {
  text-align: right;
}
.radio-right label {
  margin-right: 0;
  margin-left: 30px;
}

.change-time {
  color:#2F95FF;
  margin-left: 10px;
}

.back-user {
  margin-bottom: 10px;
}

.refund-choose {
  background: #fff;
}

.body-left .hover-bg:hover {
  background: #f5f5f5;
}
.body-left .curr.hover-bg:hover {
  background: #2F95FF;
}

.has-search .search-inside {
  justify-content: flex-start;
}

.has-search .search-inside ul {
  margin-right: 30px;
}
.has-search .search-inside input,
.has-search .search-inside select {
  height: 42px;
  line-height: 42px;
}

.text-title + #purchaseId + .tabs-wrap {
  padding: 20px 0;
}

.refund-form .same-input {
  height: 28px;
  line-height: 28px;
  border:1px solid #ccc;
  border-radius: 4px;
  width: 200px;
  padding: 0 10px;

}


.funeng-top {
  height: 72px;
  line-height: 72px;
  font-weight: 700;
  font-size: 24px;
  width: 1200px;
  margin:0 auto;
  display: flex;
  align-items: center;
  color:#000F38;
}
.funeng-top img {
  width: 44px;
  margin-right: 10px;
}
.funeng-login {
  width: 1200px;
  margin: 40px auto;
  display: flex;
}
.funeng-left {
  width: 200px;
}

.funeng-top + img {
  width: 1200px !important;
  display: block;
  margin: 0 auto;
}

.funeng-left .curr-img {
  display: none;
}
.funeng-left a {
  display: block;
  padding: 25px 0;
  text-align: center;
  background: #f5f5f5;
  color:#333;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.funeng-left a:hover {
  background: #ddd;
  color:#666;
}
.funeng-left a.curr .curr-img {
  display: block;
}

.funeng-left a.curr .un-curr {
  display: none;
}
.funeng-left a img {
  width: 40px;
  margin: 0 auto 8px;
}

.funeng-left a.curr {
  background: #2F95FF;
  color:#fff;
}

.funeng-left a.curr:after {
  content:"";
  position: absolute;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2F95FF;
  border-top: 10px solid transparent;
  top: 50%;
  right: -10px;
  margin-top: -5px;
}
.funeng-right {
  flex: 1;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.funeng-right > div {
  width: 50%;
}

.funeng-right .bar {
  width: 332px;
}
.funeng-right .inisde-left h2 {
  font-size: 24px;
  color:#2F95FF;
  margin: 0 0 20px 0;
}
.funeng-right .inisde-left {
  margin: 40px 0 40px 80px;
  align-self: flex-start;
  height: calc(100% - 80px);
  border-right: 1px solid #e6e6e6;
}
.funeng-right .inisde-left p {
  margin-bottom: 20px;
  font-size: 16px;
}

.funeng-right .inisde-left ul li {
  color:#999;
  margin-bottom: 8px;
  margin-left: 18px;
  list-style: disc;
}

.funeng-right .new-login-btn {
  background: #2F95FF;
}
.funeng-right input:focus {
  border-color: #2F95FF;
}

.funeng-right .sub-wrap {
  padding-top: 30px;
  padding-top: 5px;
}

.funeng-login .form-group {
  position: relative;
}

.funeng-login .form-group .glyphicon {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#999;
  cursor: pointer;
}


.funeng-bottom {
  text-align: center;
  font-size: 14px;
  color:#666;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #fff;
}

.not-click {
  background: #ddd !important;
  color: #999 !important;
  cursor: not-allowed;
}

@media(max-width: 1450px){
  .funeng-left a {
    padding: 15px 0 !important;
  }
  .funeng-login {
    margin-top: 10px;
  }
  .funeng-left a img {
    width: 38px;
  }

  .funeng-top {
    height: 60px;
    line-height: 60px;
  }

  .inisde-left {
    margin: 25px 0 25px 40px !important;
  }

  .funeng-top,
  .funeng-login,
  .funeng-top + img {
    width: 70% !important;
  }
}


@media(max-width: 1200px){
  .funeng-left a {
    padding: 15px 0 !important;
  }
  .funeng-top,
  .funeng-login,
  .funeng-top + img {
    width: 100% !important;
  }

  .funeng-right .inisde-left {
    margin: 20px 0 20px 30px !important;
  }
}

/*新版样式*/

.new-head {
  font-size: 12px;
}
.new-head .change-password {
  color:#2F95FF;
}

.new-head img {
  width: 13px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.new-search .search-right {
  width: 52%;
  border:1px solid #FA3434;
  border-radius: 40px;
  overflow: hidden;
  padding: 5px;
}

.new-search .search-right input {
  width: 100%;
  border:none;
  height: 34px;
  line-height: 34px;
}
.new-search .search-right a {
  height: 34px;
  line-height: 34px;
  border-radius: 40px;
  background: #FA3434;
  width: 75px;
}

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

.classify-inside > ul li {
  margin-right: 30px;
}

.new-classify .classify-inside > ul li a {
  color:#fff;
  font-size: 14px;
}

.new-classify .drop-down-wrap ul li a {
  color:#333;
  font-size: 14px;
}

.classify-inside > ul li a {
  color:#333;
  font-size: 14px;
}

.classify-inside img {
  /*width: 40px;*/
}

.page-item {
  width: 1200px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
}

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

.banner-info .swiper-container,
.banner-info .swiper-container img {
  width: 790px;
  height: 250px;
  display: block;
  margin: 0;
  border-radius: 18px;
}

.user-card {
  width: calc(100% - 810px);
  flex-shrink: 0;
  background: #f4f4f4;
  border-radius: 18px;
  overflow: hidden;
}

.user-card .card-top {
  width: 100%;
  height: 80px;
}

.card-cell {
  display: flex;
  align-items: center;
  position: relative;
  top: -20px;

}

.card-cell img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 3px;
}

.card-cell .card-hd {
  font-size: 12px;
  text-align: center;
  margin-left: 20px;
}

.card-cell .card-bd {
  display: flex;
  flex: 1;
  align-self: flex-end;
}

.card-cell .card-bd > div {
  width: 50%;
  text-align: center;
}
.card-cell .card-bd p:first-child {
  color:#FF4141;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}
.card-cell .card-bd p:last-child {
  font-size: 12px;
}

.card-btn {
  display: flex;
  justify-content: space-between;
  margin: 10px 18px;
}

.card-btn a {
  background: #2F95FF;
  padding: 8px 30px;
  color:#fff;
  border-radius: 4px;
  font-size: 16px;
}

.card-btn a img {
  width: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.page-list-item .product-list li{
  width: 19%;
  padding: 0;
  margin-top: 20px;
  margin-right: 1.25%;
}
.page-list-item .product-list li img {
  display: block;
  border-radius: 18px;
}
.page-list-item .product-list li:nth-child(4n+4){
  margin-right: 1.25%;
}
.page-list-item .product-list li:nth-child(5n+5){
  margin-right: 0;
}

.page-list-item .product-list .product-item .line-two {
  font-size: 16px;
  padding: 0;
}

.page-list-item .product-list .product-item p {
  padding: 0;
}
.page-list-item .product-price {
  color:#FF3535;
  line-height: 1;
}

.last-leval li{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #f6f6f6;
  border-radius: 40px;
  font-size: 12px;
  color:#999;
  padding: 0 8px;
  margin-right: 20px;
  margin-top: 11px;
}
.last-leval li.curr {
  background: #2F95FF;
}
.last-leval li.curr a {
  color:#fff;
}

.last-leval li a {
  color:#999;
}
.top-leval {
  display: flex;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.top-leval .top-hd {
  font-size: 24px;
  font-weight: 700;
  padding-right: 40px;
}
.top-leval .top-bd {
  flex: 1;
  align-self: flex-end;
}

.top-leval .top-bd ul li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.top-leval .top-bd ul li.curr {
  color:#2F95FF;
  font-weight: 700;
}
.top-leval .top-ft {
  align-self: flex-end;
}
.top-leval .top-ft a {
  display: block;
  border:1px solid #2F95FF;
  border-radius: 40px;
  font-size: 12px;
  color:#2F95FF;
  padding: 5px 12px;
}

.page-item.inside-list {
  background: transparent;
  margin: 0 auto;
  padding: 0;
}

.page-item.inside-list .product-item {
  padding: 10px;
  border-radius: 18px;
}

.tabs-search {
  margin-bottom: 8px;
  margin-top: 20px;
  border:1px solid #e6e6e6;
  padding: 0;
  height: 40px;
  justify-content: flex-start;
}
.tabs-search .search-inside {
  width: auto;
  margin: 0;
}

.tabs-search .primary-btn {
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 0;
}
.tabs-search.has-search .search-inside ul {
  margin-right: 20px;
}
.tabs-search.has-search .search-inside input, 
.tabs-search.has-search .search-inside select{
  height: 24px;
  line-height: 24px;
  border-color: #e6e6e6;
  font-size: 12px;
  color:#333;
}

.tabs-search.has-search ul:first-child li {
  border:none;
  border-right: 1px solid #e6e6e6;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
} 
.tabs-search.has-search ul:first-child li.curr {
  border:1px solid #2F95FF;
  background: transparent;
  color:#2F95FF;
}

.has-rmb {
  position: relative;
}

.has-rmb input {
  width: 80px;
  text-align: left;
  padding-left:25px;
  font-size: 12px; 
}

.has-rmb span {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  color:#333;
}

.new-breadcrumb ul li,
.new-breadcrumb ul li a {
  color:#333;
  font-size: 12px;
}

.purchase-select {
  height: 38px;
  line-height: 38px;
  border:1px solid #e6e6e6;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px;
}
.purchase-select:focus {
  outline: none;
}

.new-tabs-wrap {
  border-bottom: 1px solid #e6e6e6;
}
.new-tabs-wrap > li,
.new-tabs-wrap > div {
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  padding: 20px;
}

.new-tabs-wrap > li:last-child:after,
.new-tabs-wrap > div:last-child:after {
  display: none;
}
.new-tabs-wrap > li.curr,
.new-tabs-wrap > div.curr {
  border-bottom: 1px solid #2F95FF;
}

.new-tabs-wrap > li.curr a {
  color:#2F95FF;
}

.new-tabs-wrap > li:after,
.new-tabs-wrap > div:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background: #e6e6e6;
}
.new-purchase-list {
  margin-top: 20px;
}
.new-purchase-item {
  margin-bottom: 10px;
}

.column-view {
  display: flex;
  background: #f8f8f8;
  border:1px solid #e6e6e6;
  font-size: 12px;
  padding: 18px 20px;
}

.column-view > div {
  /*flex: 1;*/
  align-self: flex-start;
  padding-right: 15px;
}
.column-view > div:nth-child(1) {
  width: 15%;
}
.column-view > div:nth-child(2) {
  width: 22.5%;
}
.column-view > div:nth-child(3) {
  width: 22.5%;
}
.column-view > div:nth-child(4) {
  width: 15%;
}
.column-view > div:nth-child(5) {
  width: 15%;
}
.column-view > div:nth-child(6) {
  width: 10%;
}
.column-view > div:first-child {
  font-weight: 700;
}

.column-view a {
  display: block;
  color:#2F95FF;
  margin-bottom: 10px;
}

.column-product-cell {
  display: flex;
  font-size: 12px;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 20px;
}
.column-product-cell img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.column-product-cell .column-product-ft {
  width: 10%;
}

.column-product-bd {
  flex: 1;
}

.column-product-bd p {
  width: 300px;
}

.column-product-cell a {
  color:#2F95FF;
}

.new-total-budget {
  text-align: right;
  background: #f8f8f8;
  border:1px solid #e6e6e6;
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;
}

.new-total-budget span {
  font-size: 22px;
  color:#FF3535;
  font-weight: 700;
}

.purchase-number {
  font-size: 12px;
  padding: 10px;
}

.nav-right {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.new-head .head-inside .head-left li {
  margin-right: 10px;
}

.flex-total {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.flex-total .left-total {
  width: calc(100% - 160px);
  padding-right: 10px;
}

.flex-total .left-total .tabs-search {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.flex-total .left-total .tabs-search:first-child {
  margin-bottom: 10px;
}

.flex-total .right-total {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
}

.right-total p {
  cursor: pointer;
  color:#2F95FF;
}

.cancel-choose {
  display: block;
  border-radius: 4px;
  border: 1px solid #E52828;
  color: #E52828;
  padding: 7px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.detail-table.has-bottom td:first-child {
  width: 200px;
}

.flex-total .right-total a {
  background: #E52828;
  color:#fff;
  display: block;
  padding: 6px 30px;
  border-radius: 4px;
  margin-top: 10px;
}

.gong-title {
  height: 38px;
  line-height: 38px;
  background: #FFFBF0;
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
}

.gong-tabs li {
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  color:#333;
}
.gong-tabs li.curr {
  color:#2F95FF;
}

.page-list-item .product-list .product-item {
  margin-bottom: 0;
}
.add-product {
  display: block;
  border-radius: 4px;
  border:1px solid #2F95FF;
  color:#2F95FF;
  padding: 7px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.price-ratio-title {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e6e6e6;
}

.price-ratio-title + .new-purchase-list {
  margin-top: 10px;
}
.has-top {
  border-top: 1px solid #e6e6e6;
}

.has-top {
  background:#FFFBF0;
}
.has-top .column-product-bd {
  flex:unset;
  width: 300px;
}
.flex-cloum {
  width: 200px;
  padding: 0 30px;
}
.flex-cloum span {
  color:#E52828;
  font-weight: 700;
}
.has-top .cart-step {
  margin-top: 0;
}
.has-top .cart-step input {
  background: #FFFBF0;
}

.column-product-title {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}

input.full-btn {
  color:#fff !important;
}

.full-btn,
.light-btn {
  display: inline-block;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 30px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 20px;
  width: auto !important;
}

.full-btn {
  background: #2F95FF;
  color:#fff !important;
  border: 1px solid #2F95FF;
}
.light-btn {
  background: #EEF6FF;
  color:#2F95FF;
  border:1px solid #2F95FF;
}

.column-product-cell {
  margin-bottom: 10px;
}

.address-wrap {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}

.address-wrap p {
  margin-bottom: 5px;
}

.new-purchase-list table {
  border:1px solid #e6e6e6;
  font-size: 12px;
}

.new-purchase-list .detail-table tr th {
  background: #f8f8f8;
  font-weight: 700;
}

.new-purchase-list .detail-table tr th, 
.new-purchase-list .detail-table tr td {
  padding: 10px 20px;
}

.new-purchase-list .detail-table {
  margin-bottom: 0;
}

.new-choose-wrap {
  text-align: right;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}

.new-choose-wrap p {
  font-size: 12px;
}
.new-choose-wrap p span {
  font-size: 18px;
  font-weight: 700;
  color:#E52828;
}

.new-choose-wrap a {
  margin-top: 20px;
}

.detail-wrap {
  background: #fff;
}

.detail-wrap .detail-show,
.detail-wrap .detail-evaluate {
  width: 60%;
}

.detail-wrap .detail-right .right-top {
  background: transparent;
  width: unset;
  padding: 0;
}

.detail-wrap .detail-right .detail-btn-group a{
  margin-left: 0;
  margin-top: 20px;
  height: 40px !important;
  line-height: 40px !important;
}

.detail-wrap {
  margin-top: 20px;
  background: transparent;
}

.detail-wrap .body-right {
  background:#fff;
  border-radius: 18px;
  padding: 0 15px;
  width:100%;
}

.detail-wrap .body-left {
  border-radius: 18px;
  width: 220px;
}
.detail-wrap .two-level {
  left: 220px;
}

.detail-wrap .body-left ul {
  border-radius: 18px 18px 0 0;
  width: 220px;
}

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

.gallery-thumbs {
  height: 70px !important;
}
.order-search {
  margin-bottom: 0;
  padding: 15px 0;
}
.order-search ul:last-child,
.order-search {
  font-size: 12px;
  color:#333;
}

.order-search input {
  font-size: 12px;
  border-color: #ccc;
  color:#333;
}

.order-search .search-inside {
  flex: 1;
}


.order-search input{
  height: 28px !important;
  line-height: 28px !important;
}

.order-search .full-btn {
  height: 28px !important;
  line-height: 28px !important;
  padding: 0 25px;
}

.new-order-list .column-product-title {
  background: #FFFBF0;
  border:1px solid #e6e6e6;
  border-bottom: none;
}

.new-order-list .column-product-title {
  font-size: 12px;
  font-weight: normal;
}

.new-order-list .column-product-title span {
  margin-right: 20px;
}

.new-order-list .column-product-title span:first-child {
  font-weight: 700;
}

.new-order-list .new-purchase-item {
  margin-bottom: 20px;
}

.column-flex {
  display: flex;
  background: #FFFBF0;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
}

.column-flex .column-product-cell {
  border: none;
  margin-bottom: 0;
  padding: 10px 20px;
}

.column-flex > .column-left {
  border-right: 1px solid #e6e6e6;
  width: 60%;
}

.column-flex .column-right .column-product-ft {
  width: 40%;
  text-align: center;
}

.column-flex .column-right .column-product-ft a {
  display: block;
  margin-bottom: 10px;
  width: auto;
}

.column-flex .column-right .column-product-ft .full-btn {
  padding: 0;
  margin: 0 auto;
  height: 28px !important;
  line-height: 26px !important;
  width: 64px !important;
  color:#fff;
  font-size: 12px;
}

.column-flex .column-left,
.column-flex .column-right {
  padding: 10px 0;
}
.column-flex .column-left .flex-cloum {
  width: 105px;
  padding: 0 15px;
}
.column-flex .column-right {
  width: 40%;
}
.red-link {
  color:#FF3535 !important;
}

.column-flex .column-right .column-product-cell{
  display: flex;
  justify-content: space-between;
}

.column-flex .column-right .column-product-bd {
  width: auto;
}

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

.link-block a {
  display: block;
  margin-bottom: 10px;
}

.new-time-line {
  margin-bottom: 0;
  border:1px solid #e6e6e6;
  margin-top: 10px;
}

.new-time-line .weui-cell-time,
.new-time-line .weui-cell-event{
  font-size: 12px;
}
.new-time-line .weui-cell-list:first-child .weui-cell-circle {
  background: #fff;
}

.detail-item-title + .new-purchase-list {
  margin-top: 10px;
}
.cc-text {
  font-size: 12px;
  margin-top: 10px;
}
.cc-text p {
  margin-bottom: 10px;
}

.cc-text .cell-bd {
  height: auto;
}

.buy-totla {
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding: 0;
  margin-bottom: 20px;
}
.buy-totla span {
  font-size: 16px;
  font-weight: 700;
}

.pay-now {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #FF3535;
  border-radius: 4px;
  color:#fff;
  font-size: 14px;
  margin-left: 40px;
}

.confirm-receipt {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #2F95FF;
  border-radius: 4px;
  color:#fff;
  font-size: 14px;
  margin-left: 40px;
}
.small-size {
  padding: 0 12px;
  height: 30px !important;
  line-height: 30px !important;
}

.cancel-order {
  display: inline-block;
  font-size: 14px;
  margin-left: 40px;
  color:#2F95FF;
}

.has-autograph {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  width: 180px;
  height: 72px;
  margin-left: 20px;
  position: relative;
  top: -15px;
  margin-bottom: 20px;
  background: #f8f8f8;
}
.has-autograph span {
  align-self: flex-start;
  font-size: 12px;
}

.has-autograph img {
  width: 124px;
  height: 52px;
  margin-left: 10px;
}

.refund-text {
  color:#FF3535;
  padding:0;
}

.refund-btn {
  color:#FF3535 !important;
}

.refund-border > .against-list img {
  width: 72px;
  height: 72px;
}

.refund-border > .against-list .against-cell {
  border:1px solid #e6e6e6;
}

.refund-border .new-against .cell-bd {
  height: 72px;
}

.refund-border .refund-flex {
  margin-top: 0;
}

.indide-nav-line {
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
}

.indide-nav-line ul {
  height: 32px;
  list-style: none;
  display: flex;
}

.indide-nav-line {
  margin-top: 20px;
}
.indide-nav-line li.curr {
  background: #2F95FF;
  color: #fff;
  z-index: 1;
}
.indide-nav-line li {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color:#fff;
  position: relative;
  margin-right: 5px;
  background: #ccc;
}

.indide-nav-line li:last-child {
  margin-right: 0;
}



.refund-form {
  font-size: 14px;
  margin-top: 20px;
}

.refund-form .left-hd {
  width: 120px;
  text-align: right;
  padding-right: 15px;
}

.refund-right,
.refund-left {
  padding-top: 15px;
}

.refund-left .against-list {
  background: #FFFDF7;
  border:1px solid #e6e6e6;
  padding: 20px;
}
.refund-left label {
  display: block;
  margin-bottom: 10px;
}
.refund-left label:last-child {
  margin-bottom: 0;
}

.refund-form select {
  width: 200px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border:1px solid #ccc;
  padding: 0 10px;
}

.refund-form textarea {
  border:1px solid #ccc;
  width: 100%;
  border-radius: 4px;
}

.refund-form .refund-right .new-against .cell-hd img{
  width: 54px;
  height: 54px;
}
.refund-form .refund-right .new-against .cell-bd {
  height: 54px;
}

.refund-form .refund-right .right-info span{
  display: inline-block;
  width: 80px;
  text-align: right;
  color:#999;
}
*:focus {
  outline: none;
}

.flex-unset {
  flex:unset !important;
}

.flex-unset input {
  margin-left: 20px;
}

.refund-sub {
  height: 32px !important;
  line-height: 32px !important;
  margin: 0;
  width: 160px !important;
  text-align: center;
}

.border-top {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

.refund-list-style {
  margin-bottom: 10px !important;
}


.refund-list-style .has-top,
.refund-list-style .column-flex,
.refund-list-style .column-product-title{
  background: #F3F9FF;
}

.refund-list-style .column-flex .column-left .flex-cloum {
  width: 150px;
}

.refund-list-style .column-product-ft {
  color:#2F95FF;
  flex: 1;
}

.refund-list-style .column-flex > .column-left {
  width: 100%;
  border-right: none;
}

.refund-head {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  display: flex;
  margin-bottom: 10px; 
  font-size: 12px;
}
.refund-head div {
  padding: 0 15px;
}
.refund-head div:nth-child(1) {
  width: 358px;
}
.refund-head div:nth-child(2) {
  width: 150px;
}
.refund-head div:nth-child(3) {
  width: 150px;
}
.refund-head div:nth-child(4) {
  width: 150px;
}
.refund-head div:nth-child(5) {
  width: 150px;
}
.refund-head div:nth-child(6) {
  flex:1;
}

.new-classify .classify-inside {
  position: relative;
}

.drop-scroll-out {
  padding: 10px;
  border: 2px solid #E52828;
  border-top: none;
  position: absolute;
  top: 40px;
  left:0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 999;
}


.new-classify .classify-inside .drop-down-wrap{
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
}
.drop-down-wrap::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.drop-down-wrap::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 30px;
  /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  background: #e5e5e5;
}
.drop-down-wrap::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  border-radius: 30px;
  background: #fff;
}
.new-classify .classify-inside > ul > li {
  margin-right: 0;
  transition: ease 0.5s;
}
.new-classify .classify-inside > ul > li > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding:0 15px;
}
.new-classify .classify-inside > ul > li:hover {
  background: #EC8D8D;
}

.new-classify .classify-inside > ul > li:hover > a + .drop-scroll-out{
  display: block;
}

.drop-down-wrap p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.drop-down-wrap ul li a {
  color:#333;
  font-size: 12px;
}

.drop-down-wrap .drop-down-item {
  margin-bottom: 10px;
}

.drop-down-wrap ul li {
  margin-right: 20px;
  margin-bottom: 15px;
}

.drop-down-wrap ul li a:hover {
  color:#2F95FF;
}

.new-modal-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.5);
}

.logistics-form,
.new-modal-body {
  background: #fff;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1050;
  width: 600px;
  padding: 30px;
}

.logistics-form .choose-wrap {
  width: 100%;
}

.new-modal-body .search-right {
  width: 100%;
  justify-content: space-between;
}

.new-modal-body .search-right input {
  width: 68%;
  border:none;
  background: #f5f5f5;
}

.new-modal-body .table-scroll {
  max-height: 400px;
  overflow: auto;
  margin-top: 20px;
}

.new-modal-body .table-btn {
  width: 100%;
  padding: 15px 0;
}

.ft-number .cart-step {
  margin-top: 0;
}

.cart-data .cart-step {
  margin-top: 0;
}

.cart-data .column-product-hd {
  display: flex;
  align-items: center;
}

.cart-data .small-margin {
  margin-right: 10px;
}

.cart-data .column-product-cell {
  margin-bottom: 0;
}

.cart-data .column-product-ft a {
  display: block;
  margin-bottom: 10px;
}

.cart-data .supplier-name {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cart-data .supplier-name input {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.cart-data .column-product-cell,
.cart-data .column-view {
  background: #FFFBF0;
}

.cart-bottom {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 0;
  padding-left: 20px;
  font-size: 12px;
  background: #f8f8f8;
}

.cart-bottom .primary-btn {
  height: 40px;
  line-height: 40px;
  width: 110px;
}

.cart-bottom input {
  position: relative;
  top: 3px;
}

.funeng-data-none {
  text-align: center;
  width: 100% !important;
  flex-shrink: 0;
  padding: 100px;
}

.funeng-data-none img {
  width: 150px;
}

.funeng-data-none p {
  font-size: 12px;
  color:#666;
  margin-top: 15px;
}

.has-first-radio .column-view > div:nth-child(1) {
  width: 30px !important;
}

.has-first-radio .column-view > div:nth-child(1) input{
  zoom:0;
  position: relative;
  top: 2px;
  margin: 0;
}

.price-ratio-title + select {
  margin-top: 10px;
}

.price-ratio-title + select + .new-purchase-list{
  margin-top: 10px;
}

.modal-dialog,
.modal-content {
  font-size: 12px;
  width: 800px;
}

.modal-content td a {
  color:#2F95FF;
}

.modal-content .form-group {
  margin-bottom: 10px;
  margin-right: 10px;
}
.modal-content .form-group input {
  margin-left: 5px;
}
.pager .current, 
#spilt .current {
  background: #2F95FF !important;
}
.btn-primary, 
.panel-primary>.panel-heading {
  border-color: unset;
}

/*.layui-laydate .layui-laydate-content .layui-this {
  background-color: #2F95FF !important; 
}*/
.funeng-top {
  position: relative;
}
.login-page-link{
  position: absolute;
  top: 6px;
  right: 0;
}

.login-page-link img {
  width: 220px;
  margin-right: 0;
}

/*新增样式*/
.has-search .search-inside input, 
.has-search .search-inside select {
  margin: 0 10px;
  border-radius: 4px;
}

.new-order-list .column-product-title {
  background: #F3F9FF;
}

.add-unpacking .column-product-title {
  background: #fff;
}

.column-flex {
  background: #fff;
}

.has-top {
  background: #fff;
}

.column-product-bd p {
  width: 270px;
}

.column-product-cell.has-top {
  background: #fafafa;
}
.refund-border .against-cell {
  background: #fafafa;
}
.refund-choose .refund-flex  .against-cell {
  background: #F3F9FF;
}

.refund-list-style .column-flex {
  background: #fff;
}

.has-search ul:first-child li {
  padding-left: 0;
}
.order-tabs li a {
  padding: 0;
}

.has-search .search-inside ul {
  margin-right: 0;
}

.price-ratio-title {
  padding: 20px 0;
}

/*.new-total-budget {
  background: #fff;
}*/

.cart-data .column-view {
  background: #F3F9FF;
}
.cart-data .column-product-cell {
  background: #fff;
}

.flex-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
}

.flex-select .sel-left {
  display: flex;
}

.flex-select .sel-left .sel-cell {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.flex-select .sel-left .sel-cell img {
  width: 40px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.flex-select .sel-left .sel-cell p {
  font-size: 14px;
}
.flex-select .sel-left .sel-cell p:first-child {
  color:#999;
  margin-bottom: 6px;
}

.flex-select .sel-right {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.flex-select .sel-right select {
  margin: 0 0 0 15px;
}

.change-password .change-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
}

.change-password .change-title img {
  width: 35px;
  margin-right: 10px;
}

.change-password .change-cell {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}

.change-password .change-cell .change-hd {
  width: 100px;
  text-align: right;
  padding-right: 20px;
}

.change-password .change-cell input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  width: 240px;
  border-radius: 4px;
  padding: 0 10px;
}

.change-btn {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 240px;
  background: #2F95FF;
  color:#fff;
  margin: 40px 0 0 455px;
  border: none;
}

.cart-step a {
  color:#888;
}

.out-cart-style .left-total {
  width: 100%;
  padding-right: 0;
}

.out-cart-style .left-total .tabs-search:first-child {
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}

.out-cart-style .left-total .tabs-search {
  border: none;
  height: 60px;
}

.out-cart-style .has-search .search-inside {
  display: flex;
  align-items: center;
}

.out-cart-style .has-search .search-inside input {
  margin: unset;
}

.out-cart-style .gong-title {
  background: #fff;
  border-right: none;
  width: 60px;
  text-align: right;
  color:#999;
  font-size: 14px;
  padding: 0;
  margin: 0 15px;
  height: 24px;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.out-cart-style li {
  font-size: 14px;
  margin-left: 0;
  height: 24px;
  line-height: 24px;
}

.out-cart-style .gong-tabs {
  margin-right: 0 !important;
}

.out-cart-style .has-rmb span {
  top: 0;
}

.fixed-cart {
  width: 70px;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -88px;
  background: #fff;
}

.fixed-cart img {
  width: 20px;
  margin-bottom: 10px;
}
.fixed-cart p {
  font-size: 14px;
  margin-bottom: 10px;
}
.fixed-cart .cart-number {
  font-size: 18px;
  font-weight: 700;
  color:#F33636;
  margin-bottom: 20px;
}

.fixed-cart a {
  display: inline-block;
  width: 44px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color:#fff;
  background: #2F95FF;
  border-radius: 2px;
  font-size: 12px;
  margin-bottom: 6px;
}

.fixed-cart:after {
  content:"";
  position: absolute;
  height: 3px;
  width: 58px;
  bottom: 0;
  left: 6px;
  background: #2F95FF;
}

.refund-left .against-list {
  background: #fafafa;
}

.new-search-style ul:first-child li{
  padding: 0 20px;
}

.has-search .new-search-style input {
  margin: 0;
}

.new-order-list .column-product-cell.has-top {
  background: #fff;
}

.align-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.align-center span {
  margin-left: 5px;
}

.new-purchase-list .new-purchase-item .column-view {
  height: 76px;
}

.new-purchase-list .new-purchase-item .column-view > div {
  padding-right: 0;
  margin-right: 40px;
}

.new-purchase-list .new-purchase-item .column-view > div:first-child {
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.new-purchase-list .new-purchase-item .column-view > div:nth-child(2),
.new-purchase-list .new-purchase-item .column-view > div:nth-child(3) {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.new-purchase-list .new-purchase-item .column-view > div:nth-child(4),
.new-purchase-list .new-purchase-item .column-view > div:nth-child(5){
  width: 7%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.new-purchase-list .new-purchase-item .column-view > div:nth-child(6) {
  margin-left: auto;
  margin-right: 0;
}

.cart-data .column-view {
  height: auto !important;
}

.new-purchase-list .new-purchase-item .column-view a {
  margin-bottom: 5px;
}

.has-first-radio .column-view > div:first-child {
  margin-right: 0 !important;
}

.has-first-radio .new-purchase-item .column-view > div:nth-child(2){
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.has-first-radio .new-purchase-item .column-view > div:nth-child(4) {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.has-first-radio .new-purchase-item .column-view > div:nth-child(6) {
  margin-left: 0;
}

.has-top .cart-step input {
  background: #fff;
}

.has-top .column-product-bd {
  width: 160px;
}

.column-product-bd p {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.against-flex-detail > div span {
  display: inline-block;
  width: 60px;
  text-align: right;
}

.against-flex-detail > div {
  width: 26%;
}