body {
  font-family: "PingFang SC";
  color: #687089;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.color-primary {
  color: #1abc9c;
}

.color-08f0ff {
  color: #08f0ff;
}

.service:hover {
  box-shadow: unset;
}

.bg-main {
  background-color: #f6f8fa;
  /* padding: 30px 0 80px; */
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.landing-page .esm-header {
  background-size: cover;
}

.esm-header form.search-form {
  position: relative;
  bottom: 50px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
  border-radius: 8px;
  padding: 25px 60px;
}

.esm-header form.search-form .search-left {
  border-right: 1px solid #e1e6f0;
}

.esm-header .headerTitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}

.esm-header input {
  height: 48px;
  border-radius: 2em;
  padding-left: 30px;
  border: 0;
}

.esm-header input:active,
.esm-header input:active-visable {
  border: 0;
}

.esm-header .input-group {
  border: 1px solid #e1e6f0;
  border-radius: 24px;
  background-color: #fff;
}

.btn-u {
  min-width: 120px;
  height: 40px;
  border-radius: 2em;
  margin-right: 4px;
}

button.btnCss {
  background-color: #fff !important;
  color: #2f3950;
  border: 0px;
}

button.btnCss:hover,
button.btnCss:active,
button.btnCss:focus {
  background-color: #fff !important;
  color: #1abc9c;
  border: 0px;
}

button.active {
  background-color: #1abc9c !important;
  color: #fff;
}

button.active:hover {
  background-color: #28caad !important;
  color: #fff;
}

button.active:active,
button.active:focus {
  background-color: #1abc9c !important;
  color: #fff;
}

.esms .esm {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.esms .esm > div {
  width: 100%;
  height: 150px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.esms .esm div.flexColumnBetween {
  height: 100%;
}

.esms .esm > div:hover {
  cursor: pointer;
  box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
}

.class-detail-box .service-info .logo,
.esms .logo {
  margin: 0 20px 0 10px;
  min-width: 82px;
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin-left: 0;
  align-self: flex-start;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 5px;
}

.class-detail-box .service-info .esmTitle,
.esms .esmTitle {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #2f3950;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.class-detail-box .service-info .esmTitle,
.esms .esmTitle {
  -webkit-line-clamp: 1;
}

.class-detail-box .service-info > div:hover .esmTitle,
.esms .esm > div:hover .esmTitle {
  color: #1abc9c;
}

.esms .esmDesc {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #687089;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.articles .headerTitle {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #2f3950;
  margin: 40px 0 30px;
}

.article {
  padding: 10px 30px 10px 10px;
}

.article .cover {
  min-width: 226px;
  width: 226px;
  height: 140px;
  margin-right: 30px;
  object-fit: cover;
}

.article .articleTitle {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #2f3950;
  margin-bottom: 10px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article:hover {
  background-color: #f6f8fa;
  cursor: pointer;
  border-radius: 4px;
}

.article:hover .articleTitle {
  color: #1abc9c;
}

.article .articleDesc {
  font-size: 13px;
  font-family: PingFang SC;
  word-break: break-all;
  color: #687089;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article .articleAuthor .name {
  min-width: 100px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #687089;
  line-height: 21px;
  display: flex;
  align-items: center;
}

.article .articleAuthor .created {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #aab0c4;
  line-height: 21px;
}

.settle_div {
  position: fixed;
  right: 61px;
  padding-left: 20px;
  z-index: 1;
  bottom: 280px;
}

#searchServiceList {
  max-height: 14vh;
  overflow-y: scroll;
}

.settle_div.service-contrast {
  bottom: 88px;
  top: inherit;
}

.settle_div.service-contrast .item {
  padding: 0 !important;
  border-radius: 4px;
  width: 255px;
}

.settle_div.service-contrast .font img {
  width: 45px;
  left: -14px;
  top: -20px;
  position: absolute;
}

.settle_div.service-contrast .item .bottom-box {
  padding: 10px 10px 20px 10px;
}

.settle_div.service-contrast .item .bottom-box .service-logo .logo {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
}

.settle_div.service-contrast .item .bottom-box .search-service-item {
  padding: 10px;
  padding-right: 25px;
  position: relative;
}

.settle_div.service-contrast .item .bottom-box .search-service-item:hover {
  cursor: auto;
}

.settle_div.service-contrast
  .item
  .bottom-box
  .search-service-item
  .cancel-icon:hover {
  cursor: pointer;
}

.settle_div.service-contrast
  .item
  .bottom-box
  .search-service-item
  span.number {
  border: 1px solid #e1e6f0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #687089;
}

.settle_div.service-contrast .item .bottom-box .service-logo .icon {
  width: 16px;
  margin-left: 15px;
  position: absolute;
  right: 5px;
}

.settle_div.service-contrast .item .bottom-box button {
  width: 100%;
}

.settle_div.service-contrast .item .bottom-box .empty-contrast-box img {
  width: 48px;
}

.settle_div.service-contrast .menu {
  top: 8%;
}

.settle_div.service-contrast .item .search-box {
  padding: 10px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(90deg, #02aab0 0%, #1abc9c 100%);
  position: relative;
}

.settle_div.service-contrast .item .search-box #searchResBox {
  max-height: 21vh;
}

.settle_div.service-contrast .item .search-box input {
  background: #ffffff;
  border-radius: 17px;
  border: none;
}

.settle_div.service-contrast .item .search-box input::placeholder {
  color: #aab0c4;
  font-weight: 300;
}

.settle_div.service-contrast .item .search-box .input-box {
  position: relative;
  width: 100%;
}

.settle_div.service-contrast .item .search-box .search-icon {
  position: absolute;
  right: 11px;
  top: 31%;
  color: #1abc9c;
}

.settle_div.service-contrast .font {
  padding-top: 30px;
}

.settle_btn {
  width: 48px;
  cursor: pointer;
  padding: 24px 0;
  background: linear-gradient(135deg, #02aab0 0%, #1abc9c 100%);
  border-radius: 30px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

#meiqia-container .jDKtMA {
  width: 48px;
  height: 48px;
  float: right;
}

.settle_btn .font {
  width: 16px;
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  text-align: center;
  position: relative;
  letter-spacing: 16px;
}

.settle_btn .menu {
  position: absolute;
  right: 70px;
  top: 40%;
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
  border-radius: 4px;
  display: none;
}

.settle_btn .menu .item {
  display: block;
  color: #2f3950;
  padding: 10px 20px;
  text-align: center;
}

.settle_btn .menu .item:hover {
  color: #1abc9c;
}

.settle_div:hover .menu {
  display: block !important;
}

.settle_btn .menu .blank {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  right: -10px;
}

#codeShow img {
  width: 145px;
  height: 145px;
}

#codeShow .email {
  font-size: 16px;
  font-weight: 500;
  color: #2f3950;
}

#codeShow .tip {
  font-size: 12px;
  font-weight: 400;
  color: #aab0c4;
}

/* search page*/

.row.service.all.noMargin.esm-search:hover,
.row.service.all.noMargin.service:hover {
  background: #fff;
  box-shadow: none;
}

.esm-search form {
  margin-top: 30px;
  box-shadow: 0px 10px 20px 0px rgba(87, 100, 114, 0.1);
  border-radius: 2em;
}

.esm-search .kinds > div,
.esm-search .kinds > a {
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #2f3950;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.esm-search .kinds .active {
  color: #1abc9c;
  border-bottom: 3px solid #1abc9c;
}

.line {
  width: 100%;
  border-top: 1px solid #e1e6f0;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.service {
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.service:hover {
  cursor: pointer;
}

.service:hover .esmTitle {
  color: #1abc9c;
}

.esm-search .logoBox {
  min-width: 82px;
  min-height: 82px;
  height: 82px;
  width: 82px;
  border-radius: 4px;
  margin-right: 20px;
}

.esm-search .article {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 30px;
}

.esm-search .article .cover {
  width: 226px;
  height: 140px;
  margin-right: 30px;
}

.listEmpty {
  width: 100%;
  text-align: center;
  margin-bottom: 300px;
}

.listEmpty img {
  margin-top: 100px;
  margin-bottom: 20px;
  width: 64px;
}

.esm-search .hot-search {
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  margin-left: 20px;
}

/* service detail*/

.esm-service .card {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.detail {
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  border-radius: 4px;
}

.nail {
  width: 4px;
  height: 20px;
  background-color: #1abc9c;
  position: absolute;
  left: 0;
  top: 30px;
}

.detail .title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #2f3950;
  line-height: 19px;
  margin-bottom: 30px;
}

.detail .fa {
  margin-top: 3px;
  margin-right: 15px;
}

.esm-service .company,
.esm-service .address {
  margin-top: 15px;
  color: #2f3950;
  word-break: break-word;
}

.esm-service .introduction .flexRowTop {
  margin-top: 30px;
}

#introduction .markdownContent {
  word-break: break-word;
}

#introduction .markdownContent p {
  color: #687089;
}

