@charset "UTF-8";
html {
  font-size: 14px;
  color: #333;
}
input,
button,
select {
  border: none;
}
.order-modal-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.order-modal-wrap .create-order-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 636px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.order-modal-wrap .create-order-wrap .order-header {
  box-sizing: border-box;
  height: 57px;
  border-bottom: 1px #ededed solid;
  font-size: 18px;
  line-height: 56px;
  color: #333;
  padding: 0 16px 0 28px;
}
.order-modal-wrap .create-order-wrap .order-header #close-create-order-modal-top-btn {
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-header #close-create-order-modal-top-btn:hover {
  color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap {
  padding: 40px 28px 0;
  font-size: 14px;
  color: #333;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .order-input-wrap {
  position: relative;
  padding-left: 75px;
  height: 44px;
  line-height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .order-input-wrap .title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .order-input-wrap input {
  box-sizing: border-box;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 58px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .hot-keyword {
  height: 72px;
  font-size: 12px;
  padding-left: 75px;
  margin-bottom: 11px;
  white-space: nowrap;
  margin-top: 10px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .hot-keyword > span {
  float: left;
  margin-bottom: 10px;
  color: #666;
  margin-right: 19px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .hot-keyword > span:nth-child(1) {
  color: #999;
  margin-right: 8px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .hot-keyword > span:hover {
  color: #0d86ff;
  text-decoration: underline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap {
  margin-bottom: 24px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap .name {
  width: 505px;
  height: 44px;
  font-size: 14px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap .name:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap #create-font-num {
  position: absolute;
  top: 0px;
  right: 16px;
  color: #999;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .keyword-wrap .keyword {
  width: 505px;
  height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .keyword-wrap .keyword:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap {
  height: 45px;
  margin-bottom: 24px;
  position: relative;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .title {
  margin-right: 18px;
  line-height: 44px;
  font-size: 14px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap > input {
  box-sizing: border-box;
  height: 44px;
  width: 199px;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 27px;
  cursor: pointer;
  line-height: 42px;
  font-size: 14px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap > input:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap > input.ac {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .info {
  margin-right: 20px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-info-down-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-info-down-icon.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-info-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-info-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-business-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-business-down-icon.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-business-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap #create-business-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .create-info-select-wrap {
  display: none;
  position: absolute;
  top: 48px;
  left: 77px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .create-info-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .create-info-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .create-business-select-wrap {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .create-business-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .create-business-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .info-wrap .active {
  display: block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap {
  height: 45px;
  position: relative;
  margin-bottom: 24px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .title {
  margin-right: 18px;
  line-height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap > input {
  box-sizing: border-box;
  height: 44px;
  width: 200px;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 27px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap > input:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap > input.ac {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .province {
  margin-right: 20px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .city {
  display: none;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .city.active {
  display: inline-block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-province-down-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-province-down-icon.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-province-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-province-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-city-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 94px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-city-down-icon.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-city-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 94px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap #create-city-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap {
  display: none;
  position: absolute;
  top: 46px;
  left: 77px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap.active {
  display: block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap {
  display: none;
  position: absolute;
  top: 46px;
  right: 79px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap.active {
  display: block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap {
  /*margin-bottom: 24px;*/
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title {
  display: inline-block;
  margin-right: 18px;
  line-height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title .dp-switch {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  width: 52px;
  height: 68px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title .dp-switch input {
  display: none;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title .dp-switch input:checked ~ span {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title .dp-switch input:checked ~ span:after {
  left: 0px;
  border: 1px solid #ddd;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title .dp-switch span {
  width: 52px;
  height: 32px;
  border-radius: 32px;
  display: inline-block;
  background: #0d86ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0d86ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 8px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .mes-wrap .title .dp-switch span:after {
  position: absolute;
  left: calc(100% - 30px);
  top: 0px;
  height: 30px;
  width: 30px;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  border: 1px solid #0d86ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap {
  position: relative;
  margin-bottom: 30px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .title {
  margin-right: 18px;
  line-height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .btn {
  box-sizing: border-box;
  height: 44px;
  width: 66px;
  background-color: #fff;
  border: 1px #ededed solid;
  border-radius: 2px;
  margin-right: 18px ;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .ac {
  background-color: #fff;
  border: 1px #0d86ff solid;
  color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap > input {
  box-sizing: border-box;
  height: 44px;
  width: 199px;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 27px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap > input:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap > input.ac {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .start-time {
  margin-right: 10px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .end-time {
  display: none;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .end-time.active {
  display: inline-block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-start-time-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 226px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-start-time-down-icon.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-start-time-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 226px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-start-time-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-end-time-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-end-time-down-icon.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-end-time-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap #create-end-time-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-start-time-select-wrap {
  display: none;
  position: absolute;
  top: 44px;
  left: 165px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-start-time-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-start-time-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-start-time-select-wrap.active {
  display: block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-end-time-select-wrap {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-end-time-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-end-time-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .time-wrap .create-end-time-select-wrap.active {
  display: block;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .submit-wrap {
  height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .submit-wrap .submit-btn {
  height: 44px;
  width: 168px;
  border-radius: 2px;
  background-color: #0d86ff;
  color: #fff;
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .submit-wrap .submit-btn:hover {
  background-color: #0b78e5;
}
.order-modal-wrap .edit-order-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 636px;
  height: 670px;
  border-radius: 4px;
  background-color: #fff;
}
.order-modal-wrap .edit-order-wrap .order-header {
  box-sizing: border-box;
  height: 57px;
  border-bottom: 1px #ededed solid;
  font-size: 18px;
  line-height: 56px;
  color: #333;
  padding: 0 16px 0 28px;
}
.order-modal-wrap .edit-order-wrap .order-header #close-edit-order-modal-top-btn {
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-header #close-edit-order-modal-top-btn:hover {
  color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap {
  padding: 40px 28px 0;
  font-size: 14px;
  color: #333;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .order-input-wrap {
  position: relative;
  padding-left: 75px;
  height: 44px;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .order-input-wrap .title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .order-input-wrap input {
  box-sizing: border-box;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 58px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .hot-keyword {
  height: 72px;
  line-height: 36px;
  font-size: 12px;
  padding-left: 75px;
  margin-bottom: 11px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .hot-keyword > span {
  float: left;
  color: #666;
  margin-right: 19px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .hot-keyword > span:nth-child(1) {
  color: #999;
  margin-right: 8px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .hot-keyword > span:hover {
  color: #0d86ff;
  text-decoration: underline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap {
  margin-bottom: 24px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap .name {
  width: 505px;
  height: 44px;
  font-size: 14px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap .name:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap #edit-font-num {
  position: absolute;
  top: 0px;
  right: 16px;
  color: #999;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .keyword-wrap .keyword {
  width: 505px;
  height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .keyword-wrap .keyword:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap {
  height: 45px;
  margin-bottom: 24px;
  position: relative;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .title {
  margin-right: 18px;
  line-height: 44px;
  font-size: 14px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap > input {
  box-sizing: border-box;
  height: 44px;
  width: 199px;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 27px;
  cursor: pointer;
  line-height: 42px;
  font-size: 14px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap > input:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap > input.ac {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .info {
  margin-right: 20px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-info-down-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-info-down-icon.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-info-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-info-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-business-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-business-down-icon.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-business-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap #create-business-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .create-info-select-wrap {
  display: none;
  position: absolute;
  top: 48px;
  left: 77px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .create-info-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .create-info-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .create-business-select-wrap {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .create-business-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .create-business-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .info-wrap .active {
  display: block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap {
  height: 45px;
  position: relative;
  margin-bottom: 24px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .title {
  margin-right: 18px;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap > input {
  box-sizing: border-box;
  height: 44px;
  width: 200px;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 27px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap > input:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap > input.ac {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .province {
  margin-right: 20px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .city {
  display: none;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .city.active {
  display: inline-block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-province-down-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-province-down-icon.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-province-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-province-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-city-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 94px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-city-down-icon.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-city-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 94px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap #create-city-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap {
  display: none;
  position: absolute;
  top: 46px;
  left: 77px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-province-select-wrap.active {
  display: block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap {
  display: none;
  position: absolute;
  top: 46px;
  right: 79px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .local-wrap .create-city-select-wrap.active {
  display: block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap {
  /*margin-bottom: 24px;*/
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title {
  display: inline-block;
  margin-right: 18px;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title .dp-switch {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  width: 52px;
  height: 68px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title .dp-switch input {
  display: none;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title .dp-switch input:checked ~ span {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title .dp-switch input:checked ~ span:after {
  left: 0px;
  border: 1px solid #ddd;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title .dp-switch span {
  width: 52px;
  height: 32px;
  border-radius: 32px;
  display: inline-block;
  background: #0d86ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0d86ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 8px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .mes-wrap .title .dp-switch span:after {
  position: absolute;
  left: calc(100% - 30px);
  top: 0px;
  height: 30px;
  width: 30px;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  border: 1px solid #0d86ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap {
  position: relative;
  margin-bottom: 30px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .title {
  margin-right: 18px;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .btn {
  box-sizing: border-box;
  height: 44px;
  width: 66px;
  background-color: #fff;
  border: 1px #ededed solid;
  border-radius: 2px;
  margin-right: 18px ;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .ac {
  background-color: #fff;
  border: 1px #0d86ff solid;
  color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap > input {
  box-sizing: border-box;
  height: 44px;
  width: 200px;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 27px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap > input:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap > input.ac {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .start-time {
  margin-right: 10px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .end-time {
  display: none;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .end-time.active {
  display: inline-block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-start-time-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 226px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-start-time-down-icon.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-start-time-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 226px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-start-time-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-end-time-down-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-end-time-down-icon.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-end-time-down-icon-ac {
  display: none;
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 42px;
  font-size: 14px;
  color: #0d86ff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap #edit-end-time-down-icon-ac.active {
  display: inline;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-start-time-select-wrap {
  display: none;
  position: absolute;
  top: 44px;
  left: 165px;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-start-time-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-start-time-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .create-start-time-select-wrap.active {
  display: inline-block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-end-time-select-wrap {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 200px;
  height: 218px;
  border: 1px #ededed solid;
  background-color: #fff;
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
  overflow: auto;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-end-time-select-wrap p {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-end-time-select-wrap p:hover {
  background-color: #f2f7fc;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .time-wrap .edit-end-time-select-wrap.active {
  display: inline-block;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .submit-wrap {
  height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .submit-wrap .submit-btn {
  height: 44px;
  width: 168px;
  border-radius: 2px;
  background-color: #0d86ff;
  color: #fff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .submit-wrap .submit-btn:hover {
  background-color: #0b78e5;
}
.order-modal-wrap .active {
  display: block;
}
.no-order-wrap {
  display: none;
  box-sizing: border-box;
  width: 960px;
  height: 548px;
  flex: 0 0 auto;
  border: 1px #ededed solid;
  background: url("../img/myorder/noorder-bc.png") no-repeat center;
  background-size: cover;
}
.no-order-wrap .order-header {
  position: relative;
  box-sizing: border-box;
  height: 51px;
  border-bottom: 1px #ededed solid;
  background-color: #fcfcfc;
  padding: 0 24px;
}
.no-order-wrap .order-header > p {
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.no-order-wrap .order-header .add {
  position: absolute;
  top: 11px;
  right: 24px;
  display: block;
  width: 74px;
  height: 28px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  cursor: pointer;
}
.no-order-wrap .order-header .add:hover {
  background-color: #0b78e5;
}
.no-order-wrap .order-header .add > i {
  font-size: 14px;
  margin-right: 5px;
}
.no-order-wrap .order-bot {
  position: relative;
}
.no-order-wrap .order-bot .order {
  position: absolute;
  top: 285px;
  left: 387px;
  display: block;
  width: 186px;
  height: 40px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
}
.no-order-wrap .order-bot .order:hover {
  background-color: #0b78e5;
}
.has-order-wrap {
  position: relative;
  display: none;
  box-sizing: border-box;
  width: 960px;
  flex: 0 0 auto;
}
.has-order-wrap .has-order-wrap-top {
  position: relative;
  box-sizing: border-box;
  width: 960px;
  min-height: 548px;
  border: 1px #ededed solid;
  background-color: #fff;
}
.has-order-wrap .has-order-wrap-top .order-header {
  background-color: #fcfcfc;
  /* height: 51px;*/
  border-bottom: 1px #ededed solid;
  padding-left: 24px;
  padding-right: 180px;
  overflow: hidden;
}
.has-order-wrap .has-order-wrap-top .order-header > p {
  max-width: 80px;
  height: 50px;
  border-bottom: 2px transparent solid;
  float: left;
  margin-right: 28px;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .order-header > p:hover {
  color: #0d86ff;
  border-color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top .order-header .ac {
  color: #0d86ff;
  border-color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top .order-header > .close-icon {
  /*display: none;*/
  font-size: 20px;
  color: #333;
  /*position: absolute;
                top: 12px;
                right: 118px;*/
  z-index: 10;
  cursor: pointer;
  width: 60px;
  margin-left: 758px;
  height: 53px;
  line-height: 50px;
  text-align: center;
}
.has-order-wrap .has-order-wrap-top .order-header #has-order-down-btn.active {
  display: inline;
}
.has-order-wrap .has-order-wrap-top .order-header #has-order-up-btn.active {
  display: inline;
  color: #0d86ff;
  border-color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top .order-header #add-order-button {
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 2;
  width: 74px;
  height: 32px;
  border-radius: 2px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .order-header #add-order-button:hover {
  background-color: #0b78e5;
}
.has-order-wrap .has-order-wrap-top .order-header #add-order-button > i {
  font-size: 12px;
  margin-right: 5px;
}
.has-order-wrap .has-order-wrap-top #has-order-down-wrap {
  display: none;
  width: 958px;
  padding: 26px 75px 0 38px;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px #ededed solid;
  box-sizing: border-box;
  /*box-shadow: 0px 2px 3px 1px @main-bdcl;*/
  box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.has-order-wrap .has-order-wrap-top #has-order-down-wrap > p {
  float: left;
  box-sizing: border-box;
  height: 35px;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  border-radius: 17px;
  background-color: #f4f4f4;
  padding: 0 16px;
  margin-right: 20px;
  margin-bottom: 24px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top #has-order-down-wrap > p:hover {
  background-color: #f2f9ff;
  color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top #has-order-down-wrap .ac {
  background-color: #f2f9ff;
  color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top #has-order-down-wrap.active {
  display: block;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap {
  padding: 0 24px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap {
  padding-top: 12px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap > p {
  height: 32px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap > p > span {
  margin: 0 2px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .keyword {
  margin-bottom: 14px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle {
  height: 32px;
  display: flex;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-left {
  flex: 1 0 auto;
  width: 500px;
  height: 32px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-left .item {
  float: left;
  margin-right: 42px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-left .item > span {
  margin: 0 2px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-right {
  flex: 0 0 auto;
  width: 115px;
  height: 32px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-right .item {
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-right .item:hover {
  text-decoration: underline;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-info-wrap .middle .middle-right .item > img {
  width: 12px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  border: 1px #e4ecf5 solid;
  background-color: #f2f7fc;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  padding-left: 60px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item {
  float: left;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item:nth-child(1) {
  width: 378px;
  margin-right: 112px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item:nth-child(2) {
  width: 192px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item:nth-child(3) {
  width: 166px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap .export-btn {
  position: absolute;
  top: 6px;
  right: 15px;
  box-sizing: border-box;
  width: 74px;
  height: 28px;
  background-color: #f2f7fc;
  border: 1px #0d86ff solid;
  color: #0d86ff;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap .export-btn:hover {
  background-color: #f6f6f6;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item {
  box-sizing: border-box;
  height: 84px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px #ededed solid;
  cursor: pointer;
  display: block;
  /* .first{
                        text-indent: 60px;
                    }*/
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item:hover {
  box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item:hover > .item.first {
  color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item {
  float: left;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item > img {
  width: 76px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item .type {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 3px;
  background-color: #00a54c;
  text-indent: 0;
  font-size: 12px;
  color: white;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(1) {
  position: relative;
  box-sizing: border-box;
  /* height: 84px;*/
  width: 440px;
  margin-right: 112px;
  padding: 24px 0 0 0;
  line-height: 20px;
  text-indent: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(1) img {
  width: 40px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(1) .icon {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 18px;
  background: url(../img/attention/icon-bc_03.png) no-repeat 0 0;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(2) {
  width: 192px;
  height: 84px;
  line-height: 69px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(3) {
  width: 166px;
  height: 84px;
  line-height: 69px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item:nth-last-child(1) {
  border-bottom: none;
}
.has-order-wrap .order-page-wrap {
  display: none;
  height: 32px;
  margin-top: 32px;
}
.has-order-wrap .order-page-wrap .page-inner-wrap {
  height: 32px;
}
.has-order-wrap .order-page-wrap .page-inner-wrap > span {
  font-size: 14px;
  line-height: 32px;
  color: #0d86ff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.has-order-wrap .order-page-wrap .page-inner-wrap > span:hover {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.has-order-wrap .order-page-wrap .page-inner-wrap .ac {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.has-order-wrap .order-page-wrap .page-inner-wrap .dian {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.has-order-wrap .order-page-wrap.active {
  display: block;
}
.active {
  display: block;
}
/*# sourceMappingURL=mysubscribe.css.map */