body {
  background-color: #fff;
}

@media (min-width: 1600px) {
  .layui-main {
    width: 1380px;
  }

  .categories-sub-width {
    width: 1080px !important;
  }
}

@media (min-width: 1720px) {
  .layui-main {
    width: 1440px;
  }

  .categories-sub-width {
    width: 1260px !important;
  }
}

.header-main {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center !important;
  
  width: 100%;
  
}

.header-main .title-blog {
  font-size: 20px;
  font-weight: 400;
  color: #e71a41;
  cursor: pointer;
}
.blog-first {
  padding: 15px 0;
}
/* boss */

.blog-boss {
  width: 100%;
  height: 640px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.blog-boss .blog-boss-img {
  width: 50%;
  max-height: 100%;
  float: left;
  clear: both;
  margin-right: 30px;
  overflow: hidden;
  background: #efefef;
  border-radius: 10px;
}

.blog-boss img {
  display: block;
  max-width: 100%;
  max-height: 100%;

  box-sizing: border-box;
}

.blog-boss p {
  font-size: 16px;
  letter-spacing: 0px;
  word-spacing: 4px;
  word-wrap: break-word;
  line-height: 28px;
}

.blog-boss p:nth-of-type(2) {
  margin-top: 20px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (min-width: 1600px) {
  .blog-boss p:nth-of-type(2) {
    height: auto;
    -webkit-line-clamp: initial;
  }
}

.blog-boss .blog-boss-btn {
  width: 200px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e71a41;
  border-radius: 22px;
  color: #e71a41;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.blog-index-list {
  height: 640px;
  background: #ffffff;
  border-radius: 10px;
}

.blog-index-list .blog-list-title {
  padding: 30px 30px 15px;
  display: flex;
  align-items: center;
}

.blog-index-list .blog-list-title svg {
  fill: #e71a41;
}

.blog-index-list .blog-list-title span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 18px;
}

.blog-index-list .list-border {
  height: 106px;
  position: relative;
}

.border-line {
  height: 1px;
  background-color: #dddddd;
  margin: 0px 30px;
}

.blog-index-list .list-content {
  height: 90px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-index-list .list-border .list-content:hover,
.blog-index-list .list-border .list-content:hover .list-content-txt {
  background-color: #f8f8f8;
  color: #e71a41;
}

.blog-index-list .list-border .list-content .list-line {
  width: 8px;
  height: 90px;
  background: #e71a41;
  z-index: 2;
  position: absolute;
  right: 0px;
  display: none;
}

.blog-index-list .list-border .list-content:hover .list-line {
  display: inline-block;
}

.blog-index-list .list-border .list-content .list-subcribe {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

.list-content .list-content-num {
  font-size: 18px;
  font-weight: bold;
  color: #cccccc;
}

.list-border:nth-of-type(4) .list-content-num {
  color: #ffa873 !important;
}

.list-border:nth-of-type(2) .list-content-num {
  color: #e71a41 !important;
}

.list-border:nth-of-type(6) .list-content-num {
  color: #96bdfe !important;
}

.border-line:nth-of-type(11) {
  display: none;
}

.blog-index-list .list-content .list-content-txt {
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  margin-left: 19px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
}

.blog-index-list .list-content .list-content-watch {
  display: flex;
  align-items: center;
  margin-top: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  /* background: pink; */
  justify-content: space-between;
  margin-left: 40px;
}

.blog-index-list .list-content .list-content-watch .hot,
.blog-index-list .list-content .list-content-watch .comment {
  display: flex;
}

.blog-index-list .list-content .list-content-watch svg {
  fill: #e71a41;
}

.blog-index-list .list-content .list-content-watch .list-content-hot {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-left: 7px;
}

.blog-index-list .list-content .list-content-watch .list-content-comment {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-left: 7px;
}

.index-blog-second {
  margin-bottom: 15px;
}

.index-blog-second .layui-row {
  display: flex;
}

.blog-form {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog-form-hd {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-color: #e71a41;
  color: #fff;
  padding: 30px;
  line-height: 24px;
}

.blog-form-hd .blog-form-hd-title {
  font-size: 24px;
  font-weight: bold;
}

.blog-form-hd .blog-form-hd-title-sub {
  font-size: 16px;
  margin-top: 16px;
  padding-right: 32%;
}

.blog-form-main {
  padding: 30px;
  height: 326px;
}

#buyer_regis_form .ant-form-item {
  height: 46px;
  margin: 0 0 20px;
  position: relative;
}

#buyer_regis_form .ant-form-item:nth-of-type(2) {
  height: 44px;
  margin: 0 0 15px;
}

#buyer_regis_form .ant-form-item:nth-of-type(1) .anticon-close-circle svg {
  transform: translateX(33px);
}

#buyer_regis_form .ant-form-item:nth-of-type(2) .anticon-close-circle svg {
  transform: translateX(-80px);
}