.esm-service .consult .pgyer-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 5px;
  object-fit: contain;
}

.esm-service .product-images .product-image-box {
  flex-grow: 1;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  cursor: pointer;
  user-select: none;
  transform: translateZ(0px);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.esm-service .product-images div.product-image-gallery {
  padding: 0 40px;
  display: flex;
  position: relative;
}

.esm-service .product-images div.product-image-gallery .image-arrow {
  position: absolute;
  top: 50px;
  font-size: 40px;
  color: #aab0c4;
}

.esm-service .product-images div.product-image-gallery .image-arrow.left {
  left: 0;
}

.esm-service .product-images div.product-image-gallery .image-arrow.right {
  right: -15px;
}

.scrollbar-hide::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 0 !important;
}

.scrollbar-hide,
div {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.esm-service .product-images .product-image-box::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.esm-service .product-images .product-image {
  height: 140px;
  margin-right: 20px;
}

.esm-service .prices .price {
  border: 1px solid #e1e6f0;
  box-sizing: content-box;
}

.esm-service .prices .price > div {
  height: 80px;
  padding: 0 10px;
}

.esm-service .prices .price > div:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #2f3950;
  background-color: #e8f8f5;
}

.esm-service .prices .price .money {
  color: #ffb606;
  font-size: 20px;
}

.esm-service .prices .price .unit {
  font-size: 13px;
  font-weight: 400;
  color: #687089;
}

.esm-service .prices .price > div:last-child {
  font-size: 14px;
  color: #687089;
  background-color: #f6f8fa;
  position: relative;
}

.esm-service .prices .price > div:last-child:hover .full-content {
  display: block;
}

.esm-service .prices .price > div:last-child .full-content {
  background: #ffffff;
  border: 1px solid #e1e6f0;
  box-shadow: 0px 10px 20px 0px rgba(88, 100, 113, 0.1);
  border-radius: 8px;
  z-index: 10;
  position: absolute;
  padding: 17px;
  top: 83%;
  right: -21%;
  left: 25%;
  display: none;
}

.esm-service .after-sale .desc {
  width: 100%;
  height: 100px;
  line-height: 24px;
  text-align: center;
  color: #2f3950;
}

.lists {
  padding-left: 20px !important;
}

.lists .list-image {
  width: 100%;
}

.lists .panel {
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 10px;
}

.lists .panel.settle-tips {
  padding-top: 0;
  padding-bottom: 20px;
}

.lists .panel.settle-tips .tips-title {
  background: #1abc9c;
  padding: 30px 35px;
  color: #fff;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lists .panel > div {
  padding: 0px 20px;
}

.lists .panel > a {
  padding: 15px 20px;
}

.lists .panel > a:hover {
  background: #f0f2f6;
  border-radius: 0;
}

.esm-service .service {
  padding: 10px 0px;
  margin-bottom: 0;
}

.esm-service .service .logoBox + div {
  overflow: hidden;
}

.contrast-box .logoBox,
.esm-search .logoBox,
.esm-service .logoBox {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-right: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.esm-search .class-service-logo {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}

.esm-search .logoBox > img,
.contrast-box .logoBox > img,
.esm-service .logoBox > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 5px;
}

.esm-service .esmTitle {
  font-size: 16px;
  font-weight: 600;
  color: #2f3950;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.esm-service .service .esmTitle {
  white-space: nowrap;
  max-width: 100%;
  display: block;
}

.esm-service .esmDesc {
  font-size: 13px;
  color: #687089;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.esm-classes .class-box .parent-class .class-title,
.class-list-box .class-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px;
  overflow: hidden;
  text-align: left;
  margin-left: 5px;
}

.esm-classes .class-box .parent-class .icon > div:first-child,
.esm-service .category .icon > div:first-child,
.line-icon > div:first-child {
  width: 16px;
  height: 2px;
  background-color: #687089;
  margin-bottom: 5px;
}

.esm-classes .class-box .parent-class .icon > div:last-child,
.esm-service .category .icon > div:last-child,
.line-icon > div:last-child {
  width: 8px;
  height: 2px;
  background-color: #687089;
}

/* article detaill css */

.esm-article .article-box {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.esm-article .article-box .author {
  display: flex;
  align-items: center;
}

.esm-article .article-box .article-content {
  padding-left: 30px;
  padding-right: 30px;
}

.esm-article .article-box .author .author-avatars {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 100%;
}

.esm-article .article-box .article-markdown p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-bottom: 20px;
  text-align: justify;
}

.esm-article .article-box .article-markdown > * {
  font-family: PingFang SC;
  line-height: 1.6;
}

.esm-article .article-box .article-markdown h3 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.esm-article .article-box .article-markdown img {
  max-width: 100%;
}

.esm-article .article-box .title {
  font-size: 20px;
  font-weight: 600;
  color: #2f3950;
  margin-bottom: 10px;
}

.esm-article .article-box .cover {
  width: 100%;
  margin-top: 40px;
}

