.main-container {
  padding: 118px 360px 0 360px;
  display: flex;
}

.left-container {
  flex: 1;
}

.right-container {
  width: 336px;
  margin-left: 50px;
}

/* 面包屑导航 start */
.breadcrumb {
  list-style: none;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li+li::before {
  padding: 8px;
  color: #888;
  content: '>';
}

.breadcrumb li:last-of-type {
  color: #333;
}
/* 面包屑导航 end */

/* 主体部分 start */
.info-title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #1F9E72;
}

.info-tip {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.info-tip .tip-content {
  color: #333;
}

.main-content {
  margin-top: 30px;
  display: flex;
}

.pic-container {
  flex: 0 0 460px;
  height: 413px;
  padding: 30px;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.pic-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.text-container {
  flex: 1;
}

.download-btn {
  cursor: pointer;
  width: 100%;
  height: 54px;
  background: linear-gradient( 311deg, #1F9E72 0%, #65BC73 100%);
  border-radius: 11px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  border: none;
}
.download-btn.disabled {
  background: linear-gradient( 311deg, #DAE3E0 0%, #E4E9E5 100%);
  color: #888888;
}

.number-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.number-line div {
  display: flex;
  align-items: center;
}

.number-line img {
  width: 20px;
  margin-right: 10px;
}

.number-line div span {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.number-line .color-number {
  font-weight: bold;
  font-size: 18px;
  color: #1F9E72;
}

.boundary {
  width: 1px;
  height: 17px;
  background-color: #d1d1d1;
}

.text-info {
  margin-top: 30px;
  border-top: 1px dashed #DFDFDF;
  padding-top: 30px;
}

.text-info .text-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.text-info p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
/* 主体部分 end */

/* 评论 start */
.comment-header {
  margin-top: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.input-container {
  margin-top: 20px;
  width: 100%;
  height: 117px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.unlogin-tip {
  width: 100%;
  height: 100%;
  line-height: 117px;
  text-align: center;
  font-size: 14px;
}
.unlogin-tip a {
  color: #1F9E72;
}
.unlogin-tip span {
  color: #888;
}

.comment-item {
  min-height: 123px;
  padding-top: 31px;
  display: flex;
}

.comment-profile {
  margin-right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.text-part {
  flex: 1;
}

.user-name {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.comment-content {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.extra-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}

.like {
  cursor: pointer;
}
/* 评论 end */

/* 右边标签 start */
.tag-container {
  width: 336px;
  padding: 30px;
  background-color: #F1F6F2;
  border-radius: 8px;
}

.current-area {
  margin-bottom: 22px; 
  display: flex;
}

.current-title {
  flex: 0 0 28px;
  font-weight: bold;
  font-size: 14px;
  line-height: 37px;
  color: #333333;
}

.current-tags a {
  display: inline-block;
  padding: 11px 16px;
  background-color: #65BC73;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 0 8px 8px;
}

.box-title:not(:first-of-type) {
  margin-top: 30px;
}

.hot-tags a {
  display: inline-block;
  padding: 11px 16px;
  margin: 0 8px 8px 0;
  background-color: #fff;
  border-radius: 8px;
}
/* 右边标签 end */

/* 支付弹窗 start */
.code-dialog {
  width: 421px;
  height: 420px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 14px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.code-dialog #qrcode {
  width: 269px;
  height: 269px;
  margin: 24px 0;
  position: relative;
}
.code-dialog #qrcode .pay_icon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 支付弹窗 end */