
button {
  cursor: pointer;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-button {
  background: #1977fb;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  padding: 0 16px;
}

.ghost-button {
  background: transparent;
  border: 1px solid #1977fb;
  color: #1977fb;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0 12px;
  display: flex;
  align-items: center;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.bom-session {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  padding: 30px 0;
  width: 100%;
}

.bom-session .session-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.bom-session .session-box img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  object-fit: cover;
}

.bom-session .session-box .cen-box1 {
  width: 1000px;
  height: auto;
  background: transparent;
}

.bom-session .session-box .cen-box1 .title {
  display: flex;
  align-items: center;
}

.bom-session .session-box .cen-box1 .title .tip {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #1977fb;
  border-radius: 2px;
  padding: 4px 12px;
  margin-right: 10px;
}

.bom-session .session-box .cen-box1 .title .txt {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.bom-session .session-box .cen-box1 .ms {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 16px 0 20px;
}

.bom-session .session-box .cen-box1 .ms span {
  margin-right: 10px;
}

.bom-session .session-box .cen-box1 .ms-btn {
  width: 443px;
  height: 32px;
  background: linear-gradient(270deg, #dbeaff 0%, #ffffff 100%);
  border-radius: 2px 16px 2px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bom-session .session-box .cen-box1 .ms-btn .phone-btn {
  display: flex;
  align-items: center;
}

.bom-session .session-box .cen-box1 .ms-btn .phone-btn img {
  width: 32px;
  height: 32px;
}

.bom-session .session-box .cen-box1 .ms-btn .phone-btn span {
  font-size: 14px;
  font-weight: 500;
  color: #5c5f66;
}

.bom-session .session-box .cen-box1 .ms-btn span {
  font-size: 14px;
  font-weight: 500;
  color: #1977fb;
  margin-right: 20px;
}

.bom-session .session-box .right-box {
  display: flex;
  flex-direction: column;
}

.bom-session .session-box .right-box .btn1 {
  width: 128px;
  height: 44px;
  background: #d7e8ff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #1977fb;
}

.bom-session .session-box .right-box .btn2 {
  width: 185px;
  height: 44px;
  background: #1977fb;
  border-radius: 4px;
  margin-top: 16px;
}

.detail-content {
  width: 1200px;
  margin: 0 auto;
}

.detail-content .top {
  font-size: 14px;
  font-weight: 500;
  color: #8a8f99;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.detail-content .top span {
  margin-left: 10px;
  line-height: 26px;
}

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

.detail-content .content .content-l {
  width: 866px;
}

.detail-content .content .content-l .box-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 17px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.detail-content .content .content-l .box-item .img {
  width: 160px;
  height: 200px;
  margin-right: 10px;
  position: relative;
}

.detail-content .content .content-l .box-item .img .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-content .content .content-l .box-item .img .vip1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.detail-content .content .content-l .box-item .cen {
  width: 660px;
}

.detail-content .content .content-l .box-item .cen .cen1 {
  display: flex;
}

.detail-content .content .content-l .box-item .cen .cen1 .tip {
  font-size: 14px;
  font-weight: bold;
  color: #fd022e;
  background: #ffebef;
  border-radius: 2px;
  padding: 2px 8px;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item .cen .cen1 .txt {
  font-size: 20px;
  font-weight: bold;
  color: #2e3033;
}

.detail-content .content .content-l .box-item .cen .cen2 {
  height: 32px;
  background: linear-gradient(270deg, #ffffff 0%, #eaf3ff 100%);
  line-height: 32px;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item .cen .cen2 .txt1 {
  font-size: 14px;
  font-weight: bold;
  color: #1977fb;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item .cen .cen2 .txt2 {
  font-size: 14px;
  font-weight: 400;
  color: #8a8f99;
}

.detail-content .content .content-l .box-item .cen .cen3 {
  margin-top: 10px;
}

.detail-content .content .content-l .box-item .cen .cen3 .txt1 {
  font-size: 14px;
  font-weight: bold;
  color: #8a8f99;
  padding-right: 10px;
  border-right: 1px solid #f2f4fc;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item .cen .cen3 .txt1 .blue {
  color: #1977fb;
}

.detail-content .content .content-l .box-item .cen .cen3 .txt2 {
  font-size: 14px;
  font-weight: 400;
  color: #8a8f99;
}

.detail-content .content .content-l .box-item .cen .cen4 {
  display: flex;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item .cen .cen4 .cen4-item {
  font-size: 12px;
  font-weight: 500;
  color: #243d58;
  padding: 4px 8px;
  background: #f2f4fc;
  border-radius: 2px;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item .cen .cen5 {
  font-size: 14px;
  font-weight: 500;
  color: #8a8f99;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item .cen .cen5 span {
  color: #ff5700;
}

.detail-content .content .content-l .box-item .cen .cen6 {
  font-size: 14px;
  font-weight: 500;
  color: #8a8f99;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item .cen .cen6 span {
  color: #f05050;
}

.detail-content .content .content-l .box-item2 {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  margin-top: 20px;
}

.detail-content .content .content-l .box-item2 .tit {
  font-size: 18px;
  font-weight: bold;
  color: #2e3033;
  margin-bottom: 12px;
  margin-top: 22px;
}

.detail-content .content .content-l .box-item2 .txt {
  font-size: 14px;
  font-weight: 500;
  color: #5c5f66;
  margin-bottom: 24px;
}

.detail-content .content .content-l .box-item2 .ml-require {
  display: flex;
  margin: 10px 0;
}

.detail-content .content .content-l .box-item2 .ml-require .require-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12px;
}

.detail-content .content .content-l .box-item2 .ml-require .require-item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.detail-content .content .content-l .box-item2 .ml-require .require-item span {
  font-size: 14px;
  font-weight: 500;
  color: #5c5f66;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item2 .mform .mform-line {
  display: flex;
  flex-wrap: wrap;
}

.detail-content .content .content-l .box-item2 .mform .mform-line .mform-item {
  display: flex;
}

.detail-content .content .content-l .box-item2 .mform .mform-line .mform-item .item-txt {
  width: 260px;
  background: #ffffff;
  border: 1px solid #f0f4ff;
  font-size: 14px;
  font-weight: 500;
  color: #5c5f66;
  padding: 16px;
}

.detail-content .content .content-l .box-item2 .mform .mform-line .mform-item .item-txt2 {
  width: 668px;
  background: #ffffff;
  border: 1px solid #f0f4ff;
  font-size: 14px;
  font-weight: 500;
  color: #5c5f66;
  padding: 16px;
}

.detail-content .content .content-l .box-item2 .mform .mform-line .mform-item .item-tit {
  width: 123px;
  background: #f7faff;
  font-size: 14px;
  font-weight: 500;
  color: #4d6699;
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid #f0f4ff;
}

.detail-content .content .content-l .box-item3 {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  margin-top: 20px;
}

.detail-content .content .content-l .box-item3 .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7eb;
}

.detail-content .content .content-l .box-item3 .top .top-l {
  font-size: 18px;
  font-weight: bold;
  color: #2e3033;
}

.detail-content .content .content-l .box-item3 .top .top-r {
  font-size: 16px;
  font-weight: 500;
  color: #1977fb;
}

.detail-content .content .content-l .box-item3 .bom {
  display: flex;
  justify-content: space-between;
}

.detail-content .content .content-l .box-item3 .bom .img {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  position: relative;
}

.detail-content .content .content-l .box-item3 .bom .img .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-content .content .content-l .box-item3 .bom .img .vip1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.detail-content .content .content-l .box-item3 .bom .cen {
  width: 570px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen1 {
  display: flex;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen1 .tip {
  font-size: 14px;
  font-weight: bold;
  color: #fd022e;
  background: #ffebef;
  border-radius: 2px;
  padding: 2px 8px;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen1 .txt {
  font-size: 18px;
  font-weight: bold;
  color: #2e3033;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen2 {
  height: 32px;
  background: linear-gradient(270deg, #ffffff 0%, #eaf3ff 100%);
  line-height: 32px;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen2 .txt1 {
  font-size: 14px;
  font-weight: bold;
  color: #1977fb;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen2 .txt2 {
  font-size: 14px;
  font-weight: 400;
  color: #8a8f99;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen3 {
  margin-top: 10px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen3 .txt1 {
  font-size: 14px;
  font-weight: bold;
  color: #8a8f99;
  padding-right: 10px;
  border-right: 1px solid #f2f4fc;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen3 .txt1 .blue {
  color: #1977fb;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen3 .txt2 {
  font-size: 14px;
  font-weight: 400;
  color: #8a8f99;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen4 {
  display: flex;
  margin-top: 10px;
}

.detail-content .content .content-l .box-item3 .bom .cen .cen4 .cen4-item {
  font-size: 12px;
  font-weight: 500;
  color: #243d58;
  padding: 4px 8px;
  background: #f2f4fc;
  border-radius: 2px;
  margin-right: 10px;
}

.detail-content .content .content-l .box-item3 .bom .right {
  font-size: 14px;
  font-weight: 500;
  color: #8a8f99;
  text-align: right;
}

.detail-content .content .content-l .box-item3 .bom .right .time1 {
  margin-top: 20px;
}

.detail-content .content .content-l .box-item3 .bom .right .time1 span {
  color: #f05050;
}

.detail-content .content .content-l .box-item3 .bom .right .time2 {
  margin-top: 10px;
}

.detail-content .content .content-l .box-item3 .bom .right .btns {
  margin-top: 30px;
}

.detail-content .content .content-r {
  width: 318px;
}

.detail-content .content .content-r .ucard2 {
  width: 286px;
  height: 86px;
  background: linear-gradient(180deg, #d6eaff 0%, #ffffff 100%);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 20px;
}

.detail-content .content .content-r .ucard2 img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
}

.detail-content .content .content-r .ucard2 .info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 240px;
}

.detail-content .content .content-r .ucard2 .info .uname {
  font-size: 13px;
  font-weight: bold;
  color: #5c5f66;
}

.detail-content .content .content-r .ucard2 .info .txt {
  font-size: 14px;
  font-weight: 500;
  color: #8a8f99;
}

.detail-content .content .content-r .ucard2 .info .txt span {
  margin-right: 10px;
}

.detail-content .content .content-r .ucard2 .info .btn {
  display: flex;
}

.detail-content .content .content-r .ucard2 .info .btn .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e6e7eb;
  font-size: 14px;
  font-weight: 500;
  color: #8489a3;
}

.detail-content .content .content-r .ucard2 .info .btn .btn1 img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.detail-content .content .content-r .ucard2 .info .btn .btn2 {
  width: 108px;
  height: 32px;
  margin-right: 10px;
}

.detail-content .content .content-r .ucard {
  width: 318px;
  height: 273px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
}

.detail-content .content .content-r .ucard .card-bg {
  width: 318px;
  height: 168px;
  background: url(../images/order-detail/odr-bg1.png);
  background-size: contain;
  position: absolute;
}

.detail-content .content .content-r .ucard .bom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.detail-content .content .content-r .ucard .bom .btns {
  width: 100%;
  height: 40px;
  border-radius: 2px;
}

.detail-content .content .content-r .ucard .bom .btn2 {
  width: 78px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2e3033;
}

.detail-content .content .content-r .ucard .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px 0;
  position: relative;
}

.detail-content .content .content-r .ucard .top .top-l {
  font-size: 16px;
  font-weight: bold;
  color: #4d6699;
}

.detail-content .content .content-r .ucard .top .top-r {
  display: flex;
  align-items: center;
}

.detail-content .content .content-r .ucard .top .top-r img {
  width: 12px;
  height: 12px;
}

.detail-content .content .content-r .ucard .top .top-r {
  font-size: 14px;
  color: #8a8f99;
}

.detail-content .content .content-r .ucard .cen {
  margin: 16px;
  background: #ffffff;
  box-shadow: 0px 6px 11px 0px rgba(0, 56, 176, 0.12);
  border-radius: 8px;
  padding: 18px;
  position: relative;
}

.detail-content .content .content-r .ucard .cen .cen-box2 {
  background: url(../images/order-detail/odr-bg2.png);
  background-size: cover;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #4d6699;
  line-height: 34px;
  padding: 0 10px;
}

.detail-content .content .content-r .ucard .cen .cen-box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-content .content .content-r .ucard .cen .cen-box1 .cen-box1-l {
  font-size: 16px;
  font-weight: 500;
  color: #0c3272;
  display: flex;
  flex-direction: column;
}

.detail-content .content .content-r .ucard .cen .cen-box1 img {
  width: 70px;
  height: 70px;
}

.detail-content .content .content-r .odr-img3 {
  margin-bottom: 20px;
  width: 100%;
}

.detail-content .content .content-r .odr-img4 {
  margin-bottom: 20px;
  width: 100%;
}
