<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#solutionPage {}

/* #region å…¬å…±æ&nbsp;·å¼ */
.solution_cont {
  padding: 120px 0px;
}
.solution_headline {
  font-size: 34px;
  color: #273045;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin-bottom: 80px;
}
.solution_flex_row_space_between {
  display: flex;
  justify-content: space-between;
}
.solution_flex_column {
  display: flex;
  flex-direction: column;
}
.solution_jjfa_tab_common_title {
  font-size: 24px;
  color: #273045;
  font-weight: 500;
}
.solution_jjfa_tab_common_sub {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 26px;
  color: #596580;
}
.solution_green_radius_title {
  font-size: 18px;
  height: 40px;
  line-height: 42px;
  color: white;
  background: #00AF83;
  text-align: center;
  border-radius: 20px 3px 20px 3px;
  width: max-content;
  padding: 0 20px;
  font-weight: 900;
}
.solution_img_flex_center {
  display:flex-box;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.solution_img_half_size {
  transform: scale(0.5);
}
/* çŽ¯å½¢ç™¾åˆ†æ¯”è¿›åº¦æ¡ */
.solution_circle_progress {
  margin: 0 auto;
  width: 115px;
  height: 115px;
  position: relative;
  border-radius: 50%;
  background: #00AF83;
}
.solution_circle_progress_pie_left,
.solution_circle_progress_pie_right {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
}
.solution_circle_progress_cont_left,
.solution_circle_progress_cont_right {
  width: 115px;
  height: 115px;
  background: #B7F4BF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solution_circle_progress_pie_right,
.solution_circle_progress_cont_right {
  clip: rect(0, auto, auto, 58px);
}
.solution_circle_progress_pie_left,
.solution_circle_progress_cont_left {
  clip: rect(0, 58px, auto, 0);
}
.solution_circle_progress_mask {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 107px;
  font-weight: 500;
  color: #00AF83;
}
.solution_circle_progress_mask_number {
  font-size: 50px;
}
.solution_circle_progress_mask_symbol {
  margin-left: -5px;
  font-size: 20px;
}
/* #endregion */

/* #region å¤´éƒ¨banner */
.solution_banner_body{
  height: 400px;
  background: url('https://www.7moor.com/wp-content/uploads/2020/11/banner_diwen@2x.png') no-repeat 0 center;
  background-color: #1F2430;
  background-size: 100% 100%;
}
.solution_banner_cont {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.solution_banner_left{
  width: 460px;
}
.solution_banner_left &gt; h4{
  padding-top: 80px;
  font-size: 38px;
  line-height: 38px;
  color: white;
  font-weight: 500;
}
.solution_banner_left &gt; h1{
  padding-top: 80px;
  font-size: 38px;
  line-height: 38px;
  color: white;
  font-weight: 500;
}
.solution_banner_left &gt; h5{
  font-size: 20px;
  margin-top: 20px;
  color: white;
  width: 450px;
  line-height: 28px;
}
.solution_banner_left_li_ji_zi_xun {
  font-size: 16px;
  width: 150px;
  height: 46px;
  background: rgba(0,175,131,1);
  border-radius: 3px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  cursor: pointer;
}
.solution_banner_left_li_ji_zi_xun:hover {
    color: #fff;
    background: rgba(0, 175, 131, 1);
    box-shadow: 0px 8px 20px 0px rgb(0 175 131 / 30%);
    transform: translateY(-2px);
    transition: all 0.1s ease 0.1s;
}
.solution_banner_right {
  flex: 1;
  text-align: right;
}
.solution_banner_right &gt; img {
  height: 300px;
  margin: 50px;
}
/* #endregion */

/* #region ç¬¬ä¸€éƒ¨åˆ† è¡Œä¸šç—›ç‚¹ */
.solution_hytd_body {
}
.solution_hytd_cont {
  width: 1100px;
  margin: 0 auto;
}
/* #region æ¯è¡Œç—›ç‚¹cardï¼Œå¦‚ï¼šæ±½è½¦ã€æ—…æ¸¸ */
.solution_hytd_line {
  width: 1100px;
  background: #F8FAFC;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
}
.solution_hytd_line:hover{
  box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
}
.solution_hytd_line + .solution_hytd_line {
  margin-top: 40px;
}
.solution_hytd_line:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 1);
}
.solution_hytd_line:hover .solution_hytd_line_center_title {
  color: #00AF83;
}
.solution_hytd_line_left_border {
  width: 6px;
  background-color: #00AF83;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.solution_hytd_line_left_number {
  color: #00af8385;
  font-size: 100px;
  font-weight: 400;
  position: relative;
  left: -20px;
  top: 85%;
}
.solution_hytd_line_center {
  width: 194px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #273045;
  font-size: 24px;
}
.solution_hytd_line_right {
  flex: 1;
  padding: 40px 60px 40px 0px;
}
.solution_hytd_line_right_title {
  font-size: 18px;
  color: #273045;
  font-weight: 500;
}
.solution_hytd_line_right_sub {
  font-size: 16px;
  color: #596580;
  margin-top: 20px;
  font-weight: 400;
  line-height: 26px;
}
/* #endregion */
/* #region å›¾æ&nbsp;‡iconcardï¼Œå¦‚ï¼šé‡‘èž */
.solution_hytd_card_row {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.solution_hytd_card_row + .solution_hytd_card_row {
  margin-top: 60px;
}
.solution_hytd_card {
  width: 327px;
  height: 258px;
  background: #F8FAFC;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.solution_hytd_card:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
}
.solution_hytd_card:hover .solution_hytd_card_img {
  margin-top: 40px;
  transition: all 0.3s;
}
.solution_hytd_card:hover .solution_hytd_card_sub {
  display: none;
}
.solution_hytd_card:hover .solution_hytd_card_sub_hover {
  display: block;
  animation: solution_hytd_card_sub_hover .3s;
  -webkit-animation: solution_hytd_card_sub_hover .3s;
}
/*è‡ªå®šä¹‰åŠ¨ç”»*/
@keyframes solution_hytd_card_sub_hover {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.solution_hytd_card_img {
  margin-top: 60px;
  height: 70px;
}
.solution_hytd_card_sub {
  display: block;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 20px;
  color: #273045;
  line-height: 28px;
  font-weight: 500;
}
.solution_hytd_card_sub_hover {
  display: none;
  color: white;
  background: #00AF83;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
/* #endregion */
/* #region å¸¦tabçš„ï¼Œå¦‚ï¼šæ•™è‚²*/
.solution_hytd_tdtab {
  /* width: 1100px; */
  border-bottom: 2px solid #E2E4E6;
}
#solution_hytd_tdtab_ul {
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
}
#solution_hytd_tdtab_ul &gt; li {
  cursor: pointer;
  margin: 0 40px;
}
#solution_hytd_tdtab_ul &gt; li a {
  display: block;
  line-height: 33.5px;
  font-size: 24px;
  padding-bottom: 15px;
  color: #273045;
}
#solution_hytd_tdtab_ul &gt; li a.active_tdtab {
  color: #00AF83;
  border-bottom: 2px solid #00AF83;
  font-weight: 900;
}
.solution_hytd_tdtab_content {
  width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
}
.solution_hytd_tdtab_pre_sale {
  display: block;
}
.solution_hytd_tdtab_after_sale {
  display: none;
}
.solution_hytd_tdtab_platform {
  display: block;
}
.solution_hytd_tdtab_merchants {
  display: none;
}
/* #endregion */
/* #endregion */

