.uk .banner {
  height: 500px;
  width: 100%;
}
.uk .banner .swiper {
  width: 100%;
  height: 500px;
}
.uk .banner .swiper .img {
  width: 100%;
  height: 500px;
  background: url("../image/UK/banner1.png") center;
}
.uk .banner .swiper .img .container {
  position: relative;
  display: flex;
  justify-content: center;
}
.uk .banner .swiper .img .container .button {
  position: absolute;
  bottom: 130px;
  width: 550px;
  display: flex;
  justify-content: space-between;
}
.uk .banner .swiper .img .container .button button {
  width: 250px;
  height: 48px;
  border-radius: 24px;
  font-size: 20px;
}
.uk .banner .swiper .img .containerNew {
  justify-content: left;
}
.uk .banner .swiper .img .containerNew .bannerNew {
  bottom: 80px;
  left: 10px;
}
.uk .show {
  height: 680px;
  width: 100%;
  background-color: #f7f7f7;
}
.uk .show .container {
  padding-left: 80px;
  height: 680px;
}
.uk .show .container .show-news {
  padding-top: 90px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 37px 31px rgba(177, 183, 183, 0.06);
  padding-right: 70px;
  background-color: #fff;
}
.uk .show .container .show-news .news {
  width: 100%;
  height: 440px;
  display: flex;
  justify-content: space-between;
}
.uk .show .container .show-news .news .left {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  box-shadow: 0px 0px 37px 31px rgba(177, 183, 183, 0.06);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -90px;
}
.uk .show .container .show-news .news .left .img-box {
  width: 340px;
  height: 340px;
}
.uk .show .container .show-news .news .right {
  max-width: 580px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0 80px;
}
.uk .show .container .show-news .news .right .titles {
  font-size: 50px;
  height: 95px;
  background: url("../image/UK/part2-circle.png") no-repeat right;
  text-align: right;
  line-height: 120px;
}
.uk .show .container .show-news .news .right p {
  font-size: 18px;
  color: var(--color-text-secondary);
}
.uk .show .container .show-news .newsUl {
  height: 79px;
  width: 100%;
  padding-left: 140px;
  margin-top: 30px;
}
.uk .show .container .show-news .newsUl ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.uk .show .container .show-news .newsUl ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.uk .show .container .show-news .newsUl ul li p span {
  font-size: 40px;
}
.uk .guide {
  width: 100%;
  height: 680px;
}
.uk .guide .container .title {
  padding-top: 80px;
}
.uk .guide .container .detail {
  height: 385px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.uk .guide .container .detail .item {
  width: 280px;
  height: 180px;
  box-shadow: 0px 2px 6px 0px rgba(177, 183, 183, 0.18), 0px 2px 18px 3px rgba(177, 183, 183, 0.18);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.uk .guide .container .detail .item .titles {
  background-color: #bcd6d9;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
}
.uk .guide .container .detail .item .plain {
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(126, 83, 0, 0.36);
}
.uk .guide .container .detail .item .plain button {
  border-radius: 40px;
}
.uk .prospect {
  color: #fff;
  width: 100%;
  height: 665px;
  background: url("../image/UK/part3-background.png") center;
  padding: 60px 0;
}
.uk .prospect .container {
  width: 980px;
}
.uk .prospect .container .lists {
  width: 990px;
  height: 265px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.uk .prospect .container .lists .list {
  width: 328px;
  height: 265px;
  padding: 20px 30px 0 20px;
  position: relative;
}
.uk .prospect .container .lists .list span {
  font-size: 50px;
  margin-bottom: 30px;
}
.uk .prospect .container .lists .list .titles {
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.uk .prospect .container .lists .list p {
  line-height: 24px;
  font-size: 14px;
}
.uk .prospect .container .lists .list-inter::before,
.uk .prospect .container .lists .list-inter::after,
.uk .prospect .container .lists .list-top::before {
  position: absolute;
  content: "";
  background-color: #fff;
}
.uk .prospect .container .lists .list-inter::before,
.uk .prospect .container .lists .list-top::before {
  width: 290px;
  height: 2px;
  top: 0;
  left: 15px;
}
.uk .prospect .container .lists .list-inter::after {
  width: 2px;
  height: 220px;
  top: 20px;
  right: 0;
}
.uk .prospect .container .button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.uk .prospect .container .button button {
  padding: 10px 40px;
}
.uk .accept .title {
  padding-top: 80px;
  padding-bottom: 60px;
}
.uk .accept .container {
  display: flex;
  justify-content: space-between;
  height: 470px;
  margin-bottom: 80px;
}
.uk .accept .container .img-box {
  width: 360px;
  height: 470px;
}
.uk .accept .container .image {
  width: 410px;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uk .accept .container .image img {
  width: 410px;
  height: 220px;
}
.uk .problem {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
  height: 830px;
}
.uk .problem p {
  font-size: 24px;
  color: var(--color-text-secondary);
  margin: 20px 0 50px;
  text-align: center;
}
.uk .problem .info {
  width: 100%;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.uk .problem .info .detail {
  width: 570px;
  height: 80px;
  box-shadow: 0px 4px 27px 2px rgba(138, 142, 153, 0.07);
  border-radius: 8px;
  background-color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
}
.uk .problem .info .detail img {
  vertical-align: middle;
  margin-right: 10px;
}
.uk .problem .info .detail .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.uk .problem .info .detail:hover {
  box-shadow: 0px 2px 5px 0px rgba(138, 142, 153, 0.11), 0px 9px 24px 2px rgba(138, 142, 153, 0.15);
}
.uk .problem .info .detail:hover .none {
  display: none;
}
.uk .problem .info .detail:hover .block {
  display: block;
  animation: fadenum 0.3s;
}
@keyframes fadenum {
  100% {
    transform: rotate(90deg);
  }
}
.uk .problem .button {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uk .problem .button button {
  padding: 15px 25px;
  border-radius: 25px;
}
.uk .apply {
  margin-top: 30px;
  height: 460px;
  background-color: #dadada;
  background: url("../image/UK/part6-background.png") center;
}
.uk .apply .container {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uk .apply .container .input-box {
  width: 560px;
  height: 320px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uk .apply .container .input-box input,
.uk .apply .container .input-box select {
  width: 48%;
  height: 40px;
  border: 2px solid #dadada;
  border-radius: 6px;
  color: #666;
  text-indent: 1rem;
  margin-bottom: 10px;
  outline: 1px solid #dadada;
}
.uk .apply .container .input-box button {
  width: 48%;
  height: 40px;
  border-radius: 40px;
  background-color: var(--color-primary);
  font-size: 18px;
}
.uk .apply .container .right {
  width: 620px;
  height: 320px;
  border-radius: 8px;
  border: solid 2px #bcd6d9;
  background-color: #233537;
  opacity: 0.8;
  color: #fff;
  padding: 50px 40px;
}
.uk .apply .container .right .titles {
  margin-bottom: 20px;
}
.uk .apply .container .right .titles img {
  vertical-align: middle;
}
.uk .apply .container .right p {
  margin-top: 30px;
  line-height: 24px;
}
.uk .information {
  width: 100%;
  height: 850px;
  padding-bottom: 200px;
}
.uk .information .title {
  padding: 90px 0 40px;
}
.uk .information .img-box {
  width: 1100px;
  height: 370px;
  margin: 0 50px;
}
.uk .information .button {
  margin-top: 70px;
  display: flex;
  padding: 0 280px;
  justify-content: space-between;
}
.uk .information .button button {
  width: 194px;
  height: 49px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 49px;
}
.uk .information .button button img {
  vertical-align: middle;
}
.uk .advantage {
  height: 620px;
  width: 100%;
  background: url("../image/UK/part8-background.png") center;
}
.uk .advantage .container {
  display: flex;
  justify-content: space-between;
}
.uk .advantage .container .left {
  color: #fff;
  width: 350px;
  height: 100%;
  margin-top: 140px;
}
.uk .advantage .container .left p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.uk .advantage .container .left p::after {
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  content: "";
  bottom: -30px;
  left: 0;
}
.uk .advantage .container .right {
  width: 600px;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: -70px;
}
.uk .advantage .container .right .item {
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 8px 39px 7px rgba(138, 142, 153, 0.14);
  border-radius: 10px;
  padding: 30px;
}
.uk .advantage .container .right .item .titles {
  position: relative;
  text-indent: 28px;
  margin-bottom: 15px;
}
.uk .advantage .container .right .item .titles::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #233537;
}
.uk .advantage .container .right .item p {
  color: var(--color-text-secondary);
  line-height: 24px;
}
.uk .footer .container .detail .detail-list span {
  color: #2a6269;
}
.uk .footer .container .detail .detail-list button {
  background-color: #2a6269;
}
.uk .footer-item {
  background-image: unset;
  background-color: #2a6269;
}
