ul, ol, li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
a, a:hover {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
}

.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #F7F8FC;
}
.bg-light-dark {
  background-color: #000A3D;
}

.font-14 {
  font-size: 14px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}

.font-light-bold {
  font-weight: 500;
}
.text-bold {
  font-weight: 600;
}
.text-bolder {
  font-weight: 700;
}

.text-color-primary {
  color: #033FFF;
}
.text-color-white {
  color: #ffffff;
}
.text-color-black {
  color: #262626 !important;
}
.text-color-grey {
  color: #434343 !important;
}
.text-color-light-grey {
  color: #8C8C8C;
}
.text-color-error {
  color: #FF3118;
}

.no-padding {
  padding: 0;
}

.text-align-center {
  text-align: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width:779px) {
  .pt-32 {
    padding-top: 32px;
  }
  .pt-72 {
    padding-top: 72px;
  }
}
@media (min-width:780px) {
  .pt-32 {
    padding-top: 32px;
  }
  .pt-72 {
    padding-top: 72px;
  }
  .pt-96 {
    padding-top: 96px;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mt-56 {
    margin-top: 56px !important;
  }
  .mt-68 {
    margin-top: 68px !important;
  }
  .mt-88 {
    margin-top: 88px !important;
  }
  .mt-96 {
    margin-top: 96px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mb-24{
    margin-bottom: 24px;
  }
  .mb-36{
    margin-bottom: 36px;
  }
  .mb-54 {
    margin-bottom: 54px;
  }
  .mb-70 {
    margin-bottom: 70px!important;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .mb-90 {
    margin-bottom: 90px;
  }
}

.container-fluid {
  min-width: 1280px;
}
.content-container {
  width: 1280px;
  margin: 0 auto;
}

/* title with left border  */
.title-with-left-border {
  position: relative;
}
.title-with-left-border::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 8px;
  height: 100%;
  left: -22px;
  top: 0;
  border-radius: 4px;
  background-color: #1875FF;
}

.paragraph {
  line-height: 1.42;
  font-size: 14px;
  font-weight: 300;
  color: #8C8C8C;
}

.card-hover {
  width: 100%;
  padding: 36px 9px 20px;
  border-radius: 4px;
  background-color: #fff;
}
.card-hover:hover {
  box-shadow: 0px 5px 11px 0px #D3D8E3, inset 0px -4px 0px 0px #1875FF;
}

/* 获取免费体验资格表单 */
.experience-form {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .experience-form {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .experience-form {
    width: 180px;
  }
}
@media (min-width: 1180px) {
  .experience-form {
    width: 220px;
  }
}
@media (min-width: 1400px) {
  .experience-form {
    width: 300px;
  }
}

.pr {
  position: relative;
}
.pa {
  position: absolute; 
}

.text-indent-2 {
  text-indent: 2em;
}

/* navbar */
.container-fluid .navbar {
  width:100%;
  min-width: 1280px;
  height: 72px;
  background: rgba(255, 255, 255, 0);
  box-shadow: inset 0rem -0.02rem 0rem 0rem #BFBFBF;
  backdrop-filter: blur(8px);
  transition: all .4s ease;
}
.container-fluid .navbar.shrinked {
  width: 1320px;
  border-radius: 12px;
  top: 12px;
  left: 50%;
  margin-left: -660px;
  background: #fff;
}
.container-fluid .navbar:hover {
  background-color:rgba(255, 255, 255, 1);
}
.container-fluid .navbar:hover .navbar-brand .logo-max {
  display: none!important;
}
.container-fluid .navbar:hover .navbar-brand .logo-mini {
  display: inline-block!important;
}
.container-fluid .navbar:hover .nav-item .nav-link {
  color: #262626 !important;
}
.container-fluid .navbar:hover .nav-item.active:after {
  background-color: #033FFF!important;
}
.container-fluid .navbar:hover .nav-item:hover:after {
  background-color: #033FFF!important;
}
.container-fluid .navbar.activated .navbar-brand .logo-max {
  display: none!important;
}
.container-fluid .navbar.activated .navbar-brand .logo-mini {
  display: inline-block!important;
}
.container-fluid .navbar.activated .nav-item.active:after {
  background-color: #033FFF!important;
}
.container-fluid .navbar.activated .nav-item:hover:after {
  background-color: #033FFF!important;
}
.container-fluid .navbar.activated .nav-item .nav-link {
  color: #262626 !important;
}
.container-fluid .navbar .navbar-brand {
  padding-top: 8px;
  margin-right: 0;
}
.container-fluid .navbar .navbar-brand .logo {
  display: none;
  /*object-fit: cover;*/
}
.container-fluid .navbar .navbar-brand .logo.active {
  display: inline-block;
}
.container-fluid .navbar .navbar-collapse {
  padding-left: 40px;
  padding-right: 1rem;
}
.container-fluid .navbar .nav-item {
  position: relative;
  margin-right: 10px;
}
.container-fluid .navbar .nav-item.active:after {
  display: block;
  content: '';
  position: absolute;
  left: 14px;
  bottom: 4px;
  width: calc(100% - 28px);
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}
.container-fluid .navbar .nav-item:hover:after {
  display: block;
  content: '';
  position: absolute;
  left: 14px;
  bottom: 4px;
  width: calc(100% - 28px);
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}
.container-fluid .navbar .nav-item .nav-link {
  font-size: 18px;
  color: #ffffff;
}
.navbar .user .yh-icon {
  font-size: 16px;
  color: #fff;
}
.navbar.activated .user .yh-icon {
  color: #262626;
}

/* 登录弹窗 */
#modal-login .modal-dialog {
  width: 940px;
  max-width: 940px !important;
}
#modal-login .modal-body {
  position: relative;
  padding: 0;
}
#modal-login .modal-body .close {
  position: absolute;
  right: -48px;
  top: -48px;
}
#modal-login .modal-body-content .img-wrap {
  flex: 0 0 470px;
  width: 470px;
}
#modal-login .modal-body-content .img-wrap > img {
  border-radius: 12px;
}
#modal-login .modal-body-content .login-form-wrap {
  flex: 1;
  padding: 40px 85px 18px;
  text-align: center;
}
#modal-login .login-form-wrap > img {
  margin-bottom: 22px;
}
#modal-login .login-form-wrap .title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 32px;
}
#modal-login .login-form-wrap .form .form-item {
  margin-bottom: 24px;
}
#modal-login .login-form-wrap .form .form-item .input-wrap {
  padding: 12px 16px;
  box-shadow: none;
  border: 1px solid #E5EBFF;
  border-radius: 4px;
}
#modal-login .login-form-wrap .form .form-item .input-wrap > input{
  outline: none;
  border: none;
}
#modal-login .login-form-wrap #btn-fetch-code {
  width: 100px;
  height: 22px;
  line-height: 22px;
  color: #033FFF;
  font-size: 16px;
  cursor: pointer;
}
#modal-login .form-item.btn-login {
  text-align: center;
}
#modal-login #btn-login {
  width: 300px;
  height: 50px;
  font-size: 18px;
}
#modal-login .protocol .check-box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
}
#modal-login .protocol .check-box.actived {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

