<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wraper .titlebox .title{
    display: flex;
    height: 64px;
    line-height: 64px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
}
.wraper .titlebox .title .name{
    border-bottom:3px solid #ce0402;
}
.contribute{
   cursor: pointer;
    height: 68px;
    display: flex;
    align-items: center;
}
.wraper{
    width: 1200px;
    margin:0 auto;
}
.intro .title{
    margin:60px 0 98px 0;
    color: #333333;
    font-size: 40px;
    text-align: center;
    position: relative;
}
.inner{
    position: absolute;
    left: 50%;
    top:23px;
	  letter-spacing: 3px;
    opacity: .1;
    font-size: 50px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
    transform: translateX(-50%);
}
.info{
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 54px
}
.contactbox{
    display: flex;
}
.contactbox&gt;div{
   flex:1;
   padding:0 40px;
   border-left:3px solid transparent;
   background: #FFFFFF;
   justify-content: space-between;

}
.contactbox&gt;div:last-child{
    margin-left: 15px;
}
.contactbox&gt;div:hover{
    border-left:3px solid #CE0402;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
}
.contactbox .titlename{
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #CE0402;
    border-bottom: 1px solid #D7D7D7
}
.namebox{
    margin: 30px 0 30px 0;
}
.row{
    line-height: 28px;
    margin-right: 16px;
    margin-bottom: 10px;
    font-size: 16px;
font-family: Microsoft YaHei;
}
.row span{
    font-weight: bold;
}</pre></body></html>