/*Èí¼þ×¨ÌâÒ³Ãæ*/

#soft .features p.icon1{
    background: url(images/icon1.jpg) no-repeat;
    background-position:60px 0px;
}
#soft .features p.icon2{
    background: url(images/icon2.jpg) no-repeat;
    background-position:50px 0px;
}
#soft .features p.icon3{
    background: url(images/icon3.jpg) no-repeat;
    background-position:40px 0px;
}
#soft .features p.icon4{
    background: url(images/icon4.jpg) no-repeat;
    background-position:30px 0px;
}
#soft .features p.icon5{
    background: url(images/icon5.jpg) no-repeat;
    background-position:60px 0px;
}
#soft .features p.icon6{
    background: url(images/icon6.jpg) no-repeat;
    background-position:60px 0px;
}


#soft .phpdownload{
    margin-top: 90px;
    background: url(images/bg.png) no-repeat;
    background-position: 0 0;
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
    line-height: 35px;
    color:#fff;
    background-color: #00B9AF;
}
#soft .phpdownload .c{
    width:1200px;
    margin: auto;
}
#soft .phpdownload .title{
    padding-top: 70px;
}
#soft .phpdownload .title span{
    display: block;
    font-size: 28px;
    line-height: 40px;
}
#soft .phpdownload table{
    width: 100%;
    border: 1px solid #78DAD5;
    border-bottom: 0;
    border-right: 0;
    margin-top: 30px;
    border-collapse:collapse;
    border-spacing:0;
}
#soft .phpdownload table th{
    border-bottom: 1px solid #78DAD5;
    border-right: 1px solid #78DAD5;
    text-align: center;
    color: #fff;
    background-color: #07C8BE;
    line-height: 55px;
    height: 55px;
}
#soft .phpdownload table td{
    border-bottom: 1px solid #78DAD5;
    border-right: 1px solid #78DAD5;
    color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
#soft .phpdownload table td.name{
    font-family: "SourceHanSans-Medium";
    text-align: left;
    padding-left: 40px;
}
#soft .phpdownload table td a{
    display: inline-block;
    width: 70px;
    height: 25px;    
    line-height: 25px;
    background: rgb(8, 138, 129);
    border-radius: 4px;
    color: #78DAD5;
    letter-spacing: 2px;
}
#soft .phpdownload table td a:hover{
    background: #e5e5e5;
    color: #444;
}
#soft .phpdownload table tr:hover td{
    background-color: #07C8BE;
}

#soft .video{
    width: 1200px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 90px;
}
#soft .video .title{
    color:#444;
}
#soft .video .title span{
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}
#soft .video .content a{
    display: inline-block;
    margin-right:40px;
    margin-left: 40px;
    margin-top: 70px;
    cursor: pointer;
}
#soft .video .content a p{
    width: 300px;
    height: 180px;
    background: url(images/php_MySQL.jpg) center no-repeat;
    overflow: hidden;
}
#soft .video .content a p span{
    display: block;
    height: 180px;
    background-image: url(images/player.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333;
    filter:alpha(Opacity=35);-moz-opacity:0.35;opacity: 0.35;
}
#soft .video .content a b{
    color: #444;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
}
#soft .video .content a:hover b{
    color: #00B9AF;
}