.esm-article .similar-articles {
  margin-top: 20px;
  padding: 20px;
  padding-top: 30px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.esm-article .panel {
  margin-top: 0px;
}

/* classes */

.esm-classes .class-box {
  background-color: #fff;
  border-radius: 4px;
}

.esm-classes .class-box .class {
  padding: 15px 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  color: #2f3950;
}

.esm-classes .class-box .class .active {
  background-color: #1abc9c;
}

.com_banner > .container > .noMargin {
  margin-top: 30px;
}

.esm-classes .class-box .class-list-item:first-child {
  border-radius: 4px 4px 0px 0px;
}

.esm-classes .class-box .class-list-item:last-child {
  border-radius: 0px 0px 4px 4px;
}

.esm-classes .class-box .class-list-item.active .parent-class .icon div {
  background-color: #1abc9c;
}

.esm-classes .class-box .class-list-item.active .parent-class div {
  color: #1abc9c;
}

.esm-classes .class-box .class-list-item.arrow-down .fa-chevron-right {
  transform: rotateZ(90deg);
}

.esm-classes .class-box .class-list-item .class.sub-class {
  display: none;
}

.esm-classes .class-box .class-list-item.active .class.sub-class {
  display: block;
}

.esm-classes .class-box .class-list-item .class.sub-class.active {
  color: #fff;
  background-color: #1abc9c;
}

.esm-classes .class-box .class-list-item .parent-class.class.active {
  background-color: #1abc9c;
}

.esm-classes .class-box .class-list-item .parent-class.class.active div {
  color: #fff !important;
}

.esm-classes
  .class-box
  .class-list-item
  .class.parent-class:not(.arrow-down).active
  .icon
  div {
  background-color: #fff;
}

.esm-classes .class-box .class.active .icon div {
  background: #fff;
}

.esm-classes .class-box .class:not(.active):hover {
  background: #f0f2f6;
}

.esm-classes .class-box .class.sub-class {
  justify-content: center;
}

.esm-classes .class-box .arrow {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #fff;
}

.esm-classes .article {
  display: block;
  padding: 15px 0;
}

.esm-classes .article:hover {
  background-color: #fff;
}

.esm-classes .article:hover .title {
  color: #1abc9c;
}

.esm-classes .article .title {
  font-size: 16px;
  font-weight: 600;
  color: #2f3950;
}

/* author css */

.author .avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.author .authorName {
  font-size: 20px;
  font-weight: 600;
  color: #2d2e45;
}

/* common css*/

.flexRow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flexRowCenter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.flexRowWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.flexRowBetween {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.flexRowTop {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.flexRowBetweenTop {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flexColumnMiddle {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

.flexColumnMiddleCenter {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.flexColumnAround {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
}

.flexColumnBetween {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.hiddenTwoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.noMargin {
  margin-left: 0;
  margin-right: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.color-2F3950 {
  color: #2f3950;
}

.color-cbced4 {
  color: #cbced4;
}

.color-687089 {
  color: #687089;
}

.color-AAB0C4 {
  color: #aab0c4;
}

.color-ff3737 {
  color: #ff3737;
}

.bg-f6f8fa {
  background-color: #f6f8fa;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.height-full {
  height: 100% !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.btn-out-green {
  background-color: #fff;
  border: 1px solid #1abc9c;
  color: #1abc9c;
}

.btn-out-green:hover {
  background-color: #1abc9c;
  color: #fff;
}

.btn-green {
  background-color: #1abc9c !important;
  color: #fff;
  padding: 9px 15px;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background-color: #28caad !important;
  color: #fff;
}

#overview li::marker {
  color: #687089;
}

.func-box .func-title,
.func-box .func-desc {
  word-break: break-all;
}

.class-list {
  flex-wrap: nowrap;
  width: 88%;
  overflow-x: hidden;
}

.search-form input::placeholder {
  color: #aab0c4;
}

.class-list .classesBtn {
  max-width: 150px;
  white-space: nowrap;
  margin-right: 10px;
  border: none;
}

textarea:focus-visible,
.class-list .classesBtn:focus-visible {
  border: none;
  outline: none;
}

input:focus-visible {
  outline: none;
}

a > span.check-more {
  display: block;
  width: 100%;
  white-space: nowrap;
  margin-left: 12px;
}

input.form-control:focus {
  box-shadow: none;
}

.pager a,
.pager strong {
  border: none;
}

.comment-container .logo {
  border-radius: 8px;
  background: #ffffff;
  border-radius: 8px;
  width: fit-content;
  margin: auto;
  padding: 20px;
}

.comment-container .logo img {
  width: 72px;
  height: 72px;
  min-width: 72px;
  object-fit: cover;
}

.app-star .comment-count {
  font-size: 13px;
  margin-left: 10px;
  padding-right: 15px;
}

.app-star .comment-count .color-ffb606 {
  border-right: 1px solid #e1e6f0;
  padding-right: 10px;
  margin-right: 15px;
}

.color-ffb606 {
  color: #ffb606;
}

.color-aab0c4 {
  color: #aab0c4;
}

.app-star p.app-score {
  color: #0a0d26;
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}

.app-star .star-ratings {
  display: inline-block;
}

.app-star .star-ratings {
  color: #dddfe7;
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.app-star .star-ratings .fill-ratings {
  top: 2px;
}

.app-star .star-ratings .fill-ratings {
  color: #ffbf00;
  padding: 0;
  position: relative;
  z-index: 2;
  top: 0;
  overflow: hidden;
}

.app-star .star-ratings .fill-ratings span,
.app-star .star-ratings .empty-ratings span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.app-star .star-ratings .fill-ratings span > i,
.app-star .star-ratings .empty-ratings span > i {
  margin-top: 0;
}

.app-star .star-ratings .fill-ratings span > i,
.app-star .star-ratings .empty-ratings span > i {
  margin: 0 3px;
  font-size: 16px;
}

.app-star .star-ratings .empty-ratings {
  top: 2px;
}

.app-star .star-ratings .empty-ratings {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.app-star span.divider {
  margin: 0 10px;
}

.btn-normal-height {
  padding: 6px 12px;
  height: 34px !important;
}

.btn-comment {
  margin-right: 10px;
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.comment-container .comment-item .detail-top > div .app-star {
  padding-bottom: 0;
}

.comment-container .comment-item .detail-top .app-star span {
  font-size: 12px;
}

.comment-container .comment-content {
  text-align: left;
  padding: 30px 50px;
  border-top: 4px solid #1abc9c;
  background: #fff;
}

.comment-container .comment-content .item {
  font-weight: 500;
  margin-bottom: 30px;
}

.comment-container .comment-content .item .question {
  color: #2f3950;
  font-weight: 500;
  margin-left: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.comment-container .comment-content .item .rank {
  margin-top: 20px;
}

.comment-container .comment-content .item .rank > p {
  margin-left: 10px;
  width: 90px;
  font-size: 12px;
  font-weight: 300;
}

.comment-container
  .comment-content
  .app-star
  .star-ratings
  .fill-ratings
  span
  > i,
.comment-container
  .comment-content
  .app-star
  .star-ratings
  .empty-ratings
  span
  > i {
  font-size: 20px;
  text-indent: 24px;
}

.comment-container .comment-content .app-star .star-ratings span > i::before {
  cursor: pointer;
}

#consultModal .item input,
#commentPersonModal .item input,
#commentPersonModal .item select,
.comment-container .comment-content .item textarea,
.select2-container--default .select2-selection--single {
  background: #f6f8fa !important;
  border: 1px solid #e1e6f0 !important;
  border-radius: 4px;
  color: #2f3950 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#serviceReportForm .item input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#serviceReportForm .select2-container .select2-selection--single {
  padding-top: 2px;
  height: 34px;
}

#consultModal .item input::placeholder,
#commentPersonModal .item input::placeholder,
.comment-container .comment-content .item textarea::placeholder,
#serviceReportForm
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #aab0c4;
}

.comment-container .comment-content .item span.select-span {
  background: #f6f8fa;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  color: #687089;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  cursor: pointer;
  min-width: 130px;
  text-align: center;
}

.comment-container .comment-content .item span.select-span.active {
  background: #e8f8f5;
  color: #1abc9c;
  border: 1px solid #1abc9c;
  font-weight: 500;
  border-radius: 4px;
}

.comment-container .accept {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 50px;
  margin-top: 20px;
}

.comment-container .control-btn .btn {
  padding: 8px 40px;
}

.comment-container .control-btn .btn-cancel {
  border: 1px solid transparent;
  color: #687089;
}

#commentPersonModal .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
  border: none;
}

#commentPersonModal .modal-content button.btn {
  padding: 6px 25px;
}

#commentPersonModal .modal-content button.btn + .btn {
  margin-left: 15px;
}

#comment .comment-box .item {
  background: #f6f8fa;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

#comment .comment-box .item .avatar-box img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  object-fit: cover;
}

#comment .comment-box .item .avatar-box p {
  margin: 0;
}

#comment .comment-box .item .team-size {
  padding: 5px 12px;
  background: #e8ebee;
  border-radius: 4px;
}

#comment .comment-box .item .score-box .app-star {
  margin-left: 50px;
}

#comment .comment-box .item .score-box .app-star p {
  margin: 0;
  margin-left: 30px;
}

#comment .comment-box .item .text-item {
  width: 100%;
}

#comment .comment-box .item .good .text-item p,
#comment .comment-box .item .bad .text-item p {
  margin-bottom: 10px;
}

#comment .comment-box .item .good img,
#comment .comment-box .item .bad img {
  width: 18px;
  top: 2px;
  position: relative;
  margin-right: 25px;
  margin-left: 10px;
}

