.record-wrapper .main-wrapper {
  background: #f9f9f9;
  min-width: 1000px;
}
.record-wrapper .main-wrapper .user-info-wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 32px;
}
.record-wrapper .main-wrapper .user-info-wrapper .user-info-title {
  margin-bottom: 28px;
}
.record-wrapper .main-wrapper .user-info-wrapper .user-info-detail {
  height: 60px;
  background: #f0f0f0;
  padding: 0 220px;
  font-size: 0;
}
.record-wrapper .main-wrapper .user-info-wrapper .user-info-detail .id-wrapper {
  width: 230px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}
.record-wrapper .main-wrapper .user-info-wrapper .user-info-detail .phone-wrapper {
  width: 230px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}
.record-wrapper .main-wrapper .tab-wrapper {
  width: 320px;
  height: 30px;
  margin: 50px auto 30px;
  border-radius: 16px;
  border: solid 1px #e3b268;
  font-size: 0;
}
.record-wrapper .main-wrapper .tab-wrapper .tab-item {
  width: 160px;
  height: 30px;
  font-size: 17px;
  color: #e3b268;
  line-height: 30px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-wrapper .tab-item.ticket-tab {
  border-radius: 16px 0 0 16px;
}
.record-wrapper .main-wrapper .tab-wrapper .tab-item.server-tab {
  border-radius: 0 16px 16px 0;
}
.record-wrapper .main-wrapper .tab-wrapper .tab-item.active {
  background: #e3b268;
  color: #fff;
}
.record-wrapper .main-wrapper .tab-content-wrapper {
  width: 900px;
  margin: 0 auto;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content {
  display: none;
  padding-bottom: 100px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .page-container {
  bottom: 50px;
  right: 0;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .page-container .current-page {
  margin: 0 10px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .page-container .btn {
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content.ticket-content {
  display: block;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item {
  margin-bottom: 30px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item:last-child {
  margin-bottom: 0;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .status {
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .status.status-1 {
  background: url("../imgs/status-1.png") no-repeat center center;
  background-size: cover;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .status.status-2 {
  background: url("../imgs/status-2.png") no-repeat center center;
  background-size: cover;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .status.status-3 {
  background: url("../imgs/status-3.png") no-repeat center center;
  background-size: cover;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .more-detail {
  font-size: 16px;
  color: #444;
  top: 80px;
  right: 50px;
  padding-right: 18px;
  background: url("../imgs/more-icon.png") no-repeat center right;
  background-size: 8px 12px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container {
  padding: 45px 20px 20px 70px;
  font-size: 0;
  border: solid 1px #dcdcdc;
  background: linear-gradient(#fff, #e8e8e8); /* 标准的语法 */
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .left-item {
  font-size: 14px;
  color: #444;
  width: 335px;
  vertical-align: top;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .left-item p {
  margin-bottom: 24px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .right-item {
  width: 440px;
  font-size: 14px;
  color: #444;
  margin-left: 30px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .right-item.server-right-item {
  width: 380px;
  margin-left: 90px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .right-item p {
  margin-bottom: 24px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper {
  width: 400px;
  margin: 0 auto;
  font-size: 0;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper.server-not-finish-wrapper {
  width: 480px;
  margin: 0 auto;
  font-size: 0;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper.server-not-finish-wrapper .pay-btn {
  width: 150px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background-color: #6bc497;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 0;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper.server-not-finish-wrapper .for-help {
  width: 150px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background-color: #e8bd7e;
  border-radius: 15px;
  font-size: 16px;
  margin: 0 30px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper.server-not-finish-wrapper .for-help span {
  padding: 10px;
  background: url("../imgs/kf-icon.png") no-repeat center center;
  background-size: 16px 18px;
  margin-right: 6px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper.server-not-finish-wrapper .cancel-btn {
  width: 120px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background-color: #bfbfbf;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper .pay-btn {
  width: 240px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background-color: #6bc497;
  border-radius: 15px;
  margin-right: 40px;
  font-size: 16px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .not-finish-wrapper .cancel-btn {
  width: 120px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background-color: #bfbfbf;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .check-voucher-wrapper {
  width: 240px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  background-color: #e8bd7e;
  border-radius: 15px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .server-check-voucher-wrapper {
  font-size: 0;
  width: 330px;
  margin: 0 auto;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .server-check-voucher-wrapper .result-btn {
  width: 150px;
  height: 30px;
  line-height: 30px;
  background-color: #e8bd7e;
  border-radius: 15px;
  cursor: pointer;
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .server-check-voucher-wrapper .for-help {
  width: 150px;
  height: 30px;
  line-height: 30px;
  background-color: #e8bd7e;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.record-wrapper .main-wrapper .tab-content-wrapper .tab-content .order-item .order-item-container .server-check-voucher-wrapper .for-help span {
  padding: 10px;
  background: url("../imgs/kf-icon.png") no-repeat center center;
  background-size: 16px 18px;
  margin-right: 6px;
}
.record-wrapper .main-wrapper .bank-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
  display: none;
}
.record-wrapper .main-wrapper .bank-mask .bank-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  padding: 50px 0 20px;
  background: #fff;
}
.record-wrapper .main-wrapper .bank-mask .bank-wrapper p {
  color: #333;
  font-size: 18px;
  padding-left: 50px;
  margin-bottom: 15px;
}
.record-wrapper .main-wrapper .bank-mask .bank-wrapper .close-icon {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../imgs/x.png") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .voucher-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
  display: none;
}
.record-wrapper .main-wrapper .voucher-wrapper .voucher-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  padding: 70px 0 20px;
  background: #fff;
}
.record-wrapper .main-wrapper .voucher-wrapper .voucher-container .close-icon {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../imgs/x.png") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .voucher-wrapper .voucher-container p {
  color: #333;
  font-size: 18px;
  padding-left: 100px;
  margin-bottom: 20px;
}
.record-wrapper .main-wrapper .voucher-wrapper .voucher-container .confirm-btn {
  width: 240px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  background-color: #e8bd7e;
  border-radius: 15px;
  color: #fff;
  margin-top: 55px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .order-detail-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
  display: none;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  padding: 55px 30px 40px;
  font-size: 20px;
  background: #fff;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .order-detail-item {
  display: none;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .order-detail-item .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .order-detail-item .split-line {
  height: 1px;
  background-color: #e5e5e5;
  margin: 40px 0;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .order-detail-item .form-row {
  font-size: 0;
  margin-bottom: 32px;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .order-detail-item .form-row .left-label {
  vertical-align: top;
  font-size: 17px;
  color: #888;
  width: 145px;
  margin-right: 40px;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .order-detail-item .form-row .right-info {
  font-size: 17px;
  color: #000;
  width: 460px;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .close-icon {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../imgs/x.png") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
.record-wrapper .main-wrapper .order-detail-wrapper .order-detail-container .confirm-btn {
  width: 360px;
  height: 40px;
  line-height: 40px;
  background-color: #e8bd7e;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  margin: 55px auto 0;
  cursor: pointer;
}
.record-wrapper .main-wrapper .customer-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
  display: none;
}
.record-wrapper .main-wrapper .customer-wrapper .customer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 200px;
  line-height: 200px;
  font-size: 20px;
  background: #fff;
}
.record-wrapper .main-wrapper .customer-wrapper .customer-container .close-icon {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../imgs/x.png") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
