@charset "utf-8";
.gm-menubar-l0 {
    border-bottom: solid 1px transparent!important;
    background: transparent!important
}
.gm-menubar-l1 {
    background: rgba(0,0,0,.8)!important
}
.motd-tx1-message {
    font-family: arial;
    font-size: 12px;
    line-height: 30px;
    position: fixed;
    z-index: 9990;
    top: 62px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(255,52,52,.9)
}
.motd-con-message {
    position: fixed;
    z-index: 9990;
    top: 62px;
    width: 100%;
    height: 30px
}
.menu-con-bar {
    position: fixed;
    z-index: 9997;
    top: 0;
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(255,255,255,.1)
}
.menu-ovr-fill {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #4c5ad6;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.menu-ovr-fill-2 {
    /* position: absolute; */
    /* z-index: 1; */
    /* width: 100%; */
    /* height: 62px; */
    /* background: #4c5bd7; */
    /* border-bottom: solid 1px rgba(255,255,255,.1); */
}
.menu-con-outer {
    position: relative;
    top: 0;
    height: auto;
    margin: auto 0;
    margin-right: 60px;
    margin-left: 60px
}
.menu-con-inner {
    max-width: 1200px;
    min-height: 60px;
    margin: 0 auto
}
.menu-con-inner a:hover {
    text-decoration: none
}
.menu-btn-mobile{
    position: absolute;
    left: 0px;
    display: none;
    float: left;
    width: 60px;
    height: 60px;
    padding-left: 6px;
    cursor: pointer;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: solid 2px transparent;
    background: url(/img/icons/menu/menu.png) no-repeat center right;
    background-size: 20px;
}
.menu-btn-mobile:hover {
    border-bottom: solid 2px #fff
}
.menu-con-logo {
    position: relative;
    left: -8px;
    display: inline-block;
    float: left;
    width: 50px;
    height: 60px
}
.menu-ico-logo {
    position: absolute;
    width: 45px;
    height: 60px;
    border-bottom: 2px solid transparent;
    background: url(/img/icons/menu/logo.png) no-repeat center;
    background-size: 32px
}
.menu-ico-logo:hover {
    height: 60px;
    border-bottom: 2px solid #fff
}
.submenu-con-outer {
    position: relative;
    top: 62px;
    left: -84px;
    display: none;
    width: 254px;
    height: 217px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 80px 0 rgba(0,0,0,.2)
}
.submenu-con-wrapper {
    position: relative;
    width: 100%;
    height: 54px
}
.submenu-ico-lip {
    position: absolute;
    top: -32px;
    left: 98px;
    width: 60px;
    height: 60px;
    pointer-events: none;
    background: url(/img/icons/submenu/lip.png) no-repeat center;
    background-size: 22px
}
.submenu-con-wrapper:hover {
    background: #4c5bd7
}
.submenu-con-wrapper:hover .submenu-btn-button {
    color: #fff
}
.submenu-con-wrapper:hover .submenu-ico-patreon {
    background: url(/img/icons/submenu/patreon-h.png) no-repeat center;
    background-size: 16px
}
.submenu-con-wrapper:hover .submenu-ico-alipay {
    background: url(/img/icons/submenu/alipay-h.png) no-repeat center;
    background-size: 16px
}
.submenu-con-wrapper:hover .submenu-ico-github {
    background: url(/img/icons/submenu/code-h.png) no-repeat center;
    background-size: 16px
}
.submenu-con-wrapper:hover .submenu-ico-testing {
    background: url(/img/icons/submenu/testing-h.png) no-repeat center;
    background-size: 16px
}
.submenu-btn-button {
    font-family: arial;
    font-size: 14px;
    line-height: 55px;
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: 54px;
    text-align: left;
    pointer-events: none;
    color: #616161
}
.submenu-ico-patreon {
    display: inline-block;
    float: left;
    width: 54px;
    height: 54px;
    background: url(/img/icons/submenu/patreon.png) no-repeat center;
    background-size: 16px
}
.submenu-ico-alipay {
    display: inline-block;
    float: left;
    width: 54px;
    height: 54px;
    background: url(/img/icons/submenu/alipay.png) no-repeat center;
    background-size: 16px
}
.submenu-ico-github {
    display: inline-block;
    float: left;
    width: 54px;
    height: 54px;
    background: url(/img/icons/submenu/code.png) no-repeat center;
    background-size: 16px
}
.submenu-ico-testing {
    display: inline-block;
    float: left;
    width: 54px;
    height: 54px;
    background: url(/img/icons/submenu/testing.png) no-repeat center;
    background-size: 16px
}
.menu-btn-select {
    font-family: arial;
    font-size: 14px;
    line-height: 60px;
    position: relative;
    top: 0;
    display: inline-block;
    width: auto;
    height: 60px;
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
    color: #fff;
    border-bottom: 2px solid transparent
}
.menu-btn-select:hover {
    height: 60px;
    border-bottom: 2px solid #fff
}
.menu-btn-darkmode {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-bottom: solid 2px transparent;
    background: url(/img/icons/menu/darkmode-off.png) no-repeat center;
    background-size: 16px;
}
.menu-btn-darkmode:hover {
    width: 60px;
    height: 60px;
    border-bottom: solid 2px #fff
}
.menu-ico-support {
    position: absolute;
    right: 0;
    width: 92px;
    height: 60px;
    background: url(/img/icons/submenu/support.png) no-repeat center;
    background-size: 88px
}
.menu-con-support {
    position: relative;
    top: 0;
    display: inline-block;
    float: right;
    width: 92px;
    height: 60px;
    border-bottom: 2px solid transparent
}
.alipay-con-alipay {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 380px;
    height: auto;
    margin: -299px -194px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    border: solid 4px #fff
}
.alipay-ico-logo {
    position: relative;
    width: 100%;
    height: 90px;
    background: url(/img/icons/alipay/logo.png) no-repeat center;
    background-size: 130px
}
.alipay-ico-alipay {
    position: relative;
    width: 100%;
    height: 384px;
    cursor: pointer;
    background: #fff url(/img/icons/alipay/qr.png) no-repeat center;
    background-size: 304px
}
.alipay-tx1-prompt {
    font-family: arial;
    font-size: 15px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px -30px -38px;
    text-align: center;
    color: #fff;
    border: solid 4px #fff;
    border-radius: 100%;
    background: #4c5bd7
}
.alipay-tx2-prompt {
    font-family: arial;
    font-size: 20px;
    line-height: 125px;
    position: relative;
    width: 100%;
    height: 115px;
    text-align: center;
    color: #fff
}
.alipay-con-footer {
    font-family: arial;
    font-size: 12px;
    line-height: 62px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    border-top: solid 1px rgba(255,255,255,.1)
}
.window-con-dimmer {
    position: fixed;
    top: 0px;
    z-index: 8990;
    width: 100%;
    height: 100%;
    background: #4352BC;
}
.menu-con-mobile {
	position:relative;
	top:0;
	height:auto;
	margin:auto 60px;
	padding-top:20px;
}
.menu-in-mobile {
	max-width: 512px;
	min-height:60px;
	margin:0 auto;
	margin-top: 70px;
}
.menu-con-scrollable::-webkit-scrollbar {
    display: none
}
.menu-con-scrollable {
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding-right: 17px;
    padding-bottom: 17px;
    -webkit-overflow-scrolling: touch
}
.menu-btn-subbutton {
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
	font-family: arial;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    padding-left: 20px;
}
.menu-btn-subbutton:hover {
    background:#fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
	color:#4c5bd7;
}
.sidebar-con-container {
    position: relative;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .4s
}
.sidebar-btn-open {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border-bottom: solid 2px transparent;
    background: url(/img/icons/menu/sidemenu.png) no-repeat center;
    background-size: 20px;
}
.sidebar-btn-open:hover {
    width: 60px;
    height: 60px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border-bottom: solid 2px #fff
}
.sidebar-con-dimmer {
    position: fixed;
    z-index: 9998;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}
.sidebar-con-anim {
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 400px;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
.sidebar-con-anim::-webkit-scrollbar {
    display: none;
    width: 5px
}
.sidebar-tx1-title {
    font-family: arial;
    font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 62px;
    padding-left: 20px;
    color: #fff;
    background: #4c5bd7;
}
.sidebar-tx1-subtitle {
    font-family: arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    height: 50px;
    padding-left: 20px;
    text-align: left;
    color: #000;
}
.sidebar-tx2-subtitle {
    font-family: arial;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    height: 25px;
    padding-left: 35px;
    text-align: left;
}
.sidebar-tx2-subtitle a {
    color: #000;
}
.sidebar-tx2-subtitle span:hover {
    text-decoration:underline;
}
.blogbar-con-anim {
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 400px;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
.blogbar-con-anim::-webkit-scrollbar {
    display: none;
    width: 5px
}
.blogbar-tx1-title {
    font-family: arial;
    font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 62px;
    padding-left: 20px;
    color: #fff;
    background: #4c5bd7;
}