a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: inherit
}

a,
a:active,
a:link,
a:visited {
    text-decoration: none
}

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

body {
    padding-top: env(safe-area-inset-top);
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent
}

.el-main,
body {
    background: #f7f7f7
}
.aside_top{
    height: 100px;
}

.el-main {
    padding: 50px 0
}

.btn,
button {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    background: var(--main-color);
    transition: all .5s
}

.btn.btn-grey {
    background: #7b7b7b;
}

button#ckxferbtn {
    background: var(--btn-bgcolor2);
}

@media only screen and (min-width:1001px) {
    .btn:hover,
    button:hover {
        background: var(--main-color-h);
        color: #fff
    }
    .btn.btn-grey:hover {
        background: #aaa;
    }
    button#ckxferbtn:hover {
        background: var(--btn-bgcolor2-h);
    }
}

.el-picker-panel__body-wrapper .btn,
.el-picker-panel__body-wrapper button {
    width: 12px
}

button:focus {
    outline: 0
}

.el-button--primary:focus {
    background: var(--main-color);
    border: none
}
@media only screen and (min-width:1001px) {
    .el-button--primary:hover {
        background: var(--main-color);
        border: none
    }
}

input {
    height: 38px;
    width: 100%;
    font-size: 12px;
    color: #000;
    background: #4e4e4e;
    padding-left: 8px;
    border: 1px solid #dcdfe6;
    transition: .5s
}

input:focus {
    outline: 0;
    border: 1px solid var(--main-color)
}

select {
    height: 38px;
    width: 100%;
    font-size: 13px;
    color: #818181;
    background: #4e4e4e;
    border: 1px solid #4e4e4e;
    padding-left: 10px;
    transition: .5s
}

input::-webkit-input-placeholder {
    color: #d4d4d4
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #d4d4d4
}

input:-ms-input-placeholder {
    color: #d4d4d4
}

@media only screen and (max-width:1000px) {
    body {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .aside_top{
        height: 0;
    }
    .el-main,
    body {
        background: #fff
    }

    .el-main {
        padding: 36px 0 0
    }
}

.content-Box {
    margin: 3% auto;
    max-width: 1200px
}

@media only screen and (max-width:1201px) {
    .content-Box {
        max-width: 960px
    }
}

.editor {
    line-height: 1.3
}

header.el-header {
    text-align: left;
    background: linear-gradient(90deg, #ff6060, #7b0100);
    padding: 0 10px;
    font-size: 0;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    height: 60px
}
header.el-header .logo {
    width: 140px;
    height: 60px;
    background: url(../images/logo-w.png) center center no-repeat;
    background-size: contain;
    margin-left: 20px;
    display: none;
    vertical-align: top
}

header.el-header .phbtnbx {
    display: none;
}

header.el-header .time {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 15px 0;
    margin: 0 0 0 30px
}

header.el-header .home {
    margin: 14px 10px 0 20px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center
}

header.el-header .home i {
    line-height: 30px;
    font-size: 18px;
    color: var(--main-color);
}
@media only screen and (min-width:1001px) {
    header.el-header .home:hover i {
        color:var(--main-color-h);
    }
}

header.el-header .btnbx {
    /* float: right; */
    padding: 15px;
}

header.el-header .btnbx button {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 14px;
    background:var(--btn-bgcolor2);
}
header.el-header .btnbx button.btn-main {
    background:var(--btn-bgcolor1);
}
@media only screen and (min-width:1001px) {
    header.el-header .btnbx button:hover {
        background:var(--btn-bgcolor2-h);
    }
    header.el-header .btnbx button.btn-main:hover {
        background:var(--btn-bgcolor1-h);
    }
}

header.el-header .btnbx button#hLoginCheck {
    background:var(--btn-bgcolor1);
}
@media only screen and (min-width:1001px) {
    header.el-header .btnbx button#hLoginCheck:hover {
        background:var(--btn-bgcolor1-h);
    }
}

