@charset "UTF-8";

@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Regular.woff2") format("woff2"), url("../Fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Medium.woff2") format("woff2"), url("../Fonts/GoogleSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* @font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Bold.woff2") format("woff2"), url("../Fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
} */
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../Fonts/Gilroy-Regular.woff2") format("woff2"), url("../Fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../Fonts/Gilroy-Medium.woff2") format("woff2"), url("../Fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../Fonts/Gilroy-Bold.woff2") format("woff2"), url("../Fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  font-family: "GoogleSans", sans-serif, serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #333;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
}
header,footer,main,section,aside,nav {
  display: block;
}
input,button,textarea,h1,h2,h3,p,ol,ul,a {
  border: none;
  list-style: none;
  text-decoration: none;
  outline: none;
}
button {
  background: 0 0;
}
input:focus,button:focus,textarea:focus {
  outline: none;
}
a {
  display: inline-block;
  cursor: pointer;
  color:#333333;
}
a:hover,
a:visited {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  opacity: 1;
}
img[data-src] { 
  opacity: 0
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

/* tips */
#popup-back {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/80%);
  position: fixed;
  top: 0;
  z-index: 99999;
  display: none;
}
.popup-arrow {
  width: 80px;
  position: absolute;
  top: -90px;
  transform: scaleX(-1) rotate(24deg);
}
.popup-inner {
  width: 500px;
  position: absolute;
  top: 240px;
  left: 24%;
}
.popup-inner,.popup-text {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

/* breadcrumb */
.breadcrumbs-wrap {
	background-color: #f8f9fa;
  display: none;
}
.breadcrumbs-con {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1140px;
  height: 56px;
  line-height:56px;
}
.bread_crumbs {
	width: 100%;
}
.bread_crumbs i {
	font-style: normal;
	color: #666;
	font-size: 14px;
}
.bread-crumbs-icon {
	color: #999;
	margin: 0 4px;
}
.bread_crumbs span a:hover i {
	text-decoration: underline;
	color: #1eb380;
}
.bread_crumbs span:first-child::before {
	content: "";
}
.bread_crumbs span:last-child > a {
	height:18px;
}
.bread_crumbs span:last-child > a i {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	max-width: 880px;
	line-height:20px
}
.bread_crumbs a:hover i {
	color: #1eb380;
}
.link-cover {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 9;
}
header,
footer {
  background-color: #092239;
  box-shadow: 0px 0px 10px 0px rgba(29, 47, 94, 0.08);
}
main {
  flex: 1;
  background-color: #ffffff;
  padding-bottom:48px;
  position:relative;
}
html {
  scroll-behavior: smooth;
}
main.home {
  background-color: rgba(135,159,212,0.04);
}
.header,.main,.footer {
  margin:0 auto;
  padding:0 20px;
  max-width: 1132px;
}
.breadcrumb {
  display: block;
}
.header {
  height:56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
}
.header-logo {
  z-index:18;
  position: relative;
}
.header-logo img {
  max-height: 28px;
  height:100%;
}
.header-content {
  display: flex;
  height:56px;
  align-items: center;
}
.header-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.header-icon-menu,
.header-icon-false {
  width:18px;
  height:18px;
  fill:#cccccc;
}
.header-icon-false {
  fill:#333333;
}
.header-list {
  width: 84%;
  max-width: 360px;
  position: fixed;
  /* z-index: 21; */
  z-index: 127;
  background: #fff;
  top:0;
  bottom:0;
  right: -360px;
  transition: right 0.3s;
  overflow-y: auto;
}
.header-list.show-animation {
  right:0;
  transition: right 0.3s;
}
.header-wrap {
  margin-top:70px;
}
.header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 40px;
}
.header-list-top {
  height:56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 0 24px 0 40px;
  background-color: #ffffff;
  width: 84%;
  max-width: 360px;
}
.header-item .header-title a {
  flex:1;
	font-size: 16px;
	font-weight: 500;
  height:44px;
  line-height: 44px;
}
.header-item.topic .header-title a {
  color:#1eb380;
  opacity: 1;
}


.header-icon-arrow {
  width: 22px;
  height: 22px;
  fill:#aaaaaa;
  transition: transform .3s;
  margin-left:60px;
}


