@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/

/*基本*/

*{ font-size:14px;padding:0px; margin:0px;box-sizing:border-box; }

body{color:#000;background-color: #f2efea;padding:0px; margin:0px auto;overflow:scroll;overflow-x:hidden;overflow-y:auto;font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;font-size:14px; min-width:320px; 
}

div{ margin:0; padding:0; border:0; color:#333333; }

img{ margin:0; padding:0; border:0; max-width:100%}

p{ margin: 0px 0px 1em 0;}

b,strong {font-weight: bold;}

table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}

li{ list-style: none outside none;}



/*链接*/

a{ text-decoration:none; color:#000; background: transparent;  outline:none}

a:visited {}

a:focus { outline:none; }





/*标题*/

h1 { font-size: 1.3em;margin:  0;}

h2 {font-size: 1.2em; margin: 0;}

h3 { font-size: 1.17em;margin: 0;}

h4 {font-size: 1em;margin:0;}

h5 {font-size: 0.83em;margin: 0;padding:5Px}

h6 { font-size: 0.67em;margin: 0;}



/*表单*/

form {margin: 0;}

button,input,select,textarea {

    font-size: 100%;  /* Correct font size not being inherited in all browsers. */

    margin: 0;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */

    vertical-align: baseline; /* Improve appearance and consistency in all browsers */

    *vertical-align: middle; /* Improve appearance and consistency in all browsers */

}

button,select {text-transform: none;}

input{ -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;

	background-color: #FFFFFF;border: 1px solid #E8E8E8;margin: 3px 0px;padding: 5px 3px;

	width:100%;line-height: normal;

}

textarea{-moz-box-sizing: border-box;

    -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px;

	background-color: #FFFFFF;border: 1px solid #E8E8E8;margin: 3px 0px;

	padding: 5px 3px;width:100%;

}



/*其它*/

.nav-bar{ height:60px; background:#fff; border-bottom:1px solid #e4e4e4; border-top:1px solid #e4e4e4}
.nav-bar.fixed{ width:100%; position:fixed; bottom:0px; left:0px;}

.inline{ display:inline-block}
.bnt-1{ background:#639215; color:#fff; padding:5px 15px; border-radius:3px; border:1px solid #649317;}
.bnt-2{ background:#effadc; color:#fff; padding:5px 15px; border:1px solid #649317; color:#649317; border-radius:3px;}
.bnt-3{ background:#cccccc; color:#fff; padding:5px 25px; border:1px solid #cccccc; color:#fff; border-radius:3px;}
.bnt-4{ background:#ff6600; color:#fff; padding:10px 25px; color:#fff; border-radius:3px;}

.bnt-5{ background:#ff6600; color:#fff; padding:5px 15px; color:#fff; border-radius:3px;border:1px solid #ff6600;}

.bnt-6{ background:#639215; color:#fff; padding:10px 25px; color:#fff;}
.bnt-7{ background:#ff6600; color:#fff; padding:10px 25px; color:#fff;}



.mg{ margin:2em 16px;}


del{ color:#ccc}

blockquote {margin: 1em 40px;}

dfn {font-style: italic;}

hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}

code, kbd, pre, samp {font-size: 1em;}

pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }

small {font-size: 80%;}

sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

dl{margin: 1em 0;}


audio:not([controls]) {display: none; height: 0;}

/*==========@@HTML默认  结束@@==========*/





/*==========@@通用 开始@@==========*/

/*常用颜色*/

.blue {color: #00F !important;}



.red {color: #F00 !important;}

.black {color: #000000 !important;}

.white {color: #FFFFFF !important;}

.gray { color:#999; !important; }

.org { color:#ff9900;  !important;}
.green { color:#639215;  !important;}

strong.green{ font-size:1.2em}

/*清除浮动*/

.clear { display:block; clear:both;}

.float_left { float:left; }

.float_right { float:right; }



/*对齐方式*/

.left { text-align: left}

.right {text-align: right}

.center{ text-align: center}



/*其它*/

.hide { display:none; }  /*隐藏*/

.more{ float: right; padding-right:5px;} /*more链接*/

.code_image{ cursor: pointer; padding-bottom:3px;} /*验证码图片样式*/



/*必须输入，主要*/

.required{ color:red; font-weight:bold;}

.form_text_verifycode { width:80px; }

.form_radio{ width:auto; border:0;}

.form_checkbox{ width:auto; border:0}



/*按钮*/

a.btn{display:block; 	width: 100%;	color:#000000; font-size: 16px; padding: 8px 0px;

	background-color: rgb(255, 255, 255);

	background-image: linear-gradient(to top, rgb(245, 245, 245), rgb(255, 255, 255));

	border: 1px solid rgb(211, 211, 211);

	-moz-box-shadow:0px 1px 2px 0 rgba(0, 0, 0, 0.15);-webkit-box-shadow:0px 1px 2px 0 rgba(0, 0, 0, 0.15);

	-o-box-shadow:0px 1px 2px 0 rgba(0, 0, 0, 0.15);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);

	text-shadow: 0.5px 0.5px 1px rgb(255, 255, 255);

	text-align: center;	vertical-align:middle; cursor: pointer;

	-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius:3px;border-radius: 3px;

}



/*箭头*/

.arrow{ background:url(../ky_img/arrow1.png) center center no-repeat; background-size:14px;

	width:30px; height:30px; display:block; float:right;vertical-align:middle;

}

/*==========@@通用 结束@@==========*/





/*==========@@布局  开始@@==========*/

.body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback{ background-color:#e2e3e6; }

.single, .article, .picture, .download, .video, .product, .job, .guestbook, .sitemap, .feedback{ width:100%; margin:0px auto }



#top{} /*主要用于页面顶部特殊功能，宽度通常全屏*/

#header, #content , #footer{  margin: 12px auto; border:0px solid green;}

/*==========@@布局  结束@@==========*/





/*==========@@公共板块 开始@@==========*/

/*Logo部分*/

#header .logo{}

#header .WebLogo{ text-align:center;}

#header .WebLogo img{ }

#header .Language{ float:right; padding:10px 0px 0px 0px;  color:#666}



/*===顶部工具条 开始===*/

#toolbar{width: 100%; height:50px; line-height:50px; z-index: 3;left: 0;top: 0;right:0;}

#toolbar .fixed {display: block;	margin: 0 auto;  min-width: 320px;	height:50px; position:relative; background:#e3271f




	/*opacity: 0.95;*/

}

#toolbar .fixed.home{  background:#f5f5f5}
#toolbar .fixed.home a{ color:#639215}
#toolbar .fixed.home .ui-btn-menu{ background:url(images/menu.png) no-repeat center center; float:left; background-size:80%; left:0px;}


#toolbar .fixed.home .ui-btn-car{ background:url(images/lan.png) no-repeat center center; height:74px; width:50px;background-size:80%; position:absolute; right:0px; top:0px;}
/*主题风格*/

/*#toolbar .fixed {border-bottom: 1px solid #478200;	

	-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,5);-o-box-shadow:0 0 5px 0 rgba(0,0,0,5);box-shadow:0 0 5px 0 rgba(0,0,0,0.5);

	background-image:-webkit-gradient(linear,left top,left bottom,from(#8BD73C),to(#508F06));

	background-image:-webkit-linear-gradient(#8BD73C, #508F06);

	background-image:-moz-linear-gradient(#8BD73C, #508F06);

	background-image:-ms-linear-gradient(#8BD73C, #508F06);

	background-image:-o-linear-gradient(#8BD73C, #508F06);

	background-image:linear-gradient(#8BD73C, #508F06);

	/*opacity: 0.95;*/

}*/

.ui-title{min-height: 46px; text-align: center; font-size: 16px; font-weight:normal; display: block; margin: 10px 70px 0; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; display:none;text-indent: -10px; color:#FFF;text-shadow:0 1px #3C63B9}



.ui-btn-back, .ui-btn-city, .ui-btn-refresh, .ui-btn-menu, .ui-btn-home{  display:block; position:absolute;

width:70px; height:50px;text-indent: -9999px; margin:0; padding:0; 

}

.ui-btn-back { top:0px; left:0px; background:url(images/back.png) no-repeat center center;  background-size:24px auto;}
.ui-btn-city { top:0px; text-align:center; left:0px; background:url(images/back.png) no-repeat center center;  background-size:24px auto; text-indent:0px; color:#fff; width:80px;}
.ui-btn-home{ top:0px; width:50px; text-indent:0px; right:0px; background:url(images/back.png) no-repeat center center;  background-size:24px auto;}

.ui-btn-city strong{ font-weight:100; font-size:16px;}
.ui-btn-city span{ font-size:12px; padding-left:10px;}

.ui-btn-home span{ background:url(images/home.png) no-repeat left center; line-height:50px; display:inline-block; padding-left:35px; color:#fff;  font-size:16px; text-indent:0px;}


.ui-btn-refresh { top:0px; right:0px; background:url(../ky_img/refresh.png) no-repeat center center; background-size:28px auto;}

.ui-btn-menu { top:0px; right:0px; background:url(../ky_img/menu.png) no-repeat center center; background-size:24px auto;}

.ui-btn-home { top:0px; right:0px; background:url(../ky_img/home.png) no-repeat center center;  background-size:24px auto;}
.ui-btn-tex{ top:0px; right:0px; position:absolute; color:#fff; padding-right:16px;}
.ui-btn-submit{

	padding:15px 0px;font-size:14px;text-decoration:none; margin:32px 16px;

	background-color:#639215;
	

	-webkit-border-radius:5px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;

	color:#ffffff; display:block; text-align:center; text-shadow:0 1px rgba(0, 0, 0, 0.2);

	cursor:pointer;	

}

.ui-btn-submit:active{ background:#73aa17

	

}

#popmenu{cursor:pointer; display:block;  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap; position:relative;  text-align: center; width: 200px; margin:0 auto; font-size:20px; line-height:74px; color:#FFFFFF}


#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);display:none;z-index: 4;}



.nav-bar ul{ width:100%; display:block}
.nav-bar ul li{ text-align:center; width:33.3333%; text-align:center; float:left; display:inline-block;}
.nav-bar ul li .padding{ padding:5px 0px;}
.nav-bar ul li a{ display:block; padding-top:30px; color:#888}

.nav-bar ul li.n1 a{ background:url(images/mine.png) no-repeat top center; background-size:auto 30px;}
.nav-bar ul li.n2 a{ background:url(images/kefu.png) no-repeat top center; background-size:auto 30px;}
.nav-bar ul li.n3 a{ background:url(images/car.png) no-repeat top center; background-size:auto 30px;}


.sc-mine ul{ margin-bottom:12px; padding-bottom:0px;}
.sc-mine ul del{ padding-left:10px;}





/*订单详情*/

.dingdan-disc{ padding:12px 0px;}
.dingdan-disc ul.disc{ background:#fff; padding:16px;}
.dingdan-disc ul.disc h3{ font-size:20px; padding-bottom:10px; margin-bottom:10px; font-weight:100; border-bottom:1px solid #e8e8e8}


.dingdan-disc ul.good{ background:#fff; margin:16px; margin-top:12px; border:1px solid #dfdfdf}
.dingdan-disc  ul.good li{ overflow:hidden;}
.dingdan-disc  ul.good li .pic{ width:30%; float:left; padding-right:12px; box-sizing:border-box; }
.dingdan-disc  ul.good li .pj{ float:left; width:70%; box-sizing:border-box;  display:inline}
.dingdan-disc  ul.good li h3{ font-size:14px; font-weight:100; margin-bottom:2em;}
.dingdan-disc  ul.good li h1{ font-size:20px; font-weight:100; padding:16px; border-bottom:1px solid #dfdfdf; color:#bccd8d}
.dingdan-disc  ul.good li .padding{ padding:16px;}




.pt-ty.pj-shangpin{ padding:0px;}
.pt-ty.pj-shangpin ul{ margin-bottom:12px; padding-bottom:0px;}
.pt-ty.pj-shangpin ul li.t{ border-bottom:1px solid #e8e8e8; padding-bottom:12px; margin-bottom:12px}
.pt-ty.pj-shangpin ul li .green{ background:none; padding:0px;}



.pay-end{ background:#ffffff; padding:16px; padding-bottom:32px;}
.pay-end h3{ border-bottom:1px solid #cccccc; padding-bottom:12px; padding-left:16px;}
.pay-end h3 span{ background:url(images/dot-right.png) no-repeat left center; background-size:45px auto; line-height:45px; display:block; padding-left:50px; font-weight:100; font-size:24px;}

.pay-end ul li.last{ border:none}
.pay-end ul li{ overflow:hidden; line-height:50px; border-bottom:1px solid #cccccc; margin:0 16px}
.pay-end ul li label {
    float: left;
    font-size: 14px;
    width: 30%;
}
.pay-end ul label {
    color: #999999;
    font-size: 14px;
}

.pay-end ul li p{ margin-bottom:0px;}

.pay-end .sub{ margin-top:12px;}
.pay-end .sub a{ display:inline-block}



.dd-disc .address{ background:#fff;}
.dd-disc .address li{ padding:0 16px; overflow:hidden; line-height:50px; border-bottom:1px solid #e8e8e8;}
.dd-disc .address li label{ width:25%; float:left; color:#999}
.dd-disc .address li p{ margin-bottom:0px;}
.dd-disc .address li p.m{ background:url(images/right.png) no-repeat right center; padding-right:15px; position:relative}
.dd-disc .address li p.m span{ padding-right:8px;}
.dd-disc .address li p.m .more{ width:15px; height:100%; display:block; position:absolute; right:0px; top:0px;}

.dd-disc .qingdan{ margin-top:12px; background:#fff; padding-bottom:16px;}
.dd-disc .qingdan h3{ font-weight:100; line-height:50px;border-bottom:1px solid #e8e8e8; padding:0 16px;}

.dd-disc .qingdan li{ padding-top:10px; line-height:30px; margin:0 16px;border-bottom:1px solid #e8e8e8; }
.dd-disc .qingdan li.last{ border:none}
.dd-disc .kd-free{ margin-top:12px; background:#fff; line-height:50px; padding:0 16px;}

.dd-disc .pay-type{ margin-top:12px;}
.dd-disc .pay-type h3{ padding:0 16px; font-size:18px; font-weight:100; line-height:50px;}
.dd-disc .pay-type li{ line-height:50px; margin:0 16px;border-bottom:1px solid #e8e8e8; position:relative }
.dd-disc .pay-type .box{ background:#fff}
.dd-disc .pay-type li.last{ border:none}
.dd-disc .pay-type li input{ float:right; width:auto; margin:16px;}

.dd-disc .pay-type .zfb{ background:url(images/dot-zfb.png) no-repeat left center; padding-left:40px; background-size:30px auto}
.dd-disc .pay-type .wx{ background:url(images/dot-wx.png) no-repeat left center; padding-left:40px; background-size:30px auto}



.car-lists .float_right strong{ font-weight:100; margin-right:10px; float:left;}

.car-lists .float_right span{ width:50px; position:relative; margin:0 45px; display:inline-block; height:30px;}
.car-lists .float_right span .min{ width:30px; height:30px; background:#999999; font-size:50px; line-height:20px; text-align:center; display:block; position:absolute; left:-35px; top:0px; color:#fff}
.car-lists .float_right span .max{ width:30px; height:30px; background:#639215; font-size:40px; line-height:20px; text-align:center; display:block; position:absolute; right:-35px; top:0px; color:#fff}

.car-lists .float_right span input{ width:44px; padding:0px; margin:0px 3px; text-align:center; border:none;}

.car-lists .float_right span p{ border-bottom:1px solid #639215; height:1px; width:100%; margin:0px;}
.car-lists .float_right span em{ height:10px; border-left:1px solid #639215; width:1px; margin-top:-9px;}
.car-lists .float_right span em.float_right{ margin-right:-1px;}

.car-lists{ padding:0px;}
.car-lists ul{ margin-bottom:12px;}




/*产品概况*/


.addWrap{ position:relative; width:100%;background:#fff;margin:0; padding:0;}
.addWrap .swipe{overflow: hidden;visibility: hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap > div {float: left;width: 100%;position:relative;}
#position{ position:absolute; bottom:0; right:0; text-align:center; margin:0; width:100%; filter: alpha(opacity=50);}
#position li{width:10px;height:10px;margin:0 2px;display:inline-block;-webkit-border-radius:6px; border:1px solid #fff; border-radius:6px;background-color:#999999;}
#position li.cur{background-color:#fff;}
.img-responsive { display: block; max-width:100%;height: auto;}
.banner2 #position{ text-align:left; padding-bottom:15px; left:15px;}

.list-goods{ margin-top:0px; overflow:hidden; background:#fff;padding:5Px 8Px}
.list-goods ul{ list-style:none; margin-left:-5px; margin-right:-5px; padding-top:6px;}
.list-goods ul li{ width:50%; float:left; margin-bottom:6px; padding:0 5px; display:inline}
.list-goods ul li img{ width:100%; float:left}



.adbox{ margin-top:12px; background:#fff; overflow:hidden}
.adbox img{ width:100%; float:left}

.nav-bar-fix{ background:#fafafa; height:50px; border-top:1Px solid #b2b2b2; width:100%; position:fixed; bottom:0; left:0}
.nav-bar-fix ul{ width:100%;} 
.nav-bar-fix ul li{ float:left; padding-top:12px;text-align:center}
.nav-bar-fix ul li a{ font-size:14px; color:#404040; display:inline-block;height:40Px}
.nav-bar-fix ul .n1 {border-right:1Px solid #bfbfbf;height:50Px;padding-top:7Px;width:60Px}
.nav-bar-fix ul .n2 {border-right:1Px solid #bfbfbf;height:50Px;width:28%}
.nav-bar-fix ul .n3 {border-right:1Px solid #bfbfbf;height:50Px;width:28%}
.nav-bar-fix ul li.n1 img {width:30Px;height:30Px}
.nav-bar-fix ul li.n2 a{ background:url(images/bottom_myself.png) no-repeat top left; padding-left:28px;margin-left:6Px;}
.nav-bar-fix ul li.n3 a{ background:url(images/bottom_order.png) no-repeat top left;  padding-left:28px;margin-left:6Px;}
.nav-bar-fix ul li.n4 a{ background:url(images/bottom_more.png) no-repeat top left;  padding-left:28px;margin-left:6Px;}




.footer{ background:#000000; color:#fff; text-align:center; padding:8px;}
.footer p{ font-size:12px; line-height:16px; margin:0px;}
.pro_select a{ display:block; border:1Px solid #bc7d90; float:left; margin:5Px; padding:3Px 8Px; font-size:16px}
.pro_select { background:#fff; border-bottom:1Px solid #cfcfcf; padding:10Px}
.pro_selectom { background:#f97ca2; color:#fff}
.pro_select2 {background:#fff; border-bottom:1Px solid #cfcfcf; padding:0Px 0 0Px 10Px}
.pro_select2 a { display:block;float:left; margin:0 5Px; padding:3Px 8Px; font-size:16px}
.pro_select2on { border-bottom:3Px solid #f56693}
.porduct_lists ul li { float:left; width:46%; margin:6Px; background:#ffffff; padding:8Px; border:1Px solid #e5e3df; text-align:center}
.porduct_lists ul li a { font-size:16px;}
.porduct_lists ul li dd  { font-size:18px; text-align:left; line-height:38Px; color:#e55c91;}
.porduct_lists ul li dd  i { font-size:12px; float:right; color:#fb97bd}
.porduct_lists ul li a  { font-size:16Px}
.porduct_lists ul li img { width:100%; height:160Px}
.porduct_lists { padding:5Px}
.porduct_lists dd,.porduct_lists i { padding:0; margin:0}
.topb { background:#534b48;color:#FFFFFF; padding:8Px 0}
.topb a { color:#FFFFFF}
.top_left,.top_center{ float:left}
.top_left { width:28%; text-align:center; padding-top:2Px;line-height:18Px}
.top_left a {font-size:16Px;line-height:16Px}
.top_center { border:1Px solid #fff; padding:0Px}
.top_center a { display:block; float:left; padding:5Px 20Px}
.top_center .topon { background:#ffffff; color:#f97fa4}
.top_right { float:right; padding:2Px 15Px 0 0}
.syrswap_lists li { padding:10Px; border-bottom:1Px solid #c8c7cc; height:130Px}
.syrswap_lists .syrwaptx { float:left; margin-right:16Px}
.syrswap_lists .syrwaptx img { width:100Px; height:100Px}
.syrswap_lists { background:#fff}
.syrswap_lists dd { float:left; padding:0; margin:0; text-align:left; padding-top:1Px}
.syrswap_lists .tit{ display:block; font-size:22px; line-height:45Px; padding:0; margin:0; font-weight:bold}
.syrswap_lists i { float:right; font-size:16px; padding-top:50Px}
.jiaz {border-top:1Px solid #c8c7cc;border-bottom:1Px solid #c8c7cc; text-align:center; padding:8Px 0}
.jiaz span { margin:0 10Px;border-left:1Px solid #c8c7cc;border-right:1Px solid #c8c7cc; text-align:center; padding:8Px 0; padding:0 10Px}
.sryzptit {font-size:18px;  padding:10Px 15Px 10Px 20Px; font-weight:bold; background:#f2efea url(images/bgtb.png) no-repeat left; color:#b35f78}
.syr_jisd { background:#fff}
.contse { line-height:28Px; padding:10Px}
.sryjiepic img { width:30%; height:100Px; margin:5Px}





.photo-album{ margin-top:2px; overflow:hidden; background:#fff;padding:8Px}
.photo-album ul{ list-style:none; margin-left:-5px; margin-right:-5px; padding-top:6px;}
.photo-album ul li{ width:33%; float:left; margin-bottom:16px; padding:0 5px; display:inline}
.photo-album ul li img{ width:100%; float:left;border-radius: 9px;-webkit-border-radius: 9px;-moz-border-radius: 9px;}
.user_headers {background:url(images/user_topbg.jpg) repeat-x bottom right;}
.user_headers h1 { font-size:24px; display:block; width:60%; float:right; padding:50Px 0 0 0}
.items_user li { padding:0 18Px 0 10Px;  border-bottom:1Px solid #d9d9d9;background:#fff}
.items_user li span { float:right;padding:16Px 20Px 0 0;font-size:16Px}
.items_user li a { padding:16Px 28Px 13Px 5Px;font-size:18px; display:block;background:#fff url(images/arr_right.png) no-repeat right;}
.user1 { background:url(images/user_icon.png) no-repeat 0Px 0Px;width:45Px;float:left;height:45Px}
.user2 { background:url(images/user_icon.png) no-repeat 0Px -58Px;width:45Px;float:left;height:45Px}
.user3 { background:url(images/user_icon.png) no-repeat 0Px -125Px;width:45Px;float:left;height:45Px}
.user4 { background:url(images/user_icon.png) no-repeat 0Px -196Px;width:45Px;float:left;height:45Px}
.user5 { background:url(images/user_icon.png) no-repeat 0Px -262Px;width:45Px;float:left;height:45Px}
.user6 { background:url(images/user_icon.png) no-repeat 0Px -333Px;width:45Px;float:left;height:45Px}
.user7 { background:url(images/user_icon.png) no-repeat 0Px -398Px;width:45Px;float:left;height:45Px}
.user8 { background:url(images/user_icon.png) no-repeat 0Px -462Px;width:45Px;float:left;height:45Px}
.user9 { background:url(images/user_icon.png) no-repeat 0Px -540Px;width:45Px;float:left;height:45Px}
.user_orderlist {background:#fff}
.usertable td {border-bottom:1Px solid #d6d6d6;padding:15Px 3Px}
.items_user {background:#fff}
.user_out {display:block;width:90%;border:1Px solid #bfbdbf;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;height:50Px;;background:url(images/bginput.jpg);margin:20Px 0 30Px 5%;text-align:center;color:#fff;padding:10Px 0 0 0}
.userCenterBox {background:#fff;border:1Px solid #c8c7cc}
.user_orderlist td {text-align:left;padding:5Px;font-size:14Px}
.user_orderlist .orderright {text-align:right}
.orderright,.orderright * { font-size:12px}
.user_orderlist .orderline {border-bottom:1Px dotted #c8c7cc;height:5Px}
.user_borders {border-right:1Px solid #c8c7cc;border-top:1Px solid #c8c7cc;margin:5Px;background:#fff;width:98%}
.user_borders td,.user_borders th {border-left:1Px solid #c8c7cc;border-bottom:1Px solid #c8c7cc;padding:4Px;font-size:14Px}
#pager {padding:10Px;}
.user_pro_list ul li { float:left; margin:5Px; padding-top:30Px; margin:0 18Px}
.user_pro_listline { clear:both; border-bottom:1Px solid #aaabad; height:3Px}
.dingdans .userpan{display: block;background: url("http://www.if1955.com/themes/default/images/maxmain.png") no-repeat scroll -440px 0px transparent;padding: 3px 19px 5px;color: #FFF; margin-top:3Px}
.dingdans { text-align:center}
.user_pro_list li img { border:1Px solid #ccc; padding:1Px}
.user_title {padding:5Px;font-size:20Px;}
.porduct_lists {background:#fbfbfb}
.porduct_lists ul li { float:left; width:46%; margin:6Px; background:#ffffff; padding:8Px; border:1Px solid #e5e3df; text-align:center}
.porduct_lists ul li a { font-size:16px;}
.porduct_lists ul li dd  { font-size:18px; text-align:left; line-height:38Px; color:#e55c91;}
.porduct_lists ul li dd  i { font-size:12px; float:right; color:#fb97bd}
.porduct_lists ul li a  { font-size:16Px}
.porduct_lists ul li img { width:100%; height:160Px}
.porduct_lists { padding:5Px}
.porduct_lists dd,.porduct_lists i { padding:0; margin:0}
.order_sub  {width:220Px;;color:#fff;margin:10Px auto}
 .box_1 .userCenterBox{widht:100%;margin:0 auto}
    .usBox {widht:100%; margin:0 auto}
	.usBox td { padding:8Px 5Px}

	
.usBox td .us_Submit,.us_Submit_reg{ width:90%;margin:10Px 0 10Px 5%; height:50Px;background:url(images/bginput.jpg) repeat;border: 1px solid #ffbbd9;  -moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;;color:#ffffff;font-size:18Px}
    .usBox_1{text-align:left;padding:0px 0 60px 0;margin:0 auto}
    .usBox_1 .logtitle{height:30px;font-size:18Px;padding:5Px 0 2Px 9Px;margin-bottom:5Px;}


    .usTxt{width:265px; height:267px; padding:43px 0 0 90px; background:#f2f2f2; float:right;
    text-align:left; background:url(images/ur_bg1.gif) no-repeat 0 50%; line-height:23px;
    }
    .usTxt img{margin-top:15px;}
    /*注册*/
    .usBox_2{text-align:left; }
    .usBox_2 .regtitle {height:30px;font-size:18Px; border-bottom:1Px solid #bfbdbf;padding:5Px 0 2Px 9Px;margin-bottom:5Px;}
    .actionSub a{color:#006acc; text-decoration:underline;
    background:url(images/ur_bg.gif) no-repeat 0px -68px; padding-left:14px;
    }
    .box_1 .userCenterBox .userMenu a{display:block; height:35px; line-height:35px; text-decoration:none; margin:0 0 3px 0px; padding-left:13px;
    }
    .box_1 .userCenterBox .userMenu a.curs{font-weight:bold;}
    .box_1 .userCenterBox .userMenu a img{ margin-right:13px;}
    .msgBottomBorder{clear:both; background:url(images/lineBg.gif) repeat-x left bottom; padding-bottom:8px; margin-bottom:8px;}
.flowBox {background:#fff url(images/flowbg.png) repeat-x left top; margin:16Px 10Px;padding:10Px 10Px 10Px 10Px;line-height:36Px;font-size:14Px;font-weight:normal}
.flowBox * {font-size:14Px;font-weight:normal}
.flowBox  h6 {border-bottom:1Px dotted #ccc;padding-top:5Px;font-size:14Px;font-weight:normal}
.inputBg {font-size:14Px;width:80%;border:1Px solid #bfbdbf;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;height:50Px}
.inputBg2 {width:40%;border:1Px solid #bfbdbf;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;height:50Px;clear:right;float:left}
.hqyzm {border:1Px solid #bfbdbf;-moz-border-radius: 5px; -webkit-border-radius: 5px;   border-radius:5px;line-height:30Px;width:100Px;padding:8Px 2Px;display:block;float:left;background:url(images/bginput.jpg) repeat;text-align:center;margin-left:3Px;margin-top:3Px;color:#fff}
.f3 {text-decoration:underline;font-size:14Px}
.user_headers_o {background:url(images/userbg2.jpg);width:100%;padding:30Px;text-align:center}
.user_headers_o .user1,.user_headers_o .user2,.user_headers_o .user3,.user_headers_o .user4,.user_headers_o .user5,.user_headers_o .user6,.user_headers_o .user7,.user_headers_o .user8,.user_headers_o .user9 {width:150Px;margin-left:43%;}
.user_name_h {width:100%;font-size:22Px;text-shadow:3px 3px 8px #000;color:#fff;font-weight:blod}
.user_header_1 span {float:right}
.user_header_1 {background:#ff5d95;color:#fff;padding:10Px}
.items_user1 ul li {display:block;width:100%;padding:5Px 10Px;font-size:16Px;line-height:18Px}
.items_user1 ul {border-bottom:1Px solid #d6d6d6;padding:5Px 0}
.items_user1 ul li span {float:right;font-size:16Px;line-height:18Px}
.items_user1 ul li font {font-size:16Px;line-height:18Px}
.pingjiaitem {background:#fff url(images/user_bgs.jpg) repeat-x bottom;margin-bottom:13Px;padding-bottom:20Px}
.pingjiapro span {float:right;padding-top:25Px}
.pingjiapro img {float:left;width:80Px;height:60Px;border:1Px solid #bfbdbf;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px}
.pingjiapro dd {float:left;margin-left:10Px;padding-top:10Px;}
.pingjiapro dd a {font-size:18Px}
.pingjiapro {padding:15Px}
.pingjia_p {border-top:1Px solid #d6d6d6;border-bottom:1Px solid #d6d6d6;padding:5Px 15Px;margin:15Px 0;font-size:16Px;}
.pingjia_p span {float:right;font-size:14Px;color:#b9b9b9}
.pingjia_p img {width:20Px;margin-top:5Px;margin-right:5Px}
.pingjia_content img {float:left;width:60Px;border:1Px solid #bfbdbf;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;margin-right:8Px}
.pingjia_content {padding:10Px}
.pingjia_content span {float:right;margin-top:30Px}
.pingjia_content span a {border:1Px solid #ff498e;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;padding:5Px 10Px;font-size:16Px}
.exchangebanner {border-bottom:1Px solid #d6d6d6;margin:8Px 0;padding:5Px;height:50Px;background:#fff}
.exchangebanner a {display:block;border:1Px solid #ffbbd9;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;color:#ff5b95;background:#fff;width:23%;margin-right:5Px;float:left;padding:2Px 8Px 5Px 8Px;text-align:center}
.exchangebanner .excenon {background:#ff5b95;color:#fff;}
.porduct_lists_ex ul li {width:47%;float:left;margin-right:10Px;padding:5Px;border:1Px solid #ff498e;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px}
.porduct_lists_ex {padding-left:2%}
.porduct_lists_ex dd {display:block;width:100%;}
.porduct_lists_ex * {font-size:14Px}
.porduct_lists_ex dd span {float:right}
.huajgj {background:#ff5b95;border:1Px solid #ffbbd9;-moz-border-radius: 5px;   -webkit-border-radius: 5px; border-radius:5px;padding:8Px 0Px;text-align:center;margin:8Px 0Px 8Px 0Px;color:#fff}
.huajgj a {color:#fff}
.xiangqing {border:1Px solid #ff498e;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;background:#ff4996;text-align:center;color:#fff;padding:5Px 8Px;margin-top:5Px}
.conne_list ul li {float:left;width:47%;margin:8Px 8Px 8Px 0;border:1Px solid #ffbbd9;-moz-border-radius: 5px;   -webkit-border-radius: 5px; border-radius:5px}
.conne_list {margin-left:8Px}
.conne_list p {fong-size:14Px;padding:1Px 8Px;color:#626262}
.conne_list p span {float:right}
.conne_list h2 {padding:1Px 8Px;}
.conne_list h2 a {color:#626262}
.address_list ul li {padding:8Px;line-height:28Px;border-bottom:1Px solid #d6d6d6;margin-top:1Px}
.address_list ul li span {float:right}
.address_list h1 {font-weight:blod}
.cover_add {background:#fff;}
.bnt_blue_2,.tixianto .bnt_blue_1,.order_sub {display:block;width:80%;border:1Px solid #bfbdbf;-moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;height:50Px;;background:url(images/bginput.jpg);margin:20Px 0 30Px 5%;text-align:center;color:#fff;padding:5Px 0 3Px 0}
.cover_add td {padding:5Px;border-bottom:1Px solid #d6d6d6}
.addresson {background:#ff689a;color:#fff}
.xiaoszhe {border-bottom:1Px solid #d6d6d6}
.xiaoszhe .xiaoszheleft, .xiaoszhe .xiaoszheright{float:left;width:49.8%;padding:8Px 12Px;font-size:14Px}
.xiaoszhe .xiaoszheright {border-left:1Px solid #d6d6d6}
.list_table td,.list_table th {padding:5Px;border-right:1Px solid #ccc;border-bottom:1Px solid #cccccc}
.list_table {border-left:1Px solid #ccc}
.list_table caption {padding:5Px}
.orderlist {border-bottom:1Px solid #d6d6d6}
.orderlist span {float:right;padding:30Px 15Px 0 0}
.orderlist,.orderlist *,#pager,#pager * {font-size:14Px;line-height:25Px}
.accound_bank,.accound_bank * {font-size:12Px}
.order_l { font-size:14Px}







/**********************************/
.plus-button{ width:30px;margin:10px;text-align:center;padding:5px; height:50Px;background:url(images/bginput.jpg) repeat;border: 1px solid #ffbbd9;  -moz-border-radius: 5px;   -webkit-border-radius: 5px;   border-radius:5px;;color:#ffffff;font-size:18Px;}



.flowboxes { background:#fff; border-top:1Px solid #d7d7db; border-left:1Px solid #d7d7db;border-right:1Px solid #d7d7db}
.flowboxes th { padding:10px; background:#fafafa; border-right:1Px solid #d7d7db; border-bottom:1Px solid #d7d7db;font-size:14px;}
.flowboxes td { padding:10px 10Px 0Px 10Px; border-right:1Px solid #d7d7db; border-bottom:1Px solid #e5e5e5}







			.list_table {background-color:#EDD28B}
			.list_table caption {background-color:#EEEEEE;font-weight:bold;border:1px solid #EDD28B}
			.list_table td {background-color:#FFFFFF;font-size:14px;font-weight:normal}
			.list_table tr:hover {background:#eadddd}
			.list_table th {background:#eef3f7; border-bottom:1Px solid #d5dfe8; font-weight:bold; color:#444444;height:30px;font-size:14px;font-weight:normal}
			.fwelogo input {width:70%; height:30Px}
			.fwelogo {font-size:16px; font-weight:bold}

.foot_nav {
	 width: 100%;
	 font-size:14px;
	 background-color: #eeeeee;
	 border-bottom: #d5d5d5 solid 1px;
	 border-top: #d5d5d5 solid 1px;
	 position: fixed;
	 padding-top:5Px;
	 bottom: 0;
	 z-index: 6;
 }
.foot_nav,.foot_nav * { font-size:12px}
 .foot_nav li {
	 float: left;
	 width: 25%;
	 text-align: center;
 }

 .foot_nav .clearfix a {
	 display: block;
	 font-size:12px;
	 width:100%;

 }
.fone1 a { background: url('images/topnav_icon.png') no-repeat 48% -0Px; text-align:center; padding-top:29Px;background-size:25px; margin:0 auto} 
.fone2 a { background: url('images/topnav_icon.png') no-repeat 46% -58Px; text-align:center; padding-top:29Px;background-size:25px}
.fone3 a { background: url('images/topnav_icon.png') no-repeat 46% -118Px; text-align:center; padding-top:29Px;background-size:25px; font-size:12px}
.fone4 a { background: url('images/topnav_icon.png') no-repeat 46% -175Px; text-align:center; padding-top:29Px;background-size:25px}
.fone3 {font-size:12px}
 .foot_nav a:active {
	 color: #db384c;
 }

.redbutton,.alipaybutton,.abcbutton,.uinbutton,.compaybutton,.weixinpaybutton {background:red;-moz-border-radius: 5px; -webkit-border-radius: 5px;  border-radius:5px;margin:8Px auto; text-align:center; color:#fff; width:95%;padding:8Px 25Px}

























