@charset "utf-8";

body {
    font: 0.16rem/1.5 "albb",'albb_r','albb_b','num';
    color: #121933;
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
    color: #286efa;
}

.pop {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* bottom: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: 999; */
    /* display: none; */
    /* background: #000; */
}

.bgimg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bbg.jpg) right center no-repeat;
    background-size: cover;
    z-index: 1;
}

.pop_main {
    background: url(../images/bg.jpg) center center no-repeat;
    z-index: 9;
    padding: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
    border-radius: 0.1rem;
    position: relative;
    box-sizing: border-box;
    border-radius: 0.2rem;
    max-width: 80%;
    min-width: 60%;
}

.pop_main .main a {
    width: 1.6rem;
    line-height: 0.55rem;
    text-align: center;
    display: block;
    background: #484fd6;
    border-radius: 0.06rem;
    color: #fff;
    font-size: 0.18rem;
    margin: 0.3rem  auto 0;
}

.pop_main .main .ti {
    text-align: center;
    margin: 0 0 0.25rem 0;
}

.pop_main .main .ti h3 {
    font-size: 0.34rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #d64848;
    margin: 0 0 0.1rem;
}

.pop_main .main .ti p {
    font-size: 0.2rem;
    color: #666666;
    /* font-weight: 600; */
}

.certificate_img {
    height: 3rem;
    margin: 0 auto;
    border: 0.12rem solid #fff;
    border-radius: 0.1rem;
    display: inline-block;
    margin: 0 auto;
    max-width: 80%;
}

.certificate_img img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

w {}

.pop_main .main {
    border: 1px solid #484fd6;
    border-radius: 0.16rem;
    padding: 0.3rem;
    text-align: center;
}

.pop_main .main a:hover {
    opacity: 0.9;
}