.card {
    right: 289px;
}

.content_left {
    width: 50%;
    position: relative;
}

.content_right {
    position: relative;
    margin-left: 42px;
    width: 50%;
}

.content_bottom {
    margin-top: 75px;
    width: 50%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin-bottom: 142px;
}

.erweima {
    position: absolute;
    top: 102px;
    left: 220px;
}

.yuyue {
    position: absolute;
    top: 310px;
    left: 240px;
    color: #fff;
}

.btnimg1 {
    position: absolute;
    bottom: -80px;
    left: 180px;
    width: 273px;
    height: 83px;
    background: #11BD67;
    text-align: center;
    font-size: 40px;
    font-family: FZLTCHK;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 77px;
}

.btnimg2 {
    position: absolute;
    bottom: -43px;
    left: 180px;
    width: 273px;
    height: 83px;
    background: #11BD67;
    text-align: center;
    font-size: 40px;
    font-family: FZLTCHK;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 77px;
}

/*小于 480px  手机*/
@media screen and (max-width: 480px) {
    .content_left {
        width: 100%;
        height: 335px;
    }
    
    .content_right {
        width: 100%;
        margin-left: 0;
    }
    .erweima{
        top: 61px;
        left: 125px;
        width: 30%;
    }
    .btnimg1{
        bottom: 50px;
        left: 40px;
    }
    .btnimg2{
        left: 44px;
    }
    .content_bottom{
        width: 100%;
    }
}