.location {
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #1989fa;
}
.location .home {
  color: #004098;
  cursor: pointer;
}
.location .cur {
  font-size: 14px;
  color: #004098;
}
.location span {
  font-size: 14px;
  padding: 0 3px;
}
.location span .img {
  width: 12px;
  height: 12px;
}
.list {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.list .list-body {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
}
.list .list-body .list-body-content {
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}
.box {
  margin: 0 auto;
  padding-bottom: 50px;
}
.box > div:first-of-type {
  display: flex;
  justify-content: space-around;
}
.box > div:first-of-type .remind {
  width: 500px;
}
.text_red {
  color: red;
}
.m-l-20 {
  margin-left: 20px;
}
.remind {
  text-align: center;
  margin-bottom: 40px;
}
.remind h3 {
  color: #333;
}
.remind img {
  width: 200px;
  height: 200px;
}
.box_form {
  position: relative;
  width: 380px;
}
.box_form ul {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.box_form ul li {
  width: 89px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f9f9f9;
  font-size: 16px;
}
.box_form ul li:hover {
  cursor: pointer;
  color: #f08200;
  background: #fef1e3;
}
.box_form ul .money_active {
  color: #f08200;
  background: #fef1e3;
}
.box_form p:first-of-type {
  position: relative;
}
.box_form p:first-of-type input {
  width: 380px;
}
.box_form p:first-of-type:after {
  content: "鍏�";
  position: absolute;
  top: 0;
  left: 350px;
}
.box_form p {
  width: 700px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.box_form p span {
  font-size: 12px;
}
.box_form p label {
  display: inline-block;
  width: 60px;
  color: #888;
}
.box_form p input {
  width: 320px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  text-indent: 20px;
  color: #333;
  border-radius: 4px;
}
.box_form p .input_active {
  border: 1px solid #f08200;
}
.box_form p input::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.box_form div {
  width: 380px;
  margin-top: 40px;
  text-align: center;
}
.box_form div button {
  width: 140px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #f08200;
  border: none;
  border-radius: 4px;
}
.pay_model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.pay_model .pay_img {
  background: #fff;
  width: 350px;
  padding: 10px;
  margin: 0 auto;
  margin-top: -100px;
}
.pay_model .pay_img .pay_close {
  color: #ccc;
  font-size: 20px;
  text-align: right;
  margin: 0;
  margin-right: 10px;
}
.pay_model .pay_img .pay_close:hover {
  cursor: pointer;
}
.pay_model .pay_img .pay_ment {
  width: 350px;
  padding: 0 40px 30px 40px;
}
.pay_model .pay_img .pay_ment div {
  color: #333;
  font-size: 30px;
  margin-bottom: 20px;
}
.pay_model .pay_img .pay_ment div img {
  width: 50px;
  vertical-align: middle;
}
.pay_model .pay_img .pay_ment p {
  height: 250px;
}
.pay_model .pay_img .pay_ment p img {
  width: 250px;
  height: 250px;
}
.showAnimate1 {
  animation: showAn1-171be985 0.3s ease-in;
}
.hideAnimate1 {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@keyframes showAn1-171be985 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.crumbs {
  position: absolute;
  top: -70px;
  left: -150px;
  font-size: 12px;
  margin-bottom: 30px;
}
a {
  color: #333;
  color: inherit;
}
.margin {
  margin-top: 20px;
}
.cursor {
  cursor: pointer;
}
