body,dd,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,ul {
    margin: 0;
    padding: 0
}
img {
    max-width: 100%;
    height: auto
}
body,html {
    background: #fff
}
@media (min-width: 1024px) {
    body {
        padding-top:0
    }
}
[class*=" icon-"]:before,[class^=icon-]:before {
    margin: 0
}
.fl {
    float: left
}
.fr {
    float: right
}
img,input {
    margin: 0;
    padding: 0;
    border: 0;
    outline-style: none;
    vertical-align: middle
}
.container:after,.container:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both
}
.btn {
    display: block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 2.4;
    outline: none;
    border: none
}
.btn-orange {
    background-color: rgba(0,0,0,0);
    background-image: -webkit-linear-gradient(top,#ff7300,#ff9601);
    background-image: -o-linear-gradient(top,#ff7300 0,#ff9601 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff7300),to(#ff9601));
    background-image: linear-gradient(180deg,#ff7300 0,#ff9601);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff7300",endColorstr="#ffff9601",GradientType=0);
    background-color: #ff7300;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}
.btn-orange:hover {
    color: #fff;
    background: #ff811a
}
.footer-bar {
    position: relative;
    background: #3379ff;
    color: #fff;
    font-size: 14px;
    width: auto;
    display: none;
    overflow: visible
}
@media (min-width: 1024px) {
    .footer-bar {
        display:block
    }
}
.footer-bar a {
    color: #fff
}
.footer-bar .container {
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: visible
}
.footer-bar .site-info {
    width: 60%
}
@media (min-width: 768px) {
    .footer-bar .site-info {
        width:auto
    }
}
.footer-bar .site-info h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400
}
@media (min-width: 768px) {
    .footer-bar .site-info h2 {
        font-size:26px;
        color: #fff
    }
}
.footer-bar .site-info h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}
.footer-bar .site-fav {
    padding-top: 5px
}
.footer-bar .site-fav .btn-orange {
    font-size: 14px;
    line-height: 2.5;
    padding: 0 1.2em
}
@media (min-width: 768px) {
    .footer-bar .site-fav .btn-orange {
        font-size:16px;
        line-height: 3.5;
        padding: 0 3em
    }
}
.footer-bar .site-girl {
    position: absolute;
    left: 50%;
    bottom: 0
}
.footer-bar .site-girl .girl {
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
@media (min-width: 768px) {
    .footer-bar .site-girl .girl {
        left:-50px
    }
}
.footer-bar .site-girl .girl:after {
    content: "Hi~";
    display: block;
    position: absolute;
    left: 100%;
    top: 40%;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.footer-bar .site-girl .girl-info {
    display: none;
    margin-left: 150px;
    margin-bottom: 60px;
    opacity: .5;
    font-weight: 400
}
@media (min-width: 1330px) {
    .footer-bar .site-girl .girl-info {
        display:block
    }
}
@media (min-width: 768px) {
    .footer-bar:hover .site-girl .girl {
        left:-80px
    }

    .footer-bar:hover .site-girl .girl:after {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        opacity: .5
    }
}
.btndibu {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;
}