:root {
    --color1: #111e2f;
    --color2: hsl(214, 47%, 6%);
}

/*  var(--color1); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font: 14px/1.6 "Microsoft Yahei";
    /* color: #fff; */
    overflow-x: hidden;
    background: var(--color2) url(../images/bg.png) no-repeat center top;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    height: 1%;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

* + html .clearfix {
    zoom: 1;
}

/* IE7 */

.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

img {
    vertical-align: top;
}

/*---------------index--------------*/

#container {
    margin: 0 auto;
    max-width: 1920px;
}

/*header*/
#header {
    padding: 10px 0;
    position: fixed;
    height: 120px;
    background: var(--color1);
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #01a3fb;
    /*box-shadow:0px 5px 6px #dfefff;*/
    width: 100%;
    top: 0;
    z-index: 9999;
}
#header .hBox {
    width: 1200px;
    height: 120px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
}
#header .logo {
    float: left;
    /* margin: 0 150px 0 0; */
}
#header .logo a {
    position: relative;
    width: 254px;
    height: 70px;
    display: block;
}
#header .logo a img {
    max-width: 254px;
    max-height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*menu項目*/

#gNavi {
    margin: 16px 0 0 0;
    float: right;
}

#gNavi li {
    margin-left: 30px;
    /* width: 110px; */
    float: left;
}

#gNavi li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

#gNavi li a img {
    display: inline-block;
    margin-right: 4px;
    line-height: 40px;
    vertical-align: middle;
    width: 18px;
    height: auto;
}

#gNavi li .iconfont {
    display: inline-block;
    margin-right: 4px;
    font-size: 1.25rem;
    color: #f1d05f;
    vertical-align: -3px;
}

#gNavi li a span {
    display: inline-block;
    vertical-align: middle;
}

#gNavi li a:hover,
#gNavi li.on a {
    color: #f1d05f;
}

#main {
    margin: 0 auto;
    padding: 285px 0 39px;
    width: 1200px;
    margin-top: 120px;
}

#main .banner {
    /* display:none; */
    margin: 0 auto 35px;
    text-align: center;
    min-height: 250px;
}

#main .banner .bowl {
    margin-bottom: 4px;
    padding-top: 36px;
    box-sizing: border-box;
}

#main .banner .bowl .img {
    margin-top: 130px;
}

#main .banner .date {
    margin-bottom: 4px;
    padding-top: 36px;
    box-sizing: border-box;
    position: absolute;
    top: 440px;
    left: 42.5%;
}

#main .banner .date .img {
    margin-top: 130px;
}

#main .banner .date p {
    height: 95px;
    color: #fce9a5;
    font-size: 30px;
    line-height: 1.4;
    background-image: url(../images/bg02.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#main .banner .date p span {
    width: 72px;
    height: 67px;
    padding: 0 2px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

#main .banner .date p span i {
    color: #fffc00;
    display: block;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

#main .banner .input {
    margin: 0 auto 0;
    margin-top: -92px;
    width: 684px;
    height: 87px;
    background: url("../Images/member-input.png") no-repeat;
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding-top: 33px;
}

#main .banner .input input {
    margin: 0;
    padding-left: 115px;
    padding-right: 150px;
    width: 450px;
    height: 50px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 100px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    /*border: 2px solid #E52036;
    border-radius: 40px;*/
}

#main .banner .input input::-webkit-input-placeholder {
    color: #fff;
}

#main .banner .input input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#main .banner .input input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#main .banner .input .submit {
    display: block;
    position: absolute;
    top: 37px;
    right: 96px;
}

#main .tabNavi {
    margin: 0 0 30px 0px;
    padding: 0 120px;
}

#main .tabNavi li {
    margin: 0 0 0 22px;
    float: left;
}

#main .tabNavi li img {
    display: block;
    margin: auto;
    padding-top: 25px;
}

#main .tabNavi li a {
    display: block;
    width: 290px;
    height: 87px;
    background: url(../images/btn_bg01.png) no-repeat;
}

#main .tabNavi li.on a,
#main .tabNavi li a:hover {
    background-image: url(../images/btn_bg02.png);
}

#main .tabPanel {
    margin-bottom: 10px;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    background-color: var(--color1);
    border-radius: 10px;

    /* box-shadow: 5px 5px 5px #ecf5fd, -5px -5px 5px #ecf5fd; */
}

#main .tabPanel p {
    color: #cce2ff;
    font-size: 14px;
    line-height: 2.6;
}

