/* basic */

body {
    background: #F3F4F9;
    font-family: arial;
    font-size: 14px;
}

.head,
.foot,
.light,
.menu {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Microsoft YaHei, '\9ed1\4f53';
    color: #333;
}

.main {
    width: 1000px;
    margin: 0 auto !important;
}

.btn {
    background-size: contain;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff6c3;
    display: block;
    border-radius: 2px;
}


/* head */

.head {
    height: 82px;
    background: #F3F4F9 url(../../img/foreground/head-bg.jpg)  no-repeat scroll center 0px;
}

.logo {
    width: 212px;
    height: 80px;
    background: url(../../img/foreground/logo.png) center no-repeat;
}

.flag {
    width: 800px;
    height: 30px;
    padding: 10px 0;
}

.flag a {
    width: 29px;
    height: 20px;
    background: url(../../img/foreground/flag.png) no-repeat;
    float: right;
    display: block;
    margin: 5px;
}

.flag a.fa1 {
    background-position: 0 0;
}

.flag a.fa2 {
    background-position: 0 -20px;
}

.flag a.fa3 {
    background-position: 0 -40px;
}

.flag a.fa4 {
    background-position: 0 -60px;
}

.flag a.fa5 {
    background-position: 0 -80px;
}

.flag a.fa6 {
    background-position: 0 -100px;
}

.flag a:hover {
    transform: rotateY(180deg);
}

.logouser {
    display: block;
    position: absolute;
    z-index: 1;
    width: 25px !important;
    border-radius: 0 !important;
    height: 26px !important;
    margin-left: 4px !important;
    margin-top: 4px !important;
}

.logopass {
    display: block;
    position: absolute;
    z-index: 1;
    width: 25px !important;
    border-radius: 0 !important;
    height: 26px !important;
    margin-left: 4px !important;
    margin-top: 4px !important;  
}

.login_code {
    left: 0;
    position: relative;
    width: 50px !important;
    margin-left: -18px !important;
    border-radius: 0 6px 6px 0!important;
}

.login_button, .daftar_button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9f07+0,fd8e03+53,fd7e01+58,f76b02+100 */
    background: #fe9f07; /* Old browsers */
    background: -moz-linear-gradient(top,  #fe9f07 0%, #fd8e03 53%, #fd7e01 58%, #f76b02 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fe9f07 0%,#fd8e03 53%,#fd7e01 58%,#f76b02 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fe9f07 0%,#fd8e03 53%,#fd7e01 58%,#f76b02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9f07', endColorstr='#f76b02',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
}

.login_button a{
    color: #fff;
    letter-spacing: 2px;
}

.daftar_button a{
    color: #000;
    letter-spacing: 1px;    
}

.login_button a, .daftar_button a{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px !important;
    transform: scale(0.78, 1);
    padding-left: 3px;    


}

.login_button a:hover{
    color: #000;
}
.daftar_button a:hover{
    color: #fff;
}


.livechat_button {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2c07+0,f42004+53,db1402+58,bf0801+100 */
    background: #ff2c07; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff2c07 0%, #f42004 53%, #db1402 58%, #bf0801 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff2c07 0%,#f42004 53%,#db1402 58%,#bf0801 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff2c07 0%,#f42004 53%,#db1402 58%,#bf0801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2c07', endColorstr='#bf0801',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    height: 30px;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    margin-top: -32px;
    margin-left: 79px;


}
.livechat_button a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center !important;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 24px !important;
    transform: scale(0.78, 1);
    
    
}

.livechat_button a:hover {
    color: #000;
    
}


.login {
    width: 620px;
    overflow: hidden;
    padding-top: 22px;
}

.login input,
.login a,
.login p,
.login img {
    height: 28px;
    line-height: 40px;
    margin: 2px;
    border-radius: 5px;
    float: right;
}

.login img {
    width: 80px;
}

.login input {
    background-color: #EAE9E8;
    border: 1px solid #F8993F;
    color: #93918D;
    padding: 0 5px;
    font-size: 13px;
    color: #000;
}

.login input.txt {
    width: 85px;
    padding-left: 33px;
}

.login input.num {
    width: 63px;
}

