#pageBox {
  width: 100%;
}
.head_mask {
  height: 50px;
  width: 100%;
}
.the_id {
  display: none;
}
.head_Area {
  width: 100%;
  height: 50px;
  padding: 0 6.6667vw;
  background: #fff;
}
.head_Area .iconbox i {
  font-size: 4.5vw;
}
.head_Area .title {
  font-size: 4.2667vw;
  font-weight: 550;
  color: #161616;
  text-align: center;
  vertical-align: top;
}
.head_Area .side {
  opacity: 0;
}
.OuterBox {
  width: 80%;
  padding: 20px 0;
}
.decl_haed {
  width: 100%;
  margin-bottom: 20px;
}
.decl_haed .fanhui {
  font-size: 24px;
  font-weight: 400;
  color: #707070;
  cursor: pointer;
  margin-right: 30px;
}
.decl_haed .decl_tit {
  font-size: 24px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  vertical-align: top;
}
.decl_haed .querybtn {
  width: 160px;
  height: 50px;
  border-radius: 30px;
  background: #E62129;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}
.decl_haed .querybtn i {
  margin-left: 5px;
  font-size: 16px;
  color: #fff;
}
.input_Areas {
  width: 100%;
  background: #fff;
  padding: 0 30px;
  border-radius: 8px;
  overflow: hidden;
}
.input_Areas .input_item:last-of-type {
  border-bottom: none;
}
.input_Areas .input_item {
  width: 100%;
  min-height: 80px;
  padding: 20px 0;
  border-bottom: solid 1px #f1f1f1;
}
.input_Areas .input_item .tit {
  font-size: 16px;
  font-weight: 400;
  color: #161616;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  min-width: 120px;
}
.input_Areas .input_item .detail_val {
  font-size: 16px;
  font-weight: 400;
  color: #a6a6a6;
  text-align: left;
  vertical-align: top;
  max-width: 500px;
}
.input_Areas .input_item .input_val input,
.input_Areas .input_item .input_val .theVal {
  font-size: 16px;
  font-weight: 400;
  color: #a6a6a6;
  text-align: left;
  vertical-align: top;
}
.input_Areas .input_item .input_val input::placeholder {
  font-size: 16px !important;
  font-weight: 400;
  color: #a6a6a6;
}
.saveBtn {
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background: #E62129;
  font-size: 16px;
  font-weight: 400;
  color: #fafbff;
  text-align: center;
  vertical-align: top;
  margin-top: 20px;
  cursor: pointer;
}
.schedule_Area {
  width: 600px;
  background: #fff;
  margin: 30px auto;
  border-radius: 10px;
  padding: 80px 30px;
}
.schedule_Area .schedule_img img {
  width: 220px;
  min-height: 220px;
}
.schedule_Area .schedule_nav {
  width: 100%;
  margin-bottom: 45px;
}
.schedule_Area .schedule_nav .navItem {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.schedule_Area .schedule_nav .navItem.isActive {
  color: #E62129;
}
.schedule_Area .schedule_nav .navItem.isActive::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #E62129;
  height: 3px;
  bottom: -10px;
}
.schedule_Area .schedule_input {
  width: 100%;
}
.schedule_Area .schedule_input .input_items {
  padding: 0 30px;
  height: 60px;
  width: 100%;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.schedule_Area .schedule_input .input_items .icon {
  margin-right: 20px;
}
.schedule_Area .schedule_input .input_items .icon i {
  font-size: 24px;
  color: #E62129;
}
.schedule_Area .schedule_input .input_items input {
  font-size: 16px;
  font-weight: 400;
  color: #a6a6a6;
  text-align: left;
  vertical-align: top;
}
.schedule_Area .schedule_input .input_items input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #a6a6a6;
}
.schedule_Area .schedule_input .query_click {
  width: 100%;
  height: 50px;
  opacity: 1;
  border-radius: 100px;
  background: #E62129;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.declarItem:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.declarItem {
  cursor: pointer;
  width: 30%;
  margin-right: 20px;
  border-radius: 5px;
  background: #ffffff;
  padding: 0 20px;
  margin-bottom: 20px;
}
.declarItem .d_head {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #f1f1f1;
}
.declarItem .d_head .code {
  font-size: 14px;
  font-weight: 400;
  color: #161616;
  text-align: center;
  vertical-align: top;
}
.declarItem .d_head .state {
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  border-radius: 3px;
  padding: 0px 10px;
}
.declarItem .d_head .state.style1 {
  background: #f2f6ff;
  color: #E62129;
}
.declarItem .d_head .state.style2 {
  color: #ff8d1a;
  background: #fcf3ee;
}
.declarItem .d_content {
  width: 100%;
  padding: 20px 0;
}
.declarItem .d_content .d_line:last-of-type {
  margin-bottom: 0;
}
.declarItem .d_content .d_line {
  margin-bottom: 5px;
}
.declarItem .d_content .d_line .tit {
  font-size: 14px;
  font-weight: 400;
  color: #9f9f9f;
  margin-right: 6px;
  white-space: nowrap;
}
.declarItem .d_content .d_line .txt {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  text-align: left;
  vertical-align: top;
}
.input_val {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
}
.input_val .checkVal {
  min-width: 200px;
  padding: 0 10px 10px 0;
  cursor: pointer;
}
.input_val .check_box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 8px;
  background-color: #fff;
}
.input_val .check_box i {
  font-size: 12px;
  color: #fff;
}
.input_val .check_empty {
  border: 1px solid #dcdfe6;
}
.input_val .check_fill {
  background: #E62129;
}
.posirelative {
  position: relative;
}
.select-out-div {
  width: 160px;
  overflow: hidden;
}
select.m-wrap {
  width: 180px;
  padding: 2px 40px 2px 0;
  background-color: #ffffff;
  background-image: none !important;
  filter: none !important;
  border: 1px solid #fff;
  outline: none;
  height: 25px !important;
  line-height: 25px;
  text-align: right;
}
.select-hide-span {
  height: 25px;
  position: absolute;
  top: 0;
  border-right: 1px solid #fff;
  right: 0;
  width: 20px !important;
  z-index: 999;
}
.select-show-b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -3px;
  margin-top: 10px;
  position: absolute;
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox .current {
  font-size: 14px;
  background: #E62129;
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox .current.prev,
.pagesBox .current.next {
  color: #3e3e3e !important;
  background: #fff;
}
.pagesBox a,
.pagesBox span {
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border-radius: 3px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3e3e3e !important;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 40px;
  overflow: hidden;
  position: relative;
}
.pagesBox a font,
.pagesBox span font {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: #E62129;
  color: #fff !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
