@media screen and (max-width: 750px) {
	html {
	    font-size: 13.33vw;
	}
	body {
	    font-size: 0.28rem;
	}
	html,
	body {
	    min-width: auto;
	}
	.comp-top {
		display: none !important;
	}
	.comp-more {
	    width: 2.2rem;
	    height: 0.62rem;
	    border-radius: 0.08rem;
	    font-size: 0.28rem;
	    border: 0.01rem solid var(--primary);
	}
	.comp-banner {
	    height: 3.0rem;
	}
	.comp-banner .text .text-title {
		justify-content: center;
	    width: 100%;
	    line-height: 0.46rem;
	    font-size: 0.32rem;
	}
	.comp-title {
	    display: none;
	}
	.comp-crumbs {
		display: none;
	}
	.comp-main {
	    width: 100%;
	}
	.comp-main .main-inner {
	    display: block;
	    margin-top: 0;
	}
	.comp-main .main-inner .main-nav {
		width: 100%;
	    margin-right: 0;
	    margin-bottom: 0.1rem;
	    background-color: transparent;
	    border-bottom: 0.01rem solid #eee;
		overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.comp-main .main-inner .main-nav::-webkit-scrollbar {
	    display: none;
	}
	.comp-main .main-inner .main-nav .main-nav-list {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	    box-sizing: border-box;
	}
	.comp-main .main-inner .main-nav .main-nav-list .btn {
		position: relative;
		flex-shrink: 0;
		margin-left: 0.46rem;
	    line-height: 1.0rem;
	    font-size: 0.28rem;
	}
	.comp-main .main-inner .main-nav .main-nav-list .btn:after {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 0.4rem;
		height: 0.04rem;
		background-color: var(--primary);
		content: '';
	}
	.comp-main .main-inner .main-nav .main-nav-list .btn:first-child {
		margin-left: 0.3rem;
	}
	.comp-main .main-inner .main-nav .main-nav-list .btn:last-child {
		margin-right: 0.3rem;
	}
	.comp-main .main-inner .main-nav .main-nav-list .btn.btn--active {
	    color: var(--primary);
	    font-weight: 500;
	    background-color: transparent;
	    background-image: none;
	}
	.comp-main .main-inner .main-nav .main-nav-list .btn.btn--active:after {
		display: block;
	}
	.comp-main .main-inner .main-content {
	    width: 100%;
	    padding: 0.3rem;
	    box-sizing: border-box;
	}
	.main-content img {
		max-width: 100% !important;
		height: auto !important;
	}
	.main-content .gallery img {
		height: 100% !important;
	}
	.comp-report .item {
	    height: 1.2rem;
	    line-height: 1.2rem;
	    padding: 0 0.3rem;
	    border: 0.01rem solid #EEEEEE;
	}
	.comp-report .item + .item {
	    margin-top: 0.3rem;
	}
	.comp-report .item .item-icon {
	    width: 0.5rem;
	    height: 0.5rem;
	}
	.comp-report .item .item-title {
	    margin: 0 0.2rem;
	    font-size: 0.28rem;
	    font-weight: 400;
	}
	.comp-report .item .item-btns {
	    display: flex;
	}
	.comp-report .item .item-btns .btn {
		width: 0.4rem;
		height: 0.4rem;
	    padding-left: 0;
	    font-size: 0;
	    background-size: 0.2rem 0.2rem;
	    background-position: center;
	    border-radius: 50%;
	    border: 0.01rem solid #DCDFE6;
	}
	.comp-report .item .item-btns .btn.btn--view {
	    background-image: var(--image-view-active);
	}
	.comp-report .item .item-btns .btn.btn--download {
	    background-image: var(--image-download-active);
	}
	.comp-report .item .item-btns .btn + .btn {
	    margin-left: 0.3rem;
	}
	.header-wrapper {
	    display: none;
	}
	.mobile-header-wrapper {
	    display: block;
	    height: 1.1rem;
	}
	.mobile-header-wrapper.active .header-inner .menu-btn {
		background-image: var(--mobile-image-menu-close);
	}
	.mobile-header-wrapper .header-inner {
	    display: flex;
	    justify-content: space-between;
	    position: fixed;
	    width: 100%;
	    height: 1.1rem;
	    top: 0;
	    z-index: 1000;
	    background-color: #fff;
	    box-shadow: 0 0.04rem 0.16rem 0 rgba(0, 0, 0, 0.16);
	}
	.mobile-header-wrapper .header-inner .logo-link {
	    display: flex;
	    align-items: center;
	    height: 100%;
	    padding: 0 0.3rem;
	    margin-right: auto;
	}
	.mobile-header-wrapper .header-inner .logo-link .logo {
	    height: 0.48rem;
	}
	.mobile-header-wrapper .header-inner .menu-btn {
	    width: 1.0rem;
	    height: 100%;
	    background-image: var(--mobile-image-menu);
	    background-repeat: no-repeat;
	    background-size: 0.4rem 0.4rem;
	    background-position: center;
	}
	.mobile-menu-wrapper {
	    display: none;
	}
	.mobile-menu-wrapper .menu-inner {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 1.1rem;
	    bottom: 0;
	    z-index: 999;
	    box-sizing: border-box;
	    background-color: #fff;
	    overflow-y: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.mobile-menu-wrapper .menu-inner::-webkit-scrollbar {
	    display: none;
	}
	.mobile-menu-wrapper .menu-inner .menu-list {
	    line-height: 1.28rem;
	    font-size: 0.32rem;
	    background-color: #fff;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-item {
	    position: relative;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-item.active .menu-open-btn {
	    display: block;
	    transform: rotate(180deg);
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-item.active .menu-list-sub {
	    display: block;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-item .menu-list-item-link {
	    position: relative;
	    display: block;
	    padding: 0 0.3rem;
	    color: #333;
	    font-weight: bold;
	    border-bottom: 0.01rem solid #EEEEEE;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-open-btn {
	    display: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    display: block;
	    width: 0.9rem;
	    height: 1.28rem;
	    background-image: url('https://uploads.customize.lingxi360.com/lxcms_saas/images/2023/0921/b297d6434f642d3f6799bdd4d22a1267.png');
	    background-repeat: no-repeat;
	    background-size: 0.3rem 0.3rem;
	    background-position: center;
	    transition: all 0.3s;
	    pointer-events: none;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-sub {
	    display: none;
	    padding: 0.2rem 0.3rem;
	    line-height: 0.41rem;
	    background-color: #FAFAFA;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-sub .menu-list-sub-link {
	    position: relative;
	    display: block;
	    line-height: 0.8rem;
	    font-size: 0.28rem;
	    color: #666;
	}
	.mobile-menu-wrapper .menu-inner .menu-list .menu-list-sub .menu-list-sub-link.active {
	    color: var(--primary);
	}
	.footer-wrapper {
		position: relative;
	    padding-bottom: 1.26rem;
	}
	.footer-wrapper .footer-main {
	    width: 100%;
	    padding-top: 0.6rem;
	}
	.footer-wrapper .footer-main .footer-logo {
		display: block;
	    height: 0.44rem;
	    margin: auto;
	}
	.footer-wrapper .footer-main .footer-links {
		justify-content: center;
	    margin-top: 0.6rem;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item {
	    width: auto;
	    margin-right: 0.5rem;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item:last-child {
		margin-right: 0;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.contact-box {
	    width: auto;
	    margin-right: 0;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box {
		display: flex;
		justify-content: center;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0.6rem;
	    width: auto;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list {
	    display: flex;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item + .follow-item {
	    margin-left: 0.3rem;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link {
		position: unset;
	    width: 0.6rem;
	    height: 0.6rem;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list {
	    display: none;
	    flex-wrap: wrap;
	    justify-content: center;
	    right: 0;
	    top: unset;
	    bottom: 0.6rem;
	    z-index: 10;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list .qrcode {
	    width: 1.5rem;
	    height: 1.5rem;
	    object-fit: contain;
	    margin-right: 0.2rem;
	    margin-bottom: 0.2rem;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list .qrcode + .qrcode {
		margin-left: 0;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list .qrcode:nth-child(4n) {
	    margin-right: 0;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item.qrcode-box .follow-list .follow-item .follow-item-link .qrcode-list .qrcode:last-child {
	    margin-right: 0;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item .link-box {
	    display: none;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item .link-box.active {
		display: block;
	    margin-bottom: 0;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item .link-box.active .link {
	    line-height: 0.36rem;
	    font-size: 0.26rem;
	    color: #C0C4CC;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item .link-box .contact-us {
		color: #C0C4CC !important;
	}
	.footer-wrapper .footer-main .footer-links .footer-links-item .link-box .link {
	    display: inline-block;
	    line-height: 20px;
	    font-size: 14px;
	    color: #999999;
	}
	.footer-wrapper .copyright {
		display: block;
	    width: 100%;
	    padding: 0.6rem 0;
	    line-height: 0.32rem;
	    font-size: 0.22rem;
	    text-align: center;
	}
	.footer-wrapper .copyright>div {
	    display: block;
	    margin-top: 0.2rem;
	}
	.footer-wrapper .copyright p {
	    margin-right: 0;
	}
	.footer-wrapper .copyright a {
	    color: #999;
	}
	.index-wrapper .banner-main:after {
	    bottom: -0.01rem;
	    height: 0.3rem;
	}
	.index-wrapper .banner-main .swiper-pagination {
	    right: 0.88rem;
	    bottom: 0.6rem;
	}
	.index-wrapper .banner-main .swiper-pagination-bullet {
	    width: 0.1rem;
	    height: 0.03rem;
	    border-radius: 0.2rem;
	    margin: 0 0.02rem;
	}
	.index-wrapper .banner-main .swiper-pagination-bullet-active {
	    width: 0.2rem;
	}
	.index-wrapper .banner-main .box {
	    height: 3.6rem;
	}
	.index-wrapper .banner-main .box .box-text {
	    left: 0.3rem;
	    right: unset;
	    bottom: 0.63rem;
	    width: 5.18rem;
	    height: 2.36rem;
	    padding: 0.3rem;
	    border-radius: 0.08rem;
	    background: rgba(255, 255, 255, 0.65);
	    color: #333;
	}
	.index-wrapper .banner-main .box .box-text .title {
	    padding-left: 0.42rem;
	    line-height: 0.43rem;
	    font-size: 0.3rem;
	}
	.index-wrapper .banner-main .box .box-text .title:before {
	    left: 0.3rem;
	    top: 0.15rem;
	    width: 0.04rem;
	    height: 0.2rem;
	    border-radius: 0.04rem;
	}
	.index-wrapper .banner-main .box .box-text .comp-more {
	    left: 0.3rem;
	    bottom: 0.28rem;
	}
	.index-wrapper .main .main-title-en {
		position: unset;
	    line-height: 0.42rem;
	    font-size: 0.42rem;
	}
	.index-wrapper .main .inner {
	    width: auto;
	}
	.index-wrapper .main .inner .main-header {
		position: relative;
		margin-top: -0.15rem;
	    margin-bottom: 0.36rem;
	}
	.index-wrapper .main .inner .main-header .main-header-title {
	    margin-bottom: 0;
	    padding-left: 0.46rem;
	    background-size: 0.36rem 0.36rem;
	}
	.index-wrapper .main .inner .main-header .main-header-title .title {
	    line-height: 0.28rem;
	    font-size: 0.28rem;
	}
	.index-wrapper .main .inner .main-header .main-title {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    margin-top: 0.36rem;
	}
	.index-wrapper .main .inner .main-header .main-title .title {
	    line-height: 0.46rem;
	    font-size: 0.32rem;
	}
	.index-wrapper .main .inner .main-header .main-title .more {
	    display: flex;
	    align-items: center;
	    line-height: 26px;
	    font-size: 18px;
	    color: var(--primary);
	}
	.index-wrapper .main .inner .main-header .main-title .more:after {
	    display: block;
	    width: 24px;
	    height: 24px;
	    margin-left: 10px;
	    background-image: var(--image-more-active);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    content: '';
	}
	.index-wrapper .about-main {
	    padding: 0.6rem 0.3rem 0.3rem;
	}
	.index-wrapper .about-main .inner .main-header {
	    margin-bottom: 14px;
	}
	.index-wrapper .about-main .inner .main-header .main-header-title {
	    background-image: var(--image-title-icon);
	}
	.index-wrapper .about-main .about-box {
	    display: block;
	    padding-bottom: 1.12rem;
	}
	.index-wrapper .about-main .about-box .text-box {
	    width: auto;
	}
	.index-wrapper .about-main .about-box .text-box .title {
	    white-space: normal;
	    line-height: 0.46rem;
	    font-size: 0.32rem;
	}
	.index-wrapper .about-main .about-box .text-box .summary {
	    margin-top: 0.3rem;
	    line-height: 0.46rem;
	    font-size: 0.28rem;
	}
	.index-wrapper .about-main .about-box .text-box .comp-more {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}
	.index-wrapper .about-main .about-box .img-box {
	    width: 4.5rem;
	    height: 3.16rem;
	    padding: 0;
	    margin: 0.7rem auto 0.5rem;
	}
	.index-wrapper .about-main .about-box .img-box:before {
	    left: 0.1rem;
	    top: -0.4rem;
	    width: 5.08rem;
	    height: 4.06rem;
	}
	.index-wrapper .about-main .about-box .img-box:after {
	    left: -0.88rem;
	    top: 0;
	    width: 6.62rem;
	    height: 4.25rem;
	}
	.index-wrapper .about-main .about-box .img-box .img {
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	}
	.index-wrapper .about-main .mv-box {
	    display: block;
	    padding: 0;
	    margin-top: 0.8rem;
	}
	.index-wrapper .about-main .mv-box .title {
	    width: auto;
	    padding-left: 2.47rem;
	    padding-top: 0;
	    margin-bottom: 0.6rem;
	    background-size: 1.57rem 1.32rem;
	    background-position: 2.81rem top;
	}
	.index-wrapper .about-main .mv-box .title .title-cn > div {
	    line-height: 0.38rem;
	    font-size: 0.32rem;
	}
	.index-wrapper .about-main .mv-box .title .title-en {
	    margin-left: 0;
	    margin-top: -0.12rem;
	    line-height: 0.32rem;
	    font-size: 0.32rem;
	}
	.index-wrapper .about-main .mv-box .summary {
	    width: 100%;
	    line-height: 0.46rem;
	    font-size: 0.28rem;
	}
	.index-wrapper .project-main {
	    padding: 0.8rem 0.3rem 0.5rem;
	}
	.index-wrapper .project-main .inner .main-header {
	    margin-bottom: 0.3rem;
	}
	.index-wrapper .project-main .inner .main-header .main-header-title {
	    background-image: var(--image-title-icon);
	}
	.index-wrapper .project-main .list {
	    display: block;
	}
	.index-wrapper .project-main .list.list--1 .item {
	    width: 100%;
	    height: 4.02rem;
	    border-radius: 0.05rem;
	}
	.index-wrapper .project-main .list.list--1 .item .item-text {
	    animation: none;
	}
	.index-wrapper .project-main .list.list--1 .item .item-text .title,
	.index-wrapper .project-main .list.list--1 .item .item-text .summary {
	    width: 6.14rem;
	}
	.index-wrapper .project-main .list.list--1 .item .item-text .summary {
	    margin-top: 0.2rem;
	}
	.index-wrapper .project-main .list.list--2 .item {
	    width: 100%;
	    height: 4.84rem;
	    margin-right: 0;
	    margin-bottom: 0.5rem;
	    border-radius: 0.08rem;
	}
	.index-wrapper .project-main .list.list--2 .item:last-child {
		margin-bottom: 0;
	}
	.index-wrapper .project-main .list.list--3 .item {
	    width: 100%;
	    height: 4.84rem;
	    margin-right: 0;
	    margin-bottom: 0.5rem;
	    border-radius: 0.08rem;
	}
	.index-wrapper .project-main .list .item {
		display: block;
	}
	.index-wrapper .project-main .list .item .item-text {
	    display: flex;
	    line-height: 0.46rem;
	    padding: 0.3rem 0.3rem 0.4rem;
	    animation: none;
	    opacity: 1;
	}
	.index-wrapper .project-main .list .item .item-text .title {
	    font-size: 0.28rem;
	}
	.index-wrapper .project-main .list .item .item-text .summary {
	    margin-top: 0.2rem;
	    font-size: 0.28rem;
	}
	.index-wrapper .project-main .list .item .item-text .comp-more {
	    display: block;
	    margin-top: 0.3rem;
	}
	.index-wrapper .project-main .list .item .item-text .text-box {
		transform: translateY(0) !important;
	}
	.index-wrapper .links-main {
	    padding: 0.4rem 0.3rem 0.5rem;
	}
	.index-wrapper .links-main .links {
		display: block;
	}
	.index-wrapper .links-main .links .links-logo {
		display: inline;
	    width: auto;
	    height: auto;
	    margin: 0;
	    background-image: none;
	}
	.index-wrapper .links-main .links .links-logo .links-logo-cn {
		display: inline;
	    line-height: 0.36rem;
	    font-size: 0.22rem;
	    color: #999;
	    font-weight: 400;
	}
	.index-wrapper .links-main .links .links-logo .links-logo-cn:after {
		content: ':';
	}
	.index-wrapper .links-main .links .links-logo .links-logo-en {
	    display: none;
	}
	.index-wrapper .links-main .links .list {
	    display: inline;
	    width: auto;
	    margin-left: 0;
	}
	.index-wrapper .links-main .links .list .link {
	    margin-right: 0.22rem;
	    margin-bottom: 0.2rem;
	    line-height: 0.56rem;
	    font-size: 0.22rem;
	    color: var(--primary);
	}
	.index-wrapper .links-main .links .list .link:after {
	    right: -0.1rem;
	    width: 0.02rem;
	    height: 0.16rem;
	    background-color: #D8D8D8;
	}
	.article-wrapper {
	    padding-bottom: 0.8rem;
	}
	.article-wrapper .article {
	    margin-top: 0.3rem;
	    font-size: 0.28rem;
	}
	.article-wrapper .article p, .article-wrapper .article p span {
		font-size: 0.28rem !important;
	}
	.contact-wrapper {
	    padding-bottom: 0.8rem;
	}
	.contact-wrapper .contact {
	    display: block;
	    margin-top: 0;
	}
	.contact-wrapper .contact .contact-text {
	    width: 100%;
	    margin-bottom: 0.2rem;
	}
	.contact-wrapper .contact .contact-text .text-list {
	    width: 100%;
	}
	.contact-wrapper .contact .contact-text .text-list .item {
	    line-height: 0.46rem;
	    font-size: 0.28rem;
	}
	.contact-wrapper .contact .contact-text .text-list .item + .item {
	    margin-top: 0.3rem;
	}
	.contact-wrapper .contact .contact-text .text-list .item .item-title {
	    background-size: 0.3rem 0.3rem;
	    background-position: left 0.03rem;
	}
	.contact-wrapper .contact .contact-text .text-list .item .item-title.email {
	    padding-left: 0.44rem;
	}
	.contact-wrapper .contact .contact-text .text-list .item .item-title.tel {
	    padding-left: 0.44rem;
	}
	.contact-wrapper .contact .contact-text .text-list .item .item-title.address {
	    padding-left: 0.44rem;
	}
	.contact-wrapper .contact .contact-text .qrcode-list {
	    margin-top: 0.6rem;
	}
	.contact-wrapper .contact .contact-text .qrcode-list .qrcode + .qrcode {
	    margin-left: 0.3rem;
	}
	.contact-wrapper .contact .contact-text .qrcode-list .qrcode:nth-child(4n+1) {
		margin-left: 0 !important;
	}
	.contact-wrapper .contact .contact-text .qrcode-list .qrcode + .qrcode:nth-of-type(5) {
	    margin-left: 0.3rem;
	}
	.contact-wrapper .contact .contact-text .qrcode-list .qrcode .qrcode-img {
	    width: 1.5rem;
	    padding: 0.05rem;
	    border: 0.01rem solid var(--primary-sub);
	}
	.contact-wrapper .contact .contact-text .qrcode-list .qrcode .qrcode-text {
	    margin-top: 0.2rem;
	    line-height: 0.46rem;
	    font-size: 0.28rem;
	    margin-bottom: 0.2rem;
	}
	.contact-wrapper .contact .map {
	    width: 100%;
	    height: 4.5rem;
	}
	.report-wrapper {
	    padding-bottom: 0.8rem;
	}
	.report-wrapper .comp-report {
	    margin-top: 0;
	}
	.project-wrapper {
	    padding-bottom: 0;
	}
	.project-wrapper .comp-banner {
	    height: 4.8rem;
	}
	.project-wrapper .comp-banner .text {
		padding: 0.3rem 0.5rem;
	}
	.project-wrapper .comp-banner .text .text-title {
		justify-content: flex-start;
	    line-height: 0.46rem;
	    font-size: 0.32rem;
	}
	.project-wrapper .main-list {
	    width: 100%;
	    margin: 0;
	    padding: 0.4rem 0.3rem 0.2rem;
	    box-sizing: border-box;
	}
	.project-wrapper .main-list .main {
	    padding-bottom: 0.6rem;
	}
	.project-wrapper .main-list .main .main-title {
	    padding-bottom: 0.3rem;
	    margin-bottom: 0.3rem;
	    background-size: 100% 0.08rem;
	}
	.project-wrapper .main-list .main .main-title .title {
	    min-width: 2.0rem;
	    padding: 0 0.1rem 0 0.25rem;
	    line-height: 0.48rem;
	}
	.project-wrapper .main-list .main .main-title .title .title-icon {
	    width: 0.38rem;
	    height: 0.38rem;
	    margin-right: 0.14rem;
	}
	.project-wrapper .main-list .main .main-title .title .title-text {
	    font-size: 0.26rem;
	}
	.project-wrapper .main-list .main .main-content, .project-wrapper .main-list .main .main-content span {
	    font-size: 0.28rem !important;
	}
	.project-wrapper .image-list {
	    margin-bottom: -0.2rem;
	}
	.project-wrapper .image-list .item-img {
	    width: 2.2rem;
	    height: 1.7rem;
	    margin-right: 0.15rem;
	    margin-bottom: 0.2rem;
	}
}