/* #region ç¬¬äºŒéƒ¨åˆ† è§£å†³æ–¹æ¡ˆ */
.solution_jjfa_body {
  background: #F8FAFC;
}
.solution_jjfa_cont {
}
/* #region cardå½¢å¼ï¼Œå¦‚ï¼šæ—…æ¸¸ */
.solution_jjfa_card_row {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.solution_jjfa_card_row + .solution_jjfa_card_row {
  margin-top: 60px;
}
.solution_jjfa_card {
  width: 520px;
  background: white;
  padding: 40px 0;
  display: flex;
}
.solution_jjfa_card_left {
  width: 90px;
  margin-left: 40px;
}
.solution_jjfa_card_left &gt; img {
  height: 60px;
}
.solution_jjfa_card_right {
  flex: 1;
  margin-right: 40px;
}
.solution_jjfa_card_right_title {
  font-size: 20px;
  color: #273045;
  font-weight: 500;
  line-height: 28px;
}
.solution_jjfa_card_right_sub {
  font-size: 14px;
  color: #596580;
  margin-top: 20px;
  line-height: 24px;
}
.solution_jjfa_card_content_big_img {
  box-sizing: border-box;
  margin: 0 auto;
  height: 440px;
  width: inherit;
}
/* #endregion */
/* #region ç»¿è‰²bannerçš„cardå½¢å¼ï¼Œå¦‚ï¼šåŒ»ç–— */
.solution_jjfa_green_banner_card {
  width: 327px;
  height: 314px;
  background: #FFFFFF;
  border-radius: 6px;
}
.solution_jjfa_green_banner_card_top {
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  padding-left: 30px;
  color: white;
  font-weight: 500;
}
.solution_jjfa_green_banner_card_top_img1 {
  background: url('https://www.7moor.com/wp-content/uploads/2020/11/image_yl1@2x.png') no-repeat 0 center;
  background-size: contain;
}
.solution_jjfa_green_banner_card_top_img2 {
  background: url('https://www.7moor.com/wp-content/uploads/2020/11/image_yl2@2x.png') no-repeat 0 center;
  background-size: contain;
}
.solution_jjfa_green_banner_card_top_img3 {
  background: url('https://www.7moor.com/wp-content/uploads/2020/11/image_yl3@2x.png') no-repeat 0 center;
  background-size: contain;
}
.solution_jjfa_green_banner_card_content {
  padding: 30px 30px 0 50px;
}
ul.solution_jjfa_green_banner_card_ul {
  list-style: disc;
}
.solution_jjfa_green_banner_card_li {
  font-size: 14px;
  color: #596580;
  line-height: 24px;
}
.solution_jjfa_green_banner_card_li + .solution_jjfa_green_banner_card_li {
  margin-top: 30px;
}
/* #endregion */
/* #region tabå½¢å¼ï¼Œå¦‚ï¼šæ±½è½¦ */
.solution_jjfa_fatab {
  /* width: 1100px; */
  border-bottom: 2px solid #E2E4E6;
}
#solution_jjfa_fatab_ul {
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
}
#solution_jjfa_fatab_ul &gt; li {
  cursor: pointer;
  margin: 0 40px;
}
#solution_jjfa_fatab_ul &gt; li a {
  display: block;
  line-height: 33.5px;
  font-size: 24px;
  padding-bottom: 15px;
  color: #273045;
}
#solution_jjfa_fatab_ul &gt; li a.active_fatab {
  color: #00AF83;
  border-bottom: 2px solid #00AF83;
  font-weight: 900;
}
.solution_jjfa_tab_content {
  width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 80px 60px;
  background: white;
  box-sizing: border-box;
}
/* #region å¤šIVRè¯­éŸ³å¯¼èˆªã€æ™ºèƒ½è·¯ç”±åˆ†é… */
.solution_jjfa_tab_voice {
  display: block;
}
.solution_jjfa_tab_voice_card_box {
}
.solution_jjfa_tab_voice_card_item {
  width: 294px;
}
ul.solution_jjfa_tab_voice_card_item_ul {
  padding-top: 20px;
  list-style: disc;
  padding-left: 18px;
  flex: 1;
}
.solution_jjfa_tab_voice_card_item_li {
  font-size: 14px;
  color: #596580;
  line-height: 24px;
}
.solution_jjfa_tab_voice_card_item_li + .solution_jjfa_tab_voice_card_item_li{
  margin-top: 10px;
}
.solution_jjfa_tab_voice_card_item_img {
  margin-top: 40px;
  height: 300px;
  background: #F8FAFC;
  border-radius: 6px;
  width: inherit;
}
/* #endregion */
/* #region å¤šæ¸&nbsp;é“æœåŠ¡å’¨è¯¢ */
.solution_jjfa_tab_service {
  display: none;
}
.solution_jjfa_tab_service_card_box {
  margin-top: 40px;
}
.solution_jjfa_tab_service_card_item {
  width: 450px;
  padding: 40px 53px;
  background: #F8FAFC;
  box-sizing: border-box;
}
.solution_jjfa_tab_service_card_item_title {
  font-size: 18px;
  color: #273045;
  text-align: center;
  font-weight: 500;
}
.solution_jjfa_tab_service_card_item_img {
  margin-top: 40px;
  height: 145px;
}
.solution_jjfa_tab_service_card_item_sub {
  text-align: center;
  margin-top: 30px;
  color: #273045;
  font-size: 14px;
  font-weight: 500;
}
.solution_jjfa_tab_service_card_item_content {
  text-align: center;
  margin-top: 10px;
  color: #596580;
  font-size: 14px;
}
.solution_jjfa_tab_service_card_icon {
  flex: 1;
  justify-content: center;
}
.solution_jjfa_tab_service_card_icon_img {
}
.solution_jjfa_tab_service_card_icon_title {
  font-size: 14px;
  color: #273045;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
/* #endregion */
/* #region éšç§é€šè¯ä¿æŠ¤å®¢æˆ·æ•°æ®å®‰å…¨ */
.solution_jjfa_tab_security {
  display: none;
}
.solution_jjfa_tab_security_card_box {
  margin-top: 40px;
  height: 560px;
  background: #F8FAFC;
  border-radius: 6px;
}
.solution_jjfa_tab_security_card_item {
  height: inherit;
}
/* #endregion */
/* #region å”®å‰åœºæ™¯ */
.solution_jjfa_tab_pre_sale {
  display: block;
}
.solution_jjfa_tab_pre_sale_card_box {
  margin-top: 40px;
  height: 560px;
  background: #F8FAFC;
  border-radius: 6px;
}
.solution_jjfa_tab_pre_sale_card_item {
  height: inherit;
}
/* #endregion */
/* #region å”®ä¸­&amp;åŽåœºæ™¯ */
.solution_jjfa_tab_after_sale {
  display: none;
}
.solution_jjfa_tab_after_sale_card_box {
  margin-top: 40px;
  height: 560px;
  background: #F8FAFC;
  border-radius: 6px;
}
.solution_jjfa_tab_after_sale_card_item {
  height: 247px;
}
.solution_jjfa_tab_after_sale_card_item_card_260 {
  width: 260px;
  background: #F8FAFC;
  border-radius: 6px;
  padding: 50px 0 40px 0;
  height: 247px;
  box-sizing: border-box;
}
.solution_jjfa_tab_after_sale_card_item_card_260_logo {
  height: 30px;
}
.solution_jjfa_tab_after_sale_card_item_card_260_title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #273045;
  line-height: 25px;
  text-align: center;
}
.solution_jjfa_tab_after_sale_card_item_card_260_sub {
  margin: 12px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #596580;
  line-height: 20px;
  text-align: center;
}
/* #endregion */
/* #region å’¨è¯¢å¤šå…ƒåŒ– */
.solution_jjfa_tab_pluralism {
  display: block;
}
.solution_jjfa_tab_pluralism_card_box {
  margin-top: 40px;
  height: 560px;
  background: #F8FAFC;
  border-radius: 6px;
}
.solution_jjfa_tab_pluralism_card_item {
  height: 418px;
  padding: 60px 41.5px;
}
/* #endregion */
/* #region é‡å¤æ€§å’¨è¯¢ */
.solution_jjfa_tab_repetitive {
  display: none;
}
.solution_jjfa_tab_repetitive_card_box {
  width: inherit;
  margin: 0 auto;
}
.solution_jjfa_tab_repetitive_card_item {
  width: 420px;
}
.solution_jjfa_tab_repetitive_card_img {
  height: 420px;
  margin: 0 60px;
}
.solution_jjfa_tab_repetitive_card_img&gt;img {
  height: inherit;
}
ul.solution_jjfa_tab_repetitive_card_ul {
  padding-top: 20px;
  padding-left: 18px;
  list-style: disc;
}
.solution_jjfa_tab_repetitive_card_li {
  font-size: 16px;
  color: #596580;
  line-height: 26px;
}
.solution_jjfa_tab_repetitive_card_li + .solution_jjfa_tab_repetitive_card_li {
  margin-top: 40px;
}
.solution_jjfa_tab_repetitive_card_li_text {  
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  color: #596580;
  line-height: 26px;
}
/* #endregion */
/* #region å’¨è¯¢å¤šå…ƒåŒ– */
.solution_jjfa_tab_information {
  display: none;
}
.solution_jjfa_tab_information_card_box {
  margin-top: 40px;
  height: 560px;
  background: #F8FAFC;
  border-radius: 6px;
}
.solution_jjfa_tab_information_card_item {
  height: inherit;
}
/* #endregion */
/* #endregion */
/* #endregion */