header.el-header .btnbx button.forgetPass {
    color: #575757;
    background:var(--btn-bgcolor3);
}
@media only screen and (min-width:1001px) {
    header.el-header .btnbx button.forgetPass:hover {
        background:var(--btn-bgcolor3-h);
    }
}

header.el-header .btnbx .logout {
    background: #066292;
    color: #fff
}

header.el-header .btnbx p {
    font-size: 14px;
    color: #fff;
    margin: 0 12px
}

header.el-header .btnbx b,
header.el-header .btnbx p {
    line-height: 30px;
    display: inline-block;
    vertical-align: top
}

header.el-header .btnbx b {
    color: #f4daa3;
    font-size: 16px;
    height: 30px
}

header.el-header .user_bx {
    float: right;
    margin: 15px 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

header.el-header .user_bx li {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px
}

header.el-header .user_bx .btn {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 14px
}

header.el-header .user_bx li i {
    font-size: 15px;
    margin: 0 4px 0 0
}

header.el-header .user_bx.lang {
    float: right;
    margin: 15px 0 0 15px;
    position: relative;
    min-width: 100px
}

header.el-header .user_bx.lang .langbtn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 14px;
    margin: 0 10px;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    cursor: pointer
}

header.el-header .user_bx.lang .langList {
    border: 1px solid #23759b;
    background-color: var(--main-color-h);
    position: absolute;
    right: 0
}

header.el-header .user_bx.lang .langList li {
    margin: 0
}

header.el-header .lang .langbtn img {
    width: 20px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden
}
header.el-header .pcbtnbx {
    display: flex;
    align-items: center;
    padding: 0;
    height: 60px;
}
.pcbtnbx form {
    display: flex;
    align-items: center;
}
.pcbtnbx form .hr-input{
    font-size: 14px;
    margin-right: 0.5rem;
    width: 110px;
}
.pcbtnbx form .hr-input input{
    height: 30px;
    line-height: 30px;
}
.pcbtnbx form .hr-input .captcha{
    width: 100%;
    height: 30px;
    vertical-align: middle;
}
@media only screen and (max-width:1000px) {
    header.el-header {
        height: 36px;
        padding-top: env(safe-area-inset-top)
    }

    header.el-header .btnbx {
        float: right;
        padding: 7px 0
    }

    header.el-header .logo {
        display: inline-block;
        width: 60px;
        height: 30px;
        margin: 3px 0 0 22px;
    }

    header.el-header .btnbx p,
    header.el-header .home,
    header.el-header .time,
    header.el-header .pcbtnbx {
        display: none
    }
    header.el-header .phbtnbx {
        display: flex;
        align-items: center;
        height: 36px;
    }
    header.el-header .btnbx button {
        width: auto;
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        font-size: 12px;
        background: #f19b1b
    }

    header.el-header .user_bx {
        margin: 7px 0 0
    }

    header.el-header .user_bx.lang {
        margin: 6px 0 0;
        min-width: inherit
    }

    header.el-header .user_bx.lang>ul>li>.langbtn {
        padding: 0
    }

    header.el-header .user_bx.lang>ul>li>.langbtn>img {
        margin-right: 0
    }

    header.el-header .user_bx.lang>ul>li>.langbtn>.langText {
        display: none
    }

    header.el-header .user_bx.lang .langbtn {
        margin: -3px 10px
    }
}

@media only screen and (min-width:1001px) {
    header.el-header .btnbx .logout:hover {
        background: rgba(6, 98, 146, .7);
    }

    header.el-header .user_bx.lang .langList li:hover {
        background: #2c80a5;
    }
}

aside .aside_bars {
    position: fixed;
    top: 6px;
    left: 0;
    width: 35px;
    /* height: 44px; */
    cursor: pointer;
    text-align: center;
    z-index: 4;
    padding-top: env(safe-area-inset-top)
}

aside .aside_bars i {
    color: #fff;
    font-size: 24px
}

