.part8 {
  height: 540px;
  background: linear-gradient(180deg,#CAE0FF 0%,#F4F9FF 100%);
  border-radius: 1px;
  padding-top: 66px
}

.part8 .part8-left {
  width: 25%
}

.part8 .part8-content {
  width: 90%;
  margin: 0 auto;
  display: flex
}

.part8 .header-logo {
  width: 160px;
  margin-bottom: 30px;
  cursor: pointer
}

.part8 .path-name {
  color: #616b90
}

.part8 .path-text {
  color: #1d1f22;
  font-size: 15px;
  line-height: 15px
}

.part8 .tel-content {
  display: flex;
  justify-content: space-between
}

.part8 .tel-box {
  color: #6d728e;
  font-size: 16px;
  margin-right: 60px
}

.part8 .tel {
  color: #333;
  font-size: 24px
}

.part8 .qr-content {
  display: flex;
  flex-direction: column;
  text-align: center
}

.part8 .code-box {
  width: 110px;
  padding: 5px;
  background: #fff;
  margin-bottom: 10px
}
.part8 .code-box img{
width: 100%;
}
.qr-box img{
width: 100%;
}

.part8 .qr-box {
  width: 110px;
  margin-bottom: 10px
}

.part8 .tel-detail {
  margin-top: 10px
}

.part8 .qr-text {
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #6d728e
}

.part8 .line {
  width: 1px;
  height: 365px;
  border: 1px solid #A1C5EA;
  opacity: .57;
  margin: 0 7%
}

.part8 .part8-right {
  flex: 1;
  width: 50%;
  margin: 0 auto
}

.part8 .urls-container {
  display: flex;
  justify-content: space-between
}

.part8 .url-box {
  display: flex;
  flex-direction: column
}

.part8 .url-content {
  flex: 1;
  display: flex;
  flex-direction: column
}

.part8 .title {
  width: 115px;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #333
}

.part8 .urls {
  height: 60px;
  font-size: 18px;
  color: #6d728e;
  line-height: 60px;
  cursor: pointer
}

.part8 .record-msg {
  color: #999;
  margin: 40px 0;
  display: flex;
  justify-content: center
}

.part8 .record-part {
  margin: 0 50px
}
.urls a {
color:#6d728e;
}