/* #region ç¬¬äºŒ.äº”éƒ¨åˆ† äº§å“èµ‹èƒ½ */
.solution_cpfn_body {}
.solution_cpfn_cont {}
.solution_cpfn_sub_headline {
  font-size: 18px;
  font-weight: 400;
  color: #596580;
  line-height: 25px;
  text-align: center;
  margin-bottom: 80px;
}
.solution_cpfn_big_img {
  width: 873px;
  height: 539px;
  margin: 0 auto;
}
/* #endregion */

/* #region ç¬¬äºŒ.äº”éƒ¨åˆ† æ–¹æ¡ˆæ•ˆæžœ */
.solution_faxg_body {}
.solution_faxg_cont {
  padding: 120px 0px;
}
.solution_faxg_card_row {
  width: 1100px;
  margin: 0 auto;
}
.solution_faxg_card_item {
  width: 230px;
  text-align: center;
}
.solution_faxg_card_title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #273045;
  line-height: 28px;
}
.solution_faxg_card_sub {
  margin-top: 20px;
  font-size: 14px;
  color: #596580;
  line-height: 24px;
}
/* #endregion */

/* #region ç¬¬äºŒ.äº”éƒ¨åˆ† æ–¹æ¡ˆæž¶æž„ */
.solution_fajg_body {}
.solution_fajg_cont {}
.solution_fajg_sub_headline {
  font-size: 18px;
  font-weight: 400;
  color: #596580;
  line-height: 25px;
  text-align: center;
  margin-bottom: 80px;
}
.solution_fajg_big_img {
  width: 1100px;
  height: 694px;
  margin: 0 auto;
}
/* #endregion */