.aside {
    width: 60%;
    left: -60%;
    position: fixed;
    background: var(--main-color);;
    height: 100%;
    z-index: 5;
    top: 0;
    transition: .5s ease
}

.aside.show {
    left: 0;
    overflow-y: scroll
}

.aside .reg_box i {
    top: 0;
    color: #fff;
    float: right;
    font-size: 19px;
    position: absolute;
    right: 0;
    padding: 9px;
    cursor: pointer
}

.aside .reg_box {
    width: 60%;
    height: 180px;
    position: fixed;
    z-index: 1;
    text-align: center;
    background: var(--main-color-h);
}

.aside .reg_box h1 {
    font-size: 13px;
    color: #fff;
    margin: 30px 0 16px
}

.aside .reg_box p {
    font-size: 13px;
    color: #fff;
    margin: 10px 0 0
}

.aside .reg_box button {
    height: 34px;
    line-height: 32px;
    font-size: 15px;
    color: var(--main-color);
    width: auto;
    padding: 0 20px;
    background: #fff;
    margin: 10px
}

.aside .reg_box .username i {
    font-size: 32px;
    color: #fff;
    margin: 15px 0 0
}

.aside .reg_box .hdvip {
    margin: 26px auto 0;
    width: 40px;
    height: 48px;
    display: inline-block;
    vertical-align: top
}

.aside .el-menu {
    font-size: 0;
    color: #fff;
    margin: 180px 0 0;
    background: none;
    border: none
}

.aside .el-menu .el-menu-item * {
    vertical-align: top
}

.aside .el-menu .el-menu-item {
    color: #fff;
    line-height: 28px;
    padding: 6px 0;
    cursor: pointer;
    border: none;
    border-left: 4px solid hsla(0, 0%, 100%, 0);
    height: auto
}

.aside .el-menu .el-menu-item p {
    font-size: 13px;
    line-height: 1.3;
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: calc(100% - 54px);
    overflow: hidden
}

.aside .el-menu .el-menu-item i {
    font-size: 16px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 14px 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.aside .el-menu .el-menu-item:focus {
    background: var(--main-color);
    border-left: 4px solid var(--main-color)
}

.aside .langPhone~div li {
    margin-top: 8px
}

.aside .langPhone img,
.aside .langPhone~div img {
    width: 28px;
    border-radius: 50%;
    margin-right: 8px
}

.aside .cover {
    background: #777;
    z-index: 6;
    position: absolute;
    transition: .5s ease
}

.aside .cover,
.aside_bg {
    display: none;
    width: 100%;
    height: 100vh;
    left: 0
}

.aside_bg {
    position: fixed;
    top: 0;
    z-index: 5
}

.aside_bg.show {
    display: block
}

@media only screen and (min-width:1001px) {
    aside .aside_bars {
        display: none
    }

    .aside .el-menu .el-menu-item:hover {
        background: var(--main-color);
        border-left: 4px solid var(--main-color)
    }
}

.htmlColor {
    margin-left: 20px
}

.htmlColor div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.htmlColor .titleColor {
    line-height: 2;
    color: #0eb2fb;
    letter-spacing: 2px;
    margin-right: 0
}

.htmlColor [class*=color] {
    position: relative;
    color: #fff;
    margin: 0 0 0 30px
}

.htmlColor [class*=color]:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -23px;
    border-radius: 50%;
    color: #fff;
    width: 17px;
    height: 17px
}

.htmlColor .color1:before {
    background: transparent;
    border: 1px solid #fff
}

.htmlColor .color2:before {
    background: #fff;
    border: 1px solid transparent
}

@media only screen and (min-width:1001px) {
    .aside .aside_bars {
        display: none
    }
}

.float_box {
    position: fixed;
    top: 20%;
    z-index: 5;
    right: 0;
    font-size: 0;
    transition: all 1s
}

.float_box i {
    font-size: 30px
}

.float_box .collapse i {
    padding: 0 0 0 6px
}