/*
#footer {
    overflow: hidden;
    background: #730007;
}

#footer p {
    color: #efafa2;
    font-size: 14px;
    line-height: 52px;
    text-align: center;
}
*/

/* footer */
#page-footer {
    /* background: #374149; */
}

#page-footer .zone {
    border-top: 1px solid #1c2839;
    border-bottom: 1px solid #1c2839;
    padding: 28px 0;
}

#page-footer .row {
    width: 100%;
}

#page-footer .row ul {
    display: inline-flex;
    width: 100%;
}

#page-footer .row li {
    text-align: center;
}

#page-footer .row1 li {
    margin-right: 8px;
}

#page-footer .row1 .box {
    float: left;
}

#page-footer .row1 .box p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

#page-footer .row2 {
    margin-top: 24px;
}

#page-footer .row2 ul {
    justify-content: space-between;
}

#page-footer .row2 li {
    position: relative;
}

#page-footer .row2 li p {
    color: #8495ab;
    font-size: 14px;
    white-space: nowrap;
    margin-top: 12px;
}

#page-footer .row2 li.lic:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}

#page-footer .row2 li.lic1:hover::before {
    background: url(../images/f_img19_over.png) no-repeat center top;
    width: 40px;
    height: 43px;
    margin-left: -20px;
}

#page-footer .row2 li.lic2:hover::before {
    background: url(../images/f_img20_over.png) no-repeat center top;
    width: 154px;
    height: 43px;
    margin-left: -77px;
}

#page-footer .row2 li.lic3:hover::before {
    background: url(../images/f_img21_over.png) no-repeat center top;
    width: 37px;
    height: 43px;
    margin-left: -18.5px;
}

#page-footer .row2 li.lic4:hover::before {
    background: url(../images/f_img22_over.png) no-repeat center top;
    width: 41px;
    height: 43px;
    margin-left: -20.5px;
}

#page-footer .row2 li.lic5:hover::before {
    background: url(../images/f_img23_over.png) no-repeat center top;
    width: 137px;
    height: 43px;
    margin-left: -68.5px;
}

#page-footer .row2 li.lic6:hover::before {
    background: url(../images/f_img24_over.png) no-repeat center top;
    width: 169px;
    height: 43px;
    margin-left: -84.5px;
}
#page-footer .row3 {
    text-align: center;
    padding: 16px 0;
}

#page-footer .row3 p {
    font-size: 13px;
    color: #8495ab;
}

.footer-bottom {
    margin: 0 auto;
    width: 1200px;
    height: 40px;
}
.limited {
    width: 1200px;
    margin: 0 auto;
}
.copyright,
.footer-info {
    color: #959fa7;
    font-size: 14px;
    text-align: center;
}

.copyright {
    margin-top: 21px;
}

.footer-info {
    margin: 22px 0 20px;
}
/* footer end */

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.popBox {
    margin-left: -244px;
    width: 488px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.popBox.show {
    visibility: visible;
    opacity: 1;
}

.popBox .card {
    margin-bottom: 31px;
    padding: 27px 33px 0;
    width: 488px;
    height: 215px;
    box-sizing: border-box;
    background: url(../images/pop_bg.png) no-repeat;
}

.popBox p {
    margin: 0 auto 20px;
    width: 382px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #ae000a;
}

.popBox p span {
    color: #fffc00;
}

.popBox .close {
    text-align: center;
}

/* Scratch */

.scratch_container {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
}

.scratch_viewport {
    position: relative;
    max-width: 422px;
    max-height: 162px;
    margin: 0 auto;
    z-index: 0;
}

.scratch_picture-under {
    /* font-family:DFKai-sb; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: -1;
    color: #cc0000;
    font-size: 50px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 422px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
}

.scratch_container canvas {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.white_content {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 589px;
    height: 391px;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: -295px;
}
.white_content2 {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 600px;
    height: 445px;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: -290px;
}

.cxbox {
    width: 589px;
    height: 391px;
    margin: 0 auto;
    background: url(../images/bjcx.png) no-repeat;
}

.cxbox_bt {
    height: 36px;
    line-height: 36px;
}

.cxbox_bt p {
    font-size: 17px;
    color: #f1f3b3;
    float: left;
    padding-left: 15px;
}

.cxbox_bt a {
    font-size: 17px;
    margin-right: 20px;
    float: right;
}

.cxbox_hy {
    height: 80px;
    padding: 30px 0 0 90px;
}

.cxbox_hy p {
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    line-height: 32px;
}

.cxbox_hy input {
    border: 1px solid #cf2204;
    height: 30px;
    line-height: 30px;
    width: 220px;
    background: #750606;
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    font-family: Arial, "微软雅黑";
    padding-left: 10px;
}

.cxbox_hy a {
    background: url(../images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #750303;
}

.cxbox_bd table {
    margin: 0 auto;
    border-bottom: 1px solid #cf2204;
    border-left: 1px solid #cf2204;
}

.cxbox_bd table tr td {
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-family: Arial, "微软雅黑";
    border: 1px solid #cf2204;
    border-bottom: 0px;
    border-left: 0px;
}

.cxbox_bd table tr.ad {
    background: #750303;
    color: rgb(255, 241, 91);
    /*color: #ffeeda;*/
}

.bonusbox {
    width: 482px;
    height: 445px;
    margin: 0 auto;
    background: url(../images/pop-up.png) no-repeat;
}

.bonusbox_bt {
    height: 36px;
    line-height: 36px;
}

.bonusbox_bt a {
    float: right;
}

.bonusbox_bt img {
    position: absolute;
    margin: 12px 0px 0px -45px;
}

.bonusbox_hy {
    font-size: 39px;
    color: #ffeeda;
    text-align: center;
    /*margin-top: -20px;
    line-height: 50px;*/
    letter-spacing: 2px;
    padding-top: 70px;
    padding-left: 10px;
}

.bonusbox_hy a {
    background: url(../images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #750303;
}

.bonusbox_bd {
    margin: auto;
    margin-top: 46px;
    color: #fff15b;
    font-size: 65px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    text-shadow: 0px 5px 1px #7a0307ad;
}

.bonusbox_bd img {
    padding: 14px 9px 0 0px;
}

#query_content {
    color: #ffeeda;
    background-color: rgb(140, 0, 0);
}

#fade,#fade2 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    opacity: 0.6;
    background: #000;
    z-index: 1000;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: rgb(255, 230, 129) !important;
}

