.prompt {
  color: #ff7878;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
  border: 1px solid #aaa;
}

.flow {
  overflow: hidden;
  width: 100%;
  padding-top: 40px;
}

.flow ul {
  display: flex;
  align-items: flex-end;
  width: 700px;
  margin: 0 auto;
}

.flow ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow ul li span {
  color: #bbb;
}

.flowitem {
  width: 100px;
  flex: none;
}

.flowitem-line {
  flex: 1;
  margin-bottom: 18px;
}

.flowitem-line span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #bbb;
}

.flowitem-name {
  line-height: 25px;
  margin-bottom: 11px;
  font-size: 18px;
}

.currentitem .flowitem-name {
  background-image: url('../../images/zwybuy-images/bg-currentitem.png');
  width: 94px;
  height: 47px;
  line-height: 40px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.currentitem .flowitem-icon {
  color: #1FADF6;
  border-color: #1FADF6;
}

.flowitem-icon {
  width: 37px;
  height: 37px;
  border: 3px solid #e0e3e5;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
}

.kjxtVip-wrap {
  margin-top: 30px;
}

.contact-wrap {
  margin-top: 30px;
}

.title-wrap {
  display: flex;
  align-items: center;
}

.title-wrap i {
  width: 56px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: left;
}

.title-wrap .icon-ticket:before {
  display: none;
}

.icon-contact {
  background-image: url('../../images/zwybuy-images/icon-contact.png');
}

.icon-service {
  background-image: url('../../images/zwybuy-images/icon-service.png');
}

.icon-discount {
  background-image: url('../../images/zwybuy-images/icon-discount.png');
}

.icon-ticket {
  background-image: url('../../images/zwybuy-images/icon-ticket.png');
}

.title {
  display: inline-block;
  width: 134px;
  font-size: 18px;
  flex: none;
}

.title-line {
  display: inline-block;
  flex: 1;
  height: 1px;
  border-top: 1px dashed gray;
}

.mapcontainer {
  display: none
}

.contact-show,
.contact-edit {
  position: relative;
  font-size: 18px;
  padding-left: 56px;
  display: none;
}

.contact-show {
  margin-top: 24px;
}

.contact-show>div,
.contact-edit>div {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.contact-show ul {
  overflow: hidden;
  height: 205px;
  margin-left: 0px;
  list-style: none;
}

.contact-show.height-auto ul {
  height: auto;
}

.contact-show ul li {
  position: relative;
  float: left;
  margin: 0px 30px 30px 0px;
  padding: 14px 20px;
  border: 1px solid #bbb;
  width: 341px;
  height: 175px;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact-show ul li:nth-child(3n) {
  margin-right: 0px;
}

.contact-show ul li.selectedcom {
  border-color: #1FADF6;
}

.contact-show ul li>span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-show ul li.selectedcom:after {
  content: url('../../images/zwybuy-images/icon-selectedcomp.png');
  position: absolute;
  right: 30px;
  bottom: 26px;
  width: 18px;
  height: 18px;
}

.contact-show ul li.disabledSelect {
  border-color: #ddd;
  cursor: not-allowed;
}

.contact-show ul li.disabledSelect span {
  color: #ddd;
}

.contact-show .companyname {
  display: inline-block;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.contact-show .contactphone,
.contact-show .contactorname {
  color: #282828;
}

.editcom-btn {
  display: inline-block;
  margin-top: 00px;
  width: 70px;
  color: #1FADF6;
  cursor: pointer;
}

.editcom-btn:before {
  content: url('../../images/zwybuy-images/icon-edit.png');
  margin-right: 10px;
  vertical-align: middle;
}

.disabledSelect .editcom-btn {
  color: #ddd;
  cursor: not-allowed;
}

.edit-btn,
.save-btn,
.addcom-btn {
  display: inline-block;
  margin-top: 30px;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #1FADF6;
  border: 1px solid #1FADF6;
  border-radius: 18px;
  cursor: pointer;
  text-align: center;
}

.showmorecom-btn {
  position: absolute;
  right: 0px;
  bottom: -12px;
  font-size: 14px;
  color: #a0a0a0;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px 4px;
  cursor: pointer;
}

.icon-folddown {
  background-image: url('../../images/zwybuy-images/icon-folddown.png');
}

.icon-foldup {
  background-image: url('../../images/zwybuy-images/icon-foldup.png');
}

.addcom-btn {
  margin: 0px;
  margin-left: 36px;
  padding-left: 26px;
  background: url('../../images/zwybuy-images/icon-add.png') no-repeat 12px 8px;
}

.save-btn {
  margin-left: 118px;
}

.invoice-wrap .btnwrap {
  position: relative;
  padding-left: 134px;
}

.invoice-wrap .save-btn {
  margin-left: 0px;
  width: 329px;
  color: white;
  background-image: linear-gradient(-180deg, #42C7FB 0%, #1FADF6 100%);
  box-shadow: 0 0 8px rgba(31, 173, 246, 0.34);
  border: none;
}

.invoice-wrap .input_prompttxt {
  display: inline-block;
}

.invoice-wrap .input_prompttxt {
  display: none;
}

.invoice-attention {
  color: red;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}

.contact-edit .line-label {
  display: inline-block;
  width: 104px;
  margin-right: 14px;
  line-height: 28px;
  text-align: left;
}

input.prompt-input {
  border-color: #ff7878;
  border-style: solid;
  border-width: 1px;
}

.input_prompttxt {
  display: none;
  margin-left: 136px;
  /*line-height: 34px;*/
  font-size: 14px;
  color: #ff7878;
}

.input_prompttxt:before {
  content: url('../../images/zwybuy-images/icon-inputwarn.png');
  /*content: '';
  background: url('../../images/zwybuy-images/icon-inputwarn.png') no-repeat;
  background-size: contain;
  margin-top: 8px;*/
  margin-right: 3px;
  width: 18px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  /*float: left;*/
}

.icon-success {
  display: none;
  margin-left: 20px;
  content: url('../../images/zwybuy-images/icon-success.png');
  vertical-align: middle;
}

.name-wrap span,
.company-wrap span,
.phone-wrap span,
.comarea-wrap span {
  /* display: inline-block;
  width: 120px;
  text-align: left;
  line-height: 28px;
  margin-right: 14px; */
}

.contact-edit input {
  width: 300px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
}

.contact-wrap div,
.serviceinfo-wrap div {
  line-height: 26px;
}

.serviceinfo-wrap {
  margin-top: 24px;
}

.table-wrap {
  padding-left: 56px;
  width: 100%;
}

.serviceinfo-table {
  width: 100%;
  border-right: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
  position: relative;
  overflow: auto;
}

.serviceinfo-table td,
.serviceinfo-table th {
  height: 44px;
  border: 1px solid #cfd8dc;
  border-right: 0px;
  border-bottom: 0px;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #282828;
}

.serviceinfo-table th {
  background-color: #f6f7f9;
  height: 44px;
  font-size: 16px;
}

.serviceinfo-table td {
  font-size: 14px;
  height: 130px;
}

td.col-servicename {
  font-size: 18px;
  color: #1FADF6;
}

td.col-serviceprops {
  border-left: 0px;
  text-align: left;
  line-height: 30px;
}

td.col-serviceprops span {
  padding: 2px 0;
}

td.col-payamount {
  font-size: 18px;
  color: #ff7f7e;
}

/**checkOrder-add.html专有元素样式*/
.newnum,
.yearnum {
  width: 35px;
  display: inline-block;
}

.opt-subnum,
.opt-addnum,
.opt-subyear,
.opt-addyear {
  font-size: 20px;
  padding: 4px 6px;
  color: #1FADF6;
  cursor: pointer;
}

.opt-subnum.disabledSubOrAdd,
.opt-addnum.disabledSubOrAdd,
.opt-subyear.disabledSubOrAdd,
.opt-addyear.disabledSubOrAdd {
  color: gray;
  cursor: not-allowed;
}

#discountInfo {
  display: none;
  position: absolute;
  right: 0px;
  top: 40px;
  width: 600px;
  text-align: left;
  padding: 5px 10px;
  background-color: white;
  border: 1px solid gray;
  font-size: 12px;
  z-index: 9;
}

/* 优惠信息 新 */
.icon-coupon {
  background-image: url('../../images/zwybuy-images/icon-discount.png');
}

.couponprompt {
  margin: 16px 56px;
  font-size: 16px;
}

.couponwrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 56px;
}

.coupon {
  background: url('../../images/zwybuy-images/bg-blue.png') no-repeat;
  width: 266px;
  height: 100px;
  flex: 0 0 266px;
  margin-bottom: 10px;
  margin-right: 7px;
  display: flex;
  cursor: pointer;
}

.coupon.unselected {
  background: url('../../images/zwybuy-images/bg-unselected.png') no-repeat;
}

.coupon.selected,
.coupon.selected.unselected:hover {
  background: url('../../images/zwybuy-images/bg-selected.png') no-repeat;
}

.coupon.unselected:hover {
  background: url('../../images/zwybuy-images/bg-hover.png') no-repeat;
}

.coupon-left {
  width: 108px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coupon-amount {
  display: block;
  line-height: 32px;
  margin-top: 20px;
  font-size: 28px;
  color: #fff;
}

.coupon-amount-only {
  line-height: 100px;
  margin-top: 0px;
}

.coupon-name {
  display: block;
  margin-top: 10px;
  color: #fff;
  line-height: 19px;
}

.coupon-right {
  width: 158px;
  height: 100%;
  padding: 12px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.coupon-remark {
  width: 146px;
  line-height: 16px;
}

.expireDate {
  margin-top: 4px;
  color: #969696;
  line-height: 12px;
}

.options {
  margin-top: 8px;
  flex: 1 1 100%;
  display: flex;
  align-items: flex-end;
}

.icon-couponstatus {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

/* 优惠信息 */
.discount-wrap {
  margin-top: 30px;
}

.discount-content {
  margin-top: 20px;
  padding-left: 56px;
}

.radiolabel-wrap {
  display: flex;
}

.radiolabel-wrap label {
  margin-right: 80px;
  line-height: 28px;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.radio-span {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: url('../../images/zwybuy-images/icon-radio_unchecked.png') no-repeat;
}

.icon-radio_checked {
  background: url('../../images/zwybuy-images/icon-radio_checked.png') no-repeat;
}

.radiolabel-wrap input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0;
}

.icon-discount {
  background-image: url('../../images/zwybuy-images/icon-discount.png');
}

.no-discount {
  font-size: 16px;
}

/**发票信息*/
.invoice-wrap {
  margin-top: 30px;
}

.invoice-content {
  margin-top: 20px;
  padding-left: 56px;
}

.radio-wrap {
  display: flex;
  position: relative;
}

.radio-wrap label {
  margin-right: 80px;
  line-height: 28px;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.radio-span {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: url('../../images/zwybuy-images/icon-radio_unchecked.png') no-repeat;
}

.icon-radio_checked {
  background: url('../../images/zwybuy-images/icon-radio_checked.png') no-repeat;
}

.radio-wrap input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0;
}

ul.tickettype-wrap {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 0px;
}

ul.tickettype-wrap li {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 29px;
  margin-left: 0px;
  line-height: 28px;
  font-size: 16px;
  border: 1px solid #979797;
  border-radius: 4px;
  cursor: pointer;
}

ul.tickettype-wrap li.selectedtype {
  color: white;
  background: url('../../images/zwybuy-images/bg-selectedtype.png') no-repeat;
  border: 0;
  height: 34px;
  /*margin-right: -2px;*/
  z-index: 9;
}

.prompt-media {
  display: none;
  font-size: 14px;
  color: #f77924;
  margin-top: 20px;
  /*margin-bottom: 20px;*/
  padding: 0 20px 0 52px;
  height: 44px;
  line-height: 44px;
  background: url('../../images/zwybuy-images/icon-warn_triangle.png') no-repeat 20px;
  background-color: #fff9e6;
}

.postinfo-editwrap .prompt-txt {
  margin-left: 134px;
}

.postinfo-editwrap .title {
  margin: 0 14px 20px 0;
  display: inline-block;
  width: 126px;
  line-height: 28px;
  font-size: 16px;
  text-align: right;
  flex: none;
  font-weight: normal;
}

.contact-title {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
}

.postinfo-editwrap .contact-title {
  margin-bottom: 14px;
  width: 110px;
  text-align: right;
}

.postinfo-editwrap input {
  width: 430px;
  height: 36px;
  padding: 0 18px;
  box-sizing: border-box;
}

.invoice-content .dropdown {
  height: 30px;
  margin: 6px 0;
  display: inline-block;
  width: 120px;
  padding-left: 13px;
  margin-right: 12px;
  float: left;
  font-size: 14px;
  color: #707070;
  font-family: 'Microsoft YaHei';
}

.invoice-content .dropdown:hover {
  border-color: #ffa500;
}

.chk {
  margin: 20px 0 20px 20px;
}

.amount {
  width: 160px;
  margin: 24px 0;
  border-bottom: 1px solid #dddddd;
  float: right;
}

.amount:after {
  content: '';
  clear: both;
  display: block;
}

.buttons {
  margin: 20px 0;
  text-align: center;
}

.buttons input {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  width: 120px;
  border: 0px;
  cursor: pointer;
  font-family: Microsoft YaHei, "微软雅黑", Lucida, Verdana, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
}

.buttons .yes {
  background-color: #1fbaf0;
  color: #fff;
  margin-right: 20px;
}

.buttons .no {
  background-color: #fafafa;
  color: #363636;
  border: 1px solid #d0d3d5;
}

.no-empty {
  background: url('../../images/zwybuy-images/no_empty.png') no-repeat;
  width: 7px;
  height: 7px;
  /*float: left;*/
  display: inline-block;
  margin-right: 5px;
}

.placeholder {
  color: #ccc;
}

.mask {
  width: 100%;
  background-color: #fff;
  height: 500px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5000;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

.pop_up {
  width: 600px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5001;
  display: none;
  padding: 1px;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pop_up_tit {
  font-weight: 500;
  border-bottom: 1px solid #ebecec;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  margin: 0px 15px;
  letter-spacing: 1px;
  color: #656565;
}

.pop_up_x {
  position: absolute;
  right: 2px;
  top: 0px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #aaa;
}

.pop_up_x:hover {
  color: red;
  font-size: 23px;
}

.pop_up_con {
  margin: 20px 10px;
}

.postinfo-showwrap {
  display: none;
  margin-top: 20px;
}

.postinfo-editwrap {
  display: none;
  margin-top: 30px;
}

.postinfo-showwrap p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 39px;
}

.addressinfo-item {
  display: flex;
  align-items: flex-start;
}

.areaselect-wrap {
  display: block;
  display: flex;
  justify-content: space-between;
}

#addressDetail {
  width: 430px;
  padding: 15px 18px;
  box-sizing: border-box;
}

.price-wrap {
  text-align: right;
  background-color: #f6f7f9;
  line-height: 36px;
  padding: 18px 30px;
  margin-top: 30px;
  font-size: 16px;
}

.price-span {
  width: 150px;
  color: #ff7878;
  display: inline-block;
}

.opt-wrap {
  margin-top: 47px;
  text-align: right;
}

.agreement-wrap {
  position: relative;
  display: inline-block;
}

.agree-chbx_span {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: url('../../images/zwybuy-images/icon-chbx_unchecked.png') no-repeat;
}

.icon-chbx_checked {
  background: url('../../images/zwybuy-images/icon-chbx_checked.png') no-repeat;
}

.agree-chbx {
  margin-right: 8px;
  width: 20px;
  height: 24px;
  vertical-align: bottom;
  opacity: 0;
}

.agree-txt {
  font-size: 16px;
}

.agree-prompttxt {
  color: #ff7878;
  position: absolute;
  left: 20px;
  display: none;
}

.opt-wrap a {
  color: #1FADF6;
  cursor: pointer;
}

.surepay-btn {
  display: inline-block;
  margin-left: 15px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  background: #FF6C55;
  box-shadow: 0 4px 8px 0 rgba(255, 108, 85, 0.36);
  border-radius: 8px;
}

/**修改或新增公司信息弹框*/
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.editcom-dialogwrap {
  position: absolute;
  background-color: white;
  padding: 20px 40px;
  width: 450px;
  height: 360px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  box-sizing: border-box;
}

.close {
  display: block;
  position: absolute;
  top: 27px;
  font-size: 20px;
  cursor: pointer;
  content: '';
  background: url('../../images/zwybuy-images/icon-close.png') no-repeat center;
  width: 18px;
  height: 18px;
  right: 20px;
}

.close:before {
  display: none;
}

.editcom-dialogwrap .title {
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.editcom-dialogwrap .input_prompttxt {
  position: absolute;
  left: 0px;
  bottom: 5px;
  margin-left: 128px;
  margin-bottom: 0px;
}

.editcom-dialogwrap>div {
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.cover span.line-label {
  display: inline-block;
  width: 94px;
  margin-right: 10px;
  font-size: 16px;
  text-align: right;
  line-height: 34px;
}

.editcom-dialogwrap input {
  width: 300px;
  height: 36px;
  padding: 11px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #282828;
  flex: 1;
}

.editcom-dialogwrap .dialogbtn-wrap {
  margin-top: -30px;
  padding-top: 30px;
}

.dialogbtn-wrap .save-btn {
  margin-top: 0px;
}

.dialogbtn-wrap .input_prompttxt {
  position: absolute;
  top: 5px;
  height: 20px;
}

.comarea-wrap .dropdown {
  height: 30px;
  display: inline-block;
  width: 145px;
  padding-left: 13px;
  margin-right: 8px;
  font-size: 14px;
  color: #707070;
  font-family: 'Microsoft YaHei';
}

#comCity {
  margin-right: 0px;
}

.editcom-dialogwrap .dropdown {
  height: 50px;
}

.editcom-dialogwrap .dropdown:hover {
  border-color: #ffa500;
}

.editcom-dialogwrap .prompt {
  display: none;
  font-size: 14px;
}

.cover .icon-success {
  position: absolute;
  right: 5px;
  top: 11px;
}

.serviceinfo-span {
  display: block;
}

/* .verfiyForm{
  overflow: hidden;
  min-width: 1000px;
}
.verfiyForm .phoneWrap{
  float: left;
  padding-left: 60px;
  margin-right: 60px;
}
.verfiyForm .phoneWrap #verfiyPhone{
  width: 240px;
  height: 28px;
}
.verfiyForm .companyWrap{
  float: left;
  padding-left: 60px;
}
.verfiyForm .companyWrap #verfiyCompany{
  width: 380px;
  height: 28px;
} */
.verfiyForm .companyWrap {
  margin-top: 16px;
}

.verfiy-title {
  font-weight: bold;
  padding: 8px 0 8px 72px;
}

.verfiyForm {
  padding-left: 88px;
}

.verfiyForm .line-label {
  width: 120px;
  display: inline-block;
  text-align: right;
  margin-right: 16px;
}

#verfiyPhone {
  height: 28px;
  width: 200px;
}

#verfiyCompany {
  height: 28px;
  width: 420px;
}

.verfiyForm .icon-success {
  margin-left: -28px;
  margin-top: -4px;
  height: 16px;
  width: 16px;
}

.verfiyForm .verfiy-btn {
  display: inline-block;
  padding: 1px 8px;
  background: #1FADF6;
  color: #ffffff;
  cursor: pointer;
  margin-left: 8px;
  border-radius: 4px;
}

.verfiyForm .verfiy-btn:hover {
  background: #09a5f5;
}

.countDownBtn.verfiy-btn {
  background: rgba(204, 204, 204, 1);
  width: 86px;
  text-align: center;
}

.verfiyForm .phoneWrap .need-verfiy {
  position: absolute;
  top: 3px;
  height: 22px;
  line-height: 22px;
  left: 282px;
  background: #F9F9F9;
  padding: 0 4px;
  color: #8896A4;
  border: 1px solid #D8DFE6;
}

.verfiyForm .companyWrap .need-verfiy {
  position: absolute;
  top: 3px;
  height: 22px;
  line-height: 22px;
  left: 502px;
  background: #F9F9F9;
  padding: 0 4px;
  color: #8896A4;
  border: 1px solid #D8DFE6;
}

.phoneWrap,
.companyWrap {
  position: relative;
}

.surepay-btn.disabledBtn {
  cursor: not-allowed;
  background: #DFE5E8;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

.gotoRenew {
  color: #ef1010;
  padding: 4px 0 4px 128px;
  display: none;
}

.gotoRenew .infotext {
  margin-right: 24px;
}

.gotoRenew #renewBtn {
  color: #ffffff;
  background: #14aafb;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
}

.attentext {
  padding: 8px 0 8px 136px;
  color: #f77924;
}

.verfiyAttentionInfoPhone,
.verfiyAttentionInfoCompany,
.verfiyRegInfoCompany {
  color: #FF0000;
  margin-right: 24px;
  line-height: 50px;
}

.verfiyRegInfoCompany {
  display: none;
}

.renewcover,
.messagecover,
.companyRenewcover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.cbody {
  position: absolute;
  background-color: white;
  padding: 0;
  width: 360px;
  height: 240px;
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.renewcover .cbody .actionRow {
  padding: 0 40px;
  text-align: center;
}

.renewcover .cbody .actionRow .primary {
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #FF9556 0%, #FF5237 100%);
  box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
  border-radius: 14px;
  width: 126px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.renewcover .cbody .actionRow .default {
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #ECECEC 0%, #D9D9D9 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  color: #8896A4;
  font-size: 12px;
  width: 126px;
  height: 30px;
  line-height: 28px;
}

.renewcover .content {
  font-size: 13px;
  line-height: 1.5;
  float: none;
  padding: 0 20px;
  height: 108px;
  color: #516374;
}

#coverCompany,
#coverPhone {
  font-weight: bold;
}


.companyRenewcover .cbody .actionRow {
  padding: 0 40px;
  text-align: center;
}

.companyRenewcover .cbody .actionRow .primary {
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #FF9556 0%, #FF5237 100%);
  box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
  border-radius: 14px;
  width: 126px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.companyRenewcover .cbody .actionRow .default {
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #ECECEC 0%, #D9D9D9 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  color: #8896A4;
  font-size: 12px;
  width: 126px;
  height: 30px;
  line-height: 28px;
}

.companyRenewcover .content {
  font-size: 13px;
  line-height: 1.5;
  float: none;
  padding: 0 20px;
  height: 108px;
  color: #516374;
}

.messagecover .cbody .actionRow {
  text-align: center;
}

.messagecover .cbody .actionRow .primary {
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #FF9556 0%, #FF5237 100%);
  box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
  border-radius: 14px;
  width: 126px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.messagecover .cbody .content {
  text-align: center;
  height: 108px;
  color: #516374;
}

.messagecover .cbody .content>div {
  padding: 8px 0;
}

.messagecover .cbody .content>div #messageVerfiyInput {
  height: 30px;
  line-height: 30px;
  width: 200px;
}

.r-close,
.m-close,
.p-close {
  display: block;
  position: absolute;
  top: 12px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url('../../images/hopeAddImages/popo-close.png') center no-repeat;
  background-size: cover;
  right: 12px;
  color: #ffffff;
}

.r-close:before,
.m-close::before,
.p-close::before {
  display: none;
}

.cbody .c-title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  background-image: linear-gradient(-180deg, #FFAB40 0%, #FF8500 100%);
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  color: #ffffff;
}

.needToVerfiyCompany {
  color: #FF0000;
  display: none;
  padding: 8px 0 8px 136px;
}

.needToVerfiyCompany a {
  color: #14aafb;
}

.payway-wrap {
  margin-top: 24px;
  /* display: none; */
}

.pay-by-balance {
  display: none;
}

.payway-radio-group {
  padding: 16px 0 16px 56px;
  font-size: 16px;
}

.payway-radio-group .payway-radio {
  padding: 8px 0;
}

.payway-radio-group .payway-radio input {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.payway-attention {
  color: #8a8484;
  margin-left: 16px;
  display: inline-block;
  width: calc(100% - 300px);
  vertical-align: top;
}

.payway-tips {
  margin-bottom: 8px;
}

.noneed-invoice {
  display: none;
  padding-left: 56px;
  margin-top: 20px;
}

.noneed-invoice label {
  font-size: 16px;
}

#invoiceAttention {
  display: none;
  width: 600px;
  padding: 8px;
}

#invoiceAttention p {
  line-height: 20px;
  margin-top: 8px;
}

.payway-radio .radio-span {
  display: none;
}

.balance-pay-content {
  padding: 16px 0 16px 56px;
  font-size: 16px;
  width: 470px
}

.balance-pay-content>div {
  margin-bottom: 16px;
}

.balance-pay-row {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.balance-pay-text {
  position: absolute;
  left: 440px;
  top: 0;
  color: #8a8484;
  width: 800px;
}

#deductionCodeImg {
  width: 98px;
  margin-left: 12px;
  cursor: pointer;
}

.deduction-amount-all {
  color: #1FADF6;
  cursor: pointer;
}

#deductionImgCode,
#deductionMsgCode {
  width: 288px;
  height: 32px;
}

#deductionCodeSecond {
  display: none;
}

#sendDeductionMsg {
  padding: 6px 10px;
  background-color: #1fadf6;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 12px;
  cursor: pointer;
  font-size: 14px;
}

#deductionCodeSecond {
  padding: 6px 32px;
  background-color: #ddd;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 12px;
  font-size: 14px;
}

.deduction-amount-wrap {
  position: relative;
}

.v6-totalAmount {
  position: absolute;
  left: 438px;
  top: 0;
  width: 400px
}

.v6-money {
  color: #ff7f7e;
}

#v6TotalAmount {
  color: #ff7f7e;
}