@charset "utf-8";
/* CSS document*/
.user-page {
	background: #f5f5f5;
}
.site-user-header {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background: #382f6b;
}
.site-user-header .container {
	width: 1200px;
	padding: 13px 0;
	margin: 0 auto;
}
.site-user-header .user-logo {
	position: relative;
	width: 130px;
	height: 44px;
	float: left;
	display: inline-block;
	text-indent: -999em;
}
.site-user-header .user-logo:before {
	position: absolute;
	width: 150px;
	height: 44px;
	content: '';
	left: 0px;
	top: 0px;
	background: url(../images/user-logo.png);
}
.site-user-header .container > ul {
	float: left;
	display: inline-block;
	padding-left: 50px;
}
.site-user-header .container > ul li {
	float: left;
	line-height: 44px;
	padding-right: 50px;
}
.site-user-header .container > ul li a {
	color: #fff;
}
.site-user-header .header-cart {
	margin-top: 3px;
}
.site-user-header .user-header-search {
	float: right;
	margin-top: 3px;
	margin-right: 50px;
}
.user-header-search .input-group {
	width: 210px;
	position: relative;
}
.user-header-search .input-group .form-control {
	padding-right: 30px;
}
.user-header-search .input-group > button {
	background: 0 0;
    border: 0;
    color: #6D6A69;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    z-index: 2;
}

