.one .swiper-wrapper img {
  width: 100%;
}

.one .swiper-button-next.left {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  padding-left: 10px;
}

.one .swiper-button-prev.right {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding-right: 10px;
}

.one .swiper-button-prev {
  position: absolute;
  margin-top: -35px;
  top: 50%;
  left: 0;
  width: 64px;
  height: 62px;
  line-height: 64px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background-color: #000;
  opacity: .3;
  transition: all .2s;
}

.one .swiper-button-next {
  position: absolute;
  margin-top: -35px;
  top: 50%;
  right: 0;
  width: 64px;
  height: 62px;
  line-height: 64px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background-color: #000;
  opacity: .3;
  transition: all .2s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
}

.two .k-c {
  position: relative;
  height: 458px;
}

.two .content {
  position: absolute;
  width: 100%;
  height: 441px;
  background-color: #ecb147;
  border: 1px solid transparent;
  z-index: 99;
  border-radius: 0.75rem;
  top: -50px;
}

.two .content .bg-1 {
  position: absolute;
  width: 100%;
  height: 520px;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  bottom: 2.1%;
  right: 0.8%;
  background-color: #fff;
}

.two .t-bg {
  position: relative;
}

.two .t-content {
  position: absolute;
  top: 8%;
  width: 99%;
  padding-left: 2%;
}

