<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contract .main{
    margin: 30px auto;
}
.contract .contract-main{
    margin: 30px auto;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(183,183,183,0.50);
    border-radius: 20px;
    padding: 0 30px 30px 30px;
}
.contract-header .left{
    float: left;
    width: 800px;
}
.contract-header .right{
    float: right;
}
.contract-header .date{
    padding: 12px 20px;
    background: #ffffff;
    border: 1px solid #E5E5E5;
}
.contract-header .date .title{
    font-size: 16px;
    color: #07B7B7;
    line-height: 40px;
}
.contract-header .date  .date-right{
    float: right;
}

.contract-header .contract-service{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-top: 30px;
}
.contract-header .contract-service .title{
    font-size: 16px;
    color: #111111;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.contract-header .contract-service .list .item{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}
.contract-header .contract-service .list .item img{
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.contract-header .contract-service .list .item span{
    font-size: 14px;
    color: #111111;
    vertical-align: middle;
    margin-left: 5px;
}

.contract-header .btn-contract{
    width: 224px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #B3B3B3;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.contract-header .btn-contract-active{
    background: #07B7B7;
}


.contract-main .top-tip{
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    padding: 40px 0;
    border-bottom: 4px dashed #EFEFEF;
}
.contract-main .action .left{
    float: left;
}
.contract-main .action .right{
    float: right;
}
.contract-main .action .el-button{
    padding: 16px 36px;
}


.contract .fixed-action{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0 -6px 8px 0 rgba(0,0,0,0.06);
}
.contract .fixed-action .right{
    float: right;
}
.contract .fixed-action .el-button{
    padding: 16px 36px;
}


.contract-content{
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .5px;
}
.contract-content p{
    margin-bottom: 6px;
}
.contract-title{
    font-size: 26px;
    color: #444444;
    font-weight: 500;
    text-align: center;
}
.contract-company{
    margin-top: 30px;
    font-size: 14px;
}
.contract-company .item{
    margin-bottom: 20px;
}
.contract-company .item-left{
    width: 220px;
    float: left;
}
.contract-company .item-right{
    float: left;
}
.contract-company .item-right-width{
    width: 150px;
}
.contract-content .font-bold{
    font-weight: 500;
}
.contract-content .indent{
    text-indent: 20px;
}
.contract-content .under-line{
    padding: 0 10px;
    font-weight: bold;
    text-decoration: underline;
}
.contract-content .margin-top20{
    margin-top: 30px;
}

.item-icon{
    padding-left: 20px;
}
.item-icon img{
    width: 90px;
    vertical-align: top;
}</pre></body></html>