@media only screen and (min-width: 760px) and (max-width: 1000px) {
.wrap-body,.body,.main-body,.logo-image,.small-wrap-mobile {
	display:none;
}
.wrap-mobile {
	display:block;
	width:750px;
	margin:0 auto;
}
.top-mobile {
	background:url(../images/img/tab-wrap-bg.png) no-repeat;
	height:275px;
	width:750px;
	margin:0 auto;
}
.mobile {
	width:640px;
	float:right;
	height:580px;
	margin-right:60px;
}
.logo-mobile {
	float:right;
	border-bottom:3px solid #e4e2e2;
	margin-top:35px;
	padding-bottom:30px;
}
.tab-h1-tag {
	text-indent:-9999px;
	background:url(../images/img/tab-h1-tag.png) no-repeat;
	width:633px;
	height:69px;
}
.tab-h2-tag {
	text-indent:-9999px;
	background:url(../images/img/tab-h2-tag.png) no-repeat;
	height:65px;
	width:637px;
}
.tab-h3 {
	text-indent:-9999px;
	background:url(../images/img/tab-h3-tag.png) no-repeat;
	width:634px;
	height:38px;
	margin-top: 40px;
	margin-bottom:10px;
	float:right;
}
.text-mobile-middle {
	margin-top:30px;
	height:201px;
	width:569px;
	float: right;
}
.tab-sunglass {
	float: left;
	margin-top: -22px;
	position: relative;
}
.mobile-form {
	background:url(../images/img/tab-footer-bg.png) no-repeat;
	height:548px;
	width:750px;
	float:right;
	margin:0 auto;
}
.form-small {
	float:right;
	margin-top:40px;
	margin-right:50px;
}
.input-mobile {
	background:url(../images/img/tab-input-bg.png) no-repeat;
	width:610px;
	height:105px;
	padding-right:30px;
	color:#CCC;
	font-size:38px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border:none;
	margin-top:10px;
}
.mobile-btn {
	background:#eb0074;
	width: 622px;
	height: 175px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	margin: 0 auto;
	margin-top: 40px;
	margin-right: 11px;
}
.mobile-btn:hover {
	background:#b2035a;
}
	
}
@media only screen and (min-width: 200px) and (max-width: 760px) {
.wrap-body,.body,.main-body,.logo-image,.wrap-mobile {
	display:none;
}
.small-wrap-mobile {
	display:block;
	width:300px;
	margin:0 auto;
	overflow:hidden;
}	
.small-top-mobile {
	background:url(../images/img/mobile-top-bg.png) no-repeat;
	height:115px;
	width:300px;
	margin:0 auto;
	float:right;
}
.small-mobile {
	width:270px;
	height:216px;
	margin-right:15px;
	float:right;
}
.small-logo-mobile {
	float:right;
	border-bottom:3px solid #e4e2e2;
	margin-top:10px;
	padding-bottom:10px;
}
.mobile-h1-tag {
	text-indent:-9999px;
	background:url(../images/img/mobile-h1-tag.png) no-repeat;
	width:255px;
	height:28px;
}
.mobile-h2-tag {
	text-indent:-9999px;
	background:url(../images/img/mobile-h2-tag.png) no-repeat;
	height:30px;
	width:255px;
}
.mobile-h3 {
	text-indent:-9999px;
	background:url(../images/img/mobile-h3-tag.png) no-repeat;
	width:256px;
	height:18px;
	margin-top: 10px;
	margin-bottom:5px;
	float:right;
}
.small-text-mobile-middle {
	margin-top:10px;
	height:81px;
	width:222px;
	float: right;
}
.mobile-sunglass {
	float: left;
	margin-top: -13px;
	position: relative;
}
.small-mobile-form {
	background:url(../images/img/mobile-bg-footer.png) no-repeat;
	height:232px;
	width:300px;
	float:right;
	margin:0 auto;
}
.small-form-small {
	float:right;
	margin-top:30px;
	margin-right:10px;
}
.small-input-mobile {
	background: url(../images/img/mobile-input-bg.png) no-repeat;
	width: 239px;
	height: 55px;
	padding-right: 30px;
	color: #CCC;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border: none;
	margin-top: 0px;
}
.small-mobile-btn {
	background: #eb0074;
	width: 250px;
	height: 60px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-right: 10px;
}
.small-mobile-btn:hover {
	background:#b2035a;
}


}