.cz_page .b1 {
  display: flex;
}
.cz_page .b1 .cz,
.cz_page .b1 .tx {
  width: 410px;
  height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 30px;
  box-sizing: border-box;
}
.cz_page .b1 .cz .text,
.cz_page .b1 .tx .text {
  font-size: 14px;
  color: #929292;
}
.cz_page .b1 .cz .num,
.cz_page .b1 .tx .num {
  font-weight: bold;
  font-size: 42px;
}
.cz_page .b1 .cz a,
.cz_page .b1 .tx a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 32px;
  background: #ffffff;
  border-radius: 16px;
}
.cz_page .b1 .cz {
  background: url(/static/images/cz_bg.png) no-repeat left center / 100% 100%;
}
.cz_page .b1 .cz .num {
  color: #faa927;
}
.cz_page .b1 .tx {
  margin-left: 30px;
  background: url(/static/images/tx_bg.png) no-repeat left center / 100% 100%;
}
.cz_page .b1 .tx .num {
  color: #7c93ff;
}
.cz_page .p_text {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  margin-top: 38px;
}
.cz_page .cz_sel {
  display: flex;
  margin-top: 19px;
}
.cz_page .cz_sel div {
  width: 131px;
  height: 72px;
  margin-right: 32px;
  background: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #dddddd;
  cursor: pointer;
  position: relative;
}
.cz_page .cz_sel div span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #4a4a4a;
}
.cz_page .cz_sel div span i {
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
  margin-left: 2px;
}
.cz_page .cz_sel div p {
  text-align: center;
  font-size: 15px;
  color: #4a4a4a;
}
.cz_page .cz_sel div > .give {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 18px;
  font-size: 9px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #f4deb0 0%, #e4b978 100%);
  border-radius: 0 30px 0 60px;
}
.cz_page .cz_sel div.active {
  border-color: #5397df;
  color: #5397df;
  background: url(/static/images/cz_sel.png) no-repeat right bottom / 33px 33px;
}
.cz_page .pay_type {
  display: flex;
  margin-top: 19px;
}
.cz_page .pay_type .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 49px;
  font-size: 14px;
  color: #181818;
  background: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  margin-right: 48px;
}
.cz_page .pay_type .item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cz_page .pay_type .item.active {
  border-color: #5397df;
  background: url(/static/images/cz_sel.png) no-repeat right bottom / 33px 33px;
}
.cz_page .t1 {
  margin-top: 14px;
  font-size: 16px;
  color: #4a4a4a;
}
.cz_page .t2 {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.cz_page .red {
  color: #d93f3f;
}
.cz_page .cz_pay {
  width: 266px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 46px auto 0;
  cursor: pointer;
  background: linear-gradient(180deg, #fde19a 0%, #fabf61 100%);
  border-radius: 20px;
}
.withdraw .title {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.withdraw .select {
  display: flex;
  margin-top: 22px;
  padding-left: 8px;
}
.withdraw .select span {
  display: block;
  font-size: 16px;
  color: #181818;
  margin-right: 30px;
  cursor: pointer;
  padding-bottom: 4px;
}
.withdraw .select span.active {
  position: relative;
  font-weight: bold;
}
.withdraw .select span.active::after {
  display: inline-block;
  content: "";
  width: 49px;
  height: 2px;
  background: #5397df;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.withdraw .tx_content .item {
  margin-top: 20px;
}
.withdraw .tx_content .item .top {
  display: flex;
  align-items: center;
}
.withdraw .tx_content .item .top .i_text {
  display: block;
  width: 100px;
  font-size: 14px;
  color: #4a4a4a;
}
.withdraw .tx_content .item .top .i_text i {
  color: #e24939;
}
.withdraw .tx_content .item .top input {
  width: 240px;
  height: 34px;
  padding: 0 8px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.withdraw .tx_content .item .top .sum {
  display: flex;
  align-items: center;
  width: 240px;
  height: 34px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.withdraw .tx_content .item .top .sum i {
  width: 10px;
  display: block;
  font-size: 14px;
  color: #181818;
}
.withdraw .tx_content .item .top .sum input {
  width: 137px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.withdraw .tx_content .item .top .sum .all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 32px;
  font-size: 12px;
  color: #986b40;
  background: #eeeeee;
  cursor: pointer;
}
.withdraw .tx_content .item .top .tips {
  font-size: 12px;
  color: #999999;
  margin-left: 11px;
}
.withdraw .tx_content .item .top .tips i {
  color: #4a4a4a;
}
.withdraw .tx_content .item .rules {
  height: 16px;
  font-size: 12px;
  color: #e0473e;
  padding-left: 104px;
  margin-top: 2px;
}
.withdraw .tx_content .item.yzm input {
  width: 148px !important;
}
.withdraw .tx_content .operat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.withdraw .tx_content .operat span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 40px;
  font-size: 16px;
  color: #999999;
  background: #eeeeee;
  border-radius: 20px;
  margin: 0 12px;
  cursor: pointer;
}
.withdraw .tx_content .operat span.bg {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, #fde19a 0%, #fabf61 100%);
}
.withdraw .tx_content:last-of-type {
  display: none;
}
.record,
.sz_record {
  margin-top: 22px;
}
.record .title,
.sz_record .title {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.record table,
.sz_record table {
  border-collapse: collapse;
}
.record table th,
.sz_record table th {
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  height: 40px;
  background: #f6f6f6;
}
.record table th:first-of-type,
.sz_record table th:first-of-type {
  width: 176px;
}
.record table th:nth-of-type(2),
.sz_record table th:nth-of-type(2) {
  width: 96px;
}
.record table th:nth-of-type(3),
.sz_record table th:nth-of-type(3) {
  width: 143px;
}
.record table th:nth-of-type(4),
.sz_record table th:nth-of-type(4) {
  width: 126px;
}
.record table th:nth-of-type(5),
.sz_record table th:nth-of-type(5) {
  width: 76px;
}
.record table th:nth-of-type(6),
.sz_record table th:nth-of-type(6) {
  width: 88px;
}
.record table th:nth-of-type(7),
.sz_record table th:nth-of-type(7) {
  width: 176px;
}
.record table td,
.sz_record table td {
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
  height: 36px;
  border-bottom: 1px solid #e0e0e0;
}
.record table td.red,
.sz_record table td.red {
  color: #e24939;
}
.record table td.gray,
.sz_record table td.gray {
  color: #999999;
}
.record table td.blue,
.sz_record table td.blue {
  color: #4580cf;
}
.record .spage,
.sz_record .spage {
  margin-top: 18px;
}
.record.sz_record,
.sz_record.sz_record {
  margin-top: 0;
}
.record.sz_record table,
.sz_record.sz_record table {
  margin-top: 20px;
}
.record.sz_record th:first-of-type,
.sz_record.sz_record th:first-of-type {
  width: 306px;
}
.record.sz_record th:nth-of-type(2),
.sz_record.sz_record th:nth-of-type(2) {
  width: 148px;
}
.record.sz_record th:nth-of-type(3),
.sz_record.sz_record th:nth-of-type(3) {
  width: 104px;
}
.record.sz_record th:nth-of-type(4),
.sz_record.sz_record th:nth-of-type(4) {
  width: 112px;
}
.record.sz_record th:nth-of-type(5),
.sz_record.sz_record th:nth-of-type(5) {
  width: 213px;
}
.account_set .title {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
  display: flex;
}
.account_set .title span {
  font-size: 15px;
  color: #e24939;
  margin-left: 6px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.account_set .title span::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f16a5b;
  margin-right: 2px;
}
.account_set > form > div {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.account_set > form > div > span {
  display: inline-block;
  width: 50px;
  text-align: right;
  font-size: 14px;
  color: #181818;
}
.account_set > form > div > .upload {
  margin-left: 14px;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.account_set > form > div > .upload:hover > label {
  display: inline-block;
}
.account_set > form > div > .upload > img {
  display: block;
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
}
.account_set > form > div > .upload > label {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 20px;
  bottom: 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background-color: rgba(8, 8, 8, 0.5);
  cursor: pointer;
  display: none;
}
.account_set > form > div > .upload > input {
  opacity: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 20px;
  bottom: 0px;
  cursor: pointer;
}
.account_set > form > div > input {
  border: none;
  outline: none;
  width: 216px;
  height: 32px;
  border-bottom: 1px solid #e7e7e7;
  margin-left: 16px;
  font-size: 14px;
  color: #333333;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0 8px;
}
.account_set > form > div .sex {
  margin-left: 16px;
  display: flex;
}
.account_set > form > div .sex label {
  margin-right: 24px;
  cursor: pointer;
}
.account_set > form > div .sex label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.account_set > form > div .sex input {
  display: none;
}
.account_set > form > div .sex input:checked + span {
  border-color: #d5b291;
  background: url(/static/images/sex.png) no-repeat right bottom / 25px 26px;
}
.account_set > form > .btn {
  margin-top: 46px;
  display: flex;
  align-items: center;
}
.account_set > form > .btn > #save {
  width: 216px;
  height: 32px;
  background: linear-gradient(180deg, #ecd9c4 0%, #d5b291 100%);
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #ffffff;
  margin-left: 67px;
  cursor: pointer;
  -webkit-appearance: none;
}
.message_page .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message_page .title .l {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.message_page .title .b {
  display: flex;
}
.message_page .title .b span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 14px;
  color: #4a4a4a;
  padding: 0 12px;
  margin-left: 12px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.message_page .title .b span::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.message_page .title .b span:first-of-type::before {
  background: url(/static/images/b1.png) no-repeat left center / 14px 14px;
}
.message_page .title .b span:last-of-type::before {
  background: url(/static/images/b2.png) no-repeat left center / 14px 14px;
}
.message_page .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.message_page .list .item {
  width: 49.2%;
  margin-bottom: 12px;
  padding: 14px 14px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.message_page .list .item .tz {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
}
.message_page .list .item .tz::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #e0e0e0;
}
.message_page .list .item .xq {
  font-size: 14px;
  color: #4a4a4a;
  margin: 8px 0 0 12px;
}
.message_page .list .item .date {
  display: block;
  font-size: 12px;
  color: #999999;
  margin: 12px 0 0 8px;
}
.message_page .list .item.xin .tz {
  color: #181818;
}
.message_page .list .item.xin .tz::before {
  background: #e24939;
}
.message_page .list .item:nth-of-type(odd) {
  margin-right: 12px;
}
.coupon_page.coupon_page .title,
.get_coupon.coupon_page .title {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.coupon_page .select,
.get_coupon .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.coupon_page .select .left,
.get_coupon .select .left {
  padding-left: 8px;
  display: flex;
}
.coupon_page .select span,
.get_coupon .select span {
  display: block;
  font-size: 16px;
  color: #181818;
  margin-right: 30px;
  cursor: pointer;
  padding-bottom: 4px;
}
.coupon_page .select span.active,
.get_coupon .select span.active {
  position: relative;
  font-weight: bold;
}
.coupon_page .select span.active::after,
.get_coupon .select span.active::after {
  display: inline-block;
  content: "";
  width: 49px;
  height: 2px;
  background: #5397df;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.coupon_page .select .qlq,
.get_coupon .select .qlq {
  padding-right: 90px;
  font-weight: bold;
  font-size: 18px;
  color: #181818;
  padding-left: 34px;
  background: url(/static/images/lqzx.png) no-repeat left center / 26px 19px;
}
.coupon_page .coupon_con,
.get_coupon .coupon_con,
.coupon_page .list,
.get_coupon .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.coupon_page .coupon_con .coupon,
.get_coupon .coupon_con .coupon,
.coupon_page .list .coupon,
.get_coupon .list .coupon {
  width: 382px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 28px;
}
.coupon_page .coupon_con .coupon .left,
.get_coupon .coupon_con .coupon .left,
.coupon_page .list .coupon .left,
.get_coupon .list .coupon .left {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 25px 10px 18px 40px;
  box-sizing: border-box;
}
.coupon_page .coupon_con .coupon .left .t,
.get_coupon .coupon_con .coupon .left .t,
.coupon_page .list .coupon .left .t,
.get_coupon .list .coupon .left .t {
  font-weight: bold;
  font-size: 18px;
  color: #fff8d1;
}
.coupon_page .coupon_con .coupon .left .d,
.get_coupon .coupon_con .coupon .left .d,
.coupon_page .list .coupon .left .d,
.get_coupon .list .coupon .left .d {
  font-size: 12px;
  color: #ffffff;
}
.coupon_page .coupon_con .coupon .left .de,
.get_coupon .coupon_con .coupon .left .de,
.coupon_page .list .coupon .left .de,
.get_coupon .list .coupon .left .de {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 23px;
  font-size: 16px;
  color: #999999;
  background: linear-gradient(180deg, #f8f8f8 0%, #eeeeee 100%);
  border-radius: 14px;
}
.coupon_page .coupon_con .coupon .right,
.get_coupon .coupon_con .coupon .right,
.coupon_page .list .coupon .right,
.get_coupon .list .coupon .right {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon_page .coupon_con .coupon .right .y,
.get_coupon .coupon_con .coupon .right .y,
.coupon_page .list .coupon .right .y,
.get_coupon .list .coupon .right .y {
  font-weight: bold;
  font-size: 22px;
  color: #bd9044;
  margin-top: 29px;
}
.coupon_page .coupon_con .coupon .right .m,
.get_coupon .coupon_con .coupon .right .m,
.coupon_page .list .coupon .right .m,
.get_coupon .list .coupon .right .m {
  font-weight: bold;
  font-size: 58px;
  color: #bd9044;
  letter-spacing: -0.05em;
}
.coupon_page .coupon_con .coupon.ksy,
.get_coupon .coupon_con .coupon.ksy,
.coupon_page .list .coupon.ksy,
.get_coupon .list .coupon.ksy {
  background: url(/static/images/c_ksy.png) no-repeat left center / 100%;
}
.coupon_page .coupon_con .coupon.ysy,
.get_coupon .coupon_con .coupon.ysy,
.coupon_page .list .coupon.ysy,
.get_coupon .list .coupon.ysy {
  background: url(/static/images/c_ysy.png) no-repeat left center / 100%;
}
.coupon_page .coupon_con .coupon.ysy .t,
.get_coupon .coupon_con .coupon.ysy .t,
.coupon_page .list .coupon.ysy .t,
.get_coupon .list .coupon.ysy .t,
.coupon_page .coupon_con .coupon.ysy .y,
.get_coupon .coupon_con .coupon.ysy .y,
.coupon_page .list .coupon.ysy .y,
.get_coupon .list .coupon.ysy .y,
.coupon_page .coupon_con .coupon.ysy .m,
.get_coupon .coupon_con .coupon.ysy .m,
.coupon_page .list .coupon.ysy .m,
.get_coupon .list .coupon.ysy .m {
  color: #999999;
  font-weight: normal;
}
.coupon_page .coupon_con .coupon.ygq,
.get_coupon .coupon_con .coupon.ygq,
.coupon_page .list .coupon.ygq,
.get_coupon .list .coupon.ygq {
  background: url(/static/images/c_ygq.png) no-repeat left center / 100%;
}
.coupon_page .coupon_con .coupon.ygq .t,
.get_coupon .coupon_con .coupon.ygq .t,
.coupon_page .list .coupon.ygq .t,
.get_coupon .list .coupon.ygq .t,
.coupon_page .coupon_con .coupon.ygq .m,
.get_coupon .coupon_con .coupon.ygq .m,
.coupon_page .list .coupon.ygq .m,
.get_coupon .list .coupon.ygq .m,
.coupon_page .coupon_con .coupon.ygq .y,
.get_coupon .coupon_con .coupon.ygq .y,
.coupon_page .list .coupon.ygq .y,
.get_coupon .list .coupon.ygq .y {
  color: #999999;
  font-weight: normal;
}
.coupon_page .coupon_con .coupon.ygq .d,
.get_coupon .coupon_con .coupon.ygq .d,
.coupon_page .list .coupon.ygq .d,
.get_coupon .list .coupon.ygq .d {
  color: #bbbbbb;
}
.coupon_page .coupon_con .coupon.ygq .de,
.get_coupon .coupon_con .coupon.ygq .de,
.coupon_page .list .coupon.ygq .de,
.get_coupon .list .coupon.ygq .de {
  color: #999999;
  background: #dddddd;
}
.coupon_page .coupon_con .coupon.wlq,
.get_coupon .coupon_con .coupon.wlq,
.coupon_page .list .coupon.wlq,
.get_coupon .list .coupon.wlq {
  background: url(/static/images/c_wlq.png) no-repeat left center / 100%;
}
.coupon_page .coupon_con .coupon.wlq .t,
.get_coupon .coupon_con .coupon.wlq .t,
.coupon_page .list .coupon.wlq .t,
.get_coupon .list .coupon.wlq .t {
  color: #fff8d1;
  font-weight: normal;
}
.coupon_page .coupon_con .coupon.wlq .d,
.get_coupon .coupon_con .coupon.wlq .d,
.coupon_page .list .coupon.wlq .d,
.get_coupon .list .coupon.wlq .d {
  color: #ffffff;
}
.coupon_page .coupon_con .coupon.wlq .de,
.get_coupon .coupon_con .coupon.wlq .de,
.coupon_page .list .coupon.wlq .de,
.get_coupon .list .coupon.wlq .de {
  color: #bd9044;
  background: linear-gradient(180deg, #fffbe6 0%, #fff6c9 100%);
}
.coupon_page .coupon_con .coupon:nth-of-type(odd),
.get_coupon .coupon_con .coupon:nth-of-type(odd),
.coupon_page .list .coupon:nth-of-type(odd),
.get_coupon .list .coupon:nth-of-type(odd) {
  margin-right: 32px;
}
.coupon_page .coupon_con .coupon:hover,
.get_coupon .coupon_con .coupon:hover,
.coupon_page .list .coupon:hover,
.get_coupon .list .coupon:hover {
  text-decoration: none;
}
.coupon_page .coupon_con.coupon_con:nth-last-of-type(-n + 2),
.get_coupon .coupon_con.coupon_con:nth-last-of-type(-n + 2),
.coupon_page .list.coupon_con:nth-last-of-type(-n + 2),
.get_coupon .list.coupon_con:nth-last-of-type(-n + 2) {
  display: none;
}
.coupon_page.get_coupon,
.get_coupon.get_coupon {
  margin-top: 16px;
}
.coupon_page.get_coupon .title,
.get_coupon.get_coupon .title {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #181818;
  background: #f6f6f6;
}
.coupon_page.get_coupon .title::before,
.get_coupon.get_coupon .title::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 19px;
  margin-right: 4px;
  background: url(/static/images/lqzx.png) no-repeat left center / 26px 19px;
}
.coupon_page.get_coupon .list,
.get_coupon.get_coupon .list {
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-top: 0;
}
.coupon_page.get_coupon .explain,
.get_coupon.get_coupon .explain {
  padding: 26px 30px 48px;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.coupon_page.get_coupon .explain .til,
.get_coupon.get_coupon .explain .til {
  font-weight: bold;
  font-size: 16px;
  color: #e24939;
  margin-bottom: 12px;
}
.coupon_page.get_coupon .explain p,
.get_coupon.get_coupon .explain p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
  margin-bottom: 6px;
}
.my_focus {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my_focus .title {
  align-self: start;
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.my_focus .search_top {
  width: 582px;
  height: 40px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 4px;
}
.my_focus .search_top input {
  width: 461px;
  height: 100%;
  padding-left: 38px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 1px solid #ffffff;
  border-right: none;
  box-sizing: border-box;
  background: url(/static/images/search1.png) no-repeat 12px center / 15px 15px;
  background-color: #ffffff;
}
.my_focus .search_top .search {
  flex: 1;
  height: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background: #fabf61;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #fabf61;
  cursor: pointer;
  box-sizing: border-box;
}
.my_focus .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.my_focus .list .zj_card {
  margin-bottom: 16px;
}
.my_focus .list .zj_card:not(:nth-of-type(4n)) {
  margin-right: 12px;
}
.my_order .title {
  align-self: start;
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.my_order .select {
  display: flex;
  margin-top: 22px;
  padding-left: 8px;
}
.my_order .select span {
  display: block;
  font-size: 16px;
  color: #181818;
  margin-right: 30px;
  cursor: pointer;
  padding-bottom: 4px;
}
.my_order .select span.active {
  position: relative;
  font-weight: bold;
}
.my_order .select span.active::after {
  display: inline-block;
  content: "";
  width: 49px;
  height: 2px;
  background: #5397df;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.my_order .con {
  margin-top: 16px;
}
.my_order .con .item {
  margin-bottom: 12px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.my_order .con .item .num {
  height: 43px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.my_order .con .item .num .left {
  font-size: 16px;
  color: #181818;
}
.my_order .con .item .num .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 22px;
  background: #e0e0e0;
  border-radius: 2px;
}
.my_order .con .item .num .right.wzf {
  color: #fe5b00;
  background: #ffede3;
}
.my_order .con .item .num .right.yzf {
  color: #999999;
  background: #e0e0e0;
}
.my_order .con .item .bot {
  padding: 10px 16px 18px 16px;
  background: #ffffff;
  box-sizing: border-box;
}
.my_order .con .item .bot .line {
  display: flex;
  margin-top: 13px;
}
.my_order .con .item .bot .line p {
  display: flex;
}
.my_order .con .item .bot .line p .text {
  color: #999999;
}
.my_order .con .item .bot .line p .black {
  color: #4a4a4a;
}
.my_order .con .item .bot .line p .red {
  color: #e24939;
}
.my_order .con .item .bot .line p a {
  flex: 1;
  color: #4a4a4a;
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.my_order .con .item .bot .line p a:hover {
  color: #5397df;
}
.my_order .con .item .bot .line p:first-of-type {
  width: 173px;
  margin-right: 15px;
}
.my_order .con .item .bot .line p:nth-of-type(2) {
  width: 228px;
  margin-right: 15px;
}
.my_order .con .item .bot .line p:nth-of-type(3) {
  width: 400px;
}
.my_order .con:not(.show) {
  display: none;
}
.feedback .title_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback .title_w a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 28px;
  font-size: 16px;
  color: #4a4a4a;
  background: #eeeeee;
  border-radius: 3px;
}
.feedback .title {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.feedback .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.feedback .list a {
  display: block;
  width: 49%;
  margin-bottom: 12px;
  padding: 16px 12px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.feedback .list a .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback .list a .top .left {
  display: flex;
  align-items: center;
}
.feedback .list a .top .left .tx {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/static/images/message.png) no-repeat left center / 100% 100%;
  position: relative;
}
.feedback .list a .top .left .tx::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #e24939;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
}
.feedback .list a .top .left .time {
  font-size: 14px;
  color: #181818;
  margin-left: 6px;
}
.feedback .list a .top .left .cl {
  font-size: 12px;
  color: #fabf61;
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.feedback .list a .top .left .cl::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fabf61;
  margin-right: 4px;
}
.feedback .list a .top .ck {
  font-size: 14px;
  color: #999999;
}
.feedback .list a .des {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.feedback .list a:nth-of-type(odd) {
  margin-right: 12px;
}
.feedback .list a.ywj .tx {
  background: url(/static/images/message2.png) no-repeat left center / 100% 100% !important;
}
.feedback .list a.ywj .tx::after {
  display: none !important;
}
.feedback .list a.ywj .cl {
  color: #999999 !important;
}
.feedback .list a.ywj .cl::before {
  background: #999999 !important;
}
.feedback .sub_wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.feedback .sub_wrap span {
  width: 344px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, #fde19a 0%, #fabf61 100%);
  border-radius: 20px;
  cursor: pointer;
}
.feedback .detail {
  max-height: 600px;
  overflow-y: scroll;
  margin-top: 23px;
  padding: 22px 20px 32px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.feedback .detail .item {
  display: flex;
  margin-bottom: 28px;
}
.feedback .detail .item > img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.feedback .detail .item .right .name {
  color: #204f91;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.feedback .detail .item .right .date {
  font-size: 12px;
  color: #999999;
}
.feedback .detail .item .right .desc {
  font-size: 16px;
  color: #181818;
  margin-top: 4px;
  word-break: break-all;
}
.feedback .detail .item .right .img_wrap {
  width: 408px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 0 12px;
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 16px;
}
.feedback .detail .item .right .img_wrap img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 12px;
  object-fit: cover;
  cursor: pointer;
}
.feedback .detail .item.service .name {
  color: #e24939;
}
.feedback .detail .tip {
  width: 105px;
  height: 24px;
  color: #999999;
  text-align: center;
  line-height: 24px;
  background: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
}
.feedback .big_img_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  cursor: pointer;
}
.feedback .big_img_pop .big_img {
  position: absolute;
  max-width: 100%;
  max-height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feedback .publish {
  padding: 20px 0px 26px;
  border-bottom: 1px solid #e0e0e0;
}
.feedback .publish .t_text {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.feedback .publish .t_text span {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.feedback .publish .t_text::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 14px;
  background: #ff9c00;
  border-radius: 1px;
  margin-right: 8px;
}
.feedback .publish .input_wrap {
  width: 787px;
  border-radius: 2px;
  padding: 16px;
  margin: 14px 0 32px;
  border: 1px solid #cecece;
}
.feedback .publish .input_wrap textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.feedback .publish .input_wrap .remain {
  text-align: right;
  color: #204f91;
}
.feedback .publish .imgs_up {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 24px;
}
.feedback .publish .imgs_up .upload {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 5px;
  background: url(../images/upload.png) no-repeat center center / 100%;
}
.feedback .publish .imgs_up .upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.feedback .publish .imgs_up .img {
  width: 120px;
  height: 120px;
  margin: 5px;
  border-radius: 4px;
  position: relative;
}
.feedback .publish .imgs_up .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.feedback .publish .imgs_up .img .close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.feedback .publish .phone {
  width: 344px;
  height: 36px;
  padding: 0 12px;
  margin-top: 10px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #cecece;
}
.help_center .title {
  align-self: start;
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.help_center .help {
  display: flex;
  margin-top: 24px;
}
.help_center .help .left {
  width: 289px;
  margin-right: 16px;
}
.help_center .help .left .search_wrap {
  width: 100%;
  display: flex;
}
.help_center .help .left .search_wrap input {
  display: block;
  flex: 1;
  height: 30px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 1px solid #e0e0e0;
  border-right: none;
  padding: 0 10px 0 26px;
  box-sizing: border-box;
  background: url(/static/images/search1.png) no-repeat 8px center / 15px 15px;
}
.help_center .help .left .search_wrap .search {
  width: 48px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: #5397df;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.help_center .help .left .cjwt {
  margin-top: 12px;
  border: 1px solid #e0e0e0;
}
.help_center .help .left .cjwt .c_title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  background: #e9f3ff;
  padding-left: 12px;
  box-sizing: border-box;
}
.help_center .help .left .cjwt .c_title::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 23px;
  margin-right: 4px;
  background: url(/static/images/help.png) no-repeat center center / 100% 100%;
}
.help_center .help .left .cjwt .c_list {
  padding: 10px 0;
  background: #ffffff;
  box-sizing: border-box;
}
.help_center .help .left .cjwt .c_list a {
  display: flex;
  min-height: 36px;
  line-height: 22px;
  word-break: break-all;
  color: #4a4a4a;
  padding: 5px 16px;
}
.help_center .help .left .cjwt .c_list a::before {
  display: inline-block;
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  margin-top: 7px;
  background: #fbe3be;
  border-radius: 50%;
  margin-right: 4px;
}
.help_center .help .right {
  flex: 1;
}
.help_center .help .right .item {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.help_center .help .right .item .question {
  font-size: 15px;
  font-weight: bold;
  color: #181818;
  display: flex;
}
.help_center .help .right .item .question span {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-top: 2px;
  background: url(/static/images/help2.png) no-repeat center center / 100% 100%;
}
.help_center .help .right .item .answer {
  margin-top: 10px;
  color: #4a4a4a;
}
.help_center .help .right .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.my_posts .title {
  font-weight: bold;
  font-size: 18px;
  color: #5397df;
}
.my_posts .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.my_posts .list a {
  display: block;
  width: 49%;
  padding: 40px 16px 18px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.my_posts .list a .bs {
  position: absolute;
  width: 61px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 14px;
  border-radius: 8px 0px 8px 0px;
  border: 1px solid #0f98c4;
  box-sizing: border-box;
}
.my_posts .list a .bs.ytg {
  color: #69c242;
  border-color: #69c242;
}
.my_posts .list a .bs.dsh {
  color: #5397df;
  border-color: #5397df;
}
.my_posts .list a .bs.yjj {
  color: #c60000;
  border-color: #c60000;
}
.my_posts .list a .i {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_posts .list a .i p {
  flex: 1;
  font-size: 16px;
  color: #181818;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.my_posts .list a .i span {
  font-size: 14px;
  color: #999999;
  margin-left: 8px;
}
.my_posts .list a .d {
  font-size: 14px;
  color: #999999;
  display: flex;
  margin-top: 10px;
}
.my_posts .list a .d .m {
  margin: 0 6px;
}
.my_posts .list a:nth-of-type(odd) {
  margin-right: 12px;
}
.my_posts .list a.zhong {
  position: relative;
}
.my_posts .list a.zhong::after {
  display: inline-block;
  content: "";
  width: 51px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/zhong1.png) no-repeat right top / 100%;
}
.agreement {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #999999;
  margin: 12px auto 0;
}
.agreement span {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #999999;
  cursor: pointer;
  box-sizing: border-box;
}
.agreement span.active {
  border-color: #e0473e;
  background: url(/static/images/selected.png) no-repeat center center / 14px 14px;
}