.float_box.active {
    right: -147px;
    transition: all 1s
}

.float_box.active .collapse i {
    transform: rotate(3.14159rad)
}

.float_box>button {
    border: 0;
    border-radius: 100px 0 0 100px;
    padding: 6px 0;
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    overflow: hidden;
    width: 25px
}

.float_box .fl_row {
    justify-content: flex-end;
    width: 146px
}

.float_box .fl_items,
.float_box .fl_row {
    display: flex;
    flex-flow: row wrap;
    margin: 6px 0 0 6px
}

.float_box .fl_items {
    position: relative;
    background: var(--main-color);
    padding: 0 6px;
    transition: all .5s;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px
}

.float_box .fl_items .flico {
    width: 28px;
    height: 28px;
    margin: 7px auto;
    display: inline-block;
    align-items: center;
    justify-content: center
}

.float_box .fl_items .flico img {
    width: 100%
}

.float_box .fl_items .flico i {
    font-size: 28px;
    color: #fff
}

.float_box .fl_items p {
    font-size: 13px;
    color: #fff;
    margin: 0 0 6px;
    width: 100%
}

.float_box .fl_items .flKF_Link .Link_Bx,
.float_box .fl_items .flQQ_Link .Link_Bx {
    position: absolute;
    top: 0;
    left: 0
}

.float_box .fl_items .flKF_Link .Link_Bx {
    height: auto;
    background: #636363;
    width: 130px;
    text-align: center;
    margin: 0 0 0 -130px;
    display: none;
    padding: 16px 10px;
    border-radius: 6px
}

.float_box .fl_items .flKF_Link button {
    margin: 4px 0;
    font-size: 13px;
    padding: 12px 0;
    background: var(--main-color);
    border-radius: 5px
}

.float_box .fl_items .flKF_Link .Link_Bx .qq {
    margin: 7px 0;
    font-size: 13px;
    padding: 12px 5px;
    background: var(--main-color);
    border-radius: 5px;
    text-align: left
}

.float_box .fl_items .flKF_Link .Link_Bx .qq:hover,
.float_box .fl_items .flKF_Link button:hover {
    background: var(--main-color)
}

.float_box .fl_items.station .flico i {
    margin: -9px 0 0 -12px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    color: #fb1900;
    font-size: 15px
}

.float_box .fl_items .flQQ_Link .Link_Bx {
    height: 66px;
    background: #636363;
    width: 170px;
    font-size: 16px;
    text-align: center;
    line-height: 66px;
    margin: 0 0 0 -175px;
    color: #fff;
    display: none;
    border-radius: 6px
}

.float_box .fl_items .flQR_Link .Link_Bx {
    height: 130px;
    background: #636363;
    width: 130px;
    text-align: center;
    margin: 0 0 0 -130px;
    display: none;
    padding: 10px;
    position: relative;
    border-radius: 6px
}

.float_box .fl_items .flQR_Link .Link_Bx img {
    width: 100%;
    height: 100%
}

.float_box #station i {
    margin: -4px 0 0 21px;
    background: #fff;
    border-radius: 50%;
    color: #fb1900;
    font-size: 16px;
    padding: 1px;
    position: absolute
}

@media only screen and (max-width:1000px) {
    .float_box {
        display: none
    }
}

@media only screen and (min-width:1001px) {
    .float_box .fl_items:hover {
        background: var(--main-color-h);
    }

    .float_box .fl_items:hover .flKF_Link .Link_Bx {
        display: block;
        z-index: 1
    }

    .float_box .fl_items:hover .flQR_Link .Link_Bx {
        position: absolute;
        top: 0;
        left: 0
    }

    .float_box .fl_items:hover .flQQ_Link .Link_Bx {
        display: block
    }

    .float_box .fl_items:hover .flQR_Link .Link_Bx {
        display: block;
        z-index: 1
    }
}

