body {
    background-color: #b1babf;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

#ad-disclaimer {
    padding: 2px 10px;
    font-size: 19px;
    color: #1d1d1d;
    text-align: center;
    background: #b1babf;
}

.adtop {
    display: block;
    width: 100vw;
    overflow-x: hidden;
    text-align: center;
    color: rgba(128, 128, 128, 0.5);
    font-size: 12px;
    font-weight: 200;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1rem;
}

.contain-wrap {
    background-color: #fff;
    width: 959px;
    margin: 0 auto;
}

.logo {
    width: 729px;
    height: 47px;
}

.logo img {
    margin-left: 40px;
    margin-top: 10px;
    width: 157px;
    height: 43px;
}

.sec1 {
    background-color: #e6e7e8;
    height: 107px;
}

.sec1-inner {
    width: 729px;
    height: 137px;
    text-align: center;
}

.sec1-inner h2 {
    color: #c01818;
}

.sec2 {
    height: 18px;
}

.sec2-inner {
    width: 729px;
    text-align: center;
    height: 18px;
}

.sec2-inner>p {
    text-align: center;
    color: #666;
}

.protect-btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.protect-btn h2 {
    background-color: #c01818;
    height: 50px;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    text-shadow: inset 0px 1px 0px #810e05;
    width: fit-content;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.protect-btn h2:hover {
    background: linear-gradient(#c62d1f, #f24537);
    width: fit-content;
    padding: 0 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.protect-btn-inner {
    text-align: center;
    height: 50px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 50px;
    width: fit-content;
    padding: 0 2rem
}

@media (max-width:950px) {
    .contain-wrap {
        width: 98%
    }
}

#footer .container .copyright {
    text-align: center;
}