#comment .comment-box .item [data-action="thumb"] {
  background: #ffffff;
  border: 1px solid #e1e6f0;
  border-radius: 17px;
  padding: 6px 16px;
  justify-content: center;
  color: #687089;
}

#comment .comment-box .item [data-action="thumb"].active,
#comment .comment-box .item [data-action="thumb"]:hover {
  color: #1abc9c;
  border-color: #1abc9c;
}

#comment .comment-box .item img.thumb {
  width: 20px;
  margin-right: 5px;
  top: 1px;
  margin-left: 0;
}

#comment .score-display-box > div {
  flex-basis: 70%;
}

#comment .score-display-box > div.score-star {
  flex-basis: 30%;
}

#comment .score-display-box > div.score-star > p {
  margin: 0;
  line-height: 18px;
}

#comment .score-display-box > div.score-star > p .fa {
  margin: 0 2px;
  font-size: 14px;
}

#comment .score-display-box > div.score-progress .progress {
  background: #e9edf1;
  border-radius: 2px;
  height: 4px;
  margin: 15px 10px;
}

#comment .score-display-box > div.score-progress .progress .progress-bar {
  background: #687089;
  line-height: normal;
}

#comment .score-summay {
  padding: 25px;
  background: #f6f8fa;
  border-radius: 4px;
}

#comment .edit-comment-box .logo {
  width: 60px;
  height: 60px;
  max-width: 60px;
  object-fit: contain;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 4px;
  margin: 0;
}

#comment .edit-comment-box .text-box {
  margin-left: 20px;
}

#consultModal .modal-dialog {
  max-width: 460px;
}

#consultModal .modal-body {
  padding: 20px 40px 70px 40px;
}

#consultModal .btn-consult {
  width: 100%;
  padding: 10px;
}

#consultModal .close,
#searchModal .close {
  position: relative;
  top: 24px;
  right: 24px;
  z-index: 100;
}

#consultModal label.error {
  color: #ff3737;
}

#consultModal #getCode {
  color: #fff;
  border: none;
}

#consult-page .consult-banner {
  height: 180px;
  background: linear-gradient(90deg, #02aab0 0%, #1abc9c 100%);
}

#consult-page .consult-banner img {
  width: 181px;
  margin-top: 40px;
}

#consult-page .consult-form {
  top: -50px;
  margin-bottom: 50px;
  padding: 0px 40px;
  border-radius: 4px;
  position: relative;
}

#consult-page .consult-form .form-control {
  appearance: none;
  min-height: 40px;
  padding: 6px 20px;
  border-color: #e1e6f0;
}

#consult-page .consult-form textarea.form-control {
  resize: none;
  padding: 12px 20px;
}

#consult-page .consult-form .form-control::placeholder {
  color: #aab0c4;
}

#consult-page .consult-form .select {
  position: relative;
}

#consult-page .consult-form .select:after {
  top: 15px;
  width: 7px;
  height: 7px;
  right: 20px;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #aab0c4;
  border-bottom: 1px solid #aab0c4;
}

#consult-page .consult-form select.default {
  color: #aab0c4;
  cursor: pointer;
}

#consult-page .consult-form .input-title {
  margin: 30px 0px 20px;
}

#consult-page .consult-form .consult-form-title {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  border-bottom: 1px solid #e1e6f0;
}

#consult-page .consult-form .consult-form-title img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

#consult-page .consult-form .getcode,
#consult-page .consult-form .change {
  color: #1abc9c;
  line-height: 28px;
  background: #e8f8f5;
}

#consult-page .consult-form .send {
  width: 50%;
  display: block;
  line-height: 36px;
  margin: 60px auto;
}

#consult-page .consult-service {
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
}

#consult-page .consult-service .consult-service-item {
  display: flex;
  margin-bottom: 20px;
}

#consult-page .consult-service .consult-service-item img,
#consult-page .consult-service .phone img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

#consult-page .consult-service .phone img {
  margin-left: 20px;
}

#consult-page .consult-service .qrcode img {
  width: 120px;
  height: 120px;
  margin: 30px auto 20px;
}

#consult-page label.error {
  color: #ff3737;
}

@media (max-width: 767px) {
  #consult-page .consult-form .form-control {
    appearance: auto;
  }

  #consult-page .consult-form .select:after {
    display: none;
  }

  #consult-page .consult-form {
    padding: 0px 20px;
    margin-bottom: 0px;
  }

  #consult-page .consult-service {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

#consult-page .consult-banner .compute {
  width: 250px;
  left: 0;
  bottom: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  input,
  textarea,
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* @media (min-width: 992px) {
} */

.articles #articleBox .article .article-box {
  width: 100%;
  height: 140px;
}

.service-list {
  padding-left: 20px;
}

.article .article-summary-box {
  display: block;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.article .article-summary-box .articleAuthor {
  margin-top: 20px;
  margin-bottom: 10px;
}

.article .article-summary-box .articleAuthor .article-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.article .icon {
  width: 24px;
}

#pirzeBox .prize-item img {
  width: 18px;
  margin-right: 20px;
}

#pirzeBox .prize-item p {
  margin: 0;
  font-weight: 500 !important;
}

#partnerBox .partner-item {
  margin: 0 18px;
  margin-bottom: 10px;
}

#partnerBox .partner-item .img-box {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #e1e6f0;
}

#serviceCaseBox .article .case-logo,
#partnerBox .partner-item img {
  width: 66px;
  height: 66px;
  object-fit: cover;
}

#serviceCaseBox .article .case-logo {
  padding: 6px;
  border: 1px solid #e1e6f0;
  margin-right: 20px;
}

#serviceCaseBox .article .case-title {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  white-space: pre-line;
  min-height: 40px;
  margin-bottom: 5px;
}

#partnerBox .partner-item p {
  font-weight: 600 !important;
  margin-top: 10px;
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-right: 0;
}
#indexBox {
  max-height: 250px;
  overflow: scroll;
}

#indexBox a {
  display: block;
  color: #687089;
  padding: 9px 10px 9px 15px;
  border-left: 1px solid #1abc9c1a;
}

#indexBox a.active {
  font-weight: 500 !important;
  color: #2d2e45;
  border-left: 2px solid #1abc9c;
}

