.ProductPage {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin:0px auto;
    background-color:#FFF;
    font-family:微软雅黑, 'microsoft yahei';
}
.ProductPage .lblStyle{
    font-size:18px;
    color:#39F;
    margin-left:10px;
}
.ProductPage .pnlProduct{
    width: 97%;
    height: auto;
    margin-left: 35px;
}
.ProductPage .pnlProduct p{
    margin-left:35px;
    font-size:14px;
    line-height:27px;
    text-indent:1em;
    margin-bottom:12px;
    margin-top: 12px;
}
.ProductPage .productMor{
    margin-left:14px;
    text-decoration:none;
    font-size:14px;
    color:white;
    background-color:gray;
}
.ProductPage .project-download-view ul{
    margin:0;
    padding:0;
    list-style:none;}
.ProductPage .project-download-view {
    width: 100%;
    height: 200px;
    margin-left: 40px;
    margin-top: 60px;
}
.ProductPage .project-view-right {
    max-width: 50%;
    width: 50%;
    height: 100%;
    float: left;
}
.ProductPage .project-view-right .software-list ul {
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
}
.ProductPage .project-view-right .software-list ul li {
    width: 100%;
    height: 100%;
    display:none;
}
.ProductPage .project-view-right .download {
    position: relative;
    /* top: 293px; */
    /* left: 430px; */
    padding: 19px;
    width: 456px;
    /*    background: url('../../css/images/productfilelist/iphone_info_bg.png');*/
    color: #000;
    background-color: #f5f5f5;
}
.ProductPage .project-view-right .choice{
    width:500px;
    height:50px;
    display: inline-flex;
    white-space: nowrap;
}
.ProductPage .project-view-right .choice .iPhone .icon{
    background-image:url(../../css/images/productfilelist/btn_icon_iphone.png);
    background-repeat:no-repeat;
    background-size: 100%;
}
.ProductPage .project-view-right .choice .selected{
    color: red;
    font-weight: bold;
}
.ProductPage .project-view-right .choice .selected .icon{
    background-position: 0 -74px;
}
.ProductPage .project-view-right .choice .android .icon{
    background-image:url(../../css/images/productfilelist/btn_icon_android.png);
    background-repeat:no-repeat;
    background-size: 100%;
}

.ProductPage .project-view-right .choice .windows .icon{
    background-image:url(../../css/images/productfilelist/btn_icon_windows.png);
    background-repeat:no-repeat;
    background-size: 100%;
}

.ProductPage .project-view-right .icon{
    height:50px;
    width:50px;
    float:left;
}
.ProductPage .project-view-right .choice li{
    width:33.3%;
    line-height:50px;
}
.ProductPage .project-view-right .download-btn {
    position: absolute;
    left: 150px;
    top: 20px;
    width: 220px;
    height: 60px;
}
.ProductPage .project-view-right .software-list .iphone .download-btn {
    background: url('../../css/images/productfilelist/btn_appstore.png') no-repeat -554px -1px;
}
.ProductPage .project-view-right .software-list .iphone .download-btn:hover{
    background-position: -554px -161px;
}
.ProductPage .project-view-right .software-list .android .download-btn {
    background: url('../../css/images/productfilelist/btn_appstore.png') no-repeat -1px -1px;
    background-size: 1138px 222px;
}
.ProductPage .project-view-right .software-list .android .download-btn:hover{
    background-position: -1px -161px;
}
.ProductPage .project-view-right .software-list .windows .download-btn {
    background: url('../../css/images/productfilelist/btn_appstore.png') no-repeat -330px -1px;
    background-size: 1138px 222px;
}
.ProductPage .project-view-right .software-list .windows .download-btn:hover{
    background-position: -330px -161px;
}
.ProductPage .project-view-right .software-list span{
    font-size: 13px;
    position: absolute;
    color: white;
    margin-top: 38px;
    margin-left: 67px;
}
.ProductPage .download .info {
    font-size: 14px;
    color: #000;
    position: absolute;
    margin-top: 16px;
    top: 74px;
    left: 150px;
    width: 300px;
}
/*左侧样式*/
.ProductPage .project-view-left {
    max-width: 50%;
    width: 50%;
    float: left;
}
.ProductPage .project-view-left .view-left-content{
    height:160px;
    padding: 20px 0px;
    min-width: 600px;
}
.ProductPage .project-view-left .view-left-content .product-icon{
    height:160px;
    width:160px;
    float:left;
}
.ProductPage .project-view-left .view-left-content .content-text{
    width:auto;
    height:100%;
}
.ProductPage .project-view-left .view-left-content .content-text p{
    padding-left: 176px;
    line-height: 35px;
}