.hotProducts-ulchild a{
	text-decoration: none ;
}

.hotProducts-ulchild{
	list-style: none;
	grid-column: 1;
	margin:0;
	padding:0;
	display:flex;
	max-width: 100%;
	flex-wrap: wrap; 
	justify-content: center;
}
.hotProducts-ul{
	margin-top:2rem;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;

}
.hotProducts-ul-name{
	width: 10rem;
	height: 3.3rem;
	background-color:#DFEAFA !important;
	border-radius: 8px;
	font-weight: normal;
	font-size: 1.2rem;
	color: #343434;
	padding-left: 2.5rem;
	line-height: 2.1rem;
	display: inline-block;
	margin-top:2rem;
}
.hotProducts-ul .active{
	background-image: url('/static/img/bestselleractiveimg.png');
	background-repeat: no-repeat;
	background-size: 1.3rem 1.3rem;
	background-position: 1.5rem .9rem;
	color: #004EA2 !important;
	border:2px solid #004EA2;
}
.hotProducts-ul .noactive{
	background-image: url('/static/img/bestsellerimg.png');
	background-repeat: no-repeat;
	background-size: 1.3rem 1.3rem;
	background-position: 1.5rem .9rem;
	color: #343434 !important;
}
.product{
	width: 25rem;
	height: 15.625rem;
	position: relative;
	border-radius: 20px;
}
.product img{
	width: 100%;
	height:100%;
}
.product-title{
	position: absolute;
	top: 2.2rem;
	left:1.7rem;
	z-index: 9999;
	color: #000;
}
.hotProducts{
	padding-top:3rem;
	padding-bottom:3rem;
}

.hotProducts-more{
	width:100%;
	height:50px;
	text-align: right;
	margin-bottom: 20px;
	/*   padding-right: 50px; */
}

.hotProducts-more a{
	background: #FFFFFF;
	border-radius: 24px;
	border: 2px solid #004EA2;
	color: #004EA2 !important;
	padding: 8px 20px;
	font-size: 1.125rem;;
	margin-right: 15px;
}