.layui-laypage .layui-laypage-curr em {
    color: black !important;
}

.layui-laypage a,
.layui-laypage span {
    background-color: rgba(255, 255, 255, 0) !important;
    color: white !important;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: 1px solid rgb(255, 230, 129) !important;
}

[v-cloak] {
    display: none;
}

.input :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffeeda !important;
    opacity: 0.8;
}
.input ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffeeda !important;
    opacity: 0.8;
}
.input input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ffeeda !important;
    opacity: 0.8;
}
.input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ffeeda !important;
    opacity: 0.8;
}

.pattern-left {
    float: left;
    padding-top: 868px;
    width: 15vw;
    margin-right: -200px;
    z-index: -1;
}

.pattern-right {
    float: right;
    padding-top: 868px;
    width: 15vw;
    margin-left: -200px;
    z-index: -1;
}

/* table */
.table img {
    padding: 10px 0;
}

.rule {
    text-align: center;
    padding: 0 10px;
}

/* CSS menu */
#cssmenu {
    position: fixed;
    padding: 0;
    margin-top: 4%;
    border: 0;
    right: 0;
    top: 125px;
    z-index: 99999;
}

#cssmenu ul,
#cssmenu li {
    list-style: none;
}

.cssmenu-menu {
    position: relative;
}

.cssmenu-menu i {
    display: block;
}

/*.cssmenu-item {
    position: relative;
}

.cssmenu-item a {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cssmenu-item .cssmenu-icon {
    margin-right: 1em;
}

.cssmenu-menu i {
    display: block;
}*/

/*側邊懸浮*/

aside.services {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 3;
}
aside.services > ul {
    display: block;
}
aside.services > ul > li {
    position: relative;
    width: 77px;
    height: 86px;
    cursor: pointer;
    background: no-repeat center top;
}
aside.services > ul > li + li {
    margin-top: 5px;
}
aside.services > ul > li:hover {
    background-position-y: bottom;
}

aside.services > ul > li > a {
    display: block;
    height: 100%;
}

aside.service-right {
    right: 0;
}
aside.service-right li.float_home {
    background-image: url(../images/float_home.png);
}

aside.service-right li.float-service {
    background-image: url(../images/float_service.png);
}

aside.service-right li.float_download {
    background-image: url(../images/float_download.png);
}

aside.service-right li.float_browser {
    background-image: url(../images/float_browser.png);
}

aside.service-right li.float_share {
    background-image: url(../images/float_share.png);
}

/* 隱藏滾動條 */
html {
    /*overflow: -moz-hidden-unscrollable;*/
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    /*width: calc(100vw + 18px);*/
    overflow: auto;
}

th,
td {
    border: 1px solid #223a59;
}
