body {
    width: 100%;
    min-width: 1920px;
    background-color: #fff;
    margin: 0;
}
button {
    padding: 0;
    border: none;
}
button, input {
    outline: none;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
.text-align-l {
    text-align: left;
}
.text-align-c {
    text-align: center;
}
.text-align-r {
    text-align: right;
}
.title {
    margin-bottom: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-content {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin: 0 15px;
}
.title-adorn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-adorn span:nth-child(1) {
    width: 24px;
    height: 4px;
    border-radius: 3px;
    background-color: #00CFAC;
    margin-bottom: 6px;
}
.title-adorn span:nth-child(2) {
    width: 42px;
    height: 4px;
    border-radius: 3px;
    background-color: #3F86FF;
}
.title-l {
    align-items: flex-end;
}
.title-r {
    align-items: flex-start;
}
header {
    width: 100%;
    min-width: 1200px;
    height: 108px;
}
.header-main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-l {
    height: 58px;
    margin-right: 100px;
}
.header-l img {
    height: 100%;
    cursor: pointer;
}
.header-c {
    flex: 1;
    display: flex;
    align-items: center;
}
.header-r button {
    width: 66px;
    height: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #3F86FF;
}
.header-box {
    font-size: 0;
    cursor: pointer;
    margin-right: 150px;
    display: block;
}
.header-box p {
    color: #333;
    font-size: 18px;
}
.header-box span {
    width: 100%;
    height: 0;
    display: inline-block;
}
.header-act p {
    color: #3F86FF!important;
    font-size: 24px!important;
    margin-bottom: 2px;
}
.header-act span {
    height: 4px!important;
    background-color: #3F86FF;
}
main {
    width: 100%;
    min-width: 1200px;
}
footer {
    width: 100%;
    min-width: 1200px;
}
.footer-main {
    height: 410px;
    background-color: #34404B;
}
.footer-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.footer-c {
    margin-left: 160px;
}
.footer-r {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer-item {
    font-size: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.footer-item a {
    width: 96px;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 70px;
}
.footer-contact {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-r img {
    width: 48px;
    height: 48px;
}
.footer-r p {
    color: #fff;
    font-size: 24px;
}
.copyright {
    height: 132px;
    text-align: center;
    line-height: 132px;
    background-color: #3F86FF;
}
.copyright span {
    color: #fff;
    font-size: 24px;
}