/******************* import font ******************************/
@font-face {
  	font-family: 'Font-Card';
  	src: url('font/PlayfairDisplay-Bold.eot');
  	src: url('font/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), 
		 url('font/Oswald.woff') format('woff'),
		 url('font/PlayfairDisplay-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Font-Nova';
	src: url('font/SourceSansPro-Regular.eot');
	src: url('font/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('font/SourceSansPro-Regular.woff') format('woff'),
		 url('font/SourceSansPro-Regular.ttf') format('truetype');
}
/******************* font ***************************/
.title, h2{
	font-family: "Font-Card", Sans-serif;
	font-size: 24px;
	padding-bottom: 32px;
	color: #000;
}
/******************* main layer *********************/
*{
	margin: 0;
	padding: 0;
	outline: none;
	position: relative;
}
body {
	font-family: "Font-Nova", Sans-serif;
	background: #fff;
	color: #606060;
}
#canvas {
	display: none;
	background: #fe9900;
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	z-index: 60;
}
#content {
	padding-bottom: 24px;
}
#foot {
	background: #fe9900;
	font-family: "Font-Card", Sans-serif;
	color: #000;
}
#foot a {
	color: #000;
}
.board {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#content .board {
	min-height: 480px;
}
#content .board img {
	display: block;
	max-width: 100% !important;
	height: auto;
	border: 0;
}
#foot .board {
	min-height: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#baraza {
	display: none;
	width: 50%;
	height: 70px;
	position: fixed;
	bottom: 6px;
	left: 25%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	z-index: 100;
}
#rid {
	width: 100%;
	margin-bottom: 24px;
	border-top: 4px solid #D8D8D8;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
