.u-grey-bd.template2 {
  height: 160px;
  background: url("../images/template-bottom.png") no-repeat;
  background-size: cover;
}

.template-model1,
.template-model2 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.template-model1 {
  min-height: 500px;
}

.template-model1Content,
.template-model2Content {
  position: relative;
  width: 1200px;
  height: auto;
  margin-top: 65px;
}

.template-model1Content {
  margin-bottom: 65px;
}

.template-model2Content p,
.template-model2Content .registryBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.template-model2Content p {
  left: 30%;
  width: 218px;
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #0A1221;
  margin: 0px;
}

.template-model2Content .registryBtn {
  left: 55%;
  width: 150px;
  height: 40px;
  background: rgb(230, 0, 35);
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
}

.template-model2Content .registryBtn a {
  color: rgb(255, 255, 255);
}

.template-model1-title {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(10, 18, 33, 0.72);
  margin-bottom: 60px;
}

.template-model1-title h1 {
  color: #0A1221;
  font-size: 32px;
  font-weight: 600;
}

.template-model1-row {
  height: auto;
  display: flex;

}

.template-model1-row {
  margin-top: 20px;
}

.template-model1-row-h {
  position: relative;
  border-bottom: 1px solid #0a12212c;
  line-height: 75px;
  height: 75px;
}

.template-model1-row-item {
  width: 380px;
  height: 564px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 40px 0px rgba(10, 18, 33, 0.12);
}

.template-model1-row-item+.template-model1-row-item {
  margin-left: 20px;
}

.template-model1-row-h span {
  /* color:#0A1221; */
  color: rgba(10, 18, 33, 1);
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
}

.template-model1-row-h .gomore a,
.template-model1-row-h .gomore i {
  /* color:#0a122162; */
  color: rgba(10, 18, 33, 0.4);
  font-size: 13px;
}

.template-model1-row-h .gomore i {
  font-size: 12px;
  margin-left: 3px;
}

.template-model1-row-h .gomore {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.template-model1-row-content {
  padding: 30px 40px;
  box-sizing: border-box;
}

.template-model1-row-content-item {
  display: flex;
  cursor: pointer;
}

  .row-content-item-left,
  .row-content-item-left img{
  width: 88px;
  height: 88px;
  /* border:1px solid #0a122123; */
  border: 1px solid rgba(10, 18, 33, 0.2);
}

.row-content-item-right {
  margin-left: 20px;
  flex: 1;
}
.row-content-item-right a {
    color: #0A1221;
}
.row-content-item-right p {
  color: #0A1221;
  font-size: 14px;
  margin-top: 0px;
}

.row-content-item-right span {
  /* color:#0a12215d; */
  color: rgba(10, 18, 33, 0.3);
  font-size: 14px;
}

.template-model1-row-content-item+.template-model1-row-content-item {
  margin-top: 20px;
}

.template-model1-row+.template-model1-row {
  margin-top: 40px
}

@media screen and (max-width: 768px) {
  .template-model1-row {
    flex-direction: column;
    align-items: center;
  }

  .template-model1-row-item+.template-model1-row-item,
  .template-model1-row+.template-model1-row {
    margin: 20px 0px 0px
  }

  .template-model1,
  .template-model2,
  .template-model1Content,
  .template-model2Content {
    width: 100%;
  }

  .template-model2Content p,
  .template-model2Content .registryBtn {
    left: 50%;
    transform: translateX(-50%);
  }

  .template-model2Content p {
    top: 30px;
  }

  .template-model2Content .registryBtn {
    bottom: 20px;
  }

  .template-model2Content {
    margin-top: 0px;
    height: 160px;
  }
}

/* 移动端 */
.template-iPhone-mainbox {
  width: 100%;
  padding: 0px 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.template-iPhone-box1-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.template-iPhone-box1-header .gomore {
  color:#e60023;
  font-weight: 550;
  font-size: 17px;
}

.template-iPhone-box1-header a {
  color: #e60023;
  font-weight: 550;
  font-size:14px;
}

.template-iPhone-box1-header span {
  font-size: 20px;
  font-weight: 550;
}

.template-iPhone-box-content {
  width: 100%;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 20px;
}

.template-iPhone-box-content-item {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 20px 0px rgba(10, 18, 33, 0.12);
}

.iPhone-box-content-item-top {
  width: 100%;
  /* padding: 15px 10px; */
  box-sizing: border-box;
}

.iPhone-box-content-item-bottom {
  width: 100%;
  font-size: 14px;
  padding: 18px 14px;
  box-sizing: border-box;
  color: rgba(10, 18, 33, 1);
}
.iPhone-box-content-item-bottom a{
    color: #0A1221;
}


.template-iPhone-img {
  width: 100%;
  height: 114px;
}

.template-iPhone-box2,
.template-iPhone-box3,
.template-iPhone-box4,
.template-iPhone-box5,
.template-iPhone-box6 {
  margin-top: 70px;
}

.u-bodyer2 {
  display: none;
  width: 100%;
}

@media screen and (max-width: 823px) {
  .u-bodyer {
    display: none;
  }

  .u-bodyer2 {
    display: flex;
  }

  .u-grey-bd {
    background-color: #ffffff;
  }
}