﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    background: #f6f7f9;
    color: #3a2a2f;
    /*letter-spacing: 1px;*/
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
}

input {
    outline: 0px;
}

.phcolor {
    color: #999;
}
.font-red{color: #f30;}
.font-gray{color:#999c9f}
/* Clear Fix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    clear: both;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* header */
.header {
    width: 90%;
	background: #3a2a2f;
    border-bottom: 1px solid rgba(233, 226, 221, 0.3);
	padding: 0 5%;
}

.header-ad {
    width: 100%;
    height: 80px;
}
.header-topbox {
    width: 1024px;
    margin: 0 auto;
	max-width: 100%;
}

.header-top ul li {
    float: left;
    padding: 10px 15px;
	position: relative;
	color: #fff;
}
.header-top ul li:first-child {padding-left:0;}
.header-top ul li::before{
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    /*background-color: #ccc;*/
	background: rgba(233, 226, 221, 0.3);
    content: '';
}
.header-top ul li:first-child::before{
	background-color: #3a2a2f !important;
}
    .header-top ul li a {
        float: left;
        color: #fff;
    }

.login {
    float: left;
}

.header-person {
    float: right;
}

.header-bottom {
    width: 100%;
	/*background: #fff;*/
	background: #3a2a2f;
	position: -webkit-sticky;
    position: sticky;
    top: 0px;
	z-index: 200;
	overflow: hidden;
	width: 90%;
	padding: 0 5%;
}

.header-bottombox {
    width: 1024px;
	padding: 20px 0;
    margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
}

.logobox {
    float: left;
    width: 30%;
}

.searchbox {
    float: left;
    width: 45%;
	margin-left: 30px;
}

.searchbox_top {
    width: 100%;
    height: 40px;
}

.form {
    width: 90%;
    /*border: 1px solid #ccc; */
	border: 1px solid #fff; 
	background: #fff;
	height: 42px;
}

.searchbox_top img {
    float: left;
    margin: 6px;
}

.searchtxt {
    width: 60%;
    height: 42px;
    border: none;
    line-height: 42px;
    font-size: 1.16667em;
    margin-top: 0px;
	padding-left: 15px;
    /*background: url(../images/search24.png) 10px center no-repeat;*/
    background-size: 21px;
	float: left;
}

.searchsmt {
    float: right;
	height: 44px;
    color: #FFF;
    border: none;
	margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 66px;
    font-size: 1rem;
	cursor: pointer;
	background: url(../images/top-search.png) #ff5500 center no-repeat;
	background-size: 24px;
}

.searchbox p {
    height: 20px;
    float: left;
    color: #999;
    letter-spacing: 2px;
}

    .searchbox p a {
        color: #999;
        float: left;
    }

    .searchbox p .shu {
        color: #999;
    }

.cartbox {
    float: right;
}

    .cartbox a {
        float: right;
        display: block;
        zoom: 1;
		padding-left: 43px;
		background: url("../images/cart.png") no-repeat left center;
		white-space: nowrap;
		margin-right: 20%;
		font-size: 1rem;
		color: #fff;
    }

   .cartbox a:hover {			
		background: url("../images/cart-h.png") no-repeat left center;
	    color: #ff5500;
   }

.top-cart {
    height: 42px;
	line-height: 42px;
    text-align: center;
    float: right;
}

    .top-cart i {
        float: left;
        width: 25%;
        display: block;
        margin-left: 15%;
        font-size: 1.25em;
        line-height: 34px;
    }

    .top-cart p {
        float: right;
        font-size: 1.3em;
        margin-right: 15%;
    }

/*nav*/
.top-nav {
    width: 100%;
	background: #fff;
	position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 200;
}

.menu {
    width: 100%;
	overflow: hidden;
}
.top-nav .menu{
    border-bottom: 1px solid rgba(204,204,204,.5);
    /*border-top: 1px solid rgba(204,204,204,.5);	*/
}

.menubox {
    width: 1024px;
    margin: 0 auto;
	max-width: 100%;
}

.list_title {
    width: 15.6%;
    height: 40px;
    float: left;
}

    .list_title > h2 {
        height: 40px;
        background-color: #000;
        color: #FFF;
        font-size: 1.2em;
        letter-spacing: 3px;
        text-align: center;
        line-height: 40px;
        display: block;
    }

    .list_title h2 > a {
        color: #FFF;
        display: block;
        font-size: 15px;
        font-weight: 600;
    }


    /*menu list*/
    .list_title h2 ul {
        display: none;
    }

    .list_title h2:hover ul {
        width: 320px;
        
        display: block;
        z-index: 91;
        position: relative;
        border: 1px solid #666;
        background-color: #f7f7f7;
        padding: 15px 25px;
		padding-bottom:25px;
    }

        .list_title h2:hover ul li dl {
            color: #333;
        }

            .list_title h2:hover ul li dl dt {
                text-align: left;
                border-bottom: 1px solid #CCC;
            }

                .list_title h2:hover ul li dl dt a {
                    font-size: 14px;
                    letter-spacing: 1px;
                    font-weight: 600;
                }

            .list_title h2:hover ul li dl dd {
                height: 25px;
                float: left;
                white-space: nowrap;
            }

                .list_title h2:hover ul li dl dd a {
                    font-size: 13px;
                    letter-spacing: 1px;
                }

                    .list_title h2:hover ul li dl dd a:hover {
                        color: #e93912;
                    }


/*menu list2*/

/*menu line*/

    .menu_nav ul {
    }

        .menu_nav ul li {
            display: inline-block;
            padding: 9px 15px;
            float: left;
			font-size:16px;
			line-height: 30px;
        }
.menu_nav ul li:first-child {padding-left: 0px;}

            .menu_nav ul li a {
                color: #3a2a2f !important;
                font-size: 16px;
            }

                .menu_nav ul li a:hover {
                    color: #e71519;
                }
/*menu mobile*/
.min-show{display: none;}
.menu-list{width: 45px; height: 45px; float: left; background: url("../images/menu-m.png") no-repeat center;cursor: pointer; background-size: 30px;}
.mumber-ind{width: 45px; height: 45px; float: right; background: url("../images/mumber-m.png") no-repeat center;cursor: pointer; background-size: 30px;}
.mumber-close{background-image: url("../images/close-login-h.png")}
.cart-ind{width: 45px; height: 45px; float: right; background: url("../images/cart-m.png") no-repeat center;cursor: pointer; background-size: 30px;}

/*video*/
.video-list{position: relative; display: inline-block;}
.video-list>.span{background:url("../images/play.png") no-repeat center; background-size: 100%; width:32px;height:32px; position: absolute;bottom:10px;right:10px;}
.hot618{position: relative}
.hot618::before{content: ""; position: absolute;width: 47px; height: 23px; background: url("../images/618.png") no-repeat center; top:8px;right:-5px; }
@media only screen and (max-width: 400px) {
	h4{
		margin-top:10px;
		margin-bottom:10px;
		margin-left:20px;
		margin-right:20px;
		font-weight:bold;
		overflow:hidden;
		line-height:24px;
	}
	
	
    .list_title {
        width: 0;
        height: 0;
        overflow: hidden;
    }

	 .list_title > h2 {
		height:40px;
		margin-top:13px;
		line-height:26px;
		padding-top:15px;
		background-color:#060;
	}

   .menu{
       border-bottom:hidden;
	   height:60px;
   }
   
    .menu_nav {
        float: left;
        width: 100%;
		margin-bottom:10px;
    }

    .header-ad {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .header-top {
		height:30px;
		width:100%;
	}
	
	.header-topbox {
        width: 100%;
    }

    .header-bottombox {
        width: 100%;
    }

    .logobox {
        float:left;
        width:100%;
		padding-top:10px;
		text-align:center;
    }

    .searchbox {
        width: 80%;
		padding-top:20px;    
		margin-left: 10%;
    }

     .searchbox p {
         display: none;
    }

    .searchtxt {
        width: 55%;
    }

    .cartbox {
        width: 25%;
        margin-right: 1%;
		padding-top:20px;
    }

    .top-cart i {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .top-cart p {
        float: none;
        margin: 0 auto;
		font-size: 1.3em;
    }

    .menubox {
        width: 100%;
    }

    .menu_nav ul li a {
        font-size: 16px;
		color:#060;
    }

    .top-cart {
        width: 80%;
		background-color:#E93912;
		color:#FFF;
		margin-right:10px;
		border:0;
    }

    .list_title h2 {
        font-size: 0.65em;
    }

        .list_title h2:hover ul {
            display: none;
        }

	.header-person ul {
	visibility:hidden;
	}

	.searchbox h4 {
		visibility:hidden;
		height:0;
	}

	.searchsmt{
		border-radius:0;
	}

	.form{margin-left:10px;}
	
	.cart-ind{margin-right: 0px !important;}
	
	
}

@media only screen and (min-width: 400px)and (max-width: 639px) {
	h4{
		margin-top:10px;
		margin-bottom:10px;
		margin-left:20px;
		margin-right:20px;
		font-weight:bold;
		overflow:hidden;
		line-height:22px;
	}
		
	.menu{
       border-bottom:hidden;
	   height:60px;
   }
	
	.form{
		margin-left:15px;
	}

	 .list_title > h2 {
		height:40px;
		margin-top:13px;
		line-height:26px;
		padding-top:15px;
		background-color:#060;
	}
	    
	  .list_title {
		width: 20%;
	  }
	  
    .header-ad {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .header-top {
		height:30px;
		width:100%;
	}
	
	
	.header-topbox {
        width: 100%;
    }

    .header-bottombox {
        width: 100%;
    }

	.header-top ul li{
		padding-left:6px;
	}

    .logobox {
        float: left;
        width: 100%;
		padding-top:10px;
		text-align:center;
    }
	
    .searchbox {
        width: 70%;
        margin-left: 15%;
		padding-top:20px;
    }

        .searchbox p {
            display: none;
        }

    .cartbox {
        width: 28%;
        margin-right: 1%;
		padding-top:20px;
    }

    .top-cart i {
        display: none;
    }

    .top-cart p {
        float: none;
        margin: 0 auto;
		font-size: 1.3em;
    }

    .menubox {
        width: 100%;
    }

    .list_title   {
        display: none;
    }
    .list_title h2 a {
        letter-spacing: 0px;
		font-size:16px;
    }

    .list_title h2:hover ul {
        display: none;
    }

.menu_nav {
    float: left;
    width: 100%;
	margin-bottom:5px;
}
    .menu_nav ul li a {
    	font-size: 16px;
		color:#060;
    }

    .top-cart {
        width: 80%;
		background-color:#E93912;
		color:#FFF;
		margin-right:10px;
		border:0;
    }

	.header-person ul {
		visibility:hidden;
	}	
	
	.searchbox h4 {
		visibility:hidden;
		height:0;
	}
	
	.searchsmt{
		border-radius:0;
	}

}

@media screen and (min-width: 640px) and (max-width: 767px) {
	h4{
		margin-top:10px;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
		font-weight:bold;
		overflow:hidden;
		height:22px;
		line-height:24px;
	}
	
    .header-ad {
        width: 0;
        height: 0;
        overflow: hidden;
    }

	.header-top {
		height:30px;
		width:100%;
	}

    .header-topbox {
        width: 100%;
    }

    .header-bottombox {
        width: 100%;
    }

    .cartbox {
        margin-right: 1%;
    }

    .top-cart i {
        display: none;
    }

    .menubox {
        width: 100%;
    }

    .list_title > h2 {
		height:40px;
		margin-top:13px;
		line-height:26px;
		padding-top:15px;
		background-color:#060;
	}
	
	.list_title h2 a {
        font-size: 0.8em;
    }

   .menu{
       border-bottom:hidden;
   }

    .menu_nav ul li a {
        font-size: 14px;
		color:#060;
    }
	.menu_nav ul li{padding: 9px 10px;}

    .top-cart {
		background-color:#E93912;
		margin-right:10px;
    }

    .list_title h2:hover ul {
        display: none;
    }
	
	.searchbox h4 {
		visibility:hidden;
		height:0;
	}
	
	.searchsmt{
		border-radius:0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	h4{
		margin-top:10px;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
		font-weight:bold;
		overflow:hidden;
		line-height:24px;
	}
	
    .header-ad {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .header-topbox {
        width: 100%;
    }

    .header-bottombox {
        width: 100%;
    }

    .cartbox {
        margin-right: 1%;
    }

    .menubox {
        width: 100%;
    }

    .menu{
       border-bottom:hidden;
   }
	
	.searchbox h4 {
		visibility:hidden;
		height:0;
	}
	
	.searchsmt{
		border-radius:0;
	}
	
	.menu_nav ul li a {
        font-size:16px;
		color:#060;
    }
	
	.list_title > h2 {
		height:40px;
		margin-top:13px;
		line-height:26px;
		padding-top:15px;
		background-color:#060;
	}
	
	.logobox{
		margin-left:15px; 
		margin-right:20px;
		width:25%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
}

@media screen and (min-width: 1441px) and (max-width: 1667px) {
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
}

@media screen and (max-width: 1023px) {
	.float{
		display: none !important;
	}
}
@media screen and (min-width: 640px)  {
	.top-nav .menu {width: 90%;padding: 10px 5%;}
}
@media screen and (min-width: 1280px)  {
	.header-topbox, .header-bottombox, .menubox, .contentbox, .footer_top ul, .footerbox ul, .product-topbox, .product-midbox, .selectorbox, .sequencebox, .searchlistbox{width:auto !important; max-width: 1400px !important; /*margin-left: 40px;margin-right: 40px;*/}
}

@media screen and (max-width: 767px) {
	.header-top ul li {padding: 10px;}
}
@media screen and (max-width: 639px) {
	.minnone{display: none;}
	.min-show{display: block;}
	.header-bottombox{width: 100%; padding: 15px 0; padding-bottom: 20px;}
	.header-bottom{-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);}
	.bottom-content{width: 90% !important; padding: 0 5%;}
	.logobox{padding-bottom: 10px; border-bottom: 1px solid rgba(233, 226, 221, 0.3)}
	.searchbox{padding-top:10px !important}
	.cart-ind{margin-right: 10px;}
	.top-nav{padding: 5%;width: 90%;position: fixed;top: 80px;overflow: auto;height: 90vh;padding-bottom: 10vh;}
	.top-nav .menu{height: auto; border-bottom: 0;}
	.menu_nav{width: 90% !important;padding: 5%;}
	.menu_nav ul li{display: block;float: none; padding: 0px; border-bottom: 1px solid rgba(204,204,204,.5)}
	.menu_nav ul li a{display: block;padding:15px 10px;color:#3a2a2f;}
	.header{position: fixed; top: 80px;  display:none; z-index: 999; padding: 10px 5%; padding-bottom: 25px; border-bottom: 0;}
	.header-top{height:auto !important;}
	.header-topbox{text-align: center;border-top: 1px solid rgba(233, 226, 221, 0.3);}
	.header-topbox .login, .header-topbox .header-person{display: inline-block;float: none;}
	.header-topbox .header-person{display:none}
	.header-person ul{visibility: visible;}
	.header-top ul li, .header-top ul li a{float: none; display: inline-block;font-size:14px;}
	.header-top ul li:first-child{display:block}
}
