#payModal {
  width: 790px;
  height: auto;
  min-height: 580px;
}
#payModal .p-head {
  position: relative;
  padding: 10px 24px 10px 84px;
  background: url("//cdn.kuaidi100.com/images/user/history/market/bg_modal_top_new.png") no-repeat;
  background-position: center;
  background-size: cover;
  color: #f9d8af;
}
#payModal .p-head .avatar {
  position: absolute;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  top: 14px;
}
#payModal .p-head .head-title {
  font-size: 20px;
  line-height: 28px;
}
#payModal .p-head .head-text,
#payModal .p-head .head-text-member {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
#payModal .p-head .head-text img,
#payModal .p-head .head-text-member img {
  vertical-align: -4px;
}
#payModal .p-head + a.a-close {
  width: 36px;
  height: 36px;
  background: url("//cdn.kuaidi100.com/images/user/history/market/modal_pkg_close.png") no-repeat;
  background-position: center;
  background-size: 16px;
}
.highlight {
  color: #ff7f02;
}
.pay-box {
  text-align: center;
}
.top-tabs {
  position: relative;
  height: 40px;
  font-size: 0;
}
.top-tabs .tab {
  position: absolute;
  color: #888;
  background-color: #cecece;
  font-size: 20px;
  transform: skew(45deg);
}
.top-tabs .tab.active {
  background-color: #fff;
  color: #3f4c5e;
}
.top-tabs .tab .icon {
  display: inline-block;
  padding-left: 40px;
  line-height: 40px;
  transform: skew(-45deg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.top-tabs .tab .icon.icon-diamond {
  background-image: url("//cdn.kuaidi100.com/");
}
.top-tabs .tab:first-of-type {
  left: -20px;
  right: 385px;
}
.top-tabs .tab:last-of-type {
  right: -20px;
  left: 379px;
}
.monthly-tipwrap {
  height: 26px;
}
.xf-tips {
  padding: 4px 22px 0;
  text-align: left;
  color: #888;
}
.pay-tabs {
  padding: 0 50px;
  border-bottom: 2px solid #f3f3f3;
  text-align: left;
}
.pay-tabs .pay-tab {
  display: inline-block;
  margin-right: 120px;
  padding: 10px 0 4px;
  font-size: 14px;
  color: #888;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
}
.pay-tabs .pay-tab.active {
  color: #317ee7;
  border-color: #317ee7;
  pointer-events: none;
}
.pkg-list {
  margin: 0 70px;
  font-size: 0;
  text-align: left;
}
.package-wrap .member-title {
  font-size: 18px;
  margin: 10px 0;
}
.pkg-list.pkg-list-member {
  margin: 0 0 0;
  padding: 0 15px;
  min-height: 240px;
  border-top: 2px solid #f3f3f3;
}

.pkg-item {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  width: 122px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .pkg-item .pkg-item {
    margin-top: 10px;
  }
}
.pkg-item .tag {
  position: absolute;
  top: -6px;
  left: 72px;
  font-size: 13px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 6px 6px 6px 0;
}
.pkg-item .tag.tag-gray {
  background-color: #cecece;
}
.pkg-item .tag.tag-normal {
  background-color: #f7cb82;
  background-image: linear-gradient(90deg, #fec763 0%, #fe9957 100%);
  background-image: -webkit-linear-gradient(90deg, #fec763 0%, #fe9957 100%);
  background-image: -moz-linear-gradient(90deg, #fec763 0%, #fe9957 100%);
  background-image: -o-linear-gradient(90deg, #fec763 0%, #fe9957 100%);
}
.pkg-item img {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: bottom;
}
.pkg-item .pkg-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.pkg-item .pkg-desc {
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}
.old {
  text-decoration: line-through;
}
.old.desc {
  color: #888;
  text-decoration: none;
}
.price-container {
  padding-top: 12px;
  margin: 0 24px;
  text-align: left;
  font-size: 0;
  white-space: nowrap;
  overflow-x: hidden;
}
.price-container.container-web {
  position: relative;
  width: 716px;
}
.price-container .container-inner {
  transition: 0.3s transform ease-in-out;
}
.page-ctrl {
  position: relative;
  top: -70px;
}
.page-ctrl .icon {
  position: absolute;
  top: 20px;
  height: 1em;
  width: 1em;
  font-size: 20px;
  box-sizing: border-box;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
  color: #888;
}
.page-ctrl .icon.disabled {
  color: #eee !important;
  background-color: transparent !important;
}
.page-ctrl .icon:before,
.page-ctrl .icon:after {
  content: "";
  box-sizing: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-ctrl .a-prev {
  left: 0;
}
.page-ctrl .a-prev:before {
  content: "";
  height: 0.65em;
  width: 0.65em;
  border-style: solid;
  border-width: 2px 0 0 2px;
  -ms-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
}
.page-ctrl .a-next {
  right: 0;
}
.page-ctrl .a-next:before {
  content: "";
  height: 0.65em;
  width: 0.65em;
  border-style: solid;
  border-width: 2px 0 0 2px;
  -ms-transform: translate(-75%, -50%) rotate(135deg);
  transform: translate(-75%, -50%) rotate(135deg);
}
.container-web.hidden + .page-ctrl {
  top: 24px;
}
.price-item {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 240px;
  font-size: 0;
  line-height: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: top;
}
.price-item + .price-item {
  margin-left: 10px;
}
.price-item.selected {
  border-color: #915737;
  background-color: rgba(186, 126, 41, 0.1);
}
.price-item.selected .left-part {
  border-right-color: #c2a08c;
}
.price-item.selected .right-part {
  background-image: url("//cdn.kuaidi100.com/images/user/history/market/icon_pkg_selected.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 22px auto;
}
.price-item .left-part {
  width: 165px;
  height: 80px;
}
.price-item .right-part {
  width: 73px;
}
.price-item .left-part {
  box-sizing: border-box;
  display: inline-block;
  padding: 18px 6px 18px 6px;
  border-right: 1px solid #ccc;
  text-align: left;
  vertical-align: bottom;
}
.price-item .right-part {
  display: inline-block;
  margin-top: 14px;
  min-width: 72px;
  color: #ff6600;
  text-align: center;
}
.price-item .title {
  font-size: 20px;
  color: #915737;
}
.price-item .number {
  margin-left: -0.2em;
  font-size: 22px;
}
.price-item .tag {
  position: absolute;
  left: -1px;
  top: -6px;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 6px 6px 6px 0;
  background-color: #fe9660;
  background-image: linear-gradient(7deg, #fe9660 0% #fd4a4a 100%);
  background-image: -webkit-linear-gradient(7deg, #fe9660 0%, #fd4a4a 100%);
  background-image: -moz-linear-gradient(7deg, #fe9660 0%, #fd4a4a 100%);
  background-image: -o-linear-gradient(7deg, #fe9660 0%, #fd4a4a 100%);
}
.price-item .tag:empty {
  padding: 0;
}
.price-item .old {
  display: inline-block;
  margin: 14px 0;
  font-size: 14px;
}
.price-item .desc {
  margin-top: 12px;
  font-size: 12px;
  color: #c2a08c;
  white-space: pre-wrap;
}
.payment {
  position: relative;
  margin: 4px 24px 0;
  height: 142px;
  padding: 10px;
  text-align: left;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment .payway-group {
  display: inline-block;
}
.payment .payway {
  width: 180px;
  height: 50px;
  padding-left: 46px;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  border: 1px solid rgba(197, 197, 197, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url("//cdn.kuaidi100.com/images/user/history/market/icon_modal_radio.png") no-repeat;
  background-position: 15px center;
  background-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.payment .payway.selected {
  background-color: #f2f2f2;
  background-image: url("//cdn.kuaidi100.com/images/user/history/market/icon_modal_radio_checked.png");
}
.payment .payway:last-of-type {
  margin-top: 20px;
}
.payment .payway img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 10px;
}
.payment .qrcode-container {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-top: 0;
}
.payment .qrcode-container .code-wrap {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #dfdfdf;
  vertical-align: top;
  box-sizing: border-box;
}
.payment .qrcode-container .code-wrap .code-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
}
.payment .qrcode-container .code-wrap .qrcode {
  padding: 5px;
  width: 110px;
  height: 110px;
}
.payment .qrcode-container .text-wrap {
  display: inline-block;
  margin-left: 10px;
  padding-top: 30px;
}
.payment .qrcode-container .text-wrap .p-text {
  font-size: 16px;
  line-height: 33px;
}
.payment .qrcode-container .text-wrap .p-text .amount {
  font-size: 20px;
}
.payment .qrcode-container .text-wrap .p-text .small {
  margin-top: 10px;
  font-size: 14px;
}

#qrMoskTips {
  width: 120px;
  height: 120px;
}

.qr-mosk {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  background: #ccccccd4;
}

.tip-pay img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  border: none;
}

.tip-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #FFDFC1;
  color: #FF6411;
  line-height: 20px;
  border-radius: 4px;
  width: fit-content;
  margin: auto;
  margin-top: 6px;
}

.gray-tip {
  padding-right: 40px;
  margin: 6px 0;
  text-align: right;
  color: #888;
}
.result-box {
  margin-top: 160px;
  padding-bottom: 300px;
  line-height: 1;
  text-align: center;
}
.result-box img {
  vertical-align: -6px;
}
.result-box .result-text {
  display: inline-block;
  margin-left: 14px;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.result-box .result-text p {
  margin-top: 6px;
}
.export-box {
  text-align: center;
  padding-bottom: 20px;
}
.export-box .info-state {
  margin-top: 20px;
}
.export-box .fields-box {
  display: inline-block;
  width: 520px;
  margin-top: 10px;
  text-align: left;
}
.export-box .fields-box .tip-title {
  padding: 10px 0;
  font-size: 14px;
}
.export-box .fields-box .tip-title .action-btn {
  float: right;
}
.export-box .fields-box label {
  padding: 0 6px;
  margin-right: 4px;
}
.export-box .fields-box .group-title {
  display: inline-block;
  width: 80px;
  margin-top: 3px;
  margin-right: 16px;
  font-size: 14px;
  text-align: right;
  vertical-align: top;
}
.export-box .fields-box .fields-wrap {
  display: inline-block;
  margin-top: -2px;
  vertical-align: top;
  line-height: 2.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.export-box .fields-box .field-row {
  margin-top: 8px;
}
.export-box .btn-container {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.export-box .btn-container .action-btn {
  font-size: 12px;
}
.try-vip {
  position: absolute;
  top: -30px;
  left: 50%;
  font-size: 12px;
  text-align: center;
  width: 56px;
  height: 20px;
  line-height: 18px;
  border-radius: 4px;
  background-color: #fd4a4a;
  background-image: -webkit-linear-gradient(300deg, #fd4a4a 0%, #feb669 100%);
  background-image: -moz-linear-gradient(300deg, #fd4a4a 0%, #feb669 100%);
  background-image: -o-linear-gradient(300deg, #fd4a4a 0%, #feb669 100%);
  background-image: linear-gradient(300deg, #fd4a4a 0%, #feb669 100%);
  transform: translateX(-50%) scale(0.9);
}
.try-vip::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fd7957;
  left: 50%;
  margin-left: -6px;
}
.try-vip:after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fd7957;
  left: 50%;
  margin-left: -6px;
}
.ie9 .try-vip:after {
  border-top-color: #fd4a4a;
}
.btn-try {
  position: relative;
  display: inline;
  padding: 4px 10px;
  color: #fff;
  background-color: #feb669;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
}
.btn-try .tag {
  position: absolute;
  right: -32px;
  top: -14px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  background-color: #fd4a4a;
  cursor: default;
  line-height: 14px;
  height: 14px;
  transform: scale(0.8);
}
#payModal {
  z-index: 125;
  border-radius: 6px;
  overflow: hidden;
}
.btn-tag {
  position: absolute;
  right: -10%;
  top: -12px;
  padding: 4px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #fd4a4a;
  cursor: default;
  line-height: 10px;
  height: 10px;
  transform: scale(0.9);
  color: #fff;
  font-weight: 700;
}
