@charset "utf-8";
.down_btn{
    width:238px;
    float: left;
}
 .floatl{
    float: left;
}
.floatr{
    float: right;
}
.android32btn{
    width:238px;position: relative;
}
 .android64btn{
    width:238px;position: relative;
}
.down_android32_btn{
    background:url(/static/buttonco/button_android.png) no-repeat left top;
    background-size:100% auto;
    height:73px;
    margin-bottom: 2px;
    cursor: pointer;
}
.down_android32_btn:hover{
    background:url(/static/buttonco/button_android_pressed.png) no-repeat left top;
    background-size:100% auto;
    cursor: pointer;
}
.down_android32_btn{
    background:url(/static/buttonco/button_android.png) no-repeat left top;
    background-size:100% auto;
    height:73px;
    margin-bottom: 2px;
    cursor: pointer;
}
.down_android32_btn:hover{
    background:url(/static/buttonco/button_android_pressed.png) no-repeat left top;
    background-size:100% auto;
    cursor: pointer;
}
.down_iosnew_btn{
    background:url(/static/buttonco/button_ios.png) no-repeat left top;
    background-size:100% auto;
    height:73px;
    margin-bottom: 2px;
    cursor: pointer;
}
.down_iosnew_btn:hover{
    background:url(/static/buttonco/button_ios_pressed.png) no-repeat left top;
    background-size:100% auto;
    cursor: pointer;
}
.down_carnew_btn{
    background:url(/static/buttonco/button_car.png) no-repeat left top;
    background-size:100% auto;
    height:73px;
    margin-bottom: 2px;
    cursor: pointer;
}
.down_carnew_btn:hover{
    background:url(/static/buttonco/button_car_pressed.png) no-repeat left top;
    background-size:100% auto;
    cursor: pointer;
}
.down_tvnew_btn{
    background:url(/static/buttonco/button_tv.png) no-repeat left top;
    background-size:100% auto;
    height:73px;
    margin-bottom: 2px;
    cursor: pointer;
}
.down_tvnew_btn:hover{
    background:url(/static/buttonco/button_tv_pressed.png) no-repeat left top;
    background-size:100% auto;
    cursor: pointer;
}
.down_winnew_btn{
    background:url(/static/buttonco/button_windows.png) no-repeat left top;
    background-size:100% auto;
    height:73px;
    margin-bottom: 2px;
    cursor: pointer;
}
.down_winnew_btn:hover{
    background:url(/static/buttonco/button_windows_pressed.png) no-repeat left top;
    background-size:100% auto;
    cursor: pointer;
}
.down_btn_pt{
    padding-top:15px;
    text-align: left;
    margin-left: 60px;
    width: calc(100% - 60px);
    font-size:18px;
    text-indent:0px;
}
.down_btn_pb{
    text-align: left;
    margin-left: 60px;
    width: calc(100% - 60px);
    text-indent:0px;
}
.android32view{
    position: absolute;width: 470px;left: -120px;top: 80px;z-index:2000;display: none;
}
.down_toparrowview{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid white;
    margin:0px auto;
}
.down_conview{
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    padding: 22px;
    display: flex;
}
.down_conview .conleft{
    width:196px;
    font-size:14px;
    color:#606266
}
.fontweight_700{
    font-weight:700;
}
.down_conview .conleft>.txtview{
    margin-bottom:10px;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.down_conview .conleft>.descview{
    line-height:24px;
    max-height:260px
}
.down_conview .conright{
    width:200px;
    margin-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
.down_conview .conright>img{
    width: 200px;
    height: 200px;
}
.down_conview .conright>div{
    font-size: 12px;
    color: #1a1c1e;
    margin-top: 6px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}
.down_conview .conright>div>img{
    width: 16px;
    height: 16px;
    margin-right:2px;
}

.android64view{
    position: absolute;width: 470px;left: -120px;top: 80px;z-index:2000;display: none;
}
.android64btn:hover .android64view{
    display: block;
}
.android32btn:hover .android32view{
    display: block;
}