.desk {
	display: block !important;
}
.mobi, .mobi-768, .mobi-320 {
	display: none !important;
}

/* responsive */
@media only screen and (max-width: 1200px) {
	.content-left {
		width: 470px;
	}

}
@media only screen and (max-width: 1023px) {
	.desk {
		display: none !important;
	}
	.mobi, .mobi-768 {
		display: block !important;
	}
	.bottom-links {
		display: none !important;
	}
	body.week1 {
	    background: url('../_img/bg-main-0-768-week1.jpg') no-repeat center 40px  #000;
	}
	body.week2 {
	    background: url('../_img/bg-main-0-768-week1.jpg') no-repeat center top  #000;
	}
	body.week3 {
	    background: url('../_img/bg-main-0-768-week3.jpg') no-repeat center top  #000;
	}
	body.week4 {
	    background: url('../_img/bg-main-0-768-week4.jpg') no-repeat center top  #000;
	}
	.content {
		margin: 0px auto 0;
		height: auto;
	}
	.content-left, .content-right {
		display: block;
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
	.content-left {
		padding: 0;
	}
	.content-right {
		margin-bottom: 100px;
		margin-top: 18px;
	}
	.banner {
		height: 350px;
		margin-top: 25px;
		margin-bottom: 0;
		margin-right: auto;
	}
	.logo {
		max-width: 210px;
		height: 90px;
		margin: 0 auto 10px;
	}
	.banner h2 {
		margin: 0 auto 10px;
		font-size: 13px;
	}
	.float-temple {
		width: 161px;
		height: 115px;
	}
	.float-temple.act {
		top: -14px;
	    left: 5px;
	}
	@-webkit-keyframes sway {
	    0% {
	        top: -14px;
	        left: 5px;
	    }
	    25% {
	        top: -16px;
	        left: 7px;
	    }
	    50% {
	        top: -12px;
	        left: 4px;
	    }
	    75% {
	        top: -15px;
	        left: 6px;
	    }
	    100% {
	        top: -14px;
	        left: 5px;
	    }
	}
	@keyframes sway {
	   	0% {
	        top: -14px;
	        left: 5px;
	    }
	    25% {
	        top: -16px;
	        left: 7px;
	    }
	    50% {
	        top: -12px;
	        left: 4px;
	    }
	    75% {
	        top: -15px;
	        left: 6px;
	    }
	    100% {
	        top: -14px;
	        left: 5px;
	    }
	}
	.prizes {
		width: 182px;
		height: 129px;
	}
	.qr {
		display: none !important;
	}
	.tabs {
		position: fixed;
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 10;
		text-align: center;
		padding: 10px 0 20px;
		background: rgba(7,22,44,.8);
	}
	.tab {
		display: inline-block;
		margin: 0 1%;
	}
	.tab > span {
		width: 100%;
		text-align: center;
	}
	.tpl-header8>.tpl-inner {
		text-align: center;
	}
	.tpl-header8 .tpl-box.tpl-logo-wrap {
		width: 145px;
	}
	.tpl-header8 .tpl-box.tpl-download-faq {
		width: 80px;
	    float: right;
	    margin-right: 20px;
	}
	.tpl-back-btn.tpl-box {
		width: 80px;
	}
	.tpl-hamburger {
		display: none;
	}
	#tpl-back-button {
		top: -2px !important;
	}
	.tpl-footer {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.content {
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 599px) {
	.banner h2 {
		font-size: 13px;
	}
	.float-temple.act {
		top: -30px;
	    left: -10px;
	}
	@-webkit-keyframes sway {
	    0% {
	        top: -30px;
	    	left: -10px;
	    }
	    25% {
	        top: -32px;
	        left: -12px;
	    }
	    50% {
	        top: -28px;
	        left: -8px;
	    }
	    75% {
	        top: -31px;
	        left: -11px;
	    }
	    100% {
	        top: -30px;
	    left: -10px;
	    }
	}
	@keyframes sway {
	   	0% {
	        top: -30px;
	    	left: -10px;
	    }
	    25% {
	        top: -32px;
	        left: -12px;
	    }
	    50% {
	        top: -28px;
	        left: -8px;
	    }
	    75% {
	        top: -31px;
	        left: -11px;
	    }
	    100% {
	        top: -30px;
	    left: -10px;
	    }
	}
	.tab {
		margin: 0;
	}
	.lbox {
		/*background: none;*/
		height: 60%;
	}

	.close {
		top: -10px;
	}
	.content-left, .content-right {
		max-width: 480px;
	}
	.overlay {
		z-index: 20;
	}
	.lbox {
		margin-top: 75px;
	}
	.tpl-header8 .tpl-box.tpl-logo-wrap {
		width: 145px;;
	}
	
}
@media only screen and (max-width: 479px) {
	.tabm-4a-prize > img {
		max-height: 150px;
	}
	body {
		font-size: 12px;	
	}
	body, body:before, body:after {
	   background-size: 740px auto !important;
	}
	.mobi-768 {
		display: none !important;
	}
	.mobi-320 {
		display: block !important;
	}
	.content-left, .content-right {
		max-width: 320px;
	}
	.content-right {
		margin-top: 0px;
	}
	.logo {
		max-width: 115px;
		height: 45px;
	}
	.banner {
		height: 250px;
		padding: 0 10px;
	}
	.banner h2 {
		font-size: 11px;
		/*text-shadow: 0 0px 1px #fb9c21;*/
		color: #fff;
		text-shadow: -1px 1px 1px #000;
	}
	.banner p {
		/*text-shadow: 0 0px 1px #fb9c21;*/
		color: #fff;
		text-shadow: -1px 1px 1px #000;
	}
	.float-temple {
		width: 111px;
		height: 80px;
	}
	.prizes {
		width: 150px;
		height: 106px;
	}
	.tab, .tab-y {
		width: 40px;
		height: 40px;
	}
	.tab > span {
		font-size: 10px;
	}
	.box {
		background: url('../_img/box-bg-1-320.png') no-repeat;
		background-size: contain;
		max-width: 320px;
		height: 540px;
		padding: 20px;
	}
	.hr-line {
		max-width: 320px;
	}
	.tabs-mini {
		margin: 0 auto 10px;
	}
	.tabm, .tab-leader {
		font-size: 9px;
		width: 32%;
	}
	.tab-leader {
		width: 31%;
		height: 42px;
	}
	.tabm-link {
		font-size: 9px;
	}
	.tab-main-content h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.tab-main-content h3 {
		font-size: 13px;
	}
	.hr-line {
		margin-bottom: 5px;
	}
	th, td {
		font-size: 9px;
	}
	table.table-leader td {
		font-size: 11px;
	}
	.navi {
		top: 30px;
	}
	.prev {
		left: -20px;
	}
	.next {
		right: -20px;
	}
	.scroll-pane {
		height: 390px;
	}
	.tab-main-content3 .scroll-pane {
		height: 450px;
	}
	.tabm-4a-prize {
		width: 180px;
		height: 180px;
	}
	.lbox .scroll-pane {
		height: 420px;
	}
	.btn {
		width: 150px;
	}
	.btn-blue {
		font-size: 13px;
	}
	a.icon {
		width: 63px;
		height: 63px;
		margin-bottom: 32px;
		margin: 5px 1px 32px 1px;
	}
	.vn a.icon {
		margin: 20px 1px 32px 1px;
	}
	a.big {
		width: 68px;
	}
	/*.sc a.icon {
		width: 63px;
		height: 63px;
		margin-bottom: 32px;
		margin: 5px 1px 32px 1px;
	}*/
	a.icon > img.icon-ribbon {
	    top: -4px;
	    left: -6px;
	    max-width: 44px;
	    max-height: 44px;
	}
	a.icon > span {
		font-size: 9px;
		bottom: -34px;
	}
	a.icon > span.gametype {
	    font-size: 8px;
	}
	.native a.icon {
	    width: 80px;
	    height: 80px;
	    margin: 5px 20px 45px 20px;
	}
	.native a.icon > span {
		font-size: 10px;
		bottom: -35px;
	}
	.note {
		font-size: 10px;
	}
	/*form.enter-user input.username::placeholder {
	    font-size: 10px;	  
	}
	form.enter-user input.username:-ms-input-placeholder {
	     font-size: 10px;
	}
	form.enter-user input.username::-ms-input-placeholder {
	     font-size: 10px;
	}*/
	.lbox {
		background: url('../_img/box-bg-1-320.png') no-repeat;
		padding: 30px 10px;
		background-size: contain;
		max-width: 320px;
	}
	.lbox .top > h3 {
		font-size: 16px;
	}
	.lbox .accord > h3 {
		font-size: 14px;
	}
	.accord > ol, .accord > ul {
		width: 100%;
		padding-left: 20px;
	}
	.accord li {
		padding-left: 10px;
	}
	li {
		font-size: 12px;
	}
	.close {
		top: -10px;
	}
	.tpl-header {
	   padding-left: 0px;
	   padding-right: 0px;
	}

	.tpl-header7 .tpl-back-btn.tpl-box #tpl-back-button, .tpl-header8 .tpl-back-btn.tpl-box #tpl-back-button {
		top: 50px;
		left: 5px;
	}
	.tpl-header8 .tpl-box.tpl-download-faq {
		margin-right: 5px;
	}
	#tpl-back-button {
		top: 1px !important;
		display: block;
		width: 30px;
		left: 15px !important;
	}
	#tpl-back-button > img {
		width: 100%;
		height: auto;
	}
}