.user-main {
	width: 100%;
	padding-bottom: 40px;
}
.user-main .container {
	width: 1200px;
	margin: 0 auto;
}
.user-main .side-nav {
	float: left;
	width: 180px;
	padding-right: 30px;
}
.user-main .side-nav > ul > li {
	padding-bottom: 10px;
}
.user-main .side-nav > ul > li h3 {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 38px;
	color: #333;
}
.user-main .side-nav > ul > li span {
	float: left;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px 12px 6px 0;
	font-size: 26px;
	color: #666666;
}
.user-main .sub-nav > li {
	line-height: 32px;
	padding-left: 38px;
}
.user-main .sub-nav > li a {
	color: #666;
}
.user-main .sub-nav > li a:hover {
	color: #e93b39;
}
.user-main .sub-nav >  .active a {
	color: #e93b39;
}
.user-main .user-content {
	float: left;
	width: 1020px;
	background: #fff;
	padding: 10px 30px 50px 30px;
}
.user-main .user-content .title {
	font-size: 20px;
	line-height: 50px;
}
.user-content .filter-order {
	float: left;
	line-height: 38px;
}
.user-content .filter-order a {
	display: inline-block;
	margin-right: 15px;
	color: #666666;
}
.user-content .filter-order a:hover {
	color:#e93b39;;
}
.user-content .filter-order .active {
	color: #e93b39;
}
.user-content .order-search {
	float: right;
	line-height: 38px;
}
.user-content .order-search .form-control {
	float: left;
	display: inline-block;
	width: 190px;
}
.user-content .order-search .search-btn {
	float: left;
	width: 66px;
	height: 38px;
	border:1px solid #ccc;
	border-left: 0px;
}
.user-content .order-search .iconfont {
	font-family: 'common';
	font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #666666;
}
.user-content  .user-order-main {
	padding-top: 25px;
}
.user-order-main .table > thead {
	background: #f5f5f5;
	border:1px solid #dedede;
}
.user-order-main .table  > thead > tr > th {
	border-bottom: 1px solid #dedede;
	height: 48px;
	font-weight: normal;
	padding: 13px 16px;
}
.user-order-main .table  > tbody .tr-spacing td {
	padding: 6px 0;
	border-top: 0px;
}
.user-order-main .table  > tbody .tr-merge {
	background: #f5f5f5;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #333;
}
.user-order-main .table  > tbody .tr-merge td {
	padding: 9px 16px;
	text-align: left;
}
.user-order-main .table  > tbody .tr-merge em {
	display: inline-block;
	font-style: normal;
	padding-right: 20px;
	font-size: 12px;
	line-height: 22px;
}
.user-order-main .table  > tbody .tr-merge a {
	float: right;
	display: inline-block;
	font-size: 16px;
}
.user-order-main .table  > tbody .tr-list  {
	border-left: 1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.user-order-main .table  > tbody .tr-list td {
	padding: 8px 16px;
	border-top: 0px;
}
.user-order-main .table  > tbody .pr-info {
	position: relative;
	border-right: 1px solid #ddd;
}
.user-order-main .table  > tbody .pr-info .img {
	float: left;
	width: 68px;
	height: 68px;
	overflow: hidden;
}
.user-order-main .table  > tbody .pr-info .name{
	float: left;
	width: 280px;
	height: 68px;
	overflow: hidden;
	padding: 16px 0 0px 15px;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}
.user-order-main .table  > tbody .pr-info .server {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
	color: #999;
}
.user-order-main .table  > tbody .pr-info .server:hover {
	color: #483882;
}
.user-order-main .table  > tbody .tr-list p{
	padding-bottom: 10px;
}
.user-order-main .table  > tbody .tr-list .btn {
	width: 90px;
}
.user-password-wrapper {
	width: 500px;
	margin: 30px auto;
}
.user-password-wrapper .form-group {
	margin-bottom: 30px;
}
.user-password-wrapper .form-group .btn {
	padding-right: 8px 12px;
}
.user-info-wrapper {
	width: 460px;
	margin: 30px auto;
}
.user-info-wrapper .form-horizontal {
	margin-left: -40px;
}
.user-info-wrapper .form-group {
	margin-bottom: 30px
}
.user-info-wrapper .form-group label {
	color: #333;
}
.user-info-wrapper .radio {
	height: 38px;
	padding-top: 2px;
}
.user-info-wrapper .form-group .btn {
	padding: 8px 12px;
	width: 160px;
}
.user-recent-wrapper .recent-date {
	height: 31px;
	display: inline-block;
	padding: 0 40px;
	line-height: 31px;
	border-left: 1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	border-bottom: 2px solid #3c95d7;
}
.user-recent-wrapper .item {
	margin-top: 20px;
}
.user-recent-wrapper .item  .hd {
	margin-bottom: 20px;
}
.user-recent-wrapper .item  .hd a {
	font-size: 12px;
	line-height: 31px;
	padding-left: 10px;
}
.user-recent-wrapper .item > ul {
	width: 980px;
	margin-left: -10px;
}
.user-recent-wrapper .item > ul > li {
	position: relative;
	float: left;
	width: 225px;
	height: 258px;
	margin: 0 10px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.user-recent-wrapper .item > ul > li:hover {
	box-shadow: 2px 2px 10px 5px #eeeeee;
}
.user-recent-wrapper .item .img {
	width: 150px;
	height: 150px;
	margin: 22px auto;
	display: block;
}
.user-recent-wrapper .item .name {
	font-size: 12px;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
	display: block;
}
.user-recent-wrapper .item .name:hover {
	color: #483882;
}
.user-recent-wrapper .item .price {
	line-height: 24px;
	color: #e93b39;
}
.user-recent-wrapper .item  .pr-link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.user-recent-wrapper .item .recent-del {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 5;
	display: none;
}
.user-recent-wrapper .item > ul > li:hover .recent-del {
	display: block;
} 
.user-recent-wrapper .item .icon-cross {
	font-size: 20px;
	color: #999;
	font-weight: bold;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
}
.user-recent-wrapper .item .recent-del:hover .icon-cross {
	display: block;
	color: #666;
}
.user-collect-wrapper {
	width: 980px;
	margin-left: -10px;
	margin-top: 20px;
}
.user-collect-wrapper > ul > li {
	position: relative;
	float: left;
	width: 225px;
	height: 284px;
	margin: 0 10px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.user-collect-wrapper > ul > li:hover {
	box-shadow: 2px 2px 10px 5px #eeeeee;
}
.user-collect-wrapper > ul > li .img {
	width: 150px;
	height: 150px;
	margin: 15px auto;
	display: block;
}
.user-collect-wrapper > ul > li .name {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	color: #333333;
	overflow: hidden;
	display: block;
}
.user-collect-wrapper > ul > li .name:hover {
	color: #483882;
}
.user-collect-wrapper > ul > li .price {
	line-height: 24px;
	color: #666;
}
.user-collect-wrapper > ul > li .btn-box {
	padding: 10px 15px 0;
	opacity: 0;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.user-collect-wrapper > ul > li:hover .btn-box  {
	opacity: 1;
}
.user-collect-wrapper > ul > li .btn-box .btn {
	font-size: 12px;
	width: 86px;
}
.returns-main {
	padding-top: 25px;
}
.returns-main .returnlist {
	font-size: 12px;
	text-align: left;
}
.returns-main .returnlist > thead{
	background: #f5f5f5;
    border: 1px solid #dedede;
}
.returns-main .returnlist > thead > tr > th,
.returns-main .returnlist > tbody > tr > td  {
	text-align: left;
}
.returns-main .returnlist > thead > tr > th{
	border-bottom: 1px solid #dedede;
    height: 48px;
    font-weight: normal;
    padding: 13px 16px;
}
.returns-main .returnlist > tbody > tr {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.returns-main .returnlist > tbody > tr > td  {
	border-bottom: 1px solid #dedede;
    height: 48px;
    font-weight: normal;
    padding: 13px 16px;
}
.returns-main .returnlist .pr-name{
	max-width: 290px;
	line-height: 22px;
}
.returns-application-pr {
	font-size: 12px;
}
.returns-application-pr > thead{
	background: #f5f5f5;
    border: 1px solid #dedede;
}
.returns-application-pr > thead > tr > th,
.returns-application-pr > tbody > tr > td  {
	text-align: left;
}
 .returns-application-pr > thead > tr > th{
	border-bottom: 1px solid #dedede;
    height: 48px;
    font-weight: normal;
    padding: 13px 16px;
}
 .returns-application-pr > tbody > tr {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.returns-application-pr > tbody > tr > td  {
	border-bottom: 1px solid #dedede;
    height: 48px;
    font-weight: normal;
    padding: 13px 16px;
}
.returns-application-pr .pr-info {
	width: 490px;
}
.returns-application-pr .pr-info .img {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.returns-application-pr .pr-info .name {
	float: left;
    width: 250px;
    height: 100px;
    overflow: hidden;
    padding: 30px 0px 30px 15px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
}
.returns-application-form {
	margin-top: 30px;
	padding:50px 50px 20px;
	border:1px solid #e93b39;
}
.returns-application-form .form-group {
	margin-bottom: 30px;
}
.returns-application-form .form-group .select {
	display: block;
	float: left;
	margin-right: 10px;
	max-width: 250px;
	height: 38px;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.returns-application-form textarea {
	resize: none;
}
.returns-application-form .btn {
	width: 160px;
	height: 38px;
	padding:9px 15px;
}

.returns-main .server-list  > thead > tr > th,
.returns-main .server-list  > tbody > tr > td  {
	text-align: left;
}
.returns-main .server-list > tbody > tr > td  {
	border-bottom: 1px solid #dedede;
    height: 48px;
    font-weight: normal;
    padding: 13px 16px;
}
.user-footer {
	width: 100%;
	height: 96px;
	min-width: 1200px;
	background: #fff;
	font-size: 12px;
}
.user-footer .container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}
.user-footer .container  ul {
	padding-bottom: 10px;
}
.user-footer .container  ul li {
	display: inline-block;
}
.user-footer .container  ul li span {
	padding: 0 10px;
}
/*enterprise*/
.site-user-header.enterprise {
	background: #3d95d7;
}
.site-user-header.enterprise .header-cart .icon-cart {
	font-size: 24px;
	color: #3d95d7;
}
.site-user-header.enterprise .header-cart .number {
	font-weight: bold;
	color: #3d95d7;
}
.enterprise-sign {
	height: 46px;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 15px;
	background:  #3d95d7;
	color:#fff;
	line-height: 46px;
	font-size: 16px;
}
.enterprise-sign .icon-enterprise {
	font-size: 24px;
	padding-right: 5px;
	float: left;
	margin-top: 10px;
}
.enterprise-order-search {
	width: 100%;
	background: #fafafa;
	border:1px solid #e2e2e2;
	padding: 15px 7px;
}
.enterprise-order-search .form-group {
	float: left;
	width:162px;
	margin:0 13px;
}
.enterprise-order-search .form-group label {
	padding-bottom: 5px;
}
.enterprise-order-search .bd {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.enterprise-order-search .bd .btn {
	padding: 6px 22px;
}
.reconciliation-wrapper {
	padding-top: 20px;
}
.reconciliation-wrapper .item {
	margin-bottom: 30px;
}
.reconciliation-wrapper .reconciliation-title {
	width: 100%;
	height: 50px;
	background: #3d96d8;
	color: #fff;
}
.reconciliation-wrapper .reconciliation-title h1 {
	float: left;
	display: inline-block;
	line-height: 50px;
	padding-left: 20px;
	font-size: 16px;
}
.reconciliation-wrapper .reconciliation-title a {
	font-size: 22px;
	line-height: 50px;
	display: inline-block;
	float: right;
	margin-right: 20px;
	color: #fff;
}
.reconciliation-wrapper .table > thead {
    background: #f5f5f5;
    border: 1px solid #dedede;
}
.reconciliation-wrapper .table thead tr > th {
	padding: 12px 8px;
	background: #f5f5f5;
	border-bottom: 1px solid #dedede;
    height: 50px;
}
.reconciliation-wrapper .table tbody tr{
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-size: 12px;
	color: #999;
}
.reconciliation-wrapper .table > tbody > tr > td {
	padding: 12px 8px;
}
.reconciliation-wrapper .table tfoot {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
}
.reconciliation-wrapper .table tfoot span {
	color: #e93b39;
}
.reconciliation-wrapper .table > tfoot > tr > td {
	padding: 14px 8px;
}
.statistics-search {
    width: 100%;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 15px 20px;
}
.statistics-search .form-group {
	float:left;
	padding-right: 20px;
}
.statistics-search .form-group label {
	padding-right: 10px;
}
.statistics-search .form-group  .form-control {
	width: 210px;
}
.statistics-search .form-group .btn {
	padding: 8px 30px;
}
.statistics-main {
	padding-top: 30px;
}
.statistics-main .nav-tabs {
  border-bottom:0px;
}
.statistics-main .nav-tabs > li {
	float: left;
	margin-left: -1px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid #e2e2e2;
}
.statistics-main .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.statistics-main .nav > li > a:hover {
	color: #333;
}
.statistics-main .nav-tabs > li.active > a,
.statistics-main .nav-tabs > li.active > a:hover,
.statistics-main .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #3d96d8;
  border: 1px solid #3d96d8;
  border-bottom-color: solid;
  cursor: default;
}
.statistics-main .tab-content {
	padding-top: 20px;
}
.statistics-main .tab-content .btn-wrapper {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.statistics-main .tab-content .btn-wrapper .btn {
	margin: 0 10px;
}
.organizational-breadcrumb {
	font-size: 12px;
	padding-top: 15px;
}
.organizational-list {
	margin-top: 20px;
}
.organizational-list .table > thead {
    background: #f5f5f5;
    border: 1px solid #dedede;
}
.organizational-list .table thead tr > th {
	padding: 12px 8px;
	background: #f5f5f5;
	border-bottom: 1px solid #dedede;
    height: 50px;
    font-weight: normal;
}
.organizational-list .table tbody tr{
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-size: 12px;
	color: #999;
}
.organizational-list .table > tbody > tr > td {
	padding: 12px 8px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*organizational-structure*/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: 9px 15px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu > li > a {
	border-top: 0px;
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	background: #3d95d7;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #3d95d7;
}
.sf-menu ul ul li {
	background: #3d95d7;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #3386c4;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
.organizational-structure-btn {
	float: left;
	padding-left: 10px;
	font-size: 20px;
}
.organizational-structure-btn .btn {
	padding: 8px 10px;
	font-size: 18px;
	line-height: 19px;
	margin-left: 10px;
}
.organizational-dialog-confirm .modal-body {
	text-align: center;
	padding: 30px;
}
.organizational-dialog-confirm .modal-body .btn {
	margin: 0 10px;
	padding: 8px 30px;
}
.organizational-dialog-confirm .modal-dialog {
	margin: 100px auto;
}

























