.joy_btn{
	background-color:#07a2e4;
	border:none;
}
.joy_btn:hover{
	background-color:#07a2e4;
}

@media (max-width: 1000px) {
  body.login #header .navbar-brand {
    min-width: 380px;
    background-image: url(../img/header_logo.png)!important;
  }
}
@media (max-width: 700px) {
  body.login #header .navbar-brand {
    display: block;
  }
  body.login #sider_collapse_btn {
    display: none;
  }
}
@media (max-width: 550px) {
  body.login #header .navbar-brand {
    min-width: 100px;
    background-image: url(../img/header_logo_s.png)!important;
  }
}
#header .navbar-brand {
  min-width: 380px;
}

@media (max-width: 1000px) {
  #header .navbar-brand {
    min-width: 100px;
    background-image: url(../img/header_logo_s.png)!important;
  }
}
#sider .navbar-brand {
  display: block;
  float: none;
  width: 100%;
}


.list-group-item-joy{
	background-color:#07a2e4;
}
.joy_main_title{
	font-size:14px;
	border-bottom:#ccc 1px solid;
	padding:12px 0 10px;
}
.joy_order_btn{
	display:block;
	background-color:#07a2e4;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin:5px 0;
}
.joy_order_btn.btn_hui{
	background-color:#ccc;
}
.joy_account{
	padding-top:50px;
	padding-left:50px;
}
.joy_account h3{
	margin-bottom:40px;
}
.account_dl{
	margin:10px 0 10px 0;
/*	height:34px;*/
	line-height:34px;
}
.account_dt{
	width:90px;
	text-align:right;
	display:inline-block;
}
.account_dd{
	display:inline-block;
	padding-left:5px;
	vertical-align:middle;
}
#warp ul,li{
	list-style:none;
}
#warp li{
	margin-bottom:10px;
	background-color: #F4F4F4;
	padding:20px;
	overflow:hidden;
}
#warp .warp_tit{
	margin-right:10px;
	float:left;
	width:100px;
	padding-top:38px;
	text-align:right
}
.warp_btn{
  padding-top:36px;
	padding-left:10px;
	outline: none;
	float:left;
	color:#999;
}
.warp_img{
	float:left

}
.sider_group .sider_group_list .list-group-item.active {
    background-color: #07a2e4;
    color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.modify_btn{
	display:inline-block;
	padding:0 10px;
}
.account_modify{
	width:320px;
	display:none;
}
.account_modify .form-control{
	width:200px;
	display:inline-block;
}
.account_modify .btn{
	display:inline-block;
	border:1px solid #DEDEDE;
	vertical-align:top;
}
.form-blockbtn {
    margin-bottom: 10px;
}

.table>tbody>tr>td.border_none{
  border:none;
}
/*用户头像居中*/
.index_vcard_logo.img_center {
  background-position: center top;
}

/*日志信息资料*/
.star_com {
  position: absolute;
  right: -6px;
  top: 8px;
  color: red;
}
.mar_top {
  margin-top: 7px;
}
.margin-none {
  margin:0 !important;
}


/** 合同管理 上传附件 **/
.uploadwordfile_area .item_uploadwordfile {
  border: 1px solid #DEDEDE;
  margin-bottom: 5px;
  position: relative;
  /*padding: 0 105px 0 40px;*/
  line-height: 40px;
  height: 40px;
}
.uploadwordfile_area .item_uploadwordfile .icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #969AA2;
}
.uploadwordfile_area .item_uploadwordfile label {
  position: absolute;
  /*width: 100%;*/
  left: 40px;
  right: 105px;
  height: 100%;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.uploadwordfile_area .item_uploadwordfile .filename {
  line-height: 40px;
}
.uploadwordfile_area .item_uploadwordfile [type=file] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 100%;
}
.uploadwordfile_area .item_uploadwordfile [type=file]::-webkit-file-upload-button {
  padding: .4em;
  line-height: 30px;
  border: 1px solid #fff;
  background: #f0f3f9;
  color: #34538b;
}
.uploadwordfile_area .item_uploadwordfile .btnbox {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.uploadwordfile_area .item_uploadwordfile .btnbox .btn {
  width: 35px;
  text-align: center;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.uploadwordfile_area .item_uploadwordfile .btnbox .btn i {
  line-height: 40px;
  color: #999;
}
.uploadwordfile_area .item_uploadwordfile .btnbox .btn_remove i {
  color: #d9534f;
}

.orderdetail_row {
  margin: 5px 0;
}
.orderdetail_col {
  margin: 0 10px;
}
.orderdetail_row dl,
.orderdetail_col dl {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  /* white-space: nowrap; */
  max-width: 100%;
}
.orderdetail_col dl {
  display: block;
}
.orderdetail_row dt,
.orderdetail_col dt  {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  min-width: 55px;
  line-height: 20px;
}
.orderdetail_row dd,
.orderdetail_col dd {
  display: inline-block;
  white-space: initial;
  vertical-align: top;
  min-width: 150px;
  line-height: 20px;
}

.border-bottom {
  border-bottom: 1px #e6e8ed dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*售后服务*/
.orderdetail_col.after_sale  dt{
  color: #333;
}
.orderavatar {
  width: 30px;
  height: 30px;
}


/*我的账户*/
.myaccount .nav-tabs li a{
  cursor: pointer;
}

.star_com {
    position: absolute;
    right: -6px;
    top: 8px;
    color: #F00;
}
/*充值 支付宝、微信、充值卡的切换 开始*/
.rechargeable {
  display: none;
}
.rechargeable.on{ 
  display: block;
}
/*充值 支付宝、微信、充值卡的切换 结束*/

/*消费记录和收入记录的切换 开始*/
.record_aa {
    display: none;
}
.record_aa.on{ 
  display: block;
}
/*消费记录和收入记录的切换 结束*/


/** 链接信息弹框 **/
.popwindow_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.popwindow {
  position: fixed;
  top: 150px;
  left: 50px;
  right: 50px;
  bottom: auto;
  z-index: 3;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}
.popwindow .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.popwindow_main {
  overflow: auto;
  padding: 15px 5px;
}
.popwindow_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.orange {
  color: #f0a005;
}
.red {
  color: red;
}

.dashboard_card.bg_gray {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
	display:block;
}
.dashboard_card.bg_gray:hover {
  background-color: #f6f8f9;
}

/*使用到期的时间弹框*/
.bomb_box{
	width:280px;
	height:170px;
	position:fixed;
	right:0;
	bottom:0;
	animation:myfirst 1s ;
	-moz-animation:myfirst 1s;
	-webkit-animation:myfirst 1s;
	-o-animation:myfirst 1s;}
@keyframes myfirst
{
0%   {right:0px; bottom:-280px;}
100% {right:0px; bottom:0;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {right:0px; bottom:-280px;}
100% {right:0px; bottom:0;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {right:0px; bottom:-280px;}
100% {right:0px; bottom:0;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {right:0px; bottom:-280px;}
100% {right:0px; bottom:0;}
}
.bomb_box_top{
	width:100%;
	height:35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #ff5210}
.bomb_box_bottom{
	width:100%;
	height:135px;
	background-color: #fff;}
.bomb_box_close{
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:7px;
  color: #fff;
	cursor:pointer}
.bomb_box_bottom_con{
	height:115px;
	padding:10px 15px;}
.color_org{
	color:#ff5210;}
.bomb_news_list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;}
.bomb_news_list li{
	width:100%;
	height:26px;
	line-height:26px;}
.bomb_news_list li em{
	font-style:normal;}
.bomb_news_list li span{
	display:block;}
.bomb_news_list li span.left{
	float:left;}
.bomb_news_list li span.right{
	float:right;}
.bomb_news_list li span.right a{
	color:#ff5210;}
  
  
  
/*五星好评*/
.star_box {
  height: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.star_pic,
.star_text{
  display: inline-block;
  vertical-align: middle;
}
.star_text img{
  vertical-align: middle;
}
.star_pic i{
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/star02.png);
}
.star_1 .star_pic i:nth-child(1){
  background-image: url(../img/star01.png);
}
.star_2 .star_pic i:nth-child(1),
.star_2 .star_pic i:nth-child(2){
  background-image: url(../img/star01.png);
}
.star_3 .star_pic i:nth-child(1),
.star_3 .star_pic i:nth-child(2),
.star_3 .star_pic i:nth-child(3){
  background-image: url(../img/star03.png);
}

.star_4 .star_pic i:nth-child(1),
.star_4 .star_pic i:nth-child(2),
.star_4 .star_pic i:nth-child(3),
.star_4 .star_pic i:nth-child(4){
  background-image: url(../img/star03.png);
}
.star_5 .star_pic i{
  background-image: url(../img/star03.png);
}



.add_project_box,
.add_project_onebyone,
.add_project_class{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.add_project_onebyone span.project_one,
.add_project_class span, 
.bm_onebyone span.project_one, 
.bm_class span {
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: default;
  display: block;
  float: left;
  background-color: #000;
  color: #fff;
}
.bm_onebyone span.project_one span, 
.add_project_onebyone span.project_one span {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 1px;
  color: #F00;
  font-size: 12px;
  z-index: 1;
  font-weight: bold;
}



.big_box{
  width: 300px;
  height: 300px;
  background-color: #fff;
  color: #999;
}
.blue{
background-color: #000;}

/******** 上传图片 ********/
.part_imgupload {
  padding-top: 70px;
  padding-bottom: 70px;
}
#part_imgupload {
  display: none;
}

.imgupload_preview_box {
  position: relative;
  min-width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.imgupload_preview {
  max-width: 95%;
  background-color: #ddd;
  /*min-width: 100px;
  min-height: 100px;*/
}
.imgupload_preview_label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  min-width: 100px;
  min-height: 100px;
}

.bottombar_imgupload {
  z-index: 600;
}

#crop_bottombar {
  display: none;
}

#submit_imgupload {
	-webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.avatar {
    display: inline-block;
    border-radius: 100px;
    background-image: url(../joy_res/img/avatar_demo01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-group .avatar {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 0 0 auto;
}
.user_profile_tip {
  line-height: 1.2;
  height: auto;
}
.form_static {
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1;
  min-height: 50px;
  padding: 12px 0;
  font-size: 14px;
  color: red;
}
.form_upload {
    position: relative;
}
.form_item_con {
    position: relative;
    font-size: 14px;
    display: inline-block;
/*    width: 80%;
    width: calc( 100% - 150px );*/
    vertical-align: top;
}
.form_upload .form_input {
    width: 100%;
}
.form_input {
    background-color: #f4f4f4;
    border: 1px solid #c8c8c8;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
    font-family: inherit;
    max-width: 100%;
    display: inline-block;
}
.form_upload .btn {
    position: absolute;
    top: 0;
    right: 5px;
}
body.login {
  /*background-color: #181D2C;*/
	background-image:url(http://www.joykeykey.com/static/aindex/joy_res/img/bgj.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:cover;
}

.login_form .form-group > .material-icons{
	color:#666;
}

.sider_group .sider_group_list .list-group-item span {
  font-size: 14px;
}

.m-item_purchase {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.m-item_purchase .m-small {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
	position:relative;
	height:34px;
}
.m-item_purchase .m-small dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
  /*display: inline-block;*/
  padding-right: 5px;
  color: #999;
  min-width: 60px;
	position:absolute;
	left:0;
	top:12px;
}
.m-item_purchase .m-small dd {
  margin: 0;
  padding: 0;
  /*display: inline-block;*/
	line-height:34px;
	margin-left:60px;
}
.m-item_purchase .m-small dd.form-control-static{
	padding-left:10px;
}
/*.m-item_purchase .m-small p {
  margin: 0;
  padding: 0;
  display: inline-block;
	line-height:40px;
}*/
.m-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}




















