/*global*/
*{-webkit-tap-highlight-color:rgba(255,255,255,0);}
body,ul,{margin:0;padding:0;}
p{margin:0;padding:0px 10px 0px 10px;border:0;font-size:16px;font-family:Simsun; color:rgb(51,51,51);line-height:32px;}
p span{font-size:12px;color:#4e4e4e;line-height:22px;}
p span i{font-size:12px;color:#888}
i{font-family:"微软雅黑";font-style: normal}
li{list-style:none;}
h1{font-size:22px;font-family:Simsun; color:#646464;}
a{text-decoration:none}
iframe{position:absolute;top:0px;left:0;right:0;z-index:9}
.fl{float:left; display:inline;}
.fl-r{float:right;}
.mr-10{margin-right:10%;}
.mt-15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.mt10{ margin-top:10px;}
.ml10{margin-left:10px}
.mb10{ margin-bottom:10px;}
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mt25{margin-top:25px}
.mt40{margin-top:40px;}
.pt45{padding-top:45%;}
.c64{ color:#646464;text-decoration:none;}
.cf7{color:#f7f8f9;text-decoration:none;}
.c4e{color:#4e4e4e;}
.cfb{color:#b00006}
.c99{color:#999}
.c88{color:#888}
.c4ea{color:#f86047}
.font16{font-size:16px;}
.font15{ font-size:15px;}
.font12{font-size:12px;}
.font10{font-size:10px;}
.font20{font-size:20px;}
.tc{text-align:center;}
a{color:#888}
body{background-color:#FFF;width:100%}
*{margin:0px 0px; padding:0px 0px}
h1,h2{font-size:100%}
ul,li{list-style-type:none}
.clear{clear:both}
a:visited{color:#f86047;}
.bg9{background:#bc44c1;border-radius: 1px;}
.bg9:hover{color:#bc44c1;}
.bg8{background:#a571c7;border-radius: 1px;}
.bg8:hover{color:#a571c7;}
.bg7{background:#ff6983;border-radius: 1px;}
.bg7:hover{color:#ff6983;}
.bg6{background:#f86047;border-radius: 1px;}
.bg6:hover{color:#f86047;}
.bg5{background:#04b362;border-radius: 1px;}
.bg5:hover{color:#04b362;}
.bg4{background:#4ea600;border-radius: 1px;}
.bg4:hover{color:#4ea600;}
.bg3{background:#0089db;border-radius: 1px;}
.bg3:hover{color:#0089db;}
.bg2{background:#ff7000;border-radius: 1px;}
.bg2:hover{color:#ff7000;}
.bg1{background:#0089ff;border-radius: 1px;}
.bg1:hover{color:#0089ff;}
.bg{background-color:#ffffff}


/*Preloader*/

#preloader {
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
background-size:100%;
	}

#status {
	margin: auto;
	margin-top: 40%;
	width: 80px;
	height: 80px; 
	border-radius: 80px;  
	border: 8px solid #f86047;  
	border-right-color: transparent; 
	-webkit-animation: spin 1s infinite linear; 
	-moz-animation: spin 1s infinite linear;
}
@-webkit-keyframes spin
{
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}

/*iscroll*/



.banner {

	width:100%;

	margin:0 auto;

	padding:0;

	background-color:#FFF;

}

#wrapper {

	margin:0;

	width:100%;

	height:auto;

	float:left;

	position:relative;	/* On older OS versions "position" and "z-index" must be defined, */

	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */

	overflow:hidden;

	

}



#scroller {

	height:auto;

	float:left;

	padding:0;

}



#scroller ul {

	list-style:none;

	display:block;

	float:left;

	width:100%;

	height:auto;

	padding:0;

	margin:0;

	text-align:left;

}



#scroller li {

	

	display:block; float:left;

	width:auto; height:auto;

	text-align:center;

	font-size:0px;

	padding:0;

	position:relative;

}

#scroller li a{

	

	display:block;

	padding:0;

	margin:0;

}

#scroller li p{

	position:absolute;

	z-index:2;

	display:block;

	width:100%;

	bottom:0;

	background-color:rgba(0, 0, 0, 0.5);

	color:#F4F4F4;

	font-size:14px;

	text-indent: 55px;

	line-height:24px;

	text-align: left;

    text-indent: 10px;

    text-overflow: ellipsis;

    white-space: nowrap;

	padding:0;

	margin:0;

}


/*product*/
    #goods{
        height: 100%;
        width:100%;
    }
    .goods-list{
        width: 100%;
        margin-top: 10px;
    }

    .goods-list a:hover{
        text-decoration: none;
    }

    .goods-list li{
    	float: left;
    	width: 48.05%;
    	position: relative;
    	margin:  0.935% 0.935% 1.135%;

        background: rgba(255,255,255,1);
        border-radius: 3px;
        border-bottom: 1px solid rgba(207,201,193,1)
    }

    .goods-list li img{
        width: 100%;
        position: relative;
        border-radius: 3px 3px 0 0;
    }


    em{
        color: #fff;
        display: block;
        font-weight: 700;
        font-family: "宋体";
        font-size: 14px;
        position: absolute;
        top: 7px;
        left: 10px;
    }

    .goods-list li h1{
        height: 38px;
        width: 94.6%;
        font-size: 12px;
        font-weight: 500;
        color: rgba(94,94,94,1);
        padding: 0.7% 2.7%;
    }

    .goods-list li h1 .ico13{
        display: inline-block;
        margin-bottom: 0px;
        width: 24px;
        height: 11px;
    }

    .list-price{
        width: 94.6%;
        height: 34px;
        line-height: 35px;
        border-top: 1px dotted rgba(252,226,198,1);
        position: relative;
        bottom: 0;
        padding: 0 2.7%;
    }
    .list-price i{
        font-family: "微软雅黑";
    	font-style: normal;
    	font-size: 12px;
    	color: rgba(171,171,171,1);
    }

    .price-new{
        font-size: 18px;
    }

    .del {
        text-decoration: line-through;
    }

    .price-old{
        width: 100%;
        height: 34px;
        line-height: 35px;
        border-top: 1px dotted rgba(252,226,198,1);
        font-size: 12px;
        position: absolute;
        bottom: 0;
    }

    .buy .price-new{
        color: rgba(255,102,0,1);
    }
    .start .price-new{
        color: rgba(80,131,11,1);
    }
    .end .price-new{
        color: rgba(196,196,196,1);
    }

/*index*/
header{width:100%;background: rgba(0, 0, 0, 0);overflow:hidden;}
header{-webkit-box-sizing: border-box;

        position: fixed;

        top: 0;

        left: 0;

        z-index: 98;

        overflow: hidden;}
.footer{width:100%;height:40px;}
.footer:hover{color:#999}
.logo{float:left;width:80%;height:48px;line-height:48px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.logo a{display:block;width:125px;height:48px;background:url(../images/logo.png) 20px center no-repeat;background-size:95px 30px;text-indent:-999em;}
.nav_pic{width:100%;overflow:hidden;font-size:12px;background:#fff}
.nav_pic a{width:25%;color:#888;height:90px;display:block;float:left;text-align:center;}
.nav_pic a:hover{background:#eee}
.nav_pic a img{width:50px;height:50px;text-align:center;margin-top:8px}
.nav_picp{width:100%;overflow:hidden;background:#fff;height:24px;line-height:24px;;margin-top:-24px}
.nav_picp span{width:25%;font-size:12px;color:#888;display:block;float:left;text-align:center;}
topic{display:block;margin:5px 10px 0;padding-bottom:10px;border-bottom:1px solid #999;color:#999;text-align:center}
.act{width:100%;}
.act a{width:48%;height:auto;margin:1%;display:block;float:left;text-align:center}
.nav_back{position:fixed;top:0px;left:5px;z-index:199;background:url(../images/nav_back.png);width:35px;height:35px;text-align:center;}
.nav_more{position:fixed;top:0px;right:5px;z-index:199;background:url(../images/nav_more.png);width:35px;height:35px;text-align:center;}
.share{position:fixed;top:0px;right:5px;z-index:199;background:url(../images/share.png);width:35px;height:35px;text-align:center;}
.info{position:fixed;top:0px;right:5px;z-index:199;background:url(../images/icon/info.png);width:35px;height:35px;text-align:center;}
.home{position:fixed;top:0px;right:5px;z-index:199;background:url(../images/home.png);width:35px;height:35px;text-align:center;}
.nav_back,.nav_more,.share,.info,.home{margin-top:5px;background-size:35px 35px;	background-repeat:no-repeat;	background-position:center;}
footer{width:100%;height:48px;background:#f86047;overflow:hidden;}
.copyright{margin-top:14px;font-size:10px;color:#f7f8f9;;text-align:center}
.copyright a{color:#f7f8f9}
.nav2{height:45px;line-height:45px;width:100%;background-color:#f86047; 
        position: fixed;

        top: 0;

        left: 0;

        z-index: 98;

        overflow: hidden;}
.nav2 h3{font-size:20px;color:#fff;text-align:center;}
.head{width:100%;height:40px;line-height:40px;background:#FFF}
.gotop{position:fixed;bottom:70px;right:10px;z-index:98;}
.tobuy{position:fixed;bottom:125px;right:10px;z-index:98;}
.gotop img,.tobuy img{width:45px;height:45px;}
.nav_pic_area{width:100%;overflow:hidden;background:#fff;position:fixed;bottom:0;left:0;right:0;}
.nav_pic_area a{width:25%;height:70px;display:block;float:left;text-align:center;}
.nav_pic_area a img{width:50px;height:50px;text-align:center;margin-top:10px;}
.pay_question a img{width:40px;height:40px;margin:5px;}

/*product*/
#header{height:44px;line-height:44px;width:100%;background-color:rgba(0,0,0,0);
       position:fixed;top:0;left:0;z-index:999;overflow:hidden}
.slogo{float:right;width:21.875%;height:40px;line-height:40px;text-align:center}
.list_pic{float:left;width:11.125%;height:40px;line-height:40px;text-align:center}
.slogo a,.list_pic{display:block;}
.slogo img,.list_pic img{margin-top:2.5px}
.logo2{background:url(../images/icon/logo.png);width:70px;height:35px;background-size:70px 35px;	background-repeat:no-repeat;	background-position:center;}
.back{background:url(../images/icon/yf_icon_back.png);width:35px;height:35px;background-size:35px 35px;	background-repeat:no-repeat;	background-position:center;}
.logo2{float:right;width:21.875%;height:44px;line-height:44px;text-align:center}
.head_pic{float:left;width:11.125%;height:44px;line-height:44px;text-align:center}
.logo2 a,.head_pic{display:block;}
.logo2 img,.head_pic img{margin-top:5px}
.logo2 img,.head_pic img{margin-bottom:5px}
.gallery{overflow:hidden;}
.gallery li{float:left;font-size:14px;text-align:center;width:100%;margin-bottom:10px;}
.gallery li>a{float:left;width:28%;margin-left:4%;}
.gallery span{display:inline-block;padding:5px 0;color:#4399d1;box-sizing:border-box;height:48px;line-height:24px;overflow:hidden;}
.gallery img{display:block;margin:0 auto;width:87px;height:110px;}
#cover{display:none;position:absolute;left:0;top:0;z-index:18888;background-color:rgba(0,0,0,0.7)}
#guide{display:none;width:100%;position:absolute;right:0px;top:5px;z-index:19999;}
.del {text-decoration: line-through;}
.gobuy{width:100%;height:48px;position:fixed;bottom:0px;background:#FFF}
.buynow{ width:98%; height:36px; line-height:36px;margin-left:1%;margin-top:7px;font-size:15px;color:#f7f8f9; text-align:center; border-radius: 3px;
background-color:#f86047}
.notice{width:100%;position:fixed;bottom:0;left:0;right:0;background:#FFF}


/*product*/
.menu_head{width:100%x;height:47px;line-height:47px;padding-left:38px;font-size:16px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;width:100%;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;color:#646464}
form {width:100%;height:42px;background:#FFF;text-align:center;padding-top:20px;padding-bottom:10px;}
.text {height:40px;width:70%;line-height:40px;border:1px solid #6E6E6E;font-size:16px;vertical-align:middle;border-radius:6px;}
.submit {height:42px;width:25%;line-height:42px;background-color:#f86047;font-size:16px;color:#f7f8f9;border:1px solid #6E6E6E;vertical-align:middle;border-radius:6px;}
    .margingT {

        margin-bottom: 80px;

    }



    .bottomAD {

        -webkit-box-sizing: border-box;

        height: 40px;

        position: fixed;

        bottom: 0;

        left: 0;

        z-index: 98;

        padding: 0 10px;

        overflow: hidden;

        width: 100%;

        background: rgba(0, 0, 0, .4);

    }



    .bottom-pic {

        position: absolute;

        top: 5px;

        width: 30px;

        height: 30px;

        overflow: hidden;

        -webkit-border-radius: 10px;

        border-radius: 10px;

    }



        .bottom-pic img {

            width: 100%;

            height: 100%;

        }



    .bottom-text {

        margin-left: 40px;

        line-height: 40px;

        font-size: 12px;

        color: #f7f8f9;

    }



    .bottom-btn {

        position: absolute;

        top: 10px;

        right: 10px;

        height: 20px;

        line-height: 20px;

        color: #f7f8f9;

        background-color: #60b900;

        border-radius: 6px;

        text-align: center;

        font-size: 12px;

        padding: 0 5px;

        font-weight: bold;

    }



    .bottomAD a {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

    }
.more{ width:100%;background-color:#fff; height:36px; line-height:36px; text-align:center; border-radius: 6px;}
.title{width:100%;height:20px; background-color:#fff;margin-bottom:10px;margin-top:15px;}
.title a.m_title{height:20px; line-height:20px; margin-left:5px;border-left:solid 5px #f86047; font-weight:800;color:#4e4e4e; float:left; padding:0px 10px 0px 10px;background-color:#fff;}
.title a{color:#f86047; margin-right:10px}
.title span{float:right; line-height:38px}
.title span a{font-size:14px; color:#f86047}
.rcmd,.rcmd li,.title{width:100%}
ul.rcmd{margin:10px 0px 10px 0px}
.rcmd li{line-height:32px}
.rcmd li span{float:right;margin-right:6px;}
.rcmd li a{padding:0px 5px;font-size:13px;color:#646464}
.rcmd li.li01{font-weight:800}
.rcmd img{width:90px; height:72px}
.rcmd li a.li_img{width:30%; float:left; padding:0px 0px}
.num1{width:70%; float:left; line-height:24px}
.rcmd li.wsot{white-space:normal; overflow:auto; text-overflow:normal;}
.num1 h2,.rcmd li{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%}
.num1 a{color:#f86047}
.num1 span{font-size:12px; color:#999999}
.box{width:100%;height:30px;line-height:30px;overflow:hidden;font-size:14px;color:#888;float:left;margin-left:15px;clear:both;}
.nav_link{width:100%;overflow:hidden;padding-top:5px;}
.nav_link a{width:25%;color:#888;height:40px;line-height:40px;display:block;float:left;text-align:center;}
.goodstags{ width:98%; height:36px; line-height:36px;margin-left:1%;margin-top:10px;font-size:15px;color:#f7f8f9; text-align:center; border-radius: 6px;
}
.goodstags2{width:100%;height:66px;overflow:hidden;}
.goodstags2 span{width:25%;color:#888;height:66px;display:block;float:left;text-align:center;}
.goodstags2 span a{width:80%;height:50px;line-height:50px;float:left;margin-left:10%;text-align:center;font-size:15px;color:#f7f8f9;margin-top:8px;border-radius:10px;}
.goodstags2 span a img{margin-top:8px;width:35px;height:35px;}
#notice{width:100%;height:20px;line-height:20px;background-color:#FFF;position:fixed;bottom:0;z-index:99;font-size:14px;color:#646464;text-align:center;}
.brand {width:100%;height:90px;line-height:90px;font-size:15px;color:#888;float:left;clear:both}
.brand img{width:50px;height:50px;float:left;margin:20px;}
.brand:hover{color:#4e4e4e}
.gallery{overflow:hidden;}
.gallery li{float:left;font-size:14px;text-align:center;width:100%;margin-bottom:10px;}
.gallery li>a{float:left;width:28%;margin-left:4%;}
.gallery span{display:inline-block;padding:5px 0;color:#4399d1;box-sizing:border-box;height:48px;line-height:24px;overflow:hidden;}
.gallery img{display:block;margin:0 auto;width:90px;height:160px;}
.tishi{width:100%;height:20px;line-height:20px;background:#fff;position:fixed;top:45px;z-index:98}
.tishi span{font-size:14px;color:#646464;padding-top:3px;}

/*website*/

.mingzhan {margin-bottom:5px;}
.mingzhan ul {list-style-type:none;padding:0;width:90%;margin:0 auto;overflow:hidden}
.mingzhan ul li{float:left;width:19.5%;height:32px;line-height:32px;text-align:center;overflow:hidden;background:#FFFFFF;border-top:1px solid #DDD;border-left:1px solid #DDD;}
.mingzhan ul li a{text-decoration:none;color:#000000;display:inline-block;width:100%;height:100%;}
.border-right {border-right:#DDD solid 1px;}
.border-bottom {border-bottom:#DDD solid 1px;}
.border-rb {border-right:#DDD solid 1px;border-bottom:#DDD solid 1px;}
.cool {border:1px solid #DDD;background:#FFFFFF;height:195px;margin-bottom:5px;}
.title {width:99%;height:30px;line-height:30px;color:#58A119;display:block;padding-left:5px;border-bottom:1px solid #DDE8FF;}
.cool ul {list-style-type:none;padding:0;margin:0;height:32px;border-bottom:1px solid #EEE;}
.cool ul li {float:left;width:16.6%;height:32px;line-height:32px;text-align:center;overflow:hidden;}
.cool ul li a{text-decoration:none;color:#000000;display:inline-block;width:100%;height:100%;}
.cool2 {border:1px solid #DDD;background:#FFFFFF;height:327px;margin-bottom:5px;}
.title {width:99%;height:30px;line-height:30px;color:#58A119;display:block;padding-left:5px;border-bottom:1px solid #DDE8FF;}
.cool2 ul {list-style-type:none;padding:0;margin:0;height:32px;border-bottom:1px solid #EEE;}
.cool2 ul li {float:left;width:16.6%;height:32px;line-height:32px;text-align:center;overflow:hidden;}
.cool2 ul li a{text-decoration:none;color:#000000;display:inline-block;width:100%;height:100%;}
.cool3 {border:1px solid #DDD;background:#FFFFFF;height:295px;margin-bottom:8px;}
.title {width:99%;height:30px;line-height:30px;color:#58A119;display:block;padding-left:5px;border-bottom:1px solid #DDE8FF;}
.cool3 ul {list-style-type:none;padding:0;margin:0;height:32px;border-bottom:1px solid #EEE;}
.cool3 ul li {float:left;width:16.6%;height:32px;line-height:32px;text-align:center;overflow:hidden;}
.cool3 ul li a{text-decoration:none;color:#000000;display:inline-block;width:100%;height:100%;}
.tool {border:1px solid #DDD;background:#FFFFFF;height:129px;}
.title {width:99%;height:30px;line-height:30px;color:#58A119;display:block;padding-left:5px;border-bottom:1px solid #DDE8FF;}
.tool ul {list-style-type:none;padding:0;margin:0;height:32px;border-bottom:1px solid #EEE;}
.tool ul li {float:left;width:20%;height:32px;line-height:32px;text-align:center;overflow:hidden;}
.tool ul li a{text-decoration:none;color:#000000;display:inline-block;width:100%;height:100%;}
.mz{width:100%;margin-top:10px;}
.mz ul {list-style-type:none;padding:0;width:100%;margin:0 auto;overflow:hidden}
.mz ul li{float:left;width:33%;height:40px;line-height:40px;text-align:center;overflow:hidden;border-bottom:1px solid #DDD;}
.mz ul li a{text-decoration:none;display:inline-block;width:100%;height:100%;font-size:14px}