@charset "UTF-8";

.header .header-content .menus .menu-item,
.banner .banner-content .auth-box .login-title {
    font-size: 16px;
    color: black;
}

.banner .banner-content .auth-box .input-group .input-line input::placeholder,
.banner .banner-content .auth-box .input-group .input-line-code input::placeholder,
.banner .banner-content .auth-box .input-group .input-line input,
.banner .banner-content .auth-box .input-group .input-line-code input,
.search input::placeholder,
.search input {
    font-size: 12px;
    color: #4A4A4A;
}

.header .header-content .menus .menu-item,
footer .footer-tab .item,
.banner .banner-content .auth-box .auth-footer .item,
.banner .banner-content .auth-box .sub-button,
.search .search-button,
.page-pagination,
.page-pagination .pre,
.page-pagination .number,
.page-pagination .next,
.page-pagination li {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

img {
    display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

button {
    border: 0;
    outline: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    outline: none;
}

input::placeholder {
    color: #AEAEAE !important;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

a {
    color: black;
    text-decoration: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Microsoft Yahei", SimSun, Arial, "宋体", sans-serif;
    background-repeat: no-repeat;
}

.cursor {
    cursor: pointer;
}

html,
body {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color: #e8e8e8;
    overflow-x: hidden;
}

.wrap {
    /* height: 100%; */
    width: 100%;
    position: relative;
}

.content-wrap {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 76px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 3px 0px rgba(82, 87, 93, 0.2);
    position: relative;
    z-index: 10;
}

.header .header-content {
    height: 100%;
    width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
}

.header .header-content .logo {
    position: relative;
    height: 100%;
    width: 256px;
    background-image: url("../images/logo.png");
    background-position: 0 0;
}

.header .header-content .menus {
    height: 77%;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 40px;
    align-content: center;
    -webkit-align-items: center;
}

.header .header-content .menus .menu-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 100%;
    width: auto;
    position: relative;
    padding: 0 16px;
}

.header .header-content .menus .menu-item span {
    position: absolute;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    height: 3px;
    width: calc(100% - 8px);
    transition: all 0.4s;
    background-color: #0B84FF;
}

.header .header-content .menus .active,
.header .header-content .menus .menu-item:hover {
    color: #0B84FF;
}

.header .header-content .menus .active span,
.header .header-content .menus .menu-item:hover span {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.normal-box {
    border-radius: 6px;
    background-color: white;
    overflow: hidden;
    padding: 20px;
}

.normal-title {
    font-size: 24px;
    color: #4a4a4a;
    text-indent: 12px;
    line-height: 24px;
}

.normal-title::before {
    content: "";
    height: 24px;
    width: 6px;
    position: absolute;
    left: 20px;
    background-color: #0B84FF;
    display: inline-block;
}

.spec-title::before {
    content: "";
    height: 24px;
    width: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FF720B;
    display: inline-block;
}

.tag {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    z-index: 13;
    left: -24px;
    top: -24px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    background-color: black;
    font-size: 10px;
    color: white;
    text-align: center;
}

footer {
    height: 278px;
    width: 100%;
    background-color: #191919;
    position: relative;
    margin-top: 32px;
}

footer .safe-pic1,
footer .safe-pic2,
footer .safe-pic3 {
    height: 60px;
    width: 146px;
    position: absolute;
    top: 12px;
}

footer .safe-pic2 {
    right: 196px;
    background-image: url("../images/f2.png");
}

footer .safe-pic3 {
    right: 47px;
    background-image: url("../images/f3.png");
}

footer .safe-pic1 {
    right: 346px;
    background-image: url("../images/f1.png");
}

footer .pre {
    height: 170px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}

footer p {
    font-size: 14px;
    color: #4a4a4a;
    text-indent: 40px;
}

footer p a {
    color: #4a4a4a;
}

footer p:nth-of-type(1) {
    font-size: 16px;
}

footer .footer-tab-wrap {
    height: auto;
    width: 100%;
    background-color: #0d0d0d;
}

footer .footer-tab {
    height: 64px;
    width: 1280px;
    background-color: #0d0d0d;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 20px;
}

footer .footer-tab .item {
    height: 64px;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    cursor: pointer;
    padding: 0 23px;
    font-size: 18px;
    color: #efefef;
}

.slogan {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 10px;
    font-size: 10px;
    line-height: 30px;
    text-align: left;
    background-color: black;
    opacity: 0.7;
    color: white;
}

.card:hover .slogan {
    opacity: 0;
}

.card:hover .name {
    color: white;
}

.card:hover .slo {
    color: white !important;
}

.card:hover .pop {
    opacity: 1;
}

.card {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.card img {
    height: 100%;
    width: 100%;
    z-index: 11;
}

.card .pop {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
    opacity: 0;
}

.card .qrcode {
    /*background-image: url("../images/qrcodedemo.png");*/
    background-size: 100%;
    background-position: center;
}

.huanyihuan {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    z-index: 1 !important;
    font-size: 14px;
    color: #4a4a4a;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.huanyihuan .icon {
    height: 16px;
    width: 18px;
    margin-left: 8px;
    background-image: url("../images/spirit.png");
    background-position: -382px -112px;
}

.huanyihuan:hover {
    color: #0B84FF;
}

.huanyihuan:hover .icon {
    background-image: url("../images/hyh.png");
    background-position: center;
    background-size: 100%;
}

.game-qr-pop {
    height: 176px;
    width: 134px;
    position: absolute;
    top: -120px;
    left: -150px;
    border-radius: 8px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
}

.game-qr-pop .game-qr-pop-pic {
    height: 96px;
    width: 96px;
    margin-top: 14px;
    margin-bottom: 8px;
    background-color: gray;

    background-size: 100%;
}

.game-qr-pop .game-qr-pop-name {
    font-size: 16px;
    color: white;
    margin-bottom: 8px;
}

.game-qr-pop .game-qr-pop-size {
    font-size: 12px;
    color: white;
}

.game-qr-pop .traingle {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 125px;
    right: 0;
    -webkit-transform: translateX(50%) rotate(45deg);
    -moz-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    -o-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
    border: 7.5px rgba(0, 0, 0, 0.75) solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.banner {
    height: auto;
    width: 100%;
    height: 800px;
    position: absolute;
    left: 0;
    top: 76px;
    overflow: hidden;
}

.banner .banner-bg {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper-container {
    height: auto;
    width: 100%;
    position: relative;
}

.banner .swiper-container .swiper-wrapper {
    height: auto;
    width: 100%;
    position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    width: 100%;
    position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
}

.banner .banner-content {
    height: 100%;
    width: 1280px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.banner .banner-content .auth-box {
    height: auto;
    width: 256px;
    position: absolute;
    top: 12px;
    right: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 3px 4px 0px rgba(82, 87, 93, 0.17);
    padding-top: 18px;
}

.banner .banner-content .auth-box .back {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
}

.banner .banner-content .auth-box .auth-footer {
    height: 42px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 20px;
    background-color: #f4f4f4;
    margin-top: 10px;
}

.banner .banner-content .auth-box .auth-footer .item:nth-child(1) .icon {
    background-position: -375px -68px;
}

.banner .banner-content .auth-box .auth-footer .item:nth-child(2) .icon {
    background-position: -349px -68px;
}

.banner .banner-content .auth-box .auth-footer .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.banner .banner-content .auth-box .auth-footer .item .icon {
    height: 22px;
    width: 22px;
    background-image: url("../images/spirit.png");
    background-position: 0 0;
    border-radius: 11px;
}

.banner .banner-content .auth-box .auth-footer .item span {
    font-size: 12px;
    color: #FF720B;
    margin-left: 7px;
}

.banner .banner-content .auth-box .login-title {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 16px;
}

.banner .banner-content .auth-box .sub-button {
    height: 36px;
    width: 216px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    font-size: 16px;
    color: white;
    border-radius: 2px;
    background-color: #0B84FF;
    margin-top: 12px;
}

.banner .banner-content .auth-box .sub-button:nth-last-child(1) {
    margin-bottom: 16px;
}

.banner .banner-content .auth-box .tips {
    font-size: 12px;
    color: black;
    margin-top: 16px;
}

.banner .banner-content .auth-box .tips a {
    color: #FF720B;
    font-size: 12px;
    text-decoration: underline;
}

.banner .banner-content .auth-box .input-group {
    position: relative;
    margin: 0 auto;
}

.banner .banner-content .auth-box .input-group .input-line:nth-of-type(1) {
    margin-top: 0;
}

.banner .banner-content .auth-box .input-group .input-line,
.banner .banner-content .auth-box .input-group .input-line-code {
    height: auto;
    width: 216px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    border: 1px solid #E2E2E2;
    margin-top: 12px;
}

.banner .banner-content .auth-box .input-group .input-line .icon,
.banner .banner-content .auth-box .input-group .input-line-code .icon {
    height: 20px;
    width: 18px;
    background-color: red;
    margin: auto 8px;
    margin-right: 0;
    display: none;
}

.banner .banner-content .auth-box .input-group .input-line .code,
.banner .banner-content .auth-box .input-group .input-line-code .code {
    height: 35px;
    width: 74px;
    margin-left: 8px;
}

.banner .banner-content .auth-box .input-group .input-line input,
.banner .banner-content .auth-box .input-group .input-line-code input {
    height: 35px;
    width: 170px;
    color: black;
    text-indent: 10px;
}

.fgt {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4ca5ff;
    font-size: 12px;
    cursor: pointer;
}

.fgt:hover {
    text-decoration: underline;
}

.input-line-code {
    border: 0 !important;
}

.input-line-code input {
    width: auto !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
}

.swiper-pagination {
    position: absolute;
    top: 43%;
    left: 50%;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 16px;
    background-color: white;
    opacity: 0.5;
    border-radius: 3px;
    margin-left: 6px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    height: 6px;
    width: 32px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
    opacity: 1;
}

.search {
    height: 40px;
    width: 256px;
    position: absolute;
    top: 12px;
    right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.search input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    border-right: 0;
    text-indent: 12px;
    color: black;
}

.search .search-button {
    height: 40px;
    width: 50px;
    background-color: #0B84FF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search .search-button .icon {
    height: 21px;
    width: 21px;
    background-image: url("../images/spirit.png");
    background-position: -400px -68px;
    cursor: pointer;
}

.button-enter {
    color: #FF720B !important;
    border-color: #FF720B !important;
}

.button-dowload {
    color: #4FDE59 !important;
    border-color: #4FDE59 !important;
}

/*.gonggao {
  color: #FF0030; }*/

.huodong {
    color: #0B84FF;
}

.kaifu-a:hover {
    color: #007aff;
}

.green {
    color: #4FDE59;
}

.blue,
.xinwen {
    color: #0B84FF;
}

.yellow {
    color: #FF720B;
}

.pagination {
    width: auto !important;
}

.page-pagination,
.pagination {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: relative;
    margin-top: 14px;
}

.page-pagination .pre,
.page-pagination .number,
.page-pagination .next,
.page-pagination li {
    height: 30px;
    width: auto;
    border: 1px solid #E2E2E2;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    padding: 0 6px;
    margin: 5px;
    cursor: pointer;
    min-width: 30px;
}

.page-pagination .pre:hover,
.page-pagination .number:hover,
.page-pagination .next:hover,
.page-pagination .active {
    background-color: #0B84FF;
    color: white;
}

.page-pagination .dot {
    height: 30px;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    margin: 5px;
    min-width: 30px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.page-pagination .dot span {
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #bababa;
}

.button {
    border-radius: 2px !important;
}

.gonggao:hover {
    color: #007aff;
}

.rk01 {
    color: #FF0030;
}

.rk11 {
    color: #FF0030;
}

.rk21 {
    color: #FF0030;
}

.rk02 {
    color: #21A1FA;
}

.rk12 {
    color: #21A1FA;
}

.rk22 {
    color: #21A1FA;
}

.rk04 {
    color: #4FDE59;
}

.rk14 {
    color: #4FDE59;
}

.rk24 {
    color: #4FDE59;
}

/*# sourceMappingURL=common.css.map */