.header-list-sub {
  height: 100%;
  background-color: #f1f2f5;
  padding: 0 24px 0 40px;
  max-height: 0;
  transition:all .1s;
  overflow: hidden;
}
.header-list-item {
  color:transparent;
	font-size: 15px;
  margin-bottom:24px;
}
.header-list-sub .header-list-item:last-child {
  margin-bottom:0;
}
.header-item.cur-arrow .header-title a {
  color:#1eb380;
}
.header-item.cur-arrow svg {
  transform: rotate(180deg);
  transition:transform .3s;
  fill:#1eb380;
}
.header-item.cur-arrow .header-list-sub {
  height: 100%;
  max-height:max-content;
  padding: 24px 24px 24px 40px;
  transition:all .1s;
}
.header-item.cur-arrow .header-list-sub .header-list-item {
  color:#333333;
}
.header-form {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  height: 40px;
  background-color: #273d51;
  border-radius: 4px;
  padding:0 12px;
  position:absolute;
  left:-100%;
  z-index:19;
  transition: all .3s;
  display: none;
}
.header-form.show-animation {
  left:20px;
  transition: all .3s;
}
.header-form 
input[type='text'].header-input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
input[type='text'].header-input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
input[type='text'].header-input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
input[type='text'].header-input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.header-input {
  width:100%;
  background-color: transparent;
  border-radius: 4px;
  margin-left:12px;
  color: #ffffff;
  opacity: 0.5;
}
.header-search-icon,
.header-search-icon-mobile {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.75);
  display: none;
}
.footer {
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  text-align: center;
  padding-top:40px;
  position:relative;
}
.footer-logo img {
  max-width: 270px;
  max-height: 48px;
  height:100%;
}
.footer-list {
  margin-top:40px;
  max-width:320px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-item {
  display: inline-block;
  width:33.333%;
  margin-bottom:30px;
  text-align: center;
}
.footer-item a {
  color: #ffffff;
  opacity: 0.65;
}
.footer-item a:hover {
  color: #ffffff;
  opacity: 1;
}
/* home */
.home-wrap {
  width:100%;
  background-color: #ffffff;
}
.home-banner {
  display: flex;
  flex-direction: column;
  padding:32px 0;
}
.banner-left {
  width:100%;
  margin-top:24px;
  order:2;
  text-align: center;
  max-width:760px;
}
.banner-left h1 {
  font-family: Gilroy;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  padding:0 20px;
}
h1 .span-strong {
  font-weight: 700;
}
.banner-des {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #999999;
  margin-top:16px;
  text-align: center;
  padding:0 24px;
  display: none;
}
.banner-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:20px;
}
.banner-select-wrap { 
  position:relative;
  width:100%;
  height:56px;
  max-width: 300px;
  border-radius: 4px;
  border:1px solid #cccccc;
  overflow: hidden;
  margin-top:12px;
  z-index:0;
}
.banner-category-wrap {
  width:100%;
  height:56px;
  max-width: 300px;
  border-radius: 4px;
  background-color: #1eb380;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-category-wrap:hover {
  background-color: #2b9b72;
}
.banner-category-value {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.banner-category-icon {
  width: 16px;
  height: 16px;
  fill:#ffffff;
  margin-right:12px;
}
.index-icon-arrow {
  width:16px;
  height:12px;
  fill:#999;
  position:absolute;
  top:50%;
  right:16px;
  transform: translateY(-50%) rotate(90deg);
  z-index:10;
  cursor: pointer;
}
.banner-select {
  width:100%;
  height: 54px;
  max-width:300px;
  padding:0 24px;
  border:none;
  outline: none;
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color:#999;
  text-align: center;
  font-size: 16px;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: 20;
  background-color: transparent;
}

.banner-form {
  display: flex;
  align-items: center;
  height:56px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 4px 
    rgba(9, 52, 146, 0.12);
  border-radius: 4px;
  padding-left:20px;
  position:relative;
}
.banner-input {
  flex:1;
  height:20px;
  margin-left:16px;
  font-size: 16px;
}
.banner-button {
  width: 90px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fafbfc;
  background-color: #1eb380;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  position: absolute;
  right:0;
}
.banner-right {
  order:1;
  padding:0 20px;
  height:100%;
  text-align: center;
}
.banner-right img {
  max-height: 380px;
  height:100%;
  object-fit: contain;
}
.banner-search-icon {
  width: 20px;
  height: 20px;
  fill: #666666;
}
input[type='text'].banner-input::placeholder {
  font-size: 16px;
  color: #cccccc;
}
input[type='text'].banner-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #cccccc;
}
input[type='text'].banner-input::-moz-placeholder {
  font-size: 16px;
  color: #cccccc;
}
input[type='text'].banner-input::-ms-input-placeholder {
  font-size: 16px;
  color: #cccccc;
}
.home-con {
  max-width: 1132px;
  padding:40px 20px;
  margin: 0 auto;
  text-align: center;
}
.main .home-con {
  padding:40px 0;
}
.home-con h2 {
  font-family: Gilroy;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
h2 .span-strong {
  font-weight: 700;
}
.home-trade-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:32px;
}
.icon-switch {
  width:48px;
  height:48px;
  fill:#1eb380;
  z-index: 18;
}
.icon-switch.prev {
  transform: rotate(180deg);
}
.home-trade-window {
  flex:1;
  height:110px;
  max-width:calc((100% + 144px)/3);
  margin-right:-24px;
  position:relative;
  overflow: hidden;
  z-index: 16;
}
.home-trade-list {
  height:110px;
  width:600%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:absolute;
  left:0;
  transition: left .3s;
}
.home-trade-con {
  width:100%;
  margin-right:24px;
}
.home-trade-item {
  height:110px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.home-trade-item:hover,
.home-trade-con.cur-trade .home-trade-item {
  background-color: #1eb380;
}
.home-trade-con.cur-trade .home-trade-item {
  border: none;
}
.home-trade-item:hover svg,
.home-trade-con.cur-trade svg {
  fill: #ffffff;
}
.home-trade-item:hover .home-trade-title,
.home-trade-con.cur-trade .home-trade-title {
  color: #ffffff;
}
.home-trade-con.cur-trade .home-trade-item::after {
  content:'';
  width: 0;
  height: 0;
  border-top: 8px solid #1eb380;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom:-8px;
  left:50%;
  transform: translateX(-8px);
}
.home-trade-icon {
  width:40px;
  height:40px;
  fill:#333333;
}
.home-trade-title {
	font-size: 15px;
	font-weight: 500;
  margin-top:16px;
}
.home-type-wrap {
  margin-top:40px;
}
.home-type-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:-14px;
  margin-bottom:-14px;
  flex-wrap: wrap;
  display: none;
}
.home-type-item {
  padding:0 21px;
  height:44px;
  display: flex;
  align-items: center;
  margin-left:14px;
  margin-bottom:14px;
  background-color: #fafbfd;
  border-radius: 22px;
  border: solid 1px #e0e0e0;
  cursor: pointer;
}
.home-type-item:hover,
.home-type-item.cur-type {
  color:#1eb380;
  border: solid 1px #1eb380;
}
.home-type-item:hover a {
  color:#1eb380;
}
.home-pdf-wrap {
  margin-top:40px;
}
.home-pdf-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:-24px;
  
}
.home-pdf-con {
  width:100%;
  position:relative;
  margin-bottom:24px;
}
.home-pdf-item {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  padding: 24px;
  position:relative;
}
.home-pdf-item.file-detail {
  width:100%;
  border:none;
  background:#f8f9fa;
  border-radius: 4px;
  padding:24px;
}

.category-third-level .home-pdf-item.detail:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.home-pdf-con:hover .home-pdf-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.home-pdf-img {
  height:100%;
  width:100%;
  object-fit: contain;
}
.home-pdf-img.scale {
  max-height:300px;
}
.home-pdf-item.detail,
.category-pdf-list.bottom .home-pdf-item {
  background-color: #f8f9fa;
}
.category-pdf-list.bottom .home-pdf-img {
  height:100%;
  width:100%;
}

.home-pdf-btn {
  margin-top:24px;
}
.home-pdf-btn a {
  width: 100%;
	height: 56px;
	background-color: #1f364b;
	border-radius: 4px;
  font-size: 16px;
	font-weight: 500;
  color:#ffffff;
  line-height: 56px;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding:0 12px;
}
.home-pdf-badge {
  width:96px;
  height:96px;
  position:absolute;
  top:-7px;
  left:-9px;
  display: none;
}
.features-list {
  display: flex;
  flex-direction: column;
  margin-top:48px;
}
.features-item {
  width: 100%;
  margin-bottom:52px;
}
.features-img {
  width:100%;
  height:180px;
  object-fit: contain;
}
.features-item h3 {
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 700;
  margin-top:28px;
}
.features-des {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-top:20px;
  padding:0 18px;
}
.category-top {
  display: flex;
  justify-content: space-between;
  margin-top:32px;
}
.category-left h1 {
  font-family: Gilroy;
	font-size: 32px;
	font-weight: 700;
}
.category-des {
	line-height: 20px;
  margin-top:20px;
}
.category-des a {
  color:#1eb380;
}
.category-des a:hover {
  text-decoration: underline;
}
.category-right {
  display: none;
}
.category-right img {
  max-width:356px;
  max-height: 250px;
  object-fit: cover;
}
.category-content.other {
  margin-top:30px;
}
section
.container {
  width:100%;
}
.container {
  margin-top:24px;
}
section h1,
.container h1 {
  font-family: Gilroy;
	font-size: 28px;
  line-height: 36px;
	font-weight: 700;
}
.title-num {
  color:#1eb380;
}
section h2 {
	font-size: 20px;
	font-weight: 700;
}
.aside-ad {
  margin:24px 0;
}
.aside-ad.article {
  display: none;
}
.list-ad {
  width:100%;
  margin-bottom:24px;
}