/* 轮播图 */
.carousel .indicators-wrap {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -640px;
  z-index: 15;
}
.carousel .indicators-wrap .indicators {
  display: inline-block;
  margin-bottom: 0;
  padding: 24px 12px;
  background-color: rgba(0, 26, 108, .4);
  border-radius: 8px;
}
.carousel .indicators-wrap .indicators .indicator {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 222px;
  height: 60px;
  padding: 0 24px;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1660px)  {
  .carousel .indicators-wrap .indicators .indicator {
    height: 50px;
  }
}
@media (max-width: 1440px)  {
  .carousel .indicators-wrap .indicators .indicator {
    height: 40px;
  }
}
.carousel .indicators-wrap .indicators .indicator:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .38);
}
.carousel .indicators-wrap .indicators .indicator:last-child:after {
  display: none;
}
.carousel .indicators-wrap .indicators .indicator .label{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.carousel .indicators-wrap .indicators .indicator .yh-icon {
  font-size: 16px;
  color: #fff;
}
.carousel .indicators-wrap .indicators .indicator.active {
  background-color: #033FFF;
}

/* 滚动容器 垂直 */
.scroller {
  width: auto;
  height: 360px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/*滚动条整体样式*/
.scroller::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
/*滚动条滑块*/
.scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #2A5EFF;
}
/*滚动条轨道*/
.scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
  border-radius: 10px;
  background: #C8C9CC;
}
.scroller-container {
}

