header{
    border-bottom: 0;
    position: absolute;
}
body,
#content{
    background-color: #F2F3F5;
}
#content{
    padding-top: 56px;
}

#home .home-section{
    /* height: calc(100vh - 57px); */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    position: relative;
    width: 100%;
    /* padding: 8vh 0 26vh; */
    padding-top: 64px;
    box-sizing: border-box;
}
#home .home-section .main-logo h1{
    display: block;
}
#home .home-section .main-logo h1 img{
    display: block;
    margin:0 auto;
    width: 144px;
}
#home .home-section .main-logo p{
    margin-top: 12px;
    color:#655DD5;
    font-size: 15px;
}
#home .home-section .main-logo p strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
#home .home-section .main-search{
    margin:16px auto 0;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
#home .home-section .main-search .btn-search-main {
    cursor: pointer;
    border:1px solid #4f47b5;
    border-radius: 8px;
    padding:15px 12px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color:#8D949E;
    width: 100%;
    text-align: left;
    background-image: url(../images/icon_search.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 24px auto;
}

#home .home-section .hot-keyword {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    text-align: left;
}

#home .home-section .hot-keyword p {
		position: relative;
		flex-shrink: 0;
    padding: 0 10px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #4F47B5;
    border-radius: 4px;
    background-color: #e6e7ff;
}

#home .home-section .hot-keyword p::after {
	  content: '';
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 12px;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 38%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

#home .home-section .hot-keyword .chip {
		padding: 0 20px 0 12px;
}

#home .home-section .main-quick-menu {
	margin-top: 48px;
	width: 100%;
}

#home .home-section .main-quick-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	width: 80%;
	margin: 0 auto;
}

#home .home-section .main-quick-menu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

#home .home-section .main-quick-menu li div {
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F2F3F5;
	border-radius: 50%;
}

#home .home-section .main-quick-menu li div img {
  width: 26px;
  height: 26px;
}

#home .home-section .fixed-banner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	padding: 0 20px;
	margin: 108px 0 8px;
}

#home .home-section .fixed-banner a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#home .home-section .fixed-banner a img {
	width: 100%;
}
	
#home .home-section .main-slide-wrap{
/*     position: absolute;
    left:50%;
    transform: translate(-50%,0); */
    padding:0 20px;
    box-sizing: border-box;
    width: 100%;
    bottom:0;
    max-width: 100%;
}
#home .home-section .main-slide-wrap .banner-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
}
#home .home-section .main-slide-wrap .banner-pagination .swiper-pagination-bullet{
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #DADDE1;
    transition: 0.3s;
    margin:0 3px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
#home .home-section .main-slide-wrap .banner-pagination .swiper-pagination-bullet-active{
    background-color: #655DD5;
    width: 20px;
}
#home .home-section .main-slide-wrap .banner-item.main-count{
}
#home .home-section .main-slide-wrap .banner-item>img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}
#home .home-section .main-slide-wrap .banner-item{
    border-radius: 8px;
    overflow: hidden;
}
#home .home-section .main-slide-wrap .banner-item .count-list{
		width: 100%;
    display: flex;
    align-items: center;
}
#home .home-section .main-slide-wrap .banner-item .count-list li{
    text-align: center;
    width: calc((100% - 24px) / 3);
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#home .home-section .main-slide-wrap .banner-item .count-list li+li{
    margin-left: 12px;
}
#home .home-section .main-slide-wrap .banner-item .count-list li .num{
    display: block;
    font-size: 24px;
    color:#655DD5;
    font-family: 'SCDream',sans-serif;
    font-weight: 600;
}
#home .home-section .main-slide-wrap .banner-item .count-list li span{
    display: block;
    color:#606770;
    margin-top: 3px;
    font-size: 12px;
    line-height: 17px;
}

#home .home-section .main-slide-wrap .banner-item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 37.5%;
  overflow: hidden;
}

#home .home-section .main-slide-wrap .banner-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: translate(-50%,-50%);
}

