@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    background: white;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
}


.head {
    padding: 30px 50px;
}

.head .title {
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.head .desc {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.52);
    line-height: 22px;
}

.content .choose-yp {
    width: 324px;
    height: 97px;
    margin: 10px auto;
    background: url("../../image/index/bj_yao_button.png") no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.content .choose-yp.hc {
    background: url("../../image/index/bj_cai_button.png") no-repeat;
}

.content .choose-yp .title {
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
}

.foot {
    width: 100%;
    height: 302px;
    background: url("../../image/index/pic_qiye_bj.png") bottom white no-repeat;
}