/* 文本省略 */
.ellipsis {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-line-2 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-line-3 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 友情链接 && 相关专题 */
.content-container .tabs-wrap .tabs {
  padding-left: 0;
  margin-bottom: 24px;
}
.tabs-wrap .tabs .tab {
  position: relative;
  padding: 0 24px;
  font-size: 16px;
  color: #262626;
  cursor: pointer;
}
.tabs-wrap .tabs .tab-label {
  display: inline-block;
  padding: 4px 0;
}
.tabs-wrap .tabs .tab.active {
  color: #FF7700;
}
.tabs-wrap .tabs .tab.active .tab-label {
  border-bottom: 1px solid #FF7700;
}
.tabs-wrap .tabs .tab:last-child:after {
  display: none;
}
.tabs-wrap .tabs .tab:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 16px;
  background-color: #D3D6DD;
}
.tabs-wrap .tabs .tab:first-child {
  padding-left: 0;
}
.friendly-tabs .content {
  display: none;
}
.friendly-tabs .content.active {
  display: block
}
.friendly-tabs .content .links, .friendly-tabs .content .projects {
  margin-bottom: 0;
}
.friendly-tabs .content .link {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.friendly-tabs .content .link > a{
  color: #8C8C8C;
}
.friendly-tabs .content .link:hover > a {
  color: #007bff;
}

/* 底部链接 */
.bottom {
  padding-bottom: 32px;
  background-color: #191F3E;
}
.bottom-links .head {
  padding-top: 38px; 
  font-weight: 600;
  color: #fff;
}
.bottom-links .head .img-logo {
  margin-right: 18px;
}
.bottom-links .head .title {
  font-size: 20px;
  margin-right: 8px;
}
.bottom-links .head .phone {
  font-size: 16px;
}
.bottom-links .body .links-wrap {
  flex-grow: 1;
  padding-top: 48px;
  /*margin-right: 124px;*/
}
.bottom-links .links-wrap .links-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.links-wrap .links .link {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.links-wrap .links .link-to {
  color: #fff;
}
.links-wrap .links .link-to:hover {
  text-decoration: underline;
}
.bottom-links .qr-wrap {
  padding-top: 48px;
}
.bottom-links .qr-wrap .tip {
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/* 备案信息&&版权信息 */
.copyrights {
  text-align: center;
  font-size: 12px;
  color: #7F8693;
  margin-top: 30px;
}
.copyrights:hover a {
  color: #007bff;
}
.copyrights a {
  color: #7F8693;
  cursor: pointer;
}

/* yh-title */
.yh-title {
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  border-radius: 12px 12px 0 0;
  background-color: rgba(3, 63, 255, 0.06);
}
.yh-title .text {
  width: 101px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 12px;
  background: url(../images/home/bg-knowledge-title.png) no-repeat center;
  background-size: 100%;
}
.yh-title .link {
  padding: 0 12px;
  font-size: 14px;
}
.yh-title .link .yh-icon {
  font-size: 14px;
  margin-left: 6px;
}
.yh-title .link .yh-icon:before {
  color: #033FFF;
}

/* breadcrumb */
.yh-breadcrumb {
  padding: 24px 0;
}
.yh-breadcrumb .breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
}
.yh-breadcrumb .breadcrumb-list .breadcrumb-item {
  font-size: 14px; 
  color: #8C8C8C;
}
.yh-breadcrumb .breadcrumb-list .breadcrumb-item:before {
  content: '>';
}
.yh-breadcrumb .breadcrumb-list .breadcrumb-item:first-child:before {
  display: none;
}
.yh-breadcrumb .breadcrumb-list .breadcrumb-item a {
  color: #033FFF;
}

/* divider */
.divider {
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #EBEBEB;
}

/* page turner */
.page-turner .previous .yh-icon {
  transform: rotate(180deg);
  margin-right: 12px;
}
.page-turner .previous .label {
}
.page-turner .next .label {
  margin-right: 12px;
}
.page-turner .essay-title {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-turner .turner-item .yh-icon {
  font-size: 0;
}
.page-turner .turner-item .yh-icon:before {
  font-size: 20px;
  color: #595959;
}

/* 右侧悬浮工具栏 */
.toolbar {
  position: fixed;
  right: 24px;
  top: 50%;
  width: 76px;
  height: 460px;
  margin-top: -230px;
  z-index: 9999;
}
.toolbar .tools {
  width: 100%;
  height: 336px;
  padding: 8px 10px;
  margin-bottom: 47px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 5px 16px 0px #EBECEE;
}
.toolbar .tools .tool {
  position: relative;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
}
.toolbar .tools .tool:hover .label {
  color: #033FFF;
}
.toolbar .tools .tool:after {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  left: 8px;
  bottom: -1px;
  background: #EBEBEB;
}
.toolbar .tools .tool:last-child:after {
  display: none;
}
.toolbar .tools .tool img {
  margin-bottom: 4px;
}
.toolbar .tools .tool .label {
  line-height: 20px;
  font-size: 14px;
  color: #262626;
  margin-bottom: 0;
}
.toolbar .btn-top {
  width: 76px;
  height: 76px;
  text-align: center;
  padding-top: 15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

/* 建议反馈弹窗 */
#modal-feedback .modal-title {
  font-size: 16px;
}
#modal-feedback .modal-dialog {
  position: absolute;
  right: 120px;
  top: 50%;
  padding: 24px;
  width: 460px;
  margin-top: -244px;
  background: #fff;
  border-radius: 12px;
}
#modal-feedback .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
#modal-feedback .modal-dialog .modal-content .modal-header {
  border: none;
}
#modal-feedback .modal-dialog #feedback {
  width: 100%;
  height: 150px;
  margin-bottom: 12px;
  outline: none;
  border: 1px solid #EBEBEB;
}
#modal-feedback .modal-dialog .form-item-upload {
  margin-bottom: 22px;
}
#modal-feedback .modal-dialog .upload-list {
  margin-right: 8px;
}
#modal-feedback .modal-dialog .upload {
  width: 76px;
  height: 76px;
  position: relative;
  margin-right: 8px;
  background: #F7F7F7;
}
#modal-feedback .modal-dialog .upload:last-child {
  margin-right: 0;
}
#modal-feedback .modal-dialog .upload > .uploaded-img {
  width: 100%;
  height: 100%;
}
#modal-feedback .modal-dialog .upload .close {
  position: absolute;
  padding: 8px;
  top: 8px;
  right: 8px;
  font-size: 16px;
  color: #F7F7F7;
}
#modal-feedback .uploader-file-selector {
  position: relative;
  width: 76px;
  height: 76px;
  background: #F7F7F7;
  border-radius: 4px;
  cursor: pointer;
}
#modal-feedback .uploader-file-selector .file-selector {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#modal-feedback .uploader-file-selector .icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18px;
  pointer-events: none;
}
#modal-feedback .contact .input-wrap {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  margin-bottom: 36px;
  box-shadow: none;
}
#modal-feedback .form-item.submit {
  text-align: center;
}
#modal-feedback .form-item.submit .btn {
  width: 278px;
  height: 38px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
}