#home .home-section .main-slide-wrap .banner-item.main-count {
  background-color: #d5d5f9;
}

#home .home-section .main-slide-wrap .banner-item.main-count ul {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 72%;
  transform: translate(-50%,-50%); 
}


#home .main-section{
    border-top: 8px solid #EBEDF0;
    padding:33px 20px 23px;
}
#home .main-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
#home .main-section-header .section-tit{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1C1E21;
}
#home .main-section-header .btn-more{
    color:#4F47B5;
    font-size: 14px;
    line-height: 20px;
}

.list-company{
    padding:16px 20px 38px;
}
.list-company .list-item{
    background-color: #fff;
    box-shadow: 0px 1px 4px #25216119;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding:16px;
    position: relative;
}
.list-company .list-item+.list-item{
    margin-top: 10px;
}
.list-company .list-item a{
    display: block;
}
.list-company .list-item .title{
    display: flex;
    align-items: center;
    padding-right: 22px;
    width: 100%;
    box-sizing: border-box;
}
.list-company .list-item .title .corp{
    font-size: 16px;
    color:#1C1E21;
    line-height: 24px;
    font-weight: 700;
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list-company .list-item .title p{
    font-size: 12px;
    line-height: 17px;
    color:#8D949E;
    margin-left: 6px;
white-space: nowrap;}
.list-company .list-item .tags{
    margin-top: 14px;
    position: relative;
}
.list-company .list-item .tags:after{
    content: '';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width: 15px;
    background: transparent linear-gradient(270deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-ffffff) 38%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 38%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.list-company .list-item .tags ul {
    display: flex; 
    flex-wrap: nowrap; 
    overflow-x: auto; 
}

.list-company .list-item .tags ul::-webkit-scrollbar {
	display: none;
}

.list-company .list-item .tags li{
    color:#606770;
    font-size: 10px;
    background-color: #F2F3F5;
    line-height: 21px;
    border:1px solid #F2F3F5;
    padding:0 8px;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.list-company .list-item .tags li+li{
    margin-left: 8px;
}
.list-company .list-item .tags li.bg-white{
    color:#4F47B5;
    border-color: #4F47B5;   
    background-color: #fff;
}
.list-company .list-item .tags li:last-child{
    margin-right: 15px;
}
.list-company .list-item .btn-bookmark{
    border:0;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/icon_bookmark_off.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right:15px;
    top:17px;
    width: 24px;
    height: 24px;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px;
}
.list-company .list-item .btn-bookmark.active{
    background-image: url(../images/icon_bookmark_on.svg);
}


.recent-product{
    padding-bottom: 0;
}
#home .product-list-wrap{
    padding:10px 16px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 1px 4px #25216119;
}
#home .product-list-wrap .update-date{
    display: block;
    color:#CCD0D5;
    font-size: 12px;
    line-height: 17px;
}
#home .recent-product-list{
    margin-top: 15px;
}
#home .recent-product-list li{
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}
#home .recent-product-list li+li{
    margin-top: 8px;
}
#home .recent-product-list li .num{
    font-weight: 700;
    color:#4F47B5;
    flex-shrink: 0;
    width: 26px;
}
#home .recent-product-list li p{
    color:#1C1E21;
    max-width: calc(100% - 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home .custom-policy .list-item {
    background-color: #fff;
    box-shadow: 0px 1px 4px #25216119;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 16px;
    position: relative;
}

#home .custom-policy .list-item + .list-item {
    margin-top: 10px;
}

#home .custom-policy .tags {
    margin-bottom: 14px;
}

#home .custom-policy .title {
    font-size: 16px;
    color: #1C1E21;
    line-height: 24px;
    font-weight: 700;
    word-break: keep-all;
}

#home .custom-policy .date {
    line-height: 24px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #8D949E;
}

#home .custom-policy .need-login {
    font-size: 16px;
    color: #8D949E;
    padding: 32px 16px;
    text-align: center;
    word-break: keep-all;
}
