/* #region ç¬¬ä¸‰éƒ¨åˆ† å®¢æˆ·æ¡ˆä¾‹ */
.solution_khal_body {}
.solution_khal_cont {
}
.solution_khal_khlogo {
  text-align: center;
}
#solution_khal_khlogo_ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#solution_khal_khlogo_ul &gt; li {
  cursor: pointer;
  width: 327px;
  height: 130px;
  background: #FFFFFF;
  border: 2px solid #F1F3F5;
  border-radius: 6px;
  margin: 0 30px;
}
#solution_khal_khlogo_ul &gt; li a {
  display: block;
  height: 130px;
}
#solution_khal_khlogo_ul &gt; li a.active_khlogo {
  color: #36ad95;
  border-bottom: 6px solid #36ad95;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(196, 210, 224, 0.5);
  transition: all 0.5s;
}
#solution_khal_khlogo_ul &gt; li a img {
  margin: 30px 0;
  height: 70px;
  width: 250px;
}
.solution_khal_khtab {
  /* width: 1100px; */
  margin: 0 auto;
  border-bottom: 2px solid #E2E4E6;
}
#solution_khal_khtab_ul {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
}
#solution_khal_khtab_ul &gt; li {
  cursor: pointer;
  margin: 0 40px;
}
#solution_khal_khtab_ul &gt; li a {
  display: block;
  line-height: 33.5px;
  font-size: 24px;
  padding-bottom: 15px;
  color: #273045;
}
#solution_khal_khtab_ul &gt; li a.active_khtab {
  color: #00AF83;
  border-bottom: 2px solid #00AF83;
  font-weight: 900;
}
.solution_khal_khinfo_content {
  margin-top: 80px;
}
#tmpl_solution_khal_khinfo_pane {
  width: 1100px;
  margin: 0 auto;
}
/* tmplæ¨¡æ¿çš„class */
.solution_khal_infotab_cont {
  display: block;
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
.solution_khal_infotab_cont &gt; ul {
  /* list-style: disc; */
}
.solution_khal_infotab_cont &gt; ul li::before {
  content: "\02022";
  margin-left: -20rpx;
  margin-right: 8rpx;
  color: #596580;
  font-style: normal;
  text-decoration: none;
}
.solution_khal_infotab_profile_img {
  width: 400px;
}
.solution_khal_infotab_profile_img &gt; img {
  height: 190px;
}
.solution_khal_infotab_profile_info {
  flex: 1;
}
.solution_khal_infotab_profile_info_title {
  flex: 1;
}
.solution_khal_infotab_profile_info_title_main {
  font-size: 24px;
  color: #273045;
  font-weight: 500;
}
.solution_khal_infotab_profile_info_title_card {
  font-size: 16px;
  color: #596580;
  background: #F1F3F5;
  border-radius: 3px;
  margin-left: 20px;
  padding: 5px 20px;
  font-weight: 500;
}
.solution_khal_infotab_profile_info_content {
  margin-top: 40px;
  font-size: 16px;
  color: #596580;
  line-height: 30px;
}
.solution_khal_infotab_demand {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution_khal_infotab_demand_item {
  width: 450px;
  margin-bottom: 60px;
}
.solution_khal_infotab_demand_item_title {
  font-size: 20px;
  color: #273045;
  font-weight: 500;
  margin-left: 10px;
}
.solution_khal_infotab_demand_item_content {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  color: #596580;
  line-height: 26px;
}
.solution_khal_infotab_solution {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.solution_khal_infotab_solution_item {
  width: 100%;
}
.solution_khal_infotab_solution_item + .solution_khal_infotab_solution_item {
  margin-top: 60px;
}
.solution_khal_infotab_solution_item_title {
  font-size: 20px;
  color: #273045;
  font-weight: 500;
  margin-left: 10px;
}
.solution_khal_infotab_solution_item_content {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  color: #596580;
  line-height: 26px;
}
.solution_khal_infotab_solution_item_button {
  height: 33px;
  background: rgb(183, 244, 191, 0.5);
  border-radius: 3px;
  color: #00AF83;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  margin-left: 20px;
  padding: 0px 20px;
}
.solution_khal_infotab_solution_img {
  height: 654px;
  width: 860px;
  margin: 0 auto;
  padding: 60px 120px;
  background: white;
}
/* #endregion */
</pre></body></html>