body {
  background-color: #f3f3f3;
}

.page {
  width: 100%;
}

.content-container {
  width: 1180px;
  margin: 0px auto;
}

.detail-header {
  width: 100%;
  background-color: #057dc1;
  padding: 30px;
  margin: 16px auto;
  display: flex;
  border-radius: 8px;
  min-height: 410px;
}

.detail-header .detail-thumb {
  margin-right: 32px;
  width: 350px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
}

.detail-header .detail-thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.detail-header .detail-header__contnet {
  flex: 1;
}

.detail-header .detail-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
}

.detail-tags {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}

.detail-tag {
  line-height: 20px;
  padding: 6px 7px;
  background: rgba(21, 75, 108, 1);
  border-radius: 4px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-wrap: nowrap;
}

.detail-tags:first-child {
  text-wrap: wrap;
}


.detail-price-block {
  width: 100%;
  background: rgba(5, 125, 193, 0.08);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #11415f;
}

.detail-price-title {
  display: block;
  text-align: right;
  margin-right: 12px;
}

.detail-price-amount-block {
  display: block;
  flex: 1;
}

.detail-price-amount {
  display: inline;
  margin-right: 50px;
  color: #fff;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
}

.detail-price-amount .big {
  font-size: 32px;
  font-weight: bold;
}

.detail-header .detail-intro {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 16px;
  border-radius: 4px;
}

.detail-header__contnet .desc {
  margin-bottom: 20px;
}

.detail-header__contnet .label-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.detail-content__extra {
  width: 740px;
  min-height: 256px;
  background: rgba(21, 75, 108, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.detail-header__contnet .label-flex .label-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.detail-header__contnet .label-flex .label-info .label-info-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.detail-header__contnet .desc span {
  padding: 6px 7px;
  color: #ffffff;
  background: rgba(21, 75, 108, 1);

  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.detail-header__contnet .desc span.active {
  color: #057dc1;
  background: rgba(255, 255, 255, 0.9);
}

.detail-info-top div {
  display: block;
  margin-bottom: 16px;
}

.detail-info-top p {
  display: inline;
  margin-right: 50px;
  color: #fff;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
}

.detail-info-bottom {
  padding: 20px 30px;
}

.btn-actions {
  display: flex;
  width: 100%;
}

.btn-apply,
.btn-apply:hover {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  width: 120px;
  height: 45px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 7px 0 rgb(255 255 255 / 30%);
  border-radius: 23px;
  font-size: 16px;
  color: rgba(33, 105, 149, 1);
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.spec-block {
  display: flex;
  align-items: center;
}

.spec-block__title {
  display: block;
  line-height: 42px;
  text-align: right;
  margin-bottom: 16px;
  margin-right: 16px;
}

.spec-group {
  display: flex;
  align-items: center;
  list-style: none;
}

.spec-item {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 16px 16px 0;
  padding: 0 16px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
}

.spec-item.active {
  border-color: rgba(33, 105, 149, 1);
  color: rgba(33, 105, 149, 1);
}

.spec-item:hover {
  background-color: #f2f3f7;
  border-color: #a0a2ad;
  z-index: 10;
}

.detail-content__title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  color: #1a1a1a;
  margin: 16px auto;
  position: relative;
  padding-left: 16px;
}

.detail-content__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #057dc1;
  vertical-align: bottom;
}

.info-list span {
  margin-right: 70px;
  margin-bottom: 10px;
  white-space: nowrap;
  display: inline-block;
}

.info-list .text-line {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.info-list .trading-info {
  margin-bottom: 10px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.info-list .trading-info .info-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.info-list .trading-info .info-range .info-range-desc {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info-list .trading-info .info-more {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.intention-btn {
  width: 120px;
  height: 45px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.3);
  border-radius: 23px;
  font-size: 16px;
  color: rgba(33, 105, 149, 1);
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.intention-info {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.intention-info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.detail-content {
  background-color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 4px;
}

/*tab切换*/
.tab-box {
  display: flex;
  height: 56px;
  background-color: #fafafa;
  border-bottom: 1px #f3f3f3 solid;
  width: 100%;
  align-items: center;
  z-index: 100;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tab-item {
  width: 125px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f3f3f3;
}

.tab-box .active {
  color: #057dc1;
  background: #fff;
  font-weight: bold;
}

.tab-box.en .tab-item {
  width: 160px;
}

/**/
.text-box {
  width: 100%;
  padding: 30px;
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
  background: #fff;
}

/*详情介绍*/
.introduced-details {
  width: 100%;
  display: block;
}

.introduced-details .text-box video {
  width: 100%;
  height: 405px;
  margin-bottom: 45px;
}

.instructions-trading {
  display: block;
}

.comments-input {
  width: 739px;
  height: 45px;
  background: rgba(255, 255, 255, 1);

  border: 1px solid rgba(33, 105, 149, 1);
  margin-right: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  padding: 11px 14px;
}

.comments-input::placeholder {
  color: rgba(204, 204, 204, 1);
}

.comments-btn {
  width: 135px;
  height: 45px;
  background: rgba(33, 105, 149, 1);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.comments-btn img {
  width: 16px;
  height: 14px;
  margin-right: 11px;
}

.comments-list {
  min-height: 119px;
  box-sizing: border-box;
  width: 894px;
  background: rgba(255, 255, 255, 1);

  border: 1px solid rgba(229, 229, 229, 1);
  margin-top: 20px;
  padding: 18px 32px 0 30px;
}

.message-item {
  width: 100%;
  height: 103px;
  padding-top: 15px;
}

.message-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

.message-item-right {
  width: 772px;
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  line-height: 17px;
  border-bottom: 1px solid #ebebeb;
}

.message-item-right:last-child {
  border: 0;
}

.message-item-right p:first-child {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  margin-bottom: 3px;
}

.message-item-right p.desc {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  margin-bottom: 10px;
}

/* 暂无评论 */
.no-comment {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.no-comment .text {
  margin-top: 15px;
  color: #cccccc;
  font-size: 14px;
}