#details {
  background: url("../images/trademark/shangbaiojyxq-bg.png") no-repeat center;
  background-size: cover;
}

/* 面包屑 */
.breadcrumb {
  margin-bottom: 10px;
  padding-top: 10px;
  margin-top: 80px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
}

.breadcrumb span {
  color: #afb1bf;
}

/* 详细信息 */
.details_base {
  display: flex;
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-top: 14px;
  border-radius: 20px;
}

.details_base .form_details {
  margin-left: 20px;
  display: flex;
  width: calc(100% - 340px);
}

.details_base .form_details .details_left {
  width: 480px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(126, 127, 133, 0.1);
  border-radius: 10px;
  border: 1px solid #f5f6fa;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details_base .form_details .details_left img {
  max-width: 100%;
  max-height: 100%;
}

.details_base .details_right {
  width: calc(100% - 480px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.details_base .details_right .shangbiao_name {
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}

.details_base .details_right .price {
  width: calc(100% - 20px);
  height: 50px;
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 50px;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  color: #fe4c00;
  padding-left: 20px;
}

.details_base .details_right .price span {
  font-family: "Roboto";
  font-size: 28px;
  color: #fe4c00;
}

.details_base .details_right .box {
  display: flex;
}

.details_base .details_right .box .label {
  width: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #7c889c;
  line-height: 36px;
  white-space: pre;
  margin-right: 10px;
}

.details_base .details_right .box .copy {
  width: calc(100% - 70px);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  cursor: pointer;
}

.details_base .details_right .service_btn {
  width: 240px;
  height: 48px;
  background: linear-gradient(90deg, #ff7139 0%, #ff9f79 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.details_base .details_right .service_btn img {
  margin-right: 4px;
}

/* 联系人 */
.details_base .service {
  margin: 0 20px 0 40px;
  width: 260px;
  height: 480px;
  background: linear-gradient(0deg, #f7faff 0%, #e0edff 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.details_base .service div {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 40px;
}

.details_base .service .name {
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  line-height: normal;
}

.details_base .service .serve_tel {
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.details_base .service .serve_tel img {
  margin-right: 2px;
}

.details_base .service .serve_img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7eaef;
}

.details_base .service .serve_code {
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.details_base .service .serve_img img,
.details_base .service .serve_code img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

/* 同名多类 */
.samiler_name {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 0;
  margin-bottom: 20px;
}

.samiler_name > div,
.samiler_name ul {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.samiler_name .samiler_title {
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.samiler_name .samiler_title > span {
  display: block;
  width: 80px;
  height: 26px;
  background: #e4effc;
  border-radius: 5px;
  margin-left: 8px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fe4c00;
}

.samiler_name .samiler_title span {
  font-weight: bold;
  font-size: 14px;
  color: #113f82;
}

.samiler_name li a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/* 交易流程 */
.process ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process ul li {
  width: 200px;
  text-align: center;
}

.process ul li .title {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.process ul li .adesc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
