
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.form-control {
  display: block;
  width: 60%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.ucenter-right{
	float: left;
    /*border: 1px solid #dcdcdd;*/
    border-left: 0;
    min-height: 801px;
    height: auto!important;
    background:#fff;
    width: 1000px;
	
}
.ucenter-right .headtitle-normal{
	font-size: 15px;
    line-height: 15px;
   border-bottom: 1px solid #f4f4f4;padding:10px 0px;
    margin-bottom: 20px;
    font-weight:600;
	
}
.normal-content{
	
	    margin: 28px 20px 0px 18px;
    padding-bottom: 17px;
	
}

/*个人中心的选项卡切换*/
.ucenter-right .myaccount-head {
    height: 47px;
    background-color: #f5f5f5;
}
.ucenter-right .es-tabli li:hover{
	border-bottom: 2px solid #F8AC7A;
	cursor:pointer;
	
}
.ucenter-right .es-tabli li.current {
    border-bottom: 2px solid #fff;
    background: #fff;
}
.normal-content .control-label{color:#5a5a5a;font-weight:normal}
.ucenter-right .headtitle{
	font-size: 15px;
    line-height: 15px;
   
    margin-bottom: 20px;
    font-weight:600;
	
}





/*个人中心的消息设置*/
.ucenter-right .setting-part h3 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-left: 40px;
}
.ucenter-right .setting-part li {
    padding-left: 135px;
    margin-bottom: 10px;
}
.ucenter-right .setting-part li .title {
    width: 260px;
}
.ucenter-right .setting-part li span {
    float: left;
    height: 23px;
    line-height: 23px;
}
.ucenter-right .setting-part li span {
    float: left;
    height: 23px;
    line-height: 23px;
    font-size:12px;
}
.ucenter-right .setting-part li .status {
    width: 190px;
}
/*个人中心的消息列表*/
.ucenter-right  .mymessage-box {
    padding: 30px 20px 0 23px;
}
.ucenter-right  .mymessage-box h2 {
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-weight: 700;
    color: #333;
    margin:0px;
}
.ucenter-right  #listMsg {
    min-height: 504px;
}
 .ucenter-right  #listMsg li {
    border-bottom: 1px solid #ededed;
    padding: 16px 68px 14px 12px;
}
.ucenter-right  #listMsg li .title {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    
    margin:0px;
    margin-bottom: 8px;
}
.ucenter-right   .mymessage-box h2 .fa{font-size:16px;color: #707785;
    margin-right: 3px;}
.ucenter-right   .mymessage-box h2 a {
    float: right;
    color: #555;
    font-size: 12px;
    margin-right: 14px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}
.ucenter-right  #listMsg li .deletemsg {
    float: right;
    position: relative;
    left: 56px;
    cursor: pointer;
    display: none;
    font-size: 12px;
    color: #7f8592;
}
.ucenter-right #listMsg li:hover {
    background-color: #fafafa;
}
.ucenter-right  #listMsg .date {
    padding-left: 12px;
    margin-top: 16px;
    font-size: 12px;
    color: #999;
}
.ucenter-right  #listMsg li .msg-body {
    color: #555;
    font-size: 12px;
    line-height: 20px;
}

/*个人中心的头像设置*/

.avatar-add {
    position: relative;
    width: 373px;
    height: 373px;
    background-color: #F2F2F5;
}
.avatar-add p {
    position: absolute;
    top: 70px;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #999;
}
.avatar-add .upload-img {
    position: absolute;
    left: 50%;
    top: 35px;
    margin: 0 0 0 -60px;
}
.avatar-add img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 168px;
    height: 168px;
    margin: -50px 0 0 -84px;
    border-radius: 100%;
}
.avatar-add .loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}
.loading {
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}


/*个人中心的绑定设置*/
.app-bind li .iconfont {
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 28px;
}
.app-bind li {
    margin-bottom: 10px;
    line-height: 30px;
    color: #999;
    padding:20px;
}
.fly-msg {
    background-color: #F8F8F8;
    color: #666;
}
/*个人列表内容为空时显示*/
.empty-tip-box .info .first {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
}
.empty-tip-box .info {
    color: #a2a2a2;
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
}
.empty-tip-box .info .iconfont{font-size:70px;}
.empty-tip-box .info .second {
    margin-top: 14px;
    font-size: 12px;
    line-height: 12px;
}
.empty-tip-box .radius .iconfont {
    font-size: 36px;
    line-height: 30px;
   
}
.empty-tip-box .info a {
    color: #333;
}

