/* 侧边菜单 start */
.u-card {
    background-color: #ffffff;
	box-shadow: 0px 0px 9px 1px rgba(9, 9, 9, 0.1);
    border-radius: 96px 0px 0px 0px;
    text-align: center;
    padding: 30px 0;
}
.u-card .img-box{
    display: inline-block;
    width: 74px;
	height: 74px;
}
.u-card .user-name{
    font-size: 18px;
    color: #242424;
    margin: 15px
}
.u-card .icon-vip {
    height: 15px;
    margin-bottom: 30px;
}
.u-card .user-number>div{
    border-right: 1px solid #eeeeee;
}
.u-card .user-number>div:last-child{
    border-right: none;
}
.u-card .user-number h2{
    font-size: 24px;
	letter-spacing: 1px;
	color: #707070;
}
.u-card .user-number p{
    font-size: 14px;
	letter-spacing: 1px;
    color: #cfcfcf;
    margin-top: 10px;
}

.u-card-box{
    background-color: #ffffff;
    margin-bottom: 28px;
}
.u-card-title{
    height: 75px;
    line-height: 75px;
    padding-left: 73px;
    font-size: 20px;
	font-weight: normal;
    color: #38a935;
    border-bottom: 1px solid #eeeeee;
}
.u-card-titles{
    height: 55px;
    line-height: 55px;
    padding-left: 53px;
    font-size: 18px;
    font-weight: normal;
    color: #919191;
}
.u-card-menu li img{
    height: 20px;
    padding-left: 72px;
    margin-right: 14px;
}
.u-card-menu li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #919191;
    padding: 30px 0;
}
.u-card-menu li.layui-this{
    position: relative;
    background-color: #e7f9e6;
    color: #919191;
}
.u-card-menu li.layui-this::before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
	height: 57px;
	background-color: #38a935;
}
.u-card-menu li.layui-this a{
    color: #919191;
}
/* 侧边菜单 end */

.ucenter-main{
    background-color: #ffffff;
}
/* tabbar */
.ucenter-tabbar{
    padding-left: 47px;
    border-bottom: 1px solid #eeeeee;
}
.ucenter-tabbar .ucenter-tabbar-item{
    display: inline-block;
    line-height: 75px;
    font-size: 20px;
    color: #919191;
    margin-right: 70px;
}
.ucenter-tabbar .ucenter-tabbar-item.tabbar-on{
    color: #38a935;
    border-bottom: 2px solid #38a935;
}

.ucenter-container{
    padding: 35px;
}
.tabbar-panel{
    display: none;
}
.tabbar-panel.tabbar-on{
    display: block;
}

/* tabbar sm */
.small-tabbar{
    margin-bottom: 35px;
}
.small-tabbar a{
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    color: #949494;
    width: 107px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f8f8f8;
	border-radius: 5px;
}
.small-tabbar a.sm-tabbar-on{
    color: #38a935;
    background-color: #e7f9e6;
}
.small-panel{
    display: none;
}
.small-panel.sm-tabbar-on{
    display: block;
}

/* 我的收藏排序 */
.small-sort{
    margin-bottom: 35px;
}
.small-sort a{
    font-size: 14px;
    color: #898989;
    margin-left: 30px;
}
.small-sort a i{
    margin-left: 3px;
}
.small-sort a.sort-on{
    color: #38a935;
}

