.service-box {
  background: #fff;
}
.services-top-bg {
  background-image: url("../image/service/top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-top-title {
  height: 80px;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 80px;
  text-align: center;
  margin-bottom: 16px;
}

.services-top-remark {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.services-top-btn {
  display: flex;
  justify-content: center;
}

.services-top-btn .contactus {
  width: 136px;
  height: 40px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #005bf1;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.uk-width-medium-1-3 {
  margin-bottom: 20px;
}
.services-exclusive-item {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  overflow: hidden;
}

.services-exclusive-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 76px;
  line-height: 76px;
  padding-left: 40px;
}

.services-exclusive-box {
  display: flex;
  justify-content: space-between;
}

.services-exclusive-item-cell {
  padding-left: 40px;
  height: 250px;
}

.services-exclusive-item-cell .cell {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.services-exclusive-item-cell .icon {
  width: 16px;
  height: 16px;
  background-image: url("../image/service/ser.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}

.services-exclusive-item-btn {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}

.services-exclusive-item-btn .contactus {
  width: 100%;
  background: #045afe;
  color: #fff;
  padding: 7px 20px;
  font-size: 16px;
}

.services-exclusive-item-remark {
  text-align: center;
  color: #045afe;
  margin-top: 15px;
}

.services-exclusive-item-title.title-1 {
  background: linear-gradient(
    135deg,
    rgb(65, 120, 255) 0%,
    rgb(50, 179, 255) 100%
  );
}

.services-exclusive-item-title.title-2 {
  background: linear-gradient(
    135deg,
    rgb(50, 96, 255) 0%,
    rgb(38, 166, 255) 100%
  );
}

.services-exclusive-item-title.title-3 {
  background: linear-gradient(
    135deg,
    rgb(49, 193, 250) 0%,
    rgb(97, 233, 242) 100%
  );
}

.qw-yy-box {
  height: 184px;
  background-image: url("../image/service/top.png");
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.qw-yy-left {
  padding-right: 200px;
  flex: 1;
}

.qw-yy-right .contactus {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
}

.qw-yy-left-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.qw-yy-left-remark {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}
.service-list {
  background: #fff;
  padding-top: 0;
}
.service-list .uk-width-medium-1-4 {
  margin-top: 10px;
}
.sm-tg-item {
  flex: 1 0 20%;
  background: #f2f2f2;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.evaluate-item {
  flex: 1;
  background: #fff;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  padding: 20px;
  box-sizing: border-box;
}

.evaluate-item-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.evaluate-item-top {
  display: flex;
  gap: 12px;
}

.evaluate-item-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.evaluate-item-company {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}

.evaluate-item-name {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-right: 13px;
}

.evaluate-item-title {
  width: 256px;
  background: rgba(77, 154, 255, 0.1);
  padding: 12px;
  margin: 24px 0 16px 0;
  font-size: 16px;
  color: #333;
  border-radius: 2px;
}

.evaluate-item-remark {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}

.star {
  background-image: url("../image/service/star.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}

.evaluate-item-info {
  display: flex;
  align-items: center;
}

.evaluate {
  background: #fff;
}

.subscribe-form-label {
  margin-top: 10px;
}

.subscribe-form-content {
  margin-top: 12px;
}

.subscribe-form-content input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  padding: 4px 11px;
  height: 46px;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}

.submit {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 18px;
  box-sizing: border-box;
  background: #045afe;
  border-radius: 4px 4px 4px 4px;
  margin: 40px auto;
  border: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
