html body {
    background: #f5f9fd;
}

/*经销商专区列表*/
.download-list {
    margin:0.5rem 0 0 0;
}
.download-item {}
.download-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.download-item ul li {
    width: 24%;
    margin:0 0 0.5rem 0;
    background: #fff;
}
.download-item ul li:hover {

}
.download-item ul li .photo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}
.download-item ul li .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.download-item ul li .word {
	padding: 0.4rem 0.2rem;
}
.download-item ul li:hover .word{
    background: #e6002d; 
    padding: 0.4rem 0.3rem;
}
.download-item ul li .word h3 {
	font-size: 0.24rem;
    color: #231815;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform 0.8s;
}
.download-item ul li:hover .word h3{
    color: #fff;
	transform: translate(10px,0px);
}
.download-item ul li .photo:hover img{
    transform: scale(1.1);
}





@media screen and (max-width:1024px){
.download-list {
    margin:0.5rem 0 0 0;
}
.download-item {}
.download-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.download-item ul li {
    width: 100%;
    margin:0 0 0.5rem 0;
    background: #fff;
}
.download-item ul li:hover {

}
.download-item ul li .photo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}
.download-item ul li .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.download-item ul li .word {
	padding: 0.4rem 0.2rem;
}
.download-item ul li:hover .word{
    background: #e6002d; 
    padding: 0.4rem 0.3rem;
}
.download-item ul li .word h3 {
	font-size: 0.18rem;
}
.download-item ul li:hover .word h3{
    color: #fff;
    font-weight: bold;
	transform: translate(10px,0px);
}
.download-item ul li .photo:hover img{
    transform: scale(1.1);
}
}
/*经销商专区列表*/



.download-artilce {
	padding:0.5rem 0;
}
.download-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.download-content .photo {
    position: relative;
    width: 45%;
    padding-top: 30%;
    overflow: hidden;
}
.download-content .photo img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download-content .word {
    width: 45%;
}
.download-content .word .time {
    padding-top:20px;
}
.download-content .word .time span {
    padding-right:15px;
}

.download-content .word .tips {
    margin: 30px 0 0 0;
}
.download-content .word .tips h6 {
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.download-content .word .tips p {
    font-size: 0.14rem;
    color: #e4002b;
    margin: 10px 0 40px 0;
}


.download-content .word .pass {
    padding-top:20px;
    color:#000;
    }
.download-content .word .pass .password {
    font-size:0.18rem;
    color:#0c3771;
}
.download-content .word .downlink {
    height: 50px;
    margin: 50px 0;
}
.download-content .word h1 {
    font-size: 0.48rem;
    color: #e4002b;
    margin:0.1rem 0 0.4rem 0;
}
.download-content .word h3 {
    font-size: 0.18rem;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.download-content .down {
    margin: 0.5rem 0 0 0;
}
.download-content .down .btn {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 30px;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
    font-size: 14px;
    color: #fff;
}
.download-content .down .btn:hover{
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
/*自适应样式*/
@media screen and (max-width:1024px){
.download-content .photo {
    float: left;
    width: 100%;
    padding-top: 50%;
}
.download-content .word {
    float: right;
    width: 100%;
    height: auto;
}
.download-content .word h1 {
    font-size: 20px;
    margin:40px 0 20px 0;
}
.download-content .word p {
}
.download-content .down {
    margin: 5% 0 10% 0;
}
.download-content .down .btn {;
    max-width: 100%;
    margin:0;

}
}

.download-business {
    padding:2% 0;
    
}
.download-business img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}