.regd-m1 {
  font-size: 0;
}
.regd-m1 .imgo {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  height: 285px;
  overflow: hidden;
}
.regd-m1 .imgo img {
  width: 100%;
}
.regd-m1 .cono {
  width: 50%;
  position: relative;
  height: 285px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}
.regd-m1 .cono .t {
  margin-bottom: 35px;
  padding-top: 10px;
  font-size: 30px;
  color: #212121;
}
.regd-m1 .cono .c {
  font-size: 18px;
  color: #313131;
}
.regd-m1 .cono .c .line {
  margin-bottom: 18px;
}
.regd-m1 .cono .c .line img {
  max-width: 100%;
}
.regd-m1 .cono .c .line > div {
  display: inline-block;
  vertical-align: middle;
}
.regd-m1 .cono .regd-btn {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 180px;
  height: 42px;
  background-color: #fd4e3e;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
}
.acbtn {
  margin-top: 60px;
}
.acbtn .nowbtn {
  width: 180px;
  height: 42px;
  background-color: #fd4e3e;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
}
.acbtn .view {
  margin-left: 20px;
  font-size: 16px;
  color: #545454;
}
.module.sty1 {
  padding: 30px 0;
}
.regd-m2 {
  font-size: 0;
}
.regd-m2 .regd-m2-left {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.regd-m2 .regd-m2-left .item {
  margin-bottom: 26px;
}
.regd-m2 .regd-m2-left .item p {
  text-align: justify;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.regd-m2 .regd-m2-left .item .t {
  margin-bottom: 18px;
  font-size: 24px;
  color: #212121;
  border-left: solid 4px #fd4e3e;
  padding-left: 5px;
}
.regd-m2 .regd-m2-left .item .c img {
  max-width: 100%;
  margin: 10px 0;
}
.regd-m2 .regd-m2-left .item .c .p1 {
  text-align: justify;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.regd-m2 .regd-m2-left .item .c .boxwarp .box-list {
  position: relative;
  font-size: 0;
}
.regd-m2 .regd-m2-left .item .c .boxwarp .box-list .itemtype {
  display: inline-block;
  width: 268px;
  margin-top: 18px;
  overflow: hidden;
  margin-right: 5px;
}
.regd-m2 .regd-m2-left .item .c .boxwarp .box-list .itemtype:nth-child(3n) {
  margin-right: 0;
}
.regd-m2 .regd-m2-left .item .c .boxwarp .box-list .itemtype img {
  width: 100%;
  height: 154px;
  margin: 0;
}
.regd-m2 .regd-m2-left .item .c .boxwarp .box-list .itemtype .text {
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-size: 20px;
  color: #212121;
  text-align: left;
}
.regd-m2 .regd-m2-right {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  padding: 28px 20px;
  width: 28%;
  background-color: #f6f6f6;
}
.regd-m2 .regd-m2-right .item .t {
  margin-bottom: 18px;
  font-size: 18px;
  color: #212121;
}
.regd-m2 .regd-m2-right .item .c .line {
  margin-bottom: 20px;
  background-color: #fff;
}
.regd-m2 .regd-m2-right .item .c .line img {
  max-width: 100%;
}
.regd-m2 .regd-m2-right .item .c .line .text {
  text-align: center;
  line-height: 35px;
  height: 35px;
  color: #212121;
  font-size: 14px;
}
.codewarp {
  text-align: center;
  padding: 30px 0;
  border-bottom: solid 1px #d8d8d8;
}
.codewarp:last-child {
  border-bottom: none;
}
.codewarp .codeimg img {
  width: 234px;
  height: 234px;
}
.codewarp .codetext {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .module.sty1 {
    padding-top: 0;
  }
  .acbtn {
    margin-top: 20px;
  }
  .regd-m1 .imgo {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .regd-m1 .cono {
    position: relative;
    height: auto;
    margin-left: 10px;
    width: 100%;
  }
  .regd-m1 .cono .t {
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 18px;
  }
  .regd-m1 .cono .c {
    font-size: 14px;
  }
  .regd-m1 .cono .c .line {
    margin-bottom: 10px;
  }
  .regd-m1 .cono .c .line > div {
    display: inline-block;
    vertical-align: middle;
  }
  .regd-m1 .cono .regd-btn {
    position: relative;
    margin-top: 40px;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
  }
  .regd-m2 .regd-m2-left {
    display: block;
    width: 100%;
  }
  .regd-m2 .regd-m2-left .item {
    padding: 0 20px;
    margin-bottom: 26px;
  }
  .regd-m2 .regd-m2-right {
    display: block;
    margin-left: 0;
    padding: 28px 20px;
    width: 100%;
  }
  .regd-m2 .regd-m2-right .item .t {
    margin-bottom: 18px;
    font-size: 18px;
    color: #212121;
  }
  .regd-m2 .regd-m2-right .item .c .line {
    margin-bottom: 20px;
    background-color: #fff;
  }
  .regd-m2 .regd-m2-right .item .c .line .img1 {
    width: 100%;
  }
  .regd-m2 .regd-m2-right .item .c .line .text {
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1169px) {
  .acbtn {
    margin-top: 10px;
  }
  .regd-m1 .cono .c .line {
    margin-bottom: 10px;
  }
  .regd-m2 .regd-m2-left {
    width: 100%;
  }
  .regd-m2 .regd-m2-right {
    width: 100%;
    text-align: center;
  }
}
