.nav_wp {
  color: #fff;
}

.nav_item:hover {
  /* width: 20px;
  height: 3px; */
  border-bottom-color: #2BBCEC;
}

.nav_item:hover a {
  color: #fff;
  text-decoration: none;
}

.nav_item.current {
  border-bottom-color: #fff;
  text-align: center;
  width: 90px;
}

.nav_item.current a {
  color: #fff;
}

.nav_link {
  color: #fff;
  font-size: 20px;
}

.mypice_list a {
  color: #fff !important;
}

.box {
  width: 100%;
  min-height: 100%;
  background: #fff;
  margin: auto;
  min-width: 1150px;
}

.header_t {
  height: 100px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 102, 205, 0.06);
  background-image: url(../images/banner.jpg);
}

.header_navbar {
  width: 1150px;
  margin: auto;
  height: 82px;
  line-height: 82px;
  border-bottom: 1px solid #DDDDDD;
}

.pay_detail {
  width: 1150px;
  margin: auto;
  position: relative;
  height: 251px;
  margin-top: 60px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}

.pay_list {
  height: 150px;
}

.pay_code {
  width: 1150px;
  margin: auto;
  height: 400px;
  display: flex;
  justify-content: space-between;
}

.pay_code_title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.pay_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  margin-bottom: 20px;
}

.pay_date {
  width: 306px !important;
  height: 139px;
  border: 1px solid #E5E5E5;
  opacity: 1;
  text-align: center;
  line-height: 35px;
  position: relative;
  border: 1px solid #2188FF;
}

.pay_date img {
  position: absolute;
  width: 39px;
  height: 36px;
  top: 0;
  right: 0px;
}

.pay_wx_box .text1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #333;
  margin-top: 15px;
}

.pay_date .text1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  color: #333;
  margin-top: 15px;
}

.text2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #333;
}

.text2 i {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
}

.text3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
}

.tip_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #2188FF;
  margin-top: 15px;
  margin-left: 60px;
}

.pay_code_title {
  margin-top: 20px;
}

.pay_wx_box {
  height: 55px;
  width: 306px !important;
  border: 1px solid #E5E5E5;
  text-align: center;
  line-height: 35px;
  position: relative;
  border: 1px solid #2188FF;
}

.pay_wx_box .checkedclas {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 36px;
  /* display: none; */
}

.pay_code_list {
  margin-bottom: 40px;
}

.order_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
}

.order_sel {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

.order_box {
  width: 1150px;
  margin: auto;
}


.pay_qrcode {
  width: 474px;
  height: 280px;
  background: #F6F7F9;
  opacity: 1;
  padding: 20px;
  margin-top: 28px;
  position: relative;
  text-align: center;
}

.pay_tip {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
  position: absolute;
  bottom: 20px;
  left: 10%;
}

.code {
  width: 159px;
  height: 159px;
  float: left;
  margin-left: 30px;
}

.code canvas {
  width: 159px;
  height: 159px;
}

.pirce .p1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

.wx_tip {
  font-size: 17px;
  font-weight: 400;
}

.amount {
  color: #E54937;
  font-size: 30px;
  font-weight: 400;
}

.pirce {
  margin-top: 90px;
}

.wxLogo {
  width: 28px;
  height: 28px;
}

.downloadMask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.downQrCode {
  width: 688px;
  height: 490px;
  background: #FFFFFF;
  border-radius: 4px;
  z-index: 2;
  position: fixed;
  top: 2%;
  left: 25%;
}

.wrongNum {
  display: block;
  height: 30px;
  font-size: 40px;
  color: #ccc;
  opacity: 1;
  text-align: right;
  margin-right: 20px;
  cursor: pointer;
}

.close_text {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 4px;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
}

.flexs {
  text-align: center;
}

.flexs img {
  width: 225px;
  height: 225px;
}

.pay_text {
  font-size: 36px;
  font-weight: bold;
  line-height: 47px;
  color: #2188FF;
}

.pay_jump {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  margin: 20px 0 40px 0;
}

.payScuess {
  position: absolute;
  top: 37px;
  left: 246px;
  width: 109px;
  height: 35px;
  color: #2188FF;
  border: 1px solid #2188FF;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}

#wxOfficialPay {
  display: none;
  cursor: pointer;
}

#qrCodePay {
  display: none;
}

.logo_drak {
  width: 257px;
  height: 47px;
}