.goback {
    width: 46px;
    height: 46px;
    background: hsla(0, 0%, 43.5%, .7);
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 56px;
    text-align: center;
    border-radius: 50%;
    z-index: 5;
    right: 5px;
    cursor: pointer
}

.goback i {
    font-size: 17px;
    margin: 6px 0 2px
}

.goback p {
    font-size: 12px;
    transform: scale(.8);
    letter-spacing: 1px
}

@media only screen and (min-width:1001px) {
    .goback {
        display: none
    }
}

.footer_bg {
    position: relative ;
    margin-top: 55px;
}

.pc_ft {
    background: #efefef;
    width: 100%;
    height: auto;
    padding: 15px 0
}

.pc_ft .ft {
    display: flex;
    flex-direction: column;
}

.pc_ft .ft .item {
    width: 33.33333%;
    color: #8a8a8a
}

.pc_ft .ft .item h2 {
    color: var(--main-color);
    font-size: 17px;
    line-height: 32px;
    margin: 0 0 8px;
    text-align: center;
}

.pc_ft .ft .item h2 b {
    margin: 0 10px;
    width: 2px;
    background: var(--main-color);
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

.pc_ft .ft .item .b1 {
    margin: 10px auto;
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pc_ft .ft .item .b1 li {
    padding: 10px;
    height: 70px;
    box-sizing: border-box;
}

.pc_ft .ft .item .b1 li img {
    height: 100%;
}

.pc_ft .ft .item .b2 li {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 20px
}

.pc_ft .ft .item .b2 li .bx {
    margin: 5px 30px;
    cursor: pointer
}

.pc_ft .ft .item .b2 li .bx img {
    vertical-align: middle;
    margin: 0 6px 0 0
}

.pc_ft .ft .item .b2 li .bx span {
    vertical-align: middle;
    line-height: 40px
}

.pc_ft .ft .item .b3 {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.pc_ft .ft .item .b3 li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_ft .ft .item .b3 li .btm {
    margin: 10px 0 0
}

.pc_ft .ft .item .b3 li .btm h3 {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 57px;
    border-radius: 50%;
    color: #f6b920;
    font-size: 28px;
    margin: 0 0 8px;
    border: 4px solid #e1c08b
}

.pc_ft .ft .item .b3 li .btm p {
    color: #8a8a8a;
    font-size: 12px;
    text-align: center
}

.pc_ft .ft .item .b3 li .btm p.p2 {
    padding-left: 25px;
    vertical-align: middle;
    font-size: 13px;
    color: #999;
    line-height: 24px;
    text-align: left;
    margin: 10px 0 0
}

.pc_ft .ft .item .b3 li img {
    margin: 0 0 40px
}

.Copyright {
    background: linear-gradient(90deg, #ff6060, #7b0100);
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 74px;
    font-size: 15px
}
@media only screen and (min-width:1001px) {
    .Copyright a:hover{
        color: var(--main-color-h);
    }
}

@media only screen and (max-width:1000px) {

    .Copyright,
    .pc_ft {
        display: none
    }
}

@media only screen and (min-width:1001px) {
    .pc_ft .ft .item .b2 li .bx:hover {
        opacity: .8
    }
}

::scrollbar {
    width: 3px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px
}

::-webkit-scrollbar {
    width: 3px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px
}

::scrollbar-track {
    border-radius: 10px;
    background: hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

::scrollbar-thumb {
    background: hsla(0, 0%, 100%, .2);
    width: 3px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .5);
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .5)
}

::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .2);
    width: 3px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .5);
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .5)
}

::scrollbar-thumb:window-inactive {
    background: hsla(0, 0%, 100%, .2);
    width: 3px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .2);
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .2)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: hsla(0, 0%, 100%, .2);
    width: 3px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .2);
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 47.1%, .2)
}

#ex_ios {
    display: none;
    top: 0;
    position: fixed;
    text-align: center;
    background-color: rgba(37, 37, 37, .94);
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow-y: scroll
}

