.record-screen-banner {
  width: 100%;
  height: 710px;
  background: url('https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/535/images/kv_bg.jpg') center center no-repeat;
  margin-top: 116px;
}

.record-screen-banner h4 {
  width: 340px;
  margin: 0 auto;
  font-size: 56px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  padding: 160px 0 0 380px;
}

.record-screen-banner p.record-text {
  width: 530px;
  margin: 0 auto;
  font-size: 24px;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  padding: 0 0 0 580px;
  margin-bottom: 25px;
}

.banner-dowonload {
  width: 380px;
  height: 160px;
  margin: 0 auto;
  padding-left: 435px;
  display: flex;
  justify-content: space-between;
}

.downloadcode {
  text-align: center;
  background: #fff;
}

.downloadcode .qr-box {
  width: 150px;
  height: 150px;
  padding: 8px;
  background-color: #fff;
}

.downloadcode p {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}

/* .download-way{
  width: 200px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-way img{
  margin: 0 5px 0 34px;
}
.download-way .download-phone
{
  display: inline-block;
  width: 196px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 6px;
}

.download-way .download-phone{
  border: 2px solid #FFB923;
  background: #FFB923;
  border-radius: 6px;
} */
.download-phone:hover {
  background-color: #fbc551;
}

.record-screen-features {
  width: 1100px;
  height: 625px;
  margin: 80px auto;
  display: flex;
  position: relative;
}

.features-border {
  position: absolute;
  width: 291px;
  height: 621px;
  border: 4px solid #F75F1C;
  opacity: 0.4;
  border-radius: 5px;
  top: 0;
  left: 0;
  z-index: -1;
}

.features-title {
  width: 170px;
  margin-top: 150px;
  margin-left: 29px;
}

.features-title p.title-top {
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.features-title p.title-bottom {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #555555;
}

.features-title .title-line {
  width: 50px;
  height: 7px;
  background: #F75F1C;
  border-radius: 4px;
  margin-bottom: 10px;
}

.features-list {
  width: 896px;
  height: 525px;
  margin: 55px 0;
  display: flex;
  flex-wrap: wrap;
}

.features-list li {
  width: 282px;
  height: 250px;
  background: skyblue;
  margin-right: 25px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.features-list li:nth-child(1),
.features-list li:nth-child(2),
.features-list li:nth-child(3) {
  margin-bottom: 25px;
}

.features-list li:nth-child(3n) {
  margin-right: 0;
}

.features-list li:hover .features-item-bg {
  transform: scale(1.2);
}

.features-list li .features-item-bg {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.features-list li .features-item-bottom {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  background: #272727;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
}

.features-item-bottom img {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.record-screen-application {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.application-title {
  padding-top: 75px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}

.application-desc {
  padding-top: 15px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #555555;
}

.application-list {
  width: 100%;
  height: 255px;
  margin: 45px 0 80px 0;
  display: flex;
  justify-content: space-between;
}

.application-list li {
  width: 260px;
  height: 255px;
  border-radius: 8px;
  background: #000000;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
}

.application-list li:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 36px rgba(0, 0, 0, .1);
}

.application-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.application-list li .item-title {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}

.application-list li .item-img {
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translateX(-50%);
}

.application-list li .item-desc {
  width: 100%;
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.application-list li .item-desc:last-child {
  top: auto;
  bottom: 30px;
}

.record-screen-introduce {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}

.introduce-title {
  padding-top: 75px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}

.introduce-slogan {
  padding-top: 15px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #555555;
}

.introduce-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 80px;
}

.introduce-list li {
  width: 340px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 1px 15px 0px rgba(204, 204, 204, 0.4);
  border-radius: 8px;
  margin-right: 40px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.introduce-list li:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 36px rgba(0, 0, 0, .1);
}

.introduce-list li:nth-child(3n) {
  margin-right: 0;
}

.introduce-list li:nth-child(1),
.introduce-list li:nth-child(2),
.introduce-list li:nth-child(3) {
  margin-bottom: 40px;
}

.introduce-list li p {
  padding-left: 19px;
  text-align: initial;
}

.introduce-item-title {
  padding-top: 35px;
  padding-bottom: 15px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}

.introduce-item-desc {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #555555;
  line-height: 30px;
}


/* 头部 */
.downTopDowmload {
  width: 160px !important;
  background-color: #FFB923 !important;
  position: relative;
}

.downTopDowmload:hover {
  background-color: #fbc551 !important;
}

.downTopDowmload img {
  width: 21px !important;
  height: 24px !important;
}

.downTopDowmload span {
  color: #000000;
}

.downTop-right {
  position: relative;
}

.downTop-right img.qrcode {
  position: absolute;
  top: 62px;
  right: 0;
}