.empty-tip-box .radius {
    
   
    padding: 14px 10px 0px;
    display: inline-block;
    color: #e2e2e2;
    border-radius: 3px;
    text-align: center;
    border: 3px solid #e6e6e6;
}
.empty-tip-box .inner-box {
    text-align: center;
    padding: 54px 0 32px;
}









@CHARSET "UTF-8";


.ucenter-right  .doclist{
	    margin-top: 17px;
    font-size: 14px;
    min-height: 128px;
	clear:both;
	
}
.ucenter-right  .doclist li{ 
	overflow:hidden;
    padding: 7px 0 9px 0px;
    clear:both;}
.ucenter-right  .doclist li:hover{background:#f5f5f5}
.ucenter-right  .doclist a{
	color: #333;
    font-size: 14px;
    padding-left: 13px;
    line-height: 16px;
	width:60%;
	float:left;
	
}

.ucenter-right .zichan  table.detail {
    display: none;
    position: absolute;
    left: 0;
    top: 47px;
    min-width: 739px;
    border: 1px solid #dcdcdd;
    background: #fff;
}
.ucenter-right .zichan table.detail td .unit {
    display: block;
    color: #999;
} 
.ucenter-right .zichan table.detail td:hover {
    cursor: pointer;
    background-color: #f4f4f4;
}
.ucenter-right .zichan table.detail td .wrap {
    border-left: 1px solid #f1f1f1;
}
.ucenter-right .zichan  table.sum .unit {
    font-size: 12px;
    color: #333;
    text-align: center;
    display: block;
}
.ucenter-right .zichan   table.detail td {
    height: 67px;
    font-size: 12px;
    color: #333;
    text-align: center;
    width: 104px;
}
.ucenter-right .zichan .myinfo{
	
	width: 16.66666667%;
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float:left;
	
}
.ucenter-right .zichan .myinfo:hover{
	
	 cursor: pointer;
    background-color: #f4f4f4;
}


.ucenter-right .zichan .fa{font-size:14px;}

.ucenter-right .myaccount-head li.current a {
    color: #333;
    font-weight: 700;
}

.ucenter-right .myaccount-head li a {
    color: #333;
    text-decoration: none;
}
.ucenter-right .myaccount-head li {
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 18px 30px 13px;
    /*margin-left: 33px;*/
}

    
    .ucenter-right  .fixed-box .box {
    position: relative;
    padding:10px 0px;
    clear:both;overflow:hidden;
    }
    
.ucenter-right  .fixed-box .box span{text-align:left;font-size: 12px;color: #555;
    }
    .ucenter-right  .boxcontent{
    padding: 15px 0 3px 18px;
    }
    .ucenter-right      .users_content .ic{
    float:left;margin-right:14px;
    }
     .ucenter-right      .users_content li a{float:left;color:#333;width:80%;font-size:14px;}
       .ucenter-right      .users_content li  {    padding: 12px 0 14px 0px;}
     .ucenter-right      .users_content li span{color:#a6adb2;font-size:12px;}


.ucenter-right  .doclist span.time{float:right;color: #a2a2a2; text-align: left;}
 .ucenter-right  .doclist span.ic{float:left;}   
   
.ucenter-right .wealth-number a {
    color: #9a5c33;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    font-family: arial;
     text-align:center;
}
.ucenter-right .wealth-number{
	 text-align:center;
}
.zichan p{margin:0px;}
.dongtai{padding-left:35px;}
.dongtai .menu li{
	font-size: 15px;
    color: #333;
    line-height: 30px;
    height:30px;
    position: relative;
    float:left;
	cursor:pointer;
}
 .dongtai .menu{overflow:hidden}
 .dongtai .menu .tab-sp {
    width: 1px;
    height: 14px;
  
    overflow: hidden;
    vertical-align: bottom;
    background: #dbdcde;
    float:left;
    margin:8px 10px;
}
.dongtai .menu li.active{
	border-bottom:2px solid #1ba97a;
	color: #333;
    font-weight: 700;
    cursor:pointer;
}
.ucenter-right  .fixed-box{
	
	padding: 0 20px 0 18px;
}
.ucenter-right  .console-box .num-tip {
    color: #aaa;
    font-size: 12px;
    float: right;
}
.ucenter-right   .console-box .current {
    border-bottom: 2px solid #19aa7a;
    margin-bottom: -1px;
    color: #333;
    font-weight: 700;
}
.ucenter-right  .console-box a {
    color: #333;
    display: inline-block;
    height: 44px;
    margin: 0 7px 0 18px;
    text-decoration: none;
}
.ucenter-right   .console-box {
    font-size: 14px;
    height: 46px;
    line-height: 45px;
    border-bottom: 1px solid #f4f4f4;
}

.ucenter-right   .number {
    color: #9a5c33;
    font-size: 16px;
    margin: 0 4px 0 6px;
    font-family: arial;
    vertical-align: middle;
   
}
.ucenter-right   .wealth-word {
    color: #5a5a5a;
    font-size: 12px;
     text-align:center;
}
.ucenter-right  .pl18 {color:#333;font-size:12px;}
.ucenter-right  .pl18 i{color:#a6adb3;font-size:14px;}
.ucenter-right .check-more {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    color: #a2a2a2;
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    padding: 0 9px;
}
.ucenter-right  .check-more .check-more-box {
    display: none;
    cursor: default;
    position: absolute;
    top: 24px;
    left: -77px;
    color: #5a5a5a;
    border: 1px solid #dcdcdd;
    border-top: 2px solid #1aab7b;
    padding: 13px 18px;
    background: #fff;
    margin-right: -999px;
    z-index: 999;
}
.ucenter-right  .topcontent{
    margin: 28px 20px 0px 18px;
    padding-bottom: 17px;
    border-bottom: 2px solid #e4e4e4;
}
#myTask .hd {
    border-bottom: 2px solid #fff;
}
#myTask .title {
    border-bottom: 2px solid #e4e4e4;
    height: 34px;
    line-height: 34px;
}
#myTask .title .cur {
    color: #333;
    border: 2px solid #e4e4e4;
    border-top: 2px solid #19a97b;
    border-bottom: 2px solid #fff;
}
#myTask .title .myjoin {
    margin-left: 17px;
}
#myTask .title .myjoin, #myTask .title .myrelease {
    color: #555;
    font-size: 14px;
    padding: 7px 10px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}
#myTask .tabs {
    margin-top: 12px;
    margin-left: 20px;
}
#myTask .tabs .cur {
    color: #333;
    border-bottom: 2px solid #19a97b;
}
#myTask .tabs span {
    margin-right: 34px;
    font-size: 12px;
    color: #555;
    padding: 7px 0;
    cursor: pointer;
}
#myTask .tabs {
    margin-top: 12px;
    margin-left: 20px;
}


