* {
  padding: 0;
  margin: 0;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
  font-family: PingFangSC-Medium, PingFang SC;
}
h1,h2,h3,h4,h5,h6,em,i {
  font-weight: 100;
  font-style: normal;
}
ul,ol,li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/* 中间内容 */
.content {
  width: 100%;
}

.content .content-center {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.content-center .content-left {
  flex: 1;
}

.content-center .content-right {
  width: 370px;
  margin-left: 20px;
}
/* 左侧内容 */
.software-modular {
  margin-bottom: 27px;
}

.modular-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  position: relative;
  margin-bottom: 41px;
}

.modular-title:hover a {
  color: #37A9C4;
}
/* 模块标题样式 */
.modular-title::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}

.modular-title span {
  position: relative;
}

.modular-title span::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #35B5D2;
}

/* 模块内容 */
.software-cent {
  display: flex;
  justify-content: center;
}

.software-cent .software-cent-l {
  flex: 1;
}

.software-cent-l .hkj-fill {
  width: 100%;
  border-bottom: 1px solid #F7F7F7;
  margin-bottom: 23px;
}

.hkj-fill .hkj-fill-item {
  margin-bottom: 20px;
  cursor: pointer;
}
.hkj-fill .hkj-fill-item:hover .hkj-tit span {
  background: #0eb6df;
}

.hkj-fill .hkj-fill-item .hkj-tit {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  position: relative;
}

.hkj-fill .hkj-fill-item:hover .hkj-tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #35B5D2;
}