.list-detail-ad {
  margin-bottom:24px;
}
.list-state-ad {
  margin-top:24px;
  margin-bottom:24px;
}
.ads-normal {
  width:100%;
  margin:32px 0;
}
.ads-normal.article {
  margin:24px 0;
}
.ads-article {
  width:100%;
  margin-bottom:28px;
}

.category-top-ad {
  margin:24px 0 24px;
}
.category-content-ad {
  margin-top:24px;
}
.category-normal {
  margin-top:36px;
}
.category-third-level {
  margin-top:24px;
}
.category-expand-wrap {
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position:relative;
  display: none;
}
.category-expand-wrap:hover svg {
  transform: rotate(180deg);
  transition: all .3s;
}
.category-expand {
  display: flex;
  align-items: center;
}
.category-expand::after {
  content:'';
  height:22px;
  width:100px;
  position:absolute;
  top:19px;
  right:0;
}
.category-expand span {
	font-size: 14px;
	font-weight: 500;
	color: #1eb380;
}
.category-icon-arrow {
  width:16px;
  height:16px;
  fill: #1eb380;
  margin-left:4px;
  transition: all .3s;
}
.category-expand:hover + .category-expand-con {
  display: block;
}
.category-expand-con:hover {
  display: block;
}
.category-expand-con {
  width:100%;
  padding:32px;
  background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(0, 0, 0, 0.12);
	border-radius: 4px;
  position:absolute;
  left:0;
  top:40px;
  z-index:18;
  margin-bottom:-24px;
  display: none;
}
.category-expand-list {
  margin-bottom:24px;
}
.category-expand-list:last-child {
  margin-bottom:0;
}
.category-expand-title {
	font-size: 15px;
	font-weight: 500;
	color: #999999;
}
.category-expand-sub {
  margin-top:12px;
  margin-bottom:-8px;
}
.category-expand-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom:8px;
}
.category-expand-item a {
  height: 38px;
  line-height:38px;
	border-radius: 18px;
  border: solid 1px #eeeeee;
  padding:0 20px;
}
.category-expand-item:hover a {
  background-color: #edf0f2;
  border: solid 1px transparent;
}
.category-pdf-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom:-24px;
  flex-wrap: wrap;
}
.category-pdf-list.bottom {
  margin-top:20px;
  margin-bottom:-8px;
}
.category-pdf-con {
  width:100%;
  position:relative;
  margin-bottom:24px;
}
.category-pdf-con:hover .home-pdf-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.category-pdf-con:hover .home-pdf-name {
  color:#1eb380;
}
.download-item {
  margin-bottom:24px;
}
.download-title {
  width:100%;
  margin-top:16px;
  border-bottom:1px solid #eeeeee;
  padding-bottom:12px;
  font-size: 16px;
  line-height:24px;
	font-weight: 500;
	color: #333333;
}
.download-title:hover {
  color:#1eb380;
}
.download-info {
  padding-top:20px;
  margin-bottom:-12px;
}
.download-item.detail {
  margin-top:24px;
  margin-bottom:24px;
}
.download-item.detail .download-info {
  margin-bottom:0;
}

