@media screen and (max-width: 1920px) {
.wrapper {
	width: 700px;
}
.top .top-inner .top-menu{
	display: none;
}
.top .top-inner .top-logo{
	width: 50%;
}
.top .top-inner .top-search {
    width: 50%;
}
.main-title{
    margin: 30px 0 10px;
}
.main-title h1 {
    font-size: 40px;
    line-height: 50px;
}
.content .article .article-inner .meta{
    border: none;
    margin: 0;
}
.content .article .article-inner .meta .meta-left{
    display: none;
}
.content .article .article-inner .meta .meta-right{
    width: 100%;
}
.content .article .article-inner .meta .meta-right img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.content .article .article-inner img.auto{
    width: 100%;
}
.content .article{
	width: 100%;
}
.content .article .article-inner {
    padding: 0;
}

.content .article .product .product-left{
    width: 100%;
}
.content .article .product .product-right{
    width: 100%;
}

.content .sidebar {
    display: none;
}
.content .sidebar .sidebar-inner{
	padding: 0px 0px;
}
.footer .footer-inner .footer-box{
    width: 32%;
}


}

@media screen and (max-width: 770px) {
.wrapper {
    width: 550px;
}

.header .header-inner .header-menu {
    display: none;
}
.banner-ad img {
    width: 100%;
}
.top .top-inner .top-search ul li a{
    display: none;
}
.top .top-inner .top-search ul li.mob{
	display: inline-block;
    vertical-align: middle;
}
.top .top-inner .top-search ul li.mob img{
	width: auto;
}
.top .top-inner .top-search ul li.mob img.mob-img{
    margin: 5px 0;
}
.content .article .article-inner .meta {
    margin: 0 0 20px;
}

.content .article .article-inner img.bottle{
    width: 100%;
}
.footer .footer-inner .footer-box{
    width: 50%;
}
.content .article .ingredients .ings-right h1{
    font-size: 20px;
    margin: 20px 0;
}
.content .article .product .product-left h1{
    font-size: 45px;
    line-height: 50px;
}
.content .article .product .product-left h2 {
    font-size: 25px;
    line-height: 35px;
}
.content .article .product .product-left img{
    width: 80%;
}

}

@media screen and (max-width: 600px) {
.wrapper {
    width: 90%;
}

.top .wrapper{
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.top .top-inner .top-logo{
	width: 20%;
}
.top .top-inner .top-search {
    width: 80%;
}


.main-title h1 {
    font-size: 28px;
    line-height: 32px;
}
.content .article .article-inner .meta .meta-left {
    display: none;
}
.content .article .article-inner .white-box .white-box-inner .white-box-left {
    width: 100%;
}
.content .article .article-inner .white-box .white-box-inner .white-box-right {
    width: 100%;
}
.content .article .article-inner .white-box .white-box-inner .white-box-right .white-box-right-inner{
	padding: 20px 0px;
}
.content .article .article-inner p img.right{
	float: none;
	width: 50%;
	margin: 0 auto;
}
.content .article .article-inner .white-box .white-box-inner .white-box-right .white-box-right-inner .button{
    width: 170px;
}
.content .article .article-inner h2 span{
	padding: 10px 10px;
}
.footer .footer-inner .search-wrapper,


.footer .footer-inner .copyright .copy-left,
.footer .footer-inner .copyright .copy-right {
    text-align: center;
    width: 100%;
}
.footer .footer-inner .copyright .copy-left p, 
.footer .footer-inner .copyright .copy-right p{
	margin: 5px 0px;
}
.footer .footer-inner .statement {
    display: block;
    text-align: center;
}

.content .article .article-inner .order-button {
    width: 90%;
}

.content .article .ingredients .ings-left{
    width: 100%;
    padding: 0;
}
.content .article .ingredients .ings-right{
    width: 100%;
    padding: 0;
}

.content .article .products .prod-left{
    width: 100%;
    padding: 0;
}
.content .article .products .prod-left img {
    width: 150px;
}
.content .article .products .prod-right{
    width: 100%;
    padding: 0;
}
.content .article .products .prod-right img{
    width: 160px;
}

}

@media screen and (max-width: 420px) {
.wrapper {
    width: 90%;
}
.search{
    width: 200px;
}

.top .top-inner .top-search ul li img {
    margin: 5px 0;
    width: 140px;
}

.search input[type="submit"] {
    margin: 3px 0 0 -3px;
}
.content .sidebar .sidebar-inner img.auto {
    width: 100%;
}
.top .top-inner .top-search ul li {
    font-size: 11px;
    padding: 0 3px;
}

.footer .footer-inner ul {
    display: none;
}
.footer .footer-inner .footer-box{
    width: 100%;
}


}

