* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html,
body,
.main {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  font-family: 'Microsoft YaHei';
  background: #f5f5f5;
}
body {
  overflow: auto;
  min-width: 1280px;
}
input,
select {
  outline: none;
  vertical-align: middle;
}
ul li {
  list-style-type: none;
}
img {
  border: 0 none;
}
a {
  outline: none;
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidden {
  visibility: hidden;
}
.pointer {
  cursor: pointer;
}
.hide {
  display: none;
}
.hide-default {
  opacity: 0;
  top: 0;
  height: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
}
.show {
  display: block;
}
.date_selector,
.date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #fbfbfb;
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin: 0;
  margin-top: 8px;
  position: absolute;
  z-index: 100000;
  display: none;
  border-radius: 3px;
  box-shadow: 0 2px 2px #dbdbdb;
  width: 280px;
  font-size: 14px;
}
.date_selector .selector-nav p {
  clear: none;
}
.date_selector .month_nav {
  float: left;
  width: 55%;
}
.date_selector .year_nav {
  float: right;
  width: 42%;
  margin-right: -8px;
}
.date_selector .button {
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-weight: bold;
  color: #5985c7;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}
.date_selector .prev {
  left: 0;
}
.date_selector .next {
  right: 0;
}
.date_selector table {
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  margin: 0;
  width: 100%;
}
.date_selector th {
  font-size: 12px;
}
.date_selector td {
  border: 1px solid #f1f1f1;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
  color: #5985c7;
  background: #fff;
}
.date_selector td.today {
  background: #eee;
}
.date_selector td.unselected_month {
  color: #dbdbdb;
}
.date_selector td.selectable_day {
  cursor: pointer;
}
.date_selector td.selected {
  background: #0651a5;
  color: #fff;
  font-weight: bold;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
.date_selector .month_nav,
.date_selector .year_nav {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}
.date_selector .month_name,
.date_selector .year_name {
  font-weight: bold;
  line-height: 20px;
}
.date_selector .button:hover,
.date_selector .button.hover {
  background: #5985c7;
  color: #fff !important;
  cursor: pointer;
}
.date_selector th,
.date_selector td {
  width: 2.5em;
  height: 2em;
  padding: 0 !important;
  text-align: center !important;
  color: #666;
  font-weight: normal;
}
.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
  background: #5985c7;
  color: #fff;
}
.head-view {
  background: #f4f4f4;
  border-bottom: 1px solid #043b79;
}
.head-view .top {
  height: 31px;
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
.head-view .top .emtry {
  flex: 1;
}
.head-view .top .item {
  color: #4a4b4c;
}
.head-view .top .item:not(.account) {
  cursor: pointer;
}
.head-view .top .line {
  width: 0;
  height: 9px;
  margin: 0 17px;
  border-left: 2px solid #b3b3b3;
}
.head-view .center {
  height: 119px;
  padding-top: 31px;
  background: #fff;
}
.head-view .center .center-content {
  margin: 0 auto;
  max-width: 1170px;
  align-items: center;
  display: flex;
}
.head-view .center .center-content .logo {
  /* width: 164px; */
  height: 58px;
}
.head-view .center .center-content .search {
  flex: 1;
}
.head-view .center .center-content .search .search-box {
  margin: 0 auto;
  width: 450px;
  height: 41px;
  border: 1px solid #0651a5;
  display: flex;
  align-items: center;
}
.head-view .center .center-content .search .search-box input {
  flex: 1;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
  height: 100%;
  margin: 0 1px;
}
.head-view .center .center-content .search .search-box input::-webkit-input-placeholder {
  color: #bababa;
}
.head-view .center .center-content .search .search-box .btn {
  width: 83px;
  height: 100%;
  background: #0651a5;
  border: 1px solid #0651a5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-view .center .center-content .search .search-box .btn img {
  width: 22px;
  height: 22px;
}
.head-view .center .center-content .shopping-cart {
  width: 163px;
  height: 41px;
  background: #fbfcfc;
  border: 1px solid #e3e4e6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head-view .center .center-content .shopping-cart img {
  width: 25px;
  height: 21px;
  margin-right: 8px;
}
.head-view .center .center-content .shopping-cart span {
  line-height: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #636466;
}
.head-view .center .center-content .shopping-cart .num {
  position: absolute;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  background: #0651a5;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  top: -20px;
  right: 0;
}
.foot-view {
  height: 89px;
  line-height: 89px;
  text-align: center;
  background: #0f243a;
}
.foot-view .icp {
  color: #fff;
  font-size: 14px;
}
.foot-view .icp a {
  color: #fff;
}
.modal-content-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal-content-view .mask {
  width: 1920px;
  height: 1237px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-content-view .content {
  width: 1060px;
  min-height: 450px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
}
.modal-content-view .content.small {
  width: 620px;
}
.modal-content-view .content.default {
  width: 700px;
}
.modal-content-view .content .modal-head {
  position: relative;
}
.modal-content-view .content .modal-head .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-left: 22px;
  padding-top: 30px;
  line-height: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.modal-content-view .content .modal-head .title:after {
  width: 39px;
  height: 3px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0651a5;
}
.modal-content-view .content .modal-head img {
  top: 16px;
  right: 14px;
  cursor: pointer;
  position: absolute;
}
.modal-content-view .content iframe {
  border: none;
  min-height: 547px;
}
.modal-content-view .content .tips {
  font-size: 16px;
  text-align: center;
  margin-top: 150px;
  color: #999;
}
.modal-content-view .content .entrust-list-view {
  width: 100%;
  padding-bottom: 0;
}
.modal-content-view .content .entrust-list-view .content-body {
  box-shadow: none;
}
.modal-content-view .content .entrust-list-view .content-body .head .item {
  width: 70%;
}
.modal-content-view .content .entrust-list-view .content-body .content-table input {
  width: 18px;
  height: 18px;
}
.modal-content-view .content .entrust-list-view .content-body .content-table .page-content {
  margin-bottom: 0;
}
.modal-content-view .content .login-tpl {
  padding-top: 65px;
}
.modal-content-view .content .login-tpl .tabs {
  display: none;
}
.modal-content-view .content .register-tpl {
  margin: 0 42px;
}
.modal-content-view .content .modal-foot {
  text-align: right;
  padding: 12px 23px;
  border-top: 1px solid #f0f0f0;
}
.modal-content-view .content .modal-foot .btn {
  width: 100px;
  line-height: 34px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  margin-left: 23px;
  cursor: pointer;
}
.modal-content-view .content .modal-foot .btn.active {
  color: #fff;
  background: #0651A5;
}
.modal-content-view.engineer-list .content-body {
  margin-top: 0;
}
.modal-content-view .input.get-code {
  display: none;
}
.index-view {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-view .background {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.index-view .content-box {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.index-view .content-box .left {
  width: 260px;
  height: 100%;
  color: #fff;
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
}
.index-view .content-box .left .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  background: #043b79;
  text-align: center;
}
.index-view .content-box .left .tree {
  height: 100%;
  background: rgba(4, 59, 121, 0.72);
  overflow-y: auto;
  overflow-x: hidden;
}
.index-view .content-box .left .tree .parent .child {
  cursor: pointer;
  padding: 10px 0;
  padding-left: 35px;
  padding-right: 10px;
  font-size: 18px;
  display: block;
  color: #fff;
}
.index-view .content-box .left .tree .parent .children {
  position: absolute;
  width: 514px;
  left: 100%;
  top: 0;
  height: 928px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  padding: 0 30px;
  padding-top: 69px;
}
.index-view .content-box .left .tree .parent .children .item {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  margin-bottom: 32px;
  display: inline-block;
}
.index-view .content-box .left .tree .parent .children .item:hover {
  color: #043b79;
}
.index-view .content-box .left .tree .parent .children .line {
  width: 1px;
  height: 14px;
  background: #808080;
  margin: 0 29px;
  display: inline-block;
}
.index-view .content-box .left .tree .parent .children .line:last-child {
  display: none;
}
.index-view .content-box .left .tree .parent:hover .child {
  color: #043b79;
  background: #fff;
}
.index-view .content-box .left .tree .parent:hover .children {
  opacity: 1;
  visibility: visible;
}
.index-view .content-box .right {
  flex: 1;
  height: 100%;
  position: relative;
}
.index-view .content-box .right .title {
  width: 100%;
  max-width: 659px;
  max-height: 144px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.index-view .content-box .tip {
  width: 668px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 33px;
  position: absolute;
  bottom: 12px;
  left: 273px;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
.index-view .contact-us {
  position: fixed;
  bottom: 139px;
  right: 57px;
  width: 71px;
  height: 198px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 22, 44, 0.26);
  border-radius: 6px;
}
.index-view .contact-us .box {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.index-view .contact-us .box .icon {
  width: 41px;
  height: 43px;
  margin: 0 15px;
  margin-top: 22px;
}
.index-view .contact-us .box .text {
  width: 21px;
  height: 90px;
  margin: 0 25px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  color: #999999;
  line-height: 23px;
  display: inline-block;
  word-break: break-all;
}
.index-view .contact-us .box:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  width: 12px;
  background: transparent;
  height: 100%;
}
.index-view .contact-us .contact-content {
  width: 295px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 22, 44, 0.26);
  border-radius: 6px;
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 6px;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
  padding: 21px 16px;
}
.index-view .contact-us .contact-content .item {
  display: flex;
  margin-bottom: 21px;
}
.index-view .contact-us .contact-content .item:last-child {
  margin-bottom: 0;
}
.index-view .contact-us .contact-content .item .icon {
  width: 20px;
  height: 21px;
  margin-right: 9px;
}
.index-view .contact-us .contact-content .item .address {
  flex: 1;
}
.index-view .contact-us .contact-content .item .address .title {
  line-height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 3px;
}
.index-view .contact-us .contact-content .item .address .text {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
}
.index-view .contact-us .contact-content .item .address .text a {
  color: #808080;
}
.index-view .contact-us .contact-content .item .address:hover .text a {
  color: #0651a5;
}
.index-view .contact-us .contact-content .item .img {
  width: 160px;
  height: 160px;
}
.index-view .contact-us .contact-content .item .content {
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
  color: #999999;
}
.index-view .contact-us:hover .contact-content {
  opacity: 1;
  margin-right: 12px;
  visibility: visible;
}
.login-view:not(.modal-content-view) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.login-view .background {
  width: 100%;
  min-height: 614px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.login-view .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1082px;
  height: 614px;
  display: flex;
  overflow: hidden;
}
.login-view .box .left {
  flex: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.64);
}
.login-view .box .left .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 202px;
  /* height: 277px; */
  transform: translateY(-50%) translateX(-50%);
}
.login-tpl {
  flex: 1;
  background: #fff;
  padding: 0 46px;
  padding-top: 86px;
}
.login-tpl .tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 39px;
}
.login-tpl .tabs .item {
  width: 50%;
  font-size: 24px;
  font-weight: 400;
  color: #4d4d4d;
  position: relative;
  cursor: pointer;
  text-align: center;
  height: 46px;
}
.login-tpl .tabs .item.active {
  color: #053b79;
}
.login-tpl .tabs .item.active:before {
  content: " ";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  width: 90px;
  height: 3px;
  background: #053b79;
  z-index: 10;
}
.login-tpl .login {
  position: relative;
}
.login-tpl .login input {
  width: 100%;
  margin-bottom: 36px;
}
.login-tpl .login .password-msg {
  left: 0;
  top: 147px;
  color: red;
  position: absolute;
}
.login-tpl .login .phone-msg {
  left: 0;
  top: 56px;
  color: red;
  position: absolute;
}
.login-tpl .login .btn {
  margin-top: 54px;
}
.login-tpl .password-free-login input {
  width: 100%;
  margin-bottom: 36px;
}
.login-tpl .password-free-login .btn {
  margin-top: 54px;
}
.login-tpl .password-free-login .code {
  display: flex;
}
.login-tpl .password-free-login .code input {
  flex: 1;
}
.login-tpl .password-free-login .code .text {
  width: 159px;
  height: 54px;
  cursor: pointer;
  margin-left: 24px;
  line-height: 54px;
  background: rgba(5, 59, 121, 0.18);
  border-radius: 4px;
  font-weight: 400;
  font-size: 20px;
  color: #053b79;
  text-align: center;
}
.login-tpl .other {
  text-align: right;
  margin-top: 12px;
}
.login-tpl .other .item {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #b3b3b3;
  margin: 0 12px;
  position: relative;
}
.login-tpl .other .item:last-child {
  color: #053b79;
  margin-right: 0;
}
.login-tpl .other .item:last-child:before {
  position: absolute;
  left: -12px;
  top: 7px;
  content: " ";
  width: 1px;
  height: 14px;
  background: #999999;
}
.login-tpl .btn {
  line-height: 54px;
  height: 54px;
  background: #053b79;
  border-radius: 4px;
  font-size: 27px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.login-tpl input {
  height: 54px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 20px;
}
.login-tpl input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.register-view {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f5f5f5;
  overflow-y: auto;
}
.register-view .hide-default {
  position: absolute;
  opacity: 0;
  top: 0;
}
.register-view .head {
  height: 93px;
  background: #ffffff;
  border-bottom: 1px solid #cacbcc;
  width: 100%;
}
.register-view .head .head-box {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 16px;
  align-items: center;
}
.register-view .head .head-box .logo {
  /* width: 164px; */
  height: 58px;
}
.register-view .head .head-box .text {
  flex: 1;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.register-view .head .head-box .text a {
  color: #636466;
}
.register-tpl {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.register-tpl .title {
  line-height: 28px;
  font-size: 28px;
  font-weight: 400;
  color: #043b79;
  padding-top: 38px;
  margin-bottom: 34px;
  text-align: center;
}
.register-tpl .input {
  height: 47px;
  display: flex;
  margin: 0 auto;
  max-width: 687px;
  margin-bottom: 30px;
  align-items: center;
  border: 1px solid #e2e2e2;
  position: relative;
}
.register-tpl .input.account {
  background: #d8d8d8;
}
.register-tpl .input.account > span {
  opacity: 0;
}
.register-tpl .input.account input {
  background: transparent;
}
.register-tpl .input select {
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.register-tpl .input .select2-container--default span {
  margin-left: 0;
}
.register-tpl .input span {
  color: red;
  font-size: 14px;
  margin-left: 15px;
}
.register-tpl .input span.msg {
  left: 0;
  bottom: -22px;
  margin-left: 0;
  position: absolute;
}
.register-tpl .input img {
  width: 26px;
  height: 23px;
  margin-left: 12px;
  margin-right: 20px;
}
.register-tpl .input input {
  flex: 1;
  border: none;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
}
.register-tpl .input .code {
  flex: 1;
  display: flex;
  align-items: center;
}
.register-tpl .input .code input {
  flex: 1;
}
.register-tpl .input .code .text {
  width: 159px;
  cursor: pointer;
  margin-left: 24px;
  line-height: 47px;
  background: rgba(5, 59, 121, 0.18);
  font-weight: 400;
  font-size: 20px;
  color: #053b79;
  text-align: center;
}
.register-tpl .input input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.register-tpl .register-btn,
.register-tpl .register-ok {
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 400;
  max-width: 687px;
  line-height: 47px;
  text-align: center;
  background: #043b79;
}
.reset-password-view {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f5f5f5;
}
.reset-password-view .hide-default {
  position: absolute;
  opacity: 0;
  top: 0;
}
.reset-password-view .head {
  height: 93px;
  background: #ffffff;
  border-bottom: 1px solid #cacbcc;
}
.reset-password-view .head .head-box {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 16px;
  align-items: center;
}
.reset-password-view .head .head-box .logo {
  /* width: 164px; */
  height: 58px;
}
.reset-password-view .head .head-box .text {
  flex: 1;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.reset-password-view .head .head-box .text a {
  color: #636466;
}
.reset-password-view .content {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1200px;
  background: #fff;
  padding-bottom: 93px;
}
.reset-password-view .content .title {
  line-height: 28px;
  font-size: 28px;
  font-weight: 400;
  color: #043b79;
  padding-top: 38px;
  margin-bottom: 34px;
  text-align: center;
}
.reset-password-view .content .input {
  height: 47px;
  display: flex;
  margin: 0 auto;
  max-width: 687px;
  margin-bottom: 30px;
  align-items: center;
  border: 1px solid #e2e2e2;
  position: relative;
}
.reset-password-view .content .input span {
  color: red;
  font-size: 14px;
  margin-left: 15px;
}
.reset-password-view .content .input span.msg {
  left: 0;
  bottom: -22px;
  margin-left: 0;
  position: absolute;
}
.reset-password-view .content .input img {
  width: 26px;
  height: 23px;
  margin-left: 12px;
  margin-right: 20px;
}
.reset-password-view .content .input input {
  flex: 1;
  border: none;
  height: 45px;
  font-weight: 400;
  font-size: 18px;
}
.reset-password-view .content .input .code {
  flex: 1;
  display: flex;
  align-items: center;
}
.reset-password-view .content .input .code input {
  flex: 1;
}
.reset-password-view .content .input .code .text {
  width: 159px;
  cursor: pointer;
  margin-left: 24px;
  line-height: 47px;
  background: rgba(5, 59, 121, 0.18);
  font-weight: 400;
  font-size: 20px;
  color: #053b79;
  text-align: center;
}
.reset-password-view .content .input input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.reset-password-view .content .btn {
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 400;
  max-width: 687px;
  line-height: 47px;
  text-align: center;
  background: #043b79;
}
.reset-password-view #box {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border: 1px solid #ADADAD;
  border-radius: 15px;
  box-shadow: 1px 1px 1px #ADADAD;
  text-align: center;
  position: relative;
}
.reset-password-view #box h3 {
  padding: 10px 0;
}
.reset-password-view #box .img {
  width: 280px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.reset-password-view #box .img img {
  width: 100%;
  height: 100%;
}
.reset-password-view #box .img .kuai {
  width: 50px;
  height: 50px;
  background-image: url(../img/01.jpg);
  background-repeat: no-repeat;
  background-size: 280px 200px;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
.reset-password-view #box .img .kuai2 {
  top: 10px;
  left: 100px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
}
.reset-password-view #box .slider {
  width: 280px;
  height: 30px;
  margin: 10px auto;
  background-color: #DDDDDD;
  border-radius: 10px;
  position: relative;
}
.product-category-view {
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding-bottom: 46px;
}
.product-category-view .type {
  background: #fafafa;
}
.product-category-view .type .parent {
  margin: 0 auto;
  padding: 14px 0;
  max-width: 1170px;
  border-bottom: 1px solid #f0f0f0;
}
.product-category-view .type .parent .item {
  padding: 0 7px;
  line-height: 30px;
  border-radius: 4px;
  word-break: keep-all;
  display: inline-block;
  cursor: pointer;
  color: #000;
  margin-top: 10px;
}
.product-category-view .type .parent .item:hover {
  color: #fff;
  background: #0651a5;
}
.product-category-view .type .parent .item.active {
  color: #fff;
  background: #0651a5;
}
.product-category-view .type .parent .line {
  margin: 10px 21px;
  width: 1px;
  height: 12px;
  background: #cccccc;
  display: inline-block;
  margin-top: 20px;
}
.product-category-view .type .parent span {
  vertical-align: top;
}
.product-category-view .type .children {
  margin: 0 auto;
  padding: 12px 0;
  max-width: 1170px;
}
.product-category-view .type .children .item {
  padding: 0 7px;
  line-height: 30px;
  border-radius: 4px;
  word-break: keep-all;
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
  color: #000;
}
.product-category-view .type .children .item:hover {
  color: #fff;
  background: #0651a5;
}
.product-category-view .type .children .item.active {
  color: #fff;
  background: #0651a5;
}
.product-category-view .type-content {
  margin: 0 auto;
  max-width: 1170px;
}
.product-category-view .type-content .list {
  font-size: 0;
  margin-bottom: 37px;
}
.product-category-view .type-content .list .item {
  width: 216px;
  height: 252px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.product-category-view .type-content .list .item:nth-child(5n + 0) {
  margin-right: 0;
}
.product-category-view .type-content .list .item .item-content {
  padding: 14px;
  height: 211px;
  position: relative;
  border-bottom: 2px solid #f0f0f0;
}
.product-category-view .type-content .list .item .item-content .title {
  margin-top: 6px;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  z-index: 2;
}
.product-category-view .type-content .list .item .item-content img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.product-category-view .type-content .list .item .item-foot {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 10px;
  height: 36px;
  color: #4d4d4d;
}
.product-category-view .type-content .list .item .item-foot .name {
  font-size: 14px;
  font-weight: 400;
  flex: 1;
}
.product-category-view .type-content .list .item .item-foot .icon {
  font-size: 14px;
}
.product-category-view .type-content .list .item:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.product-category-view .type-content .list .item:hover .item-content {
  border-color: #0651a5;
}
.product-category-view .type-content .list .item:hover .item-foot {
  color: #0651a5;
}
.product-category-view .type-content .more {
  width: 97px;
  margin: 0 auto;
  line-height: 34px;
  text-align: center;
  background: #ecedef;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  cursor: pointer;
}
.product-category-view .nodata {
  padding-top: 118px;
  display: flex;
  justify-content: center;
}
.product-category-view .nodata img {
  width: 488px;
  height: 358px;
}
.product-category-view .nodata .text {
  line-height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #B3B3B3;
  margin-top: 138px;
  margin-right: 111px;
  margin-left: 28px;
}
.product-detail-view {
  width: 100%;
  background: #f5f5f5;
  position: relative;
}
.product-detail-view .details {
  padding-top: 20px;
  background: #fff;
}
.product-detail-view .details .nav {
  display: flex;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  max-width: 1170px;
  align-items: center;
  margin-bottom: 40px;
}
.product-detail-view .details .nav .item {
  color: #4D4D4D;
}
.product-detail-view .details .nav .item:last-child {
  color: #0651a5;
}
.product-detail-view .details .nav .arrow {
  margin: 0 12px;
}
.product-detail-view .details .details-box {
  display: flex;
  margin: 0 auto;
  max-width: 1170px;
  padding-bottom: 62px;
}
.product-detail-view .details .details-box .left {
  width: 360px;
  height: 360px;
  border-radius: 4px;
  position: relative;
  margin-right: 63px;
  border: 1px solid #f0f0f0;
}
.product-detail-view .details .details-box .left img {
  top: 50%;
  left: 50%;
  max-width: 285px;
  max-height: 266px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.product-detail-view .details .details-box .right {
  flex: 1;
}
.product-detail-view .details .details-box .right .title {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 41px;
}
.product-detail-view .details .details-box .right .tip {
  width: 687px;
  line-height: 71px;
  text-align: center;
  background: #f8f8f8;
  font-size: 24px;
  font-weight: 400;
  color: #e81533;
  padding: 0;
}
.product-detail-view .details .details-box .right .phone {
  margin-top: 70px;
  display: flex;
  align-items: center;
}
.product-detail-view .details .details-box .right .phone .phone-left {
  margin-right: 75px;
}
.product-detail-view .details .details-box .right .phone .phone-left .child {
  line-height: 21px;
  font-size: 22px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.product-detail-view .details .details-box .right .phone .phone-left .child:last-child {
  margin-bottom: 0;
}
.product-detail-view .details .details-box .right .phone .phone-right {
  width: 157px;
  height: 157px;
}
.product-detail-view .details .details-box .right .phone .phone-right img {
  width: 100%;
  height: 100%;
}
.product-detail-view .details .details-box .right .info {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  height: 30px;
  line-height: 30px;
  background: #f8f8f9;
  font-size: 14px;
  font-weight: 400;
  color: #e81533;
  padding: 0 12px;
}
.product-detail-view .details .details-box .right .info .value {
  flex: 1;
  word-spacing: 10px;
}
.product-detail-view .details .details-box .right .select {
  display: flex;
  margin-bottom: 9px;
}
.product-detail-view .details .details-box .right .select .text {
  font-size: 16px;
  margin-top: 7px;
  font-weight: 400;
  color: #4d4d4d;
  width: 80px;
  text-align: right;
}
.product-detail-view .details .details-box .right .select .select-box {
  flex: 1;
  display: flex;
  flex-flow: wrap;
  margin-left: 14px;
}
.product-detail-view .details .details-box .right .select .select-box .item {
  flex: 0 0 23%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  padding: 0 3px;
}
.product-detail-view .details .details-box .right .select .select-box .item:not(.sample-code) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-detail-view .details .details-box .right .select .select-box .item:nth-child(4n) {
  margin-right: 0;
}
.product-detail-view .details .details-box .right .select .select-box .item img {
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
}
.product-detail-view .details .details-box .right .select .select-box .item span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.product-detail-view .details .details-box .right .select .select-box .item.active {
  border-color: #0651a5;
}
.product-detail-view .details .details-box .right .select .select-box .item.active img {
  opacity: 1;
}
.product-detail-view .details .details-box .right .select .select-box .item.input {
  border: none;
}
.product-detail-view .details .details-box .right .select .select-box .item.input input {
  padding: 0;
  height: 36px;
  border: none;
  outline: none;
  font-size: 16px;
  box-shadow: none;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #cbcbcb;
}
.product-detail-view .details .details-box .right .select .select-box .item.input input:focus {
  border-color: #0651a5;
}
.product-detail-view .details .details-box .right .select.number input {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  width: 150px;
  border: 1px solid #cbcbcb;
}
.product-detail-view .details .details-box .right .input-box {
  display: flex;
  flex-flow: wrap;
}
.product-detail-view .details .details-box .right .input-box .item {
  flex: 0 33.3%;
  display: flex;
  margin-bottom: 9px;
}
.product-detail-view .details .details-box .right .input-box .item .key {
  width: 100px;
  text-align: right;
  margin-right: 9px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
  color: #4d4d4d;
}
.product-detail-view .details .details-box .right .input-box .item .key span {
  color: #ff160c;
}
.product-detail-view .details .details-box .right .input-box .item .value {
  flex: 1;
}
.product-detail-view .details .details-box .right .input-box .item .value input {
  width: 136px;
  height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 0 5px;
}
.product-detail-view .details .details-box .right .input-box .item .value select {
  width: 136px;
  height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 0 5px;
}
.product-detail-view .details .details-box .right .input-box .item .value select .none {
  display: none;
}
.product-detail-view .details .details-box .right .input-box .item.btn {
  flex: 0 0 100%;
  margin-top: 40px;
}
.product-detail-view .details .details-box .right .input-box .item.btn .btn {
  width: 316px;
  height: 58px;
  background: #0651a5;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-detail-view .details .details-box .right .input-box .item.btn .btn img {
  width: 30px;
  height: 25px;
  margin-right: 17px;
}
.product-detail-view .details .details-box .right .input-box .item.btn .btn div {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.product-detail-view .details .details-box .right .input-box .item.btn .btn-running {
  width: 316px;
  line-height: 58px;
  height: 58px;
  background: #bbb9b6;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  cursor: wait;
  display: none;
}
.product-detail-view .details .tip {
  padding-top: 40px;
  padding-bottom: 76px;
  background: #f5f5f5;
}
.product-detail-view .details .tip .tip-content {
  margin: 0 auto;
  max-width: 1170px;
}
.product-detail-view .details .tip .tip-content .tip-head {
  display: flex;
  align-items: center;
}
.product-detail-view .details .tip .tip-content .tip-head img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.product-detail-view .details .tip .tip-content .tip-head div {
  font-size: 16px;
  font-weight: 400;
  color: #043b79;
}
.product-detail-view .details .tip .tip-content .tip-box {
  height: 140px;
  margin-top: 21px;
  border-radius: 6px;
  background: #fff;
  padding: 19px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 24px;
}
.order-detail-view {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 44px;
  position: relative;
}
.order-detail-view .content-box {
  margin: 0 auto;
  max-width: 1170px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
}
.order-detail-view .content-box .view-body {
  padding: 60px;
}
.order-detail-view .content-box .view-body .item {
  margin-bottom: 50px;
}
.order-detail-view .content-box .view-body .item:last-child {
  margin-bottom: 0;
}
.order-detail-view .content-box .view-body .item .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f0f0f0;
}
.order-detail-view .content-box .view-body .item .title:after {
  width: 39px;
  height: 3px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0651a5;
}
.order-detail-view .content-box .view-body .item .select-box {
  display: flex;
  flex-flow: wrap;
}
.order-detail-view .content-box .view-body .item .select-box .select {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 10px;
}
.order-detail-view .content-box .view-body .item .select-box .select.hide {
  display: none;
}
.order-detail-view .content-box .view-body .item .select-box .select.span-12 {
  flex: 0 0 100%;
}
.order-detail-view .content-box .view-body .item .select-box .select .key {
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #666666;
  margin-right: 12px;
}
.order-detail-view .content-box .view-body .item .select-box .select .key span {
  color: #e81533;
}
.order-detail-view .content-box .view-body .item .select-box .select .value {
  flex: 1;
  display: flex;
}
.order-detail-view .content-box .view-body .item .select-box .select .value input {
  flex: 1;
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: none;
  font-size: 16px;
  padding: 0 6px;
}
.order-detail-view .content-box .view-body .item .select-box .select .value input[readonly] {
  background: #f3f3f6;
}
.order-detail-view .content-box .view-body .item .select-box .select .value .btn {
  width: 80px;
  line-height: 34px;
  border-radius: 2px;
  background: #ff7171;
  border: 1px solid #ff7171;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
}
.order-detail-view .content-box .view-body .item .select-box .select .value.checkbox .checkbox-item {
  font-size: 0;
  margin-right: 13px;
}
.order-detail-view .content-box .view-body .item .select-box .select .value.checkbox .checkbox-item input {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  cursor: pointer;
}
.order-detail-view .content-box .view-body .item .select-box .select .value.checkbox .checkbox-item span {
  font-size: 16px;
  vertical-align: middle;
  padding-left: 6px;
  cursor: pointer;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group {
  flex: 1;
  display: flex;
  flex-flow: wrap;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child {
  height: 34px;
  flex: 0 0 148px;
  line-height: 34px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin-right: 2%;
  text-align: center;
  position: relative;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child:nth-child(4n) {
  margin-right: 0;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child img {
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child.active {
  border-color: #0651a5;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child.active img {
  opacity: 1;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child.input {
  border: none;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child.input input {
  padding: 0;
  height: 36px;
  border: none;
  outline: none;
  font-size: 16px;
  box-shadow: none;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #cbcbcb;
}
.order-detail-view .content-box .view-body .item .select-box .btn-group .child.input input:focus {
  border-color: #0651a5;
}
.order-detail-view .content-box .view-body .item .select-box .thead {
  flex: 0 0 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.order-detail-view .content-box .view-body .item .select-box .tbody {
  flex: 1;
  flex: 0 0 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.order-detail-view .content-box .view-body .item .select-box .tbody .item {
  display: flex;
  align-items: center;
  min-height: 180px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 0;
}
.order-detail-view .content-box .view-body .item .select-box .tbody .item .btn-value {
  display: inline-block;
  padding: 0 14px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
}
.order-detail-view .content-box .view-body .item .select-box .tbody .item .child .son {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.order-detail-view .content-box .view-body .item .select-box .span-1 {
  width: 10%;
  padding-left: 20px;
}
.order-detail-view .content-box .view-body .item .select-box .span-2 {
  width: 18%;
  text-align: center;
}
.order-detail-view .content-box .view-body .item .select-box .span-3 {
  width: 20%;
  text-align: center;
}
.order-detail-view .content-box .view-body .item .select-box .span-4 {
  width: 12%;
}
.order-detail-view .content-box .view-body .item .select-box .span-5 {
  width: 8%;
  text-align: center;
}
.order-detail-view .content-box .view-body .item .select-box .span-6 {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.order-detail-view .content-box .view-foot {
  height: 46px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
}
.order-detail-view .content-box .view-foot .back {
  font-size: 16px;
  font-weight: 400;
  color: #0651a5;
  line-height: 46px;
  margin-left: 31px;
}
.order-detail-view .content-box .view-foot .empty {
  flex: 1;
}
.order-detail-view .content-box .view-foot .btn {
  width: 200px;
  line-height: 46px;
  background: #0651a5;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.order-detail-view .content-box .view-foot .btn-running {
  width: 200px;
  line-height: 46px;
  background: #bbb9b6;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  cursor: wait;
  display: none;
}
.order-list-view {
  background: #f5f5f5;
  padding-top: 20px;
  position: relative;
}
.order-list-view .checkbox {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.order-list-view .content-head {
  margin: 0 auto;
  margin-bottom: 8px;
  max-width: 1170px;
  display: flex;
  align-items: center;
  height: 42px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
}
.order-list-view .content-head .item {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}
.order-list-view .content-body {
  margin: 0 auto;
  max-width: 1170px;
}
.order-list-view .content-body .item {
  min-height: 180px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
  border-radius: 2px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.order-list-view .content-body .item .ivu-checkbox-wrapper {
  margin: 0;
}
.order-list-view .content-body .item .ivu-checkbox-wrapper > span:not(.ivu-checkbox) {
  display: none;
}
.order-list-view .content-body .item .index {
  padding-left: 15px;
}
.order-list-view .content-body .item .icon .icon-box {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  position: relative;
}
.order-list-view .content-body .item .icon .icon-box img {
  width: 66px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.order-list-view .content-body .item .name {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.order-list-view .content-body .item .type .child {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.order-list-view .content-body .item .other {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.order-list-view .content-body .item .number {
  display: flex;
  width: 150px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  border: 1px solid #cbcbcb;
}
.order-list-view .content-body .item .number span {
  width: 30px;
  font-size: 14px;
  color: #828181;
  background: #f0f0f0;
  text-align: center;
  cursor: pointer;
}
.order-list-view .content-body .item .number input[type="number"] {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  width: 89px;
  border: none;
}
.order-list-view .content-body .item .number input[type=number] {
  -moz-appearance: textfield;
}
.order-list-view .content-body .item .number input[type=number]::-webkit-inner-spin-button,
.order-list-view .content-body .item .number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-list-view .content-body .item .operation {
  font-size: 16px;
  font-weight: 400;
  color: #0651a5;
}
.order-list-view .content-body .item .operation span {
  cursor: pointer;
}
.order-list-view .content-foot {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1170px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.order-list-view .content-foot .ivu-checkbox-wrapper {
  font-size: 16px;
}
.order-list-view .content-foot .ivu-checkbox-inner {
  margin-right: 12px;
}
.order-list-view .content-foot .line {
  width: 1px;
  height: 11px;
  margin: 0 20px;
  background: #808080;
}
.order-list-view .content-foot .text {
  flex: 1;
}
.order-list-view .content-foot .text span {
  cursor: pointer;
}
.order-list-view .content-foot .btn {
  width: 197px;
  background: #0651a5;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.order-list-view .content-foot > span {
  padding-left: 6px;
}
.order-list-view .content-foot .checkbox-btn {
  cursor: pointer;
}
.order-list-view .span-1 {
  width: 4%;
  padding-left: 12px;
}
.order-list-view .span-2 {
  width: 7%;
}
.order-list-view .span-3 {
  width: 10%;
}
.order-list-view .span-4 {
  width: 15%;
}
.order-list-view .span-5 {
  width: 14%;
}
.order-list-view .span-6 {
  width: 10%;
}
.order-list-view .span-7 {
  width: 7%;
}
.order-list-view .span-8 {
  width: 32%;
}
.order-list-view .span-9 {
  width: 13%;
}
.order-list-view .nodata {
  display: flex;
  justify-content: center;
  margin: 150px 0;
}
.order-list-view .nodata img {
  width: 488px;
  height: 358px;
  margin-right: 36px;
}
.order-list-view .nodata .right {
  margin-top: 62px;
}
.order-list-view .nodata .right .text {
  font-size: 36px;
  font-weight: 400;
  color: #B3B3B3;
}
.order-list-view .nodata .right .btn {
  margin-top: 21px;
  width: 173px;
  line-height: 60px;
  background: #0651A5;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  display: block;
}
.order-success-view {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 44px;
}
.order-success-view.detail .no-print {
  display: none;
}
.order-success-view.detail .print {
  display: block;
}
.order-success-view.detail .print-btn {
  display: block;
}
.order-success-view .content-box {
  margin: 0 auto;
  max-width: 1170px;
}
.order-success-view .content-box .view-head {
  height: 228px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
  border-radius: 2px;
}
.order-success-view .content-box .view-head .view-head-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}
.order-success-view .content-box .view-head .view-head-box .icon {
  width: 104px;
  height: 134px;
  margin-right: 37px;
}
.order-success-view .content-box .view-head .view-head-box .qr {
  width: 143px;
  height: 143px;
  margin-left: 60px;
}
.order-success-view .content-box .view-head .view-head-box .box {
  padding-left: 32px;
  border-left: 1px solid #e6e6e6;
}
.order-success-view .content-box .view-head .view-head-box .box .text {
  line-height: 29px;
  font-size: 30px;
  font-weight: bold;
  color: #1a1a1a;
}
.order-success-view .content-box .view-head .view-head-box .box .num {
  margin-top: 5px;
  line-height: 35px;
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
}
.order-success-view .content-box .view-head .view-head-box .box .btn {
  margin-top: 29px;
  width: 196px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  background: #0651a5;
  cursor: pointer;
}
.order-success-view .content-box .view-head .tip {
  margin-top: 7px;
  height: 47px;
  font-size: 16px;
  font-weight: 500;
  color: #e81533;
  line-height: 24px;
  text-align: center;
}
.order-success-view .content-box .view-body {
  padding: 20px;
  margin-top: 5px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
  border-radius: 2px;
}
.order-success-view .content-box .view-body .item {
  margin-bottom: 8px;
}
.order-success-view .content-box .view-body .item:last-child {
  margin-bottom: 0;
}
.order-success-view .content-box .view-body .item .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f0f0f0;
}
.order-success-view .content-box .view-body .item .title:after {
  width: 39px;
  height: 3px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0651a5;
}
.order-success-view .content-box .view-body .item .select-box {
  display: flex;
  flex-flow: wrap;
}
.order-success-view .content-box .view-body .item .select-box .info {
  display: flex;
  flex-flow: wrap;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 15px 21px;
}
.order-success-view .content-box .view-body .item .select-box .info .child {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 8px;
}
.order-success-view .content-box .view-body .item .select-box .info .child .value {
  flex: 1;
  text-align: left;
}
.order-success-view .content-box .view-body .item .select-box .info .span-12 {
  flex: 0 0 100%;
}
.order-success-view .content-box .view-body .item .select-box .info .span-7 {
  flex: 0 0 60%;
}
.order-success-view .content-box .view-body .item .select-box .info .span-5 {
  flex: 0 0 40%;
}
.order-success-view .content-box .view-body .item .select-box .thead {
  flex: 0 0 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.order-success-view .content-box .view-body .item .select-box .tbody {
  flex: 1;
  flex: 0 0 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.order-success-view .content-box .view-body .item .select-box .tbody .item {
  display: flex;
  align-items: center;
  min-height: 128px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 0;
}
.order-success-view .content-box .view-body .item .select-box .tbody .item .btn-value {
  display: inline-block;
  padding: 0 14px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
}
.order-success-view .content-box .view-body .item .select-box .span-1 {
  width: 10%;
  padding-left: 20px;
}
.order-success-view .content-box .view-body .item .select-box .span-2 {
  width: 18%;
  text-align: center;
}
.order-success-view .content-box .view-body .item .select-box .span-3 {
  width: 20%;
  text-align: center;
}
.order-success-view .content-box .view-body .item .select-box .span-4 {
  width: 12%;
}
.order-success-view .content-box .view-body .item .select-box .span-5 {
  width: 8%;
  text-align: center;
}
.order-success-view .content-box .view-body .item .select-box .span-6 {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.order-success-view .son {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  body,
  html {
    width: 210mm;
    height: 297mm;
    min-width: initial;
    background: transparent;
  }
  .no-print {
    display: none;
  }
  .print {
    display: block;
  }
  .print-view {
    background: transparent !important;
  }
  .print-view .content-box {
    border: none;
    box-shadow: none;
  }
  .print-view .content-box .view-head {
    border: none;
    box-shadow: none;
    padding: 0 20px;
  }
  .print-view .content-box .view-body {
    padding: 0 12px;
    border: none;
    box-shadow: none;
  }
  .tbody .item {
    page-break-inside: avoid;
  }
}
.entrust-list-view {
  padding-bottom: 127px;
  position: relative;
}
.entrust-list-view .entrust-list-view-modal .content-body .item {
  width: 70%;
}
.entrust-list-view .content-body {
  margin: 0 auto;
  max-width: 1170px;
  padding: 10px 39px;
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 1px 1px 18px 0px rgba(0, 4, 12, 0.1);
}
.entrust-list-view .content-body .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
  padding-top: 30px;
  line-height: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.entrust-list-view .content-body .title:after {
  width: 39px;
  height: 3px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0651a5;
}
.entrust-list-view .content-body .head {
  padding: 0 26px;
  padding-top: 10px;
  border: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.entrust-list-view .content-body .head .list {
  font-size: 0;
  display: inline;
}
.entrust-list-view .content-body .head .list .item {
  margin-right: 8%;
  width: 28%;
  align-items: center;
  display: inline-flex;
  margin-bottom: 0px;
}
.entrust-list-view .content-body .head .list .item:nth-child(3n) {
  margin-right: 0;
}
.entrust-list-view .content-body .head .list .item .key {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}
.entrust-list-view .content-body .head .list .item .value-view {
  flex: 1;
  display: flex;
  align-items: center;
}
.entrust-list-view .content-body .head .list .item .value-view span {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  margin: 0 6px;
}
.entrust-list-view .content-body .head .list .item .value-view input {
  flex: 1;
  width: 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 0 6px;
}
.entrust-list-view .content-body .head .list .item .value-view select {
  flex: 1;
  width: 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 0 6px;
}
.entrust-list-view .content-body .head .handle {
  font-size: 0;
  text-align: right;
  display: inline;
}
.entrust-list-view .content-body .head .handle .btn {
  width: 100px;
  line-height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  margin-left: 23px;
  cursor: pointer;
}
.entrust-list-view .content-body .head .handle .btn.active {
  color: #fff;
  background: #0651a5;
}
.entrust-list-view .content-body .content-table {
  margin-top: 10px;
}
.entrust-list-view .content-body .content-table table {
  border-radius: 2px;
  width: 100%;
  border-collapse: collapse;
  border-color: #ebebeb;
}
.entrust-list-view .content-body .content-table table tr .span-1 {
  width: 5%;
}
.entrust-list-view .content-body .content-table table tr .span-2 {
  width: 15%;
}
.entrust-list-view .content-body .content-table table tr .span-4 {
  width: 13%;
}
.entrust-list-view .content-body .content-table table tr .span-5 {
  width: 10%;
}
.entrust-list-view .content-body .content-table table tr .span-6 {
  width: 10%;
}
.entrust-list-view .content-body .content-table table tr .span-7 {
  width: 10%;
}
.entrust-list-view .content-body .content-table table tr .span-8 {
  width: 10%;
}
.entrust-list-view .content-body .content-table table tr th {
  text-align: center;
  border: 1px solid;
  border-color: #ebebeb;
  height: 32px;
  background: #0651a5;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.entrust-list-view .content-body .content-table table tr td {
  padding: 5px 6px;
  text-align: center;
  border: 1px solid;
  border-color: #ebebeb;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.entrust-list-view .content-body .content-table table tr .detail {
  cursor: pointer;
}
.entrust-list-view .content-body .content-table .page .page-head {
  margin-top: 5px;
  text-align: center;
}
.entrust-list-view .content-body .content-table .page .page-head .prev {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  margin: 0 33px;
}
.entrust-list-view .content-body .content-table .page .page-head .prev.disable {
  color: #ccc;
  cursor: no-drop;
}
.entrust-list-view .content-body .content-table .page .page-head .next {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  margin: 0 33px;
}
.entrust-list-view .content-body .content-table .page .page-head .next.disable {
  color: #ccc;
  cursor: no-drop;
}
.entrust-list-view .content-body .content-table .page .page-content {
  margin-top: 5px;
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
}
.entrust-list-view .content-body .content-table .page .page-content div {
  margin: 0 6px;
}
.entrust-list-view .content-body .content-table .page .page-content input {
  width: 64px;
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  line-height: 34px;
  padding-left: 6px;
}
.entrust-list-view .content-body .content-table .page .page-content .btn {
  width: 64px;
  line-height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
}
.progress-query-view {
  display: flex;
  flex-flow: wrap;
  overflow-y: auto;
  background: #fff;
}
.progress-query-view:not(.item-view) {
  padding-top: 19px;
  padding-bottom: 30px;
}
.progress-query-view .item {
  display: flex;
  flex: 0 0 50%;
  margin-bottom: 14px;
  align-items: center;
}
.progress-query-view .item .key {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  width: 80px;
  text-align: right;
  margin-right: 12px;
  margin-left: 20px;
}
.progress-query-view .item .value {
  flex: 1;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #f3f3f6;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  max-width: 388px;
  padding: 3px 15px;
  word-break: break-all;
}
.progress-query-view .item.span-1 {
  flex: 0 0 100%;
  margin-top: 44px;
}
.progress-query-view .item.span-1 .value {
  max-width: 914px;
}
.progress-query-view .progress {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.progress-query-view .progress .child {
  flex: 0 0 14%;
  text-align: center;
  position: relative;
}
.progress-query-view .progress .child .text {
  font-size: 20px;
  font-weight: 400;
  color: #0651a5;
  line-height: 18px;
  margin-bottom: 17px;
  text-align: center;
}
.progress-query-view .progress .child .line::before {
  width: 50%;
  height: 6px;
  content: " ";
  display: inline-block;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.progress-query-view .progress .child .line::after {
  width: 50%;
  height: 6px;
  content: " ";
  display: inline-block;
  background: #e4e4e4;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.progress-query-view .progress .child .line .spot {
  width: 20px;
  height: 20px;
  background: #0651a5;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.progress-query-view .progress .child:first-child .line::before {
  display: none;
}
.progress-query-view .progress .child:last-child .line::after {
  display: none;
}
.progress-query-view .progress .child.active ~ .child .text {
  color: #666666;
}
.progress-query-view .progress .child.active ~ .child .spot {
  background: #cbcbcb;
}
