@charset "utf-8";
.inner {
    width: 100%;
    margin: 0 auto;
    color: #ef3f93;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}


/* header */

#top-head {
    position: fixed;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 35px 0 0;
    line-height: 1;
    z-index: 999;
}

#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background: #ef3f93;
    width: 100%;
    margin: 30px auto 0;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 32px;
    margin-left: 25px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
    position: relative;
}

#global-nav ul li a {
    padding: 0 30px;
    color: #ef3f93;
}

#top-head .inner .logo a {
    color: #ef3f93;
    margin: 0;
    padding: 0;
}


/* Btn Hover */

#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

#global-nav ul li:hover:after {
    background: #fff;
    bottom: -15px;
}


/* Fixed */

#top-head.fixed {
    background: #fff;
    background: rgba(255, 255, 255, .7);
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
    margin-left: 10px;
}

#top-head.fixed:after {
    display: none;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}


/* Fixed Btn Hover */

#top-head.fixed #global-nav ul li:after {
    bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
    background: #0b8793;
    bottom: -20px;
}


/* transition */

#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#ef3f93 #bbd2ff //#f75763 #9b5fea #73c6f9 #91d656 #f99b46 #ff7bac