.dp_detail{
    padding: 20px;
    width: 100%;
    border: none;
    min-height: 570px;
}
.dp_detail {background: url(../images/public/app_bg.png) no-repeat right top;}
.khd_title{
    font-size: 30px;
    color: #015293;
}
.khd{
    width: 1200px;
    margin: 50px auto;
}
.khd_title{
    margin-bottom: 70px;
}
.app_qh{
    overflow: hidden;
    margin: 80px 0;
    width: 80%;
    margin-left: 20px;
}
.app_left{
    /* float: left; */
}
.app_left li {
    width: 215px;
    height: 51px;
    cursor: pointer;
}
.app_left li:first-child{
    margin-bottom: 45px;
}
.app_left .android{
    background: url(../images/public/app_btn.png) no-repeat left 0;
    transition:none;
}
.app_left .iphone{
    background: url(../images/public/app_btn.png) no-repeat left -180px;
    transition:none;
}
.app_left .android.on {
    background: url(../images/public/app_btn.png) no-repeat left -91px;
}
.app_left .iphone.on{
    background: url(../images/public/app_btn.png) no-repeat left -267px;

}
.app_right{
    float: left;
    /* margin-left: 50px; */
    margin-left: 37px;
}
.app_right div img {
    width: 130px;
    height: 130px;
}
/* .app_right div{
    display: none;
    text-align: center;
} */
.app_right div.on {
    display: block;
}
.khd_f p {
    line-height: 28px;
}

@media (max-width:768px){
    .dp_detail{
        background:none;
        padding: 5px;
    }
    .khd{
        width:100%;
        margin: 0;
    }
    .app_qh{
        margin: 0 auto;
        width: 100%;
    }
    .khd_title{
        margin-bottom:20px;
        text-align: center;
    }
    .app_left li:first-child,.app_left li{
        margin: 0 auto;
        margin-bottom:20px;
    }
    .app_right{
        float: none;
        margin-left: 0;
    }
    .khd_f p{
        text-indent: 0 !important;
    }
    .khd_f a{
        word-break: break-word;
    }
}