.hkj-fill .hkj-fill-item .hkj-tit span {
  width: 60px;
  height: 24px;
  display: inline-block;
  background: #35B5D2;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}

.hkj-fill .hkj-fill-item .fill-describe {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.software-cent-l .hkj-news li {
  margin-bottom: 10px;
}
.software-cent-l .hkj-news li h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.software-cent-l .hkj-news li a {
  color: #333333;
}

.software-cent-l .hkj-news li a:hover {
  color: #35B5D2;
}

.software-cent-l .hkj-news li span {
  width: 100px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.software-cent-l .hkj-news li span::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 14px;
  border: 1px solid #979797;
}

.software-cent .software-cent-r {
  width: 256px;
  margin-left: 60px;
}

.software-cent-r .cent-r-rec li {
  margin-bottom: 20px;
}
/* 一键报税 */
.tax-return {
  width: 100%;
  margin-top: 21px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  position: relative;
}

.tax-return .tax-return-l {
  width: 230px;
  height: 165px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-return .tax-return-l .l-content {
  width: 211px;
}

.tax-return .tax-return-l .l-content img {
  width: 100px;
  /* height: 37px; */
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
}

.tax-return .tax-return-l .l-content .line {
  width: 100%;
  height: 1px;
  background:#EEEEEE;
  margin-bottom: 10px;
}

.tax-return .tax-return-l .l-content .l-content-butn {
  display: flex;
  padding: 0 13px;
}

.l-content .l-content-butn .butn-free,
.l-content .l-content-butn .butn-buy {
  width: 80px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.l-content .l-content-butn .butn-free {
  margin-right: 25px;
  background: #62CE74;
}

.l-content .l-content-butn .butn-buy {
  background: #35B5D2;
}

.tax-return .tax-return-l .l-content .butn-jump {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tax-return .tax-return-l .l-content .butn-jump a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 9px;
  text-decoration: none;
  border-bottom: 1px solid #999999;
}

.tax-return .tax-return-r {
  flex: 1;
  padding: 23px 21px 18px 21px;
  display: flex;
  flex-wrap: wrap;
}

.tax-return .tax-return-r .pd-item {
  width: 152px;
  height: 42px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 42px;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
}
.tax-return .tax-return-r .pd-item a {
  width: 100%;
  height: 100%;
  display: block;
  color: #666666;
}

.tax-return .tax-return-r .pd-item:hover {
  border: 1px solid #37A9C4;
}
.tax-return .tax-return-r .pd-item:nth-child(3n) {
  margin-right: 0;
}

/* 好会计操作视频 */
.mode-video {
  display: flex;
  flex-wrap: wrap;
}

.mode-video li {
  width: 256px;
  margin-right: 20px;
  cursor: pointer;
}

.mode-video li:nth-child(3n) {
  margin-right: 0;
}

.separate-line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 38px 0 26px 0;
}

.community-content {
  width: 100%;
  display: flex;
}
.community-content .community-modular {
  width: 256px;
  margin-right: 20px;
}

.community-content .community-modular:nth-child(3n) {
  margin-right: 0;
}

.community-content .community-modular .community-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 13px;
}
.community-content .community-modular .community-title a {
  color: #333333;
}

.community-content .community-modular .community-title:hover a {
  color: #37A9C4;
}

.community-content .community-modular ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.community-content .community-modular ul li h3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.community-content .community-modular ul li a {
  color: #666666;
}
.community-content .community-modular ul li a:hover {
  color: #37A9C4;
}

.community-content .community-modular ul li i {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #37A9C4;
  border-radius: 50%;
  margin-right: 5px;
}
/* 会计家园财税课程 */
.kj-course .rec-describe-tit {
  display: flex;
  margin-bottom: 13px;
}

.kj-course .rec-describe-tit span {
  flex: 1;
}

.kj-course .rec-describe-tit i {
  width: 40px;
  height: 20px;
  background: #FF7979;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}

.kj-course .rec-describe {
  display: flex;
}

.kj-course .rec-describe span {
  flex: 1;
}

.kj-course .rec-describe-tit i,
.kj-course .rec-describe i {
  margin-left: 5px;
}

/* 好快计官网文章 */
.hkj-knows .community-modular {
  width: 50%;
}

.hkj-knows .community-modular:last-child {
  margin-right: 0;
}

.hkj-knows .community-modular .community-title {
  margin-bottom: 23px;
}

/* 畅捷通社区页面 */
.chanjet-community {
  display: flex;
  /* margin-top: 30px; */
}

.chanjet-community li {
  width: 258px;
  height: 88px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  margin-right: 18px;
  cursor: pointer;
}

.chanjet-community li:hover {
  border: 1px solid #35B5D2;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
}

.chanjet-community li:last-child {
  margin-right: 0;
}

.chanjet-community li .chanjet-item {
  padding: 16px 19px 14px 19px;
}

.chanjet-community li .chanjet-item img {
  /* width: 75px; */
  height: 28px;
  display: block;
  margin-bottom: 10px;
}

.chanjet-community li .chanjet-item p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

/* 右侧内容 */
.recommendation-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 23px;
}
/* 畅捷通云产品推荐 */
.recommendation-product {
  margin-bottom: 40px;
}

.recommendation-product li {
  width: 100%;
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #ECECEC;
  margin-bottom: 10px;
  cursor: pointer;
}

.recommendation-product li:hover {
  border: 1px solid #37A9C4;
}

.recommendation-product li:last-child {
  margin-bottom: 0;
}

.recommendation-product .product-li {
  padding: 10px 15px 14px 15px;
}

.recommendation-product .product-li .product-li-t {
  display: flex;
  align-items: center;
}

.product-li .product-li-t {
  padding: 0  0 8px 0;
  border-bottom: 1px solid #F7F7F7;
}

.product-li .product-li-t img {
  width: 50px;
  /* height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(154, 234, 255, 1), rgba(55, 182, 207, 1)) 1 1; */
  margin-right: 15px;
}

.product-li .product-li-t h3 {
  flex: 1;
}

.product-li .product-li-t h3 span {
  display: block;
}

.product-li .product-li-t h3 span:first-child {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.product-li .product-li-t h3 span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.product-li .product-li-t i {
  width: 60px;
  height: 28px;
  display: block;
  background: #37A9C4;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}

.product-li .product-li-t i:hover {
  background: #0eb6df;
}

.product-li .product-li-b {
  margin-top: 13px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 财务软件购买指南 */
.guide {
  margin-bottom: 30px;
}
.guide li {
  margin-bottom: 14px;
}

.guide li a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.guide li a h3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}


.guide li a h3:hover {
  color: #37A9C4;
}

.guide li:last-child {
  margin-bottom: 0;
}

.guide li i {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #37A9C4;
  border-radius: 50%;
  margin-right: 5px;
}

.guide li p {
  flex: 1;
}

.guide li span {
  width: 14px;
  height: 14px;
  background: #FF6A6A;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 14px;
  margin-left: 5px;
}

/* 广告栏 */
.adv {
  width: 100%;
  /* height: 208px; */
  background: #D8D8D8;
  position: relative;
  margin-bottom: 41px;
  cursor: pointer;
}

.adv img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.adv span {
  position: absolute;
  bottom: 15px;
  right: 10px;
  /* width: 40px; */
  height: 20px;
  padding: 0 5px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  line-height: 20px;
}

/* 关注好会计官网媒体 */
.follow-jm {
  width: 100%;
  height: 223px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.follow-jm .follow-jm-cent {
  padding: 13px 15px 25px 15px;
  position: relative;
}

.follow-jm .follow-jm-cent .follow-jm-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin-bottom: 16px;
}

.follow-jm .follow-jm-cent ul {
  display: flex;
}

.follow-jm .follow-jm-cent ul li {
  flex: 1;
  cursor: pointer;
  position: relative;
}

.follow-jm .follow-jm-cent ul li:hover .qr-code {
  display: block;
}

.follow-jm .follow-jm-cent ul li .qr-code-img {
  width: 70px;
  height: 70px;
  display: block;
  /* border-radius: 50%; */
  margin: 0 auto;
}

.follow-jm .follow-jm-cent ul li p {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  line-height: 18px
}

.follow-jm .follow-jm-cent .follow-jm-desc {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}

.follow-jm .follow-jm-cent .follow-jm-desc img {
  width: 16px;
  /* height: 13px; */
  display: block;
  margin-right: 5px;
}

/* 引导 */
.guide-tip {
  width: 100%;
  height: 120px;
  background: #37A9C4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guide-tip .guide-tip-cent {
  margin-top: -10px;
}

.guide-tip .guide-tip-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.guide-tip .guide-tip-butn {
  width: 200px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 42px;
  color: #fff;
  position: relative;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 一键报税提示框 */
.pd {
  position: absolute;
  top: 42px;
  left: 0;
  width: 392px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 2;
  display: none;
}

.tax-return .tax-return-r .pd-item:hover .pd {
  display: block;
}
.pd .tip-centent {
  padding: 17px;
}
.pd .tip-centent .tip-butn {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.pd .tip-centent .tip-butn span:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #35B5D2;
  line-height: 25px;
  flex: 1;
  text-align: left;
}

.pd .tip-centent .tip-butn span:last-child {
  width: 110px;
  height: 28px;
  display: block;
  background: #35B5D2;
  text-align: center;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

.pd .tip-centent .tip-butn span:last-child a {
  color: #fff;
}

.pd .tip-centent .tip-desc {
  padding: 10px 13px;
  height: 90px;
  background: #F4F4F4;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 11px;
  text-align: left;
}

.pd .tip-centent .tip-news p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  padding-bottom: 9px;
  margin-bottom: 6px;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
}

.pd .tip-centent .tip-news ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}

.pd .tip-centent .tip-news ul li a {
  color: #999999;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pd .tip-centent .tip-news ul li img {
  width: 15px;
  /* height: 14px; */
  display: block;
  margin-right: 10px;
}

/* 二维码展示 */
.qr-code {
  position: absolute;
  bottom: 108px;
  left: -24px;
  width: 140px;
  height: 170px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #0EA3C3;
  z-index: 10;
  display: none;
}

.qr-code .qr-code-cent {
  padding: 10px;
}

.qr-code .qr-code-cent img {
  width: 120px;
  height: 120px;
  display: block;
  background: #E6E6E6;
}

.qr-code .qr-code-cent p {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
}

/* 公共样式 */
.software-cent-r .cent-r-rec li p,
.mode-video li p, .mode-video li p span,
.chanjet-community li .chanjet-item p,
.product-li .product-li-t p span,
.guide li p,
.product-li .product-li-t h3 span,
.guide li a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.r-rec-image {
  width: 100%;
  height: 144px;
  display: block;
  border-radius: 5px 5px 0px 0px;
  background: #D8D8D8;
  position: relative;
}

.r-rec-image img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px 5px 0px 0px;
  background: #D8D8D8;
  position: relative;
}

.r-rec-image .rec-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}

.r-rec-image .rec-name span {
  padding-left: 5px;
}

.rec-describe-tit {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin: 10px 0 2px 0;
}

.rec-describe {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}

/* 适配其他屏幕 */
@media screen and (max-width: 1200px) {
  .content .content-center {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .content .content-center {
    width: 900px;
    display: block;
  }
  .tax-return .tax-return-r .pd-item:nth-child(3n) {
    margin-right: 35px;
  }
  .content-center .content-right {
    width: 100%;
    margin-left: 0;
  }
  .recommendation-product {
    display: flex;
    flex-wrap: wrap;
  }
  .recommendation-product li {
    width: 370px;
    margin-right: 30px;
  }
  .community-content .community-modular {
    flex: 1;
  }
  .mode-video li {
    flex: 1;
  }
  .chanjet-community li {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .content .content-center {
    width: 750px;
  }
  .software-cent {
    display: block;
  }
  .software-cent .software-cent-r {
    width: 100%;
    margin-left: 0;
  }
  .software-cent-r .cent-r-rec {
    display: flex;
    flex-wrap: wrap;
  }
  .software-cent-r .cent-r-rec li {
    width: 256px;
    margin-right: 20px;
    cursor: pointer;
  }
  .tax-return .tax-return-r .pd-item {
    width: 80px;
  }
}
@media screen and (max-width: 750px) {
  .content .content-center {
    width: 100%;
  }
  .content-center .content-left {
    padding: 0 20px;
  }
  .content-center .content-right .recommendation-modular {
    padding: 0 20px;
  }
  .adv, .follow-jm {
    width: auto;
    margin: 0 20px;
  }
  .community-content {
    display: block;
  }
  .hkj-knows .community-modular {
    width: 100%;
  }
  .mode-video li {
    flex: 1;
  }
  .tax-return .tax-return-r .pd-item {
    width: 73px;
    margin-right: 15px;
  }

  .tax-return .tax-return-r .pd-item:nth-child(3n) {
    margin-right: 15px;
  }
}
