body,
html {
  background: #f5f5f5;
}
.page-main .white-bg {
  background: #fff;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.page-main .white-bg::before {
  position: absolute;
  content: '';
  width: 222px;
  height: 100%;
  background: #eaeaea;
  left: 0;
  top: 1px;
}
.page-main .row {
  display: flex;
  border: 1px solid #e2e2e2;
  align-items: center;
  border-bottom: 0;
  position: relative;
  z-index: 2;
}
.page-main .row .title {
  width: 220px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.page-main .row .title span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page-main .row .cel {
  flex: 1;
  border-left: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 30px 50px;
  text-align: center;
  line-height: 1.5;
  min-height: 90px;
}
.page-main .row .cel .cover {
  display: block;
  width: 220px;
  height: 140px;
  object-fit: contain;
  margin: 0 auto;
}
.page-main .row .cel h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  text-align: center;
  padding: 15px 0;
}
.page-main .row .cel span {
  display: block;
  text-align: center;
}
.page-main .row .cel span a {
  color: #fd5400;
  margin: 0 15px;
}
.page-main .row .cel span a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.page-main .row:nth-child(1) {
  border: 1px solid #fd5400;
  width: 80vw;
  min-width: 1200px;
}
.page-main .row:nth-child(1) .cel {
  height: 274px;
  background: #fff;
}
.page-main .row:nth-child(1) .addIcon {
  font: 80px/274px "iconfont";
  color: #999;
  cursor: pointer;
}
.page-main .row:nth-child(1) .addIcon:hover {
  color: #fd5400;
  opacity: 0.7;
}
.page-main .row:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.page-main .row:last-child .cel {
  min-height: 200px;
}
.page-main .row:nth-child(odd) .cel {
  background: #f9f9f9;
}
.page-main .row:hover {
  background: #fff4ef;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}
.page-main .row:hover .cel {
  background: #fff4ef;
}
.page-main .row:nth-child(1):hover {
  background: #eaeaea;
}
.page-main .row:nth-child(1):hover .cel {
  background: #fff;
}
.page-main .first-row {
  position: relative;
  width: 100%;
}
.page-main .first-row .cel {
  background: #fff !important;
}
.page-main .first-row::after {
  content: '';
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eaeaea;
  z-index: -1;
}
.container {
  position: fixed;
  padding: 0 20px 20px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
}
.container .title {
  font: 16px/60px "微软雅黑";
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  margin-bottom: 20px;
}
.container .title .closeIcon {
  float: right;
  color: #999;
  cursor: pointer;
}
.container .goods {
  display: flex;
}
.container .goods img {
  display: block;
  width: 190px;
  height: 100px;
  object-fit: contain;
  margin-right: 20px;
}
.container .goods .info h3 {
  font: 14px/20px "微软雅黑";
  color: #333;
  margin-bottom: 10px;
}
.container .goods .info p {
  font: 14px/24px "微软雅黑";
  color: #999;
}
.container .maskArea {
  display: block;
  border: 0;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 10px;
  font: 14px/30px "微软雅黑";
  color: #333;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}
.container .input-container {
  display: flex;
  justify-content: space-between;
}
.container .input-container .input-content {
  padding: 10px 0;
  overflow: hidden;
  font: 14px/40px "微软雅黑";
}
.container .input-container .input-content .label {
  float: left;
}
.container .input-container .input-content .phone-input {
  border: 0;
  display: block;
  width: 120px;
  height: 100%;
  font: 14px/40px "微软雅黑";
  float: left;
  border-bottom: 1px dashed #e2e2e2;
  height: 40px;
  text-align: center;
}
.container .input-container .input-content em {
  display: block;
  float: left;
  width: 135px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  color: #fd5400;
}
.container .input-container .input-content em::before {
  content: '';
  left: 5px;
  height: 22px;
  border-left: 1px solid #e2e2e2;
  width: 1px;
  position: absolute;
  top: 20%;
}
.container .btns {
  padding-top: 20px;
  text-align: center;
}
.container .btns a {
  display: inline-block;
  width: 120px;
  height: 40px;
  font: 14px/40px "微软雅黑";
  text-align: center;
  border-radius: 3px;
  background: #fd5400;
  color: #fff;
  margin: 0 15px;
}
.container .btns a:nth-child(1) {
  border: 1px solid #fd5400;
  color: #fd5400;
  background: #fff;
}
