#procuct-container{
	background: url(bg-product.jpg) center;
    background-size: cover;
}
#procuct-content-container{
	margin-left:auto;
	margin-right:auto;	
	align-items:flex-end
}
#procuct-content-container img{
	margin-top:30px;
	margin-bottom:30px;
}
#download-wrapper{
	margin-bottom:100px
}
#download-wrapper>p{
	color:black
}

#num{
	color:red
}
.buttons {
    padding: 20px 24px 8px;
    width: 225px;
    margin-right: 50px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #000 !important;
}
.buttons:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #46dbf9;
    color: #fff !important;
    border: 1px solid transparent;
}

.buttons p span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
	
	line-height: 18px;
    text-align: left;
}
.buttons p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.buttons i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
}
.buttons p {
    color: #000;
}

.buttons p:hover {
    color: #fff !important;
}
.buttons.dark:hover {
    background-color: #46dbf9;
    border: 1px solid transparent;
}
.buttons.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.buttons.dark p{
    color: #fff !important;
}
/**===========================================**/
#why-choose-us{
	margin-left:10px;
	margin-right:10px;
}
#download-wrapper2{
	margin-top:20px;color-scheme: ;
	margin-bottom:20px
}
#download-wrapper2 img{
	width:196px;	
	margin:15px
}
#logo{
	width:72px;
	height:72px
}
#beian{
	width: auto;
	margin-top: 0;
	background-color: rgba(0, 0, 0, 0.3);
    color: white;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 5px 12px;
}
#beian i{
	display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 6px;
    background: url(icon-police.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}