﻿/*网页顶部底图*/
.motherboardjumb
{
    min-height:120px;
    background-image:url(../images/index_motherboard.jpg);
}
.pccasejumb
{
    min-height:120px;
    background-image:url(../images/index_pccase.jpg);
}
.powerjumb{
    min-height:120px;
    background-image:url(../images/index_power.jpg);
}
.raidjumb{
    min-height:120px;
    background-image:url(../images/index_raid.jpg);
}
.storagejumb{
     min-height:120px;
    background-image:url(../images/index_storage.jpg);
}
.otherjumb{
     min-height:120px;
    background-image:url(../images/index_other.jpg);
}
/*
    页脚 
*/
.footer{
    color:#939393;
    margin:50px auto 0 auto;
    width:100%;
    padding:30px 0px;
    background-color:#ffffff;
    border-top:1px #bbbbbb;
}

.footer .list-unstyled >li >a{
    color:#939393; line-height:25px;
}
.footer .list-unstyled >li >a:hover{
    color:#5079d9; line-height:25px;
}


/*
    附件底色
*/
.loginbox{
    background-color:#fff;
    border:1px solid #ddd;
    padding:20px;
}
.divfooter{
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

/*
    用户中心
*/
.user_top{
    width:100%;
    background-color:#005f22;
    margin-bottom:20px;
}

.user_top_left {
    position:relative;
    overflow:hidden;
}
.user_center_logo {
    float:left;
    margin:10px 10px 10px 0px;
    width:60px;
    height:74px;
    background-image:url(../images/user_center_logo.png);
    background-repeat:no-repeat;
}
.user_center_my{
    padding-left:5px;
    font-size:22px;
    padding-top:20px;
    height:25px;
    color:#fff;
}
.user_center_index{
    margin: 30px 0 0;
    color: #ffb2b2;
    border: 1px solid #189261;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#fff;
    font-size:12px;
}
.user_center_index a{
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
.user_center_menu{
    margin-top:35px;
    font-size:16px;
}
.user_center_menu li{
    cursor:pointer;
    color:#fff;
    margin-right:20px;
}

/*bootstrap*/

/*顶部菜单*/
body{
    background-color:#ededed;
    padding-top: 70px; 
}
.navbar-brand {
    min-height:70px;
}
.navbar-nav >li > a{
    padding:25px;
}

.carousel {
    margin:20px 0;
    border:1px;
    border-radius:4px;
    overflow:hidden;
}
.panel-heading {
    padding:15px;
}
.panel-title {
    font-size:20px;
    color:#555;
    line-height:30px;
}
.thumbnail {
    border:none;
}
.nav-tabs{
    border-top: 1px solid transparent;
    background-color:#f5f5f5;
    padding-top:5px;
    padding-left:5px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topleft:4px;
}
.nav-tabs > li > a{
    font-size:16px;
    padding:10px 25px;
}

/*自定义字体情景*/
.text-red{
    color:red;
}

/*列表框*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    
}

/*产品幻灯*/
#slideOut {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: 15px;
}
#sideIn {
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding:20px;
}
#showimglist {
    float: left;
    overflow: hidden;
    display: inline-block;
}
#showimglist img {
    padding: 2px;
    margin: 2px 0px;
}
.arrowleft {
    position:absolute;
    display: inline-block;
    padding-top: 20px;
    left: 20px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    color: #ddd;
}
.arrowright {
    position: absolute;
    display: inline-block;
    padding-top: 20px;
    right: 20px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    color: #ddd;
}
.inbox {
    border: 2px solid red;
}
/*购物车SKU按钮*/
.skubtn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 5px;
    margin-right:5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:2px;
}
.skubtn-default{
    border-color:#ddd;
    background-color:#fff;
}
.activesku{
    border-color:red;
}

/*客服*/
#online_service_bar {
	font-size:12px;
	color:#555;
	font-family:"Microsoft YaHei", Verdana, "BitStream vera Sans", Tahoma, Helvetica, Sans-serif;
}
#online_service_bar a {
	color:#555;
	text-decoration: none;
}
#online_service_bar a:hover {
	color:#E21F2B;
	text-decoration: none;
}
#online_service_bar img {
	border:none;
	vertical-align: middle;
}
#online_service_bar dl, #online_service_bar dd, #online_service_bar ul, #online_service_bar li {
	margin:0;
	padding:0;
	list-style:none;
}
/*在线客服边栏*/
#online_service_bar {
	position:absolute;
	top:-150px;
	right:0;
	overflow:hidden;
	z-index:1001;
}
#online_service_fullbar {
	display:none;
	width:138px;
	padding-bottom:10px;
	background:url(../images/footer.gif) no-repeat left bottom;
}
.service_bar_head {
	text-indent: -9999px;
	width:138px;
	height:58px;
	position:relative;
	background:url(../images/header.gif) no-repeat left top;
}
.service_bar_main {
	width:138px;
	padding:5px 12px;
	background:url(../images/main.gif) repeat-y left top;
}
#service_bar_close {
	position:absolute;
	width:35px;
	height:35px;
	top:0;
	right:0;
	cursor:pointer;
	display:block;
	text-indent: -9999px;
}
/*在线客服边栏收缩状态*/
#online_service_minibar {
	margin-top:150px;
	width:23px;
	height:80px;
	background:url(../images/mini.gif) no-repeat right top;
	display:none;
	cursor: pointer;
}
/*客服菜单列表*/
.service_menu {
	font-size:12px;
	width:106px;
	overflow:hidden;
}
.service_menu li {
	width:106px;
	display:inline;
	overflow:hidden;
}
.service_menu li dt {
	text-align:left;
	margin-bottom:5px;
	padding:8px 10px 6px 10px;
*padding:9px 10px 5px 10px;
	background:url(../images/menu.gif) no-repeat top center;
	cursor: pointer;
}
.service_menu li dd {
	display:none;
	text-align:center;
}
.service_menu li dd a img {
	margin-bottom:5px;
}
.service_menu li.hover dt {
	color:#E21F2B;
}
.service_menu li.hover dd {
	padding:5px 0;
	line-height:20px;
}
.qq_btn {
	display:block;
	padding:4px;
}
.service_tel {
	font-size:12px;
	font-family:"Microsoft YaHei", Verdana, "BitStream vera Sans", Tahoma, Helvetica, Sans-serif;
	padding-left:22px;
	height:28px;
	line-height:28px;
	background:url(../images/tel.png) no-repeat 5px center;
}