.login input.cod {
    width: 80px;
    background: #373737;
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.msg {
    width: 640px;
    overflow: hidden;
    padding: 0;
}

.msg span {
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
    border-radius: 2px;
    float: right;
    color: red;
}


/* menu */

.menu {
    height: 56px;
    background: url(../../img/foreground/menu-bg.png);
    text-align: center;
}

.menu a {
    height: 56px;
    min-width: 80px;
    padding: 0 25px;
    line-height: 56px;
    font-size: 18px;
    color: #5e2008;
    margin: 0 5px;
    display: inline-block;
    text-transform: uppercase;
    ;
}

.menu a:hover,
.menu a.active {
    background: url(../../img/foreground/menu-hover.png);
    color: #fff6c3;
}


/* content */

.content {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 50px;
    background: url(../../img/foreground/main-bg.jpg) center top no-repeat;
}


/* notice */

.notice {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px 0 40px;
    background: url(../../img/foreground/notice-bg.png) center no-repeat;
    margin: 0 0 30px;
}

.notice marquee {
    color: #6a72ac;
}

.notice marquee span {
    color: white;
}

.notice span i {
    color: red;
    margin-right: 20px;
    font-style: normal;
}

.notice>span>i {
    display: block;
    text-align: center;
}


/* light */

.light {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    padding: 3px;
    background: url(../../img/foreground/light-bg.png) center no-repeat;
    margin: 0 0 5px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {}

.swiper-slide img {
    width: 100%;
}


/* ann */

.ann {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 0;
    margin: 0 0 50px;
}

.ann a {
    width: 50%;
    height: 180px;
    line-height: 160px;
    display: block;
    float: left;
    font-size: 48px;
    color: #fff6c3;
    text-align: center;
    box-sizing: border-box;
    padding: 0 80px 0 180px;
    background: center no-repeat;
}

.ann a.aa1 {
    background-image: url(../../img/foreground/ann-bg-1.png);
}

.ann a.aa2 {
    background-image: url(../../img/foreground/ann-bg-2.png);
}

.ann a span {
    color: #fff6c3;
}


/* homel */

.homel {
    width: 380px;
    height: 285px;
    background: url(../../img/foreground/home-txt-1.png) center no-repeat;
    margin: 0 30px 0 0;
}

.homel h4 {
    width: 380px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    writing-mode: lr-tb;
    word-break: break-all;
    color: #fff6c3;
    text-transform: uppercase;
    float: left;
}

.homel table {
    width: 380px;
    float: right;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 20px;
    border-collapse: collapse;
}

.homel table td {
    line-height: 40px;
    text-align: center;
    color: #6a72ac;
    border-bottom: 1px #434164 solid;
    padding: 0;
}

.homel table td span {
    color: #fff6c3;
}

.homel table tr:hover {
    background: #242152;
    transition: none;
}

.contact {
    width: 380px;
    height: 285px;
    background: url(../../img/foreground/home-txt-2.png) center no-repeat;
    box-sizing: border-box;
    padding: 17px 20px;
}

.contact a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff6c3;
    margin: 3px 0;
    background: #1e1b4b;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    float: left;
}

.contact a i {
    width: 45px;
    height: 45px;
    background: url(../../img/foreground/contact-ico.png) no-repeat;
    display: block;
    float: left;
}

.contact a i.phone {
    background-position: 0 0;
}

.contact a i.email {
    background-position: 0 -45px;
}

.contact a i.chat {
    background-position: 0 -90px;
}

.contact a i.skype {
    background-position: 0 -135px;
}

.contact a:hover {
    background: url(../../img/foreground/btn-bg-1.png) center;
    background-size: contain;
}


/* link */

.link {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 0;
}

.link a {
    width: 200px;
    height: 60px;
    display: block;
    float: left;
}

.link a img {
    width: 100%;
}

.link a.black {
    opacity: .3;
}

.link a.black:hover {
    opacity: 1;
}


/* foot */

.foot {
    width: 100%;
    height: 120px;
    background: url(../../img/foreground/foot-bg.png) center no-repeat;
    margin: 0 0 20px;
}

.foot-nav {
    width: 900px;
    line-height: 250%;
    padding: 30px 0 0;
}

.foot-nav a {
    padding: 0 15px;
    color: #fff6c3;
    text-transform: capitalize;
}

.copyright {
    width: 900px;
    line-height: 200%;
    color: #2f469b;
    text-indent: 1em;
}

.foot-card {
    width: 300px;
    padding: 25px 0;
}

.foot-card a {
    width: 70px;
    height: 50px;
    background: url(../../img/foreground/tip.png) no-repeat;
    display: block;
    float: right;
    margin: 10px;
    opacity: .2;
}

.foot-card a.ca1 {
    background-position: 0 0;
}

.foot-card a.ca2 {
    background-position: 0 -50px;
}

.foot-card a.ca3 {
    background-position: 0 -100px;
}

.foot-card a:hover {
    opacity: 1;
}


/* title */

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 35px 0;
}

