@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

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

}

body {
    font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, "Lantinghei SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;

}

input,
select,
option,
button,
textarea {
    outline: none;
    font-family: "Avenir Next", Avenir, "Helvetica Neue", "Lantinghei SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    border-radius: 1px;
}

img {
    border: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

ul li {
    list-style-type: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
    font-weight: bold;
    font-size: 20px;
}

.navigation {
    margin-left: 275px;
}

html,
body {
    min-width: 1200px;
    margin: 0 auto;
    background-color: #f4f4f4;
    overflow-x:hidden;
}

html.fixed,
body.fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*头部start*/
.wrap {
    width: 1200px;
    margin: 0 auto;
}

header {
    height: 78px;
    background-color: #0fcadd;
    line-height: 78px;
    position: relative;
    z-index: 3;
}

header .logo {
    margin-top: 20px;
    width: 100px;
    height: 37px;
    margin-right: 130px;
}

header .logo a,
header .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

header nav {
    width: 260px;
}

header nav a {
    width: 80px;
    color: #000;
    margin-right: 10px;
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    height: 75px;
    font-size: 16px;
}
header nav a:last-child{
    margin: 0;
}

header nav a:hover,
header nav a.active {
    background: url(../img/item_text_bg.png) no-repeat bottom;
}

header .info {
    float: right;
    margin-top: 30px;
    cursor: pointer;
}

header .info img {
    display: block;
}

header .wrap {
    width: 1000px;
    position: relative;
}

header .qrcode {
    width: 120px;
    height: 136px;
    background: url("../img/banner_QRcode.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 78px;
    right: 0px;
    display: none;
}

/*头部end*/

/*底部start*/
footer {
    padding: 4em 0;
    line-height: 1.8;
    color: #858484;
    font-size: 13px;
    background-color: #262525;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: left;
}

footer > .footer-warp {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

footer .footer-warp > section {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

footer .footer-warp > section p {
    width: 200px;
    text-align: right;
}

footer .footer-warp > section:first-child p:last-child,
footer .footer-warp > section:nth-child(2) p:nth-last-child(2){
    padding-top: 10px;
}

footer .footer-warp > section.back-top {
    margin: 0;
}

footer .footer-warp > section.copyright {
    display: inline-block;
    padding-left: 100px;
}

footer .footer-warp > section.copyright copyright {
    display: block;
    padding-top: 10px;
}

footer .footer-warp > section.copyright a {
    display: block;
}

footer a img {
    display: block;
}

footer .back-top {
    width: 1000px;
    height: 67px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

footer .back-top img {
    position: absolute;
    top: -50%;
    left: 0;
}

/*底部end*/

/*游戏start*/
#games {
    width: 100%;
    background: #f4f4f4;
}

#games .wrap {
    width: 1000px;
    margin: 0 auto;
}

#games .gHead {
    height: 70px;
    line-height: 70px;
    position: relative;
    text-indent: 10px;
    font-size: 20px;
}

#games .gHead:before {
    width: 4px;
    height: 20px;
    background: #0fcadd;
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    content: '';
}

#games .gHead .search {
    width: 190px;
    height: 18px;
    padding: 6px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    line-height: 18px;
    margin-top: 20px;
    background-color: #fff;
    position: relative;
}

#games .gHead .search input {
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    border: 0 none;
    vertical-align: top;
    width: 155px;
}

#games .gHead .search label {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("../img/icon-search.png") no-repeat center center;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

#games .wrap .item {
    width: 317px;
    height: 192px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    margin: 0 24.5px 24.5px 0;
}

#games .wrap .item:nth-child(3n) {
    margin: 0 0 24.5px 0;
}

#games .wrap .item .icon {
    width: 95px;
    height: 95px;
    float: left;
}

#games .wrap .item .icon img {
    width: 100%;
    height: 100%;
}

#games .wrap .item .icon .i-download {
    width: 67px;
    height: 29px;
    margin: 20px auto;
    background-color: #0fcadd;
    border-radius: 8px;
}

#games .wrap .item .icon .i-download a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 29px;
    font-size: 16px;
}

#games .wrap .item .text {
    float: right;
    width: 165px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

#games .wrap .item .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#games .wrap .item .text p {
    padding-top: 10px;
    height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#games .paginationWrap{
    float: left;
    width: 100%;
}


#games .pagination {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-bottom: 50px;
}

#games .pagination a {
    float: left;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    margin-left: 4px;
}