.product-title span{
	display: block;
	width: 85px;
	height: 35px;
	line-height: 30px;
	border-radius: 20px;
	border: 2px solid #959595;
	margin-top: 1.7rem;
}
.fastTrack ul{
	list-style: none;
}
.fastTrack{
	background-image: url('/static/img/fastTrackBack.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:44.5rem;
}
.fastTrackDiv-child{
	margin-top:20px;
	width: 100%;
	height: 34.375rem;
	background-color:#fff;
	border-radius: 50px;

}
.fastTrackDiv ul{
	display: flex;
	flex-wrap: wrap;
	padding-left:0;
}
.fastTrackDiv ul li{
	flex: 1 1 25%; /* flex-grow, flex-shrink, flex-basis */
	align-items: center;    /* 垂直居中 */
	box-sizing: border-box;
}
.fastTrackDiv{
	padding-top: 3rem;
}
.fastTrackDiv ul {
	width:100%;
	height:85%;
}
.fastTrackDiv ul a{
	text-decoration: none;
}
.fastTrackDivName{
	color:#000;
	font-size: 1.5rem;
	font-weight: 600;
}
.more{
	width:100%;
	height:10%;
	text-align: right;
}
.more a{
	background: #FFFFFF;
	border-radius: 24px;
	border: 2px solid #004EA2;
	color: #004EA2 !important;
	padding: 8px 20px;
	font-size: 1.125rem;;
	margin-right: 15px;
}
.hotNews{
	padding:  3rem 0;
}
.hotNewsDiv{
	width:100%;
	display:flex;
	margin-top: 20px;
}
.hotNews-ul{
	width: 40%;
	margin: 0 auto;
	justify-content: space-between;
}
.hotNewsimgleft, .hotNewsimgright{
	width:25%;
	display: flex;
	align-items: center;
}
.hotNewsimgleft img, .hotNewsimgright img{
	width:100%;
}
.hotNewsDivChild{
	width:30%;
	background: #FFFFFF;
	border-radius: 8px;
	color:#000;
	padding:0;
	font-size: 1.2rem;
}
.hotNewsDivChild a{
	color:#000;
	width:100%;
	background-color:#fff ;
	border: 2px solid #343434;
}
.hotNewsDivChild .active{
	color:#004EA2 !important;
	background-color:#fff !important;
	border: 2px solid #004EA2;
}
.hotNews-ulchild{
	margin-top:20px;
}
.hotNews-ulchild-left{
	width:48%;
	padding:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(54,94,178,0.14);
	border: 1px solid #EEEEEE;
}
.noactive:hover{
	color:#004EA2 !important;
	background-color:#fff !important;
	border: 2px solid #004EA2;
}
.hotNews-ulchild-left img{
	width:100%;
}
.hotNews-ulchild-right{
	width:50%;
	text-align: left;
	margin-left: 20px;
}
.hotNews-ulchild-right a{
	text-decoration: none;
	color:#000;
}
.hotNews-product p{
	margin:0;
	padding:0;
}
.hotNews-product{
	border-bottom: 2px dashed #BBBBBB;
	padding-bottom:5px;
}
.hotNews-title{
	font-size:1.125rem;
}
.hotNews-date{
	font-size:0.875rem;
	margin-top:5px !important;
}
.hotNews-more{
	width: 100%;
	text-align: right;
	margin-top:20px;
}
.hotNews-more a{
	background: #FFFFFF;
	border-radius: 24px;
	border: 2px solid #004EA2;
	color: #004EA2 !important;
	padding: 8px 20px;
	font-size:1.125rem;
	margin-right: 15px;
}
.fastTrack-li{
	padding-top:40px;
}
.login-display{
	display:none;
}
.navbar-phone-display{
	display:none;
}
@media (max-width: 1400px) {
	html {
		font-size: 15px;
	}
}
@media (max-width: 1250px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	html {
		font-size: 12px;
	}
	.fastTrack {
		height: 80rem;
	}
	.fastTrackDiv-child{
		height: 71rem !important;
	}
	.more {
		height: 5% !important;
		margin-top: 40px  !important;
	}
	.hotProducts-ulchild{
		//margin-left:12%;
	}
}
@media (min-width: 990px)  and (max-width:1200px) {
	.hotProducts-ul{
		width:80%;
	}

}
@media (min-width: 1000px)  and (max-width:1250px) {
	.hotProducts{
		width: 100%;
		max-width: 100%;
	}
	.hotProducts-ulchild a {
		margin-right: 0 !important;
	}
	.product {
		width:23rem;
	}
}
@media (min-width: 1250px)  and (max-width:1400px) {
	.hotProducts{
		width: 97%;
		max-width: 100%;
	}
	.hotProducts-ulchild a{
		margin-right: 1rem !important;
	}
}
@media (min-width: 768px) {
	.fastTrack-li-border0,.fastTrack-li-border1,.fastTrack-li-border2,.fastTrack-li-border4,.fastTrack-li-border5,.fastTrack-li-border6{
		border-right: 2px dashed #BFBFBF;
	}
	.fastTrack-li-border0,.fastTrack-li-border1,.fastTrack-li-border2,.fastTrack-li-border3{
		border-bottom:2px dashed #BFBFBF;
	}

}
@media (max-width: 768px) {
	.fastTrackDiv-child{
		height: 65rem;
	}
	.fastTrackDiv ul{
		height: 90%
	}
	.more{
		height: 8%;
		margin-top: 25px;
	}
	.fastTrack-li-border0, .fastTrack-li-border1, .fastTrack-li-border2, .fastTrack-li-border3, .fastTrack-li-border4, .fastTrack-li-border5 {
		border-bottom: 2px dashed #BFBFBF;
	}
}
@media (min-width: 768px)  and (max-width:992px) {
	.hotProducts-ul{
		width:80%;
	}
	.hotProducts-ul-li{
		width:50%;
	}
	.hotProducts-ulchild{
		//margin-left:20%;
	}
}
@media (min-width: 481px)  and (max-width:768px) {
	.hotProducts-ul{
		width:100%;
	}
	.hotProducts-ul-li{
		width:50%;
	}
	.hotProducts-ulchild{
		//margin-left:20%;
	}
	.fastTrackDiv{
		height:68rem;
	}
	.fastTrack{
		height:75rem;
	}
	.fastTrackDiv ul li {
		flex: 1 1 49%;
		align-items: center;
		box-sizing: border-box;
	}
	.fastTrack-li-border0,.fastTrack-li-border2,.fastTrack-li-border4,.fastTrack-li-border6{
		border-right: 2px dashed #BFBFBF;
	}
	.fastTrack-li-border0,.fastTrack-li-border1,.fastTrack-li-border2,.fastTrack-li-border3,.fastTrack-li-border4,.fastTrack-li-border5{
		border-bottom:2px dashed #BFBFBF;
	}
	.hotNews-column{
		flex-direction: column;
	}
	.hotNews-ulchild-left,.hotNews-ulchild-right{
		width: 98%
	}
	.hotNews-ulchild-right{
		margin-top:10px;
	}
	.login-display-hid{
		display:none;
	}
	.login-display{
		display: block;
		margin: 10px 0;
	}
	.navbar-phone-display{
		display: block;
	}
	.navbar-phone-hid {
		display:none;
	}
}
@media screen and (min-width: 750px) and (max-width: 990px) {  
	.login-display-hid{
		display:none;
	}
	.login-display{
		display: block;
		margin: 10px 0;
	}
	.navbar-phone-display{
		display: block;
	}
	.navbar-phone-hid {
		display:none;
	}
}
@media screen and (min-width: 320px) and (max-width: 576px) {  

	.login-display-hid{
		display:none;
	}
	.login-display{
		display: block;
		margin: 10px 0;
	}
	.navbar-phone-display{
		display: block;
	}
	.navbar-phone-hid {
		display:none;
	}
	.hotProducts-ul-li{
		width:50%;
	}
	.hotProducts-ul{
		width:100%;
		display:flex;
	}
	.product {
		width:100%;
	}
	.hotProducts-ulchild a{
		margin-right:0 !important;
	}
	.fastTrackDiv ul li {
		flex: 1 1 49%;
		align-items: center;
		box-sizing: border-box;
	}
	.fastTrack-li-border0,.fastTrack-li-border2,.fastTrack-li-border4,.fastTrack-li-border6{
		border-right: 2px dashed #BFBFBF;
	}
	.fastTrack-li-border0,.fastTrack-li-border1,.fastTrack-li-border2,.fastTrack-li-border3,.fastTrack-li-border4,.fastTrack-li-border5{
		border-bottom:2px dashed #BFBFBF;
	}
	.hotNews-column{
		flex-direction: column;
	}
	.hotNews-ulchild-left{
		width: 100%;
	}
	.hotNews-ulchild-right{
		width: 90%
	}
	.hotNews-ulchild-right{
		margin-top:10px;
	}
}  

/* ===== 修复 banner 在部分浏览器下全屏问题 ===== */
#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item {
    min-height: 0 !important;
}
/* PC & 平板 */
@media (min-width: 768px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item {
        width: 100%;
        height: 30rem;
        max-height: 30rem;
        overflow: hidden;
    }

    #carouselExampleIndicators .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

/* 大屏 */
@media (min-width: 1400px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item {
        height: 34rem;
        max-height: 34rem;
    }
}

/* 移动端 */
@media (max-width: 767.98px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item {
        height: auto !important;
        max-height: none !important;
        overflow: hidden;
    }

    #carouselExampleIndicators .carousel-item img {
        width: 100%;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
        display: block;
    }
}
