.sproduct_typetitle{
    text-transform: uppercase;
    font-family: 'Montserrat';
	font-weight: 300;
    font-size: 30px;
	color: #000;
    margin: 75px auto 90px auto;
    text-align: center;
}
.sprtdownload_page{
    width: 1200px;
    margin: 0 auto 0 auto;
}
.sproduct_typetips{
    font-family: 'Montserrat';
	font-weight: 400;
    font-size: 15px;
	color: #a0a0a0;
    margin: 10px auto 0 auto;
    text-align: center;
}
.sprtdown_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 65px;
}
.sprtdown_left{
    display: flex;
    justify-content: left;
}
.sprtdown_icon{
    width: 135px;
    height: 135px;
    border-radius: 15px;
}
.sprtdown_content{
    margin-left: 30px;
}
.sprtdown_h1{
    font-family: 'Montserrat';
	font-weight: 700;
    font-size: 23px;
	color: #000;
    margin-bottom: 25px;
}
.sprtdown_type{
    font-family: 'Montserrat';
	font-weight: 400;
    font-size: 14px;
	color: #000;
    line-height: 1.5;
}
.sprtdown_down{
    display: inline-block;
    margin-top: 20px;
    font-family: 'Montserrat';
	font-weight: 700;
    font-size: 17px;
	color: #000;
}
.sprtdown_down>img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.sprtdown_right{
    display: flex;
    justify-content: right;
}
.sprtdown_code>img{
    width: 135px;
    height: 135px;
}
.sprtdown_code>p{
    font-family: 'Montserrat';
	font-weight: 300;
    font-size: 12px;
	color: #000;
    text-align: center;
    margin-top: 10px;
}
.sprtdown_code{
    margin-left: 75px;
}