/* base */
* {
	margin:0;
	padding:0;
}
body, button, input, select, textarea {
	font:14px/1.5 "Microsoft YaHei", "verdana", "arial";
	color:#555;
}
h1,h2,h3,h4,h5,h6{
    font-family:"Microsoft YaHei",
}
a {
	color:#505050;
	text-decoration:none;
	outline: 0 none;
}
img{
	vertical-align:middle;
}
li, ul {
	padding:0;
	list-style:none;
}
table {
	border-spacing:0;
}
body, html {
	overflow:auto;
}
body {
	background-color:#f0f0f0;
}
.app-container {
	width:100%;
}
.btn, a {
	-webkit-transition:color 300ms, background-color 300ms;
	-moz-transition:color 300ms, background-color 300ms;
	transition:color 300ms, background-color 300ms;
	outline: 0 none;
}
a:hover i.icon{
	-webkit-transition:background-image 300ms;
	-moz-transition:background-image 300ms;
	transition:background-image 300ms;
}
a:hover{
	color:#0099ff;
	outline: 0 none;
}
a.blue:hover{
	text-decoration:underline;
}
a.btn:hover{
	color:#fff;
}
input {
	background-color:transparent;
	border:1px solid #ddd;
	-webkit-transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out;
	outline: 0 none;
}
input:focus {
    -webkit-box-shadow:0 0 0px 1000px white inset; 
	border-color: #66afe9;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0px 1000px white inset; 
} 