/* btn load more */
#load-more {
  width: 114px;
  height: 40px;
  margin: 32px auto;
}
#load-more .btn-label {
  padding-left: 4px;
  font-size: 14px;
  margin-right: 14px;
  color: #fff;
}
#load-more .yh-icon {
  font-size: 12px;
  transform: rotate(90deg);
}

/* 联系我们弹窗 */
.fixed-contact-us {
  position:fixed;
  right: 100px;
  bottom: 200px;
  z-index: 10000;
}
.fixed-contact-us .modal-body {
  position: relative;
}
.fixed-contact-us .modal-body .customer-service {
  position: absolute;
  left: 50%;
  top: -84px;
  margin-left: -84px;
}
.fixed-contact-us .modal-body .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* 分页 */
.page-container {
  margin-top: 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.page-container .page-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: auto;
}
.page-container .page-list .page-item {
  min-width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  cursor: pointer;
}
.page-container .page-list .page-item:last-child {
  margin: 0;
}
.page-container .page-list .page-item > a{
  font-size: 18px;
  color: #515a6e;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.page-container .page-list .page-item.active {
  background-color: #2d8cf0;
}
.page-container .page-list .page-item.active > a{
  color: #fff;
}

/* sales album */
.sale-album {
  position: fixed;
  left: 50%;
  bottom: 32px;
  width: 520px;
  height: 110px;
  margin-left: -260px;
  z-index: 10;
}
.sale-album .bg-sale-album {
  position: absolute;
  left: 0;
  top: 0;
  z-index:-1;
}
.sale-album .sale-album-box {
  width: 100%;
  height: 100%;
  padding: 0 48px;
}

.avatar-wrap {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  font-size: 0;
  border-radius: 50%;
}

.avatar-wrap .avatar {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 40px;
}

.avatar-border {
  position: absolute;
  left: -12px;
  top: -16px;
  z-index: 2;
  width: 85px;
  height: 85px;
}

.sale-album .sale-album-box .info {
  flex: 1;
  padding-left: 18px;
}
.sale-album .sale-album-box .info .name {
  display: inline-block;
  height: 32px;
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 8px;
}
.sale-album .sale-album-box .info .round {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #262626;
  margin-right: 8px;
}
.sale-album .sale-album-box .info .position {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #262626;
}
.sale-album .sale-album-box .info .icon-wechat {
  margin-right: 4px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.sale-album .sale-album-box .info .text-wechat {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #262626;
  margin-right: 6px;
}
.sale-album .sale-album-box .info .btn-copy {
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #FADCBB;
  font-weight: 500;
  border-radius: 12px;
  background: #353534;
  cursor: pointer;
}
.sale-album .sale-album-box .btn-call {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.sale-album .sale-album-box .btn-call .bg-btn-call {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
}
.sale-album .sale-album-box .btn-call .icon-call {
  margin-bottom: 2px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.sale-album .sale-album-box .btn-call .text-call {
  line-height: 18px;
  font-size: 12px;
  color: #FFFFFF;
}

/*.content .section-essay {*/
/*  width: 100%;*/
/*}*/
/*.content .section-essay img {*/
/*  max-width: 100%;*/
/*}*/

.service-body-left .section-essay .content p img {
  width: 100%;
}