.two .t-list {
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: unset;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.two .top {
  display: flex;
  padding-bottom: 10px;
  width: 100%;
}

.two .top .t-left {
  width: 48%;
}

.two .top .t-right {
  display: flex;
  align-items: center;
  width: 48%;
  justify-content: flex-end;
}

.two .top .t-right a {
  font-size: 20px;
  color: #565656;
  font-family: 'sansRegular';
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.two .top .t-right .icon-fz {
  font-size: 20px;
  padding-left: 10px;
}

.tabs {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

.tabs .tab1 {
  display: flex;
  padding-left: 4%;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.tabs .tab1-right {
  text-align: center;
  padding: 0 1%;
  width: 100%;
}

.tabs .tab1-right .z-bottom {
  width: 100%;
}

.tabs .tab2 {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
}

.tabs .tab3 {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
}

.tab {
  cursor: pointer;
  border: 1px solid transparent;

}

.tab .z-title {
  font-size: 20px;
  padding-bottom: 5%;
  font-family: 'sansBold';
}

.tab .e-title {
  color: #707070;
  font-size: 12px;
  zoom: 0.83
}

.tab.active .z-title {
  font-family: 'sansRegular';
}

.tab.active {
  background-color: #f8c14f;
  color: #fff;
  border-radius: 10rem;
}

.tab.active .e-title {
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  transition: visibility 0s, opacity 0.2s ease;
}

.v-line {
  height: 39px;
  width: 3px;
  background: #f3f3f3;
  margin: 0 20px;
}

.two .bottom .list-container {
  display: flex;
}

.two .bottom .left-list,
.right-list {
  flex: 1;
}

.two .bottom .left-list {
  padding-left: 5%;
}

.two .bottom .list-item {
  width: 100%;
  /* background-color: #f2f2f2; */
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
}


.two .bottom .list-item a {
  display: flex;
  align-content: center;
  align-items: flex-start;
}

.two .bottom .list-item a:hover {
  color: #f1aa42;
}

.two .bottom .list-item a .left {
  width: 85%;
  line-height: 30px;
  font-size: 20px;
}

.three {
  margin-bottom: 500px;
}

.three .content {
  display: flex;
  background: #fff;
  border: 1px solid #fff;
  padding-top: 30px;
  padding-left: 3%;
}

.three .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  margin-bottom: 40px;
}

.three .left .c-info {
  font-size: 25px;
  border: 1px solid #fff;
  border-radius: 10rem;
  height: 51px;
  width: 77%;
  background: #e5b44d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 18px;
}

.three .right {
  padding-left: 4%;
}

.three .right li {
  line-height: 60px;
}

.three .right li a:hover {
  color: #e8a440;
}

.dotted {
  /* width: 90%; */
  border-bottom: 2px dashed #e6e6e6;
  margin: 10px 0;

}

.four {
  background: #fff;
}

.four .f-c {
  position: relative;
  height: 220px;
}

.four .f-c .f-h {
  position: absolute;
  top: -390px;
  z-index: 99;
}

.four .title {
  font-size: 46px;
  color: #f1aa42;
  font-family: 'sansBold';
  margin-bottom: 50px;
  text-align: center;
}

.four .content {
  display: flex;
  height: 438px;
}

.four .left {
  border: 5px solid #e8a440;
  border-radius: 10px 10px 10px 3rem;
  padding-top: 48px;
  padding-left: 51px;
  padding-right: 67px;
  background: #fffdf6;
  width: 45%;
}

.four .left .top {
  display: flex;
  align-items: center;
  align-content: center;
}

.four .left .top h3 {
  font-size: 29px;
  padding-left: 15px;
}

.four .left .top .top-left {
  display: flex;
  align-items: center;
  align-content: center;
  width: 70%;
}

.four .left .top .top-right {
  width: 30%;
  text-align: right;
}

.four .left .top .top-right a {
  color: #c5c5c5;
}

.four .left .bottom li {
  font-size: 18px;
  color: #545454;
  line-height: 45px;
  display: flex;
  align-items: center;
  align-content: center;
}

.four .left .bottom li .b-tittle {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.four .left .bottom li .b-tittle:hover {
  color: #e8a440;
}

.four .left .bottom li .dot {
  padding: 0 10px;
}

.four .left .bottom li .plus {
  margin-left: 11%;
}

.four .right {
  width: 55%;
}

.four .right .r-content {
  display: flex;
}

.four .right .r-content .r-left {
  padding-top: 48px;
  padding-left: 31px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 57%;
  box-shadow: 0.8rem -0.2rem 1rem rgb(33 37 41 / 15%) !important;
  transition: all 0.8s ease;
  background-color: #fff;
}

.four .right .r-content .r-left .r-top {
  display: flex;
  align-items: center;
  align-content: center;
}

.four .right .r-content .r-left .r-top .r-top-l {
  display: flex;
  align-items: center;
  align-content: center;
  width: 70%;
}

.four .right .r-content .r-left .r-top .r-top-l h3 {
  font-size: 29px;
  padding-left: 15px;
}

.four .right .r-content .r-left .r-top .r-top-r {
  width: 30%;
}

.four .right .r-content .r-left .r-top .r-top-r a {
  color: #c5c5c5;
}

.four .right .r-content .r-left .r-bottom li {
  font-size: 18px;
  color: #545454;
  line-height: 45px;
  display: flex;
  align-items: center;
  align-content: center;
}

.four .right .r-content .r-left .r-bottom li .r-title {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.four .right .r-content .r-left .r-bottom li .r-title:hover {
  color: #e8a440;
}

.four .right .r-content .r-left .r-bottom {
  padding-right: 35px;
}

.four .right .r-content .r-left .r-bottom li .dot {
  padding: 0 10px;
}

.four .right .r-content .r-left .r-bottom li .plus {
  margin-left: 40px;
}

.four .right .r-content .r-right {
  width: 43%;
  position: relative;
}

.four .right .r-content .r-right .laravel {
  width: 77%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 10rem;
  background: #ff713f;
  color: #fff;
  font-size: 20px;
  font-family: 'sansBold';
  position: absolute;
  left: 11%;
  bottom: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.five {
  cursor: default;
  background-image: url('../image/five-bg.jpg');
  background-repeat: no-repeat;
  width: 100%;
  outline: none;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.five .content .top {
  padding-top: 177px;
}

.five .content .top .t-c {
  text-align: center;
  position: relative;
  margin-bottom: 63px;
}

.five .content .top .fp-pic {
  position: relative;
  max-width: 100%;
  /* 设置最大宽度 */
}

.five .content .top .icon-pic {
  position: relative;
  left: -22%;
}

.five .content .title {
  position: absolute;
  left: 46%;
  top: 35%;
  font-size: 29px;
  color: #151515;
  font-family: 'sansRegular';
}

.five .bottom ul {
  display: flex;
  flex-wrap: wrap;
}

.five .bottom ul li {
  width: 30.2%;
  margin-bottom: 4%;
  position: relative;
}

.five .bottom ul li:nth-child(2),
.five .bottom ul li:nth-child(5) {
  margin: 0 4%;
}

.five .bottom .b-c {
  position: absolute;
  top: 43px;
  left: 31px;
}

.five .bottom .b-c h3 {
  font-family: 'sourceHeavy';
  font-size: 40px;
  color: #fff;
  padding-bottom: 28px;
  letter-spacing: 0.5rem;
}

.five .bottom .b-c p {
  font-family: 'sansRegular';
  font-size: 26px;
  color: #fff;
  padding-bottom: 28px;
  letter-spacing: 0.5rem;
}

.five .bottom .b-c a {
  font-size: 16px;
  color: #ff7910;
  background-color: #fff;
  border-style: none;
  border: 1px solid #fff;
  border-radius: 10rem;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}




/* #region小型笔记本或笔记本1 */
@media screen and (min-width: 992px) and (max-width: 1199px),
screen and (min-width: 1200px) and (max-width: 1399px)  {
  .two .content {
    top: -86px;
  }

  .two .top .t-left {
    width: 61%;
  }

  .two .top .t-right {
    width: 37%;
  }

  .tab .z-title {
    font-size: 12px;
  }

  .tabs {
    margin-bottom: 0;
  }

  .tab .e-title {
    color: #707070;
    font-size: 12px;
    zoom: 0.73;
  }

  .two .k-c {
    height: 370px;
  }

  .two .content {
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #ecb147;
    border: 1px solid transparent;
    z-index: 99;
    border-radius: 0.75rem;
    top: -50px;
  }
  
  .two .content .bg-1 {
    position: absolute;
    width: 100%;
    height: 363px;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    bottom: 2.1%;
    right: 0.8%;
    background-color: #fff;
  }

  .two .top {
    padding-bottom: 10px;
  }

  .two .bottom .list-item a .left {
    line-height: 27px;
    font-size: 14px;
  }

  .two .bottom .list-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
  }

  .two .bottom .list-item img {
    width: 6%;
  }

  .two .top .t-right .icon-fz {
    font-size: 14px;
  }

  .two .top .t-right a {
    font-size: 14px;
    height: auto;
    line-height: 0;
  }

  .two .bottom .left-list {
    padding-left: 2%;
  }

  .two .bottom .list-item a {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: space-around;
  }

  .three .left .c-info {
    font-size: 14px;
    height: 30px;
    width: 77%;
    margin-top: 18px;
  }

  .three .right ul {
    margin-bottom: 46px;
  }

  .three .right li {
    line-height: 30px;
    font-size: 14px;
  }


  .three {
    margin-bottom: 430px;
  }

  .four .title {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .four .left .top h3 {
    font-size: 20px;
    padding-left: 15px;
  }

  .four .right .r-content .r-left .r-top .r-top-l h3 {
    font-size: 20px;
    padding-left: 15px;
  }

  .four .left .bottom li {
    font-size: 14px;
  }

  .four .right .r-content .r-left .r-bottom li {
    font-size: 14px;
  }

  .four .content {
    height: auto;
  }

  .four .left .top .top-left img {
    width: 15%;
  }

  .four .right .r-content .r-right img {
    height: 100%;
  }

  .four .right .r-content .r-left .r-top .r-top-l img {
    width: 15%;
  }

  .four .left {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .four .right .r-content .r-left {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .four .right .r-content .r-right .laravel {
    width: 77%;
    height: 40px;
    color: #fff;
    font-size: 14px;
  }

  .four .f-c .f-h {
    top: -330px;
  }

  .four .left .top .top-right a {
    font-size: 14px;
  }

  .four .right .r-content .r-left .r-top .r-top-r a {
    font-size: 14px;
  }

  .five .bottom .b-c {
    position: absolute;
    top: 15px;
    left: 18px;
  }

  .five .content .title {
    position: absolute;
    left: 44.4%;
    top: 35%;
    font-size: 28px;
  }

  .five .bottom .b-c h3 {
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 0.5rem;
  }

  .five .bottom .b-c p {
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 0.5rem;
  }

  .five .bottom .b-c a {
    font-size: 14px;
    color: #ff7910;
    background-color: #fff;
    border-style: none;
    border: 1px solid #fff;
    border-radius: 10rem;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
}

/* #endregion */



/* #region大型笔记本或笔记本2 */
@media screen and (min-width: 1400px) and (max-width: 1440px),
screen and (min-width: 1441px) and (max-width: 1759px) {
  .two .content {
    top: -132px;
  }

  .tab .z-title {
    font-size: 16px;
  }

  .tabs {
    margin-bottom: 0;
  }

  .two .k-c {
    height: 370px;
  }

  .two .content {
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #ecb147;
    border: 1px solid transparent;
    z-index: 99;
    border-radius: 0.75rem;
    top: -50px;
  }
  
  .two .content .bg-1 {
    position: absolute;
    width: 100%;
    height: 386px;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    bottom: 2.1%;
    right: 0.8%;
    background-color: #fff;
  }

  .two .bottom .list-item a .left {
    line-height: 20px;
    font-size: 16px;
  }

  .two .bottom .list-item {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
  }

  .two .bottom .list-item img {
    width: 6%;
  }

  .two .top .t-right .icon-fz {
    font-size: 16px;
  }

  .two .top .t-right a {
    font-size: 16px;
    height: auto;
    line-height: 0;
  }

  .two .top .t-left {
    width: 55%;
  }

  .two .bottom .left-list {
    padding-left: 2%;
  }

  .two .bottom .list-item a {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: space-around;
  }

  .two .top .t-right {
    width: 43%;
  }

  .three .left .c-info {
    font-size: 16px;
    height: 35px;
    width: 77%;
    margin-top: 18px;
  }

  .three .right ul {
    margin-bottom: 46px;
  }

  .three .right li {
    line-height: 30px;
  }


  .three {
    margin-bottom: 430px;
  }

  .four .title {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .four .left .top h3 {
    font-size: 20px;
    padding-left: 15px;
  }

  .four .right .r-content .r-left .r-top .r-top-l h3 {
    font-size: 20px;
    padding-left: 15px;
  }

  .four .left .bottom li {
    font-size: 16px;
  }

  .four .right .r-content .r-left .r-bottom li {
    font-size: 16px;
  }

  .four .content {
    height: auto;
  }

  .four .left .top .top-left img {
    width: 15%;
  }

  .four .right .r-content .r-right img {
    height: 100%;
  }

  .four .right .r-content .r-left .r-top .r-top-l img {
    width: 15%;
  }

  .four .left {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .four .right .r-content .r-left {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .four .right .r-content .r-right .laravel {
    width: 77%;
    height: 40px;
    color: #fff;
    font-size: 16px;
  }

  .four .f-c .f-h {
    top: -330px;
  }

  .five .bottom .b-c {
    position: absolute;
    top: 30px;
    left: 31px;
  }

  .five .content .title {
    position: absolute;
    left: 44.4%;
    top: 35%;
    font-size: 28px;
  }

  .five .bottom .b-c h3 {
    font-size: 18px;
    padding-bottom: 20px;
    letter-spacing: 0.5rem;
  }

  .five .bottom .b-c p {
    font-size: 18px;
    padding-bottom: 20px;
    letter-spacing: 0.5rem;
  }


}

/* #endregion */


/* #region手机端 */
@media screen and (min-width: 375px) and (max-width: 667px) {
  .one .swiper-wrapper img {
    width: 100%;
    height: 180px;
  }
   
  .two .content {
    position: absolute;
    top: -4%;
    z-index: 99;
    width: 100%;
    height: 700px;
    background-color: #ecb147;
    border: 1px solid transparent;
    border-radius: 0.75rem;
  }
  
  .one .swiper-button-prev,
  .one .swiper-button-next {
    width: 30px;
    height: 36px;
  }
  
  .one .swiper-button-prev.right {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-right: 10px;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
  }
  
  .tab .z-title {
    font-size: 12px;
    padding-bottom: 5%;
  }
  
  .two .top {
    display: flex;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
  }
  
  .two .top .t-left {
    width: 100%;
  }
  
  .two .top .t-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding-right: 10px;
  }
  
  .v-line {
    height: 39px;
    width: 3px;
    margin: 0 7px;
  }
  
  .two .k-c {
    position: relative;
    height: 710px;
  }
  
  .two .top .t-right a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  
  .tabs .tab1 {
    display: flex;
    padding: 1%;
  }
  
  .tab .e-title {
    color: #707070;
    font-size: 12px;
    zoom: 0.53;
  }
  
  .tabs .tab3 {
    margin-right: 1%;
  }
  
  .two .content .bg-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    bottom: 0.8%;
    right: 0.8%;
    background-color: #fff;
  }
  
  .two .t-content {
    position: absolute;
    top: 4%;
    width: 99%;
    padding-left: 0;
  }
  
  .tabs {
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .tabs .tab2 {
    padding-left: 4%;
    padding-right: 4%;
  }
  
  .two .t-bg {
    position: relative;
    height: 700px;
  }
  
  .two .top .t-right .icon-fz {
    font-size: 14px;
    padding-left: 10px;
  }
  
  .two .bottom .list-item a .left {
    width: 85%;
    line-height: 30px;
    font-size: 14px;
  }
  
  .two .bottom .left-list,
  .right-list {
    padding-left: 2%;
  }
  
  .two .bottom .list-item a img {
    width: 28px;
    margin-left: 3%;
    padding-top: 1%;
  }
  
  .two .bottom .list-container {
    display: flex;
    flex-direction: column;
  }
  
  .two .bottom .list-item {
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
  }
  
  .three .content {
    flex-direction: column;
  }
  
  .three .left {
    width: 100%;
    margin-bottom: 18px;
  }
  
  .three .left .c-info {
    font-size: 16px;
    height: 41px;
    width: 58%;
    margin-top: 18px;
  }
  
  .three .right li {
    font-size: 14px;
    line-height: 28px;
    padding-right: 5%;
    text-align: justify;
  }
  
  .three {
    margin-bottom: 41px;
  }
  
  .four {
    background: #fff;
    height: 1300px;
  }
  
  .four .f-c .f-h {
    position: unset;
    top: -437px;
    z-index: 99;
  }
  
  .four .left {
    border: 5px solid #e8a440;
    border-radius: 10px 10px 10px 3rem;
    padding: 4%;
    background: #fffdf6;
    width: 100%;
  }
  
  .four .title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  
  .four .content {
    display: flex;
    height: 438px;
    flex-direction: column;
  }
  
  .four .right .r-content .r-left {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    box-shadow: 0.8rem -0.2rem 1rem rgb(33 37 41 / 15%) !important;
    transition: all 0.8s ease;
    background-color: #fff;
  }
  
  .four .f-c {
    position: relative;
    height: auto;
  }
  
  .four .right .r-content .r-right {
    width: 100%;
    position: relative;
  }
  
  .four .right .r-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .four .right .r-content .r-left .r-bottom {
    padding-right: 0;
  }
  
  .four .left .top .top-left img,
  .four .right .r-content .r-left .r-top .r-top-l img {
    width: 28px;
  }
  
  .four .left .top h3 {
    font-size: 16px;
    padding-left: 15px;
  }
  
  .four .left .top .top-right a,
  .four .right .r-content .r-left .r-top .r-top-r a {
    color: #c5c5c5;
    font-size: 14px;
  }
  
  .four .left .bottom li .b-tittle {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  
  .four .left .bottom li {
    font-size: 14px;
    color: #545454;
    line-height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  .four .left .bottom li .plus {
    margin-left: 7%;
  }
  
  .four .right {
    width: 100%;
  }
  
  .four .right .r-content .r-left .r-top .r-top-l h3 {
    font-size: 16px;
    padding-left: 15px;
  }
  
  .four .right .r-content .r-left .r-bottom li .r-title {
    font-size: 14px;
  }
  
  .four .right .r-content .r-left {
    padding: 4%;
  }
  
  .four .right .r-content .r-left .r-top .r-top-r {
    width: 30%;
    text-align: right;
  }
  
  .four .right .r-content .r-right img {
    width: 100%;
  }
  
  .four .right .r-content .r-right .laravel {
    width: 60%;
    height: 43px;
    font-size: 14px;
    position: absolute;
    left: 20%;
    bottom: 14%;
  }
  
  
  .five .content .top .fp-pic {
    position: relative;
    max-width: 100%;
    width: 60%;
  }
  
  .five .content .title {
    position: absolute;
    left: 40%;
    top: 35%;
    font-size: 18px;
  }
  
  .five .content .top .t-c {
    margin-bottom: 30px;
  }
  
  .five .bottom ul li {
    width: 100%;
    margin-bottom: 7%;
    position: relative;
  }
  
  
  .five .bottom ul li:nth-child(2),
  .five .bottom ul li:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7%;
  }
  
  .five .bottom ul li:last-child {
    padding-bottom: 50px;
  }
  
  .five .bottom .b-c h3 {
    font-family: 'sourceHeavy';
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 0.5rem;
  }
  
  .five .bottom .b-c p {
    font-family: 'sansRegular';
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 0.5rem;
  }
  
  .five .bottom .b-c a {
    font-size: 14px;
    color: #ff7910;
    background-color: #fff;
    border-style: none;
    border: 1px solid #fff;
    border-radius: 10rem;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  
  .five .content .top {
    padding-top: 80px;
  }
  
  #customer-services {
    position: fixed;
    padding: 10px 5px;
    bottom: 8%;
    margin-top: -140px;
    right: 0.8%;
    z-index: 999;
    height: 329px;
    width: 124px;
    background: url(../image/service-bg.png) no-repeat;
  }
  
  #customer-services a img {
    display: block;
    margin: 0 auto 6px;
    width: 35px;
  }
  
  #customer-services a span {
    font-size: 14px;
  }
  
  .layui-form-item .layui-input-inline {
    margin: 0;
  }
  
  .mobile .m-right {
    display: flex;
    align-items: center;
  }
  
  .mobile .m-right .s-log {
    margin-right: 10px;
  }
  
  .mobile .m-right .s-log a:hover {
    color: #f0ad4e;
  }
   
}
/* #endregion */