#ex_ios.block {
    display: inline-block
}

#ex_ios .pop {
    background: #33647b;
    width: 90%;
    margin: 5% auto 0;
    border-radius: 8px;
    padding: 20px;
    text-align: left
}

#ex_ios .pop p {
    font-size: 14px;
    line-height: 28px;
    color: #e6e6e6
}

#ex_ios .pop p span {
    color: #3ee3ff
}

#ex_ios .pop img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0
}

#ex_ios .pop button {
    background: #34ab98;
    font-size: 15px;
    margin: 20px 0 0
}

@media only screen and (max-width:360px) {
    .htmlColor .title {
        display: none
    }

    .htmlColor div {
        margin: 14px 2px
    }
}

aside .fl_items .fa-wifi:before {
    font-size: 28px
}

.footer_bg .newbie_icon:before {
    content: "\F059"
}

.footer_bg .el-footer {
    text-align: left;
    background: #585858;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 0 0 calc(38px + env(safe-area-inset-bottom))
}

.footer_bg .el-footer .el-col {
    width: 16.66667%;
    text-align: center;
    padding: 6px 0 0;
    cursor: pointer
}

.footer_bg .el-footer .el-col.active,
.footer_bg .el-footer .router-link-exact-active .el-col {
    color: var(--main-color);
}

.footer_bg .el-footer .el-col p {
    font-size: 13px;
    margin: 5px 0 0
}

.footer_bg .el-footer .el-col i {
    font-size: 26px
}

.footer_bg .el-footer .el-col i.remind_ico {
    font-size: 12px;
    color: red;
    position: absolute;
    margin: -3px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    transform: scale(.85)
}

.footer_bg .el-footer .more {
    bottom: 50px;
    right: 0;
    width: 30%;
    background: #254352;
    padding: 6px 10px;
    position: fixed;
    z-index: 6;
    display: none
}

.footer_bg .el-footer .more.active {
    display: block
}

.footer_bg .el-footer .more li {
    font-size: 13px;
    color: #fff;
    line-height: 32px
}

.footer_bg .el-footer .more li i {
    float: right;
    font-size: 15px;
    line-height: 32px;
    color: var(--main-color);
}

.footer_bg .moreShow .el-dialog {
    border-radius: 15px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%)
}

