.ub-cover {
	display: flex;
    justify-content: center;
    align-items: center;
}
.ub-cover .ub-container {
	max-width: 35.41666666666667vw;
}
.ub-cover h1 {
	color: #00448d; font-size: 3.75vw;
    width: 150%;
    margin-left: -25%;
}
.ub-cover .tw-mt-4 {
	font-size: 0.72916666666667vw;
}

.download.ub-container {
    max-width: 1174px;
    padding-top: 3.38541666666667vw;
}


.download .title-desc {
    font-weight: 400;
    font-size: 21px;
    color: #3a3a3a;
    line-height: 29px;
    text-align: center;
    padding-top: 23px;
}
.download .ub-list-items .item-p .image {
    position: relative;
}
.download .box {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: #ffffff;
	width: 100%;
	line-height: 1.1vw;
}
.download .ub-list-items .item-p .title {
	font-size: 1.04166666666667vw;
    line-height: 1.1vw;
    white-space: normal;
    height: auto;
    text-align: left;
	display: inline-block;
}
.download .ub-list-items .item-p .title:hover {
    color: #fdfdfd;
}
.download .ub-list-items .item-p .title:not(:hover) {
    color: #ffffff
}
.download .more {
    margin-left: 0.5rem;
    padding: 0 1rem;
	float: right;
}
.download .ub-list-items .item-p:hover .more {
    /* height: 2rem; */
    /* margin-top: 1.4rem; */
    padding: 0.6rem 1rem;
}

 .ub-banner .swiper-slide.a .cover .content .title {
    font-size: 2.08333333333333vw;
 }

 .download .ub-list-items .item-p,
 .download .ub-list-items .item-p .image,
 .download .ub-list-items .item-p .image .cover {
    border-radius: 0;
	box-shadow: none;
 }




@media screen and (max-width: 40rem) {
	.ub-cover .ub-container {
		max-width: 87.416667vw;
	}
	.ub-cover h1 {
		font-size: 20px;
	}
	.ub-cover .tw-mt-4 {
		margin-top: 0;
	}
    .download .ub-list-items .item-p .title {
        white-space: nowrap;
        font-size: 15px;
    }
}