#games .pagination a.active,
#games .pagination a:hover {
    color: #fff;
    background-color: #0fcadd;
}

#games .pagination .prev,
#games .pagination .next {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    opacity: 0.5;
    color: #0fcadd;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

#games .pagination .prev:hover,
#games .pagination .next:hover {
    color: #fff;
    background-color: #0fcadd;
    opacity: 1;
}

#games .pagination .prev {
    float: left;
}

#games .pagination .next {
    float: right;
}
#games .pagination .disabled{
    opacity: 0;
}
#games .pagination .disabled:hover{
    opacity: 0;
    cursor: default;
}
/*游戏end*/

/*客服中心start*/
#mainContent {
    margin: 0;
    background-color: #fff;
}

#mainContent .banner-warp {
    background-color: #0fcadd;
}

#mainContent .banner {
    width: 1000px;
    margin: 0 auto;
    height: 330px;
    position: relative;
}

#mainContent .banner .service {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
}

#mainContent .banner .service:before {
    width: 4px;
    height: 20px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    top: 21%;
    left: 0;
}

#mainContent .banner .service-logo {
    position: absolute;
    bottom: 40px;
    left: 290px;
}

#mainContent .banner .service-info {
    position: absolute;
    bottom: 78px;
    right: 136px;
    font-size: 18px;
}

#mainContent .banner .service-info p{
    line-height: 24px;
}

#mainContent .banner .service-info span {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
}

#mainContent .wrap {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 30px;
}

#mainContent .wrap h2 {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

#mainContent .wrap h2:before {
    width: 4px;
    height: 20px;
    background: #0fcadd;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
}

#mainContent .wrap h2 a {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    text-align: center;
}

#mainContent .wrap h2 a:hover {
    background-color: #0fcadd;
}

#mainContent .wrap .main {
    float: left;
    margin-left: 240px;
    width: 650px;
}

#mainContent .wrap .main div {
    margin-top: 15px;
    line-height: 36px;
    color: #6a6a6a;
    zoom: 1;
}

#mainContent .wrap .main div:before,
#mainContent .wrap .main div:after {
    content: '';
    display: table;
}

#mainContent .wrap .main div:after {
    clear: both;
}

#mainContent .wrap .main div label {
    float: left;
}

#mainContent .wrap .main div span {
    float: left;
}

#mainContent .wrap .main div input {
    float: left;
}

#mainContent .wrap .main .step {
    margin: 30px 0 40px;
    line-height: 36px;
    font-size: 20px;
}

#mainContent .wrap .main .step label {
    font-size: 24px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background-color: #62c0f2;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    margin-left: 160px;
}

#mainContent .wrap .main .step i {
    color: #f00;
    font-style: normal;
    margin-left: 10px;
}

#mainContent .wrap .main .item label {
    width: 140px;
    display: block;
    float: left;
    text-align: right;
}

#mainContent .wrap .main .item label i {
    color: #f00;
    margin-right: 4px;
}

#mainContent .wrap .main .item span {
    color: #f00;
}

#mainContent .wrap .main .item span.close {
    width: 16px;
    height: 4px;
    display: block;
    margin-top: 17px;
    background-color: #f00;
    cursor: pointer;
}

#mainContent .wrap .main .item input {
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    height: 40px;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 1px 10px;
    color: #6a6a6a;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}

#mainContent .wrap .main .item input:focus {
    border-color: #349BFF;
}

#mainContent .wrap .main .item input:read-only {
    background-color: #ddd;
}

#mainContent .wrap .main .item.date input:read-only {
    background-color: transparent;
}

#mainContent .wrap .main .item textarea {
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    color: #6a6a6a;
    resize: none;
    margin-left: 10px;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
    min-height: 100px;
}

#mainContent .wrap .main .item textarea:focus {
    border-color: #349BFF;
}

#mainContent .wrap .main .item select {
    float: left;
    margin-left: 10px;
    border: 1px solid #ddd;
    background: transparent;
    padding: 5px;
    font-size: 14px;
    height: 34px;
    color: #6a6a6a;
    margin-top: 1px;
}

#mainContent .wrap .main .item iframe {
    float: left;
    margin-top: 6px;
}

#mainContent .wrap .main .item.date span.n {
    color: #6a6a6a;
}

#mainContent .wrap .main .item.date input {
    width: 100px;
}

#mainContent .wrap .main .item.date select {
    margin-left: 0;
}