.icon_qq{background-image: url(../images/m_qq.png);width:32px;height:32px;display:block;}
.icon_wx{background-image: url(../images/m_wx.png);width:32px;height:32px;display:block;}
.layui-form-mid a{color:#FB9855}
.layui-form-mid a:hover{color:#FF6800}


.modal_dialog{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:40;}
.modal_dialog .close{position:absolute;top:0;right:0;cursor:pointer;width:25px;height:22px;background:url(../images/tc_close.png)}
.modal_dialog .box{width:460px;height:260px;margin:0 auto;margin-top:12%;background:#fff;position:relative;padding:0 30px;padding-top:22px;box-sizing:border-box}
.modal_dialog .box h3{margin-bottom:20px}
.modal_dialog .box p{margin-bottom:15px}
.modal_dialog .box input{height:30px;border:1px solid #ddd;border-radius:2px;padding-left:10px;margin-bottom:15px}
.modal_dialog .box input.input_phone{width:388px}
.modal_dialog .box input.input_code{width:60%}
.modal_dialog .box input:focus{border:1px solid #FF6800}
.modal_dialog .box a{display:inline-block;width:30%;height:34px;background:#FF6800;color:#fff;border-radius:2px;text-align:center;line-height:34px}
.modal_dialog .boxs{height:130px}
.modal_dialog .boxs h3{font-weight:400;font-size:19px}
.modal_dialog .boxs a{width:150px}
.modal_dialog .boxs a:last-child{background:#fff;color:#232323;border:1px solid #ddd;margin-left:10px}


/*找回密码 */
.none {display: none;}
.reg-wrapper-cont { width: 1200px; margin: 10px auto; background: #fff; display: table; min-height: 700px;}

.reg-wrapper-cont .public-loginbox3 { margin: 100px auto; width: 400px;  }
.reg-wrapper-cont h3 { font: 18px/30px "Microsoft YaHei"; text-align: center; color: #999; margin:30px 0; }
.reg-wrapper-cont .login3-title { text-align: center; }
.reg-wrapper-cont .login3-title ul li {  }

.public-loginbox3 { width: 300px; padding:0; background: #fff; position: relative;  overflow: hidden ; margin: 0 auto}
.public-loginbox3 .login3-title { font-size: 18px; line-height: 49px; height: 49px; color: #787d82; border-bottom: 1px solid #dfdfdf; }
.public-loginbox3 .login3-title ul li {  text-align: center; display: inline-block;}
.public-loginbox3 .login3-title ul li span { height: 48px; line-height: 49px; cursor: pointer; display: inline-block; font-size: 18px; padding: 0 20px }
.public-loginbox3 .login3-title ul li.active span, .public-loginbox3 .login3-title ul li:hover span{ border-bottom: 2px solid #ee7700; color: #ee7700;}

.public-loginbox3 .login3-box { width: 262px; margin: 0 auto;display: table; padding: 20px 0 }
.public-loginbox3 .inputbox { width: 100%; display: table; position: relative; }
.public-loginbox3 .login3-box ul li ,.public-loginbox3 .login3-reg ul li{ width: 100%; padding-bottom: 20px; position: relative; }
.public-loginbox3 .textbox3 { width: 262px!important; height: 38px!important; line-height: 38px!important;  border: 1px solid #ddd; padding: 2px 10px; color: #333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
.public-loginbox3 .textbox3:focus { border: 1px solid #e70; outline: none; }
.public-loginbox3 .textbox4 {  border: none; padding: 2px 10px; height: 36px;  color: #333; position: absolute; right: 1px; top: 1px; background: #f4f4f4; color: #666; cursor: pointer;}
.public-loginbox3 .textbox4:focus { border: none; outline: none; background: #eaeaea; color: #999  }


.public-loginbox3 .stxt,.public-loginbox3 .stxt-s { position: absolute; bottom: 0; font: normal 12px/18px "Microsoft YaHei"; color: #fa1823; padding-left: 4px; }
.public-loginbox3 .forget { position: absolute; right: 0; bottom: -5px; font: normal 14px/18px "Microsoft YaHei"; color: #999 }
.public-loginbox3 .forget:hover { color: #e70 }

.public-loginbox3 .last { width: 100%; text-align: center; margin-top: 30px; }
.public-loginbox3 .btn-org2 { width:100%; background: #e70; color: #fff; font: normal 16px/32px "Microsoft YaHei"; cursor: pointer; padding: 2px 0; border-radius: 0; }
.public-loginbox3 .btn-org2:hover { background: #dd6e00 }


.userfocus li{overflow:hidden;padding:5px 5px;width:100px;float:left;}
.userfocus li .col-md-7{width: 100%;height:100px;}
.userfocus li .col-md-7 a{width:100px;height:100px;display: table-caption;vertical-align: middle;text-align: center;}
.userfocus li .col-md-7 img{width:100%;height:100%;}
.userfocus li .col-md-4{padding:5px;}
.userfocus li .col-md-4 dt{width: 100%;height: 20px;line-height:20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;}
.userfocus li .col-md-4 dd{width: 100%;height: 20px;line-height:20px;font-size:12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;color:#a6adb2}
.userfocus li .col-md-4 a.focusbtn{padding:6px;line-height:34px;}