.c_blue {
  color: #387FFC;
}
.breadcrumb {
  margin: 15px auto 10px;
  font-size: 16px;
}
.breadcrumb span {
  margin-right: 20px;
  position: relative;
}
.breadcrumb span:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
  position: absolute;
  right: -13px;
  top: 8px;
}
.breadcrumb .last {
  color: #bfbfbf;
}
.breadcrumb .last:after {
  display: none;
}
.com-left {
  width: 860px;
  padding-top: 31px;
}
.com-left.adfix {
  padding-top: 0;
}
.model-right {
  border: 1px solid #ededed;
}
.model-right .title {
  line-height: 75px;
  background-color: #fbfbfb;
  padding: 0 12px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.model-right .title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: '';
  display: block;
  width: 3px;
  height: 17px;
  background: #387ffc;
}
.com-right {
  width: 300px;
}
.com-right .model-right-img {
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
.com-right .hot-search {
  border: 1px solid #ededed;
  max-height: 320px;
  margin-bottom: 20px;
}
.com-right .hot-search .title {
  line-height: 75px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #ededed;
  padding-left: 15px;
  margin: 0;
}
.com-right .hot-search .title img {
  margin-top: -5px;
}
.com-right .hot-search ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 240px;
  overflow: hidden;
  padding: 20px 20px 0;
}
.com-right .hot-search ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.com-right .hot-search ul li a {
  font-size: 14px;
  color: #888;
}
.com-right .hot-search ul .active a {
  color: #f52d2d;
  border-bottom: 1px solid #f52d2d;
}
.com-right .tools {
  width: 300px;
  height: 255px;
  margin-bottom: 20px;
  border: 1px solid #ededed;
}
.com-right .tools .img-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.com-right .tools .img-ul li {
  text-align: center;
  width: 33.33%;
}
.com-right .tools .img-ul li a {
  display: block;
  width: 100%;
}
.com-right .tools .img-ul li a img {
  width: 32px;
}
.com-right .tools .img-ul li a div {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.com-right .tools .img-ul li:hover div {
  color: #387ffc;
  text-decoration: underline;
}
.com-right .tools .img-ul li:nth-child(n + 4) {
  margin-top: 20px;
}
.com-right .latest-news {
  height: 370px;
  margin-bottom: 20px;
}
.com-right .latest-news ul {
  padding: 20px 10px;
  height: 296px;
  overflow: hidden;
}
.com-right .latest-news li a {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 265px;
}
.com-right .latest-news li a:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #bbbbbb;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.com-right .latest-news li a:hover {
  color: #387ffc;
}
.articleList li {
  display: flex;
  height: 128px;
  margin-bottom: 20px;
}
.articleList li .img {
  width: 200px;
  height: 128px;
  border-radius: 4px;
  overflow: hidden;
}
.articleList li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.articleList li .img img:hover {
  transform: scale(1.1);
}
.articleList li .desc {
  flex: 1;
  padding-left: 30px;
}
.articleList li .desc a {
  display: block;
}
.articleList li .desc h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  /* -webkit-box-orient: vertical; */
}
.articleList li .desc em {
  color: #f52d2d;
}
.articleList li .desc h3:hover {
  color: #387ffc;
}
.articleList li .desc p {
  width: 630px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.articleList li .desc .info {
  font-size: 14px;
  color: #888;
}
.articleList li .desc .time {
  margin-right: 20px;
}
.search-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.search-title ul {
  display: flex;
}
.search-title li {
  margin-right: 20px;
}
.search-title li a {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 600;
}
.search-title .active a {
  color: #387ffc;
  border-bottom: 2px solid #387ffc;
}
.search-title .result {
  font-size: 14px;
  color: #666;
}
.pagination {
  margin: 60px 0;
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  margin-right: 12px;
  position: relative;
}
.pagination ul li a {
  display: inline-block;
  line-height: 36px;
  min-width: 36px;
  height: 36px;
  text-align: center;
  padding: 0 10px;
  background-color: #efefef;
  font-size: 16px;
}
.pagination ul li img {
  width: 16px;
}
.pagination ul li .prev:after,
.pagination ul li .next:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #404040;
  position: absolute;
  top: 12px;
}
.pagination ul li .prev:after {
  border-left: 1px solid #404040;
  transform: rotate(-45deg);
  left: 15px;
}
.pagination ul li .next:after {
  border-right: 1px solid #404040;
  transform: rotate(45deg);
  right: 15px;
}
.pagination ul .active a {
  background: #387ffc;
  color: #fff;
}
.pagination ul li:hover a {
  background: #387ffc;
  color: #fff;
}
.pagination ul li:hover .prev:after {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pagination ul li:hover .next:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.search-noresult {
  text-align: center;
  margin: 60px auto;
}
.search-noresult .img {
  margin: 0 auto;
  width: 153px;
  height: 170px;
  overflow: hidden;
}
.search-noresult .img img {
  width: 100%;
  height: 100%;
}
.search-noresult p {
  font-size: 16px;
  color: #8e9ebc;
}
.show-result {
  display: none;
}
.ad-detail-list {
  width: 860px;
  /* height: 128px; */
  overflow: hidden;
}

.ad-video-box {
  position: relative;
  height: 456px;
}

.ad-video-box video {
  height: 456px;
  object-fit: fill;
}

.ad-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  display: none;
}
.ad-video * {
  pointer-events: auto;
}

.newlist .article-list {
  padding-bottom: 78px;
}

.article-list #list-load {
  display: none;
}

.article-list .box {
  width: 810px;
  min-height: 160px;
  padding: 10px 10px 10px 0;
}

.article-list .box:hover {
  background: #eef5ff;
}

.article-list .isad.box {
  padding: 0;
  margin: 0;
}

.article-list .isad.box:hover {
  background: #fff;
}

/* .article-list .box + .box {
  margin-top: 20px;
} */

.article-list .box .article-list-img {
  width: 285px;
  height: 160px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.img-items {
  margin-top: 6px;
}

.article-list .box .img-items .article-list-img {
  margin-right: 0;
}

.article-list .box .title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
}

.article-list .box .title:hover {
  color: #387ffc;
}

.article-list .box .desc {
  font-size: 14px;
  font-family: ArialMT;
  color: #7f7f7f;
  line-height: 24px;
  margin-top: 13px;
}

.article-list .box .tags {
  margin-top: 8px;
  display: flex;
}

.article-list .box .tags a {
  padding: 0 14px;
  border-radius: 17px;
  border: 1px solid #387ffc;
  font-size: 14px;
  color: #387ffc;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  align-items: center;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-list .box .infos {
  font-size: 12px;
  color: #555555;
}

.page-list {
  margin-top: 20px;
  font-size: 14px;
  color: #5a5a5a;
}

.page-list .item {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #5a5a5a;
  cursor: pointer;
}

.page-list .item.current {
  background: #387ffc;
  border: 1px solid #387ffc;
  color: #ffffff;
}

.page-list .item.last,
.page-list .item.next {
  color: #d9d9d9;
}

.page-list .skip {
  margin-left: 8px;
}

.page-list .skip input {
  width: 48px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  margin: 0 8px;
  text-align: center;
}

.article-list .infos .user {
  display: flex;
  align-items: center;
}

.article-list .infos .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.article-list-img .videoplay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.article-list-img .videotime {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 17px;
}

