.tr-case {
  min-width: 1280px;
  cursor: default;
}
.page_header_container .nav {
  border-bottom: 1px solid #e8e8e8;
}
.location {
  padding-top: 100px;
  width: 1280px;
  margin: auto;
  font-size: 16px;
  color: #1A1B20;
  line-height: 28px;
}
.location a:hover {
  color: #487AFF;
  text-decoration: underline;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  width: 1280px;
  margin: auto;
  position: relative;
  border-bottom: 1px solid #1A1B20;
}
.header .title {
  font-size: 56px;
  color: #1A1B20;
  font-weight: bold;
  flex: 1;
}
.header .desc {
  font-size: 36px;
  color: #1A1B20;
  width: 444px;
}
.header img {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 53px;
  height: 53px;
}
.section {
  width: 1280px;
  height: 560px;
  margin: auto;
  border-bottom: 1px solid #1A1B20;
  display: flex;
  align-items: center;
}
.section .left {
  width: 730px;
  padding-right: 150px;
  box-sizing: border-box;
  min-height: 418px;
}
.section .left .number {
  font-size: 20px;
  line-height: 48px;
  color: #999;
  padding-bottom: 10px;
}
.section .left .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1A1B20;
  padding-bottom: 60px;
}
.section .left .desc {
  font-size: 16px;
  line-height: 28px;
  color: #1A1B20;
  font-weight: 500;
}
.section .right {
  width: 550px;
}
.section .right img {
  border-radius: 6px;
}
.section .right .text {
  font-size: 16px;
  line-height: 28px;
  color: #1A1B20;
}
.section .right .text p {
  padding-bottom: 30px;
}
.section .right .text p:last-child {
  padding-bottom: 0;
}
.footer {
  width: 1280px;
  margin: auto;
  padding-top: 78px;
  padding-bottom: 130px;
}
.footer .next-btn a {
  border-radius: 6px;
  height: 34px;
  line-height: 34px;
  color: white;
  padding: 0 15px;
  padding-right: 36px;
  display: inline-block;
  font-size: 16px;
  background: #161A25 url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png) 56px center no-repeat;
  background-size: 14px auto;
}
.footer .next-content {
  padding-top: 18px;
  display: flex;
}
.footer .next-content .title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  color: #1A1B20;
  width: 460px;
}
.footer .next-content .desc {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  width: 400px;
}
.footer .next-content .btn {
  flex: 1;
  text-align: right;
}
.footer .next-content .btn a {
  display: inline-block;
  border: 1px solid #487AFF;
  border-radius: 8px;
  text-align: center;
  color: #487AFF;
  height: 44px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 52px 0 24px;
  font-weight: 16px;
  font-weight: bold;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/2b9d02fdf02ee8612445211805116026.png) 110px center no-repeat;
  background-size: 18px auto;
}
.footer .next-content .btn a:hover {
  background-color: #487AFF;
  background-image: url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png);
  color: white;
  cursor: pointer;
}