.company-info > div {
  min-height: 60px;
}

.sticky-box {
  position: sticky;
  top: 20px;
}

.panel-title {
  color: #2f3950;
  font-weight: 500;
}

.bottom-thumb:hover {
  background-color: #e8f8f5;
}

.share-item:hover > span {
  color: #1abc9c;
}

.bottom-thumb {
  width: 14%;
  margin: auto;
  border: 1px solid #1abc9c;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.rule-box {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e1e6f0;
}

.bottom-thumb .icon {
  width: 32px;
  margin-right: 5px;
}

.bottom-thumb span {
  font-size: 16px;
  font-weight: 600;
  color: #1abc9c;
}

.interact-box .share-weixin .icon {
  width: 22px;
}

.interact-box .icon {
  width: 32px;
  margin-right: 10px;
}

.interact-box .share-item {
  position: relative;
}

.interact-box .share-item:hover .share-box {
  display: block;
}

.interact-box .share-item .share-box .clickable.clipboard:hover {
  color: #1abc9c;
}

.interact-box .share-box {
  display: none;
}

.interact-box .count {
  margin: 0 3px;
}

.interact-box .share-box .divider {
  position: absolute;
  width: 100%;
  left: 0;
}

.interact-box .share-box .divider > div {
  width: 100%;
  height: 1px;
  background: #e1e6f0;
  position: absolute;
  left: 0;
  top: -10px;
}

.interact-box .share-box > div {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.interact-box .share-box div.share-weixin {
  margin-top: 20px;
}

.interact-box .share-box img.link {
  margin: auto;
  width: 100px;
  margin-top: 5px;
}

.interact-box .share-box {
  position: absolute;
  top: 15px;
  z-index: 10;
  padding: 8px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgb(87 100 114 / 10%);
  border-radius: 4px;
  right: -55px;
}

.articles .right-box {
  padding-left: 7%;
}

#authorsBox a:hover,
#topicsBox a:hover {
  background-color: #f6f8fa;
  cursor: pointer;
  border-radius: 4px;
}

#authorsBox .author-item .cover {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

#topicsBox .topic-item {
  margin: 10px 0;
}

#topicsBox .headerTitle {
  margin-bottom: 15px;
}

#topicsBox .topic-item .cover {
  width: 90px;
  min-width: 90px;
  height: 56px;
  object-fit: cover;
  margin-right: 15px;
}

#topicsBox .topic-item .title {
  font-weight: 600;
  line-height: 26px;
}

#authorsBox .author-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

#authorsBox .author-item .name {
  margin-bottom: 8px;
}

#authorsBox .author-item .position {
  font-size: 12px;
}

/**** topic page ****/

.topic-bottom-box {
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.topic-bottom-box .topic-summary {
  padding-left: 6%;
}

.topic-bottom-box img.cover {
  height: 240px;
  object-fit: cover;
}

.similar-topics .topic-item {
  padding: 10px;
  margin-bottom: 10px;
}

.similar-topics .topic-item .topic-bg {
  width: 186px;
  height: 116px;
  border-radius: 4px;
  object-fit: cover;
  margin-bottom: 10px;
}

.author-detail-articles #articleBox {
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  flex-flow: column;
}

.service-summary a.btn {
  width: 120px;
}

.esm-search .logoBox img.service-logo {
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
}

.esm-search .service-logo-box {
  margin-right: 30px;
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
}

.article-container {
  padding-bottom: 80px;
}

#codeShow button.close {
  left: -12px;
  position: relative;
  top: 10px;
  z-index: 1;
}

/**** topic page ****/

.article-container {
  padding-bottom: 80px;
}

#authorsBox {
  margin-bottom: 50px;
}

.articles {
  background-color: #fff;
}

em.error {
  color: red;
}

.qa-container {
  background: #f6f8fa;
  border-radius: 4px;
  padding: 30px 20px;
}

.question-detail .qa-container {
  background: #fff;
  padding: 30px;
}

.qa-container .logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: #fff;
  object-fit: contain;
}

#qaBox .title {
  margin-bottom: 0;
}

.textarea-box form > div {
  position: relative;
}

.btn-cancel {
  border: 1px solid #e1e6f0;
  color: #687089;
  margin-right: 10px;
  background-color: #fff;
}

.textarea-box .btn {
  width: 86px;
}

.textarea-box p {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #f5f8fa;
  padding: 5px;
}

.textarea-box textarea {
  background: #f6f8fa;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 20px;
  resize: none;
  color: #2f3950 !important;
}

.textarea-box input {
  background: #ffffff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  line-height: 30px;
}

.textarea-box textarea::placeholder {
  color: #aab0c4;
}

#qaBox .qa-answer {
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 20px;
  padding-left: 30px;
}

#qaBox .qa-answer.answer-list {
  border: none;
  padding: 0;
}

#qaBox .qa-answer.answer-list .answer-box {
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
}

#qaBox .qa-answer.answer-list .answer-box > div {
  border-left: 2px solid #e1e6f0;
  padding-left: 30px;
}

#qaBox .qa-answer .title-box {
  padding: 0;
  position: relative;
  left: -8px;
}

#qaBox .qa-answer .title {
  font-size: 16px;
  font-weight: 600;
  color: #2f3950;
}

#qaBox .qa-answer .qa-icon {
  background: #1abc9c;
  border-radius: 8px 8px 0px 8px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.edit-icon {
  width: 14px;
  height: 14px;
  margin-right: 9px;
}

#qaBox .qa-answer .answer-count {
  padding-left: 30px;
  margin-bottom: 20px;
}

#qaBox .qa-answer .answer-box {
  border-left: 2px solid #e1e6f0;
  padding-left: 30px;
}

#qaBox .qa-answer .edit-answer {
  margin-right: -9px;
}

#qaBox .qa-answer .answer-box .answer-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

#qaBox .qa-answer .answer-box.expand-text .answer-text {
  -webkit-line-clamp: unset;
}

#qaBox .qa-answer .answer-box.expand-text .answer-expand {
  display: none;
}

#qaBox .qa-answer .answer-box.expand-text .answer-up {
  display: block !important;
}

#qaBox .qa-answer .answer-box .answer-toggle {
  color: #1abc9c;
  cursor: pointer;
}

#qaBox .qa-answer .answer-box .answer-toggle .fa {
  margin-right: 9px;
}

#qaBox .qa-answer .answer-box .divider {
  margin: 0 20px;
}

#qaBox .qa-answer .answer-box .name {
  margin-right: 9px;
}

#qaBox .qa-answer .answer-box .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 9px;
}

.question-user-avatar.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.question-user-name {
  margin-left: 15px;
  margin-right: 30px;
}

.panel-title {
  font-weight: 600;
  color: #2f3950;
}

.center-footer #promotion .consult-promotion.promotion-img {
  width: 224px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  right: 10px;
  top: 25px;
}