.model-special {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.special-box {
  width: 145px;
  height: 92px;
  background: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(169, 169, 169, 0.2);
  border-radius: 4px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.special-box img {
  width: 100%;
  height: 62px;
}

.special-box span {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 5px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

/* .acca-top {
  margin-top: 20px;
} */

.acca-count {
  width: 300px;
  overflow: hidden;
}

.acca-class {
  width: 300px;
  height: 170px;
  background: url('../images/acca/acca-class.png') no-repeat 0 0/100% 100%;
  padding: 11px 14px 16px;
  display: flex;
  flex-direction: column;
}

.acca-class .title {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  flex-shrink: 0;
}

.acca-class .content {
  display: flex;
  margin-top: 12px;
}

.acca-class .code {
  width: 110px;
  height: 110px;
  margin-right: 19px;
}

.acca-class .class-num {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.acca-class .class-num span:nth-child(2n-1) {
  width: 32px;
  height: 38px;
  background: #3F3F3F;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFE3CD;
}

.acca-class .class-num span:nth-child(2n) {
  width: 17px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #3F3F3F;
}

.acca-class .content .text {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
  margin-top: 3px;
}

.acca-count .banner {
  width: 300px;
  height: 147px;
  background: url('../images/acca/acca-count.png');
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.acca-count .banner .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-top: 23px;
}

.acca-count .banner .count-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  margin-top: 26px;
  width: 100%;
  padding-left: 97px;
  display: flex;
  align-items: center;
}

.acca-count .banner .count-num {
  display: flex;
  justify-content: center;
  align-items: center;
}

.acca-count .banner .count-num span {
  width: 42px;
  height: 48px;
  background: url('../images/acca/acca-countnum.png') no-repeat 0 0/100% 100%;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.acca-count .timeline {
  /* padding: 26px 11px 20px 10px; */
  margin-top: 30px;
}

.timeline .item {
  position: relative;
  padding-bottom: 53px;
}

.timeline .item:last-child {
  padding-bottom: 0;
}

.timeline .item::before {
  content: '';
  width: 2px;
  height: 100%;
  border-left: 1px dashed #e2e2e2;
  position: absolute;
  left: 6px;
  top: 19px;
}

.timeline .item.active::before {
  border-left: 1px dashed #4881f4;
}

.timeline .item:last-child:before {
  height: 50px;
}

.timeline .item .title {
  display: flex;
  align-items: center;
  padding-left: 19px;
}

/* .timeline .item .title .tag {
  width: 84px;
  height: 22px;
  padding: 0 12px 0 20px;
  font-size: 14px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #434343;
  white-space: nowrap;
  background: url('../images/acca/acca-progress0.png');
}

.timeline .item.active .title .tag {
  color: #ffffff;
  background: url('../images/acca/acca-progress1.png');
} */


.timeline .item .title .tag {
  display: flex;
}

.timeline .item .title .tag .name {
  height: 22px;
  background: #ECECED;
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #434343;
  white-space: nowrap;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.timeline .item .title::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url('../images/acca/progress-point0.png') no-repeat 0 0/100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

.timeline .item.active .title::before {
  background: url('../images/acca/progress-point1.png') no-repeat 0 0/100% 100%;
}

.timeline .item .title .tag::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url('../images/acca/progress-right0.png') no-repeat 0 0/100% 100%;
}

.timeline .item.active .title .tag .name {
  background: #387FFC;
  color: #ffffff;
}

.timeline .item.active .title .tag::after {
  background: url('../images/acca/progress-right1.png') no-repeat 0 0/100% 100%;
}

.timeline .item .title .desc {
  /* font-size: 14px; */
  font-size: 16px;
  color: #e23e2c;
  line-height: 20px;
  margin-left: 16px;
}

.timeline .item .enter {
  /* margin-top: 12px; */
  /* font-size: 14px; */
  font-size: 16px;
  color: #434343;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
}

.timeline .item .enter a {
  height: 33px;
  background: #f8f9fc;
  border-radius: 20px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 10px;
}

.timeline .item .enter a:hover {
  color: #387ffc;
}

.kspd-left {
  width: 300px;
}

.kspd-center {
  width: 620px;
  margin-left: 30px;
}

.kspd-right {
  width: 300px;
  margin-left: 30px;
}

/* .acca-ads {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

.acca-ad {
  margin: 20px 0 0 20px;
  width: 220px;
  height: 77px;
  border-radius: 1px;
  border: 1px solid #f2f2f2;
  padding: 11px 14px;
  display: flex;
  cursor: pointer;
}

.acca-ad img {
  width: 54px;
  height: 54px;
  margin-right: 10px;
}

.acca-ad .text {
  display: flex;
  flex-direction: column;
}

.acca-ad .text .title {
  font-size: 16px;
  font-weight: bold;
  color: #292929;
  line-height: 22px;
  margin-top: 4px;
  -webkit-line-clamp: 1;
}

.acca-ad .text .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #434343;
  line-height: 17px;
  -webkit-line-clamp: 1;
}

.acca-navs {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.acca-nav {
  width: 306px;
  background: #ffffff;
  box-shadow: 0px 1px 14px 0px rgba(169, 169, 169, 0.2);
  border-radius: 1px;
  padding: 0 20px 16px;
}

.acca-nav .title {
  height: 57px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #292929;
}

.acca-nav .title img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.acca-nav .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0 -10px;
}

.acca-nav .tag {
  margin: 10px 0 0 10px;
  padding: 0 7px;
  height: 24px;
  background: #eaf1ff;
  border-radius: 1px;
  font-size: 14px;
  color: #387ffc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acca-nav .tag:hover {
  color: #ffffff;
  background: #387ffc;
}

.acca-fuli {
  margin-top: 30px;
  width: 961px;
  height: 203px;
  display: block;
}

.acca-module {
  margin-top: 30px;
}

.acca-module .module-title {
  height: 60px;
  background: #f6f7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font-size: 22px;
  font-weight: bold;
  color: #292929;
}

.acca-module .module-title .more {
  font-size: 14px;
  font-weight: initial;
  color: #818181;
}

.acca-module .module-content {
  border: 1px solid #f6f7f9;
}

.acca-module .module-content.ask {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.acca-askbox {
  width: 50%;
  height: 104px;
  padding: 20px 0;
  border-bottom: 1px dashed #f2f2f2;
  cursor: pointer;
  display: block;
}

.acca-askbox:nth-child(n + 5) {
  border-bottom: none;
}

.acca-askbox .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
}

.acca-askbox:hover .title {
  color: #387ffc;
}

.acca-askbox .title .num {
  width: 20px;
  height: 20px;
  background: #387ffc;
  box-shadow: 0px 6px 22px 0px rgba(169, 169, 169, 0.2);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  flex-shrink: 0;
}

.acca-askbox .infos {
  margin-left: 30px;
  margin-top: 19px;
  display: flex;
  align-items: center;
}

.acca-askbox .infos .head {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.acca-askbox .infos .name {
  font-size: 14px;
  font-family: ArialMT;
  color: #333333;
  margin-right: 18px;
}

.acca-askbox .infos .time {
  font-size: 14px;
  color: #8f8f8f;
}

.acca-module .model-list a,
.acca-module .model-list .list-more {
  width: 130px;
  height: 60px;
  border: 1px solid #f6f7f9;
  font-size: 18px;
  font-weight: initial;
  color: #555555;
  background: #ffffff;
}

.acca-module .model-list a.active,
.acca-module .model-list a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #387ffc;
}

.acca-module .list-more .list-more-box a {
  width: initial;
  height: initial;
  border: none;
}

.acca-zhidaoboxs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
}

.acca-zhidaoboxs .box {
  width: 216px;
  height: 126px;
  margin: 18px 0 0 18px;
  position: relative;
  overflow: hidden;
}

.acca-zhidaoboxs .box img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}

.acca-zhidaoboxs .box:hover img {
  transform: scale(1.1);
}

.acca-zhidaoboxs .box span {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 11px 5px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
}

.newlist .acca-module .article-list {
  padding-bottom: 20px;
} */

.more-box {
  height: 40px;
  border: 1px solid #f2f2f2;
  /* font-size: 14px; */
  font-size: 16px;
  color: #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.more-box .arrow-bottom {
  width: 8px;
  height: 8px;
  border-right: 1px solid #828282;
  border-bottom: 1px solid #828282;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 10px;
}
/* 
.acca-idea {
  width: 300px;
  height: 148px;
  display: block;
  margin-top: 30px;
}

.acca-chat {
  display: flex;
  flex-direction: column;
  position: relative;
}

.acca-chat .item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.acca-chat .item .img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.acca-chat .item .btn {
  width: 46px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid #387ffc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #387ffc;
  margin-left: 8px;
}

.acca-account.model-account {
  background: url('../images/acca/acca-account.png') no-repeat 0 0/100% 100%;
}

.acca-ppt {
  width: 300px;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  padding: 0 14px;
  margin-top: 30px;
}

.acca-ppt.auto-fix {
  position: fixed;
  top: 0;
  z-index: 88;
}

.acca-ppt .ppt-img {
  width: 272px;
  height: 138px;
  margin-top: 14px;
  cursor: pointer;
}

.acca-ppt .ppt-item {
  height: 109px;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.acca-ppt .ppt-item + .ppt-item {
  border-top: 1px solid #eeeeee;
}

.acca-ppt .ppt-item .title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.acca-ppt .ppt-item:hover .title {
  color: #387ffc;
}

.acca-ppt .ppt-item .desc {
  margin-top: 6px;
  font-size: 12px;
  color: #555555;
  line-height: 17px;
}

.acca-ppt .ppt-item .btn {
  width: 63px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #387ffc;
  margin-top: 10px;
  font-size: 12px;
  color: #387ffc;
  display: flex;
  justify-content: center;
  align-items: center;
}
 */

.acca-chatcode {
  display: none;
  position: absolute;
  left: 100%;
  transform: translateY(-50%);
  /* width: 314px; */
  height: 126px;
  background: #ffffff;
  box-shadow: 0px 1px 14px 0px rgba(169, 169, 169, 0.2);
  border-radius: 1px;
  padding: 10px 20px 10px 10px;
  z-index: 333;
}

.acca-chat .item:hover .acca-chatcode {
  display: flex;
}

.acca-chatcode img {
  width: 106px;
  height: 106px;
  flex-shrink: 0;
  margin-right: 10px;
}

.acca-chatcode .title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #387ffc;
  white-space: nowrap;
  line-height: 25px;
}

.acca-chatcode .desc {
  margin-top: 5px;
  /* font-size: 14px; */
  font-size: 16px;
  color: #434343;
  line-height: 20px;
  white-space: pre-line;
}

.bkzn-detail {
  height: 270px;
  position: relative;
}

.bkzn-top {
  width: 1920px;
  height: 200px;
  background: url('../images/acca/bkzn-top.png?v=1') no-repeat 0 0/100% 100%;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}

.bkzn-top .content {
  margin-top: 41px;
  height: 44px;
  display: flex;
  align-items: center;
}

.bkzn-top .content .logo {
  width: 125px;
  height: 44px;
  margin-right: 20px;
}

.bkzn-top .content .title {
  font-size: 36px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

.bkzn-top .content .line {
  display: block;
  width: 1px;
  height: 36px;
  background: #FFFFFF;
  margin-right: 20px;
}

.bkzn-top .countbox .btn {
  margin-top: 21px;
  width: 112px;
  height: 24px;
  background: #F5931A;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}

.bkzn-top .countbox .btn img {
  width: 9px;
  height: 12px;
  margin-right: 6px;
}

.bkzn-top .countbox .btn2 {
  margin-top: 19px;
  width: 112px;
  height: 28px;
  background: #555555;
  border-radius: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  /* font-size: 14px; */
  font-size: 16px;
  color: #ffffff;
}

.bkzn-top .countbox.subscribe .btn {
  display: none;
}

.bkzn-top .countbox.subscribe .btn2 {
  display: flex;
}


.bkzn-timeline {
  width: 1280px;
  height: 146px;
  background: #ffffff;
  box-shadow: 0 6px 22px 0 rgba(169, 169, 169, 0.2);
  /* border-radius: 12px; */
  position: absolute;
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  padding: 30px 40px;
  display: flex;
  align-items: center;
}

.bkzn-timeline .top-icon {
  width: 243px;
  height: 134px;
  left: 665px;
  top: -112px;
  position: absolute;
}

.bkzn-timeline .list {
  display: flex;
  align-items: center;
  height: 81px;
  position: relative;
}

.bkzn-timeline .list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
}

.bkzn-timeline .list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #7f7f7f;
  position: relative;
  height: 100%;
}

.bkzn-timeline .list .item + .item {
  margin-left: 46px;
}

.bkzn-timeline .list .item::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url('../images/acca/bkzn-timepoint0.png') no-repeat 0 0/100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bkzn-timeline .list .item.active::before {
  background: url('../images/acca/bkzn-timepoint1.png') no-repeat 0 0/100% 100%;
}

.bkzn-timeline .list .item .title {
  font-size: 16px;
  line-height: 21px;
  flex-shrink: 0;
}

.bkzn-timeline .list .item .desc {
  font-size: 16px;
  line-height: 21px;
  flex-shrink: 0;
}

.bkzn-timeline .list .item.active {
  color: #387ffc;
}

.bkzn-timeline .list .item.active .title {
  font-weight: bold;
}

.bkzn-timeline .navs {
  display: flex;
  align-items: center;
  margin-left: 45px;
}

.bkzn-timeline .navs .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #434343;
  line-height: 17px;
}

.bkzn-timeline .navs .item .icon {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
}

.bkzn-timeline .navs .line {
  width: 1px;
  height: 50px;
  display: block;
  background: #f2f2f2;
  margin: 0 18px;
}

.bkzn-list {
  margin-top: 20px;
}

.bkzn-list .content-left {
  width: 300px;
}

.bkzn-list .content-right {
  width: 960px;
}

.bkzn-list .content-left .bkzn-navs {
  width: 300px;
  background: #ffffff;
}

.bkzn-bg {
  background: #f6f6f6;
}

.bkzn-list .model {
  background: #fff;
  padding: 12px;
}

.bkzn-list .model .model-title {
  border-bottom: 1px solid #EEEEEE;
}

.bkzn-list .model .acca-chatcode {
  right: initial;
  left: 100%;
}

.bkzn-navs .nav-banner {
  background: url('../images/acca/bkzn-navsbg.png') no-repeat 0 0/100% 100%;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.bkzn-navs .item {
  position: relative;
  border-bottom: 1px solid #F2F2F2;
  display: block;
}

.bkzn-navs .item .title {
  height: 60px;
  padding: 0 30px 0 40px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #555555;
  -moz-user-select:none;/*火狐*/
  -webkit-user-select:none;/*webkit浏览器*/
  -ms-user-select:none;/*IE10*/
  -khtml-user-select:none;/*早期浏览器*/
  user-select:none;
}

.bkzn-navs .item .title .icon {
  width: 22px;
  height: 22px;
  margin-right: 30px;
}

.bkzn-navs .item .title .icon.active,
.bkzn-navs .item.active .title .icon {
  display: none;
}

.bkzn-navs .item.active .title .icon.active {
  display: block;
}

.bkzn-navs .item.sublist {
  cursor: pointer;
}

.bkzn-navs .item.sublist .title::after {
  content: '';
  width: 14px;
  height: 8px;
  background: url('../images/acca/bkzn-arrow.png') no-repeat 0 0/100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}


.bkzn-navs .item.active .title {
  height: 60px;
  background: linear-gradient(90deg, #F6F6F6 0%, #FFFFFF 100%);
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  position: relative;
  font-weight: bold;
  color: #387FFC;
}

.bkzn-navs .item.active .title::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #387FFC;
  position: absolute;
  left: 0;
  top: 0;
}

.bkzn-navs .item.active .title a {
  color: #387FFC;
}

.bkzn-navs .item.sublist.show .title::after {
  background: url('../images/acca/bkzn-arrow1.png') no-repeat 0 0/100% 100%;
}

.bkzn-navs .item.sublist .img {
  width: 63px;
  height: 66px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.bkzn-navs .item.sublist .navs {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  /* font-size: 14px; */
  font-size: 16px;
  position: relative;
}

.bkzn-navs .item.sublist .navs::after {
  content: '';
  display: block;
  width: 81px;
  height: 76px;
  background: url('../images/acca/bkzn-listimg.png') no-repeat 0 0/81px 84px;;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bkzn-navs .item.sublist.show .navs {
  max-height: 500px;
  color: #555555;
  line-height: 20px;
}

.bkzn-navs .item.sublist .navs a {
  height: 40px;
  padding: 10px 92px;
  cursor: pointer;
  position: relative;
  color: #555555;
}

.bkzn-navs .item.sublist .navs a.active::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #D6E4F8;
  box-sizing: border-box;
  border-radius: 50%;
  background: #217DFF;
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
}

.bkzn-navs .item.sublist .navs a:hover, 
.bkzn-navs .item.sublist .navs a.active {
  color: #387ffc;
}

.bkzn-code {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  background: #fff;
}

.bkzn-code img {
  width: 144px;
  height: 144px;
}

.bkzn-code .text1 {
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  margin-top: 10px;
}

.bkzn-code .text2 {
  /* font-size: 14px; */
  font-size: 16px;
  color: #555555;
  line-height: 20px;
  margin-top: 2px;
}

.bkzn-list .content-right .rightbox1 {
  width: 960px;
  /* height: 1257px; */
  background: #ffffff;
  padding: 0 40px 30px;
}

.bkzn-list .content-right .bkzn-module + .bkzn-module {
  margin-top: 30px;
}

.bkzn-list .content-right .bkzn-module .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #555555;
}

.bkzn-list .content-right .bkzn-module .title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.bkzn-list .content-right .bkzn-module .title .desc {
  /* font-size: 14px; */
  font-size: 16px;
  color: #7F7F7F;
  margin-left: 14px;
}

.bkzn-list .content-right .bkzn-module .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -20px;
}

.bkzn-list .content-right .bkzn-module .content .item {
  width: 148px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px 0px rgba(169, 169, 169, 0.2);
  border-radius: 1px;
  padding: 8px 10px;
  margin: 20px 0 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}


.bkzn-list .content-right .bkzn-module .content .item:hover {
  color: #387ffc;
}

.bkzn-list .content-right .bkzn-module .content .item .icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.bkzn-list .content-right .bkzn-module .content .item span {
  flex: 1;
}

.bkzn-list .content-right .bkzn-module .content .item .arrow {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.bkzn-list .content-right .bkzn-module .content2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}

.bkzn-list .content-right .bkzn-module .content2 .item {
  width: 109px;
  margin-top: 16px;
  margin-left: 16px;
  /* font-size: 14px; */
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  cursor: pointer;
}

.bkzn-list .content-right .bkzn-module .content2 .item:hover {
  color: #387ffc;
}

.bkzn-list .content-right .bkzn-module .content2 .item img {
  width: 109px;
  height: 109px;
  margin-bottom: 16px;
}

/* 最新内容页 */
.zuixin-content {
  display: flex;
  flex-direction: column;
}



/* 2022年5月初级会计页 */
.kspd a:hover {
  color: #387FFC !important;
}

.acca-newsbox {
  width: 620px;
  height: 168px;
}

.acca-newsbox .swiper-container {
  width: 620px;
  height: 168px;
}

.acca-newsbox .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acca-newsbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.kspd-news .item {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}

.kspd-news .item .bignews {
  display: flex;
}

.kspd-news .item .bignews a {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FD7400;
  line-height: 21px;
}

.kspd-news .item .bignews a + a {
  margin-left: 10px;
}

.kspd-news .item .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kspd-news .item .news a {
  width: 292px;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  margin-top: 14px;
}

.kspd-news .item .news-tag {
  display: flex;
  flex-direction: column;
}

.kspd-news .item .news-tag .tag-item {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  height: 19px;
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.kspd-news .item .news-tag .tag {
  padding: 0 8px;
  /* height: 19px; */
  border-radius: 9px;
  border: 1px solid #387FFC;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
  line-height: 19px;
  margin-right: 9px;
  flex-shrink: 0;
}

.kspd-news .item .news-tag .tag:hover {
  background: #387FFC;
  color: #FFFFFF !important;
}

.kspd-news .item .news-tag .tag-item .wordbox1 + .wordbox1 {
  margin-left: 10px;
}

.kspd .model .model-title {
  height: 45px;
}
.kspd .model-title .ml-option h2.active {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  position: relative;
}
.kspd .model-title .ml-option h2.active:before {
  height: 2px;
  background-color: #387FFC;
}
.kspd .model-title .ml-option h2 {
  padding: 10px 0 14px;
  height: 45px;
}

.kspd-info {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 19px;
  color: #333333;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.kspd-info .tag {
  margin-right: 16px;
  flex-shrink: 0;
}

.kspd-info .title {
  flex: 1;
}

.kspd-info .time {
  margin-left: 16px;
  flex-shrink: 0;
}

.kspd-info.red .tag, 
.kspd-info.red .title {
  color: #F52618;
}

.kspd-info.red:hover .tag, 
.kspd-info.red:hover .title {
  color: #387FFC;
}

.acca-tiku {
  width: 620px;
  height: 198px;
  margin-top: 20px;
  background: url('../images/acca/tiku-bg.png') no-repeat 0 0/100% 100%;
  position: relative;
}

.acca-tiku .tiku-title {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}

.acca-tiku .tiku-news {
  position: absolute;
  right: 20px;
  top: 21px;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.acca-tiku .tiku-news img {
  width: 14px;
  height: 12px;
  margin-right: 6px;
}

.acca-tiku .items {
  padding: 68px 40px 0;
  display: flex;
  justify-content: space-between;
}

.acca-tiku .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acca-tiku .items .item img {
  width: 40px;
  height: 40px;
}

.acca-tiku .items .item .title {
  margin-top: 7px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
}

.acca-tiku .items .item .desc {
  margin-top: 8px;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}

.acca-kjzdbox {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.acca-kjzdbox .img {
  width: 193px;
  height: 112px;
  object-fit: cover;
}

.acca-courses {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.bkzn-model .acca-courses {
  margin-top: 0;
}

.acca-courses .item {
  width: 193px;
  height: 318px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
}

.acca-courses .item .img {
  width: 193px;
  height: 111px;
  object-fit: cover;
}

.acca-courses .item .tags {
  height: 94px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-left: 18px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 16px;
  position: relative;
}

.acca-courses .item .tags::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 11px);
  left: 0;
  top: 5px;
  background: #ADC8FF;
}

.acca-courses .item .tags .tag {
  position: relative;
  padding-left: 12px;
}

.acca-courses .item .tags .tag::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  transform: translate(-43%);
  background: #ADC8FF;
}

.acca-courses .item .tags .tag + .tag {
  margin-top: 10px;
}

.acca-courses .item .money {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #E85307;
  line-height: 16px;
  margin-top: 16px;
  padding-left: 16px;
}

.acca-courses .item .money .value {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #E85307;
  line-height: 26px;
}

.acca-courses .item .btns {
  padding: 0 16px;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acca-courses .item .btns .btn1 {
  width: 73px;
  height: 25px;
  border-radius: 13px;
  border: 1px solid #D2D2D2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #333333;
  cursor: pointer;
  position: relative;
}

.acca-courses .item .btns .btn1 .code {
  background: url('../images/acca/course-contact-bg.png') no-repeat 0 0/100% 100%;
  width: 205px;
  height: 241px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
  z-index: 66;
  display: none;
  flex-direction: column;
  align-items: center;
}

.acca-courses .item .btns .btn1:hover .code {
  display: flex;
}

.acca-courses .item .btns .btn1 .code img {
  width: 140px;
  height: 140px;
  margin-top: 30px;
}

.acca-courses .item .btns .btn1 .code span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #434343;
  line-height: 22px;
  margin-top: 10px;
}

.acca-courses .item .btns .btn2 {
  width: 73px;
  height: 25px;
  background: #387FFC;
  border-radius: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.acca-model {
  display: flex;
  flex-direction: column;
}

.acca-model .model-title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  position: relative;
  /* margin-bottom: 20px; */
  width: initial;
  height: initial;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: initial;
}

.acca-model .model-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  background: #387FFC;
  margin-right: 9px;
}

.acca-tool {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -16px;
}

.acca-tool .item {
  width: 142px;
  height: 41px;
  background: #F7F8F9;
  border-radius: 4px;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* font-size: 14px; */
  font-size: 16px;
  color: #434343;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}

.acca-tool .item .code {
  width: 150px;
  height: 150px;
  max-width: initial;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #dfdfdf;
  border: 10px solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  z-index: 66;
  display: none;
}

.acca-tool .item .code.app {
  width: 280px;
  height: 314px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  box-shadow: none;
  border: none;
  background: none;
}

.acca-tool .item:hover .code {
  display: block;
}

.acca-tool .item:nth-child(2n-1) {
  padding: 0 0 0 25px;
}

.acca-tool .icon {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}

.acca-bkzn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -8px;
}

.acca-bkzn a {
  width: 142px;
  height: 41px;
  background: #F7F8F9;
  border-radius: 4px;
  padding: 0 0 0 28px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* font-size: 14px; */
  font-size: 16px;
  color: #434343;
  margin-top: 8px;
}

.acca-bkzn a:nth-child(2n-1) {
  padding: 0 0 0 19px;
}

.acca-bkzn .icon {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

.acca-videobox {
  display: flex;
  flex-direction: column;
}

.acca-videobox .title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  letter-spacing: 2px;
}

.acca-videobox .video {
  width: 300px;
  height: 166px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.acca-videobox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acca-videobox .play1 {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translate(-50%);
}

.acca-videobox .desc {
  width: 300px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  /* font-size: 14px; */
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}

.acca-videobox .desc .play2 {
  width: 36px;
  height: 36px;
  background: #387FFC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.acca-videobox .desc .play2 img {
  width: 22px;
  height: 22px;
}

.acca-videobox .desc .text {
  padding: 8px 6px 8px 11px;
}

.acca-rightbtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.acca-rightbtns .item {
  width: 91px;
  height: 91px;
  background: #F7F7F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #555555;
  line-height: 19px;
}

.acca-rightbtns .item .btn {
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
}

.acca-ziliaobox {
  /* margin-top: 20px; */
  width: 300px;
  /* height: 305px; */
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 14px;
}

.acca-ziliaobox .item {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}

.acca-ziliaobox .item .img {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 15px;
}

.acca-ziliaobox .item .title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  margin-bottom: 3px;
}

.acca-ziliaobox .item .desc {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 16px;
}

.acca-ziliaobox .item .btn {
  width: 50px;
  height: 17px;
  background: linear-gradient(270deg, #FF7711 0%, #FC974D 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}

.acca-ziliaobox .more {
  height: 43px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
}

.acca-goapp {
  width: 300px;
  height: 213px;
  margin-top: 20px;
}

.acca-model { 
  display: flex;
  flex-direction: column;
  width: 100%;
}

.acca-model .model-top {
  padding: 7px 0 12px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acca-model .model-top .title {
  display: flex;
  align-items: center;
}

.acca-model .model-top .title img {
  width: 29px;
  height: 29px;
  margin-right: 5px;
}

.acca-model .model-top .more {
  width: 61px;
  height: 22px;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
  font-size: 12px;
  color: #818181;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.acca-model .model-top .tags {
  margin-left: 60px;
  display: flex;
  align-items: center;
}

.acca-model .model-top .tags .tag {
  margin-right: 20px;
  display: flex;
  align-items: center;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #434343;
  line-height: 19px;
}

.acca-model .model-top .tags .tag::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #217DFF;
  border-radius: 50%;
  margin-right: 10px;
}

.acca-model a:hover {
  color: #387FFC !important;
}

.acca-model .model-content {
  margin-top: 19px;
}

.acca-ksgh {
  display: flex;
}

.acca-ksgh .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 327px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}

.acca-ksgh .item + .item {
  margin-left: 20px;
}

.acca-ksgh .item .top {
  width: 100%;
  height: 65px;
  padding: 7px 21px 5px 14px;
  display: flex;
  align-items: center;
  background: url('../images/acca/acca-ksgh-top.png') no-repeat 0 0/100% 100%;;
}

.acca-ksgh .item .top .img {
  width: 53px;
  height: 53px;
  margin-right: 9px;
}

.acca-ksgh .item .top .title {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 19px;
}

.acca-ksgh .item .book {
  /* width: 106px; */
  height: 117px;
  margin-top: 10px;
}

.acca-ksgh .item .desc {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 16px;
  margin-top: 52px;
}

.acca-ksgh .item .btn {
  width: 208px;
  height: 34px;
  background: #E3EDFF;
  border-radius: 17px;
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
}

.acca-ksgh .item .btn img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.acca-ksys {
  display: flex;
}

.acca-ksys .item {
  width: 240px;
  height: 373px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.acca-ksys .item + .item {
  margin-left: 20px;
}

.acca-ksys .item .img {
  width: 190px;
  height: 190px;
  margin: 25px 0;
}

.acca-ksys .item .title {
  width: 200px;
  padding-top: 19px;
  border-top: 1px solid #EEEEEE;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  height: 68px;
}

.acca-ksys .item .money {
  display: flex;
  align-items: center;
  width: 200px;
  margin-top: 14px;
}

.acca-ksys .item .money .yuan {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #E85307;
  line-height: 31px;
  margin-right: 3px;
}

.acca-ksys .item .money .value {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #E85307;
  line-height: 31px;
  margin-right: 12px;
}

.acca-ksys .item .money .old {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}

.acca-map {
  width: 100%;
  height: 100px;
  background: #FAFAFA;
  margin-top: 30px;
}

.acca-map .center {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.acca-map .icon {
  width: 79px;
  height: 76px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px 0 rgba(169, 169, 169, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.acca-map .icon img {
  width: 48px;
  height: 46px;
}

.acca-map .areas {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  align-content: space-between;
  height: 78px;
  /* margin-left: -17px; */
  margin-left: 30px;
  margin-top: -20px;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  width: 1171px;
}

.acca-map .areas .area {
  /* margin-left: 47px; */
  margin-top: 20px;
}

.acca-kszx {
  display: flex;
}

.acca-kszx .news {
  width: 330px;
  /* height: 391px; */
  background: url('../images/acca/kszx-news.png') 0 0 / 100% 100% no-repeat;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  flex-shrink: 0;
}

.acca-kszx .news .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #387FFC;
  line-height: 21px;
}

.acca-kszx .news a {
  margin-top: 14px;
}

.acca-navs {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  margin-top: -10px;
  align-self: flex-start;
}

.acca-navs a {
  width: 50%;
  height: 19px;
  padding-left: 30px;
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.acca-navs a .type {
  margin-right: 20px;
}

.acca-navs a .time {
  margin-left: 20px;
}

.acca-fdst {
  display: flex;
  margin-bottom: 40px;
}

.acca-fdst .news {
  width: 330px;
  /* height: 325px; */
  background: url('../images/acca/fdst-ziliao.png') 0 0 / 100% 100% no-repeat;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  flex-shrink: 0;
}

.acca-fdst .news .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #E0965A;
  line-height: 21px;
}

.acca-fdst .news a {
  margin-top: 14px;
}

.acca-model .model-top .navs {
  display: flex;
  align-items: center;
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #818181;
  line-height: 19px;
}

.acca-model .model-top .navs .item {
  display: flex;
  align-items: center;
}

.acca-model .model-top .navs .item + .item::before {
  content: '｜';
  display: block;
  pointer-events: none;
  margin: 0 6px;
}

.acca-model .model-top .navs .item a {
  /* font-size: 14px; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #818181;
  line-height: 19px;
}

.kspd-query {
  width: 300px;
  height: 217px;
  margin-top: 20px;
  display: block;
}

.bkzn-leftbox {
  background: #ffffff;
  padding-bottom: 20px;
}

.bkzn-leftbox .leftbox-title {
  padding: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  position: relative;
}

.bkzn-leftbox .leftbox-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  background: #387FFC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bkzn-leftbox .leftbox-item {
  width: 260px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}

.bkzn-leftbox .leftbox-item + .leftbox-item {
  margin-top: 20px;
}

.acca-chat {
  padding: 20px 20px 14px;
  /* margin-top: 20px; */
  border-top: 1px solid #F2F2F2;
  position: relative;
}

.acca-chat .chat-title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 22px;
}

.acca-chat .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acca-chat .item .title {
  width: 112px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 21px;
}

.acca-chat .item .btn {
  width: 104px;
  height: 33px;
  border-radius: 17px;
  border: 1px solid #387FFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
  cursor: pointer;
}

.acca-chat .item .btn:hover {
  background: #387FFC;
  color: #FFFFFF;
}

.acca-chat .item .btn::before {
  content: '';
  display: block;
  margin-right: 8px;
  width: 22px;
  height: 18px;
  background: url('../images/acca/bkzn-wechat0.png') 0 0 / 100% 100% no-repeat;
}

.acca-chat .item .btn:hover:before {
  background: url('../images/acca/bkzn-wechat1.png') 0 0 / 100% 100% no-repeat;
}

.acca-chat .item + .item {
  margin-top: 26px;
}

.bkzn-right-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  background: url('../images/acca/bkzn-right-guide.png') 50% 30% / 232px 86px no-repeat;
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 37px;
  height: 132px;
  padding: 54px 0 41px;
  position: relative;
}

.bkzn-right-title::before, 
.bkzn-right-title::after {
  content: '';
  display: block;
  width: 44px;
  height: 21px;
  margin: 0 20px;
  background: url('../images/acca/bkzn-right-arrow.png') 0 0 / 100% 100% no-repeat;
}

.bkzn-right-title::after {
  transform: rotateY(180deg);
}

.kszd-city {
  width: 750px;
  padding: 0 20px 20px;
  background: #F7F8F9;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 18px;
  display: flex;
  flex-wrap: wrap;
}

.kszd-city span {
  margin-right: 26px;
  margin-top: 20px;
  cursor: pointer;
}

.kszd-city span.active {
  color: #000000;
  cursor: initial;
}

/* 中级报名 */
.query-top-padding {
  width: 100%;
  height: 518px;
  position: relative;
  z-index: 11;
}
.query-top {
  width: 1920px;
  height: 518px;
  /* background: url('../images/query/query-top-zj.png') no-repeat 0 0/100% 100%; */
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 11;
}

.query-top .topbar {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.query-top .topbar .topbar-left {
  display: flex;
  align-items: center;
  height: 100px;
}

.query-top .topbar .topbar-left .logo {
  width: 98px;
  height: 34px;
}

.query-top .topbar .topbar-left .title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.query-top .topbar .topbar-left .title::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  margin: 0 20px;
}

.query-top .topbar .topbar-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.query-top .topbar .topbar-right .title {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #FFFFFF;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.query-top .topbar .topbar-right .more {
  height: 100%;
  cursor: pointer;
  margin-left: 38px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFD2D2;
  line-height: 24px;
}

.query-content {
  position: relative;
  z-index: 22;
  margin-top: -24px;
}

.query-banner {
  width: 1280px;
  height: 85px;
  display: block;
}

.query-box1-title {
  margin: 20px auto 0;
  /* width: 687px; */
  height: 72px;
  display: block;
}

.query-box1 {
  margin-top: 36px;
  width: 1280px;
  /* height: 432px; */
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
}

.query-box1 .img {
  width: 537px;
  height: 352px;
  display: block;
  margin-right: 80px;
}

.query-box1 .content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.query-box1 .item {
  display: flex;
  position: relative;
}

.query-box1 .item .num {
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, #F7573F 0%, #EA3C33 100%);
  box-shadow: 0px 6px 22px 0px #F8DCDB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 30px;
  position: relative;
  z-index: 22;
}

.query-box1 .item .title {
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.query-box1 .item .entry {
  width: 411px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #FD1620;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #E93831;
  display: flex;
  align-items: center;
  justify-content: center;
}

.query-box1 .item + .item {
  margin-top: 46px;
}

.query-box1 .item + .item::before {
  content: '';
  width: 2px;
  height: 97px;
  background: #EC4035;
  position: absolute;
  left: 26px;
  top: -97px;
}

.query-box2-title {
  /* width: 945px; */
  height: 68px;
  display: block;
  margin: 20px auto 0;
}

.query-box2  {
  margin-top: 40px;
  width: 1280px;
  /* height: 342px; */
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  position: relative;
}

.query-box2 .img {
  width: 126px;
  height: 262px;
  display: block;
  margin-right: 40px;
}

.query-box2 .img2 {
  width: 195px;
  height: 195px;
  background: url('../images/query/query-code-bg.png') no-repeat 0 0/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 108px;
  right: 38px;
}

.query-box2 .img2 img {
  width: 184px;
  height: 184px;
  display: block;
}

.query-box2 .title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}

.query-box2 .list {
  display: flex;
  flex-direction: column;
  margin-top: 46px;
}

.query-box2 .list-title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FF0000;
  line-height: 26px;
  margin-bottom: 20px;
}

.query-box2 .item {
  display: flex;
  align-items: center;
}

.query-box2 .item + .item {
  margin-top: 16px;
}

.query-box2 .item .num {
  width: 24px;
  height: 24px;
  background: #FF0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-right: 10px;
  flex-shrink: 0;
}

.query-box2 .item .text {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}

.query-box3-title {
  /* width: 742px; */
  height: 68px;
  display: block;
  margin: 20px auto 0;
}

.query-box3 {
  width: 1280px;
  /* height: 712px; */
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.query-box3 .item {
  width: 426px;
  height: 356px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  border-right: 2px solid #EEEEEE;
}

.query-box3 .item:nth-child(3n) {
  border-right: none;
}

.query-box3 .item:nth-child(n + 4) {
  border-top: 2px solid #EEEEEE;
}

.query-box3 .item .icon {
  width: 106px;
  height: 106px;
}

.query-box3 .item .title {
  margin-top: 14px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
}

.query-box3 .item .desc {
  margin-top: 12px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  text-align: center;
  word-break: keep-all;
}

.query-box3 .item .btn {
  margin-top: 20px;
  min-width: 159px;
  padding: 0 20px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #FD1620;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #E93831;
}

.query-box4 {
  width: 100%;
  /* height: 988px; */
  position: relative;
  margin-top: 40px;
}

.query-box4-bg {
  width: 1920px;
  height: 670px;
  background: url('../images/query/query-bg.png') no-repeat 0 0/100% 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 11;
}

.query-box4 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 22;
}

.query-box4 .box-title {
  margin-top: 60px;
  /* width: 541px; */
  height: 68px;
}

.query-box4 .list {
  width: 1280px;
  /* height: 800px; */
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.query-box4 .list .item {
  display: flex;
}

.query-box4 .list .item .box {
  width: 500px;
  padding: 30px;
  background: #F6F6F6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.query-box4 .list .item:nth-child(n + 3) .box {
  width: 469px;
  align-self: center;
}

.query-box4 .list .item:nth-child(n + 5) .box {
  width: 520px;
  align-self: initial;
}

.query-box4 .list .item .box .title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #D03631;
  line-height: 31px;
}

.query-box4 .list .item .box .desc {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  margin-top: 14px;
  word-break: break-all;
}

.query-box4 .list .item .box .btn {
  margin-top: 12px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #E11E25;
  line-height: 24px;
}

.query-box4 .list .item .padding {
  width: 161px;
  flex-shrink: 0;
}

.query-box4 .list .item .icon {
  width: 261px;
  height: 271px;
  flex-shrink: 0;
}

.query-box5-title {
  /* width: 463px; */
  height: 68px;
  display: block;
  margin: 40px auto 0;
}

.query-box5 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 -30px;
}

.query-box5 .item {
  width: 406px;
  height: 304px;
  background: url('../images/query/query-box.png') no-repeat 0 0/100% 100%;
  margin: 30px 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}

.query-box5 .item .title {
  white-space: nowrap;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
  margin-top: 9px;
}

.query-box5 .item .desc {
  margin-top: 32px;
  display: flex;
}

.query-box5 .item .desc .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EB3D35;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  flex-shrink: 0;
}

.query-box5 .item .desc .text {
  width: 288px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}

.query-box5 .item .desc + .desc {
  margin-top: 16px;
}

.query-box5 .item .btn {
  width: 204px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #FD1620;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 40px; */
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #E93831;
  margin-top: auto;
}

.query-box6-title {
  /* width: 709px; */
  height: 68px;
  display: block;
  margin: 40px auto 0;
}

.query-app {
  background: #F9E8CF;
  padding-bottom: 50px;
}

.query-footer {
  width: 100%;
  height: 96px;
  background: #3B3945;
}

.query-footer .footer-copy {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  height: 100%;
}

.query-footer .footer-copy p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
}

