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: 700;
    color: #000
}

a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: 0;
    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: #e5e7eb;
    max-width: 400px;
    line-height: 1.4rem;
    margin: 10px auto 20px;
    font-size: 1.5rem;
    border-radius: 100px;
    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: #ec5353 url(hand.png) no-repeat center center;
    width: 50px;
    background-size: contain;
    border-radius: 100px 0 0 100px
}

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

p {
    line-height: 30px;
    padding: 5px 0;
    color: #111;
    font-size: .95rem
}
p:hover{
    color: #CD2407;
}
