body{
    background: #F4F4F4;
}
.pricu{
    margin-top: 50px;
}
.pricu .sda{
}
.pricu .hdan{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    margin-top: 40px;
}
.pricu .name{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.pricu .zhuanli{
    font-size: 24px;
    color: #555;
    margin-top: 20px;
}
.pricu .sinfo{
    font-size: 16px;
    color: #666;
    margin-top: 40px;
}
.pricu .xing{
    margin-top: 33px;
    margin-bottom: 16px;
}
.pricu em{
    background: url("?nime/br/start.png");
    background-position: right;
    background-size: 200%;
    width: 18%;
    margin: 0 2.5%;
}
.pricu em:last-child{
    margin-right: 0;
}
.pricu em:first-child{
    margin-left: 0;
}
.pricu em.active{
    background-position: left;
}
.pricu .tupian{
    width: 100%;
    height: 420px;
}
@media (min-width: 1440px) {
    .pricu{
        width: 1440px;
    }
}
@media (max-width: 768px) {
    .pricu .hdan{
        background: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        margin-top: 40px;
    }
    .pricu .name{
        font-size: 14px;
        color: #333;
        font-weight: 500;
        margin-top: 10px;
    }
    .pricu .zhuanli{
        font-size: 12px;
        color: #555;
        margin-top: 10px;
    }
    .pricu .sinfo{
        font-size: 12px;
        color: #666;
        margin-top: 10px;
    }
    .pricu .xing{
        margin-top: 33px;
        margin-bottom: 16px;
    }
    .pricu em{
        background: url("?nime/br/start.png");
        background-position: right;
        background-size: 200%;
        width: 18%;
        margin: 0 2.5%;
    }
    .pricu em:last-child{
        margin-right: 0;
    }
    .pricu em:first-child{
        margin-left: 0;
    }
    .pricu em.active{
        background-position: left;
    }
    .pricu .tupian{
        width: 100%;
        height: 220px;
    }
}