.query-footer .footer-copy a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.query-box6 .acca-news-ad3 {
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
}

.query-box6 .acca-news3,
.query-box6 .acca-news4 {
  width: 1280px;
}

.topbar-line {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100px;
  background: #FAA09D;
}

.query-box6 .acca-news3 {
  width: 1280px;
  height: 392px;
}

.query-box6 .acca-news3 .acca-news-title {
  height: 92px;
  padding: 0 40px;
  flex-shrink: 0;
}

.query-box6 .acca-news3 .acca-news-title .img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.query-box6 .acca-news3 .acca-news-title .title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #387FFC;
  line-height: 28px;
}

.query-box6 .acca-news3 .acca-news-title .nav {
  width: 112px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 24px;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #474747;
}

.query-box6 .acca-news3 .acca-news-title .nav1 {
  right: 172px;
}

.query-box6 .acca-news3 .acca-news-title .nav2 {
  right: 40px;
}

.query-box6 .acca-news3 .acca-news-title .nav.active {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  background: #217DFF;
  color: #FFFFFF;
}

.query-box6 .acca-news3 .item {
  padding: 25px 40px;
}

.query-box6 .acca-news3 .box2 {
  height: 44px;
}

/* .enter-top {
  width: 100%;
  height: 483px;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.enter-main {
  background: #FDCDA5;
  padding-bottom: 40px;
  overflow: hidden;
}

.enter-top-title {
  margin-top: 40px;
  font-size: 90px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FEFFFF;
  line-height: 119px;
  text-shadow: 0px 8px 0px #C12D16, 0px 4px 0px #F1571B;
  text-align: center;
}

.enter-top-desc {
  margin-top: 19px;
  font-size: 34px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}

.enter-module {
  width: 1280px;
  /* height: 577px; */
  background: #FFA883;
  border-radius: 20px;
  margin-top: 64px;
  position: relative;
  padding: 20px;
}