#buyer_regis_form .ant-form-item:nth-of-type(3) .anticon-close-circle svg {
  transform: translateX(112px);
  margin-top: 8px;
}

#buyer_regis_form .ant-form-item .ant-input {
  height: 46px;
  background: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 22px;
  padding: 4px 30px;
  font-size: 14px;
}

#buyer_regis_form .ant-form-item:nth-of-type(2) .ant-input {
  height: 44px;
  background: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 0px 22px 22px 0px;
}

#buyer_regis_form .ant-input-group-addon {
  border-radius: 22px 0px 0px 22px;
  border: 2px solid #dddddd;
  border-right: none;
}

#buyer_regis_form .best-btn-color-main {
  height: 44px;
  background: #ffffff;
  border: 2px solid #e71a41;
  border-radius: 22px;
  color: #e71a41;
  font-weight: bold;
  margin-top: 17px;
  font-size: 18px;
  padding: 0 20px;
  line-height: 44px;
}

#buyer_regis_form .best-btn-color-main:hover {
  background: #e71a41;
  border-radius: 25px;
  color: #fff;
}

#buyer_regis_form .ant-btn-danger {
  text-shadow: none;
  box-shadow: none;
  transition: none;
}

#buyer_regis_form .ant-form-item:nth-of-type(3) {
  margin: 0 0 34px;
}

#buyer_regis_form .has-error .ant-form-explain,
#buyer_regis_form .has-error .ant-form-split {
  color: #e71a41 !important;
  margin-left: 20px;
  padding: 0;
  line-height: 20px;
}

.blog-example-card{
  display: block;
  padding: 30px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog-example-title{
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.blog-example-p p{
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
}

.blog-example-btn{
  height: 44px;
  background: #ffffff;
  border: 2px solid #e71a41;
  border-radius: 22px;
  color: #e71a41;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  line-height: 44px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.blog-example-card:hover{
  box-shadow: 0px 0px 17px 1px rgba(231, 26, 65, 0.2);
}

.blog-example-btn:hover{
  background: #E71A41;
  color: #fff;
}

/* blog分类 */

.blog-class {
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

.blog-class h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  
  margin: 0 auto 30px;
}

.blog-class p {
  width: 850px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 30px;
}

.blog-class-btn {
  display: block;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border: 2px solid #e71a41;
  border-radius: 10px;
  color: #e71a41;
  font-size: 16px;
  font-weight: bold;
  color: #e71a41;
  transition: backgroundColor 0.4s;
  border-color: var(--base-color);
  color: var(--base-color);
}

.blog-class-btn:hover {
  background-color: #e71a41;
  box-shadow: 0px 0px 10px 0px var(--base-color);
  color: #fff;
  background-color: var(--base-color);
}


.index-inquiry-form-item{
  margin-top: 24px;
}

.index-inquiry-form .index-inquiry-form-item .layui-input {
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  height: 48px;
  line-height: 28px;
}

.index-inquiry-form .index-inquiry-form-item .layui-textarea {
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  resize: none;
}

.index-inquiry-form-item .index-inquiry-form-btn{
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 2px solid #E71A41;
  border-radius: 22px;
  font-weight: bold;
  color: #E71A41;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 18px;
}

.index-inquiry-form .index-inquiry-form-item .index-inquiry-form-btn:hover {
  background: #E71A41;
  color: #fff;
}

.offer-modal .ant-modal-body {
  padding: 48px 50px 40px;
}

.offer-modal .offer-success-modal-bd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-modal .offer-success-modal-bd svg {
  fill: #35C608 !important;
  margin-right: 56px;
}

.offer-modal .offer-success-modal-bd .offer-success-modal-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}

.offer-modal .offer-success-modal-bd .offer-success-modal-desc {
  font-size: 16px;
  color: #999;
  line-height: 18px;
  margin-top: 6px;
}

.offer-modal .offer-success-modal-bd .offer-success-modal-desc.offer-success-modal-desc-sub {
  font-size: 14px;
}

.offer-modal .offer-success-modal-bd.offer-success-modal-pd {
  padding: 72px 0 80px;
}

.offer-modal .ant-btn-danger {
  background-color: #E71A41;
  border-color: #E71A41;
  font-weight: bold;
  margin-top: 32px;
}

.offer-modal .offer-error-modal-bd {
  text-align: center;
  padding-bottom: 8px;
}

.offer-modal .offer-error-modal-bd svg {
  fill: #E71A41 !important;
}

.offer-modal .offer-error-modal-bd .offer-error-modal-desc {
  font-size: 18px;
  color: #E71A41;
  font-weight: bold;
  line-height: 30px;
  margin-top: 24px;
}