
/**左侧*/
.use-center-ul {
    background: #fff;
    padding: 20px 0;
    border: 1px solid #E4E4E4;
}

.use-center-ul > li {
    margin-bottom: 26px;
}

.use-center-ul > li > a {
    display: block;
}

.use-center-ul > li > a {
    margin-bottom: 12px;
    color: #333;
    padding: 8px 0 0 22px;
}

.use-center-ul > li > a:hover {
    color: #08A4EE;
}

.use-center-ul > li > h3 {
    width: 100%;
    height: 51px;
    padding-left: 20px;
    line-height: 51px;
}

h3 {
    border-left: 2px solid transparent;
}

.use-h3-active {
    background: #F3F7FB;
    border-left: 2px solid #08A4EE !important;
}

.use-active {
    color: #08A4EE !important;
}


.friendship-link {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.friendship-link ul {
    height: 60px;
}

.friendship-link ul li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C7C7;
}

.friendship-link ul li:first-child {
    margin-right: 30px;
}

.friendship-link ul li:nth-child(2n) {
    cursor: pointer;
}

.friendship-link ul li:nth-child(2n):hover {
    color: #4AB0E1;
}

.friendship-link ul li.line {
    height: 10px;
    width: 1px;
    margin: 0 20px;
    background: #FFFFFF;
    cursor: none;
    opacity: 0.6;
}

/*.website-info {
    width: 100%;
    padding: 0 160px;
    height: 50px;
}

.website-info li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #A0A0A0;
}

.website-info li:nth-child(1) {
    flex: 1.5;
}

.website-info li:nth-child(2) {
    padding-right: 70px;
}

.website-info li:nth-child(3) {
    padding-right: 40px;
}

.website-info li:nth-child(4) {
    padding-right: 46px;
}
.website-info li:last-child {
    padding-right: 0;
}*/
/***/
/**个人中心---合同管理新增CSS*/
.category a{
    color: #222;
    display: block;
    padding: 2px 10px;
}
.cont-li-top{
    font-size: 13px;!important;
}

.cont-state .p-button{
    height: 30px;
    line-height: 30px;
    background: #0eb0d2;
    border-radius: 30px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
}

/**个人中心---合同管理新增CSS  结束**/

.appaly-button{
    padding: 2px 15px;
    background: #2196f3;
    border-radius: 5px;
    color: #fff!important;
    width: 90px;
}
.pay-btn {background: #2196f3;color: #fff!important;border-radius: 5px;line-height: 32px!important;padding: 0 15px;width: 90px;}
.f-color1{background:#0eb0d2!important;}