.download-info-item {
  font-size: 14px;
  margin-bottom:12px;
  padding-left:18px;
  position:relative;
  display: flex;
  align-items: center;
}
.download-info-item::before {
  content:'';
  width:6px;
  height:6px;
  background-color: #bbbbbb;
  border-radius: 50%;
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.icon-star {
  width:12px;
  height:12px;
  fill:#666666;
  margin-left:4px;
}
.download-link {
  display: flex;
  flex-wrap: wrap;
  margin-top:30px;
}
.download-link-con {
  width:100%;
  position:relative;
}
.download-link-item {
  height: 60px;
	background-color: #f8f9fa;
	border-radius: 4px;
  margin-bottom:8px;
  display: flex;
  align-items: center;
}
.download-link-item.new {
  width:100%;
  background-color: #1eb380;
  color:#ffffff;
  font-size: 16px;
  color:#ffffff;
  font-weight: 500;
  height:50px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.download-link-con:hover .download-link-item.new {
  background-color: #2b9b72;

}
.download-link-con:hover .download-link-item {
  background-color: #edf0f2;
}
.icon-office {
  width:80px;
  height:80px;
  margin-left:-8px;
  margin-right:-12px;
}
.img-file-type {
  width:36px;
  height:36px;
  margin-left:16px;
  margin-right:12px;
}
.icon-download {
  width:32px;
  height:32px;
  margin-left:16px;
  margin-right:12px;
}
.download-link-tip {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.download-link-text {
  font-size: 15px;
}
.download-link-size {
  font-size: 12px;
	color: #999999;
  margin-top:4px;
}

/* detail */
.preview-star {
  width: 100%;
  padding:24px 16px;
	border-radius: 4px;
	border: solid 1px #eeeeee;
  margin-top: 24px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.star-top {
  display: flex;
  align-items: center;
  margin-left:4px;
  margin-right:4px;
}
.star-wrap {
  height: 18px;
  overflow: hidden;
  position: relative;
}
.score-num {
  display: inline-block;
  font-size: 16px;
	color: #333333;
  margin-left:4px;
}
.score-reviews {
  display: inline-block;
	color: #999999;
  margin-left:4px;
}
.rating {
  display: block;
  width: 100px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.score {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.star {
  display: inline-block;
  width: 20px;
  height: 18px;
  padding-left: 0;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  background-size: auto 100%;
}
.star1 {
  left: 0
}
.star2 {
  left: 20px
}
.star3 {
  left: 40px
}
.star4 {
  left: 60px
}
.star5 {
  left: 80px
}
.star:hover {
  background-image: url(../Images/star.svg);
  left: 0;
  z-index: 2;
  background-repeat: repeat-x;
  background-size: 20px 18px;
}
.star-wrap.isdone .star {
  width:0;
}
.star1:hover {
  width: 20px
}
.star2:hover {
  width: 40px
}
.star3:hover {
  width: 60px
}
.star4:hover {
  width: 80px
}
.star5:hover {
  width: 100px
}
.score-star {
  width: 100px;
  height: 18px;
  display: inline-block;
  background-image: url(../Images/star_gray.svg);
  background-size: 20px 18px;
}
.star-wrap:hover .score-star span {
  display: none;
}
.star-wrap.isdone:hover .score-star span {
  display: block;
}
.score-star span {
  width: 100px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../Images/star.svg);
  background-size: 20px 18px;
}
.star-des {
  font-size: 15px;
	line-height: 24px;
  margin-top:4px;
  text-align:center;
}
.preview-wrap {
  padding: 24px 12px;
  background: #f8f9fa;
  margin-top: 24px;
  display: flex;
  justify-content:space-between;
}
.preview-list-wrap {
  height:158px;
  margin:0 16px;
  flex:1;
  overflow: hidden;
  position:relative;
}
.preview-btn {
  width: 36px;
	height: 130px;
  background-color: #edf0f2;
	border-radius: 4px;
  display: flex;
  align-items:center;
  justify-content:center;
}
.preview-btn.preview-next svg {
  transform:rotate(180deg)
}
.preview-btn.active {
  background-color: #1eb380;
  cursor: pointer;
  opacity:0.9;
}
.preview-btn.active:hover {
  opacity:1;
}
.preview-btn.inactive {
  background-color: #edf0f2;
}
.preview-pdf-img {
  width:100%;
  max-height:300px;
}
.content-icon {
  width: 36px;
	height: 36px;
  fill:#edf0f2;
  opacity:0.9;
}
.preview-content {
  padding:0 18px;
  position:relative;
  margin-top:24px;
}
.preview-img {
  border-radius: 2px;
	border: solid 2px #eeeeee;
}
.preview-content-btn {
  width:36px;
  height:36px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.preview-content-btn.active:hover .content-icon {
  opacity:1;
}
.content-prev {
  left:0;
}
.content-next {
  right:0;
}
.content-prev svg {
  transform: rotate(180deg);
}
.preview-content-btn.active svg {
  fill: #1f364b;
  cursor:pointer;
}
.preview-content-btn.inactive svg {
  fill: #edf0f2;
} 
.preview-icon {
  width:10px;
  height:16px;
  fill:#ffffff;
}
.preview-list {
  width:400%;
  position: absolute;
  left:0;
  display: flex;
  margin-left: -6px;
  margin-bottom:-12px;
  overflow: hidden;
  transition: left .3s;
}
.preview-con {
  padding-left:12px;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
}
.preview-item {
  height:130px;
  text-align: center;
  border-radius: 2px;
	border: solid 2px #e0e0e0;
  overflow: hidden;
}
.preview-con.cur-priview-con .preview-item {
  border: solid 2px #1eb380;
}
.preview-item img {
  height:100%;
  min-height:130px;
}
.preview-index {
	font-size: 16px;
	font-weight: 500;
	color: #999999;
  margin-top:12px;
}
.preview-con.cur-priview-con .preview-index  {
  color:#1eb380;
}

.preview-click-wrap {
  display:flex;
  flex-direction:column;
  margin-top:24px;
}
.preview-click-item {
  width:100%;
	height: 50px;
	border-radius: 4px;
	border: solid 2px #1eb380;
  background-color: #ffffff;
  color:#1eb380;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.preview-click-item span {
  font-weight:500;
  display:inline-block;
  margin-left:16px;
  font-size: 16px;
  width:116px;
}
.email .click-icon {
  width:20px;
  height:20px;
  fill:#1eb380;
}
.click-icon.back-list {
  width:16px;
  height:16px;
}
.download .click-icon {
  width:16px;
  height:16px;
  fill:#ffffff;
}
.preview-click-item.download:hover {
  background:#2b9b72;
  border: solid 2px #2b9b72;
}
.preview-click-item.email:hover {
  background:#1eb380;
}
.preview-click-item.email:hover span {
  color:#ffffff;
}
.preview-click-item.email:hover .click-icon {
  fill:#ffffff;
}
.preview-click-item.download {
  background-color: #1eb380;
  color:#ffffff;
  margin-bottom:12px;
  order:1;
}
.preview-click-item.email {
  order:2;
}

.bottom-related {
  margin-top:24px;
}


.about-content {
  margin-top:24px;
}
.about-content h2 {
  margin-bottom:16px;
  line-height: 24px;
}
.about-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom:24px;
}
.about-content p strong {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin-top:16px;
}
aside {
  margin-top:16px;
}
.aside-title {
  display: flex;
  align-items: center;
}
.bottom-title {
  display: flex;
  align-items: flex-start;
}
.aside-title img {
  width:14px;
  height:14px;
  margin-right:8px;
}
.bottom-title img {
  width:14px;
  height:14px;
  margin-right:8px;
  margin-top:8px;
}
.aside-title h2 {
  font-family: Gilroy;
	font-size: 22px;
	font-weight: 700;
}
.bottom-title h2 {
  font-family: Gilroy;
	font-size: 22px;
  line-height: 28px;
	font-weight: 700;
}
.aside-content {
  margin-top:20px;
}
.aside-item {
  width:100%;
  margin-bottom:8px;
}
.aside-item a {
  width:100%;
  height: 44px;
  line-height:44px;
	background-color: transparent;
  padding-left:22px;
  border:1px solid #edf0f2;
	border-radius: 4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.sitemap h1 {
  text-align: center;
}
.sitemap .next-wrap {
  text-align: left;
  font-weight: 400;
  line-height: 56px;
  padding-left: 16px;
  margin-top: 24px;
  margin-bottom: 23px;
  height: 56px;
  background-color: #1eb380;
  border-radius: 8px;
  position: relative;
}
.next-wrap:hover .next-test {
  opacity: 1;
}
.next-wrap h2 {
  color:#fff;
}
.sitemap .next-wrap a {
  font-family: GoogleSans;
  position:relative;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  z-index: 99;
  line-height: 56px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.sitemap .next-test {
  fill: #fff;
  opacity: 0.5;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.sitemap_box {
  margin-top: 24px;
}
.sitemap h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 16px;
}
.sitemap_box h3 {
  padding-top: 0;
  padding-left: 16px;
}
.sitemap_box h3 a:hover {
  color:#1eb380;
}
.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-bottom: -12px;
}
.sitemap-con {
  width: 50%;
  padding-left: 12px;
  margin-bottom: 12px;
}
.sitemap-con:hover a {
  border: 1px solid #1eb380;
  color:#1eb380;
}
.sitemap-con a {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color:#333333;
  border: 1px solid #f5f5f5;
  padding: 0 16px;
  border-radius: 8px;
}

.state-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom:-8px;
  margin-top:20px;
}
.state-con {
  width: 50%;
  padding-left: 8px;
  margin-bottom: 8px;
}
.state-con a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: transparent;
  padding-left: 22px;
  border: 1px solid #edf0f2;
  border-radius: 4px;
}
.state-con:hover a {
  color:#1eb380;
  border:1px solid #1eb380;
}
.writing-tip.detail {
  margin:24px 0;
}
.writing-tip h2 {
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.writing-list{
  margin-top:16px;
}
.writing-item {
  font-size:14px;
  line-height: 1.6;
  margin-top:16px;
}
.writing-item strong {
  display: block;
}
.page-wrap {
	margin-top:24px;
}
.brpp_pageGo {
  display: flex;
  justify-content: space-between;
}
.page-back-active svg,
.page-next-active svg {
  display: none;
}
.page-back,
.page-back-active {
  font-weight: 700;
  width: 100px;
  padding: 13px 16px;
  color: #999999;
  border-radius: 4px;
  text-align: center;
  border: solid 2px #cccccc;
  white-space: nowrap;
  margin-right: 24px;
}
.page-back-active:hover {
  background-color: #1eb380;
  color:#ffffff;
  border: 2px solid #1eb380;
}
.page-back-active:hover svg {
fill: #fff;
}
.page-back-active,
.page-back {
  width:116px;
  display: none;
}

.page-next-active {
  font-weight: 700;
  width: 100px;
  padding: 12px 12px;
  color: #1eb380;
  border-radius: 4px;
  text-align: center;
  border: solid 2px #1eb380;
  white-space: nowrap;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-next-active:hover {
  background-color: #1eb380;
  color:#ffffff;
}
.pageEllipsis {
  padding-top: 12px;
}
.page-next-nor {
  display: none;
  width: 92px;
  margin-left: 12px;
  padding: 13px 16px;
  color: #46507d;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
}
.page-cur,
.page-nor {
  width:44px;
  height:44px;
  font-weight: 400;
  line-height:44px;
  text-align: center;
  color:#333333;
  border-radius: 4px;
}
.page-nor:hover {
  color:#ffffff;
  background-color: #1eb380;
}
.page-cur {
  background-color: #1eb380;
  color:#ffffff;
}
.page-next-active .icon-next {
  fill: #fff;
  width: 15px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
}
.page-back-active .icon-next {
  fill: #46507d;
  width: 15px;
  height: 12px;
  margin-right: 8px;
  transform: rotate(180deg);
}
.pageNext-des,
.pageNext-l {
  display: none;
}
.pageNext-r {
  width: 100%;
}
.page-next,
.page-prev {
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #1eb380;
  border-radius: 4px;
}
.page-prev {
  background: #eee;
}
.page-prev:hover {
  background: #1eb380;
}

.error-btn {
  width:240px;
  height: 56px;
  border-radius: 4px;
  font-size:20px;
  font-weight: 500;
  background-color: #1eb380;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:32px auto 0;
}
.search-tit {
  font-family: Gilroy;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-top:32px;
  text-align: center;
}

.home-pdf-name {
  display: inline-block;
  width:100%;
  text-align: center;
  margin-top:16px;
  font-size:16px;
  line-height: 22px;
  font-weight: 500;
}
.download-item.detail .home-pdf-item.detail .home-pdf-img {
  min-height: auto;
  height:100%;
}
.home-pdf-item.file-detail img {
  height:100%;
}
.category-third-level.new {
  margin:24px 0;
}
/* .download-list {
  display: flex;
  flex-wrap:wrap;
  margin-left:-24px;
}
.download-item {
  width:50%;
  padding-left:24px;
  margin-bottom:24px;
} */
.download-list-new {
  display: flex;
  margin-left: -8px;
  margin-bottom: -16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-con {
  width: 50%;
  padding-left: 8px;
  margin-bottom: 16px;
  position: relative;
}

.form-item {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  padding: 12px;
}
.form-con:hover .form-item {
  border: solid 1px #1eb380;
}
.form-con:hover .form-title {
  color:#1eb380;
}
.form-img {
  min-height: 150px;
  width: 100%;
  object-fit: contain;
}

.form-title {
  text-align: center;
  margin-top: 12px;
}

.form-title a {
  font-weight: 500;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:24px;
  margin-top:40px;
}
.category-item {
  height:100%;
  width:100%;
  position:relative;
  max-height: 200px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
}
.category-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.category-detail a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.icon-detail-more {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  opacity: 0.5;
}
.category-item:hover .icon-detail-more {
  opacity: 1;
}
.category-item img {
  width:100%;
  height:100%;
  min-height: 175px;
  object-fit: cover;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.category-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.topic-wrap {
  width:100%;
  overflow: hidden;
}
.category-top.topic {
  margin:32px 0;
  position:relative;
}
.category-top.topic .topic-bg {
  width:100%;
  max-height:200px;
  border-radius: 12px;
  object-fit: cover;
}
.category-top.topic .topic-desktop {
  width:100%;
  max-height:200px;
  border-radius: 4px;
  object-fit: cover;
  display: none;
}
.category-top.topic .topic-mobile {
  width:100%;
  max-height:200px;
  border-radius: 4px;
  object-fit: cover;
}
.countdown-list {
  width:fit-content;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  left:50%;
  top:53%;
  transform: translate(-50%,-50%);
  position:absolute;
  gap:4px;
}
.countdown-item {
  padding:8px;
  aspect-ratio: 1 /1;
  background-color: rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	border: solid 3px rgba(255,194,83, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.countdown-time {
  font-family: Gilroy;
  font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}
.countdown-unit {
  display: inline-block;
  font-family: Gilroy;
  font-weight: 500;
	font-size: 12px;
	color: #ffc253;
  margin-top:4px;
}
.topic-character {
  display: none;
}
.topic-ad-top {
  margin-top:24px;
}
.topic-ad-bottom {
  margin-bottom:24px;
}
.countdown-result {
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width:80%;
  object-fit: contain;
  display: none;
}
.topic-number {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #1eb380;
  margin-bottom:12px;
  display: none;
}
.article-page-item {
  margin-bottom: 24px;
}
.article-page-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
}
.article-page-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.article-page-tip {
  color: #1eb380;
  text-align: center;
  padding: 14px 0 4px;
  text-transform: uppercase;
}
.article-page-b {
  text-align: center;
}
.article-page-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.article-section h3, .article-section h4 {
  margin: 24px 0 16px;
  font-size: 18px;
  color: #222;
  line-height: 24px;
}
.article-section img, 
.article-section p, 
.article-section ul {
  margin: 14px 0;
}
.article-section li, 
.article-section p {
  font-size: 16px;
  line-height: 26px;
  list-style: disc;
}
.article-section li ul li {
  list-style: circle;
}
.article-section li a {
  line-height: 30px;
}
.article-section li:first-child a {
  line-height: 1;
}
.article-section ul {
  word-break: break-word;
}
.article-section ul {
  padding-left: 20px;
  padding-bottom:4px;
}
.article-section ul li ul {
  margin: 0 0 14px;
  border-bottom:0;
}
.article-section ol {
  padding-left: 0;
}
.article-section img {
  display: block;
  width: 100%;
}
.islike-wrap {
  padding: 24px 36px;
  margin-top: 32px;
  margin-bottom: 20px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.feedback-thank {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.feedback-thank {
  display: none;
  margin-top: 16px;
}
.islike {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isLike_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 40px;
  width:140px;
  font-size: 16px;
  border-radius: 28px;
  margin-top:16px;
}
.isLike_btn span{
  font-size: 14px;
}
.isLike_btn.people_unfill {
  color: #999999;
}
.people_unfill span {
  color:#cccccc;
}
.like,
.unlike {
  color: #666666;
  background-color: #f8f8f8;
  cursor:pointer;
  font-weight: 500;
}
.like.people_fill,
.unlike.people_fill {
  color:#ffffff;
  background-color: #1eb380;
}
.like.people_fill span,
.unlike.people_fill span {
  color: #1eb380;
}
.like.people_unfill,
.unlike.people_unfill {
  color: #999999;
}
.like:hover, 
.unlike:hover {
  background-color: #eeeeee;
}
.like.people_fill:hover, 
.unlike.people_fill:hover {
  background-color: #1eb380;
}
.like.people_unfill span,
.unlike.people_unfill span {
  color: #999999;
}
.like.people_fill svg, .unlike.people_fill svg {
  fill: #ffffff;
}

.icon-like-article,
.icon-unlike {
  width:18px;
  height:18px;
  fill:#666666;
  margin-right: 8px;
  margin-left:8px;
}
.like {
  margin-right:8px;
}
.like_num,
.unlike_num {
  width: 28px;
	height: 28px;
	background-color: #ffffff;
	border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-left:8px;
  text-align: center;
  line-height: 28px;
  font-weight:500;
}
.like_num {
  color:#5a637c;
}
.unlike_num {
  color:#5a637c;
}
.comment {
  display: none;
  margin-top: 16px;
}
#commentEmail,
#commentText {
  font-family: GoogleSans;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: solid 1px #f2f2f2;
}
#commentText {
  height: 120px;
}
.comment-form-item {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
#commentBtn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  border-radius: 6px;
  background-color: #1eb380;
  cursor: pointer;
}
.article-page-item {
  margin-bottom: 28px;
}
.article-page-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-page-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
}
.article-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.article-page-tip {
  color: #1eb380;
  text-align: center;
  padding: 14px 0 4px;
  text-transform: uppercase;
}
.article-page-b {
  text-align: center;
}
.article-page-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.long-nav {
  display:none;
  width: 280px;
  background-color: #fff;
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  z-index: 122;
  flex-direction: column;
  padding-left:32px;
  padding-right:16px;
  overflow-y: auto;
}
.long-nav-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 48px;
	color: #142144;
  margin-top:38px;
}
.long-nav-btn {
  width:48px;
  height:48px;
  background-color: #1eb380;
  border-radius: 50%;
  position: fixed;
  right:16px;
  bottom:20%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 125;
}
.icon-long-list,
.icon-long-close {
  width:20px;
  height:20px;
  fill:#ffffff;
}
.icon-long-close {
  display: none;
}
.long-nav-item {
  font-size: 16px;
  line-height:30px;
  color: #1eb380;
  display: inline-block;
  margin-top:12px;  
  position:relative;
  padding-left:22px;
}
/* .long-nav-item:before {
  content:'-';
  height:100%;
  font-size: 16px;
  color: #1eb380;
  position:absolute;
  left:0;
} */
.long-des {
  font-size: 16px;
  line-height:26px;
  color: #142144;
}
.article-section {
  margin-bottom:24px;
}
.islike-wrap {
  margin-bottom:32px;
}
.article-section .long-title {
  margin: 0 0 18px;
  font-size: 24px;
  padding-top:12px;
  line-height:28px;
}
.article-section .long-content {
  margin:0 0 20px
}
.article-section .long-img {
  margin:0 0 24px
}
.islike-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #142144;
  text-align: center;
}
.islike-t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-card p:nth-child(1),
.content-card ul {
  margin:0;
}
.content-card {
  margin:24px 0;
}
.content-card p:nth-child(1) {
  padding:24px 56px 24px 20px;
  background-color: #142144;
  border-radius: 8px 8px 0px 0px;
  color:#fff;
}
.content-card ul {
  padding:24px 30px 24px 20px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 8px 8px;
}
.content-card li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
	color: #142144;
  position:relative;
  padding-left:21px;
}
.content-card li:before {
  content: '';
  display: inline-block;
  height: 6px;
  width:6px;
  border-radius: 50%;
  color: #8e97ae;
  background-color: #8e97ae;
  position: absolute;
  left:0;
  top:12px;
}
.content-card ul {
  color:#ffffff;
  text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
  border-bottom:none;
}
.article-section ol {
  padding-left:0;
}
.article-section ol li {
  padding-left:32px;
  list-style: none;
  background: url(../Images/correct4.svg) no-repeat left 2px;
  background-size: 20px 20px;
}
.article-section a {
  color:#1eb380;
  font-weight: 500;
  text-decoration: underline;
}
.article-section a:hover {
  text-decoration: none;
}
.related-article-b {
  display: none;
}
.word-article-item {
  display: flex;
  margin-bottom: 16px;
  position: relative;
}
.word-item-l {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.word-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.word-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.word-item-r {
  padding: 5px 11px 0;
  position: relative;
}
.word-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word-item-tag {
  color: #aaa;
  line-height: 21px;
}
.menu-name {
  width: 100%;
  margin: 0 0 12px;
}
.page-nor:hover {
  background-color: #f8f8fa;
  border-radius:4px;
  color:#2b9b72;
}
.page-back-active:hover,
.page-next-active:hover {
  background-color: #1eb380;
  color: #fff;
  border: 1px solid #1eb380;
}
.page-prev:hover,
.page-next:hover {
  background-color: #1eb380;
}
.page-back {
  visibility: hidden;
}
.page-cur {
  text-align: center;
}
.index-cover-long {
  display: none;
  position: fixed;
  top: -56px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}

@media screen and (min-width: 414px) {
  .banner-left {
    margin:24px auto 0;
  }
  .banner-des {
    padding:0 50px;
  }
  .banner-right {
    padding:0 60px;
  }
  .home-pdf-img {
    max-height:600px;
  }
  .home-pdf-item.file-detail img {
    max-height: 580px;
  }
  .preview-pdf-img {
    max-height:600px;
  }
  .countdown-list {
    gap:8px;
  }
  .countdown-item {
    padding:12px;
  }
}
@media screen and (min-width: 480px)  {
  .page-next-active {
    width:130px;
  }
  .banner-left h1 {
    padding:0 60px;
  }
  .countdown-time {
    font-size: 22px;
  }
  .countdown-unit {
    font-size: 16px;
    margin-top:8px;
  }
}
@media screen and (min-width: 568px) {
  .home-trade-window {
    max-width: calc((100% + 96px)/2);
    margin-right:-24px;
  }
  .home-trade-con {
    margin-right:24px;
  }
  .home-trade-list {
    width:300%;
  }
  .page-next-active {
		width:100px;
		margin-left:24px;
	}
  .pageNext {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageNext-l {
    display: block;
  }
  .pageNext-l,
  .pageNext-r {
    width: auto;
    flex: 1;
  }
  .pageNext-des {
    width: 160px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
  }
  .category-list {
    grid-template-columns: repeat(2,1fr);
  }
  .countdown-list {
    gap:16px;
  }
  .countdown-item {
    padding:16px;
  }
  .countdown-time {
    font-size: 32px;
  }
  .countdown-unit {
    font-size: 18px;
  }
  .article-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .article-page-item {
    width: 49%;
  }
  .article-page-item:hover .article-page-link {
    color: #1eb380;
  }
  .related-article-b {
    display: block;
  }
  .related-article-b .word-article-item {
    width: 49%;
  }
  .top-menu-box,
  .word-article-item {
    width: 49%;
    padding: 0 8px 0 0;
  }
  .menu-name {
    width: 100%;
    margin: 0 0 14px;
  }
  .word-article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .word-article-item {
    margin-bottom: 20px;
  }
  .word-article-item:hover .word-item-link {
    color: #1eb380;
  }
  
}
@media screen and (min-width: 768px) {
  .home-pdf-list {
    margin-left:-24px;
  }
  .home-pdf-con {
    width:50%;
    padding-left:24px;
  }
  .home-pdf-con:last-child {
    display: none;
  }
  .home-pdf-badge {
    left:14px;
  }
  .category-pdf-list {
    margin-left:-32px;
    margin-bottom:-32px;
  }
  .category-pdf-con {
    width:50%;
    padding-left:32px;
    margin-bottom:32px;
  }
  .category-pdf-list.bottom {
    margin-left:-16px;
  }
  .category-pdf-list.bottom .category-pdf-con {
    padding-left:16px;
  }
  .download-link-con {
    width:50%;
  }
  .preview-con {
    width:20%;
  }
  .preview-click-wrap {
    flex-direction:row;
    justify-content:space-between;
  }
  .preview-click-item {
    height:60px;
    width:49%;
  }
  .preview-click-item.email {
    margin-right:8px;
    order:1;
  }
  .preview-click-item.download {
    margin-left:8px;
    margin-bottom:0;
    order:2;
  }
  .preview-pdf-img {
    max-height:780px;
  }
  .preview-content {
    padding:0 36px;
  }
  .preview-content-btn {
    width:64px;
    height:64px;
  }
  .content-icon {
    width: 64px;
    height: 64px;
  }
  .aside-list {
    display: flex;
    flex-wrap: wrap;
    margin-left:-16px;
  }
  .aside-item {
    width:33.333%;
    padding-left:16px;
    margin-bottom: 16px;
  }
  .sitemap-con {
    width: 25%;
  }
  .list-ad {
    width:100%;
    margin-bottom:32px;
    padding-left:32px;
  }
  .category-third-level {
    margin-top:48px;
  }
  .list-detail-ad {
    margin:24px 0 40px;
  }
  .list-state-ad {
    margin-top:40px;
    margin-bottom:40px;
  }
  .state-con {
    width: 25%;
  }
  .page-back-active, .page-back {
		width:100px;
	}
  .page-next-nor {
		display: initial;
		visibility: hidden;
	}
  .page-back-active, .page-back {
		display: inline-block;
	}
  .list-ad {
    padding-left:32px;
  }
  .aside-title {
    line-height: 0;
  }
  .aside-ad {
    margin:16px 0 32px;
  }
  .home-pdf-img {
    height:430px;
  }
  .category-pdf-list.bottom .category-pdf-con {
    width:33.3333%;
  }
  .category-content.detail .aside-item {
    width:33.3333%;
  }
  .preview-click-item span {
    width:fit-content;
  }
  .category-pdf-list.bottom .home-pdf-img {
    height: 240px;
  }
  .form-con {
    width: 25%;
  }
  .banner-btn-wrap {
    flex-direction: row;
    justify-content: center;
  }
  .banner-select-wrap {
    margin-top: 0;
    margin-left:20px;
  }
  .category-top.topic .topic-bg {
    height:200px;
  }
  .category-top.topic .topic-desktop {
    height:200px;
    display: block;
  }
  .category-top.topic .topic-mobile {
    display: none;
  }
  .countdown-item {
    width:130px;
    height:130px;
  }
  .countdown-time {
    font-size: 64px;
  }
  .countdown-unit {
    font-size: 20px;
  }
  .countdown-result {
    max-height: 150px;
  }
  .countdown-list {
    gap:20px;
  }
}
@media screen and (min-width: 880px) {
  .home-trade-wrap {
    margin-top:0;
  }
  .icon-switch {
   display: none;
  }
  .home-trade-wrap {
    margin-top:56px;
  }
  .home-trade-window {
    max-width:none;
  }
  .home-trade-list {
    margin-left:-24px;
    width:calc(100% + 24px);
    position:inherit;
  }
  .home-trade-con {
    width:16.667%;
    padding-left: 24px;
  }
  .home-trade-item {
    height:110px;
  }
  .container {
    max-width: 728px;
  }
  .container.topic {
    max-width: 100%;
    text-align: center;
    margin-top:36px;
  }
  section {
    flex:1;
  }
  section.about {
    margin-right: 0;
  }
  .download-item {
    display: flex;
    padding-top:24px;
    padding-bottom:24px;
    margin-bottom:0;
  }
  .download-item:first-child,
  .download-list .download-item:nth-child(6) {
    padding-top:0;
  }
  .download-item:last-child {
    margin-bottom:48px;
    padding-bottom:0;
  }
  .home-pdf-item.detail {
    flex:1;
    /* padding:24px 24px 54px; */
  }
  .download-content {
    width:280px;
    margin-left:22px;
  }
  .download-title {
    margin-top:0;
    font-size:18px;
  }
  .download-info {
    margin-left:2px;
  }
  .download-link {
    margin-left:2px;
  }
  .download-link-con {
    width:100%;
  }
  .preview-list-wrap {
    margin:0 12px;
  }
  .ads-normal.simple {
    margin-top: 36px;
  }
  .download-link {
    margin-top: 36px;
  }
  .writing-item {
    font-size:16px;
  }
  .home-pdf-img {
    height:530px;
  }
  .download-item.detail .download-info {
    padding-top:0;
  }
  .download-item.detail .download-content {
    width:300px;
  }
  .topic-number {
    display: inline-block;
  }
  .download-info-item {
    font-size: 15px;
    margin-bottom:16px;
  }
}
@media screen and (min-width: 1024px) {
  .category-top.topic .topic-desktop {
    height:200px;
  }
  .category-top.topic.christmas-topic {
    margin:64px 0;
  }
  .category-top.topic.christmas-topic,
  .category-top.topic.christmas-topic .topic-bg{
    max-width:728px;
  }
  .category-top.topic .topic-bg {
    height:200px;
  }
  .topic-character {
    position:absolute;
    right:40px;
    top:50%;
    transform: translate(100%,-50%);
    height:260px;
    width:100%;
    max-width:fit-content;
    object-fit: contain;
    display: block;
  }
  .home-pdf-img.scale {
    max-height:450px;
  }
  .article-section ol {
    padding-left: 25px;
  }
  .article-section .long-content {
    margin-bottom:28px;
  }
  .article-section .long-img {
    margin-bottom:28px;
  }
  .index-cover-long {
		display: none !important;
	}
  .long-nav {
    display:flex !important;
    flex-direction: column;
    margin:-12px 0 24px;
    width:100%;
    position:relative;
    top:auto;
    bottom:auto;
    right:auto;
    padding-left:0;
    padding-right:0;
  }
  .long-nav-title {
    margin-top:4px;
  }
  .long-nav-btn {
    display: none;
  }
  .content-card p:nth-child(1) {
    padding:24px 56px 24px 30px;
  }
  .content-card ul {
    padding:28px 30px 28px 30px;
  }
  .article-section ol {
    padding-left:25px;
  }
  .islike {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .isLike_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 56px;
    width:170px;
    font-size: 16px;
    border-radius: 28px;
    margin-top:16px;
  }
  .isLike_btn span{
    font-size: 16px;
  }
  .people_unfill span {
    color:#cccccc;
  }
  .icon-like-article,
  .icon-unlike {
    width:24px;
    height:24px;
    fill:#666666;
    margin-right: 12px;
    margin-left:12px;
  }
  .like_num,
  .unlike_num {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-left:12px;
    text-align: center;
    line-height: 40px;
  }
  .menu-aside .top-menu-item,
  .word-article-item {
    width: 100%;
  }
}


@media screen and (min-width: 1092px) {
  section h1,
  .container h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .breadcrumbs-wrap {
    display: block;
  }

  .breadcrumb {
    display: block;
  }
  .header {
    height:64px;
  }
  .header-logo img {
    max-height: 28px;
    height:100%;
  }
  .header-search-icon-mobile {
    display: none;
  }
  .header-content {
    height:64px;
  }
  .header-list {
    display: block;
    width: 100%;
    max-width: none;
    position: inherit;
    padding: 0;
    background: transparent;
    top:auto;
    bottom:auto;
    right: auto;
    overflow: initial;
  }
  .header-cover,
  .header-list-top {
    display: none !important;
  }
  .header-list-sub {
    position:absolute;
    left:0;
    top:40px;
    max-height: 0;
    height:auto;
    padding:0 24px;
    border-radius: 4px;
  }
  .header-list-item {
    width:max-content;
  }
  .header-list-item:hover a {
    color:#1eb380;
  }
  .header-icon-menu,
  .header-icon-false {
    display: none;
  }
  .header-wrap {
    margin-top:0;
    position:relative;
  }
  .header-item {
    display: inline-block;
    margin-right:40px;
    padding:0;
    position: relative;
  }
  .header-item:last-child {
    margin-right: 0;
  }
  .header-title {
    padding:0;
  }
  .header-item .header-title a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .header-item .header-title a {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    opacity: 0.65;
    height:40px;
    line-height: 40px;
    pointer-events:all;
  }
  .header-item:hover .header-list-sub {
    max-height: max-content;
    padding:24px 24px;
  }
  .header-icon-arrow {
    display: none;
  }
  .header-form {
    width: 254px;
    position: inherit;
    left:auto;
  }
  .footer {
    height: 180px;
  }
  .footer-logo img {
    max-width: none;
  }
  .footer-list {
    flex-wrap: nowrap;
    max-width: none;
    text-align: center;
    margin-left:-40px;
  }
  .footer-item {
    width:auto;
    margin-left:40px;
    margin-bottom:0;
  }
  /* home */
  .home-banner {
    flex-direction: row;
    max-width: 1132px;
    height:556px;
    padding:96px 20px 80px;
    margin:0 auto;
  }
  .banner-left {
    width:548px;
    margin-top: 0;
    order:1;
    display:flex;
    flex-direction: column;
    justify-content: center;  
  }
  .banner-left h1 {
    font-size: 56px;
    line-height: 64px;
    padding:0;
    text-align: left;
  }
  .banner-des {
    font-size: 20px;
    line-height: 28px;
    margin-top:20px;
    padding:0;
    text-align: left;
    display: block;
  }
  .banner-btn-wrap {
    margin-top:36px;
  }
  .banner-select-wrap {
    max-width:246px;
  }
  .banner-btn-wrap.error {
    justify-content: flex-start;
  }
  .banner-input {
    margin-left:20px;
  }
  .banner-button {
    width: 120px;
  }
  .banner-right {
    flex:1;
    order:2;
    padding:0;
    padding-left: 74px;
  }
  
  .home-con {
    padding:80px 20px;
  }
  .main .home-con {
    padding:80px 0;
  }
  .home-con h2 {
    font-size: 36px;
  }
  .home-type-list {
    margin-left:-12px;
    margin-bottom:-12px;
  }
  .home-type-item {
    margin-left:12px;
    margin-bottom:12px;
  }
  .home-pdf-wrap {
    margin-top:58px;
  }
  .home-pdf-list {
    margin-left:-24px;
  }
  .home-pdf-con {
    width:33.33%;
    padding-left:24px;
  }
  .home-pdf-con:last-child {
    display: block;
  }
  .home-pdf-item {
    padding: 24px;
  }
  .home-pdf-btn {
    margin-top:16px;
  }
  .home-pdf-img {
    height: 350px;
  }
  .home-pdf-item.detail .home-pdf-img {
    min-height:450px;
  }
  .home-pdf-badge {
    left:15px;
  }
  .features-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top:72px;
    margin-left:-24px;
  }
  .features-item {
    width:33.3333%;
    margin-bottom:0;
    padding-left:24px;
  }
  .features-des {
    padding:0 16px;
  }
  .category-top {
    margin-top:56px;
  }
  .category-left {
    margin-right:100px;
  }
  .category-left h1 {
    font-size: 56px;
  }
  .category-des {
    font-size: 16px;
    line-height: 24px;
    margin:24px 0;
  }
  .category-right {
    display: block;
  }
  .category-content {
    display: flex;
    justify-content: space-between;
  }
  .category-content section {
    max-width:728px;
    margin-right:64px;
  }
  .category-content.other section {
    max-width:fit-content;
    margin-right:0;
  }
  .category-top-ad {
    margin:48px 0 40px;
  }
  .category-top-ad.topic {
    margin: 40px 0;
  }
  .category-content.topic aside {
    margin-top:0;
  }
  aside {
    width:300px;
    margin-top:24px;
  }
  .aside-content {
    margin-top:20px;
  }
  .aside-list {
    margin-left:0;
  }
  .aside-item {
    width:100%;
    padding-left:0;
    margin-bottom:0;
  }
  .aside-item a {
    height: 38px;
    line-height:38px;
    border:none;
  }
  .aside-item a:hover {
    background-color: #edf0f2;
  }
  .page-back {
		display: block;
		visibility: hidden;
	}
	.page-back-active {
		display: block;
  }
  .page-back,
  .page-back-active {
    margin-right:32px;
  }
  .page-next-active {
    margin-left: 32px;
  }
  .error-btn {
    margin:48px 0 0;
  }
  .category-content.detail .aside-item {
    width:100%;
  }
  .writing-tip.detail,
  .download-item.detail,
  .preview-click-wrap {
    margin:32px 0;
  }
  .home-pdf-item.file-detail {
    padding:40px 24px;
  }
  .category-list {
    grid-template-columns: repeat(3,1fr);
    margin-top:56px;
  }
  .topic-character {
    position:absolute;
    right:62px;
    top:50%;
    transform: translate(100%,-50%);
    height:280px;
    width:100%;
    max-width:fit-content;
    object-fit: contain;
    display: block;
  }
  
  .countdown-item {
    width:130px;
    height:130px;
  }
  .countdown-time {
    font-size: 64px;
  }
  .countdown-unit {
    font-size: 20px;
    margin-top:8px;
  }
  
  .topic-ad-top {
    margin:32px 0 0;
  }
  .topic-ad-bottom {
    margin:0 0 40px;
  }
  .aside-ad.article {
    display: block;
  }
  .long-nav-item {
    font-size: 14px;
    line-height: 28px;
    margin-top:10px;  
  }
}
@media screen and (min-width: 1132px) {
  .page-back,
  .page-back-active {
    margin-right:56px;
  }
  .page-next-active {
    margin-left: 56px;
  }
}