body {
    margin: 0;
    padding: 0;
}
body div,body span {
    color: unset;
    font-family: PingFang SC;
    font-size: 16px;
}
body a:hover {
    color: #FFFFFF;
}
.main-body {
    width: 100%;
    min-width: 1200px;
    background: url(../images/main-bg.png) center center no-repeat;
    min-height: 100vh;
    background-size: auto 100%;
}
.top-search {
    padding-top: 90px;
}
.top-search-left {
    width: 80px;
    height: 48px;
    background: #FFFFFF;
    color: #001C41;
    font-size: 16px;
}
.main-body .layui-input-block {
    margin-left: 1px;
}
.main-body .layui-input {
    background: rgba(255,255,255,.3);
    border: none;
    height: 48px;
    color: #FFFFFF;
    width: 360px;
}
.top-search-right {
    width: 80px;
    height: 48px;
    background: #06467B;
    margin-left: 1px;
    color: #FFFFFF;
}
.center-box {
    margin-top: 134px;
}
.center-side-part:nth-child(2) {
    margin: 0 32px;
}
.center-side-part-title {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.center-side-part-line-list {
    width: 110px;
    height: 42px;
    background: rgba(255,255,255,.3);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.center-side-part-line-list .text-c {
    font-size: 14px;
    line-height: 16px;
}
.center-side-part-line-list:nth-child(2) {
    margin: 0 6px 6px;
}
.center-side2 {
    margin-top: 72px;
}
.bottom-logo {
    display: block;
    width: 492px;
    margin: 140px auto 0;
}
.bottom-logo-box {
    margin-top: 100px;
}
.bottom-logo-img {
    height: 108px;
}
.bottom-logo-img:not(:first-child) {
    margin-left: 40px;
}






.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-s {
    display: flex;
    justify-content: start;
    align-items: center;
}
.text-c {
    text-align: center;
}


.bold {
    font-weight: bold;
}

.closeBtnActived {
    color: #B3BDCA;
}
.cfmBtnActived {
    color: #1D9DFC;
}
.hover-s,
.hover-n {
    cursor: pointer;
    transition: all .3s;
}
.hover-s:hover {
    transform: scale(1.06);
}
.input-popup.layui-layer {
    border-radius: 10px;
    overflow: hidden;
    min-width: unset;
}