/*iconfont*/
@font-face {font-family: "iconfont";
  src: url('./images/iconfonts/iconfont.eot'); /* IE9*/
  src: url('./images/iconfonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./images/iconfonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('./images/iconfonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('./images/iconfonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiala:before { content: "\e603"; }
.icon-chevron-right:before { content: "\e643"; }
/* sprite */
.icon{
	background-image:url(./images/sprite.png);
	background-repeat:no-repeat;
	display:inline-block;
    vertical-align:middle;
}
.icon-user{
	background-position:-135px 0px;
	height:16px;
	margin-right:5px;
	width:14px;
}
.icon-user-gray{
    background-position:-105px 0px;
    height:16px;
	margin-right:5px;
	width:14px;
}
.icon-cart{
	background-position:-134px -20px;
	height:16px;
	margin-right:5px;
	width:12px;
}
.icon-cart-gray{
	background-position:-104px -20px;
	height:16px;
	margin-right:5px;
	width:16px;
}
.icon-all{
	background-position:0px -84px;
	height:20px;
	vertical-align:-5px;
	width:20px;
}
.icon-all-xl{
	background-position:0px -1054px;
	height:60px;
	width:60px;
}
.icon-pad-xxl{
	background-position:0px -1175px;
	height:60px;
	width:60px;
}
.icon-pad-1{
	background-position:0px -662px;
	height:32px;
	width:32px;
}
.icon-phone{
	background-position:0px -149px;
	height:25px;
	vertical-align:-8px;
	width:16px;
}
.icon-phone-1{
	background-position:-44px -560px;
	height:16px;
    vertical-align:middle;
	width:16px;
}
.icon-phone-2{
	background-position:0px -702px;
	height:32px;
	width:32px;
}
.icon-phone-xxl{
	background-position:0px -1295px;
	height:60px;
	width:60px;
}
.icon-accessories{
    background-position:0px -742px;
	height:32px;
	width:32px;
}
.icon-history{
    background-position:0px -1209px;
    height:32px;
    width:32px;
}
.icon-history-xxl{
    background-position:0px -1535px;
    height:60px;
    width:60px;
}
.icon-headphones{
	background-position:-61px -189px;
	height:16px;
	vertical-align:-3px;
	width:16px;
}
.icon-headphones-xxl{
	background-position:0px -1415px;
	height:60px;
	width:60px;
}
.icon-pod{
	background-position:-61px -223px;
	height:16px;
	vertical-align:-3px;
	width:16px;
}
.icon-circle{
	background-position:0px -264px;
	height:22px;
	width:22px;
}
.icon-presentation{
	background-position:-2px -294px;
	height:22px;
	width:20px;
}
.icon-balloons{
	background-position:0px -325px;
	height:20px;
	width:20px;
}
.icon-more{
    background-position:0px -359px;
	height:12px;
	vertical-align:-7px;
	width:22px;
}
.icon-english{
	background-position:-39px -266px;
	height:18px;
	vertical-align:-5px;
	width:24px;
}
.icon-desktop{
	background-position:-39px -293px;
	height:24px;
	vertical-align:-8px;
	width:25px;
}
.icon-home{
	background-position:-45px -101px;
	height:16px;
	width:16px
}
.icon-tips{
	background-position:-104px -60px;
	height:16px;
	vertical-align:-3px;
	width:16px;;
}
.icon-plus{
	background-position:-107px -383px;
	height:10px;
	width:10px;
}
.icon-minus{
	background-position:-107px -407px;
	height:2px;
	width:10px;
}
.icon-marker{
	background-position:-107px -40px;
	height:16px;
	width:10px;
}

.icon-right-lg{
	background-position:0px -914px;
	height:64px;
	width:64px;
}
.icon-error-lg{
	background-position:0px -978px;
	height:64px;
	width:64px;
}
.icon-plus-lg{
	background-position:-73px 0px;
	height:8px;
	width:8px;
}
.icon-dot{
	background-position:-139px -553px;
	height:4px;
	width:4px;
}
.icon-rmb{
	background-position:-104px -180px;
	height:16px;
	width:16px;
}
.icon-coupon{
	background-position:-104px -202px;
	height:13px;
	width:16px;
}
.icon-prev{
	background-position:-44px -286px;
	height:24px;
	width:24px;
}
.icon-prev-disabled{
	background-position:-40px -398px;
	height:24px;
	width:24px;
}
.icon-next{
	background-position:-40px -428px;
	height:24px;
	width:24px;
}
.icon-next-disabled{
	background-position:-0px -428px;
	height:24px;
	width:24px;
}
.icon-go{
	background-position:0px -458px;
	height:24px;
	width:24px;
}
.icon-eye{
	background-position:-104px -143px;
	height:10px;
	width:16px;
}
.icon-share{
	background-position:-104px -160px;
	height:16px;
	width:16px;
}
.icon-search{
	background-position:-104px -120px;
	height:16px;
	width:16px;
}
.icon-question{
	background-position:-104px -80px;
	height:16px;
	width:16px;
}
.icon-close{
	background-position:-104px -280px;
	height:16px;
	width:16px;
}
.icon-down{
	background-position:-108px -466px;
	height:5px;
	width:8px;
}
.icon-up{
	background-position:-108px -445px;
	height:5px;
	width:8px;
}
.icon-bag{
	background-position:-46px -220px;
	height:16px;
	width:12px;
}
.icon-cart-white{
	background-position:-44px -20px;
	height:16px;
	width:16px;
    vertical-align:middle;
}
.icon-no-minus{
	background-position:-104px -260px;
	height:16px;
	width:16px;
}
.icon-minus-1{
	background-position:-134px -260px;
	height:16px;
	width:16px;
}
.icon-plus-1{
	background-position:-104px -240px;
	height:16px;
	width:16px;
}
.icon-no-plus-1{
	background-position:-104px -240px;
	height:16px;
	width:16px;
}
.icon-cart-xl{
	background-position:-0px -622px;
}
.icon-pad-xl{
	background-position:-0px -662px;
}
.icon-mp3-xl{
	background-position:-87px -622px;
}
.icon-phone-xl{
	background-position:-0px -702px;
}
.icon-headphones-xl{
	background-position:-0px -742px;
}
.icon-history-xl{
    background-position:-0px -782px;
}
.icon-share-xl{
    background-position:-0px -822px;
}
.icon-up-xl{
	background-position:-0px -862px;
}
/*button*/
.btn{
	background-color:#0099ff;
	border:none;
	border-radius:40px;
	cursor:pointer;
	color:#fff;	
	display:inline-block;
	font-size:14px;
	font-weight:600;
	line-height:39px;
	height:40px;
	padding:0px 30px;	
}
.btn-sm{
	line-height:24px;
	height:25px;
	padding:0px 20px;
}
.btn-xs{
	font-size:12px;
	line-height:24px;
	height:24px;
	padding:0px 20px;
}
.btn-lg{
	width:100%;
}
.btn-gray{
	background-color:#ccc;
}
.btn-yellow{
	background-color:#ffbb00;
	color:#fff;
}
.btn:focus,.btn:hover{
	background-color:#3292E8;
	-webkit-transition:color 200ms, background-color 200ms;
	-moz-transition:color 200ms, background-color 200ms;
	transition:color 200ms, background-color 200ms;
}
.btn-yellow:focus,.btn-yellow:hover{
	background-color:#f2b100;
}
.btn-gray:focus,.btn-gray:hover{
	background-color:#999;
}

/* font color */
.blue{
	color:#00a0e4;
}
.orange{
	color:#ee3000;
}
.gray{
	color:#999;
}
.green{
	color:#66cc66;
}
.red{
	color:#ff6666;
}
/* layout */
.ui-container{
	margin:0 auto;
	width:980px;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.bg-white{
	background-color:#fff;
}
.relative{
	position:relative;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.mt25{
	margin-top:25px;
}
.mt20{
	margin-top:20px;
}
.mt15{
	margin-top:15px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { 
	display: inline-table; 
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
display: block; 
}
/* End hide from IE-mac */

/*breadcrumb*/
.breadcrumb-bar{
	background:url(./images/crumb-bg.jpg) repeat-y;
}
.breadcrumb{
	line-height:40px;
	height:40px;
}
.breadcrumb li{	
	float:left;
    line-height:40px;
	height:40px;
}
.breadcrumb li:first-child a{
    margin-left:5px;
}
.breadcrumb li a,.breadcrumb li span,.breadcrumb li i.icon-chevron-right,.breadcrumb li{
	color:#fff;
    font-size:12px;
    vertical-align:middle;
}
.breadcrumb li span{
	font-size:12px;
}
.breadcrumb li i.icon-chevron-right{
    font-size:20px;
}

/*space*/
.space{
	max-height: 1px;
    min-height: 1px;
    overflow: hidden;
}
.space-15{
	margin: 7px 0 7px;  	
}
.space-20{
	margin: 9px 0 10px;  	
}
.space-25{
	margin: 12px 0 13px;  	
}
.space-30{
	padding: 15px 0 14px;  	
}
.space-40{
	margin: 20px 0 19px;  	
}
.space-50{
	padding: 25px 0 24px;	
}
.space-60{
	margin:30px 0 29px;
}
/* header */
.header{
	background-color:#fff;
	height:80px;
	padding:5px 0px;
}
.logo{
	float:left;
	margin-top:28px;
}
.hd-menu{
	float:right;
}
.hd-menu-top li{
	float:right;
	margin:0 8px;
}
.hd-menu-top li > span,.hd-menu-top li > a{
    vertical-align:middle;
}
.hd-menu-top li  a{
	color:#555;
    font-size:12px;
}
.hd-menu-top li .vertical-line{
	color:#a8a8a8;
	font-size:12px;
	margin:0 2px;
}
.hd-menu-nav{
	margin:20px 0px 0 0;
}
.hd-menu-nav li{
	float:left;
	margin:0 5px;
}
.hd-menu-nav li:last-child{
    margin-right:-27px;
}
.hd-menu-nav li:last-child[class="active"]{
    margin-right:5px;
}
.hd-menu-nav li a{
	display:inline-block;
	font-size:16px;
	padding:5px 30px;
}
.hd-menu-nav li a:hover{
	color:#0099ff;
}	
.hd-menu-nav li.active a.dropdown-toggle,.hd-menu-nav li.active a{
	background-color:#019cf6;
	border-radius:20px;
	color:#fff;
}
.hd-menu-nav li.active a:hover{
    background-color:#3292E8;
}
.hd-menu-nav li.active .hd-menu-sub-nav a{
	background-color:inherit;
	border-radius:20px;
	color:#787878;
}
.hd-menu-nav li.active .hd-menu-sub-nav a:hover{
	color:#019cf6;
}
.hd-menu-nav .hd-menu-sub-nav a{
	color:#787878;
	display:inline-block;
	font-size:14px;
	margin:0 14px;
	padding:4px;
    border-bottom:transparent solid 2px;
}
.hd-menu-nav .hd-menu-sub-nav a:hover,.hd-menu-sub-nav a.active{
    border-bottom:#019cf6 solid 2px;
}
.hd-menu-nav .hd-menu-sub-nav a:hover,.hd-menu-sub-nav a.active,.ui-column-list li a:hover,.footer a:hover{
	color:#019cf6;
}
.hd-menu-sub-nav a.active .icon-all,.hd-menu-sub-nav a:hover .icon-all-xl{
	background-position:0px -1114px;	
}
.hd-menu-sub-nav a.active .icon-pad,.hd-menu-sub-nav a:hover .icon-pad-xxl{
	background-position:0px -1235px;
}
.hd-menu-sub-nav a.active .icon-phone,.hd-menu-sub-nav a:hover .icon-phone-xxl{
	background-position:-0px -1355px;
}
.hd-menu-sub-nav a.active .icon-headphones,.hd-menu-sub-nav a:hover .icon-headphones-xxl{
	background-position:-0px -1475px;
}
.hd-menu-sub-nav a.active .icon-pod,.hd-menu-sub-nav a:hover .icon-history-xxl{
	background-position:-0px -1595px;	
}
.dropdown{
	position:relative;
}
.dropdown-menu{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e7e7e7;
    width:100%;
    margin-top:10px;
    text-align:center;
    position:absolute;
    z-index:99999;
    display:none;
    padding:10px 0;
}
.dropdown-menu a {
    display:inline-block;
    width:19%;
    text-align:center;
} 
.dropdown-menu a h3{
    display:block;
    font-size:14px;
    font-weight:400;
    color:#666;
    margin-top:5px;
}
.dropdown-menu a:hover h3{
    color:#0099ff;
}
/* slider */
.ui-slider{
	width:100%;
}
.banner { 
    text-align: center;
    background:#fff;
    margin:auto;
    overflow:hidden;
    position:relative;
    min-width:960px;
    width:100%;
    z-index:1;
    zoom:1;	
}
.banner .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}
.banner .dots li {
	background-color:#c8c8c8;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 12px;
}
.banner .dots li.active {
    background-color:#049ee6;
    opacity: 1;
}
/* index */
.main{
    height:100%;
}
.ui-column{
	float:left;
	width:326.66666666px;
	height:270px;
	min-height:270px;
}
.ui-column-block{
	display:block;
    height:100%;
    left:0;
    overflow:hidden;
    position:relative;
    top:0;
    width:100%;
}
.ui-column-title{
	background:#3c3c3c;
    bottom:-100px;
    color:#fff;
    height:64px;
    left 0;
    padding:16px 5% 0;
    position:absolute;
    width:90%;
    z-index:10;
}
.ui-column-block span{
	background-size: cover !important;
    display:block;
    height:100%;
    left:0;
    position:relative;
    top:0;
    width: 100%;
}
.ui-column-block div, .ui-column-block span {
    transition: all 0.15s ease 0s;
}
.ui-column-block h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em;
}
.ui-column-block p {
    font-size: 1.0em;
    line-height: 1.6em;
}
.ui-column-block:hover span {
    top: -40px;
}
.ui-column-block:hover div {
    bottom: 0;
}
/*2015-05-29 需求改变
.ui-column{
	float:left;
	margin-right:25px;
	width:310px;
}
.ui-container .ui-column:last-child{
	margin-right:0px;
}
.ui-column-title{
	border-radius:5px 5px 0px 0px;
	height:43px;
	line-height:43px;
	padding:0 15px;
	position:relative;
}
.ui-column-title h2{
	height:43px;
	line-height:42px;
	overflow:hidden;
}
.ui-column-title h2 .icon{
    vertical-align:middle;
}
.ui-column-title h2 a,.ui-column-title h2 span{
	color:#fff;
	font-size:16px;
}
.ui-column .blue{
	background-color:#019cf6;
}
.ui-column .orange{
	background-color:#ffb400;
}
.ui-column .pink{
	background-color:#f65a7f;
}
.ui-column-title .icon-more{
	position:absolute;
	right:15px;
	top:18px;
    text-indent:-9999em;
}
.ui-column-pic{
	margin:5px 0px;
	min-height:190px;
	overflow:hidden;
	position:relative;
	width:310px
}
.ui-column-pic img{
    width:310px;
}
.ui-column-pic  img{
	transform: scale(1);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: all 1s ease 0s;
}
.ui-column-pic a:hover img{
    transform: scale(1.05);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.05);
	-moz-transform: all 1s ease 0s;
}	
.ui-column-pic p{
	background-color:rgba(0, 0, 0, 0.8);
	bottom:0px;
	color:#fff;
	left:0px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	padding:0 15px;
	position:absolute;
	width:auto;
}
.ui-column .dot{
	border-radius:7px;
	display:inline-block;
	height:7px;
	width:7px;
}
.ui-column-list{
	background-color:#f9f9f9;
	border:1px solid #e6e6e6;
	border-radius:0px 0px 5px 5px;
	padding:15px;
}
.ui-column-list li{
	line-height:27px;
	height:27px;
	overflow:hidden;
}
.ui-column-list li a{
	margin-left:5px;
}
.ui-column .dot-blue{
	background-color:#019cf6;
}
.ui-column .dot-orange{
	background-color:#ffb400;
}
.ui-column .dot-pink{
	background-color:#f65a7f;
}
*/
/*footer*/
.footer{
	background-color:#f4f4f4;
	height:100%;
	padding:20px 0px;
}
.ui-footer-left{
	float:left;
}
.ui-footer-group{
	float:left;
	width:150px;
}
.ui-footer-group dt{
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
    text-align:center;
}
.ui-footer-left dt{
	padding-bottom:6px;
}
.ui-footer-left dd{
	margin-top:10px;
    text-align:center;
}
.ui-footer-right dd{
    text-align:center;
}
.ui-footer-group dd a{
    color:#555;
    font-size:12px;
}
.ui-footer-right{
    float:right;
}
.ui-footer-right .ui-footer-group{
	width:92px;
}
.ui-footer-right .ui-footer-group:first-child{
	margin:0 23px;
}
.ui-entry{
	float:right;
	margin-top:18px;
    margin-left:23px;
}
.ui-entry p{
	margin-top:10px;
}
.footer-copyright-bar{
	background-color:#545978;
	border-top:1px solid #b1b6c4;
	color:#fff;
    font-family:"Microsoft YaHei";
    height:35px;
    line-height:35px;
}
.footer-copyright-bar p{
    font-size:12px;
}
.footer-copyright-bar p a{
	color:#fff;
	margin-right:15px;
}
.footer-copyright-bar p i.qq{
    display:inline-block;
}
.footer-copyright-bar p a:hover{
	color:#0099ff;
}
.footer-copyright-bar p a:hover i.qq{
    background:url(./images/icon_login.png) -12px -72px no-repeat;
}
.footer-copyright-bar p{
    font-size:12px;
}
.footer-copyright-bar p b{
	font-size:14px;
}

/*product*/
.active .icon-triangle-bottom{
	background-position:-8px -52px;	
	height:4px;
	vertical-align:2px;
	width:8px;
}
.ui-product-slider .banner .dots{
	bottom:10px;
}
.ui-product-slider .banner .dots li{
	height:7px;
	width:7px;
}
.ui-product-slider .banner .dots li.active {
    background-color:#fff;
    opacity: 1;
}
.product-group{
	overflow:hidden;
	width:980px;
}
.group-titie h2{
	color:#797979;
	font-size:24px;
	font-weight:500;
	text-align:center;
	padding:5px 0px 15px;
}
.group-main{
	background-color:#fff;
	border:1px solid #dcdcdc;
	border-radius:5px;
	position:relative;
}
.jcarousel{
	overflow:hidden;
	position: relative;
	width:100%;
	
}
.jcarousel ul{
	position:relative;
	width:1000%;
}
.jcarousel ul li{
	float:left;
	width:auto!important;
}
.jcarousel-control-prev,.jcarousel-control-next{
	background-image:url(./images/icon_page.png);
	background-repeat:no-repeat;
	cursor:pointer;
	height:24px;
	position:absolute;
	top:-45px;
	right:2px;
	width:24px;
}
.jcarousel-control-prev{
	background-position:-53px -13px;
	right:40px;
}
.jcarousel-control-next{
	background-position:-53px -43px;
}
.group-main  .jcarousel-next,.honor-group  .jcarousel-next{
	background-position:-13px -13px;
}
.group-main  .jcarousel-next-disabled,.honor-group  .jcarousel-next-disabled{
	background-position:-13px -43px;
	cursor:auto;
}
.group-main  .jcarousel-prve-disabled,.honor-group  .jcarousel-prve-disabled{
	background-position:-13px -13px;
	right:40px;
}
.jcarousel .product-group-show{
	width:978px;
}
.product-group-show .item{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	width:325px;
	height:300px;
	float:left;
}
.jcarousel-even .product-group-show .item:nth-child(3),.jcarousel-even .product-group-show .item:nth-child(6),.jcarousel-odd .product-group-show .item:nth-child(3){
	border-right:none;
	width:326px;
}
.jcarousel-even .product-group-show .item:nth-child(4),.jcarousel-even .product-group-show .item:nth-child(5),.jcarousel-even .product-group-show .item:nth-child(6){
	border-bottom:none;
}
.jcarousel-odd .product-group-show .item{
	border-bottom:none;
}
.product-group-show .item a{
	display:block;
	text-align:center;
	width:285px;
	height:240px;
	padding:30px 20px;
}
.jcarousel-even .product-group-show .item:nth-child(3) a,.jcarousel-even .product-group-show .item:nth-child(6) a{
	width:286px;
}
.product-group-show .item a:hover{
	-moz-box-shadow:0px 0px 20px #e7e7e7 inset;              
    -webkit-box-shadow:0px 0px 20px #e7e7e7 inset;           
    box-shadow:0px 0px 20px #e7e7e7 inset; 
}
.product-group-show .item a .product-pic{
	height:auto;
	line-height:158px;
}
.product-group-show .item a .product-pic img{
	vertical-align:middle;
    max-width:219px;
    max-height:158px;
}
.freewall-group .item-column:first-child .item a .product-pic img{
	max-height:387px;
}
.product-group-show .item a h3{
	color:#00a0e9;
	font-size:13px;
	margin:15px 0px;
}
.product-group-show .item a  p:last-child{
	color:#787878;
	font-size:12px;
	text-align:center;
}
.freewall-group{
	height:auto;
}
.freewall-group .item-column{
	float:left;
	height:478px;	
	width:326px;
}
.freewall-group .item-column:first-child .item{
	border-right:1px solid #ddd;
	height:478px;
	width:326px;
}
.freewall-group .item-column:first-child .item a{
	height:418px;
	width:286px;
}
.freewall-group .item a .product-pic{
	height:auto;
	line-height:inherit;
}
.freewall-group .item a p:last-child{
	margin-top:20px;
}
.freewall-group .item-column:nth-child(2) .item{
	height:240px;
}
.freewall-group .item-column:nth-child(2) .item:first-child{
	border-bottom:1px solid #ddd;
} 
.freewall-group .item-column:nth-child(2) .item a{
	height:180px;
}
.freewall-group .item-column:last-child .item{
	height:159px;
	width:326px;
}
.freewall-group .item-column:last-child .item a{
	width:286px;
}
.freewall-group .item-column:last-child .item:first-child{
	border-bottom:1px solid #ddd;
	border-right:none;
}
.freewall-group .item-column:last-child .item:first-child p img{
	max-height: 75px;
}
.freewall-group .item-column:last-child .item:first-child a{
	height:99px;
}
.freewall-group .item-column:last-child .item:nth-child(2){
	height:319px;
	float:left;
	width:162px;
}
.freewall-group .item-column:last-child .item:nth-child(2) p:last-child{
	margin-top:32px;
}
.freewall-group .item-column:last-child .item:nth-child(2) p img{
	max-height:222px;
}
.freewall-group .item-column:last-child .item:nth-child(2) a{
	height:259px;
	width:122px;
}
.freewall-group .item-column:last-child .item:nth-child(3),.freewall-group .item-column:last-child .item:nth-child(4){
	height:159px;
	width:163px;
}
.freewall-group .item-column:last-child .item:nth-child(3){
	border-bottom:1px solid #ddd;
}
.freewall-group .item-column:last-child .item:nth-child(4){
	border-right:none;
}
.freewall-group .item-column:last-child .item:nth-child(3) a,.freewall-group .item-column:last-child .item:nth-child(4) a{
	height:99px;
	width:123px;
}
/*login*/
.login-main{
	background:url(./images/login-banner.jpg) no-repeat;
	height:600px;
}
.login-box{
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	margin-top:40px;
	height:auto;
	width:398px;
}

/* tabs */
.ui-tab-control{
	border:none;
	padding:0px;
}
.ui-tab-control .ui-tab-panel{
	padding:30px 18px 0px;
}
.login-box .ui-tab-control .ui-tab-panel{
	padding:30px 18px 15px;
}
.panel-body .ui-tab-panel{
	padding:0px;
}
.ui-tab-control .ui-tab-panel-ms{
	padding:10px 0px 0px;
}
.ui-tab-nav{
	background-color:#eff4f9;
	border:none;
	border-bottom:1px solid #ddd;
	border-radius:5px 5px 0 0;
	height:50px;
	padding:5px 10px 0 10px;
}
.ui-tab-nav-ms{
	height:40px;
}
.ui-tab-nav li{
	background-color:#eff4f9;
	border:none;
	float:left;
	margin:0px;
}
.ui-tab-nav li.active{
	border:1px solid #ddd;
	border-radius:5px 5px 0px 0px;
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
} 
.ui-tab-nav li a{
	display:block;
	color:#999;
	font-size:18px;
    font-family:"Microsoft YaHei";
	height:50px;
	line-height:49px;
	padding:0px 32px;
}
.ui-tab-nav-ms li a{
	padding:0px 10px;
	height:40px;
	line-height:39px;
}
.ui-tab-nav li.active a{
	background-color:#fff;
	border-radius:5px 5px 0px 0px;
	color:#0099ff;
}
/* tabs end */

.form-style .form-group{
	border:1px solid #ddd;
	border-radius:40px;
	margin-bottom:20px;
	height:20px;
	padding:9px 25px;
	width:310px;
	position: relative;
}
.form-group i{
	display:inline-block;
}
.form-group i.user-icon{
	background:url(./images/icon_login.png) -14px -12px no-repeat;
	height:16px;
	vertical-align:-3px;
	width:13px;
}
.form-group i.password-icon{
	background:url(./images/icon_login.png) -133px -12px no-repeat;
	height:16px;
	vertical-align:-3px;
	width:14px;
}
.form-group i.phone-icon{
	background:url(./images/icon_login.png) -45px -12px no-repeat;
	height:16px;
	vertical-align:-3px;
	width:10px;
}
.form-group i.msg-icon{
	background:url(./images/icon_login.png) -72px -13px no-repeat;
	height:14px;
	vertical-align:-3px;
	width:16px;
}
.form-group i.password-icon-1{
	background:url(./images/icon_login.png) -163px -12px no-repeat;
	height:16px;
	vertical-align:-3px;
	width:14px;
}
.form-group i.yanzheng-icon-1{
	background:url(./images/icon-yanzheng.png) no-repeat;
	height:16px;
	vertical-align:-3px;
	width:14px;
}
.form-group i.email-icon{
	background:url(./images/icon_login.png) -103px -15px no-repeat;
	height:10px;
	vertical-align:-1px;
	width:14px;
}
.form-group img, .form-group a{
	position: absolute;
  	right: 10px;
  	border-radius: 10px;
}

.form-style .form-group input{
    background-color:#fff;
	border:none;
	margin-left:10px;
	width:275px;
}
.form-style .form-group input:focus{
	border:none;
	box-shadow:none;
}
.other-login{
	border-top:1px dashed #ddd;
	margin-top:20px;
	padding:10px 0px 0px;
}
.other-login div.mt15{
	margin-top:12px;
}
.other-login h4{
    font-size:12px;
    font-weight:500;
}
.other-login i{
	display:inline-block;
	vertical-align:-2px;
} 
.other-login div a{
	font-size:12px;
	margin-right:25px;
}
.other-login div a:last-child{
	margin-right:0px;
}
.other-login div a:hover{
	color:#0099ff;
}
.other-login div a:hover i{
	-webkit-transition:background 300ms;
	-moz-transition:background 300ms;
	transition:background 300ms;
}
.qq{
	background:url(./images/icon_login.png) -12px -42px no-repeat;
	height:16px;
	width:16px;
	vertical-align:-4px;
}
.other-login div a:hover .qq{
	background:url(./images/icon_login.png) -12px -72px no-repeat;
}
.wechat{
	background:url(./images/icon_login.png) -42px -43px no-repeat;
	height:14px;
	width:16px;
}
.other-login div a:hover .wechat{
	background:url(./images/icon_login.png) -42px -73px no-repeat;
}
.weibo{
	background:url(./images/icon_login.png) -72px -44px no-repeat;
	height:13px;
	width:16px;
}
.other-login div a:hover .weibo{
	background:url(./images/icon_login.png) -72px -74px no-repeat;
}
.ramos-icon{
	background:url(./images/icon_login.png) -103px -43px no-repeat;
	height:14px;
	width:14px;
}
.other-login div a:hover .ramos-icon{
	background:url(./images/icon_login.png) -103px -73px no-repeat;
}
.form-style p:last-child label input{
	color:#0099ff;
	vertical-align:-2px;
} 
.phone-password form .form-group:first-child,.form-style  .form-group:first-child {
	position:relative;
}
.phone-password form .form-group:first-child a{
	position:absolute;
	right:20px;
	top:7px;
}
.phone-password form .form-group:first-child input{
	width:185px;
}
.form-style .form-group .phone-icon + input{
    width:185px;
}
.form-style  .form-group:first-child a{
    font-weight:500;
	position:absolute;
	right:20px;
	top:7px;
}
.reg-succeed{
	padding:142px 20px 0 20px;
	text-align:center;
}
.reg-succeed h2{
    color:#0099ff;
	font-size:24px;
}
.reg-succeed p{
	color:#666;
	font-size:14px;
}
.reg-succeed .btn{
	margin-top:75px;
    padding:0px;
    width:100%;
}
.phone-password  .warm-tips{
	margin-top:89px;
}  
.email-password  .warm-tips{
	margin-top:148px;
}  
.warm-tips{
	border-top:1px dashed #ddd;
	font-size:12px;
	padding-top:25px;
}
.warm-tips dt{
	margin-bottom:6px;
}
.warm-tips dt i{
	margin-right:10px;
}
.warm-tips dd{
	color:#999;
	margin:2px 0 0 30px;
}
.warm-tips dd:first-child{
    margin-top:0px;
}
/*cart*/
.table-steps{
	border-top:2px solid #ccc;
	margin-top:45px;
	min-height:35px;
	width:100%;
}
.wizard-steps {
    display:table;
    list-style:outside none none;
	margin:-19px auto 0px;
    width:540px;
}
.wizard-steps li {
    display:table-cell;
    text-align:center;
    width:1%;
}
.wizard-steps li .step {
    background-color:#cccccc;
    border-radius:100%;
    color:#fff;
    display:inline-block;
    font-size:12px;
    height:30px;
    line-height:30px;
    position:relative;
    text-align:center;
    width:30px;
    z-index:2;
}
.wizard-steps li::before {
    border-top: 2px solid #ccc;
    content: "";
    display: block;
    font-size: 0;
    height: 0px;
    overflow: hidden;
    position: relative;
    top: 17px;
    width: 100%;
    z-index: 1;
}
.wizard-steps li:last-child::before {
    max-width: 100%;
    width: 100%;
}
.wizard-steps li{
	margin-right:0px;
}
.wizard-steps li:first-child::before {
    max-width: 100%;
}
.wizard-steps li.active .step, .wizard-steps li.active::before{
	background-color: #0099ff;
    border-color: #0099ff;
}
.wizard-steps li .title {
    color: #999;
    display:block;
    font-size:14px;	
    margin-top:4px;
    max-width:100%;
    table-layout:fixed;
    text-align:center;
    word-wrap:break-word;
    z-index:104;
}
.wizard-steps li.active .title{
    color: #0099ff;
	font-weight:600;
}
.wizard-steps li small{
	color:#999;
	font-size:12px;
	font-family:Microsoft YaHei;
}  
.panel{
	border:1px solid #f5f5f5;
	border-radius:5px;
}
.panel-body{
	padding:10px 30px;
}
.nav-tab-title{
	background-color:#eff4f9;
	border-bottom:1px solid #ddd;
	border-radius:5px 5px 0px 0px;
	height:44px;
	padding:4px 10px 0 10px;
}
.nav-tab-title li{
	border:1px solid #ddd;
	border-bottom:none;
	border-radius:5px 5px 0px 0px;
	float:left;
}
.nav-tab-title li a,.nav-tab-title li span{
	background-color:#fff;
	border-radius:5px 5px 0px 0px;
	color:#0099ff;
	display:inline-block;
	font-size:18px;
	line-height:43px;
	height:44px;
	padding:0px 20px;
}
.table{
	font-size:12px;
	max-width: 100%;
    width: 100%;
}
.cart-table tr th{
	border-bottom:1px solid #ddd;
	font-weight:500;
	padding:10px;
}
.cart-table tr th:first-child{
    padding:10px 0px;
}
.cart-table tr th:first-child,.cart-table tr td:first-child{
	text-align:left;
}
.cart-table tr td{
	border-bottom:1px dashed #ddd;
	padding:20px 10px;
	text-align:center;
	vertical-align:top;
}
.cart-table tr td:first-child{
    padding:20px 0px;
}
.cart-table tr td p{
	margin:0px 0px 1px;
	/*height:18px;*/
	line-height:18px;
}
.item-pic{
	border:1px solid #ddd;
	border-radius:5px;
	max-width:98px;
	max-height:98px;
}
dl.item-info{
	margin:0 20px;
}
.item-info dd{
	/*height:20px;*/
	line-height:20px;
}
.item-info dd,.item-props p{
	color:#999;
}
.item-price p.special{
	border:1px solid #ddd;
	border-radius:2px;
	color:#ff6666;
	line-height:18px;
	height:18px;
	padding:0 12px;
}
.item-amount a{
	background-color:#f6f6f6;
	border:1px solid #ddd;
	display:inline-block;
	line-height:23px;
	height:23px;
	float:left;
	text-align:center;
	width:18px;
}
.item-amount a:first-child{
	border-right-color:#f6f6f6;
}
.item-amount a:last-child{
	border-left-color:#f6f6f6;
}
.item-amount a i.icon-minus{
	vertical-align:middle;
}
.item-amount a:hover i.icon-minus{
    background-position:-137px -407px;
}
.item-amount a:hover i.icon-plus{
	 background-position:-137px -383px;
}
.item-amount input{
	line-height:23px;
	height:23px;
	float:left;
	text-align:center;
	width:40px;
}
.item-sum p.orange{
	font-family: Verdana,Tahoma,arial;
	font-weight:600;
}

.cart-holder-bar{
	margin:20px 0px;
	overflow:hidden;
	font-size:12px;
}
.price-sum li{
	float:left;
	width:110px;
}
.price-sum li:last-child{
	text-align:left;
	width:180px;
}
.price-sum li:last-child p{
	margin-left:10px;
	height:20px;
	line-height:20px;
}
.price-sum li:last-child p:last-child{
	margin:15px 0px 0px 0px;
}
.price-sum li:last-child span{
	display:inline-block;
	float:right;
	text-align:center;
	width:85px;
}
.price-sum .orange{
	font-family:Verdana,Tahoma,arial;
    font-weight:600;
}
.btn-area{
	border-top:1px dashed #ddd;
	padding:20px 0;
}
.address-title{
	border-bottom:1px solid #ddd;
	padding:10px 5px;
}
.address-title i{
	vertical-align:middle;
}
.address-bar{
	font-size:12px;
}
.address-bar li{
	border-bottom:1px dashed #ddd;
	height:60px;
    line-height:60px;
}
.address-info{
	margin-left:10px;
	display:inline-block;
}
.address-bar .active label{
	font-weight:700;
}
.address-info label{
	display:inline-block;
	width:700px;
}
.address-info a,.address-info span{
	display:none;
	margin:0px 10px;
}
.address-bar li:hover .address-info a,.address-bar li:hover .address-info span{
	display:inline-block;
}
.new-address-btn{
	padding:20px 0 10px;
}
.order-tips{
	padding:15px 10px;
	overflow:hidden;
}
.order-tips i{
	float:left;
}
.order-tips div{
	float:left;
	margin-left:30px;
    width:814px;
    margin-right:-10px;
}
.order-tips div h2{
	font-size:24px;
	line-height:60px;
	height:60px;
}
.order-tips div p{
    color:#666;
	line-height:23px;
	min-height:23px;
}
.order-tips div p > .btn{
    margin:15px 0px;
    /*20150902 bon 
    height:30px;
    line-height:29px;
    border-radius:30px;
    */
}
.pay-group{
	margin:5px 0px 20px;
}
.pay-group dt{
	border-bottom:1px solid #ddd;
	padding:10px 5px;
}
.pay-group dd{
	border-bottom:1px dashed #ddd;
	padding:20px 5px;
}
.pay-group dd i{
	display:inline-block;
	margin-left:12px;
}
.ali-icon{
	background:url(./images/pay.png)no-repeat 0px 0px;
	height:22px;
	width:60px;
	vertical-align: -4px;
}
.icbc-icon{
	background:url(./images/pay.png)no-repeat 0px -36px;
	height:22px;
	width:105px;
	vertical-align: -4px;
}
.boc-icon{
	background:url(./images/pay.png)no-repeat 0px -78px;
	height:22px;
	width:75px;
	vertical-align: -4px;
}
.ccb-icon{
	background:url(./images/pay.png)no-repeat 0px -127px;
	height:22px;
	width:110px;
	vertical-align: -4px;
}
.order-tips p.bd{
	border-top:1px dashed #ddd;
	height:1px;
	padding-top:21px;
	margin-top:30px;
}
.panel-body input[type="checkbox"]{
	vertical-align:-2px;
	margin-right:5px;
}
/*user*/
.side-left{
	border:1px solid #ddd;
	border-radius:5px;
	width:178px;
}
.main-right{
	width:780px;
}
.accordion{
	background-color:#f6f6f6;
	border-radius:5px;
	padding:0 9px;
}
.accordion h3{
	cursor:pointer;
	color:#666;
	font-size:16px;
	font-weight:600;
}
.accordion .ui-icon{
	display:inline-block;
	margin-right:15px;
}
.accordion .ui-icon-triangle-1-s{
	background:url(./images/sprite.png) no-repeat -107px -407px;
	height:2px;
	vertical-align:4px;
	width:10px;
}
.accordion  .ui-icon-triangle-1-e{
	background:url(./images/sprite.png) no-repeat -107px -383px;
	height:10px;
	vertical-align:2px;
	width:10px;
}
.accordion li{
	border-bottom:1px solid #ddd;
	padding:23px 5px;
}
.accordion li:last-child{
	border-bottom:none;
}
.ui-accordion-content{
}
.ui-accordion-content ul li{
	border-bottom:none;
	padding:0px;
	margin-top:10px;
}
.ui-accordion-content ul li a{
	display:block;
	color:#666;
	font-size:12px;
	height:20px;
	line-height:21px;
	padding-left:30px;
}
.ui-accordion-content ul li a:hover{
	color:#0099ff;
}
.ui-accordion-content ul li a i{
	vertical-align:2px;
	margin-right:15px;
}
.ui-accordion-content ul li.active a{
	background-color:#0099ff;
	border-radius:20px;
	color:#fff;
}
.ui-accordion-content ul li.active a i{
	background-position:-139px -545px;
}
.dl-panel dt{
	border-bottom:1px solid #ddd;
	color:#333;
	font-size:18px;
	font-weight:600;
	padding:10px 0;
}
.dl-panel dd{
	border-bottom:1px dashed #ddd;
	padding:20px 0;
}
.dl-panel dd ul li{
	float:left;
	width:140px;
	margin-right:10px;
}
.dl-panel dd ul li .icon-rmb{
	vertical-align:-2px;
	margin-right:12px;
}
.dl-panel dd ul li .icon-coupon{
	vertical-align:-1px;
	margin-right:12px;
}
.dl-panel dd ul li span.orange{
	font-family:verdana,arial;
	font-weight:600;
}
/* table group */
.table-group h2{
	color:#333;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;	
}
.table-group .table tr th{
	border-bottom:1px solid #ddd;
	font-weight:500;
	padding:10px;
	text-align:center;
}
.table-group .table tr td{
	border-bottom:1px dashed #ddd;
	padding:23px 10px;
	vertical-align:top;
	text-align:center
}
.table-group .table tr td.text-left{
	text-align:left;
}
.table-group .table tr td p{
	margin-bottom:2px;
}
.shipping-address h2{
	color:#333;
	font-size:18px;
	font-weight:600;
	margin:15px 0;
}
.shipping-address p{
	border-bottom:1px dashed #ddd;
	font-size:12px;
	padding-bottom:20px;
}
.shipping-address p i.icon{
	margin-right:15px;
	vertical-align:-3px;
}
.bdbd{
	border-bottom:1px dashed #ddd;
}
.dl-panel-tips dd h4{
	color:#666;
	font-size:12px;
	font-weight:500;
	margin-bottom:15px;
}
.dl-panel-tips dd h4 i.icon{
	margin-right:10px;
}
.dl-panel-tips dd p{
	color:#999;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin-left:26px;
}
.group-title-lg{
	color:#797979;
	font-size:24px;
	font-weight:600;
	line-height:24px;
	text-align:center;
}
.group-title-lg h2{
	padding-bottom:0px;
	font-size:24px;
}
.group-title-lg small{
	font-size:12px;
	font-weight:500;
}
.panel-body-ms{
	padding:10px 15px;
}
.product-group-show-ms{
	border:1px solid #ddd;
	border-radius:5px;
	width:778px;
}
.product-group-show-ms .item{
	width:259px;
}
.product-group-show-ms .item a h3{
	margin:10px 0 0px;
}
.product-group-show-ms .item a p{
	height:20px;
	line-height:20px;
}
.product-group-show-ms .item .btn{
	margin-top:15px;
}
.product-group-show-ms .item:nth-child(3),.product-group-show-ms .item:nth-child(6){
	border-right:none;
	width:258px;
}
.product-group-show-ms .item:nth-child(4),.product-group-show-ms .item:nth-child(5),.product-group-show-ms .item:nth-child(6){
	border-bottom:none;
}
.product-group-show-ms .item a:first-child{
	width:219px;
} 
.table-ms tr td{
	padding:20px 5px;
}
.table-group .table-ms tr td{
	padding:20px 5px;
}
.table-ms dl.item-info{
	margin:0px 0px 0px 10px;
}
.table-ms .item-amount input{
	width:30px;
}
.table-ms .item-price p.special{
	padding:0 8px;
}
.table-group .table-text-left tr th,.table-group .table-text-left tr td{
	text-align:left;
}
.text-margin{
	color:#ccc;
	margin:0 5px;
}
.p-col-md-1{
	max-width:125px;
	line-height:20px;
}
.p-col-md-2{
	max-width:250px;
	line-height:20px;
}
.form-horizontal .form-group{
	height:42px;
	margin-bottom:20px;
}
.form-horizontal label{
	display:inline-block;
	float:left;
	line-height:40px;
	width:100px;
}
.form-horizontal .input-group{
	float:left;
	width:auto;
	overflow:hidden;
}
.form-horizontal .input-group input{
	border-radius:38px;
	height:38px;
	line-height:38px;
	padding:0 20px;
	width:576px;
}
.form-horizontal .input-group  .input-text-xs{
	width:195px;
	margin-right:0px;
    float:left;
}
.form-horizontal .input-group select{
	height:40px;
	width:120px;
}
.form-horizontal .input-group .ui-selectmenu-button{
	border:1px solid #ddd;
	border-radius:38px;
	cursor:pointer;
	display:inline-block;
	height:38px;
	line-height:38px;
	overflow: hidden;
    position: relative;
	width:118px!important;
	float:left;
	margin-right:7px;
}
.form-horizontal .input-group-lg .ui-selectmenu-button{
	width:202px!important;
}
.form-horizontal .input-group .ui-selectmenu-button .ui-selectmenu-text{
	color:#666;	
	display:block;
	line-height:38px;
	padding:0 20px;

}
.form-horizontal .input-group .ui-selectmenu-button .ui-icon-triangle-1-s{
	background:url(./images/sprite.png) no-repeat -41px -583px;
	display:inline-block;
	height:16px;
	position:absolute;
	top:12px;
	right:20px;
	width:16px;
}
.ui-selectmenu-menu{
	display:none;
	width:127px;
}
.ui-selectmenu-menu ul{
	background-color:#fff;
	border:1px solid #ddd;
	padding:5px 0px;
	width:85px;
}
.ui-selectmenu-menu ul li{
	height:24px;
	line-height:24px;
	padding-left:20px;
}
.ui-selectmenu-menu ul li:hover{
	background-color:#0099ff;
	color:#fff;
}
.ui-selectmenu-open{
	display:block;
}

/*article*/
.main-left{
	width:660px;
}
.side-right{
	width:300px;
}
.article-list .panel-body{
	padding:25px 30px;
}
.article-list li{
	margin-bottom:30px;
}
.article-list li .panel{
	background-color:#fff;
}
.article-title h2{
	color:#333;
	font-weight:600;
	font-size:20px;
} 
.meta-group li{
	margin:0px;
}
.meta-group li:last-child a{
	margin-left:20px;
}
.meta-group li:last-child a i{
	margin-right:5px;
}
.meta-group li:last-child a:hover{
	color:#0099ff;
}
.meta-group li:last-child a:hover i.icon-eye{
    background-position:-134px -143px;
}
.meta-group li:last-child a:hover i.icon-share{
	background-position:-134px -160px;

}
.article-body p{
	margin-top:15px;
}
.article-body p:last-child{
	margin-top:20px;
}
.article-body p img{
	border-radius:5px;
	vertical-align:middle;
}
.nav-tab-title-ms li a{
	padding:0 15px;
}
.news-list li{
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.news-list li i.icon{
	vertical-align:2px;
	margin-right:10px;
}
.pic-group img{
	border-radius:5px;
}
.article-content{
	padding:25px 0px;
}
.article-content img{
	max-width:598px;
}
.related-list{
	border-top:1px solid #ddd;
	padding:30px 0 15px;
}
.related-list li{
	height:25px;
	line-height:25px;
}

/* about-1 */
.form-search{
	padding:25px 0px;
}
.form-search .form-group{
	background-color:#fff;
	position:relative;
	width:auto;
	margin-bottom:0px;
}
.form-store-search {
    height:40px;
}
.form-store-search .form-group{
    width:400px;
    float:right;    
}
.form-search .form-group input{	
	width:560px;
}
.form-store-search .form-group input{
    width:300px;
}
.form-search .form-group .btn{
	position:absolute;
	right:20px;
	top:4px;
    height:30px;
    line-height:30px;
    padding:0 25px;
}
.form-search .form-group i.icon{
	vertical-align:-4px;
}
.table-group .hd{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.map{
	margin:30px 0px;
	width:720px;
}
.question-list{
	border-bottom:1px dashed #ddd;
	padding:30px 0px;
}
.question-list dt{
	color:#333;
	font-weight:600;
}
.question-list dt i.icon{
	vertical-align:-3px;
	margin-right:10px;
}
.question-list dd{
	color:#999;
	text-indent:2em;
	margin-top:12px;
}
.product-group-sm{
	width:780px;
}
.join-title{
	border-bottom:1px dashed #ddd;
	padding:15px 0 30px;
}
.join-list li{
	border-bottom:1px dashed #ddd;
	padding:30px 0px;
}
.jobs-title h3{
	color:#333;
	font-size:18px;
	font-weight:500;
} 
.jobs-title p{
	color:#999;
	font-size:12px;
	margin:5px 0 20px;
} 
.join-list li dl{
	margin-bottom:30px;
}
.join-list li dl dt{
	margin-bottom:5px;
}
.join-list li dl dd{
	height:24px;
	line-height:24px;
}
.honour-group{
	width:780px;
}
.honour-group .product-group-show-ms{
	border:none;
}
.honour-group .jcarousel-control-prev,.honour-group .jcarousel-control-next{
	top:-75px;
}
/*store*/
.product-select-list{
	padding:10px 0px;
	overflow:hidden;
}
.product-select-list li{
	float:left;
	margin-right:40px;
	height:24px;
	line-height:20px;
	padding:0px 25px;
}
.product-select-list li.active{
	background-color:#019cf6;
	border-radius:24px;
	color:#fff;
}
.product-select-list li.active a{
	color:#fff;
}
.product-select-list  li a{
	color:#666;
	font-size:12px;
}
.product-select-list li.active a:hover{
	color:#fff;
}
.product-select-list li a:hover{
	color:#0099ff;
}
.condition-group{
	border-bottom:1px dashed #ddd;
	padding:10px 0px;
	overflow:hidden;
}
.panel-body .condition-group:first-child{
	padding:0px 0px 10px;
}
.panel-body .condition-group:last-child{
	border-bottom:none;
	padding:10px 0px 0px;
}
.panel-blue .panel-body .condition-group:first-child{
    padding:0px;
}
.condition-group label{
	display:inline-block;
	float:left;
	width:100px;
}
.condition-group .condition-list{
	float:left;
}
.condition-group .condition-list a{
	border:1px solid #ddd;
	border-radius:24px;
	float:left;
	height:22px;
	line-height:22px;
	margin-right:40px;
	padding:0px 25px;
}
.condition-group .condition-list a i.icon{
	margin-left:5px;
	vertical-align:middle;
}
.condition-group .condition-list a.active{
	border:1px solid #0099ff;
}
.condition-group .condition-list a.active{
	color:#0099ff;
}
.condition-group .condition-list a.active i.icon-close{
	background-position:-81px -584px;
}
.condition-group .condition-list  a:hover i.icon-up,.condition-group .condition-list a.active i.icon-up{
	background-position:-138px -445px;
}
.condition-group .condition-list a:hover i.icon-down,.condition-group .condition-list a.active i.icon-down{
	background-position:-138px -466px;
}
/*
.ui-page-store{
	float:right;
}
.ui-page-store a{
    display:inline-block;
}
.ui-page-store .icon-prev{
	background-position:-44px -256px;
}
.ui-page-store a:hover .icon-prev,.ui-page-store a.active .icon-prev{
	background-position:-44px -286px;
}
.ui-page-store .icon-next{
	background-position:-72px -256px;
	margin-left:10px;
}
.ui-page-store a:hover .icon-next,.ui-page-store a.active .icon-next{
	background-position:-72px -286px;
}
*/
/* store 修改 */
.panel-blue{
    background-color:#eff4f9;
}
.panel-blue .condition-group .condition-list a{
    background-color:#fff;
}
.ui-store-nav{
    padding:10px 0px;
    height:68px;
}
.ui-store-nav li{
    width:150px;
    text-align:center;
}
.ui-store-nav li a i.icon{
    display:block;
    margin:0px auto;
}

.ui-store-nav  li a{
    text-align:center;
    font-size:12px;
    height:auto;
    padding:0px;
    line-height:45px;
}
.ui-store-nav li.active{
    border:none;
}
.ui-store-nav li.active a{
    background-color:#eff4f9
}
.ui-store-nav li.active a i{
    padding:0px;
    margin:0px auto;
}
.ui-store-nav li a:hover{
    color:#0099ff;
}
.ui-store-nav li.active a i.icon-pad-1,.ui-store-nav li a:hover i.icon-pad-1{
    background-position:-50px -662px;
}
.ui-store-nav li.active a i.icon-phone-2,.ui-store-nav li a:hover i.icon-phone-2{
    background-position:-50px -702px;
}
.ui-store-nav li.active a i.icon-accessories,.ui-store-nav li a:hover i.icon-accessories{
    background-position:-50px -742px;
}

.goods-panel{
	padding-top:30px;
}
.goods-list li{
	float:left;
	margin:0px 20px 20px 0px;
	width:230px;
    position:relative;
}
.goods-list li:nth-child(4),.goods-list li:nth-child(8){
	margin-right:0px;
}
.goods-item{
	border:1px solid #f5f5f5;
	border-radius:5px;
	display:block;
	padding:20px;   
}
.goods-item img{
	transform: scale(1);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: all 1s ease 0s;  
}
.goods-item:hover{
	border:1px solid #00a0e4;
}
.goods-item:hover img{
    transform: scale(1.1);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-moz-transform: all 1s ease 0s;  
}
.goods-item dl{
	font-size:12px;
	margin-top:50px;
}
.goods-item dl dd{
	line-height:20px;
	height:40px;
	margin-top:5px;
	overflow:hidden;
}
.goods-item p.price{
	color:#999;
	font-size:12px;
	margin-top:20px;
	text-decoration:line-through;
}
.goods-item p.slae-price{
	color:#ff3300;
	font-size:14px;
	font-weight:600;
}
.goods-panel-img{
	float:left;
	overflow:hidden;
	width:460px;
}
.goods-panel-img .bx-wrapper{
	border:1px solid #ddd;
	border-radius:5px;
	position:relative;
	width:458px;
}
.goods-panel-img .bxslider  li{
	height:458px;
	line-height:458px;
    text-align:center;
}
.goods-panel-img .bxslider li img{
	max-height:458px;
	max-width:458px;
    display:inline-block;
}
.goods-panel-img .navigation{
	margin-top:20px;
}
.goods-panel-img .navigation a{
	border:1px solid #ddd;
	border-radius:5px;
	cursor:pointer;
	float:left;
	line-height:98px;
	height:98px;
	margin-right:20px;
	text-align:center;
    overflow:hidden;
	width:98px;
}
.goods-panel-img a.active{
	border-color:#0099ff;
}
.goods-panel-img .navigation a img{
    display:inline-block;
	max-height:98px;
	max-width:98px;
    line-height:98px;
}
.goods-panel-img .navigation a:last-child{
	margin-right:0px;
}
.goods-panel-detail{
	float:left;
	margin-left:55px;
}
.goods-panel-detail .detail-hd{
	border-bottom:1px dashed #ddd;
	padding:10px 0 20px;
}
.goods-panel-detail .detail-hd h2{
	color:#019cf6;
	font-size:21px;
	font-weight:600;
}
.goods-panel-detail .detail-hd p{
	color:#666;
	font-size:12px;
	margin-top:10px;
}
.detail-meta dl{
	margin-top:22px;
	overflow:hidden;
}
.detail-meta dl dt{
	float:left;
	width:80px;
}
.detail-meta dl dd{
	float:left;
}
.detail-meta-price dd,.detail-meta-price dt{
	line-height:24px;
	height:24px;
}
.detail-meta-price .orange{
	font-size:24px;
}
.detail-meta-price .seckill{
	background:url(./images/seckill-bg.jpg) no-repeat;
	line-height:20px;
	height:20px;
	float:right;
    margin-top:1px;
}
.detail-meta-price .seckill span:first-child{
	color:#fff;
	display:inline-block;
	text-align:center;
	width:45px;
}
.detail-meta-price .seckill span:last-child{
	color:#ff6666;
	display:inline-block;
	text-align:center;
	width:90px;
}
.detail-meta-versions dd a{
	border:1px solid #ddd;
	border-radius:24px;
	display:inline-block;
	font-size:12px;
	height:22px;
	line-height:22px;
	margin-right:5px;
	padding:0 10px;
	text-align:center;
	width:60px;
}
.detail-meta-versions dd a:hover,.detail-meta-versions dd a.active{
	border:1px solid #0099ff;
}
.detail-meta-versions dd a:last-child{
	margin-right:0px;
}
.detail-meta-color dd{
	float:left;
	margin-right:20px;
	width:80px;
}
.detail-meta-color dd:last-child{
	margin-right:0px;
}
.detail-meta-color dd a{
    border:1px solid #ddd;
    border-radius:5px;
    display:block;
}
.detail-meta-color dd a.active,.detail-meta-color dd a:hover{
    border-color:#0099ff
}
.detail-meta-color dd a span{
	display:block;
	text-align:center;
}
.detail-meta-color dd a span:first-child{
	background:-moz-linear-gradient(top, #fff,#f2f2f2);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f2f2f2,grandientType=0);
	border-bottom:1px solid #ddd;
	border-radius:5px 5px 0px 0px;
	line-height:79px;
	height:79px;
}
.detail-meta-color dd a:hover,.detail-meta-color dd a.active{
	border-color:#0099ff;
}
.detail-meta-color dd a span:last-child{
	border-radius:0px 0px 5px 5px;
    border-radius:5px 5px 0px 0px;
	line-height:79px;
	height:79px;
}
.detail-meta-color dd a span:last-child{
	color:#999;
	height:28px;
	line-height:28px;
}
.detail-meta-amount dd a{
	display:inline-block;
	height:16px;
	width:16px;
}
.detail-meta-amount dd a:hover i.icon-no-minus{
    background-position:-134px -260px;
} 
.detail-meta-amount dd a:hover i.icon-plus-1{
    background-position:-134px -240px;
} 
.detail-meta-amount dd input{
	border:1px solid #ddd;
	border-radius:5px;
	color:#999;
	font-size:12px;
	height:28px;
	line-height:28px;
	margin:0 5px;
	padding:0 5px;
	text-align:center;
	width:35px;
}
.detail-meta-slae dd p{
	color:#ff6666;
	font-size:12px;
	height:20px;
	line-height:20px;
}
.detail-btn{
	margin:20px 0 0 80px;
}
.detail-btn  button{
	font-weight:600;
	margin-right:20px;
}
.detail-btn  button i.icon{
	vertical-align:-2px;
	margin-right:12px;
}
.goods-tabs .panel-body{
	padding:20px 30px;
}
.goods-tabs .panel-body .ui-tabs-panel{
	padding:0px;
}
.parameter-list{
	border-bottom:1px dashed #ddd;
	padding-bottom:35px;
	margin-bottom:30px;
}
.parameter-list dt{
	color:#333;
	font-size:18px;
	margin-bottom:10px;
}
.parameter-list dd{
	height:30px;
	line-height:30px;
} 
.parameter-list dd span{
	color:#666;
}
.parameter-list dd span:first-child{
	color:#999;
	display:inline-block;
	width:200px;
}

/*fixed-bar*/
.fixed-bar{
	border-radius:60px;
	display:none;
	height:auto;
	position:fixed;
	right:50px;
	bottom:10%;
	padding:20px 10px;
	width:40px;
}
.fixed-bar a{
	display:block;
	height:32px;
	margin-bottom:15px;
	width:32px;
}
.fixed-bar a:first-child{
    position:relative;
}
.fixed-bar a:first-child span.cart-number{
    background-color:#ff0000;
    border-radius:12px;
    color:#fff;
    display:inline-block;
    font-size:12px;
    height:14px;
    line-height:14px;
    text-align:center;
    top:0px;
    right:0px;
    position:absolute;
    width:14px;
}
.fixed-bar a:last-child{
	margin-bottom:0px;
}
.fixed-bar a i.icon{
	height:32px;
	width:32px;
}
.fixed-bar a:hover .icon-cart-xl{
	background-position:-50px -622px;
}
.fixed-bar a:hover .icon-pad-xl{
	background-position:-50px -662px;
}
.fixed-bar a:hover .icon-phone-xl{
	background-position:-50px -702px;
}
.fixed-bar a:hover .icon-headphones-xl{
	background-position:-50px -742px;
}
.fixed-bar a:hover .icon-share-xl{
	background-position:-50px -822px;
}
.fixed-bar a:hover .icon-up-xl{
	background-position:-50px -862px;
}
.fixed-bar a:hover .icon-mp3-xl{
	background-position:-88px -663px;
}
.fixed-bar a:hover .icon-history-xl{
	background-position:-50px -782px;
}
/*pagination*/
.pagination{
	display:inline-block;	
	overflow:hidden;
}
.pagination li{
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 5px;
}
.pagination li:last-child{
	margin-left:10px;
}
.pagination li span{
	margin:0 5px;
}
.pagination li a{
	display:inline-block;
	font-family:verdana,arial;
}
.pagination li a i.icon{

	vertical-align:middle;
}
.pagination li a i.icon-go{
	vertical-align:-3px;
	margin-top:5px;
}
.pagination li a i.icon-go{
	margin-top:0px;
}
.pagination li.active a{
	color:#0099ff;
}
.pagination li a:hover{
	color:#0099ff;
}
.pagination li a:hover i.icon-go{
	background-position:-40px -458px;
}
.pagination li.disabled a i.icon-prev{
	background-position:-0px -398px;
}
.pagination li.disabled a i.icon-next{
	background-position:-0px -428px;
}
.pagination li input{
	border-radius:4px;
	height:28px;
	margin:0 10px;
	width:48px;
	text-align:center;
	vertical-align:4px;
}
/* service */
.form-search-ms{
    float:right;
    padding:12px 0;
    width:405px;
}
.form-search-ms .form-group input{
    width:220px;
}
.icon-service{
    background-image:url(./images/icon_service.png);
    background-repeat:no-repeat;
	display:block;
    margin:0 auto;    
}
.icon-search-1{
    background-position:-70px 0px;
    height:92px;
    width:90px;
}
.icon-service.icon-question{
    background-position:-70px -110px;
    height:90px;
    width:80px;
}
.icon-firmware{
    background-position:-67px -209px;
    height:90px;
    width:72px;
}
.icon-branch{
    background-position:-70px -309px;
    height:90px;
    width:75px;
}
.icon-policy{
    background-position:-70px -412px;
    height:90px;
    width:75px;
}
.icon-store{
    background-position:-70px -508px;
    height:84px;
    width:99px;
}
.icon-resource{
    background-position:-70px -607px;
    height:84px;
    width:80px;
}
.icon-contact{
    background-position:-70px -702px;
    height:84px;
    width:82px;
}
.service-main a.item .icon-service{
    transform: scale(0.5);
    transition: all 0.15s ease 0s;
	-webkit-transform: scale(0.5);
	-moz-transform: all 0.15s ease 0s;
    opacity:0.6;
}
.service-main a.item:hover .icon-service{
    transform: scale(1);
    transition: all 0.15s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: all 0.15s ease 0s;
    opacity:1;
}
.service-main-top-left,.service-main-top-right,.service-main-bottom-left,.service-main-bottom-center,.service-main-bottom-right{
    float:left;
}
.service-main a.item{
    display:block;
    text-align:center;
    position:relative;
}
.service-main a.item .item-name{
    width:100%;
    text-align:center;
    position:absolute;
    left:0px;    
}
.service-main-top-left a.item .item-name{
    bottom:137px;
}
.service-main-top-right-top a.item .item-name{
    bottom:33px;
}
.service-main-top-right-bottom a.item .item-name{
    bottom:39px;
}
.service-main-bottom-left a.item .item-name{
    bottom:43px;
}
.service-main-bottom-center a.item .item-name{
    bottom:43px;
}
.service-main-bottom-right a.item .item-name{
    bottom:43px;
}
.service-main h3{
    border-width:1px;
    border-style:solid;
    border-radius:4px;
    color:#fff;
    display:inline-block;
    font-size:14px;
    height:21px;
    line-height:21px;
    padding:0 5px;
}
.service-main-top-left a.item{    
    background: #cd7bd9; /* Old browsers */
    background: -moz-linear-gradient(top,  #cd7bd9 0%, #944b95 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd7bd9), color-stop(100%,#944b95)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cd7bd9 0%,#944b95 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cd7bd9 0%,#944b95 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cd7bd9 0%,#944b95 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cd7bd9 0%,#944b95 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd7bd9', endColorstr='#944b95',GradientType=0 ); /* IE6-9 */
    height:247px;
    padding-top:138px;
    width:240px;
}
.service-main-top-left a.item:hover{
    background: #944b95; /* Old browsers */
    background: -moz-linear-gradient(top,  #944b95 0%, #cd7bd9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#944b95), color-stop(100%,#cd7bd9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #944b95 0%,#cd7bd9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #944b95 0%,#cd7bd9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #944b95 0%,#cd7bd9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #944b95 0%,#cd7bd9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#944b95', endColorstr='#cd7bd9',GradientType=0 ); /* IE6-9 */
}
.service-main-top-left a.item h3{
    border-color:#c574cf;
}
.service-main-top-right-top a.item{
    float:left;
    height:137px;
    padding-top:55px;
}
.service-main-top-right-top a.item:first-child{
    background: #4bc2e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #4bc2e4 0%, #4b9dcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4bc2e4), color-stop(100%,#4b9dcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4bc2e4 0%,#4b9dcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4bc2e4 0%,#4b9dcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4bc2e4 0%,#4b9dcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4bc2e4 0%,#4b9dcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc2e4', endColorstr='#4b9dcd',GradientType=0 ); /* IE6-9 */
    width:249px;    
}
.service-main-top-right-top a.item:first-child:hover{
    background: #4b9dcd; /* Old browsers */
    background: -moz-linear-gradient(top,  #4b9dcd 0%, #4bc2e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b9dcd), color-stop(100%,#4bc2e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4b9dcd 0%,#4bc2e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4b9dcd 0%,#4bc2e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4b9dcd 0%,#4bc2e4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4b9dcd 0%,#4bc2e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b9dcd', endColorstr='#4bc2e4',GradientType=0 ); /* IE6-9 */ 
}
.service-main-top-right-top a.item:last-child{
    background: #a37ddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #a37ddd 0%, #5e5da5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a37ddd), color-stop(100%,#5e5da5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a37ddd 0%,#5e5da5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a37ddd 0%,#5e5da5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a37ddd 0%,#5e5da5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a37ddd 0%,#5e5da5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a37ddd', endColorstr='#5e5da5',GradientType=0 ); /* IE6-9 */
    width:488px;
}
.service-main-top-right-top a.item:last-child:hover{
    background: #5e5da5; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e5da5 0%, #a37ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5da5), color-stop(100%,#a37ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5e5da5 0%,#a37ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5e5da5 0%,#a37ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5e5da5 0%,#a37ddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5e5da5 0%,#a37ddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5da5', endColorstr='#a37ddd',GradientType=0 ); /* IE6-9 */
}
.service-main-top-right-top a.item:first-child h3{
    border-color:#97d8f6;
}
.service-main-top-right-top a.item:last-child h3{
    border-color:#a0a0dc;
}
.service-main-top-right-bottom a.item{
    float:left;
    height:138px;
    padding-top:55px;
}
.service-main-top-right-bottom a.item:first-child{
    background: #ffe600; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffe600 0%, #f0a000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe600), color-stop(100%,#f0a000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffe600 0%,#f0a000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffe600 0%,#f0a000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffe600 0%,#f0a000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffe600 0%,#f0a000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600', endColorstr='#f0a000',GradientType=0 ); /* IE6-9 */
    width:496px;
}
.service-main-top-right-bottom a.item:first-child:hover{
    background: #f0a000; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0a000 0%, #ffe600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0a000), color-stop(100%,#ffe600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0a000 0%,#ffe600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0a000 0%,#ffe600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0a000 0%,#ffe600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0a000 0%,#ffe600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#ffe600',GradientType=0 ); /* IE6-9 */
}
.service-main-top-right-bottom a.item:last-child{
    background: #1acff9; /* Old browsers */
    background: -moz-linear-gradient(top,  #1acff9 0%, #1d6eed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1acff9), color-stop(100%,#1d6eed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1acff9 0%,#1d6eed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1acff9 0%,#1d6eed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1acff9 0%,#1d6eed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1acff9 0%,#1d6eed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acff9', endColorstr='#1d6eed',GradientType=0 ); /* IE6-9 */
    width:241px;
}
.service-main-top-right-bottom a.item:last-child:hover{
    background: #1d6eed; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d6eed 0%, #1acff9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d6eed), color-stop(100%,#1acff9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1d6eed 0%,#1acff9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1d6eed 0%,#1acff9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1d6eed 0%,#1acff9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1d6eed 0%,#1acff9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6eed', endColorstr='#1acff9',GradientType=0 ); /* IE6-9 */
}
.service-main-top-right-bottom a.item:first-child h3{
    border-color:#ffeda9;
}
.service-main-top-right-bottom a.item:last-child h3{
    border-color:#99d0ea;
}
.service-main-bottom a.item{
    float:left;
    height:143px;
    padding-top:50px;
}
.service-main-bottom-left a.item{
    background: #84e35d; /* Old browsers */
    background: -moz-linear-gradient(top,  #84e35d 0%, #47b610 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84e35d), color-stop(100%,#47b610)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #84e35d 0%,#47b610 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #84e35d 0%,#47b610 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #84e35d 0%,#47b610 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #84e35d 0%,#47b610 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84e35d', endColorstr='#47b610',GradientType=0 ); /* IE6-9 */
    width:489px;
}
.service-main-bottom-left a.item:hover{
    background: #47b611; /* Old browsers */
    background: -moz-linear-gradient(top,  #47b611 0%, #84e35d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47b611), color-stop(100%,#84e35d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #47b611 0%,#84e35d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #47b611 0%,#84e35d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #47b611 0%,#84e35d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #47b611 0%,#84e35d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b611', endColorstr='#84e35d',GradientType=0 ); /* IE6-9 */
}

.service-main-bottom-center a.item{
    background: -moz-linear-gradient(top,  #fd9a9a 0%, #e75b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9a9a), color-stop(100%,#e75b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd9a9a 0%,#e75b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd9a9a 0%,#e75b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd9a9a 0%,#e75b5b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd9a9a 0%,#e75b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9a9a', endColorstr='#e75b5b',GradientType=0 ); /* IE6-9 */
    width:247px;
}
.service-main-bottom-center a.item:hover{
    background: #e75b5b; /* Old browsers */
    background: -moz-linear-gradient(top,  #e75b5b 0%, #fd9a9a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e75b5b), color-stop(100%,#fd9a9a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e75b5b 0%,#fd9a9a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e75b5b 0%,#fd9a9a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e75b5b 0%,#fd9a9a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e75b5b 0%,#fd9a9a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75b5b', endColorstr='#fd9a9a',GradientType=0 ); /* IE6-9 */
}
.service-main-bottom-right a.item{
    background: #4be8da; /* Old browsers */
    background: -moz-linear-gradient(top,  #4be8da 0%, #02b6a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4be8da), color-stop(100%,#02b6a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4be8da 0%,#02b6a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4be8da 0%,#02b6a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4be8da 0%,#02b6a6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4be8da 0%,#02b6a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4be8da', endColorstr='#02b6a6',GradientType=0 ); /* IE6-9 */
    width:241px;
}
.service-main-bottom-right a.item:hover{
    background: #01b6a6; /* Old browsers */
    background: -moz-linear-gradient(top,  #01b6a6 0%, #4be8da 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01b6a6), color-stop(100%,#4be8da)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #01b6a6 0%,#4be8da 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #01b6a6 0%,#4be8da 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #01b6a6 0%,#4be8da 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #01b6a6 0%,#4be8da 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b6a6', endColorstr='#4be8da',GradientType=0 ); /* IE6-9 */
}
.service-main-bottom-left a.item h3{
    border-color:#b8f094;
}
.service-main-bottom-center a.item h3{
    border-color:#ffbbbb;
}
.service-main-bottom-right a.item h3{
    border-color:#6ae6db;
}
.service-main-top-left a.item:hover .icon-service{
    margin-top:-20px;
}
.service-main-top-right-top a.item:hover .icon-service{
    margin-top:-22px;
}
.service-main-top-right-bottom a.item:hover .icon-service{
    margin-top:-21px;
}
.service-main-bottom a.item:hover .icon-service{
    margin-top:-20px;
}
.service-main a.item:hover h3{
    border:none;
    -webkit-transition:border 300ms;
	-moz-transition:border 300ms;
	transition:border 300ms;
}
/*checkbox*/
.checkbox{
    display:inline-block;
    position:relative;
    width:16px;
    height:18px;
    line-height:18px;
}
.checkbox-group{
    margin-right:12px;
}
.checkbox + .blue{
    font-size:12px;
}
.checkbox > input[type="checkbox"]:checked + label:before,
.checkbox > input[type="checkbox"]:not(:checked) + label:before {
    background:#fff url(./images/icon_select.png) 0px 1px no-repeat;
    cursor:pointer;
    content:" ";
    height:18px;
    left:0px;
    top:0px;
    position:absolute;
    width:16px;
    vertical-align:middle;
}
.checkbox > input[type="radio"]:checked + label:before,
.checkbox > input[type="radio"]:not(:checked) + label:before {
    background:#fff url(./images/icon_select.png) 0px 1px no-repeat;
    cursor:pointer;
    content:" ";
    height:18px;
    left:0px;
    top:0px;
    position:absolute;
    width:16px;
    vertical-align:middle;
}
.checkbox > input[type="checkbox"]:not(:checked):focus + label:before,
.checkbox > input[type="checkbox"]:not(:checked) + label:hover:before {
    background-position: 0px 1px;
}
.checkbox > input[type="radio"]:not(:checked):focus + label:before,
.checkbox > input[type="radio"]:not(:checked) + label:hover:before {
    background-position: 0px 1px;
}
.checkbox > input[type="checkbox"]:checked + label:before {
    background-position: -29px 1px;
}
.checkbox > input[type="radio"]:checked + label:before {
    background-position: -29px 1px;
}
/*修改 2015-04-09*/
.operations a{
    margin-left:15px;
    line-height:16px;
    height:18px;
    display:inline-block;
}
div.text-center.mt20 p.blue,p.text-center.mt20 p.blue{
    font-size:12px;
}
.form-style div.text-center.mt20 p.blue{
    display:inline-block;
    margin-top:-3px;
}
label.select{
    background-color:#fff;
    width:auto;
    height:auto;
    margin-right:6px;
    position:relative;
}
.input-group-lg label.select{
    width:202px;
}
.form-horizontal .input-group-lg select{
    width:202px;
}
label.select select{
    background:rgba(0, 0, 0, 0);
    border-radius:38px;
    border:1px solid #ddd;
    padding:0 15px;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    position:relative;
    top:0px;
    left:0px;
    z-index:1;
    outline: none;
}
label.select::before{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
    border-radius:0 38px 38px 0;
    color:#ccc;
    content:"\e603";
    height:38px;
    position:absolute;
    right:1px;
    top:1px;
    width:30px;
}
/*IE10*/
label.select::-ms-expand {
  color:#ccc;
  content:"\e603";
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
   /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
  width:16px;
  height:16px;
  border-radius:16px;
  border:1px solid #ccc;
} 
/*2015-4-11*/
.detail-meta-amount .icon{
    vertical-align:middle;
}

/*other-pay*/
.other-pay{
    margin-top:20px;
}
.other-pay label{
    display:block;
    float:left;
    line-height:32px;
}
.other-pay-group{
    overflow:hidden;
    margin-bottom:20px;
}
.other-pay-group input{
    border:1px solid #ddd;
    border-radius:40px;
    height:20px;
    margin-bottom:20px;
    padding:5px 25px;
    width:100px;
}
.other-pay-group-right{
    float:left;
    overflow:hidden;
    height:33px;
}
.other-pay-group-right input{
    float:left;
    margin:0 5px;
}
.other-pay-group-right p{
    float:left;
    line-height:32px;
    margin-left:5px;
}
.other-pay-group-right p span{
    margin:0 2px;
}
.other-pay-group-right a.btn{
    height:32px;
    line-height:32px;
    float:left;
}
.other-pay-group-right span.left{
    float:left;
}
.other-pay-group select{
    height:32px;
    width:150px;  
}
.other-pay-group-right label.select{
    float:right;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width:100%;
    max-height:800px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(./images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-controls{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    text-align:center;
    z-index:999;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding:10px 0;
}
.ui-product-slider .bx-wrapper .bx-pager,.ui-product-slider .bx-wrapper .bx-controls{
    text-align:right;
}
.ui-product-slider .bx-wrapper .bx-pager{
    padding-right:15px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    text-align:center;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0099ff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

/*
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(./images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(./images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
/*

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(./images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(./images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
*/

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*2015-4-16 商城幻灯片*/
.ui-store-slider{
    width:980px;
    margin:0 auto;
}
.ui-store-slider .bx-wrapper img {
    max-height:400px;
}
/*商城购物车*/
.add-cart-btn{
    position:absolute;
    right:22px;
    bottom:25px;
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size:12px;
}
/*服务*/
.form-search-service{
    padding:5px 0px;
}
.form-search-service .form-group{
    padding:10px 25px;
}
.form-search-service .form-group .btn{
    top: 5px;
    height:30px;
    line-height:30px;
} 
/*2015-4-19*/
.border-bar{
    border-top:1px solid #ccc;
    padding-top:20px;
}
.service-main{
    padding-top:20px;
}
.coupon-item{
    background:url(./images/coupon-bg.png) no-repeat;
    height:66px;
    margin:0px auto 45px;
    padding-top:33px;
    width:148px;
    line-height:normal;
    text-align:center;
}
.coupon-item h4{
    color:#fff;
    text-align:center;
    font-size:13px;
    line-height:23px;
    margin:0 auto;
    max-width:100px;
}
.coupon-item h4 b{
    font-size:16px;
}
.side-right .ui-tab-nav-ms li a{
    padding:0 33px;
}
.detail-meta-price dd:last-child{
    color:#999;
    text-decoration:line-through;
    margin-left:15px;
}
/*2015-04-28*/
.find-pw-box .ui-tab-nav li a{
    padding:0 40px;
}
.article-body > p > span > span{
    font-size:14px;
    max-height:90px;
}
/*2015-04-30*/
.article-body{
    position:relative;
}
.article-body a.blue{
    position:absolute;
    right:0px;
    bottom:0px;
}  
/**/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/*修 2015-05-29*/
.panel-search{
	position: relative;
}
.panel-search .form-store-search{
	position: absolute;
	top:0px;
	right:50px;
}
.qq-service{
	background: url(./images/qq-service.png) no-repeat;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align: -5px;
}
.qq-service-float{
	background: url(./images/qq-service-float.png) no-repeat;
	display:inline-block;
	width:32px;
	height:32px;
}
.qq-service-float:hover{
	background: url(./images/qq-service-float-hover.png) no-repeat;
}
.goods-tag{
	background-color:#ff0000;
	color:#fff;
	display:inline-block;
	position:absolute;
	left:0px;
	top:5px;
	font-size:12px;
	padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.goods-tag-new{
	background-color:#3CB035;
}
.goods-tag-sale{
	background-color:#FA5213;
}
.login-box form .form-group:nth-child(4){
	position:relative;
}
.login-box form .form-group:nth-child(4) img{
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	right: 10px;
	border-radius: 10px;
}
/*media*/
.home .ui-container{
    min-width: 980px;
    margin-left:5%;
    margin-right:5%;
    width:90%;
}
.home .ui-footer-left{
    width:60%;
    min-width:600px;
}
.home .ui-footer-l{

	}eft .ui-footer-group{
    width:25%;
    min-width:150px;
}
.home .ui-footer-right{
    margin-left:1%;
    width:29%;
    min-width:282.4px;
}
.home .ui-footer-right .ui-footer-group{
    width:33%;
    min-width:93.192px;
    margin:0px;
}
.home .ui-footer-right .ui-entry{
    width:30%;
    min-width:93.192px;
    margin-left:0px;
    margin-right:1%;
    /*
    text-align:center;
    */
}
.home .ui-column{
    width:33.333333%;
    min-width:310px;
}
.home .ui-column-pic,.home .ui-column-pic p{
    width:100%;
    min-width:310px;
}
.home .ui-column-pic img{
    min-width:310px;
    width:100%;
}


/*****************qpp***************/
*{margin: 0; padding: 0;}
/*body{font-size: 100%; vertical-align: baseline; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,"Hiragino Sans GB","Microsoft YaHei",sans-serif; background: #fff; text-align: center; color: #333;}*/
img{vertical-align: bottom;}

/* common */
.blue{color: #009DF5;}
.clear{clear: both;}

/* 二级导航 */
.qppsubmenuBlock{width: 100%; min-width: 980px; height: 83px; background: #fff; opacity: 0.7; z-index: 11; text-align: center; position: absolute;}
    .qppsubmenuMain{width: 980px; margin: auto; text-align: left;}
        .qppsubmenuMain .qppmap{float: left; height: 83px; line-height: 83px; font-size: 12px;}
        .qppsubmenuMain	ul.submenu{list-style: none; float: right;}
            .qppsubmenuMain	.submenu li{float: left; height: 83px; margin-left: 45px; line-height: 83px;}
                .qppsubmenuMain	.submenu li a{text-decoration: none; color: #333; font-size: 15px;}
                .qppsubmenuMain	.submenu li a:hover, .submenu li a.submenuSelected{border-bottom: 2px solid #009DF5;}
                .qppsubmenuMain	.submenu li a.menubtn{display: inline-block; width: 98px; text-align: center; height: 34px; line-height: 34px; border: 1px solid #009DF5; border-radius: 4px; color: #009DF5;}
                .qppsubmenuMain	.submenu li a.menubtn:hover{}

/* 产品-功能页 */
.funcBlock{width: 100%; position: relative; z-index: 10;}
    .funcBlock img{width: 100%; min-width: 980px;}
    .funcBlockText{position: absolute; z-index: 11; display: inline-block; text-align: left;}
    .funcBlockTextLeft{top: 44%; left: 11%; width: 25%;}
    .funcBlockTextTop{top: 15%; left: 35%; width: 30%;}
    .funcBlockTextRight{top: 44%; right: 11%; width: 25%;}
    .funcBlockTextCenter{top: 44%; left: 39%; width: 22%;}
    .funcBlockTextBottom{bottom: 15%; left: 35%; width: 30%;}
    .white{color: white;}
    .black{color: #333;}
        .funcBlockText h1{font-size: 40px; font-weight: 100; font-family: "Microsoft YaHei";}
        .funcBlockText p{font-size: 12px; line-height: 24px; font-family: "Microsoft YaHei"; margin-top: 30px;}

/* 产品-参数页 */
.bannerImg{width: 100%; min-width: 980px;}
.paramBlock{width: 980px; margin: auto; text-align: left; padding: 60px 0; border-bottom: 1px solid #DAD7D2; font-family: "Microsoft YaHei";}
    .paramBlock h1{width: 165px; padding-right: 60px; float: left; font-size: 22px; font-weight: 500; line-height: 30px;}
    .paramBlock .paramCont{width: 755px; float: right; font-size: 16px; line-height: 30px;}
        .paramCont h2{font-size: 16px; font-weight: bold; margin-bottom: 8px;}
        .paramCont .list1{list-style: none;}
            .paramCont .list1 li{height: 40px;}
        .paramCont .list2{list-style-position: inside;}
        .paramCont .list3{list-style: none; margin-bottom: 16px;}
.spanTitle{
	 display:-moz-inline-box;
	 display:inline-block; 
         width:100px;
}

/* 产品-美图页 */
.pictureBlock img{width: 100%; min-width: 980px;}

/*售后申请*/
.after-form{
	padding:10px;
	margin-top:10px;
}
.after-form form{
	width:100%;
	overflow: hidden;
}
.after-group{
	overflow: hidden;
	margin-top:10px;
	width:100%;
}
.after-label{
	float:left;
}
.after-right{
	float:left;
}
.after-right textarea{
	width:626px;
	height:100px;
	resize:none;
	border:1px solid #ddd;
}
.table-group .after-table tr td{
	border-bottom:none;
}
.form-after .input-group .input-text-xs{
	/*width:356px;*/
	margin-right:6px;
}
/*修改 20150902 b*/
.meta-group{
	margin-top:11px;
}
.ui-entry{
	float:right;
    margin-left:23px;
    margin-top:0px;
}
.ui-entry p:first-child{
	margin-top:4px;
}
.ui-entry p{
	margin-top:7px;
}
/*修改 20150909 b*/

/*新增全部分类
.icon-all-32{
	 background-image:url(./images/icon-all-gray.png);
}
.ui-store-nav li.active a i.icon-all-32, .ui-store-nav li a:hover i.icon-all-32{
	 background-image:url(./images/icon-all-blue.png);
}

.ui-store-nav li{
	width:118px;
}*/