#download-banner{
	background: url(../images/blog-download/banner.png) no-repeat;
	background-size: 100% 100%;
}
#download-banner .container{
	padding-top: 3%;
	padding-bottom: 3%;
}
#download-banner .p1{
	font-size: 41px;
	color: #FFFFFF;
	margin-bottom: 4%;
}
#download-banner .pro-name{
	padding-top: 37%;
	padding-bottom: 8%;
}
#download-banner .pro-name a{
	font-size: 20px;
	color: #363636;	
}
#download-banner .pro-des{
	font-size: 15px;
	color: #3b4351;
}
#download-banner .perpro{
	width: 326px;
    height: 351px;
    padding: 8% 10%;
}

#download-banner .perpro1{
	background: url(../images/blog-download/bytecopy.png) no-repeat;
}
#download-banner .perpro2{
	background: url(../images/blog-download/imedia-Converter.png) no-repeat;
}
#download-banner .perpro3{
	background: url(../images/blog-download/BDMagic.png) no-repeat;
}
#download-banner .mac-buy,#download-banner .win-buy{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 39px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    margin-bottom: 3%;
}
#download-banner a span{
	margin-right: 7px;
}
#download-banner .mac-buy{
    background: #0569d6;
    font-size: 16px;
 	color: #FFFFFF;
}
#download-banner .mac-buy:hover{
	background-color: #0554ab;
}
#download-banner .win-buy{
    background: #FFFFFF;
    border: 1px solid #0569d6;
    color: #0569d6;
}
#download-banner .win-buy:hover{
	background-color: #0569d6;
	color: #FFFFFF;
}
@media (min-width:768px) {
	#download-banner .win-buy{
		margin-left: -5px;
	}
}

#download-first{
	background-color: #f0f1f2;
}
#download-first .container{
	padding-top: 2%;
	padding-bottom: 1%;
	text-align: center;
}
#download-first p{
	color: #373232;
	font-size: 18px;
	font-family: inherit;
	margin-top: 5%;
}

#download-btn{
	padding-top: 3%;
	padding-bottom: 1%;
}
#download-btn span{
	color: #132a3e;
	font-size: 18px;
}
#download-btn .btn_box{
	border: 1px solid #132a3e;
	border-radius: 3px;
	display: inline-block;
}
#download-btn a{
	background-color: #FFFFFF;
	color: #132a3e;
	text-decoration: none !important;
	width: 130px;
	height: 40px;
	line-height: 39px;
    display: inline-block;
}
#download-btn a.active{
	background-color: #132a3e;
	color: #FFFFFF;
}
#download-btn a.active span{
	color: #FFFFFF;
}
.mac_btn span{
	margin: 0px 23px;
}
.win_btn span{
	margin: 0px 10px;
}

#download-tab .container{
	padding-top: 3%;
	padding-bottom: 3%;
}
#download-tab ul{
	border-bottom: 1px solid #009ced;
}
#download-tab li{
	cursor: pointer;
	padding: 10px 18px;
    margin:0% 4%;
    color: #373232;
    font-size: 18px;
}
#download-tab li.active,#download-tab li:hover{
	background-color: #009ced;
	color: #FFFFFF;
}

.download-tab-content .container{
	padding-top: 1%;
	padding-bottom: 5%;
}
.download-tab-content .pro-name{
	color: #373232;
	font-size: 22px;
}
.download-tab-content .pro-descrition{
	font-size: 16px;
	color: #6a6f76;
}
.download-tab-content .supported-system{
	color: #313237;
	font-size: 20px;
}
.download-tab-content .xiazai a{
	color: #373232;
	font-size: 18px;
}
@media (max-width: 768px) {
	.download-tab-content .container{
		width: 85%;
	}
}