.consult-promotion.promotion-img .promotion-top {
  background: linear-gradient(90deg, #02aab0 0%, #1abc9c 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 24px 20px;
}

.consult-promotion.promotion-img .promotion-top img {
  position: absolute;
  width: 72px;
  top: -19px;
  right: 18px;
}

.consult-promotion.promotion-img .promotion-middle {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.consult-promotion.promotion-img .promotion-middle .btn-green {
  border-radius: 20px;
  padding: 9px;
}

#topicsBox {
  margin-bottom: 60px;
}

.search-right .input-group .btn-u {
  min-width: 100px;
}

.esm-service .service .service-summary {
  overflow: hidden;
}

.service-summary .esmTitle {
  margin-bottom: 0;
}

.esm-article .article-box .article-markdown .service-card {
  padding: 30px;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.esm-article .article-box .article-markdown .service-card .service-summarize {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.contrast-box {
  padding: 25px 30px;
  border-radius: 4px;
}

.table-border-color-e1e6f0 tbody > tr > td {
  border-color: #e1e6f0;
}

.contrast-box .title-divider {
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e6f0;
}

.contrast-box .add-service {
  flex-basis: 16%;
  padding-right: 20px;
}

#addServiceBtn {
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 6px 0px;
  border-style: dashed;
}

.contrast-box .service-list {
  flex-basis: 87%;
}

.contrast-box .service-list .service-item {
  flex: 1;
  justify-content: flex-start;
  max-width: 50%;
  /* padding-right: 15px; */
}

.contrast-box .service-list .service-item .service-logo .close {
  display: none;
}

.contrast-box .service-list .service-item .service-logo {
  padding: 5px;
  width: 100%;
  position: relative;
  margin-right: 10px;
}

.contrast-box .service-list .service-item .service-logo:hover {
  background: #f0f2f6;
  border-radius: 4px;
}

.contrast-box .service-list .service-item .service-logo:hover .logo {
  background-color: #fff;
}

.contrast-box .service-list .service-item .service-logo:hover .close {
  position: absolute;
  display: block;
  width: 16px;
  right: -6px;
  top: -7px;
  opacity: 1;
  z-index: 1;
}

.contrast-box .service-list .service-item .border {
  align-self: center;
  width: 1px;
  background: #e1e6f0;
  margin-right: 8px;
  height: 60px;
}

.service-logo .logo {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  object-fit: contain;
  margin-right: 15px;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  padding: 5px;
}

.service-logo .service-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchResBox {
  padding: 10px 0;
  position: absolute;
  width: calc(100% - 30px);
  background: #fff;
  border: 1px solid #e1e6f0;
  box-shadow: 0px 10px 30px 0px rgb(87 100 114 / 10%);
  border-radius: 8px;
  top: 117%;
  max-height: 45vh;
  overflow: scroll;
  z-index: 10;
}

#searchResBox .service-logo {
  padding: 8px 30px;
}

#searchResBox .service-logo:hover,
#searchServiceList .service-logo:hover {
  background: #f0f2f6;
}

#searchResBox .service-logo .logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.contrast-box .info-box {
  margin-bottom: 40px;
}

.contrast-box .info-box .title {
  font-size: 16px;
  font-weight: 600;
  color: #2f3950;
  margin-bottom: 30px;
}

.contrast-box .info-box .detail-box div.contrast-content {
  flex-basis: 84%;
  align-self: stretch;
}

.contrast-box .info-box .detail-box div.head {
  flex-basis: 16%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  word-break: break-all;
}

.contrast-box .info-box .detail-box div.head > div {
  background-color: #f6f8fa;
  border: 1px solid #e1e6f0;
  color: #687089;
  flex: 1;
  padding: 6px 13px;
}

.contrast-box
  .info-box
  .detail-box.addition-alone-box
  div.head
  > div:first-child,
.contrast-box .info-box .detail-box div.head > div:not(:first-child) {
  border-top: none;
}

.contrast-box .info-box .detail-box div.contrast-content .detail-info > div {
  border: 1px solid #e1e6f0;
  color: #2f3950;
  flex-grow: 1;
  flex: 1;
  padding: 6px 13px;
  position: relative;
}

.contrast-box
  .info-box
  .detail-box
  div.contrast-content
  .detail-info
  > div
  .highest-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 18px;
}

.contrast-box
  .info-box
  .detail-box.addition-alone-box
  .contrast-content
  .detail-info
  > div:first-child,
.contrast-box
  .info-box
  .detail-box
  .contrast-content
  .detail-info
  > div:not(:first-child) {
  border-top: none;
}

.contrast-box .info-box .detail-box div.contrast-content .detail-info {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  word-break: break-all;
}

.contrast-box
  .info-box.prize-info
  .detail-box
  div.contrast-content
  .detail-info
  > div {
  height: 100%;
}

.contrast-box .info-box .detail-box .contrast-content .detail-info > div {
  border-left: none !important;
}

.contrast-box .info-box .detail-info > div,
.contrast-box .info-box .head > div {
  min-height: 40px;
}

.contrast-box div.contrast-content .price-item .unit {
  font-size: 13px;
  color: #687089;
}

.contrast-box
  .info-box.price-info
  .detail-box
  div.contrast-content
  .detail-info
  > .price-box
  > .empty-info {
  padding: 5px 13px;
}

