html {
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    max-width: 95%;
    margin: 0 auto;
    background: #FFF;
    font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "Verdana", sans-serif;
    color: #888;
    text-align: center;
}

h1,
h2,
h3 {
    display: block;
    font-size: 1.1rem;
    padding: 1rem 0;
    font-weight: bold;
    color: #000;
}

a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: 0 none;
    transition: all .2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #CD2407
}

.domain {
    font-size: 28px !important;
    color: #000;
    font-weight: 900;
    padding: 1.5rem 0;
}

.enter-btn {
    background: #DDD;
    max-width: 400px;
    line-height: 1.4rem;
    margin: 10px auto 20px auto;
    font-size: 1.5rem;
    border-radius: 8px;
    padding: 25px 20px;
    display: block;
    font-weight: 500;
    padding-left: 60px;
    position: relative;
}

.enter-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #1c1c1c url(../img/hand.png) no-repeat center center;
    width: 50px;
    background-size: contain;
    border-radius: 8px
}

.line {
    margin: 10px 0;
    height: 1px;
    background: #DDD;
    overflow: hidden;
    clear: both
}

p {
    line-height: 30px;
    padding: 5px 0;
    color: #111;
    font-size: 0.95rem;
}