#overlay {
	display: none;
	background-color: rgba(0,0,0,0.5); 
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
	overflow: hidden;
	z-index: 20;
}
.selected {
	background: #F4F2E5;
}
.pad {
	width: 98%;
	margin-top: 12px;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 24
	border: thin solid #D8D8D8;
	border-radius: 18px;
	-moz-border-radius: 18px; 
	-webkit-border-radius: 18px;
}
.box {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
.alert i {
	float: left;
	padding: 8px;
}
.bg-danger, .bg-success, .bg-info {
	padding: 6px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.loading {
	display: none;
	background: url(../images/wait.gif) no-repeat 1px; 
	height: 45px; 
	width: 45px;
	margin-top: 25%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
.bimg, .icon {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/main.svg);
}
.img-circle {
	-moz-border-radius: 42px; 
	-webkit-border-radius: 42px;
	width: 78px;
	height: 78px;
	border-radius: 42px;
}
.logo {
	background-position: 0 0;
	width: 200px;
	height: 48px;
	left: 6px;
	cursor: pointer;
}
.badge {
	display: block;
	background-color: #000;
	width: 18px;
	height: 18px;
	padding-top: 1px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	border: 2px solid #28220B;
	text-align: center;
}
/******************************* menu ******************************/
#logom, #topbar {
	background: linear-gradient(to bottom, rgba(226,222,218,1) 0%,rgba(226,222,218,1) 39%,rgba(226,222,218,0.82) 50%,rgba(125,185,232,0) 100%);
	width: 100%;
	height: 60px;
	padding-top: 3px;
}
#menubar {
	height: 36px;
}
#navBar ,#seoBtn {
	margin-top: 8px;
	display: none;
	cursor: pointer;
}
.menu {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.nav , .navz {
	list-style: none;
}
.nav li {
	float: left;
	margin-left: 3px;
}
.nav li a {
	display: block;
	font-family: "Font-Card", Sans-serif;
	text-decoration: none;
	padding: 4px 24px;
	color: #000;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently  supported by Chrome, Edge, Opera and Firefox */
}
.nav li a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;

}
.navz {
	float: right;
	right: 6px;
}
.navz li {
	float: left;
	margin-left: 12px;
}
.navz li a {
	font: 14px BrandonText-Regular, Helvetica, Arial, sans-serif;
	color: #eeebeb;
	text-decoration: none;
}
/*************************************** content **********************************/
.slider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	max-width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.image-container {
	width: 100%;
	height: 380px; /* Adjust as needed */
	position: absolute;
	top: 0;
	left: 100%;
	overflow: hidden;
	transition: left 0.5s ease-in-out;
	perspective: 500px;
}
.image-container.active {
    left: 0;
}
.scene {
	position: absolute;
	background: #cc9966;
	left: 6px;
	padding: 3px ;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	transform: rotateX(0deg) rotateY(51deg )scale(0);
	transform-style: preserve-3d;
	transition: transform 1000ms ease-in-out 1000ms;
}
.scene img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	max-height: 330px;
}
.scene .tip {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
	text-align: center;
}
.tik {
	position: absolute;
	bottom: 0;
	right: 12px;
	width: 50%;
	height: 198px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.1;
	transform: translate(0, 100%);
	transition: transform 2000ms ease-in-out 2000ms, opacity 2000ms ease-in 2000ms;;
}
.tik .head {
	font-family: "Font-Card", Sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.tik .tip {
	margin-top: 12px;
	font-size: 24px;
	font-weight: bolder;
}
.tik .tip  a{
	margin-top: 24px;
}
.patimg img {
	height: 100%;
}
#skim {
	background: #f5f6f8;
	height: 390px;
	padding: 24px 6px;
}
.wins, #win-slider, .winx ul, .winq { 
	list-style: none;
}
.winx {
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
	background: #fe9900;
}
#win-slider li {
	background: #fff;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #dcdcdc;
}
#win-slider li a {
	display: block;
}
.wins li, .winq li {
	float: left;
	width: 15.5%;
	margin-left: 1%;
}
.winx li {
	float: left;
	width: 24%;
	margin: 0.5%;
}
.winx li {
	background: #fff;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #c2c2c2;
}
.winq li {
	padding: 6px;
	border: 1px solid #dcdcdc;
}
.wins li a, .winx li a, .win-slider li a, .winq li a {
	font-family: "Font-Card", Sans-serif;
	color: #606060;
}
.wins li a:hover, .winx li a:hover, .winq li a:hover {
	text-decoration: none;
}
#win-slider .dimg, .winq .dimg {
	height: 210px;
}
.wins .wimg, .winx .dimg {
	height: 270px;
	overflow: hidden;
}
.wins .tip {
	text-align: center;
	height: 84px;
	overflow: hidden;
}
#win-slider .tip {
	text-align: center;
	padding-top: 12px;
	height: 72px;
}
.wimg {
	border: 1px solid #dcdcdc;
	padding: 12px;
}
.winx .dimg {
	margin-top: 36px;
}
.winx img {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.winx .head {
	background: #ff0000;
	position: absolute;
	margin: auto;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	width: 120px;
	height: 42px;
	z-index: 10;
	overflow: hidden;
}
.winx .txt {
	padding: 0 8px;
}
.winx .txt, .winq .txt {
	height: 86px;
	overflow: hidden;
}
.winx .tip, .winq .tip {
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	height: 48px;
	overflow: hidden;
}
.bull {
	list-style: none;
}
.bull li {
	float: left;
	width: 24%;
	margin: 0.5%;
	padding: 12px;
	border: 1px solid #dcdcdc;
}
.bull .limg {
	height: 300px;
	overflow: hidden;
}
.bull .txt {
	text-align: center;
	height: 74px;
	overflow: hidden;
}
.bull .tip {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 48px;
}
.bull a {
	color: #606060;
}
.bull a:hover {
	text-decoration: none;
}
#pimg {
	border: 1px solid #dcdcdc;
	width: 100%;
	min-height: 360px;
	max-height: 390px;
	overflow: hidden;
}
#simg {
	border: 1px solid #e3e3e3;
	display: block;
	min-height: 90px;
	overflow: hidden;
	background: #fafafa;
}
.thumb {
	margin: 3px;
	float: left;
	width: 74px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	border: thin solid #D3D2D2;
}
#exp ul{
	padding-left: 32px;	
}
#exp .tip {
	padding-top: 24px;
	padding-bottom: 24px;
}
.vimg {
	height: 480px;
}
.vcell .txt ul {
	margin-left: 32px;
}
#nasa{
	background: #f2f2f2;
	height: 180px;
	padding-top: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#nasa ul { 
	list-style: none;
}
#nasa ul li:first-child { 
	float: left;
	width: 33%;
}
#nasa ul li:last-child{ 
	float: left;
	width: 66%;
	margin-left: 1%;
}
#bazaa{
	display: none;
}
#iMap {
	border: thin solid #D8D8D8;
	border-radius: 18px;
	-moz-border-radius: 18px; 
	-webkit-border-radius: 18px;
	padding-top: 24px;
	padding-bottom: 24px;
}
#googleMap1 {
	width: 100%;
	height: 480px;
	overflow:hidden;
}
#stamp {
	border: thin solid #D8D8D8;
	-moz-border-radius: 114px; 
	-webkit-border-radius: 114px;
	border-radius: 114px;
	margin-top: 18px;
	margin-right: auto;	
	margin-bottom: 18px;
	margin-left: auto;	
	padding: 6px;
	width: 120px;
	height: 120px;
	cursor: pointer;
}
#psrc {
	-moz-border-radius: 108px; 
	-webkit-border-radius: 108px;
	border-radius: 108px;
	width: 108px;	
	height: 108px;
	overflow: hidden;
}
.pic-circle {
	-moz-border-radius: 108px; 
	-webkit-border-radius: 108px;
	border-radius: 108px;
}
#pics {
	position: absolute;
	width: 48px;
	height: 48px;
	z-index: 10;
	right: 0;
	bottom: 0;
}
.patimg {
	border: 2px solid #dedede;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	width: 64px;
	height: 60px;
	margin-right: 12px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.patimg img {
	height: 100%;
	border: 0;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
#w-login {
	margin-left: 26%;
	margin-top: 36px;
	width: 48%;
}
/********************* form *************************/
#seo-group {
	display: flex;
	background: #fff;
	padding: 6px 12px;
	border: thin solid #D8D8D8;
	border-radius: 18px;
	-moz-border-radius: 18px; 
	-webkit-border-radius: 18px;
}
.seo-in {
	border: thin solid #D8D8D8;
	border-radius: 18px;
	-moz-border-radius: 18px; 
	-webkit-border-radius: 18px;
}
.seo-out {
	border: thin solid #D8D8D8;
	border-top-left-radius: 18px; 
	border-top-right-radius: 18px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.info {
	background: transparent;
	border: none;
	box-shadow: none ;
	-webkit-box-shadow: none ;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.field {
	padding: 8px 6px;
	width: 98%;
}
.result {
	background: #fff;
	position: absolute;
	width: 100%;
	top: 42px;
	height: 300px;
	display: none;
	z-index: 30;
	overflow-y: scroll;
}
.result ul {
	list-style: none;
}
.jseo {
	position: absolute;
	display: none;
    background: white;
	border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);    
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	width: 100%;
	z-index: 30;
}
.jseo li {
	height: 72px;
	padding-top: 3px;
	padding-bottom: 6px;
	cursor: pointer;
	border-top: thin solid #dbdbdb;
}
.jseo li a, .stis li a {
	display: block;
   	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D !important;
	text-decoration: none;
	display: block;
	height: 60px;
	overflow: hidden;
}
.jseo li:hover, .stis li:hover {
	background: #ebebeb;
}
.jseo .simg {
	height: 60px;
	padding: 3px 6px 12px 6px;
	width: 60px;
	float: left;
	margin-right: 6px;
	margin-left: 12px;
	border: 2px solid #dedede;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	overflow: hidden;
}
.jseo .simg img {
	/*margin: 6px;*/
	height: 100%;
	border: 0;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
.jseo .txt {
	width: 100%;
	padding: 6px;
}
.caos {
	background: #fff;
	width: 100%;
	max-height: 150px;
	display: none;
	z-index: 30;
	border: thin solid #dbdbdb;
	overflow-y: scroll;
}
.caos ul {
	list-style: none;
}
.stis li a {
	padding: 6px 12px;
	cursor: pointer;
	height: 36px;
	border-top: thin solid #dbdbdb;
}
.yin { 
	background-color: #fff;
	background-position: -240px 0;
	width: 40px; 
	height: 36px; 
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
.cart {
	background-position: -288px 0;
	height: 28px;
	padding-top:12px;
	padding-left: 12px;
}
.opt {
	float: left;
	width: 72px;
	top: 30px;
}
.opt-txt {
	overflow: hidden;
}
.opt select {
	border: none;
	padding: 10px 10px 10px 5px;
}
.opt-day {
	width: 60%;
}
.opt-time {
	float: right;
	width: 40%;
}
.opt-sth {
	float: right;
	width: 50%;
}
.opt-crd {
	width: 50%;
}
#opt-form {
	display: none;
}
.input-group {
	padding: 9px 12px 6px 6px;
	margin-top: 30px;
	margin-bottom: 18px;
	border: thin solid #4a4a4a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.input-label {
	position: absolute;
	top: 12px;
	float: left;
	pointer-events: none;
	padding-left: 3px;
	padding-right: 4px;
	transition: transform 300ms ease-in;
	z-index: 10;
}
.move-up {
	background-color: #fff;
	transform: translateY(-24px);
}
.move-down {
	background-color: transparent;
	transform: translateY(0);
}
.add-border {
	outline: 1px solid #4a4a4a;
}
.arrow-eye {
	background-repeat: no-repeat;
	background-image: url(../images/main.png);
	cursor: pointer;
	right: 1px;
	position: absolute;
	top: 36px;
	width: 24px !important;
	height: 24px !important;
	z-index: 10;
}
/*************************** button ******************************/
.btn {
	display: block;
	background: #4a4a4a;
	padding-top: 8px;
	padding-bottom: 12px;
	-moz-border-radius: 24px; 
	-webkit-border-radius: 24px; 
	border-radius: 24px;
	text-align: center;
	color: #dcdad4;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}
.btn-shop {
	width: 120px;
}
#qty {
	width: 32px;
	text-align: center;
}
#qminus, #qplus {
	width: 24px;
}
.soza, .soza a, .roma {	
	margin-left: auto; 
	margin-right: auto; 
	background: #fe9900;
	padding: 12px 16px;
	border-radius: 6px;
	text-align: center;
	color: #000;
}
.soza:hover, .soza a:hover {
	text-decoration: none;
	background: #fff;
	color: #606060;
	border: 1px solid #D8D8D8;
}
.btn-login{
	margin-left: 30%;
	width: 40%;
}
.btn-login:hover, .btn-shop:hover{
	background: #d5d1c4;
	color: #4a4a4a;
}
.srch {
	background: #a2cd5a;
	width: 90px;
	height: 24px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
}
.fileinput-button {
	height: 102px;
    overflow: hidden;
    margin-right: 2px;
}
.fileinput-button input {
    position: absolute;
	height: 102px;
    top: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-200px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
	z-index: 90;
}
.fileinput-button img {
	width: 100% !important; 
}
/************************************** Player ************************************/
/*************************** icon *******************************/
.icon-lg {
	background: #fff;
	width: 32px !important;
	height: 30px !important;
}
.icon-sm {
	width: 24px !important;
	height: 24px !important;
}
.eye-on {
	background-position:  0 -72px;
	background-size: 240px 180px;
}
.eye-off {
	background-position:  0 -96px;
	background-size: 240px 180px;
}
.arrow-right {
  	width: 0; 
	height: 0; 
	position: absolute;	
	top: 0;
	right: 8px;
  	border-top: 6px solid transparent;
 	border-bottom: 6px solid transparent;  
  	border-left: 6px solid #2a2a2a;
	cursor: pointer;
}
.icon-warn {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/icon-warn.png);
	background-position: 0px 0px;
}
.icon-ok {
	width: 60px;
	height: 60px;
	display: block;
	margin-right: 12px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/icon-ok.png);
	background-position: 0 0;
}
.icon-down {
	background-repeat: no-repeat;
	background-image: url(../images/icon-down.png);
}
.icon-arrow {
	background-repeat: no-repeat;
	background-image: url(../images/main.jpg);
	background-position: -16px -0px;
	margin-top: 6px;
}
.icon-login {
	background-position: 0 -48px;
	width: 96px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 
}
.icon-fb {
	background-position: -192px -0px;
}
.icon-tw {
	background-position: -216px -0px;
}
.icon-ig {
	background-position: -240px -0px;
}
.icon-user {
	background-position: -96px -120px;
}
.icon-seo {
	background-position: -216px 0;
	width: 24px;
	height: 24px;
}
.icon-seo-btn {
	background-position: -384px 0;
	width: 28px;
	height: 32px;
}
.icon-nav-btn {
	background-position: -336px 0;
	width: 32px;
	height: 32px;
}
.icon-catalog {
	background-position: -240px -96px;
	width: 32px;
	height: 26px;
}
.icon-fill {
	background-position: -240px -144px;
}
.icon-map {
	width: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/main.png);
	background-position: -24px -0px
}
.icon-clock {
	width: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/main.png);
	background-position: -48px -0px
}
.icon-close {
	background-position: -240px -192px;
}
.icon-player {
	background-position: -168px -72px;
}
/********************** responsive  *****************************/
@media (min-width: 993px) and (max-width: 1199px) {
	.board {
		width: 100%;
	}
	.wins li, .winq li {
		width: 32%;
		margin: 0.5%;
	}
	.winx .tip {
		height: 62px;
	}
	.remo {
		margin-top: 12px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.board {
		width: 100%;
	}
	.wins li, .winq li {
		width: 32%;
		margin: 0.5%;
	}
	.wins .wimg, .bull .limg {
		height: 210px;
	}
	.winx .tip {
		height: 62px;
	}	
}
@media (max-width: 768px) {
	.hd1, .hd2 {
		border-radius: 0;		
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.hd1 {
		background: #fe9900;
	}
	.hd2 {
		background: #ebfdff;
		color: #333333;
	}
	#foot {
		font-size: 10px;
	}
	.board {
		width: 100%;
	}
	#logo {
		background-size: 240px 180px;
		background-position: -96px -0px;
		width: 144px;
		height: 36px;	
	}
	.pad {
		margin-top: 0;
		width: 100%;
		clear: both;
		float: none;
		border: none;
		margin-left: 0;
		margin-right: 0;
	}
	#baraza {
		width: 98%;
		left: 0;
		right: 0;
	}
	.hidden-xs {
		display: none;
	}
	#navBar, #seoBtn {
		display: block;
	}
	.nav li {
		float: none;
		margin-left: 0;
	}
	.nav li a {
		padding: 12px 24px;
	}
	.nav li a:hover {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#logom {
		background: #000;
		width: 100%;
		padding-left: 12px;
		padding-top: 6px;
	}
	#logom, #topbar {
		height: 54px;
	}
	#menubar {
		display: none;
	}
	.navz {
		margin-top: 0;
	}
	.nav-lst {
		width: 272px;
	}
	.nav-lst li {
		border-bottom: none;
	}
	.nav-lst li a {
		padding: 12px 12px;
	}
	.nav-lst-st li:first-child {
		border-top: none;
	}
	.wins li {
		width: 32%;
		margin: 0.5%;
	}
	.winx li, .bull li, .winq li {
		width: 48%;
		margin: 1%;
	}
	.wins .wimg, .bull .limg {
		height: 210px;
	}
	.wins .tip {
		height: 102px;
	}
	.winx .tip {
		height: 48px;
	}
	.bull .limg {
		height: 210px;
	}
	.bull .txt {
		height: 72px;
	}
	#vista {
		width: 100%;
	}
	.vimg, .vcell {
		float: none;
		width: 100%;
	}
	.vcell {
		min-height: 210px;
	}
	.vcell .txt {
		height: 78px;
		overflow: hidden;
	}
	#iDialog {	
		bottom: 0;
		width: 100%;
		-moz-border-radius-topleft: 18px;
		-moz-border-radius-topright: 18px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		-webkit-border-top-left-radius: 18px;
		-webkit-border-top-right-radius: 18px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#srcFrm {
		/*position: absolute;
		background: #fff;
		width: 100%;
		height: 48px;
		left: 0;
		right: 0;
		margin-top: 48px;
		margin-left: auto; 
		margin-right: auto;
`		padding-top: 12px;	
		padding-bottom: 12px;
		border-bottom: 1px solid #D8D8D8;
		z-index: 100;*/
	}
	#sino {
		width: 100%;
	}
	#seo {
		width: 80%;
	}
	#cart {
		background-position: -72px -36px;
		background-size: 240px 180px;
	}
	.icon-user {
		background-position: -72px -84px;
		background-size: 240px 180px;
	}
	.icon-seo {
		background-position: 0 -120px;
		background-size: 240px 180px;
	}
	.arrow-right {
		top: 10px;
	}
	.icon-catalog { 
		background-position: -144px -48px;
		background-size: 240px 180px;
	}
	.icon-fill { 
		background-position: -132px -72px;
		background-size: 240px 180px;
	}
	.icon-close {
		background-position: -132px -96px;
		background-size: 240px 180px;
	}
}
@media (max-width: 480px) { 
	.wins .wimg, .bull .limg {
		height: 180px;
	}
	.wins li  {
		width: 48%;
		margin: 1%;
	}	
	.winx li {
		float: none;
		width: 96%;
		margin-bottom: 24px;
		margin-left: 2%;
	}
	.winx li:first-child {
		margin-left: 2%;
	}
	.winx .tip {
		height: 48px;
	}
	.bull .txt {
		height: 72px;
	}
	#nasa{
		height: 324px;
	}
	#nasa ul li:first-child { 
		float: none;
		clear: both;
		width: 100%;
	}
	#nasa ul li:last-child{ 
		float: none;
		clear: both;
		width: 100%;
		padding-left: 16px;
		padding-right: 6px;
		margin-left: 0;
	}
	#w-login {
		margin-left: 2%;
		width: 96%;
	}
}