.footer_bg .moreShow .el-dialog .el-dialog__header {
    background: var(--main-color);
    text-align: center
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li a span i,
.footer_bg .moreShow .el-dialog .el-dialog__header .el-dialog__headerbtn i,
.footer_bg .moreShow .el-dialog .el-dialog__header .el-dialog__title {
    color: #fff
}

.footer_bg .moreShow .el-dialog .el-dialog__header .el-dialog__headerbtn {
    margin: 8px
}

.footer_bg .moreShow .el-dialog .el-dialog__body {
    padding: 0
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -1px 0 0 -1px;
    background: #ddd
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li {
    width: calc(33.33333% - 1px);
    margin: 1px 0 0 1px
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li a {
    display: block;
    text-align: center;
    padding: 18px 0;
    background: #fff
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li a span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li a span i {
    font-size: 40px;
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li a span img {
    max-width: 38px
}

.footer_bg .moreShow .el-dialog .el-dialog__body ul li a h3 {
    color: #888;
    margin-top: 12px
}

@media only screen and (max-width:360px) {
    .footer_bg .el-footer .el-col p {
        font-size: 12px
    }
}

@media only screen and (min-width:1001px) {
    .footer_bg .el-footer {
        display: none
    }
}

.adLink {
    position: fixed;
    left: 1em;
    bottom: 2em;
    z-index: 2;
    width: 1vw;
    display: block;
    width: 13vw;
    max-width: 210px
}

.adLink a {
    transition: all .5s;
    display: block
}

.adLink img {
    max-width: 100%;
    height: auto
}

.adLink button {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.adLink button i {
    line-height: .8
}

@media only screen and (max-width:1000px) {
    .adLink {
        display: none
    }
}

.marquee-text-wrap {
    overflow: hidden
}

.marquee-text-content {
    width: 100000px
}

.marquee-text-text {
    -webkit-animation-name: marquee-text-animation;
    animation-name: marquee-text-animation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    float: left
}

.marquee-text-paused .marquee-text-text {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes marquee-text-animation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes marquee-text-animation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.pagination {
    margin: 10px 0;
    text-align: center;
}

.pagination li {
    background: #c7c7c7;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 5px 5px 0;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

.pagination li.active {
    background: var(--main-color);
    color: #fff;
}

.BankCard_select .el-tabs__item {
    font-weight: 900;
    background: #e8e8e8;
    color: #333333;
}

.BankCard_select .activeBC {
    font-weight: 900;
    background: #91c6de;
    color: #333333;
}

.BankCard_select .el-tabs__item:hover {
    font-weight: 900;
    background: #91c6de;
    color: #333333;
}

.loader_purse .lds-loader_purse {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto;
}

.loader_purse .lds-loader_purse:after {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #f1961e;
    border-color: #f1961e transparent #f1961e transparent;
    animation: lds-loader_purse 1.2s linear infinite;
}

@keyframes lds-loader_purse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fast_but_ .active {
    background-color: var(--main-color);;
    color: #fff;
}

.promo_d_ {
    width: calc(33% - 10px);
    margin: 5px;
}

.promo_d_ .pro_item {
    width: 100%;
    height: 100%;
}

.errWarning > .error{
    color: #fb1900;
}
@media (max-width: 1000px) {
    .promo_d_ {
        width: calc(100% - 10px);
        margin: 5px;
    }
}
.promoNewsBoxText{
    overflow: auto;
}
.promoNewsBoxText div p,
.promoNewsBoxText div h1,
.promoNewsBoxText div h2,
.promoNewsBoxText div h3,
.promoNewsBoxText div h4,
.promoNewsBoxText div h5{
    margin: revert;
    padding: revert;
}
.promoNewsBoxText div ol{
    margin: revert;
    padding: revert;
}
.promoNewsBoxText div ul{
    margin: revert;
    padding: revert;
    list-style: disc;
}
.promoNewsBoxText img{
    width: 100%;
}
.p_content .p_backOut{
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    color: var(--main-color);
}
@media (min-width: 1001px) {
    .p_content .p_backOut:hover{
        color: var(--main-color-h);
    }
}
@media (max-width: 600px) {
    .p_content .p_backOut{
        font-size: 1.2rem;
    }
}
.marquee_outbox {
    margin-top: 150px;
}
@media (max-width: 1000px) {
    .marquee_outbox {
        margin-top: 36px;
    }
}
.input_text {
    padding: 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #dcdfe6;
    resize: none;
    outline: none;
    box-sizing: border-box;
}
.input_text:focus {
    border: 1px solid var(--main-color);
}
.new_replied{
    display: block;
    margin: 0 5px;
    width: 60px;
    text-align: center;
    border: 1px solid var(--main-color);;
    color: var(--main-color);;
    border-radius: 5px;
}
.new_unreplied{
    display: block;
    margin: 0 5px;
    width: 60px;
    text-align: center;
    background: var(--main-color);;
    color: #fff;
    border-radius: 5px;
}
.new_read{
    display: block;
    margin: 0 5px;
    width: 50px;
    text-align: center;
    border: 1px solid #f19b1b;
    color: #f19b1b;
    border-radius: 5px;
}
.new_unread{
    display: block;
    margin: 0 5px;
    width: 50px;
    text-align: center;
    background: #f19b1b;
    color: #fff;
    border-radius: 5px;
}
.ibacc{
    display: inline-block;
    background: #fff;
    color: var(--main-color);
    margin-left: 10px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}
@media (max-width: 1000px) {
    .ibacc{
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
}
.record_nav{
    display: flex;
    flex-wrap: wrap;
}
.record_nav > div{
    margin: 0 8px 8px 0;
}
.table_record .rnote{
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
}

.conditions-block{
    margin-bottom: 22px;
}
.conditions-block #conditions{
    height: 20px;
}
.conditions-block .conditions-text{
    font-size: 15px; 
    line-height: 22px;
}
.conditions-block .conditions-text a{
    color: var(--main-color);
}
@media (min-width: 1001px) {
    .table_record .rnote:hover {
        background: var(--main-color-h);
    }
    .conditions-block .conditions-text a:hover{
        color: var(--main-color-h);
    }
}
.ph-balance, .ph-header-balance{
    display: none;  
}
@media (max-width: 1000px) {

    .el-tabs__nav{
        left: 50%;
        transform: translateX(-50%);
    }
    .ph-btn-style{
        text-align: center;
    }
    .ph-balance{
        display: block;
        font-size: 1.2em;
        color: #666;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .ph-header-balance{
        display: block;
        position: absolute;
        top: 11px;
        right: 0;
        font-size: 16px;
        color: #fff;
    }
}
@media (max-width: 665px) {
    .el-tabs__nav-scroll{
        margin: 0 auto;
        /* width: 322px; */
    }
}
/* header_aside */
.header_aside {
    position: fixed;
    z-index: 3;
    top: 60px;
    left: 0;
    width: 100%;
}
.header_aside > div{
    background: #fff;
}
.header_aside .aside_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1400px;
    height: 90px;
}
.header_aside .aside_logo {
    display: flex;
    align-items: center;
    height: 100%;
    background: #fff;
}
.header_aside .logo {
    margin: 0 10px;
    width: 180px;
    height: 65px;
    background: url(../images/logo-r.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}
.header_aside .aside_nav {
    display: flex;
    width: calc(50% - 100px);
    height: 100%;
}
.header_aside .aside_nav > div {
    flex: 1;
    text-align: center;
    background: #fff;
}
.header_aside .aside_nav > div > a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.header_aside .aside_nav > div > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 4px;
    background: var(--main-color);
    transition: 0.3s;
}
.header_aside .aside_nav > div > a:hover:before {
    width: 50%;
}
.header_aside .aside_nav > div .aside_game {
    position: absolute;
    top: -210px;
    left: 0;
    z-index: -1;
    width: 100%;
    background: #eee;
    transition: 0.4s;
    box-shadow: 0 1px 5px #aaa;
}
.header_aside .aside_nav > div:hover .aside_game {
    top: 90px;
}

.header_aside .aside_nav > div.gameitem_wrap .aside_game {
    top: -500px;
}

.header_aside .aside_nav > div.gameitem_wrap:hover .aside_game {
    top: 90px;
}

div.gameitem_wrap > .aside_game > div > div{
    flex: revert;
    width: 100%;
    flex-basis: 20%;
}

div.gameitem_wrap > .aside_game > div {
    flex-wrap: wrap;
}

.aside_game > div {
    display: flex;
    margin: 0 auto;
    width: 1400px;
}
.aside_game > div > div{
    flex: 1;
    transition: 0.3s;
}
.aside_game > div > div:hover{
    background: #fff;
}
.aside_game a{
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.aside_game a img{
    width: 190px;
}

.header_aside .aside_nav i{
    margin-bottom: 5px;
    font-size: 36px;
    color: var(--main-color);
}
.header_aside .aside_nav p{
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
}
.header_aside .aside_nav p span{
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-transform:uppercase;
    white-space: nowrap;
    font-size: 12px;
}
@media only screen and (max-width:1410px) {
    .header_aside .aside_block {
        width: 95%;
    }
    .header_aside .logo {
        width: 140px;
    }
    .header_aside .aside_nav {
        width: calc(50% - 80px);
    }
    .aside_game > div {
        width: 95%;
    }
}
@media only screen and (max-width:1000px) {
    .header_aside {
        display: none;
    }
}