.content {
  width: 100%;
  overflow: hidden;
}

.content .box {
  width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
}

.content .box .title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.4rem;
  overflow: hidden;
}

.content .box .row {
  display: flex;
  
}

.content .box .row .layui-form-item {
  flex: 1;
}

.content .box .row .layui-form-item:last-child {
  margin-left: 1rem;
}

.content .box .sub-title {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.8rem;
  line-height: 1;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

.content .box .sub-title.first {
  margin-top: 1rem;
}

.content .box .sub-desc {
  color: #999;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.sub-heading {
  font-size: 1.6rem;
  color: #999;
  margin-top: 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #999;
}

.content .box .sub-title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .4rem;
  height: 100%;
  background: #cc2237;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #cc2237;
}

.layui-layer {
  top: 35% !important;
}


.content .box .line {
  width: 100%;
  height: 1px;
  background-color: #ededef;
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}
.now {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  height: 4.1rem;
}

.notice {
  font-size: 1.3rem;
  color: #999;
}

.btn-wrap {
  margin-top: 3rem;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
}

.btn-wrap .layui-btn {
  font-size: 1.8rem;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  background-color: #cc2237;
}

.layui-laydate .layui-this {
  background-color: rgb(204, 34, 55) !important;
}

.layui-laydate-content td.laydate-selected {
  color: #fff;
  background-color: rgba(204, 34, 55, .7);
}

.layui-form-item {
  margin-bottom: 1rem;
}

.layui-form-label {
  padding: 1.2rem 0;
  width: auto;
  font-size: 1.6rem;
}

.layui-input-block {
  font-size: 1.6rem;
  margin-left: 0;
  min-height: 5rem;
}

.layui-input-block .tip {
  margin-top: .2rem;
  display: inline-flex;
  font-size: 1.3rem;
  color: #999;
}

.layui-input {
  padding-left: 1.5rem;
  height: 4.5rem;
}

.layui-laydate {
  width: 90% !important;
  right: 0 !important;
  left: auto;
}
.layui-laydate-main {
  width: 100%;
}
.layui-laydate-main .layui-laydate-content {
  width: 100%;
}
.layui-laydate-main .layui-laydate-content table {
  width: 100%;
}

.content .box .p {
  width: 100%;
}

.content .box .p p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.875;
  color: #333333;
  text-align: justify;
}

.content .box .p img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

.content .box .page {
  margin-top: 7.5rem;
}

.content .box .page .prve {
  width: 100%;
  margin-bottom: 2.1rem;
}

.content .box .page .prve a .icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: solid 1px #b3b3b3;
  text-align: center;
  line-height: 1.8rem;
  margin-right: 1rem;
  transition: 0.5s;
}

.content .box .page .prve a .icon i {
  font-size: 1.2rem;
  color: #b3b3b3;
  transition: 0.5s;
}

.content .box .page .prve a .text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666666;
  transition: 0.5s;
}

.content .box .page .next {
  width: 100%;
  border-top: dashed 1px #eee;
  padding-top: 20px;
  margin-bottom: 150px;
}

.content .box .page .next a .icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: solid 1px #b3b3b3;
  text-align: center;
  line-height: 1.8rem;
  margin-right: 1rem;
  transition: 0.5s;
}

.content .box .page .next a .icon i {
  font-size: 1.2rem;
  color: #b3b3b3;
  transition: 0.5s;
}

.content .box .page .next a .text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666666;
  transition: 0.5s;
}<!--0.00015711784362793-->