.enter-module .enter-module-title {
  width: 562px;
  height: 87px;
  display: flex;
  padding-top: 17px;
  justify-content: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #AA5101;
  line-height: 47px;
  text-shadow: 0px 2px 0px #FFDDC3;
  position: absolute;
  left: 374px;
  top: -26px;
  background: url('../images/query/enter-title.png') no-repeat 0 0/100% 100%;
}

.enter-module .enter-module-content {
  width: 1239px;
  /* height: 537px; */
  background: linear-gradient(180deg, #FEF8EC 0%, #FADEC8 100%);
  box-shadow: 0px -1px 0px 0px #F4D2B7;
  border-radius: 20px;
}

.enter-module .enter-list {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 0 32px 7px;
}

.enter-module .enter-item {
  width: 152px;
  height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/query/enter-item.png') no-repeat 0 0/100% 100%;
  margin: 20px 0 0 20px;
}

.enter-module .enter-item .title {
  white-space: nowrap;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #AA5101;
  line-height: 26px;
  margin-top: 23px;
}

.enter-module .enter-item .desc {
  margin-top: 32px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #AA5101;
  line-height: 21px;
  height: 42px;
  max-width: 130px;
  word-break: break-word;
  /* word-break: break-all; */
  text-align: center;
}

.enter-module .enter-item .btn {
  width: 105px;
  height: 32px;
  background: linear-gradient(90deg, #FF6542 0%, #F95B50 100%);
  box-shadow: inset 0px -4px 0px 0px #FF4513;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 21px;
}

.enter-banner {
  margin-top: 40px;
  width: 1280px;
  height: 85px;
}

.enter-intro {
  padding: 20px 30px;
}

.enter-intro-list {
  padding-top: 14px;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

.enter-intro-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  cursor: pointer;
}

.enter-intro-select .text {
  color: #AA5101;
  line-height: 21px;
}

.enter-intro-select .province {
  color: #F95C4F;
  line-height: 21px;
}

.enter-intro-select .icon-change {
  margin-left: 13px;
  width: 20px;
  height: 20px;
}

.enter-intro-list .item {
  margin: 20px 0 0 30px;
  width: 171px;
  height: 50px;
  background: #FCDDB4;
  border-radius: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #AA5101;
  cursor: pointer;
}

.enter-intro-list .item.active {
  background: #FF7050;
  box-shadow: 0px 2px 0px 0px #D3210A;
  border: 2px solid #F4BC7F;
  color: #FFFFFF;
}

.enter-intro-desc {
  margin-top: 40px;
  background: #FFFFFF;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enter-intro-desc .desc {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #262626;
  line-height: 24px;
  white-space: pre-line;
}

.enter-intro-desc .btn {
  width: 433px;
  height: 40px;
  border-radius: 43px;
  border: 1px solid #FD1620;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #E93831;
  line-height: 24px;
}

.enter-intro-tip {
  margin-top: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #AA5101;
  line-height: 21px;
  text-align: center;
}

.enter-intro2 {
  padding: 75px 30px 30px;
}

.enter-intro-model {
  width: 1177px;
  /* height: 940px; */
  background: url('../images/query/enter-intro-top.png') no-repeat 0 0 / 100% 181px;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}

.enter-intro-model .list {
  padding: 40px 0;
  width: 1177px;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.list ul {
  display: flex;
  align-items: center;
}

.enter-intro-model .list ul::after {
  content: '';
  display: block;
  width: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.enter-intro-model .list .item {
  width: 228px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 11px 16px 0px #D6E4FE;
  border-radius: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #262626;
  margin-left: 20px;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
}

.enter-intro-model .list .item + .item {
  margin-left: 40px;
}

.enter-intro-model .list .item.active {
  background: linear-gradient(276deg, #EB344B 0%, #EA583F 100%);
  box-shadow: 0px 11px 16px 0px rgba(235,55,74,0.31);
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.enter-intro-model .model-item {
  margin: 22px 20px 0;
  padding: 0 0 20px;
  /* border-bottom: 1px dashed #979797; */
}

.enter-intro-model .model-item + .model-item {
  margin-top: 19px;
}

.enter-intro-model .model-item .title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #262626;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.enter-intro-model .model-item .title::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 4px;
  height: 21px;
  background: linear-gradient(180deg, #EC482E 0%, #E3B1A8 100%);
  border-radius: 2px;
}

.enter-intro-model .model-item .desc {
  margin: 14px 0 0 6px;
  white-space: pre-line;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #262626;
  line-height: 24px;
}

.enter-intro-model .btns {
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enter-intro-model .btns .btn1 {
  width: 228px;
  height: 50px;
  background: linear-gradient(276deg, #EA583F 0%, #EB344B 100%);
  border-radius: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.enter-intro-model .btns .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 228px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 43px;
  border: 1px solid #999999;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #262626;
  cursor: pointer;
}

.enter-ziliao {
  padding: 75px 30px 40px;
  display: flex;
  justify-content: space-between;
}

.enter-ziliao .box1 {
  width: 637px;
  height: 474px;
  background: #FFFCFA;
  border-radius: 10px;
  padding: 38px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enter-ziliao .box2 {
  width: 513px;
  height: 227px;
  background: #FFF9F3;
  border-radius: 10px;
  padding: 16px 16px 16px 30px;
  display: flex;
  justify-content: space-between;
}

.enter-ziliao .box1 .title {
  width: 470px;
  background: url('../images/query/enter-ziliao-title.png') no-repeat 0 50% / 470px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #AA5101;
  line-height: 40px;
}

.enter-ziliao .box1 .img {
  margin-top: 30px;
  width: 589px;
  height: 342px;
  display: block;
}

.enter-ziliao .box2 .title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #AA5101;
  line-height: 31px;
}

.enter-ziliao .box2 .desc {
  margin-top: 14px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #808080;
  line-height: 21px;
}

.enter-ziliao .box2 .code {
  width: 194px;
  height: 195px;
  background: url('../images/query/enter-ziliao-code.png') no-repeat 0 0 / 194px 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enter-ziliao .box2 .code img {
  width: 184px;
  height: 184px;
  display: block;
}

.enter-province {
  width: 859px;
  /* height: 565px; */
  background: #FFFFFF;
  border-radius: 22px;
  padding: 45px 30px;
  position: relative;
}

.enter-province .tip {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #373737;
  line-height: 31px;
}

.enter-province .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 40px;
  cursor: pointer;
}

.enter-province .list {
  margin-left: -15px;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.enter-province .list .item {
  margin: 14px 0 0 15px;
  flex-shrink: 0;
  width: 121px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #171717;
  cursor: pointer;
}

.enter-province .list .item.active {
  background: #FBDBB0;
  border: 1px solid #F4BC7F;
  color: #AE560C;
}

.enter-province .notice {
  margin-top: 58px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FF430A;
  line-height: 21px;
}

.enter-white {
  min-height: 100vh;
  background: #FDCDA5;
}

.enter-white .query-top-padding,
.enter-white .query-top {
  height: 582px;
}

.certificate-bg {
  background: #F5F5F9;
  padding-bottom: 40px;
}

.certificate-banner {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: center;
}

.certificate-banner img {
  width: 1920px;
  height: 270px;
  display: block;
}

.certificate-model {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
}

.certificate-model-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #202122;
}

.certificate-model-title::before {
  content: '';
  display: block;
  margin: 0 20px;
  background: url(../images/certificate-icon-title.png) no-repeat 0 0 / 100% 100%;
  width: 43px;
  height: 32px;
}

.certificate-model-title::after {
  content: '';
  display: block;
  margin: 0 20px;
  background: url(../images/certificate-icon-title.png) no-repeat 0 0 / 100% 100%;
  width: 43px;
  height: 32px;
  transform: rotateY(180deg);
}

.certificate-list {
  margin: 41px 0 0 -21px;
  display: flex;
  flex-wrap: wrap;
}

.certificate-item {
  width: 239px;
  height: 230px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 20px 0 0 21px;
  padding: 0 16px;
}

.certificate-item .hot {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 43px;
  height: 18px;
  background: #FCE8E9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #D9021B;
}

.certificate-item .hot img {
  width: 8px;
  height: 10px;
  margin-right: 3px;
}

.certificate-item .title {
  width: 207px;
  height: 52px;
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}

.certificate-item .title.color1 {
  color: #F59A23;
  background: #FFF5EB;
}

.certificate-item .title.color2 {
  color: #02A7F0;
  background: #EAF6FE;
}

.certificate-item .title.color3 {
  color: #FB5E4A;
  background: #FFEEED;
}

.certificate-item .title.color4 {
  color: #D9021B;
  background: #FCE8E9;
}

.certificate-item .title.color5 {
  color: #2F1DBF;
  background: #E5E8FF;
}

.certificate-item .desc {
  white-space: pre-line;
  height: 48px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #575757;
  line-height: 24px;
  margin-top: 19px;
  text-align: center;
}

.certificate-item .btn {
  width: 158px;
  height: 36px;
  border-radius: 26px;
  border: 1px solid #75B214;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #75B214;
  margin-top: 21px;
  cursor: pointer;
  position: relative;
}

.certificate-item .btn .code {
  display: none;
  position: absolute;
  left: 50%;
  top: -274px;
  transform: translate(-50%);
  flex-direction: column;
  align-items: center;
  width: 284px;
  height: 293px;
  z-index: 55;
  background: url(../images/certificate-code-bg.png) no-repeat 0 0 / 100% 100%;
}

.certificate-item .btn .code .text {
  margin-top: 32px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}

.certificate-item .btn .code .img {
  margin-top: 12px;
  width: 170px;
  height: 170px;
}

.certificate-item .btn:hover .code {
  display: flex;
}

.certificate-item .icon-wechat {
  width: 20px;
  height: 16px;
  margin-right: 6px;
}