body {
  background: #fcfcfc;
}

/* 面包屑 */
.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;
  box-shadow: 0px 0px 18px 0px rgba(192,192,192,0.36);
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 30px;
}

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

.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: 30px;
  border: 1px solid #E0E0E0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.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: #999;
  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: 180px;
  height: 48px;
  background: #FF8C25;
  border-radius: 24px;
  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;
}

/* 联系人 */
.service_box{
  display: flex;
  flex-direction: column;
}

.details_base .service {
  margin: auto 20px 0 40px;
  width: 200px;
  height: 380px;
  background: linear-gradient(0deg, #F7FAFF 0%, #FFF8F2 0%, #FFF9F4 100%);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

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

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

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

.details_base .service .serve_img {
  width: 178px;
  height: 178px;
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
}

.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%;
  height: 80px;
  padding: 0 20px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(192,192,192,0.36);
  border-radius: 30px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
}

.samiler_name > div,
.samiler_name ul {
  display: flex;
  flex-wrap: wrap;
}

.samiler_name .samiler_title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  display: flex;
  /* align-items: center; */
}

.samiler_name .samiler_title > span {
  display: block;
  width: 58px;
  height: 20px;
  background: #FFF8F3;
  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: #FD6D43;
}

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

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

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

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

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