@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); */
/* 
font-family: 'Nanum Gothic';
Regular 400
Bold 700
ExtraBold   800
*/

@font-face {
    font-family: "ns";
    font-style: normal;
    font-weight: 400;
    src: local("../font/NanumSquareRoundR"), /* computer */
    url("../font/NanumSquareRoundR.eot"), /* IE9 Compat Modes */
    url("../font/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/NanumSquareRoundR.woff2") format("woff2"), /* Modern Browsers */
    url("../font/NanumSquareRoundR.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "ns";
    font-style: normal;
    font-weight: 700;
    src: local("../font/NanumSquareRoundB"), /* computer */
    url("../font/NanumSquareRoundB.eot"), /* IE9 Compat Modes */
    url("../font/NanumSquareRoundB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/NanumSquareRoundB.woff2") format("woff2"), /* Modern Browsers */
    url("../font/NanumSquareRoundB.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "ns";
    font-style: normal;
    font-weight: 800;
    src: local("../font/NanumSquareRoundEB"), /* computer */
    url("../font/NanumSquareRoundEB.eot"), /* IE9 Compat Modes */
    url("../font/NanumSquareRoundEB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/NanumSquareRoundEB.woff") format("woff"), /* Modern Browsers */
    url("../font/NanumSquareRoundEB.woff2") format("woff2"), /* Modern Browsers */
    url("../font/NanumSquareRoundEB.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Youandi_Modern";
    font-style: normal;
    font-weight: 400;
    src: local("../font/Youandi_Modern_TextRegular"), /* computer */
    url("../font/Youandi_Modern_TextRegular.eot"), /* IE9 Compat Modes */
    url("../font/Youandi_Modern_TextRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Youandi_Modern_TextRegular.woff2") format("woff2"), /* Modern Browsers */
    url("../font/Youandi_Modern_TextRegular.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Youandi_Modern";
    font-style: normal;
    font-weight: 700;
    src: local("../font/Youandi_Modern_TextBold"), /* computer */
    url("../font/Youandi_Modern_TextBold.eot"), /* IE9 Compat Modes */
    url("../font/Youandi_Modern_TextBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Youandi_Modern_TextBold.woff2") format("woff2"), /* Modern Browsers */
    url("../font/Youandi_Modern_TextBold.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Youandi_Modern";
    font-style: normal;
    font-weight: 800;
    src: local("../font/Youandi_Modern_HeadExtraBold"), /* computer */
    url("../font/Youandi_Modern_HeadExtraBold.eot"), /* IE9 Compat Modes */
    url("../font/Youandi_Modern_HeadExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Youandi_Modern_HeadExtraBold.woff2") format("woff2"), /* Modern Browsers */
    url("../font/Youandi_Modern_HeadExtraBold.ttf") format("truetype");
    /* Safari, Android, iOS */
}

/* **** Common Reset **** */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    font-family: "Youandi_Modern", sans-serif;
    box-sizing: border-box;
    color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}

li,
p,
span,
strong,
a,
i,
em {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

b,
strong {
    font-weight: 700;
    color: inherit;
    font-size: inherit;
}

font {
    font-weight: 700;
    font-size: inherit;
}

input,
select,
img {
    vertical-align: middle;
}

img {
    border: 0;
}

table {
    width: 100%;
}

table caption {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block !important;
    width: 0px !important;
    height: 0px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.blind {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: inline-block !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

i {
    font-style: normal;
}

input[type="text"],
input[type="password"],
select {
    width: 270px;
    border: 1px solid #404447;
    border-radius: 10px;
    background: #1e1f21;
    padding: 10px 20px;
    line-height: 25px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-family: "ns";
    box-shadow: 0px 3px 5px #000 inset;
}

body {
    min-width: 1280px;
    overflow: auto;
    background: linear-gradient(to bottom, #100f14, #100f14);
}

body.login {
    min-width: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

select {
    /* background: url(../images/common/select-bg.gif) no-repeat right 15px top 21px #151719; */
    padding-left: 20px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.betscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #262626;
}

.betscroll::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    opacity: 0.5;
}

.betscroll::-webkit-scrollbar-thumb {
    background-color: #ff3d12;
    opacity: 0.5;
}

.betscroll {
    scrollbar-base-color: #262626;
    scrollbar-Face-Color: #ff3d12;
    scrollbar-Track-Color: #262626;
    scrollbar-Shadow-Color: #262626
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.blue {
    color: #5d8ef9 !important;
}

.green {
    color: #3aab1f !important;
}

.red {
    color: #f2372c !important;
}

.pink {
    color: #e00060 !important;
}

.grey {
    color: #77787b !important;
}

.orange {
    color: #e2ca63 !important;
}

.orange2 {
    color: #e2c840 !important;
}

.yellow {
    color: #f2df0e !important;
}

.white {
    color: #fff !important;
}

.btn.pink {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 73px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    background: #de0160;
    /* box-shadow:0px 0px 17px rgba(238, 48, 61, 0.81); */
    border-radius: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.btn.pink::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.btn.pink:hover {
    /* background:linear-gradient(to right, #cf68e6, #d71307); */
}

.btn.orange {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 114px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #100f14 !important;
    background: linear-gradient(to right, #b98808, #debf2b, #e2ca66, #c09628);
    border-radius: 40px;
    overflow: hidden;
    vertical-align: middle;
}

.btn.orange>span {
    font-weight: 700;
    font-size: 14px;
}

.btn.gray {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 114px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #100f14 !important;
    background: #2f2f38;
    border-radius: 40px;
    overflow: hidden;
    vertical-align: middle;
}

.btn.gray>span {
    font-weight: 700;
    font-size: 14px;
    color: #d1ac16;
}

.btn.orange-line {
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 97px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #100f14 !important;
    border: 2px solid #725a09;
    vertical-align: middle;
    border-radius: 40px;
}

.btn.orange-line>span {
    font-weight: 700;
    font-size: 14px;
    color: #d1ac16;
}

.btn.orange-line2 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 97px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #100f14 !important;
    background: linear-gradient(135deg, #c09628, #f9f7e0, #bf910e);
    border-radius: 80px;
    padding: 2px;
}

.btn.orange-line2>span {
    font-weight: 700;
    font-size: 14px;
    color: #e5e3d0;
    position: relative;
    background: #100f14;
    border-radius: 80px;
    height: 100%;
}

.btn.black {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 101px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #1b1927;
    /* box-shadow:0px 0px 17px rgba(0, 0, 0, 0.7); */
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.btn.black::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    min-width: 70px;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.btn.sh span {
    overflow: hidden;
    display: block;
}

.btn.sh span:before {
    content: "";
    position: absolute;
    min-width: 70px;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.btn.sh:hover span:before {
    left: 150%;
    transition: left 1s ease 0s;
}

.pop1 {
    display: none;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 430px;
    margin: auto;
    background: #151a1d;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.pop1 .cont {
    padding: 2px;
    font-size: 13px;
    color: #fff;
    font-family: 'ns';
    background: linear-gradient(to right, #c09628, #d0ac17, #f9f7e0, #e6cf6b, #be900c);
}

.pop1 .cont>.txt-box {
    min-height: 550px;
    padding: 10px;
    background: #151a1d;
}

.pop-bt {
    background: #be900d;
    height: 30px;
    line-height: 33px;
    padding: 0 10px;
    overflow: hidden;
}

.pop-bt label {
    float: left;
    font-weight: 700;
    color: #ffffff;
    font-size: 13px;
}

.pop-bt input[type="checkbox"] {
    border: 0;
}

.pop-bt a.pop-close {
    float: right;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

#wraper {
    margin: 0 auto;
    position: relative;
    padding-left: 300px;
}

#wraper.sub-page {
    /*background:#edf0f4;*/
}

.wraper-left {
    width: 300px;
    padding: 30px;
    position: absolute;
    left: 0;
    height: 100%;
}

.wraper-right {
    float: left;
    width: 100%;
}

.wraper-right>#header {
    max-width: 1570px;
    min-width: 950px;
}

.wraper-right>#container {
    background: #1e1f21;
    padding: 45px;
    border-radius: 20px 0 0 0;
}

.logo a {
    display: block;
}

.logo img {
    animation: menu4 10s infinite ease-in-out;
}

@keyframes menu4 {
    0% {
        transform: rotateY(0deg) rotateY(0deg);
    }
    50% {
        transform: rotateX(10deg) rotateY(360deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(0deg);
    }
}

.nav>ul {
    margin-top: 33px;
}

.nav>ul>li {
    margin-top: 20px;
    position: relative;
    padding-left: 22px;
}

.nav>ul>li:first-child {
    margin-top: 0px;
}

.nav>ul>li>a {
    position: relative;
    height: 50px;
    display: block;
    border-radius: 50px;
    overflow: hidden;
    line-height: 50px;
    width: 190px;
}

.nav>ul>li>a>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 2;
    text-align: center;
    background: #2f2f38;
    display: inline-block;
}

.nav>ul>li>a>div {
    padding-left: 85px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #100f14;
    line-height: 50px;
    height: 50px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.nav>ul>li>a div:nth-child(3) {
    background: #5a4104;
    transition: left 0.1s ease;
    -webkit-transition: left 0.1s ease;
    -moz-transition: left 0.1s ease;
    left: -240px;
}

.nav>ul>li>a div:nth-child(4) {
    color: #ffffff;
    transition: opacity 0.1s ease;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    opacity: 0;
}

.nav>ul>li>a:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.1s ease;
    -webkit-transition: left 0.1s ease;
    -moz-transition: left 0.1s ease;
}

.nav>ul>li>a:hover div:nth-child(4) {
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    border: 2px solid #795f08;
}

.nav>ul>li>a i.iconfont {
    font-size: 20px;
    color: #d1ac16;
}

.nav>ul>li>a:hover div:nth-child(3):before,
.nav>ul>li>a.on div:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}

.nav>ul>li>a:hover>span,
.nav>ul>li>a.on>span {
    background: linear-gradient(to right, #c09628, #e2ca66, #bb8b0a);
}

.nav>ul>li>a:hover i.iconfont,
.nav>ul>li>a.on i.iconfont {
    color: #100f14
}

.nav>.left-title {
    margin: 20px 0;
    padding-left: 10px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.nav>.left-title>.iconfont {
    background: linear-gradient(to right, #c09628, #e2ca66, #bb8b0a);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 25px;
    width: 30px;
    vertical-align: middle;
}

.nav>.left-txt01 {
    display: table;
    width: 100%;
    border-radius: 8px;
    background: #2f2f38;
    padding: 0 15px;
}

.nav>.left-txt01.red {
    background: #6a1303;
}

.nav>.left-txt01>* {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}

.nav>.left-txt01>dt {
    width: 55px;
}

.nav>.left-txt01>dt>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #5a4104;
    text-align: center;
    color: #e2c947;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 2px 2px 5px #1e1d1d;
}

.nav>.left-txt01>dd>p.tit1 {
    font-size: 14px;
    color: #dcb51e;
    font-family: "ns";
}

.nav>.left-txt01>dd>p.tit2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}

.nav>.left-txt01>dd>p.tit2.mt0 {
    margin: 0;
    font-size: 24px;
}

.nav>.left-txt01>dd>#odometer {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    overflow: hidden;
    max-height: 65px;
}

.nav>.left-txt01>dd>#odometer::before {
    position: absolute;
    display: block;
    left: 0;
    bottom: 5px;
    content: "￦";
    font-size: 18px;
    font-weight: 700;
}

.nav>.left-txt01>dd>#odometer * {
    font-size: 24px;
    font-weight: 700;
}

.nav>.left-txt01>dd>#odometer .odometer-formatting-mark {
    color: #fff;
}

.nav>.left-title2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

.nav>.left-title2>span {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #6c6c6c;
}

.left-talk>dl {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    border-radius: 8px;
}

.left-talk>dl.orange-bg {
    background: #af862a;
}

.left-talk>dl.blue-bg {
    background: #3c8eb3;
}

.left-talk>dl.green-bg {
    background: #1fa185;
}

.left-talk>dl>* {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}

.left-talk>dl>dt {
    width: 50px;
    text-align: center;
    font-size: 25px;
}

.left-talk>dl>dd {
    background: rgba(0, 0, 0, .5);
    padding-left: 15px;
    font-size: 12px;
}

.left-talk>dl>dd>p.txt {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.left-talk>dl.orange-bg>dd {
    color: #d1ac16;
}

.left-talk>dl.blue-bg>dd {
    color: #45b0e1;
}

.left-talk>dl.green-bg>dd {
    color: #30cdab;
}

#header {
    height: 80px;
    text-align: center;
    overflow: hidden;
}

.header-tp-cont {
    margin: 0 auto;
    overflow: hidden;
}

.notice {
    margin-left: 50px;
    margin-top: 23px;
    position: relative;
    display: table;
    table-layout: fixed;
    float: left;
}

.notice>* {
    display: table-cell;
    vertical-align: middle;
    height: 33px;
}

.notice .tit {
    width: 80px;
    text-align: left;
}

.notice .tit span {
    display: inline-block;
    height: 33px;
    padding: 2px;
    background: linear-gradient(to right, #c09628, #d0ac17, #f9f7e0, #e6cf6b, #be900c);
    width: 66px;
    border-radius: 3px;
}

.notice .tit span>b {
    font-size: 13px;
    color: #f9f7e2;
    background: #252429;
    font-weight: 400;
    line-height: 29px;
    display: block;
    text-align: center;
}

.notice .bx-viewport {
    height: 33px !important;
}

.main-visual li {
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: left;
}

.main-visual li span {
    color: #959595;
    font-size: 14px;
    font-weight: 700;
}

.main-visual .bxslider li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-quick {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 100%;
    border-right: 1px solid #2a2b2c;
    background: #060606;
}

.left-quick a {
    display: block;
    position: relative;
    padding-top: 16px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #2a2b2c;
}

.left-quick a span {
    display: block;
    width: 100%;
    text-align: center;
}

.left-quick a span.icon {
    font-size: 20px;
    color: #fff;
}

.left-quick a:hover span.icon {
    color: #ed0104;
}

.left-quick a span.txt {
    position: absolute;
    top: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.right-header {
    float: right;
    padding: 0 30px;
    width: calc(100% - 235px);
}

.right-header-nav {
    float: left;
}

.right-header-nav>ul>li {
    float: left;
    margin-left: 30px;
}

.right-header-nav>ul>li:first-child {
    margin-left: 0;
}

.right-header-nav>ul>li>a {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}

.right-header-nav>ul>li.tp-new {
    background: url(../images/common/tp_new.png) no-repeat center top;
}

.header-tp-rt {
    float: right;
    height: 80px;
    overflow: hidden;
}

.header-tp-rt ul {
    display: inline-block;
    vertical-align: middle;
}

.header-tp-rt ul>li {
    display: table-cell;
    position: relative;
    color: #bdbdbd;
    font-weight: 700;
    height: 80px;
    vertical-align: middle;
}

.header-tp-rt ul>li>input {
    width: 144px;
    height: 40px;
    margin-right: 10px;
    outline: 0;
    background: #2f2f38;
    border: 0;
    border-radius: 40px;
}

.header-tp-rt ul>li>input:focus {
    border: 1px solid #c09628;
}

.header-tp-rt ul>li>.login {
    width: 114px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

.header-tp-rt ul>li>.join {
    /* color:#edbd67; */
    width: 114px;
}

.header-tp-rt ul>li::before {
    display: none;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: -15px;
    width: 1px;
    height: 10px;
    background: #7d7966;
}

.header-tp-rt ul>li:first-child::before {
    display: none;
}

.header-tp-rt ul>li span.iconfont {
    color: #77787b;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 13px;
}

.header-tp-rt ul>li a {
    font-weight: 700;
}

.header-tp-rt ul>li a.btn i.iconfont {
    vertical-align: -3px;
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
}

.header-tp-rt ul>li a.btn.join i.iconfont {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(to right, #b98808, #debf2b, #e2ca66, #c09628);
    border-radius: 50%;
    font-size: 12px;
    vertical-align: middle;
    color: #100f14;
    font-weight: 700;
}

.header-tp-rt.login-after ul>li {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    margin: 20px 5px;
    line-height: 40px;
    border-radius: 40px;
    background: #1e1f21;
    padding-right: 10px;
    font-size: 13px;
    color: #bdbdbd;
}

.header-tp-rt.login-after ul>li>.iconfont:first-child {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(to right, #c09628, #e2ca66, #bb8b0a);
    color: #100f14;
    font-size: 20px;
}

.header-tp-rt.login-after ul>li>.iconfont.message {
    background: linear-gradient(to right, #c09628, #e2ca66, #bb8b0a);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
}

.header-tp-rt.login-after ul>li a.btn.memo {
    width: 63px;
    height: 27px;
    line-height: 27px;
}

.header-tp-rt.login-after ul>li a>span.red {
    font-weight: 700;
    font-size: 15px;
}

.header-tp-rt.login-after ul>li b.white {
    font-weight: 700;
    font-size: 16px;
}

.header-tp-rt.login-after ul>li span.white {
    font-weight: 700;
    font-size: 15px;
}

.header-tp-rt.login-after ul>li span.yellow {
    font-weight: 700;
    font-size: 15px;
}

.header-tp-rt.login-after ul:last-child a.btn {
    width: 98px;
}

.quick {
    display: block;
    position: fixed;
    bottom: 260px;
    right: 40px;
    width: 59px;
    z-index: 1;
}

.quick .top {
    display: none;
}

#footer {
    position: relative;
    background: #000000;
    text-align: center;
    float: left;
    width: 100%;
}

#footer .footer-txt>p {
    color: #737373;
    font-size: 12px;
    line-height: 20px;
    font-family: "ns";
    margin-top: 10px;
}

#footer .footer-txt>p strong {
    color: #f1c71f;
}

#footer .footer-icon {
    margin-bottom: 25px;
    font-size: 0;
}

#footer .footer-icon span {
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 15px;
}

.footer-cont {
    max-width: 1570px;
    min-width: 950px;
    background: #000000;
    padding: 40px;
}

.popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.popup-bg .popup-box {
    width: 360px;
    padding: 50px;
    margin: 135px auto;
    background: #2f2f38;
    border-radius: 10px;
    position: relative;
}

.popup-bg .popup-box>.box {
    position: relative;
    z-index: 2;
}

.popup-bg .popup-box>.box>.pop-logo {
    text-align: center;
    margin-bottom: 25px;
}

.popup-bg .popup-box>.box>a.popup-close {
    position: absolute;
    top: -50px;
    right: -50px;
    background: #181a27;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 0 10px 0 10px;
    padding: 15.5px 0;
}

.popup-bg .popup-box>.box>h4.tit {
    margin: 20px 0 10px 10px;
    font-size: 13px;
    font-family: "ns";
    font-size: 13px;
    color: #d2d2d2;
}

.popup-bg .popup-box>.box input {
    width: 100%;
}

.popup-bg .popup-box>.box>.pop-btn {
    margin-top: 20px;
    text-align: center;
}

.popup-bg .popup-box>.box>.pop-btn>a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
}

.popup-bg .popup-box>.box>.pop-btn>a span {
    font-weight: 700;
    font-size: 16px;
}

.popup-bg .popup-box>.box>p.txt {
    margin-top: 20px;
    text-align: center;
    color: #a5a5a5;
    font-size: 13px;
}

.popup-bg .popup-box>.box>p.txt>a {
    color: #e0c764;
    text-decoration: underline;
    font-weight: 700;
}

#recommender-code {
    /*display:block;*/
}

@media screen and (max-width:1700px) {
    .footer-cont br {
        display: none;
    }
}


::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    background: #100f14;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #641607;
    border-radius: 2px;
  }