* {
    padding: 0;
    margin: 0;
}
.clearfix {
    clear: both;
}
.fl {
    float: left;
}
.container {
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}
.top-banner_img {
    display: block;
}
.new-title {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    /*line-height: 30px;*/
}
.pc-ico {
    width: 25px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
    vertical-align: bottom;
    background: url('../images/pc.png') no-repeat;
    background-size: 100% 100%;
}
.download-wrap .download-box{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.top-header {
    background-color: #F6FAFD;
}
.download-wrap{
    height: 313px;
}
.download-wrap .download-box.left{
   padding-right: 5px;
}
.download-wrap .download-box.right{
    padding-left: 5px;
}
.download-content {
    background-color: #F6FAFD;
}
.download-body {
    position: relative;
    height: 266px;
    padding-top: 50px;
}
.download-wrap .download-box.left .download-body{
    padding-left: 152px;
    padding-right: 50px;
    background: url('../images/leftBg.png') no-repeat;
    background-size: 100% 100%;
}
.download-wrap .download-box.right .download-body{
    padding-left: 50px;
    padding-right: 152px;
    background: url('../images/rightBg.png') no-repeat;
    background-size: 100% 100%;
}
.download-content ul {
    list-style: none;
}
.download-content li {
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    line-height: 28px;
}
.download-content li:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    display: block;
    left: 0;
    top: 6px;
    background: url("../images/circle.png") no-repeat;
    background-size: 100% 100%;
}
.person {
    position: absolute;
    bottom: 0;
    left: 0;
}
.person.right {
    left: auto;
    right: 0ex;
}
.download-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 500;
    color: #111;
    line-height: 28px;
}
.download-title span {
    position: relative;
    z-index: 2;
}
.download-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    z-index: 1;
    background: #F59B5B;
    border-radius: 2px;
}
.download-title.blue:after {
    background: #57BE6A;
}
.download-footer {
    height: 47px;
    background: #F59B5B;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    line-height: 47px;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.download-footer:hover {
    opacity: .8;
}
.download-footer a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.download-footer.blue {
    background-color: #57BE6A;
}
.win-ico {
    width: 24px;
    height: 23px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background: url('../images/win.png') no-repeat;
    background-size: 100% 100%;
}
.mac-ico {
    width: 22px;
    height: 24px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background: url('../images/mac-1.png') no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 1000px){
    .download-wrap .download-box {
        width: 100%;
    }
}