#mainContent .wrap .main .item.hideLabel label {
    opacity: 0;
}

#mainContent .wrap .main .item .getVCode {
    width: 100px;
    height: 34px;
    margin-top: 1px;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #999;
}

#mainContent .wrap .main .item .getVCode.active {
    background-color: #007ED1;
}

#mainContent .wrap .main .tip {
    margin-left: 150px;
    height: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 5px;
}

#mainContent .wrap .main .tip i {
    color: #f6aa88;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    margin: 0 10px;
    vertical-align: middle;
}

#mainContent .wrap .main .tip.red {
    color: #f00;
}

#mainContent .wrap .main .tip a {
    color: #f6aa88;
}

#mainContent .wrap .main .tip a:hover {
    color: #f00;
}

#mainContent .wrap .main .button {
    margin: 30px 0 50px;
}

#mainContent .wrap .main .button a {
    margin-left: 150px;
    width: 260px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #007ed1;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#mainContent .wrap .main .button a:hover {
    background-color: #2695de;
}

#mainContent .wrap .main .stepTwo,
#mainContent .wrap .main .stepThree {
    display: none;
}
/*客服中心end*/

/*首页start*/
#YtBox .item {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#YtBox .item .border-shadow {
    width: 100%;
    height:32.77px;
    position: absolute;
    top: -33px;
    left: 0;
}

#YtBox .item .border-shadow img {
    width: 100%;
    height: 100%;
}

#YtBox .item:nth-child(3) {
    position: relative;
}

#YtBox .item .iwrap {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#YtBox .item .fudou {
    position: absolute;
    top: -190px;
    right: 0;
}

#YtBox .item.banner {
    height: 684px;
    /*background-image: url("../img/bg-1.jpg");*/
    background-color: #0fcadd;
}

#YtBox .item.banner .iwrap>section{
    position: absolute;
}

#YtBox .item.banner .phone {
    bottom: 0;
}

#YtBox .item.banner .phone img {
    display: block;
}

#YtBox .item.banner .QRcode {
    width: 120px;
    height: 136px;
    position: absolute;
    top: 0;
    right: 0;
}

#YtBox .item.banner .downStuff {
    right: 0;
    top: 240px;
}

#YtBox .item.banner .downStuff img {
    display: block;
}

#YtBox .item.banner .download {
    width: 224px;
    height: 66px;
    right: 0;
    bottom: 60px;
}

#YtBox .item.banner .download a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 66px;
    text-indent: 70px;
    background: url("../img/banner_dowload_btn.png") no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    /*z-index: 99999;*/
}

#YtBox .item.banner .download a:hover {
    /*background-position: 0 -61px;*/
}

#YtBox .item:not(:first-child) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#YtBox .item {
    /*text-align: center;*/
    height: 660px;
    background-color: #fff;
}

#YtBox .item h2 {
    color: #4f4f4f;
    letter-spacing: 0.1em;
}

#YtBox .item h2 span {
    color: #f74a28;
}

#YtBox .item .iwrap {
    /*padding: 60px 0;*/
    position: relative;
    box-sizing: border-box;
}

#YtBox .item .iwrap .item-img,
#YtBox .item .iwrap .item-text {
    width: 50%;
    margin-top: 124px;
}
#YtBox .item .iwrap .item-text{
    width: 360px;
}

#YtBox .item:nth-child(odd) .iwrap .item-img,
#YtBox .item:nth-child(even) .iwrap .item-text {
    float: left;
    text-align: left;
}

#YtBox .item:nth-child(even) .iwrap .item-img,
#YtBox .item:nth-child(odd) .iwrap .item-text {
    float: right;
    text-align: right;
}

#YtBox .item .iwrap .item-img img {
    width: 100%;
}

#YtBox .item .item-text h3 {
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    /*line-height: 200px;*/
}

#YtBox .item:last-child .item-text h3 {
    line-height: 55px;
    padding-bottom: 20px;
}

#YtBox .item .item-text p {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    -webkit-background-size: cover;
}

#YtBox .item .item-text p span {
    /*display: block;*/
    /*float: right;*/
    padding: 0 10px;
    border-radius: 20px;
    background: #b2fffd  no-repeat;
}

/*首页end*/

.noGame {
    padding: 110px 0 340px;
    width: 1200px;
    margin: 0 auto 222px;
    background: url("../img/null.png") no-repeat center bottom;
    text-align: center;
    font-size: 16px;
    color: #999;
    display: none;
}
