@media (max-width: 750px){
#warning .copy {
	font-size:12px;
	line-height:13px;
	margin:5px 35px 5px 5px;
}
#warning .close {
	top:5px;
	right:5px;
	width:25px;
	height:25px;
}
#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner .title {
	padding-top:100px;
}
.inner .title .line{
	width:50px;
}
.inner h3 span{
	display:block;
}
.inner h2{
	font-size:32px;
}
.inner h2 span{
	display:block;
}
#header {
	height:70px;
}
#head {
	height:66px;
}
#head .logo {
	float:none;
	width:100%;
	padding-top:13px;
}
#head .logo img {
	width:160px;
}
#head .share {
	display:none;
}
#head .location {
	display:none;
}
#menu {
	background-color:#000000;
	width:100%;
	height:4px;
	line-height:4px;
}
#menu ul{
	display:none;
}
#footer b {
	display:none;
}
#footer span{
	display:block;
}
#foot_prize {
	height:100px;
}
#foot_prize li {
	width:29%;
}
#head .push-right {
	display:block;
	position:absolute;
	right:14px;
	top:18px;
	width:30px;
	height:30px;
	z-index:2;
	background:url(../images/ico_menu.gif) no-repeat;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
nav.menu {
	display:block;
    position: fixed;
    z-index: 20;
	background:#ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    width: 85%;
    height: 100%;
    right: -85%;
	color:#b3a275;
	font-size:20px;
	text-align:center;
	overflow:auto;
	/*border-left:1px solid #000;*/
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu li {
    display: block;
}
nav.menu a {
    display: block;
	color:#b3a275;
	font-size:16px;
	padding:5px 0;
}
nav.menu .m_head {
	width:60%;
	height:40px;
	border-top:1px solid #b3a275;
	border-bottom:1px solid #b3a275;
	color:#b3a275;
	line-height:40px;
	margin:20px auto 10px;
}
nav.menu .head_share {
	background:url(../images/ico_share.gif) 6px 12px no-repeat;
}
nav.menu .list2 a {
	display:inline-block;
	padding:5px;
}
nav.menu .list3 {
	padding-bottom:20px;
}
body.pmr-open nav.menu {
    right: 0
}
body.pmr-open #wrapper {
    left: -85%
}

/***** home *****/
#home {
	background:url(../images/m/bg_home.jpg) top center no-repeat;
	background-size:cover;
}
#home .img_head {
	width:90%;
	left:5%;
	margin-left:0;
	top:auto;
	bottom:20%;
}

/***** product *****/
#product li {
	margin:2%;
	width:44%;
}
#product li .over .over_click {
	font-size:14px;
}
#product .product_detail li {
	width:16%;
}
#product .product_detail li a {
	padding:5px 1.5%;
}
#product .product_detail li a span {
	display:block;
}
.link {
	font-size:18px;
}
.link .btn {
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.link .link_title.title2 {
	clear:both;
}
.link a {
	margin:5px 0;
}

/***** form *****/
#form .pass .head .logo {
	float:none;
	width:100%;
	text-align:center;
	padding-left:0;
	padding-top:8px;
}
#form .pass .head .board {
	float:left;
	width:100%;
	font-size:28px;
	color:#b3a275;
	padding-top:15px;
}
#form .pass .head .code {
	float:right;
	width:95%;
	text-align:right;
	padding-right:5%;
	font-size:14px;
	color:#000000;
	line-height:14px;
}
#form .pass .body {
	width:100%;
	height:auto;
}
#form .pass .body .col1 {
	float:none;
	width:90%;
	height:auto;
	font-size:18px;
	padding:5%;
}
#form .pass .body .col1 img{
	width:100%;
	max-width:100%;
}
#form .pass .body .col2 {
	float:none;
	width:90%;
	height:auto;
	font-size:18px;
	padding:0 5% 50px;
	background:url(../images/m/pass_img2.gif) bottom center no-repeat;
	border-right:none;
}
#form .pass .body .col2 .row {
	font-size:14px;
}
#form .pass .body .col2 span {
	font-size:18px;
}
#form .pass .body .col2 input {
	width:95%;
	font-size:16px;
}
#form .pass .body .col70p {
	float:left;
	width:70%;
}
#form .pass .body .col30p {
	float:left;
	width:22%;
}
#form .pass .body .col2 .col70p input {
	width:90%;
}
#form .pass .body .col3 {
	display:none;
}
#form .captcha {
	width:100%;
	float:none;
}
#form .submitbar {
	float:none;
	text-align:center;
	padding-top:10px;
}
#form .submitbar input {
	display:inline-block;
	margin:0 5px;
}
/***** gwp *****/
#gwp .glist.on9 {
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
#gwp .glist li {
	width:94%;
	/*height:330px;*/
}
#gwp .glist .detail_bx {
	width:94%;
	left:3%;
	bottom:-110px;
	height:120px;
	color:#FFF;
	font-size:18px;
	padding-bottom:10px;
}
#gwp .glist .price span {
	display:inline-block;
	font-size:24px;
	margin-left:5px;
}
#gwp .glist .detail_bx a {
	font-size:16px;
}
#gwp .btn {
	display:block;
	margin-left:0;
	font-size:18px;
}
#gwp .btn a {
	margin:5px 0;
}

/***** address *****/
#address {
	padding-bottom:100px;
}
#address li {
	text-align:center;
	padding:10px 0;
}
#address li .left{
	display:block;
	width:100%;
	font-size:16px;
}
#address li .center{
	display:none;
}
#address li .right{
	display:block;
	width:100%;
	padding-top:10px;
}
#address li .right span{
	display:block;
}
a#gototop{
	bottom:7px;
	right:7px;
}
}

@media (max-width: 320px){
#footer {
	text-align:left;
}
#foot_prize {
	height:90px;
}
#form .pass .head .board {
	font-size:23px;
}
#form .pass .body .col2 {
	background:url(../images/m/pass_img2_320.gif) bottom center no-repeat;
}
}