.title h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff6c3;
    font-weight: normal;
    padding: 0 20px;
    vertical-align: middle;
}

.title span {
    width: 90px;
    height: 30px;
    background: url(../../img/foreground/title-bg.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.title span.lef {
    background-position: left center;
}

.title span.rig {
    background-position: right center;
}


/* subject */

.subject {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
}

.lobby {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.lobby-group {
    width: 275px;
    height: 120px;
    float: left;
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.lobby-group a img {
    width: 100%;
    transition: none;
}


/* .lobby-group span {width: 100%;height: 136px;background: rgba(0,0,217,.65);box-sizing: border-box;padding: 0 20px;position: absolute;left: 0;bottom: -70px;}
.lobby-group span i {width: 100%;height: 68px;box-sizing: border-box;border-bottom: 1px #fff solid;display: block;vertical-align: middle;}
.lobby-group span a {width: 170px;height: 40px;line-height: 40px;margin: 14px auto;}
.lobby-group:hover span {bottom: 0;}
.lobby-group:hover img {transform: scale(1.05);} */

.avatar {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.avatar-group {
    width: 90px;
    height: 100px;
    position: relative;
    margin: 10px;
    overflow: hidden;
    display: inline-block;
}

.avatar-group img {
    width: 100%;
    height: 90px;
    transition: none;
    box-shadow: 5px 5px 4px rgba(50, 50, 50, 0.4);
}

.avatar-group span {
    width: 100%;
    height: 60px;
    background: rgba(68, 89, 217, .95);
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.avatar-group span>i {
    width: 100%;
    height: 25px;
    line-height: 24px;
    box-sizing: border-box;
    border-bottom: 1px #fff solid;
    display: block;
    color: white;
}

.avatar-group span a {
    width: 60px;
    height: 25px;
    line-height: 25px;
    margin: 5px auto;
}

.avatar-group:hover span,
.avatar-group.designated span {
    bottom: 0;
}

.avatar-group:hover img {
    transform: scale(1.1);
}

.gameImage {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.gameImage-group {
    width: 170px;
    height: 180px;
    position: relative;
    margin: 10px;
    overflow: hidden;
    display: inline-block;
}

.gameImage-group img {
    width: 100%;
    height: 170px;
    transition: none;
    box-shadow: 5px 5px 4px rgba(50, 50, 50, 0.4);
}

.gameImage-group span {
    width: 100%;
    height: 60px;
    background: rgba(68, 89, 217, .95);
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.gameImage-group span>i {
    width: 100%;
    height: 25px;
    line-height: 24px;
    box-sizing: border-box;
    border-bottom: 1px #fff solid;
    display: block;
    color: white;
}

.gameImage-group span a {
    width: 60px;
    height: 25px;
    line-height: 25px;
    margin: 5px auto;
}

.gameImage-group:hover span,
.gameImage-group.designated span {
    bottom: 0;
}

.gameImage-group:hover img {
    transform: scale(1.1);
}


/* form */

.form {
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 20px;
    ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form li {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: float: left;
    vertical-align: middle;
}

.form li span {
    width: 400px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: right;
    text-transform: capitalize;
    color: #fff6c3;
    float: left;
    padding: 0 20px;
}

.form li input[type=text],
.form li [type=password],
.form li [type=email],
.form li [type=tel],
.form li [type=number] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 2px;
    background: #fff;
    vertical-align: middle;
    color: green;
}

.form li select {
    width: 320px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 2px;
    background: #fff;
    vertical-align: middle;
    color: green;
}

.form li input.code {
    width: 180px;
}

.form li img {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form li i {
    width: 320px;
    line-height: 15px;
    font-style: normal;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.form li i.icon-spinner {
    width: auto;
}

.form a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    font-size: 18px;
}


/* .form li input[readonly] {background: #fff6c3;} */

.form li select {
    padding: 0 0 0 10px;
}

.account li {
    margin-bottom: 0px;
}

.account li span {
    width: 50%;
    box-sizing: border-box;
}

.account p {
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #fc0;
}

.account a.linkb {
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
}

.account input[type=text] {
    width: 320px !important;
    vertical-align: top !important;
}

.account div.ios6switch {
    vertical-align: top;
    margin-top: 9px;
}

.article p {
    color: white;
}

.article {
    width: 90%;
    min-height: 170px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 10px 50px 10px;
    margin: 0 auto;
}

.article h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff6c3;
    text-transform: uppercase;
    vertical-align: middle;
}

.article li {
    width: 100%;
    line-height: 20px;
    color: white;
    word-break: break-all;
}

.contactus {
    width: 70%;
    min-height: 170px;
    overflow: hidden;
    padding: 0px 30px 90px 30px;
    margin: 0 auto;
    text-align: center
}

.contactus table {
    width: 80%;
    line-height: 20px;
    border: 1px;
    cellspacing: 1px;
    cellspacing: 1px;
}

.contactus table tbody tr td {
    border: 1px solid #CCCCCC !important;
}


/* form */

.form1 {
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 20px;
    ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form1 li {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: float: left;
    vertical-align: middle;
}

.form1 li span {
    width: 400px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: right;
    text-transform: capitalize;
    color: #fff6c3;
    float: left;
    padding: 0 20px;
}

.form1 li input {
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    background: #fff;
    vertical-align: middle;
    color: #0f2bd3;
}

.form1 li select {
    width: 220px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    background: #fff;
    vertical-align: middle;
    color: #0f2bd3;
}

.form1 li input.code {
    width: 180px;
}

.form1 li img {
    width: 110px;
    height: 45px;
    line-height: 45px;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form1 li i {
    width: 320px;
    line-height: 15px;
    font-style: normal;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.form1 li i.icon-spinner {
    width: auto;
}

.form1 a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    font-size: 14px;
}

.form1 li input[readonly] {
    background: #fff6c3;
}

.form1 li select {
    padding: 0 0 0 10px;
}

.record {
    min-height: 500px;
}

.record ul {
    min-height: 30px;
    margin-bottom: 10px;
}

.record ul li:not(:first-child) {
    display: none;
}

.record li cite {
    color: #fff6c3;
    padding: 0 10px;
    font-style: normal;
}

.record li a {
    width: 100px;
    float: right;
    margin: 0 0 5px 20px;
}

.record table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}

.record table th,
.record table td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.record table th.left,
.record table td.left {
    text-align: left;
    padding-left: 10px;
}

.record table th.right,
.record table td.right {
    text-align: right;
    padding-right: 10px;
}

.record table th {
    background: #4459d9;
    color: white;
}

.record table thead tr:not(:first-child) {
    display: none;
}

.record table td {
    border-bottom: 1px #eee solid;
}

.record table td em {
    color: #0000FF;
    font-style: normal;
}

.record table td i {
    color: #4459d9;
    margin-left: 3px;
}

.record table td span {
    color: #f90;
}

.record table tr:hover {
    background: #A9A9A9;
    height: 30px;
    line-height: 30px;
}

.record table tr td:hover {
    background: none;
}

.record table a {
    font-size: 14px;
}

.record table a:hover {
    text-decoration: underline;
}

.record table a em:hover {
    text-decoration: underline;
    color: #0000FF;
}

.record table td i {
    vertical-align: middle;
}


/* page */

.page {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

.page a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #4459d9;
    color: white;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.page a.lef {
    background: #4459d9 url(../../img/foreground/page-ico.png) left top;
}

.page a.rig {
    background: #4459d9 url(../../img/foreground/page-ico.png) left bottom;
}

.page a:hover,
.page a.active {
    background-color: #c9a873;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.login_button a, .daftar_button a, .livechat_button a{
    line-height: 27px!important;
}
}   


