
    * {
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .case-head-pc {
      height: 400px;
      min-width: 1200px;
      background-color: #f7f7f8;
      overflow: hidden;
    }

    .case-head-pc .ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .case-head-pc .ellipsis-twoline {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      word-break: break-all;
      white-space: normal;
      -webkit-line-clamp: 2;
    }

    .case-head-pc-wrap {
      position: relative;
      padding-top: 48px;
      display: flex;
      justify-content: space-between;
      width: 1200px;
      height: inherit;
      margin: 0 auto;
    }

    .case-head-pc-baseInfo {
      max-width: 523px;
    }

    .case-head-pc-logo-wrap {
      display: inline-block;
      margin-top: 0;
      height: 60px;
      box-shadow: 2px 2px 8px 0 rgba(34, 38, 48, 0.08);
      background-color: #fff;
      border-radius: 4px;
      padding: 14px 18px;
    }

.case-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .case-head-pc-square {
      padding: 6px 18px;
    }

    .case-head-pc-logo {
      height: 32px;
      border-radius: 4px;
    }

    .case-head-pc-square .case-head-pc-logo {
      height: 48px;
    }

    .case-head-pc-title {
      max-height: 96px;
      margin-top: 34px;
      font-family: PingFangSC-Semibold;
      font-size: 32px;
      color: #171a1d;
      line-height: 48px;
    }

    .case-head-pc-description {
      max-height: none;
      margin-top: 12px;
      font-family: PingFangSC-Regular;
      font-size: 16px;
      /* color: rgba(23, 26, 29, 0.6); */
      line-height: 32px;
      text-align: justify;
    }

    .case-head-pc-tags {
      display: flex;
      align-items: center;
      margin-left: 10;
    }

    .case-head-pc-tag {
      margin-right: 8px;
      padding: 5px 10px;
      border: 1px solid rgba(126, 134, 142, 0.16);
      border-radius: 4px;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      color: rgba(23, 26, 29, 0.6);
      line-height: 16px;
    }

    .case-head-pc-image {
      height: 352px;
      width: 626px;
      border-radius: 8px 8px 0 0;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    .c-caseEnginePC-flexContainer {
      /* display: flex; */
      width: 1200px;
      margin: 0 auto;
      margin-bottom: 80px;
    }

    .c-caseEnginePC-container {
      margin-bottom: 32px;
    }

    .c-caseEnginePC-sideContent {
      margin-left: 56px;
    }
		
    .c-caseEvaluationSharePc {
      /* display: flex; */
      align-items: center;
      justify-content: space-between;
      text-align: justify;
      font-size: 16px;
      line-height: 32px;
    }

    .c-caseEvaluationSharePc-icon {
      font-family: "iconFont_dingding";
      font-size: 20px;
      vertical-align: baseline;
    }

    .c-caseEvaluationSharePc-title {
      font-family: PingFangSC-Medium;
      font-size: 44px;
      color: #171a1d;
      line-height: 48px;
      margin-top: 60px;
      margin-bottom: 60px;
      text-align: center;
    }

    .c-caseEvaluationSharePc-btns {
      display: flex;
      align-items: center;
    }

    .c-caseEvaluationSharePc-thumb,
    .c-caseEvaluationSharePc-useful {
      margin-left: 5px;
    }

    .c-caseEvaluationSharePc-useful {
      display: none;
      color: #0089ff;
    }

    .c-caseEvaluationSharePc-btn {
      display: flex;
      align-items: center;
      height: 36px;
      padding: 0 16px;
      margin-left: 8px;
      border-radius: 6.43px;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      background-color: #f1f2f3;
      color: rgba(23, 26, 29, 0.65);
      cursor: pointer;
    }

    .c-caseEvaluationSharePc-btn:hover {
      color: #0089ff;
      background-color: rgba(0, 137, 255, 0.1);
    }

    .c-caseEvaluationSharePc-evaluated {
      color: #0089ff;
      background-color: rgba(0, 137, 255, 0.1);
    }

    .c-caseEvaluationSharePc-btn:hover .c-caseEvaluationSharePc-useful {
      display: inline;
    }

    .c-caseEvaluationSharePc-btn:hover .c-caseEvaluationSharePc-thumb {
      display: none;
    }

    .c-caseEvaluationSharePc-btn.c-caseEvaluationSharePc-evaluated:hover .c-caseEvaluationSharePc-useful {
      display: none;
    }

    .c-caseEvaluationSharePc-btn.c-caseEvaluationSharePc-evaluated:hover .c-caseEvaluationSharePc-thumb {
      display: inline;
    }

    .c-caseEvaluationSharePc-share {
      position: relative;
    }

    .c-caseEvaluationSharePc-share:hover .c-caseEvaluationSharePc-shareCode,
    .c-caseEvaluationSharePc-active .c-caseEvaluationSharePc-shareCode {
      display: block;
    }

    .c-caseEvaluationSharePc-shareCode {
      display: none;
      position: absolute;
      left: -48px;
      top: 45px;
      z-index: 100;
      width: 160px;
      border: 1px solid rgba(126, 134, 142, 0.16);
      border-radius: 8px;
      padding: 14px;
      padding-bottom: 6px;
      text-align: center;
      background-color: #fff;
      box-shadow: 0 8px 32px 0 rgba(34, 38, 48, 0.12);
    }

    .c-caseEvaluationSharePc-Qrcode {
      width: 100%;
      height: 100%;
    }

    .c-caseEvaluationSharePc-arrow {
      position: absolute;
      left: calc(50% - 2px);
      top: -5px;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border: 1px solid rgba(126, 134, 142, 0.16);
      border-right-color: rgba(126, 134, 142, 0);
      border-bottom-color: rgba(126, 134, 142, 0);
      transform: rotateZ(45deg);
    }

    .c-caseEvaluationSharePc-share-tips {
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: rgba(23, 26, 29, 0.4);
      line-height: 18px;
    }
		
    .pain-spot-component-pc {
      margin: 0 auto;
      padding-top: 8px;
      padding-bottom: 16px;
    }

    .pain-spot-component-pc-flex {
      display: flex;
      display: -ms-flexbox;
      justify-content: space-between;
      padding: 1.5px;
    }

    .pain-spot-component-pc-head,
    .pain-spot-component-pc-content {
      flex: 1;
      display: flex;
      align-items: center;
      min-height: 80px;
    }

    .pain-spot-component-pc-head {
      padding-left: 32px;
      font-family: PingFangSC-Medium;
      font-size: 18px;
      color: #171a1d;
      line-height: 28px;
      border-radius: 8px 8px 0px 0px;
    }

    .pain-spot-component-pc-content {
      padding: 18px 32px;
      font-family: PingFangSC-Regular;
      font-size: 15px;
      color: rgba(23, 26, 29, 0.9);
      line-height: 22px;
      word-break: break-all;
    }

    .pain-spot-component-pc-flex:last-child .pain-spot-component-pc-content {
      border-radius: 0px 0px 8px 8px;
    }

    .pain-spot-component-pc-solution-tag {
      color: #3296fa;
      cursor: pointer;
    }

    .pain-spot-component-pc-solution-title {
      font-family: PingFangSC-Regular;
      font-size: 15px;
      color: #171a1d;
      line-height: 22px;
      margin-right: 6px;
    }

    .pain-spot-component-pc-solution-icon {
      display: inline-block;
      font-family: "iconFont_dingding";
      height: 16px;
      width: 16px;
      font-size: 9px;
      text-align: center;
      line-height: 17px;
      background-color: rgba(0, 137, 255, 0.13);
      border-radius: 4px;
      color: #0089ff;
    }

    .pain-spot-component-pc-icon {
      font-family: "iconFont_dingding";
      margin-right: 8px;
      font-size: 23px;
    }

    .pain-spot-component-pc-painSpot {
      background-color: #fff8f0;
    }

    .pain-spot-component-pc-painSpot .pain-spot-component-pc-icon {
      color: #ff9200;
    }

    .pain-spot-component-pc-solutionCase {
      margin: 0 12px;
      background-color: #f3f9ff;
    }

    .pain-spot-component-pc-solutionCase .pain-spot-component-pc-icon {
      color: #0089ff;
    }

    .pain-spot-component-pc-solutionEffect {
      background-color: #f3fbf6;
    }

    .pain-spot-component-pc-solutionEffect .pain-spot-component-pc-icon {
      color: #00b042;
    }
.TRS_Editor {
    width:1200px;
}
.TRS_Editor span{
    font-family: PingFangSC-Regular!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor font{
    font-family: PingFangSC-Regular!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor p{
    font-family: PingFangSC-Regular!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
    /* min-height: 80px; */
}
.TRS_Editor div{
    font-family: PingFangSC-Regular!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor table{
    width: 100%!important;
    border: 0;
    height: auto!important;
    margin-top: 20px;
}
.TRS_Editor table tr{
    border: 0;
    height: auto!important;
}
.TRS_Editor table tr td{
    border: 6px solid #FFFFFF!important;
    padding: 18px 32px!important;
    height: auto!important;
    font-family: PingFangSC-Regular!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor table tr:nth-child(1) td:nth-child(1){
    padding-left: 62px!important;
    background-image: url(ico-tongdian.png);
    background-repeat: no-repeat;
    background-position-y: 21px;
    background-position-x: 32px;
}
.TRS_Editor table tr:nth-child(1) td:nth-child(2){
    padding-left: 62px!important;
    background-image: url(ico-fangan.png);
    background-repeat: no-repeat;
    background-position-y: 21px;
    background-position-x: 32px;
}
.TRS_Editor table tr:nth-child(1) td:nth-child(3){
    padding-left: 62px!important;
    background-image: url(ico-xiaoguo.png);
    background-repeat: no-repeat;
    background-position-y: 21px;
    background-position-x: 32px;
}
.TRS_Editor table tr td:nth-child(1){
    background: #fff8f0;
}
.TRS_Editor table tr td:nth-child(2){
    background: #F3F9FF;
}
.TRS_Editor table tr td:nth-child(3){
    background: #f3fbf6;
}

@media (max-width: 768px) {
    
    * {
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .case-head-pc {
      height: auto;
      min-width: 100%;
      background-color: #f7f7f8;
      overflow: hidden;
    }

    .case-head-pc .ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .case-head-pc .ellipsis-twoline {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      word-break: break-all;
      white-space: normal;
      -webkit-line-clamp: 2;
    }

    .case-head-pc-wrap {
      position: relative;
      padding-top: 0;
      display: block;
      justify-content: space-between;
      width: 100%;
      height: inherit;
      margin: 0 auto;
    }

    .case-head-pc-baseInfo {
      max-width: 100%;
      padding: 0.1rem;
    }

    .case-head-pc-logo-wrap {
      display: inline-block;
      margin-top: 16px;
      height: 60px;
      box-shadow: 2px 2px 8px 0 rgba(34, 38, 48, 0.08);
      background-color: #fff;
      border-radius: 4px;
      padding: 14px 18px;
      width: auto;
    }

    .case-head-pc-square {
      padding: 6px 18px;
    }

    .case-head-pc-logo {
      width: auto;
      height: 32px;
      border-radius: 4px;
    }

    .case-head-pc-square .case-head-pc-logo {
      height: 48px;
    }

    .case-head-pc-title {
      max-height: 0.8rem;
      margin-top: 0.2rem;
      font-family: PingFangSC-Semibold;
      font-size: 0.24rem;
      color: #171a1d;
      line-height: 0.4rem;
    }

    .case-head-pc-description {
      max-height: none;
      margin-top: 0.1rem;
      font-family: PingFangSC-Regular;
      font-size: 0.14rem;
      /* color: rgba(23, 26, 29, 0.6); */
      line-height: 0.32rem;
    }

    .case-head-pc-tags {
      position: relative;
      left: 0;
      bottom: 0;
      display: flex;
      margin-top: 0.1rem;
      align-items: center;
      margin-left: 0;
    }

    .case-head-pc-tag {
      margin-right: 8px;
      padding: 5px 10px;
      border: 1px solid rgba(126, 134, 142, 0.16);
      border-radius: 4px;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      color: rgba(23, 26, 29, 0.6);
      line-height: 16px;
    }

    .case-head-pc-image {
      height: auto;
      width: 100%;
      border-radius: 8px;
      padding: 0.1rem;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .case-head-pc-image img{
      height: auto;
      width: 100%;
      border-radius: 4px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    .c-caseEnginePC-flexContainer {
      /* display: flex; */
      width: 100%;
      margin: 0 auto;
      padding: 0 0.1rem;
      margin-bottom: 0.2rem;
    }

    .c-caseEnginePC-container {
      margin-bottom: 0.2rem;
    }

    .c-caseEnginePC-sideContent {
      margin-left: 56px;
    }
		
    .c-caseEvaluationSharePc {
      /* display: flex; */
      align-items: center;
      justify-content: space-between;
    }

    .c-caseEvaluationSharePc-icon {
      font-family: "iconFont_dingding";
      font-size: 20px;
      vertical-align: baseline;
    }

    .c-caseEvaluationSharePc-title {
      font-family: PingFangSC-Medium;
      font-size: 16px;
      color: #171a1d;
      line-height: 0.32rem;
      text-align: center;
      margin: 0;
    }

    .c-caseEvaluationSharePc-btns {
      display: flex;
      align-items: center;
    }

    .c-caseEvaluationSharePc-thumb,
    .c-caseEvaluationSharePc-useful {
      margin-left: 5px;
    }

    .c-caseEvaluationSharePc-useful {
      display: none;
      color: #0089ff;
    }

    .c-caseEvaluationSharePc-btn {
      display: flex;
      align-items: center;
      height: 36px;
      padding: 0 16px;
      margin-left: 8px;
      border-radius: 6.43px;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      background-color: #f1f2f3;
      color: rgba(23, 26, 29, 0.65);
      cursor: pointer;
    }

    .c-caseEvaluationSharePc-btn:hover {
      color: #0089ff;
      background-color: rgba(0, 137, 255, 0.1);
    }

    .c-caseEvaluationSharePc-evaluated {
      color: #0089ff;
      background-color: rgba(0, 137, 255, 0.1);
    }

    .c-caseEvaluationSharePc-btn:hover .c-caseEvaluationSharePc-useful {
      display: inline;
    }

    .c-caseEvaluationSharePc-btn:hover .c-caseEvaluationSharePc-thumb {
      display: none;
    }

    .c-caseEvaluationSharePc-btn.c-caseEvaluationSharePc-evaluated:hover .c-caseEvaluationSharePc-useful {
      display: none;
    }

    .c-caseEvaluationSharePc-btn.c-caseEvaluationSharePc-evaluated:hover .c-caseEvaluationSharePc-thumb {
      display: inline;
    }

    .c-caseEvaluationSharePc-share {
      position: relative;
    }

    .c-caseEvaluationSharePc-share:hover .c-caseEvaluationSharePc-shareCode,
    .c-caseEvaluationSharePc-active .c-caseEvaluationSharePc-shareCode {
      display: block;
    }

    .c-caseEvaluationSharePc-shareCode {
      display: none;
      position: absolute;
      left: -48px;
      top: 45px;
      z-index: 100;
      width: 160px;
      border: 1px solid rgba(126, 134, 142, 0.16);
      border-radius: 8px;
      padding: 14px;
      padding-bottom: 6px;
      text-align: center;
      background-color: #fff;
      box-shadow: 0 8px 32px 0 rgba(34, 38, 48, 0.12);
    }

    .c-caseEvaluationSharePc-Qrcode {
      width: 100%;
      height: 100%;
    }

    .c-caseEvaluationSharePc-arrow {
      position: absolute;
      left: calc(50% - 2px);
      top: -5px;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border: 1px solid rgba(126, 134, 142, 0.16);
      border-right-color: rgba(126, 134, 142, 0);
      border-bottom-color: rgba(126, 134, 142, 0);
      transform: rotateZ(45deg);
    }

    .c-caseEvaluationSharePc-share-tips {
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: rgba(23, 26, 29, 0.4);
      line-height: 18px;
    }
		
    .pain-spot-component-pc {
      margin: 0 auto;
      padding-top: 8px;
      padding-bottom: 16px;
    }

    .pain-spot-component-pc-flex {
      display: flex;
      display: -ms-flexbox;
      justify-content: space-between;
      padding: 1.5px;
    }

    .pain-spot-component-pc-head,
    .pain-spot-component-pc-content {
      flex: 1;
      display: flex;
      align-items: center;
      min-height: 80px;
    }

    .pain-spot-component-pc-head {
      padding-left: 32px;
      font-family: PingFangSC-Medium;
      font-size: 18px;
      color: #171a1d;
      line-height: 28px;
      border-radius: 8px 8px 0px 0px;
    }

    .pain-spot-component-pc-content {
      padding: 18px 32px;
      font-family: PingFangSC-Regular;
      font-size: 15px;
      color: rgba(23, 26, 29, 0.9);
      line-height: 22px;
      word-break: break-all;
    }

    .pain-spot-component-pc-flex:last-child .pain-spot-component-pc-content {
      border-radius: 0px 0px 8px 8px;
    }

    .pain-spot-component-pc-solution-tag {
      color: #3296fa;
      cursor: pointer;
    }

    .pain-spot-component-pc-solution-title {
      font-family: PingFangSC-Regular;
      font-size: 15px;
      color: #171a1d;
      line-height: 22px;
      margin-right: 6px;
    }

    .pain-spot-component-pc-solution-icon {
      display: inline-block;
      font-family: "iconFont_dingding";
      height: 16px;
      width: 16px;
      font-size: 9px;
      text-align: center;
      line-height: 17px;
      background-color: rgba(0, 137, 255, 0.13);
      border-radius: 4px;
      color: #0089ff;
    }

    .pain-spot-component-pc-icon {
      font-family: "iconFont_dingding";
      margin-right: 8px;
      font-size: 23px;
    }

    .pain-spot-component-pc-painSpot {
      background-color: #fff8f0;
    }

    .pain-spot-component-pc-painSpot .pain-spot-component-pc-icon {
      color: #ff9200;
    }

    .pain-spot-component-pc-solutionCase {
      margin: 0 12px;
      background-color: #f3f9ff;
    }

    .pain-spot-component-pc-solutionCase .pain-spot-component-pc-icon {
      color: #0089ff;
    }

    .pain-spot-component-pc-solutionEffect {
      background-color: #f3fbf6;
    }

    .pain-spot-component-pc-solutionEffect .pain-spot-component-pc-icon {
      color: #00b042;
    }
    .TRS_Editor {
    width:100%;
}
.TRS_Editor span{
    font-family: PingFangSC-Regular;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor font{
    font-family: PingFangSC-Regular;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor p{
    font-family: PingFangSC-Regular;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
    flex: 1;
    /* display: flex; */
    /* align-items: center; */
    /* min-height: 80px; */
}
.TRS_Editor div{
    font-family: PingFangSC-Regular;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 26px!important;
}
.TRS_Editor table{
    width: 100%!important;
    border: 0;
    height: auto!important;
    margin-top: 0.2rem;
}
.TRS_Editor table tr{
    border: 0;
    height: auto!important;
}
.TRS_Editor table tr td{
    border: 0.04rem solid #FFFFFF!important;
    padding: 0.08rem 0.12rem!important;
    height: auto!important;
}
.TRS_Editor table tr:nth-child(1) td:nth-child(1){
    padding-left: 0.32rem!important;
    background-image: url(ico-tongdian.png);
    background-repeat: no-repeat;
    background-position-y: 0.11rem;
    background-position-x: 0.1rem;
}
.TRS_Editor table tr:nth-child(1) td:nth-child(2){
    background-image: url(ico-fangan.png);
    background-repeat: no-repeat;
    padding-left: 0.32rem!important;
    background-position-y: 0.11rem;
    background-position-x: 0.1rem;
}
.TRS_Editor table tr:nth-child(1) td:nth-child(3){
    background-image: url(ico-xiaoguo.png);
    background-repeat: no-repeat;
    padding-left: 0.32rem!important;
    background-position-y: 0.11rem;
    background-position-x: 0.1rem;
}
.TRS_Editor table tr td:nth-child(1){
    background: #fff8f0;
}
.TRS_Editor table tr td:nth-child(2){
    background: #F3F9FF;
}
.TRS_Editor table tr td:nth-child(3){
    background: #f3fbf6;
}
  .advantage_content {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 20px 15px 10px 20px;
    position: relative;
    box-shadow: 0 2px 15px 0 rgba(190, 190, 190, 0.43);
    border-radius: 4px;
  }
  .advantage_content img {
    width: 100px;
    height: 100px;
    text-align: left;
    position: unset;
    top: 0;
    margin-top: 0;
  }
	.advantage_content p {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
    padding: 0;
    margin-bottom: 10px;
}
}
