.work-wrapper {
  min-width: 1200px;
}
.work-wrapper .banner-div .work-banner {
  width: 100%;
}
.work-wrapper .width-1200 {
  width: 1200px;
  margin: 0 auto;
}
.work-wrapper .width-1200 .search-div {
  text-align: center;
  padding-top: 30px;
}
.work-wrapper .width-1200 .search-div input {
  height: 46px;
  width: 589px;
  background: #fff;
  border-radius: 6px;
  padding: 0 16px;
  border: 1px solid #3d7fff;
  line-height: 46px;
  font-size: 14px;
  text-align: left;
}
.work-wrapper .width-1200 .search-div a {
  width: 80px;
  height: 46px;
  background: #3d7fff;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin-left: 10px;
}
.work-wrapper .width-1200 .search-div a:hover {
  background: #0b5cf9;
}
.work-wrapper .width-1200 .datas {
  margin-top: 30px;
}
.work-wrapper .width-1200 .datas .items.scd-items {
  margin-left: 40px;
  width: 580px;
}
.work-wrapper .width-1200 .datas .items .item {
  padding: 40px 40px 30px 40px;
  width: 580px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 6px;
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 40px 0;
  color: #182f43;
  font-size: 18px;
}
.work-wrapper .width-1200 .datas .items .item .itm-top.now .name {
  width: 341px;
}
.work-wrapper .width-1200 .datas .items .item .itm-top .name {
  font-size: 24px;
  line-height: 30px;
  width: 395px;
}
.work-wrapper .width-1200 .datas .items .item .itm-top .now {
  width: 44px;
  height: 26px;
  background: #fff9f9;
  border: 1px solid #f51111;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  color: #ff004d;
  margin: 2px 10px 0 0;
}
.work-wrapper .width-1200 .datas .items .item .itm-top .mark {
  height: 30px;
  background: #fbfbfc;
  border: 1px solid #000000;
  border-radius: 4px;
  line-height: 30px;
  padding: 0 10px;
}
.work-wrapper .width-1200 .datas .items .item .need-div {
  margin-top: 5px;
  height: 27px;
  overflow: hidden;
}
.work-wrapper .width-1200 .datas .items .item .need-div .needs {
  color: #ef8934;
  margin-left: -20px;
}
.work-wrapper .width-1200 .datas .items .item .need-div .needs .need {
  line-height: 22px;
  padding-top: 5px;
  margin-left: 20px;
}
.work-wrapper .width-1200 .datas .items .item .desc-div {
  font-size: 16px;
  margin-top: 10px;
}
.work-wrapper .width-1200 .datas .items .item .desc-div .t {
  line-height: 32px;
}
.work-wrapper .width-1200 .datas .items .item .desc-div .desc-wrap {
  height: 160px;
  overflow: hidden;
}
.work-wrapper .width-1200 .datas .items .item .desc-div .desc-wrap .desc {
  line-height: 32px;
}
.work-wrapper .width-1200 .datas .items .item .desc-div .desc-wrap p {
  line-height: 32px;
}
.work-wrapper .width-1200 .datas .items .item .opr-div {
  margin-top: 20px;
}
.work-wrapper .width-1200 .datas .items .item .opr-div .need-btn {
  width: 120px;
  height: 42px;
  background: #3d7fff;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.work-wrapper .width-1200 .datas .items .item .opr-div .need-btn:hover {
  background: #0b5cf9;
}
.work-wrapper .width-1200 .datas .items .item .opr-div .see-detail {
  font-size: 16px;
  color: #2864ff;
  line-height: 32px;
  height: 32px;
  padding-top: 5px;
}
.work-wrapper .width-1200 .datas .items .item .opr-div .see-detail:hover {
  color: #0b5cf9;
}
.work-wrapper .width-1200 .datas .items .item .opr-div .see-detail i {
  font-size: 24px;
  vertical-align: middle;
}
.work-wrapper .width-1200 .datas .items .item .itm-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
.work-wrapper .width-1200 .datas .items .item .itm-bottom p {
  color: #878787;
  line-height: 32px;
}
.page-div {
  width: 1120px;
  padding-bottom: 40px;
  display: none;
}
.page-div li {
  vertical-align: middle;
}
.page-div .common-pagination-ul .common-pagination-li.active {
  background: #e8f3ff;
  border-color: #e8f3ff;
}
.page-div .common-pagination-ul .common-pagination-li.active a {
  color: #165dff;
}
.alert-need {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: url("../../images/alert-mask.png") repeat;
}
.alert-need .c {
  width: 374px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: -50%;
  margin-left: -187px;
  padding: 24px 32px;
  font-size: 14px;
}
.alert-need .c .t {
  font-size: 18px;
  color: #131313;
  line-height: 22px;
  text-align: center;
}
.alert-need .c .desc {
  color: #333333;
  line-height: 22px;
  margin-top: 13px;
  text-align: center;
}
.alert-need .c .btns {
  text-align: center;
  margin-top: 24px;
}
.alert-need .c .btns a {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  width: 100px;
}
.alert-need .c .btns a.cancel {
  background: #f7f8fa;
  color: #333333;
}
.alert-need .c .btns a.cancel:hover {
  background: #e6f2fe;
}
.alert-need .c .btns a.copy {
  background: #3d7fff;
  color: #fff;
  margin-left: 24px;
}
.alert-need .c .btns a.copy:hover {
  background: #0b5cf9;
}
.alert-need .c .copy-textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
  filter: alpha(opacity=0);
}
.small-nav-alone {
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.small-nav-alone.black {
  background-color: #28292B;
}
.small-nav-alone.white {
  color: #333;
  background-color: #fff;
}
.small-nav-alone.white .fr-li a {
  color: #333;
}
.small-nav-alone.absolue {
  position: absolute;
  top: 0;
  width: 1190px;
  left: 50%;
  margin-left: -595px;
}
.small-nav-alone .hello-text {
  font-size: 12px;
}
.small-nav-alone .fr-li {
  margin-left: 30px;
}
.small-nav-alone .fr-li a {
  color: #fff;
}
.small-nav-alone .fr-li.top-nav-dynamic {
  margin-left: 0;
}
.small-nav-alone .fr-li.top-nav-dynamic div {
  margin-left: 30px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.small-nav-alone .fr-li.user-order-li {
  position: relative;
}
.small-nav-alone .fr-li.user-order-li .user-order-a {
  height: 36px;
}
.small-nav-alone .fr-li.user-order-li i {
  font-size: 24px;
}
.small-nav-alone .fr-li.user-order-li:hover .user-order-drop {
  display: block;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.qrcode-li {
  position: relative;
}
.small-nav-alone .fr-li.qrcode-li:hover .head-qrcode-div {
  display: block;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div {
  display: none;
  position: absolute;
  height: 168px;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div img {
  display: block;
  height: 98px;
  width: 98px;
  margin: 16px auto 0;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t {
  height: 17px;
  text-align: center;
  color: #000000;
  line-height: 17px;
  margin-top: 2px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t.desc {
  color: #606266;
}
