@charset "UTF-8";

/* --------------------------------------------------------------------------
    CSS RESET
    -------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Microsoft Yahei;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type='checkbox']:checked {
    background-color: transparent;
    border: none
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

/* --------------------------------------------------------------------------
   自定义公用模块
   -------------------------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    font-size: 14px;
    min-width: 1200px;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 14px;
}

a {
    color: #888888;
}

body {
    background: #f2f2f2;
    position: relative;
    min-height: 100%;
    font-size: 14px;
    color: #888888;
    min-width: 1200px;
}

.w1360 {
    width: 1360px;
    display: block;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.orange {
    color: #fd7100;
}

.green {
    color: #0c9b10;
}

.red {
    color: #e60012;
}

.blue {
    color: #0000ff;
}

.black {
    color: #000;
}

.bgred {
    background:  #e60012;
}

.bgglay {
    background:  #cccccc;
}

.cur {
    cursor: pointer;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}

.p20 {
    padding: 20px;
}
.ds-il-m{ display: inline-block; vertical-align: middle}

/* --------------------------------------------------------------------------
   主体部分
   -------------------------------------------------------------------------- */

.banner{ width: 100%; height: 454px; overflow: hidden; position: relative; }
.banner img{position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);}
/* 热门游戏 */
.hot-game .title{ line-height: 80px; font-size: 24px; color: #47454c;}
.hot-game .title i{background-color: rgb(241, 177, 2);width: 3px;height: 26px; display: inline-block; vertical-align: middle; margin-right: 10px;}
.hot-game dl{ font-size: 0px; }
.hot-game dd{display: inline-block;vertical-align: middle;border-radius: 4px;background-color: rgb(255, 255, 255);box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);width: 285px;height: 285px;overflow: hidden;margin-right: 20px;}
.hot-game dd:last-child{ margin-right: 0px; }
.hot-game dd img{ width: 285px; height: 207px; }
.hot-game dd a>div { padding:10px 15px;  }
.hot-game dd h3{ font-size: 22px; color: #56545d; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hot-game dd p{font-size: 16px;color: #9a9ca3;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/* 关于我们 */
.about-box{border-radius: 6px;background-color: rgb(255, 255, 255);box-shadow: 0px 6px 6px 0px rgba(62, 63, 65, 0.15); margin-top: 30px; font-size: 0px;}
.idx-lt-box-tab{ width: 200px; height: 100%; display: inline-block; vertical-align: top; font-size: 16px; margin-top: 10px;}
.idx-lt-box-tab li{ line-height: 65px; padding-left: 40px; cursor: pointer;}
.idx-lt-box-tab li.on{ border-left:3px solid #f1b102; color: #f1b102;  background: linear-gradient(to right,rgba(241, 177, 2, .2), 80%, rgba(241, 177, 2, 0));}
.idx-lt-box-tab li i{ font-size: 24px; margin-right: 15px; }
.about-r{width: 1000px;font-size:14px;min-height: 703px;box-shadow: inset 20px 0px 20px #dedede; padding: 50px 80px; line-height: 30px; color: #808080;}
.about-r p{ margin-bottom: 20px; }
.sdk-pic li{ display: inline-block; vertical-align: middle; margin: 50px 10px 0px; position: relative; color: #fff; }
.sdk-pic li img{ width: 280px; height: 113px; display: block;border-radius: 10px; }
.sdk-pic li::before{content: '';height: 8px;width: 150px;background: #000;opacity: .1;border-radius: 50%;position: absolute;bottom: -40px;left: 50%;margin-left: -75px;box-shadow: 0 0px 10px #000;}
.sdk-pic li:nth-child(2) img{ width: 300px; height: 133px; }
.sdk-pic li>div{ position: absolute; background: rgba(0, 0, 0, .6); top: 0px; left: 0px; right: 0px; bottom: 0px; border-radius: 10px; line-height: 2; font-size: 16px; padding:15px 10px 0;  display: none}
.sdk-pic li h3{ font-size: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap  }
.sdk-pic li p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.sdk-pic li:hover>div{ display: block }
.sdk-box{ position:relative}
.sdk-box ul{ position:relative; z-index:2}
.sdk-box .box, .sdk-box .box3{width:0px;height:0px;border-top: 0 solid rgba(0,0,0,0);border-right: 150px solid  rgba(0,0,0,0);border-bottom: 56px solid #f1c652;border-left: 150px solid  rgba(0,0,0,0);margin-bottom:10px;display: inline-block;position: absolute;bottom: 4px;left: 50%;}
.sdk-box .box2{width: 900px;height:56px;background-color:#f1c652;display: inline-block;}
.sdk-box .box{transform: translate(154px,10px);margin-left: -755px;}
.sdk-box .box3{transform: translate(-155px,10px);margin-left: 455px;}
.gw-game-list{background: #fff;padding: 20px;margin-top: -3px;}
.sdk-box i{ width: 100px; height: 40px; border-radius: 100%; box-shadow:inset 10px 0px 10px #ccc; display: inline-block; }

.gw-game-left{ width: 810px; display: inline-block; }
.gw-game-left .title{line-height: 48px; width: 100%;}
.gw-game-left .title{font-size: 16px;color: #000;line-height: 50px;margin-bottom: 23px;}
.gw-game-left .title span{ font-size: 12px; }
.gw-game-left .title i{background-color: rgb(241, 177, 2);width: 3px;height: 15px; display: inline-block; vertical-align: middle; margin-right: 10px;}
.gw-game-tab li{ width: 96px; line-height: 33px; display: inline-block; margin: 10px; text-align: center; border-radius: 5px; position: relative; cursor: pointer;}
.gw-game-tab li.on { background: #3e3f41; box-shadow: 0 0 10px #ccc; color: #fff }
.gw-game-tab li.on:after {border: 5px solid transparent;border-top: 5px solid #3e3f41;width: 0;height: 0;position: absolute;content: ' ';bottom: -10px; left: 40px;}
.h-game-list li{ border: 1px solid #e6e6e6; border-radius: 8px; overflow: hidden; margin-top: 20px;}
.h-game-list img{ width: 210px; height: 135px; display: inline-block; vertical-align: middle; margin-right: 30px;}
.h-game-list li>div{ width: 500px; line-height: 2}
.h-game-list li h3{ font-size: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #000; }
.h-game-list li p{ font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.h-game-list li .icon-anzhuo{ color: #8fc31f; }
.h-game-list li>div i{ font-size: 22px; display: inline-block; vertical-align: middle;}

.gw-game-right{ width: 330px; display: inline-block; vertical-align: top; margin-left: 15px; }
.gw-game-right .title{font-size: 16px;color: #000;line-height: 50px;margin-bottom: 23px;}
.gw-game-right .title i{background-color: rgb(241, 177, 2);width: 3px;height: 15px; display: inline-block; vertical-align: middle; margin-right: 10px;}
.gw-game-right ul{  border: 1px solid #e6e6e6; margin: 10px 0; padding:10px 0 10px 20px; border-radius: 8px;   }
.gw-game-right li{display: inline-block;width: 78px;font-size: 14px;margin: 10px 0;overflow: hidden;/* text-overflow: ellipsis; */white-space: nowrap;margin-right: 15px;}

.top{position: fixed;right: 30px;bottom: 100px;width: 73px;z-index: 8;}
.top a{border-radius: 200px;background-color: rgb(248, 204, 84);box-shadow: 0px 7px 7px 0px rgba(172, 117, 0, 0.22);width: 73px;height: 73px;text-align: center;color: #9e7b1c;padding-top: 10px;display: inline-block;margin-bottom: 50px;font-size: 12px;}
.top i{ font-size: 30px; color: #fff;}

.language{position: relative;right: 0px;float: right;cursor: pointer;color: #fff;}
.language ul{background-color: #515157;border: solid 1px #5f5f66;list-style:none;left: 10px;margin:0;padding:0;position:absolute;top:30px;width: 105px;z-index:1;overflow-y:auto;font-size: 14px;border-radius: 2px; position: absolute; top: 80px; left: 0px; display: none}
.language.on ul{ display: block; }
.language ul li{padding:0 7px;line-height: 30px;}
.language ul a{border-bottom: solid 1px #5f5f66;display:block;outline:none;padding:7px 0 7px 3px;}
.language ul a:link, .language ul a:visited{color:#ddd;text-decoration:none;}
.language ul a:hover,
.language ul a:focus,
.language ul a.sbFocus{color:#EBB52D;}
.language ul li.last a{border-bottom:none;}
.language ul .sbDisabled{border-bottom:dotted 1px #515151;color:#999;display:block;padding:7px 0 7px 3px;}
.language ul .sbGroup{border-bottom:dotted 1px #515151;color:#EBB52D;display:block;font-weight:bold;padding:7px 0 7px 3px;}
.language ul .sbSub{padding-left:17px;}

.language i{background:url(../Images/select-icons.png) 0 -116px no-repeat; display: inline-block; vertical-align: middle; height:30px;outline:none;width:30px;}
.language.on i{background:url(../Images/select-icons.png) 0 -16px no-repeat;}

.bg-show{ background: rgba(0, 0, 0, .6); width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 9; display: none; }
.tc-box{ background: #fff; border-top: 4px solid #f1b102; position: fixed; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index: 10; display: none;}
.contact{ width: 424px; height: 240px; text-align: center;padding: 40px 0;}
.contact dl{width: 100%; color: #000;}
.contact dd,.contact dt{text-align: left;display: inline-block;width: 250px;line-height: 2;vertical-align: middle;}
.contact dt{text-align: center;width: 150px;line-height: 40px;}
.contact .icon-qq{font-size: 70px;color: #f1b102;}
.contact p i{font-size: 18px;margin-right: 10px;}
.proposal{ width: 588px; height: 750px; font-size: 15px; padding: 20px 40px; line-height: 30px;}
.proposal h1{ font-size: 24px; color: #f1b102; width: 100%; text-align: center; line-height: 3;}
.tc-box .icon-guanbi{ position: absolute; top: 20px; right: 30px;}
.proposal dd{ margin: 7px 0; position: relative;}
.proposal dd i{ position: absolute; top: 0px; left: 10px; }
.proposal input[type="text"],.proposal input[type="number"],.proposal select,.proposal textarea{ border: 1px solid #d9d9d9; width: 100%; height: 30px; line-height: 30px; padding:5px;}
.proposal .input1 input{ padding: 0 30px;}
.proposal textarea{ height: 100px; line-height: 1.5;}
.proposal a.submit{background-color: rgb(241, 177, 2);width: 118px;height: 45px;text-align: center; line-height: 45px; display: block; color: #fff; border-radius: 30px; margin: 20px auto;}
.err{ color: #f00; font-size: 12px; margin-left: 20px; display: none;}
.file-pic{position:relative;display: inline-block;margin: 10px;}
.file-pic div.add-box{width: 86px;height: 86px;background: #e4e4e4;line-height: 86px;text-align: center;}
.file-pic div.add-box img{width: 20%;}
.file-pic #choose-file{position:absolute;width: 86px;height: 86px;top: 0px;left: 0px;opacity: 0;}
.file-list {display: inline-block; vertical-align:top}
.file-list li{display: inline-block!important;width: 86px;height: 86px;line-height: 86px;position: relative;vertical-align:top;text-align: center;}
.file-list li img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.file-list li .file-del i{top:0px;right: 0;left: auto;width: 20px;height: 20px;line-height: 12px;text-align: center;padding: 5px;color: #fff;background: rgba(0,0,0,.5);font-size: 10px;border-radius: 20px;}

.tc-tip{ width: 200px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 16px; background: rgba(0, 0, 0, .6); border-radius: 5px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; display: none;}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

#loading{ background: rgba(0, 0, 0, .6); width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 12; display: none; }
#loading img{ width: 50px; height: 50px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 13; }