/* 顶部名片 */
.ucenter-user{
    background-color: #ffffff;
    padding: 30px 0;
    margin-bottom: 24px;
}
.ucenter-user .ucenter-header{
    width: 289px;
    text-align: center;
    margin-right: 24px;
}
.ucenter-user .ucenter-header .user-img{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.ucenter-user .ucenter-header .user-name{
    font-size: 16px;
    color: #323232;
    margin-top: 10px;
}
.ucenter-user .ucenter-header .user-edit{
    background-color: #38a935;
    border-radius: 13px;
    padding: 5px 0;
    width: 108px;
    margin: 20px auto 0 auto;
}
.ucenter-user .ucenter-header .user-edit img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.ucenter-user .ucenter-header .user-edit span{
    font-size: 14px;
    color: #ffffff;
}
.ucenter-user .ucenter-header .user-value{
    margin: 20px 0 10px 0;
}
.ucenter-user .ucenter-header .user-value p{
    font-size: 16px;
    color: #919191;
    margin-right: 5px;
}
.ucenter-user .ucenter-header .user-value img{
    width: 18px;
	height: 14px;
}
.ucenter-user .ucenter-header .btn-charge{
    font-size: 16px;
    color: #e84e1a;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #e84e1a;
}
.ucenter-user .ucenter-card{
    padding: 30px;
    position: relative;
	width: 375px;
	background-color: #ffffff;
	box-shadow: -4px 0px 18px 3px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.ucenter-user .ucenter-card .card-name{
    font-size: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.ucenter-user .ucenter-card .card-company{
    font-size: 14px;
    color: #121212;
    margin-bottom: 10px;
}
.ucenter-user .ucenter-card .card-position{
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 30px;
}
.ucenter-user .ucenter-card .card-item{
    margin-top: 25px;
}
.ucenter-user .ucenter-card .card-item img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.ucenter-user .ucenter-card .card-item span{
    font-size: 14px;
    color: #313131;
}
.ucenter-user .ucenter-card .card-edit{
    position: absolute;
    top: 30px;
    right: 30px;
}
.ucenter-user .ucenter-card .card-edit img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.ucenter-user .ucenter-card .card-edit span{
    font-size: 12px;
    color: #a9a9a9;
}
.ucenter-user .ucenter-card-no{
	width: 375px;
    height: 246px;
	background-color: #ffffff;
	box-shadow: -4px 0px 18px 3px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.ucenter-user .ucenter-card-no p{
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 23px;
}
.ucenter-user .ucenter-card-no a{
    display: inline-block;
    width: 108px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 13px;
    font-size: 14px;
    color: #949494;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}
.ucenter-user .ucenter-qrcode{
    text-align: center;
    width: 400px;
}
.ucenter-user .ucenter-qrcode img{
    width: 120px;
}
.ucenter-user .ucenter-qrcode p{
    font-size: 14px;
    color: #919191;
    margin-top: 15px;
}

/* 我的收藏-服务资源 */
.ser-service-list li{
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 24px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ser-service-list li:nth-child(4n){
    margin-right: 0
}
.ser-service-list li:hover{
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.06);
}
.ser-service-list li .ser-item-img{
    position: relative;
    height: 142px;
    width: 100%;
    background: url(/static/home/images/1.jpg) no-repeat center;
    background-size: cover
}
.ser-service-list li .ser-item-img .ser-item-tag{
    position: absolute;
    bottom: 14px;
    right: 11px;
    padding: 8px 15px;
    background-color: #535353;
    color: #ffffff;
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.09);
    font-size: 12px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.ser-service-list li .ser-item-info{
    padding: 10px 15px;
}
.ser-service-list li .ser-item-info .ser-item-title{
    font-size: 14px;
    color: #444444;
    padding-bottom: 10px;
}
.ser-service-list li .ser-item-info .ser-item-com{
    font-size: 12px;
    color: #38a935;
}
.ser-service-list li .ser-item-info .ser-item-view img{
    height: 13px;
    margin-right: 5px;
}
.ser-service-list li .ser-item-info .ser-item-view span{
    font-size: 12px;
	color: #808080;
}
/* 我的收藏-文章 */
.knowledge-list{
    
}
.knowledge-list li{
    margin-bottom: 40px;
}
.knowledge-list li .img-box{
    width: 62px;
	height: 62px;
}
.knowledge-list li .knowledge-title{
    font-size: 18px;
    color: #313131;
    max-width: 610px;
    margin-bottom: 15px;
}
.knowledge-list li:hover .knowledge-title{
    color: #38a935;
}
.knowledge-list li .knowledge-type{
	padding: 5px 18px;
	font-size: 14px;
	color: #38a935;
	border: solid 1px #38a935;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.knowledge-list li .knowledge-author{
    font-size: 14px;
	color: #636363;
}
.knowledge-list li .knowledge-time{
    font-size: 14px;
    color: #636363;
    margin-left: 20px;
}

/* 我的收藏-作者 */
.know-author-lists li{
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 40px 30px 35px 30px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.know-author-lists li:nth-child(4n){
    margin-right: 0;
}
.know-author-lists li:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.know-author-lists li .author-img{
    display: inline-block;
    width: 86px;
	height: 85px;
    border-radius: 50%;
}
.know-author-lists li .author-name{
    font-size: 16px;
	font-weight: bold;
    color: #262626;
    margin: 15px 0 20px 0;
}
.know-author-lists li .author-tag img{
    height: 10px;
    margin-right: 5px;   
}
.know-author-lists li .author-tag span{
    font-size: 10px;
	color: #38a935;
}

/* form */
.layui-input, .layui-select, .layui-textarea{
    width: 100%;
    height: 40px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 10px;
}
.form-item .form-btn{
    display: inline-block;
    padding: 0px 40px;
    height: 42px;
    line-height: 42px;
    background-color: #38a935;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.form-item .form-btn.type-normal{
    background-color: #e7f9e6;
    color: #3fac3c;
}
.form-item .form-btn.btn-disabeld{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
.form-input-desc{
    font-size: 14px;
	color: #242424;
    opacity: 0.5;
    margin-top: 8px;
    margin-left: 5px;
}
.display-block{
    width: 400px;
    padding-left: 40px;
}
.display-block .layui-form-label{
    padding: 9px 0;
    width: auto;
}
.display-block .layui-input-inline{
    float: none;
    display: block;
}
.display-block .layui-input-inline input{
    width: 330px;
}

/* upload */
.layui-upload-drag{
	width: 182.4px;
	height: 120px;
    padding: 20px;
	border: dashed 1px #a3ca78;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.layui-upload-drag i{
    color: #e7f9e6!important;
}
.form-upload-desc{
    font-size: 14px;
	line-height: 21px;
	color: #9c9c9c;
}

/* form 小标题 */
.form-item-title{
    position: relative;
    margin-bottom: 35px;
}
.form-item-title::before{
    position: absolute;
    content: "";
    width: 3px;
	height: 21px;
    background-color: #3aa735;
    top: 0px;
    left: -35px;
}
.form-item-title h1{
    font-size: 20px;
	color: #3aa835;
}
.form-item-title p{
    font-size: 12px;
	color: #b7b7b7;
}

/* table */
.ucenter-table td,.ucenter-table th{
    border: none;
    padding: 15px 15px;
}
.ucenter-table td .btn-edit{
    margin-right: 25px;
}
.ucenter-table td .btn-edit .icon-edit{
    display: block
}
.ucenter-table td .btn-edit .icon-edit-h{
    display: none
}
.ucenter-table td .btn-remove .icon-remove{
    display: block
}
.ucenter-table td .btn-remove .icon-remove-h{
    display: none
}
.ucenter-table td .btn-read{
    padding: 5px 15px;
    background-color: #40a91b;
    color: #ffffff;
    border-radius: 16px;
}
.ucenter-table tbody tr:hover{
    background-color: transparent!important;
}
.ucenter-table tr:hover td{
    color: #3aa835
}
.ucenter-table tr:hover .btn-edit .icon-edit{
    display: none
}
.ucenter-table tr:hover .btn-edit .icon-edit-h{
    display: block
}
.ucenter-table tr:hover .btn-remove .icon-remove{
    display: none
}
.ucenter-table tr:hover .btn-remove .icon-remove-h{
    display: block
}
.ucenter-table tr td .btn-primary{
	font-size: 12px;
	color: #38a935;
	height: 27px;
    line-height: 27px;
    padding: 0 20px;
    background-color: #e7f9e6;
    border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* module */
.module-tips{
    background-color: #fff8f5;
    border-radius: 14px;
    padding: 6px 20px;
    width: 436px;
    margin: 0 auto 30px auto
}
.module-tips img{
    width: 15px;
    height: 15px; 
    margin-right: 6px;
}
.module-tips span{
    font-size: 12px;
	color: #e84e1a;
}
.module-box{
    width: 686px;
    margin: 0 auto;
}
.module-box .module-item{
    width: 323px;
    padding: 30px 0 25px 0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #c4c4c4;
    text-align: center;
}
.module-box .module-item img{
    width: 54px;
	height: 54px;
}
.module-box .module-item img.icon-no{
    display: inline-block;
}
.module-box .module-item img.icon-yes{
    display: none;
}
.module-box .module-item h1{
    font-size: 20px;
    color: #c4c4c4;
    font-weight: bold;
    margin: 12px 0
}
.module-box .module-item span{
    font-size: 16px;
    color: #c4c4c4;
    font-weight: normal;
}
.module-box .module-item p{
    font-size: 12px;
	line-height: 16px;
	color: #c4c4c4;
}
.module-box .module-item.module-on{
    border-color: #38a935
}
.module-box .module-item.module-on .icon-no{
    display: none
}
.module-box .module-item.module-on .icon-yes{
    display: inline-block
}
.module-box .module-item.module-on h1{
    color: #38a935
}
.module-box .module-item.module-on span{
    color: #38a935
}
.module-box .module-item.module-on p{
    color: #38a935
}
.module-box .module-item:nth-child(2).module-on{
    border-color: #f1983e
}
.module-box .module-item:nth-child(2).module-on .icon-no{
    display: none
}
.module-box .module-item:nth-child(2).module-on .icon-yes{
    display: inline-block
}
.module-box .module-item:nth-child(2).module-on h1{
    color: #f1983e
}
.module-box .module-item:nth-child(2).module-on span{
    color: #f1983e
}
.module-box .module-item:nth-child(2).module-on p{
    color: #f1983e
}

.medal-list{
    margin: 30px 0 50px 0;
}
.medal-list li{
    float: left;
    width: 20%;
    text-align: center;
}
.medal-list li img{
    max-width: 50px;
	max-height: 45px;
}
.medal-list li h1{
    font-size: 16px;
	font-weight: bold;
    color: #414141;
    margin-top: 20px;
}

.mycom-list{
    margin: 45px 0;
}
.mycom-list li{
    float: left;
    width: 20%;
    text-align: center;
}
.mycom-list li img{
    max-width: 40px;
	max-height: 40px;
}
.mycom-list li h1{
    font-size: 14px;
    color: #505050;
    margin-top: 18px;
}
.form-item.a-select a {
	display: inline-block;
	background-color: #f8f8f8;
	padding: 0 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
	color: #949494;
	margin-bottom: 15px;
	margin-right: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.form-item.a-select a.active {
    background-color: #e7f9e6;
    color: #38a935;
}
/* card */
.personal-card{
    min-width: 364px;
    background: url(/static/home/images/bg_card.png) no-repeat center;
    background-size: cover;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.11);
    border-radius: 10px;
    padding: 23px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 200px;
} 
.personal-card .contact-name{
    font-size: 23px;
    font-weight: bold;
	color: #616161;
}
.personal-card .contact-com{
    font-size: 10px;
    color: #9f9f9f;
    margin: 8px 0 12px 0
}
.personal-card .contact-position span{
    font-size: 14px;
    color: #616161;
    margin-right: 15px;
}
.personal-card .contact-item-way{
    margin-top: 30px;
}
.personal-card .contact-item-way img{
    max-width: 18px;
    max-height: 14px;
    margin-right: 10px;
}
.personal-card .contact-item-way span{
    font-size: 12px;
	color: #313131;
}

.qrcode-card{
    text-align: center;
}
.qrcode-card img{
    width: 119px;
	height: 119px;
}
.qrcode-card p{
    font-size: 14px;
    color: #616161;
    margin-top: 22px;
}

.no-info{
    text-align: center;
    padding: 50px 0;
}
.no-info p{
    font-size: 16px;
    color: #616161;
    margin-bottom: 20px;
}

.article-tags .article-tag-item{
    padding: 5px 10px 5px 17px;
    background-color: #f5f5f5;
    border-radius: 12px;
    margin-right: 20px;
}
.article-tags .article-tag-item span{
    font-size: 12px;
	color: #979797;
}
.article-tags .article-tag-item img{
    width: 7px;
    height: 7px;
    margin-left: 20px;
}

.works-tags{

}
.works-tags .works-tag-item{
    display: inline-block;
    padding: 12px 0;
    width: 140px;
    text-align: center;
	background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 16px;
    color: #979797;
    margin: 0 15px 15px 0;
}
.works-tags .works-tag-item.tag-on{
    background-color: #d0eace;
    color: #3aa835;
}

/* 个人资料 */
.user-avatar{
    position: relative;
    display: inline-block;
    font-size: 0;
}
.user-avatar .img-box{
    width: 103px;
	height: 103px;
    display: inline-block;
}
.user-avatar .avatar-edit{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    opacity: 0;
}
.user-avatar:hover .avatar-edit{
    opacity: 1;
}
.user-avatar .avatar-edit img{
    margin-top: 36px;
}
.user-avatar .avatar-edit input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.user-avatar-tips{
    width: 77px;
	font-size: 14px;
	line-height: 21px;
    color: #9c9c9c;
    margin-left: 30px;
}

/* 安全设置 */
.account-list{
    width: 80%;
}
.account-list img{
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.account-list span{
    font-size: 14px;
	color: #242424;
}
.account-list p{
    font-size: 14px;
    color: #b3b3b3;
    line-height: 22px;
}
.account-list a{
    display: inline-block;
    padding: 0 24px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.account-list a.btn-edit{
    background-color: #e7f9e6;
    color: #38a935;
}
.account-list a.btn-bing{
    background-color: #e7f9e6;
	color: #38a935;
}
.account-list a.btn-unbing{
    background-color: #ffe9e1;
	color: #e84e1a;
}

/* 我的公司 */
.enter-company{
    font-size: 14px;
    color: #ffffff;
    background-color: #38a935;
    padding: 6px 12px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    margin-left: 15px;
}
.u-company-info{
    margin-top: 30px;
}
.u-company-info .img-box{
	width: 114px;
	height: 114px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 30px;
}
.u-company-info .company-title{
    font-size: 30px;
    color: #323232;
    margin-right: 10px;
}
.u-company-info .company-tag{
    margin-top: 30px;
}
.u-company-info .company-tag .tag-item{
    margin-right: 30px;
}
.u-company-info .company-tag .tag-item img{
    height: 16px;
    margin-right: 3px;
}
.u-company-info .company-tag .tag-item span{
    font-size: 14px;
	color: #848383;
}
.u-company-handle{
    margin-top: 100px;   
}
.u-company-handle .u-company-handle-item{
    float: left;
	width: 152px;
	height: 152px;
    background-color: #ffffff;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    padding-top: 35px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.u-company-handle .u-company-handle-item img{
    width: 52px;
	height: 52px;
    margin: 0 auto;
}
.u-company-handle .u-company-handle-item img.hover-y{
    display: none;
}
.u-company-handle .u-company-handle-item img.hover-n{
    display: inline-block;
}
.u-company-handle .u-company-handle-item p{
    font-size: 14px;
    color: #919191;
    margin-top: 28px;
}
.u-company-handle .u-company-handle-item:hover img.hover-y{
    display: inline-block;
}
.u-company-handle .u-company-handle-item:hover img.hover-n{
    display: none;
}
.u-company-handle .u-company-handle-item:hover p{
    color: #38a935;
}

/* 我的活动 */
.u-activity-list{
    width: 680px;
}
.u-activity-list li{
    padding: 24px 30px;
}
.u-activity-list li:hover{
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.u-activity-list li .activity-title{
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 24px;
}
.u-activity-list li .activity-tag{
    margin-right: 40px;
}
.u-activity-list li .activity-tag img{
    height: 12px;
    margin-right: 5px;
}
.u-activity-list li .activity-tag span{
    font-size: 14px;
	color: #2c2c2c;
}
.u-activity-list li a{
	font-size: 15px;
	color: #fffefe;
	display: inline-block;
	width: 103px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	background-color: #38a935;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* 发布服务/资源 */
.publish-tips{
    display: inline-block;
	font-size: 14px;
	color: #e84e1a;
	height: 28px;
	line-height: 28px;
    background-color: #fff8f5;
    padding: 0 20px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
}

.publish-list{
    margin-top: 40px;
}
.publish-list li{
	background-color: #fbfbfb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 35px;
}
.publish-list li.on{
    background-color: #ffffff;
    box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.06);
}
.publish-list li .publish-title{
    width: 150px;
    height: 100%;
    border-right: 1px solid #efefef;
    text-align: center;
    padding: 40px 0;
}
.publish-list li .publish-title img{
    height: 62px;
}
.publish-list li .publish-title img.hover-n{
    display: inline-block;
}
.publish-list li .publish-title img.hover-y{
    display: none;
}
.publish-list li.on .publish-title img.hover-n{
    display: none;
}
.publish-list li.on .publish-title img.hover-y{
    display: inline-block;
}
.publish-list li .publish-title h1{
    font-size: 18px;
    color: #0b0b0b;
    margin-top: 20px;
}
.publish-list li .publish-main{
    padding: 20px 30px;
}
.publish-list li .publish-main .publish-tabbar a{
    display: inline-block;
    font-size: 16px;
    color: #0b0b0b;
    padding: 10px 0;
    margin-right: 20px;
}
.publish-list li .publish-main .publish-tabbar a:last-child{
    margin-right: 0;
}
.publish-list li .publish-main .publish-tabbar a.tabbar-on{
    border-bottom: 2px solid #b3b3b3;
}
.publish-list li.on .publish-main .publish-tabbar a.tabbar-on{
    color: #38a935;
    border-bottom: 2px solid #38a935;
}
.publish-list li:nth-child(2).on .publish-main .publish-tabbar a.tabbar-on{
    color: #e84e1a;
    border-bottom: 2px solid #e84e1a;
}
.publish-list li .publish-main .publish-tabbar-panel{
    display: none;
}
.publish-list li .publish-main .publish-tabbar-panel.tabbar-on{
    display: block;
}
.publish-list li .publish-main .publish-tabbar-panel a{
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding: 8px 15px;
    background: #f8f8f8 url(../images/ucenter/check_n.png) no-repeat right bottom;
    background-size: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 15px 30px 0 0;
}
.publish-list li.on .publish-main .publish-tabbar-panel a.checked{
    background: #e7f9e6 url(../images/ucenter/check_y.png) no-repeat right bottom;
    color: #38a935;
}
.publish-list li:nth-child(2).on .publish-main .publish-tabbar-panel a.checked{
    background: #fff8f5 url(../images/ucenter/check_y2.png) no-repeat right bottom;
    color: #e84e1a;
}

.rule-title{
    font-size: 20px;
    color: #5e5e5e;
    margin: 30px 0;
}
.rule-title2{
    font-size: 14px;
	color: #e84e1a;
}
.rule-list.add .rule-item{
    padding: 20px 30px;
    position: relative;
}
.rule-list.add .rule-item:nth-child(2n+1){
    background-color: #f8f8f8; 
}
.rule-list.sub .rule-item{
    padding: 15px 30px;
}
.rule-list .rule-item .qrcode{
    position: absolute;
    bottom: -182px;
    right: -25px;
    width: 200px;
    height: 200px;
    z-index: 5;
    display: none;
}
.rule-list .rule-item:hover>.qrcode{
    display: block;
}
.rule-list .rule-item img{
    width: 24px;
	height: 24px;
}
.rule-list .rule-item .rule-name{
    display: inline-block;
    width: 150px;
    margin: 0 0 0 20px;
    font-size: 16px;
	font-weight: normal;
	color: #5e5e5e;
}
.rule-list .rule-item .rule-desc{
    font-size: 12px;
	color: #8d8d8d;
}
.rule-list .rule-item .rule-value{
    display: inline-block;
    width: 100px;
    font-size: 14px;
	color: #b2b2b2;
}
.rule-list.add .rule-item .rule-value strong{
    font-size: 14px;
	font-weight: normal;
	color: #38a935;
}
.rule-list.sub .rule-item .rule-value strong{
    font-size: 14px;
	font-weight: normal;
	color: #e84e1a;
}
.rule-list .rule-item a{
    display: inline-block;
    width: 102px;
	height: 34px;
	border-radius: 5px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.rule-list .rule-item a.btn-go{
    border: solid 1px #38a935;
	color: #38a935;
}

.rule-list .rule-item a.btn-receive{
    border: solid 1px #38a935;
    color: #38a935;
}

.rule-list .rule-item a.btn-finish{
    border: solid 1px #cbcbcb;
    background-color: #cbcbcb;
	color: #ffffff;
}
.rule-list .rule-item a.btn-invite{
    border: solid 1px #e84e1a;
    background-color: #e84e1a;
	color: #ffffff;
}
.rule-list .rule-item a.btn-charge{
    border: solid 1px #e84e1a;
	color: #e84e1a;
}
.charge-box{
    margin: 50px 0;
}
.charge-box .market-value{
    width: 140px;
	height: 46px;
	border-radius: 5px;
    border: solid 1px #caeac8;
    font-size: 20px;
    color: #38a935;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 15px;
}
.charge-box .price-list{
    margin-left: 40px;
}
.charge-box .price-list a{
    display: inline-block;
    width: 63px;
	height: 31px;
	background-color: #e7f9e6;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    color: #38a935;
    margin-right: 15px;
}
.charge-box .price-list a.on{
    background-color: #38a935;
	color: #ffffff;
}

.pay-list{
    margin: 50px 0;
}
.pay-list .pay-item{
    margin-right: 80px;
}
.pay-list .pay-item img{
    width: 33px;
	height: 32px;
}
.pay-list .pay-item span{
    font-size: 16px;
    color: #7f7f7f;
    margin: 0 15px;
}
.pay-list .pay-item .radio-item img{
    width: 23px;
	height: 23px;
}
.pay-list .pay-item .radio-item img.radio-no{
    display: block;
}
.pay-list .pay-item .radio-item img.radio-yes{
    display: none;
}
.pay-list .pay-item.checked .radio-item img.radio-no{
    display: none;
}
.pay-list .pay-item.checked .radio-item img.radio-yes{
    display: block;
}

.modal-confirm{
    width: 710px;
    background-color: #ffffff;
    text-align:left;
    border: none;
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
    transform-origin: 50% 25%;
    border-radius: .28571429rem;
    position: relative;
    overflow-y: auto;
    max-height: 80%;
    user-select: text;
    will-change: top,left,margin,transform,opacity;
}

.modal-confirm .modal-header{
    display: block;
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    background: #fff;
    margin: 0;
    padding: 1.25rem 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0,0,0,.85);
    border-bottom: 1px solid rgba(34,36,38,.15);
}

.modal .modal-confirm .modal-header{
    font-size: 1.3em;
    line-height: 1.2857em;
    font-weight: 700;
}

.modal .modal-confirm:first-child{
    border-top-left-radius: .28571429rem;
    border-top-right-radius: .28571429rem;
}

.modal .modal-confirm:last-child{
    border-bottom-left-radius: .28571429rem;
    border-bottom-right-radius: .28571429rem;
}

.modal .modal-confirm .modal-footer{
    display: block;
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    background: #fff;
    margin: 0;
    padding: 0.5rem 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}