.a-mutil {
    padding-bottom: 130px;
    padding-top: 75px;
}

.ap-bx {
    margin: 0 70px;
}

.ap-btm {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px;
}

.ap-tit {}

.ap-lft {
    height: 560px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ap-btn {
    width: 160px;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EAE9F2;
    font-size: 20px;
    font-weight: 500;
    color: #25345C;
    -o-transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
    transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
    -webkit-transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
    text-align: center;
}

.ap-btn-sele {
    background: #0B18FC;
    box-shadow: 0px 20px 60px 0px rgba(11, 24, 252, 0.2);
    color: #FFFFFF;
}

.ap-rgt {
    /* overflow: hidden; */
    width: 820px;
    height: 520px;
    position: relative;
}

.ap-rgt-shdw {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    /* box-shadow: 0 0 10px 10px #fff inset; */
}