/** LIBS **/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/** button, input, optgroup, select, textarea **/
button, input, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

/*** ALL ***/

html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
	height: 100%;
	width: 100%;
}

body {
	font-family: "微软雅黑", "Arial", sans-serif;
	font-size: 14px;
    min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
    color:#fff;
}

a {
    text-decoration:none;
    color:#fff;
}

.bg {
    background-image: url("../img/pattern.png"), url("../img/mid-blur.png"), url("../img/top-blur.png");
	background-position: center top, center 80%, center top;
	background-repeat: repeat, no-repeat, no-repeat;
	background-color: black;
}
.bg1 {
    background-image: url("../img/mob-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: black;
}
.bg2 {
	background-image: url("../img/mobile-bg-s.png");
    -moz-background-size:100% auto;
    background-size:100% auto;/**/
    background-attachment:fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #050000;
}


img {
	border: 0;
}

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


/*** ELEMENTS ***/
button {
	-webkit-appearance: button;
	-moz-appearance: button;
	-ms-appearance: button;
	-o-appearance: button;
	appearance: button;
	text-transform: none;
	overflow: visible;
	cursor: pointer;
}
em, i {
    font: inherit;
}

/*** HTML5 ELEMENTS ***/
footer, header, menu, nav, section {
	display: block;
}


.icon {
	vertical-align: middle;
	display: inline-block;
	position: relative;
}


/** BASE **/
.container {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row .col.s4 {
    width: 33.33333%;
    margin-left: 0; 
}


/** SECTIONS **/
.section {
	display: block;
}

.section::after {
	clear: both;
	content: "";
	display: table;
}

.section::after {
	clear: both;
	content: "";
	display: table;
}

.section.section-middle {
	text-align: center;
	margin: 0 auto;
}

.section.section-banner {
	padding: 50px 0 20px;
}

.section.section-banner img {
	margin-bottom: 10px;
}

#header {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px 0 25px;
}
#footer {
    padding:30px 0 8px;
    font-size:12px;
}
#notice {
    background-color: rgba(0, 0, 0, 0.5);
    color:#d32f2f;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    border-radius:4px;
    padding:10px 0;
    width:98%;
    margin:0 auto;
    display:none;
    margin-bottom:10px;
}
.logo {
	margin:0 auto;
    padding-top: 15px;
}
.logo img{
    width:80%;
    height:auto;
    /*max-height:164px;*/
}


.text.text-heading {
    font-size:24px;
    /*letter-spacing: 2px;
    padding-bottom: 15px;*/
}

.text.text-heading em {
	color: #0caff3;
}

.text.text-leading {
	margin-bottom: 10px;
}

.text.text-red {
	color: #e71923;
}

.text.text-blue {
	color: #0caff3;
}

.time {
	color: white;
}
.time.time-event {
	text-transform: uppercase;
	font-family: "微软雅黑", "Arial", sans-serif;
	font-size: 16px;
}
@media only screen and (min-width : 601px) {
    .logo img{
        width:348px;
        height:164px;
    }
}
.pay-list {
    color:#fff;
    padding-top: 5px;
}
.pay-item {
    background-color:rgba(160,160,160,0.6);
    border: 2px solid #b8b8b8;
    border-radius:4px;
    outline: 0 none;
    display:block;
    position:relative;
    width:90%;
    padding: 12px 0;
    margin:10px auto;
    text-align:center;
    font-size:1em;
    cursor:pointer;
    
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
.pay-item.active {
    background-color:rgba(220,220,150,0.3);
    border-color:#ffe100;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

.pay-item  i {
    display:block;
}
.GoldCoin {
    color: #ffe100;
}
.pay-item .pay-icon {
    background-image: url("../img/active.png");
	background-position: center top;
	background-repeat: no-repeat;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    position:absolute;
    bottom:0;
    right:0;
    width:30px;
    height:25px;
    display:none;
}
.active i.pay-icon{
    display:block;
}


.action-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top:8px;
    text-align:center;
}
.action-btn .btn {
    padding:10px 0;
    width:98%;
    text-align:center;
    font-size:20px;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    /*outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;*/
    outline: 0 none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0 none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}




/*DOWNLOAD*/
.bgdl {    
    background-image: url("../img/mobile-bg.png");
    -moz-background-size:100% auto;
    background-size:100% auto;
    background-attachment:fixed;/**/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #050000;
    
    
    min-height: 600px;
    text-align:center;
}
.dl-page {
    text-align:center;
    padding-top:30px;
    color:#050000;
}
.dl-title {
    color:#104880;
    font-size:26px;
    font-style:italic;
    position:relative;
    display: block;
    margin: 0 auto;
    margin-top:18px;
    width:200px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);
}
.logo-download  img{
    padding:2px;
    border:1px solid #ccc;
    border-radius:18px;
    width:86px;
    height:86px;
}
.match-schedule {
    text-align:center;
}
.match-schedule img {
    width:100%;
    height:auto;
    margin:10px 0;
    max-width:720px;
    padding:10px 0 20px;
}


.btn-mac-dl, .btn-and-dl {
    width:85%;
    margin-top:18px;
    height:52px;
    line-height:40px;
    background:#46b8da;
    color:#fff;
    position:relative;
    font-size:22px;
}
.btn-mac-dl:hover,
.btn-mac-dl:focus,
.btn-mac-dl.focus,
.btn-and-dl:hover,
.btn-and-dl:focus,
.btn-and-dl.focus {
    color: #f9f9f9;
    text-decoration: none;
}
.btn-mac-dl {
    background:#337ab7;
}

/*new btn style*/
.btn-mac-dl {
    background:#03a9f4;
}
.btn-and-dl {
    background:#00bcd4;
}


.dl-mac-icon, .dl-and-icon {
    background-position: center top;
	background-repeat: no-repeat;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    display:inline-block;
    width:28px;
    height:32px;
    position:absolute;
    top:8px;
    left:20px;
}
.dl-mac-icon {
    background-image: url("../img/mac_icon.png");
	
}
.dl-and-icon {
    background-image: url("../img/and_icon.png");
}
.badge {
    background-image: url("../img/badge.png");
    background-repeat: no-repeat;
    -moz-background-size:100% auto;
    background-size:100% auto;
    width:49px;
    height:33px;
    position:absolute;
    right:0px;
    top:-15px;
    z-index:-1;
}


