body {
    overflow-x: hidden;
    background: #f8f8f8
}

ol, ul {
    list-style-type: none
}

a {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0
}

.bg {
    background: #f8f8f8
}

.logo {
    padding: 15px 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cbb2be
}

.logo h1 {
    margin: 0 auto;
    color: #abc8c7;
    font-size: 22px;
    font-family: fzcthjt
}

.logo h2 {
    margin: 0 auto;
    color: #c3a5b3;
    font-weight: 700;
    font-style: italic;
    font-size: 15px
}

.logoh:hover {
    text-decoration: none
}

.shaking:hover {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0)
    }
}

.home {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 10px;
    min-width: 300px;
    color: #fff
}

.icon-items li {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 10px 1% 0 0;
    width: 24%;
    border-radius: 3px;
    text-align: center;
    -webkit-transform: scale(0);
    -webkit-animation-name: janim;
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes janim {
    0% {
        -webkit-transform: scale(.2)
    }
    50% {
        -webkit-transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1)
    }
}

.icon-items li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 70px
}

.icon-items li a:hover {
    z-index: 1;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: rgba(0, 0, 0, .3) 0 3px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px
}

.icon-items li.icon-l1 {
    background-color: #d6e681;
    -webkit-animation-delay: .15s
}

.icon-items li.icon-i1 {
    background-color: #82a7a6;
    -webkit-animation-delay: .45s
}

.icon-items li.icon-l2 {
    background-color: #4fb477;
    -webkit-animation-delay: .6s
}

.icon-items li.icon-i2 {
    background-color: #c4ad83;
    -webkit-animation-delay: .75s
}

.icon-items li.icon-l3 {
    background-color: #2a628f;
    -webkit-animation-delay: .65s
}

.icon-items li.icon-i3 {
    background-color: #fa824c;
    -webkit-animation-delay: .55s
}

.icon-items li.icon-l4 {
    background-color: #9fd356;
    -webkit-animation-delay: .3s
}

.icon-items li.icon-i4 {
    background-color: #43aa8b;
    -webkit-animation-delay: .5s
}

.icon-items li.icon-l5 {
    background-color: #e5625e;
    -webkit-animation-delay: .4s
}

.icon-items li.icon-i5 {
    background-color: #c49799;
    -webkit-animation-delay: .35s
}

.icon-items li.icon-l6 {
    background-color: #7fb7be;
    -webkit-animation-delay: .25s
}

.icon-items li.icon-i6 {
    background-color: #69dc9e;
    -webkit-animation-delay: .1s
}

.icon-items li.icon-l7 {
    background-color: #a27e6f;
    -webkit-animation-delay: .2s
}

.icon-items li.icon-i7 {
    background-color: #7880b5;
    -webkit-animation-delay: .8s
}

.icon-items li.icon-l8 {
    background-color: #f28123;
    -webkit-animation-delay: .7s
}

.icon-items li.icon-i8 {
    background-color: #d0c88e;
    -webkit-animation-delay: .45s
}

.foot-link {
    padding: 5px 0;
    border-top: 1px solid #ef9310;
    background-color: #fcf8e3;
    text-align: center
}

.foot-link a {
    display: inline-block;
    width: 75pt;
    color: #a86d3b;
    text-decoration: none
}

.foot-link a:hover {
    color: #747474;
    text-decoration: none
}

.copy {
    position: relative;
    height: 26px;
    background-color: #5199e5;
    text-align: center;
    font-size: 9pt;
    line-height: 26px
}

.copy, .copy a {
    color: #fff
}

.copy a:hover {
    color: #747474;
    text-decoration: none
}

.copys {
    position: relative;
    height: 26px;
    background-color: #00BFFF;
    text-align: center;
    font-size: 9pt;
    line-height: 26px
}

.copys, .copys a {
    color: #fff
}

.copys a:hover {
    color: #747474;
    text-decoration: none
}

.copyss {
    position: relative;
    height: auto;
    background-color: #00BFFF;
    text-align: center;
    font-size: 9pt;
    line-height: 26px
}

.copyss, .copyss a {
    color: #fff
}

.copyss a:hover {
    color: #747474;
    text-decoration: none
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: ''
}

.clear {
    clear: both;
    line-height: normal
}

.ip {
    width: 300px;
    height: auto;
    text-align: left
}

@media screen and (max-width: 900px) {
    .ip {
        width: 100%;
        height: auto
    }

    .icon-items li {
        width: 49%;
    }
}

.alert {
    margin-top: -10px;
    width: 95%
}

::-webkit-scrollbar-thumb {
    height: 50px;
    outline: 2px solid #f8f8f8;
    outline-offset: -2px;
    border: 2px solid #f8f8f8;
    -webkit-border-radius: 10px;
    background-color: #018ee8
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    -webkit-border-radius: 10px;
    background-color: #fb4446
}

::-webkit-scrollbar {
    width: 11px;
    height: 18px
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    background-color: #f8f8f8
}