.contrast-box
  .info-box.price-info
  .detail-box
  div.contrast-content
  .detail-info
  > div {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.contrast-box
  .info-box.price-info
  .detail-box.addition-alone-box
  div.contrast-content
  .detail-info
  > div {
  padding: 6px 13px;
}

.contrast-box
  .info-box.price-info
  .addition
  .detail-box
  div.contrast-content
  .detail-info
  > div {
  padding: 6px 13px;
}

.contrast-box .addition .addition-star .app-star {
  height: 100%;
}

.contrast-box
  .info-box.price-info
  .detail-box
  div.contrast-content
  .price-item {
  padding: 6px 13px;
  align-self: stretch;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: self-start;
}

.contrast-box
  .info-box.price-info
  .detail-box
  div.contrast-content
  .price-item:not(:last-child) {
  border-bottom: 1px solid #e1e6f0;
}

.contrast-box .info-box.class-info .detail-box div.contrast-content {
  align-self: stretch;
}

.contrast-box .info-box.class-info .detail-box div.contrast-content > div {
  flex: 1;
  height: 50%;
}

.contrast-box
  .info-box.class-info
  .detail-box
  div.contrast-content
  > div:first-child
  > div {
  border-bottom: none;
}

.contrast-box
  .info-box.product-pic-info
  .detail-info
  .image-box
  > a:not(:first-child) {
  display: none;
}

.contrast-box .info-box.product-pic-info .detail-info .image-box {
  position: relative;
}

.contrast-box .info-box .detail-info:last-child > div {
  position: relative;
}

.contrast-box .info-box.product-pic-info .detail-info .image-box .image-count {
  position: absolute;
  right: 13px;
  top: 6px;
  background: #000000;
  opacity: 0.6;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 8px;
}

.contrast-box .info-box.product-pic-info .detail-info .image-box a > img {
  max-width: 100%;
}

.contrast-box .info-box .addition {
  margin-top: 15px;
}

.contrast-box .info-box .addition .detail-box .head > div {
  background-color: #fff;
}

.contrast-box .info-box .addition button {
  margin-right: 20px;
}

.contrast-box span.plus {
  font-size: 20px;
  line-height: 12px;
}

.addition-alone-box:hover .detail-info [data-index] {
  background: #f0f2f6;
}

.contrast-box .info-box .addition .btn-ctrl button {
  width: 104px;
  margin: 0;
  margin-left: 10px;
}

.contrast-box .info-box .addition .textarea-box textarea {
  padding: 0;
  background: #fff;
}

.contrast-box .info-box .addition .textarea-box p.text-right {
  bottom: 0;
  margin: 0;
  right: 0;
  background-color: #fff;
}

.contrast-box .info-box .addition-edit {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(88 100 113 / 10%);
  border-radius: 4px;
  text-align: center;
  width: 80px;
  position: absolute;
  right: -81px;
  top: 0;
  z-index: 10;
}

.contrast-box .info-box .addition-edit > div {
  color: #687089;
  padding: 9px 25px;
  cursor: pointer;
}

.contrast-box .info-box .addition-edit > div:first-child {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contrast-box .info-box .addition-edit > div:last-child {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.contrast-box .info-box .addition-edit > div:hover {
  background: #f0f2f6;
  color: #1abc9c;
}

.select2-container {
  width: 100% !important;
}

.class-level2-list-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 0px 30px;
  min-height: 600px;
  margin-bottom: 80px;
}

.class-level2-list-box .level2-class-box {
  padding: 20px 0px;
}

.class-level2-list-box .level3-class-box {
  background: #f6f8fa;
  border-radius: 4px;
  padding: 3px 40px;
}

.class-level2-list-box .listEmpty {
  top: 20px;
  position: relative;
}

.class-level2-list-box a:hover div {
  color: #1abc9c !important;
}

.class-detail-box .service-info > a:hover .esmTitle {
  color: #1abc9c;
}

.class-level2-list-box a div.line-icon {
  margin-right: 14px;
}

.class-level2-list-box a:hover div.line-icon > div {
  background-color: #1abc9c !important;
}

.class-level2-list-box .level3-class-box .level3-class-item {
  font-weight: 400;
  color: #2f3950;
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0px;
  margin-right: 40px;
}

.class-detail-box .class-detail-description {
  word-break: break-all;
}

.service-filter-container {
  min-height: 73vh;
  padding-bottom: 80px;
}

.rank-list-entry-box {
  position: relative;
  margin-bottom: 20px;
  min-height: 200px;
}

.rank-list-entry-box > div .rank-list-title {
  font-size: 24px;
  font-weight: bold;
}

.rank-list-entry-box > div .rank-list-subtitle {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}

.service-rank-tag {
  background: linear-gradient(90deg, #f5e0b3 0%, #dab278 100%);
  border-radius: 4px;
  padding: 5px 11px;
  margin-left: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.esm-title-box .esmTitle {
  top: 2px;
  position: relative;
  margin-bottom: 0;
}

.rank-list-entry-box p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.rank-list-entry-box .rank-list-bg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.rank-list-container {
  background: linear-gradient(180deg, #0d1a68 0%, #222f7a 100%);
  padding: 70px 0px 200px 0;
  position: relative;
  z-index: 1;
}

.rank-list-container .rank-list-title {
  margin-top: 40px;
  margin-bottom: 70px;
}

.rank-list-container .rank-article-box {
  padding: 40px 100px 80px 100px;
  background: #1b2c90;
  box-shadow: 0px 10px 30px 0px rgba(21, 35, 115, 0.2);
  opacity: 0.9;
  border-radius: 8px;
  margin-top: 70px;
  margin-bottom: 90px;
}

.rank-list-container .bg-pic {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.rank-list-container .nav-tabs {
  margin-bottom: 40px;
  border: none;
}

.rank-list-container .service:hover .fill-ratings i {
  color: #ffbf00;
}

.rank-list-container .service:hover .empty-ratings i {
  color: #dddfe7;
}

.rank-list-container .service {
  padding: 30px 8%;
}

.rank-list-container .service .service-number {
  width: 30px;
  margin-right: 45px;
}

.rank-list-container .rank-article-box .article-content {
  white-space: pre-wrap;
  text-align: justify;
}

.rank-list-container .nav-tabs > li > a {
  border: none;
  font-size: 18px;
  color: #7e87bd;
}

.rank-list-container .nav-tabs > li > .border {
  width: 40px;
  margin: auto;
  height: 4px;
  border-radius: 2px;
  margin-top: 5px;
}

.rank-list-container .nav-tabs > li > a:hover + .border,
.rank-list-container .nav-tabs > li.active > .border {
  background: #08f0ff;
}

.rank-list-container .nav-tabs > li.active > a,
.rank-list-container .nav-tabs > li.active > a:hover,
.rank-list-container .nav-tabs > li.active > a:focus,
.nav > li > a:hover,
.rank-list-container .nav > li > a:focus {
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  color: #08f0ff;
}

.font-30 {
  font-size: 30px;
}

.service-filter-container .class-description {
  /* max-height: 60px; */
  /* overflow: scroll; */
  word-break: break-all;
}

.service-filter-container .class-card {
  padding: 30px 60px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.service-filter-container .class-card .class-icon {
  max-width: 200px;
  margin-left: 50px;
}

.service-filter-container .filter-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 0;
}

.service-filter-container .filter-box #resetFilter:hover {
  color: #1abc9c;
}

.service-filter-container .filter-box .filter-head {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e6f0;
}

.service-filter-container .filter-box .filter-body {
  padding: 20px;
}

.service-filter-container .filter-box .filter-item {
  color: #2f3950;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.service-filter-container .filter-box .filter-body input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}

.service-filter-container
  .filter-box
  .filter-body
  input[type="checkbox"]:after {
  position: absolute;
  width: 14px;
  height: 15px;
  top: -2px;
  content: " ";
  background-color: #fff;
  border: 1px solid #000;
  padding: 0px 3px;
  border-radius: 3px;
  display: block;
}

.service-filter-container
  .filter-box
  .filter-body
  input[type="checkbox"]:checked:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19bc9c;
  color: #fff;
  border-color: #19bc9c;
}

.service-filter-container .filter-box .filter-body input[type="radio"] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}

.service-filter-container .filter-box .filter-body input[type="radio"]:after {
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0;
  content: " ";
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 50%;
}

.service-filter-container
  .filter-box
  .filter-body
  input[type="radio"]:checked:before {
  content: "✓";
  display: block;
  position: relative;
  top: -2px;
  left: 3px;
  width: 6px;
  height: 6px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
}

.service-filter-container .filter-box .filter-item:not(:last-child) {
  border-bottom: 1px solid #e1e6f0;
}

.service-filter-container .filter-box .filter-item .checkbox {
  margin-bottom: 15px;
}

.service-filter-container .filter-box .filter-item .checkbox label {
  margin-left: 5px;
}

.service-contrast-broadcast {
  border-radius: 4px;
}

.service-contrast-broadcast .head {
  background: linear-gradient(90deg, #02aab0 0%, #1abc9c 100%);
  font-weight: 500;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.service-contrast-broadcast .body {
  color: #2f3950;
  padding: 20px;
}

.service-contrast-broadcast .body ul {
  padding-left: 20px;
}

.service-contrast-broadcast .body ul li {
  color: #2f3950;
  margin-bottom: 15px;
}

.service-contrast-broadcast .body ul li::marker {
  color: #1abc9c;
  line-height: 0px;
  font-size: 19px;
}

.service-nav.service-order {
  position: relative;
  left: 32px;
}

.esm-service .logoBox .service-number {
  position: absolute;
  top: -6px;
  left: 4px;
}

.esm-service .logoBox .service-number img {
  width: 17px;
}

.esm-service .logoBox .service-number span {
  position: absolute;
  left: -1px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  top: 1px;
}

.video-box {
  position: relative;
  max-height: 308px;
  max-width: 550px;
  margin: auto;
}

.video-box .video-fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  text-align: center;
  display: flex;
}

.video-box .video-fg img.start-icon {
  z-index: 2;
  width: 64px;
  cursor: pointer;
}

.video-box video {
  width: 100%;
  max-height: 308px;
}

.video-box .video-title {
  width: 100%;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.video-box .video-title .title {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 2px 1px rgba(10, 57, 52, 0.14);
  line-height: 27px;
}

.video-box .video-title .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 2px 1px rgba(10, 57, 52, 0.14);
}

.v-hidden {
  visibility: hidden;
}

.video-box .video-fg img.img-bg {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  padding: 0 15px;
}

.detail.video-container {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .esm-article .article-box .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .esm-article .similar-articles .article {
    padding-left: 0px;
    padding-right: 0px;
  }

  .esm-article .article-box .article-markdown .service-card {
    padding: 10px;
  }

  .esm-article
    .article-box
    .article-markdown
    .service-card
    .service-summary
    .service-logo-box {
    top: 13px;
    left: -10px;
    position: relative;
  }

  .esm-article .article-box .article-markdown .service-card .esms {
    margin-bottom: 10px;
  }

  .esm-article .article-box .article-markdown .service-card .esms .esmTitle {
    margin-bottom: 5px;
  }

  .esm-article .article-box .article-markdown .service-card .service-summary {
    flex-flow: column;
  }

  #topicsBox .topic-item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60px;
    overflow: hidden;
  }

  .esm-header form.search-form .search-left {
    text-align: center;
    border: none;
  }

  .esm-header form.search-form {
    padding: 25px 15px;
  }

  .esm-header form.search-form > div {
    display: block;
  }

  .esm-header form.search-form > div .serach-left {
    margin-bottom: 10px;
  }

  .article .article-summary-box .articleAuthor {
    margin-top: 10px;
  }

  .esm-header img {
    min-height: 250px;
  }

  #authorsBox .author-item {
    min-height: 70px;
    height: 70px;
  }

  #topicsBox .topic-item {
    min-height: 70px;
  }

  .bottom-thumb {
    width: 37%;
  }

  .interact-box .share-box {
    left: 0;
    right: unset;
    top: 43px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .com_banner > .container > .noMargin {
    margin-top: 20px !important;
  }

  .service {
    padding: 20px;
  }

  .class-select-box {
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
  }

  .class-select-box .btn-group.bootstrap-select {
    width: 100% !important;
  }

  .class-select-box .btn-group.bootstrap-select div.dropdown-menu {
    border: none;
    max-height: 40vh !important;
    overflow-y: scroll !important;
  }

  .class-select-box .btn-group.bootstrap-select ul.dropdown-menu {
    border: none;
    max-height: auto !important;
    overflow-y: visible !important;
  }

  .class-select-box .btn-group.bootstrap-select li span {
    color: #687089;
  }

  .class-select-box .btn-group.bootstrap-select li a {
    padding: 10px;
  }

  .class-select-box .btn-group.bootstrap-select button {
    background: #fff;
    outline: none !important;
    border: 1px solid #fff;
    padding: 9px 25px;
    color: #2f3950;
    text-align: center;
    font-weight: 500;
  }

  .class-select-box select:focus-visible {
    outline: none;
  }

  .class-select-box select {
    border-color: #e1e6f0;
    border-radius: 4px;
    color: #687089;
  }

  #page-top:not(.noPadding) {
    padding: 0 15px;
  }

  #page-top .container .heading {
    margin-top: 0;
  }

  #page-top .container .heading > div > div {
    padding: 0;
  }

  .esm-header img {
    border-radius: 0;
  }

  .esm-article .similar-articles article {
    padding: 0px;
    margin-bottom: 15px;
  }

  .article .cover {
    margin-right: 0;
    object-fit: cover;
    width: 100%;
    margin: auto;
  }

  .esm-article .similar-articles .flexRow {
    flex-wrap: wrap;
  }

  .esm-service .product-images div.product-image-gallery {
    padding: 0;
  }

  .lists {
    padding: 0 !important;
  }

  .esm-service .esmDesc {
    max-width: 60vw;
  }

  .service-origin-tips {
    margin: 40px 0;
  }

  #comment .score-display-box > div.score-star {
    flex-basis: 40%;
  }

  #comment .score-display-box > div {
    flex-basis: 60%;
  }

  #consultModal .modal-dialog {
    margin-top: 15vh;
  }

  .service-list {
    padding-left: 0px;
  }

  .articles #articleBox .article .flexRow {
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    justify-content: center;
  }

  .articles #articleBox .article .flexRow .cover {
    object-fit: cover;
    width: 100%;
    margin: auto;
  }

  .articles .headerTitle {
    padding: 0 15px;
  }

  #comment .flexRow {
    flex-wrap: wrap;
  }

  #comment .edit-comment-box {
    flex-flow: column;
  }

  #comment .edit-comment-box .logo-box {
    justify-content: center;
  }

  #comment .edit-comment-box .text-box {
    margin: 15px;
  }

  #comment .comment-box .item .avatar-box {
    flex-flow: column;
  }

  #comment .comment-box .item .score-box .app-star p {
    margin: 0;
    margin-right: 10px;
  }

  .article .article-summary-box .thumb,
  .article .article-summary-box .share {
    flex-wrap: nowrap !important;
  }

  .service-nav.kinds {
    flex-flow: wrap;
  }

  .esm-search .logoBox img.service-logo {
    width: 60px;
    height: 60px;
    min-width: unset;
    min-height: unset;
  }

  #partnerBox .partner-item {
    margin: 0 10px;
  }

  #comment .comment-box .item .text-item .created {
    flex-flow: column;
    justify-content: flex-start;
    align-items: self-start;
  }

  .article .article-summary-box {
    display: flex;
    flex-flow: column;
  }

  .similar-articles article > div.flexRow {
    flex-flow: column;
  }

  .article .articleAuthor .name {
    min-width: auto;
  }

  .article .articleTitle {
    margin-top: 15px;
  }

  #comment .comment-box .item .team-size {
    margin-top: 10px;
  }

  .article .articleTitle,
  .article .articleDesc {
    width: auto;
  }

  #partnerBox .partner-item .img-box {
    display: flex;
    height: 98px;
  }

  #consult-page .consult-banner .title {
    padding-top: 20px !important;
    font-size: 20px;
  }

  #consult-page .consult-form .input-title {
    margin: 20px 0px 10px;
  }

  #consult-page .consult-form .send {
    line-height: 28px;
    margin: 30px auto;
  }

  #qaBox .qa-answer.answer-list .answer-box .flexRow {
    flex-wrap: wrap;
  }

  .class-list {
    overflow: scroll;
  }

  .settle_div {
    right: 20px;
  }

  .settle_btn {
    width: 45px;
  }

  .settle_btn .menu {
    right: 55px;
  }

  .article-container {
    padding-bottom: 40px;
  }

  .esm-article .article-container {
    padding-left: 0;
    padding-right: 0;
  }

  .esm-search .service-logo-box {
    margin-right: 10px;
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
  }

  #comment .comment-box .item [data-action="thumb"] {
    padding: 3px 5px;
  }

  #comment .comment-box .item .interact-box p {
    margin-bottom: 0 !important;
  }

  #comment .comment-box .item .score-box .app-star p {
    width: 100%;
    margin-top: 3px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .video-box .video-fg img.img-bg {
    padding: 0;
  }

  .video-box .video-title .title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .video-box .video-title .subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
}

#promotion-small {
  margin: auto;
  text-align: right;
  margin-right: 50px;
}

#promotion-small img {
  width: 50%;
  margin: auto;
}
