@charset "utf-8";

/* banner数据图 */
.banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0762CB;
}

.banner_content .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 300px;
    color: #fff;
    padding-left: 30px;
    border-left: 1px solid #2574D0;
}

.banner_content .item div:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.banner_content .item div:nth-child(1) div {
    font-size: 48px;
    font-weight: bold;
}

.banner_content .item div:nth-child(1) span {
    content: "";
    width: 4px;
    height: 26px;
    background: #FFFFFF;
    opacity: 1;
    transform: translateX(-32px);
}

.banner_content .item div:nth-child(2) {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
}

/* 中间内容 */
.innerContent {
    display: flex;
    margin-top: 130px;
}

.innerContent .center {
    margin-left: 40px;
}

.innerContent .center .center_header {
    font-size: 44px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}

.innerContent .center div:nth-child(2) div:nth-child(1) {
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.innerContent .center div:nth-child(2) div:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 36px;
    margin-bottom: 56px;
}

.innerContent .innerContent_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.innerContent .center div:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 87px;
    margin-top: 40px;
    width: 160px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #F28424;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #F28424;
    margin-left: 60px;
    cursor: pointer;
}

.innerContent .center div:nth-child(4) div {
    margin-right: 15px;
}

/* 内容1 */
.content01 {
    background: #F5F7F9;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 208px;
}

.content01 .content01_header {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #B0B7BF;
    margin-top: 36px;
}

.content01 div:nth-child(2) {
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 36px;
}

.content01 .content01_inner {
    display: flex;
    flex-direction: column;
}

.content01 .content01_inner .top {
    display: flex;
    margin-bottom: 28px;
}

.content01 .content01_inner .btn {
    display: flex;
}

/* 合作单位 */
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 84px;
    padding-bottom: 206px;
}

.logo .top {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 110px;
}

.logo .top p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #B0B7BF;
}

.logo .top p:nth-child(2)::before {
    content: '';
    width: 20px;
    height: 0;
    border: 1px solid #E0E0E0;
    margin-right: 14px;
}

.logo .top p:nth-child(2) {
    width: 538px;
    height: 33px;
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo .top p:nth-child(2)::after {
    content: '';
    width: 20px;
    height: 0;
    border: 1px solid #E0E0E0;
    margin-left: 14px;
}

.logo .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 1s;
    cursor: pointer;
}

.logo .btn img:hover {
    transform: translate(0, -10px);
    transform: scale(1.2)
}

/* 右侧悬浮图标 */
.fixed {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 10px;
    top: 50%;
    cursor: pointer;
}

/* 弹出框 */
#popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: space-between;
    width: 364px;
    height: 560px;
    top: 10%;
    left: 40%;
    background: #F5F5F5;
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.17);
}

#popup .top {
    /* height: 30px; */
    background: #1574BF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
}

#popup .top .left {
    display: flex;
    align-items: center;
}

#popup .top .left img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

#popup .top .left p {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

#popup .top .right::before {
    content: '';
    display: flex;
    transform: translate(-15px, -20px);
    width: 40px;
    height: 40px;
    cursor: pointer;
}


#popup .top .right {
    width: 16px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}

/* -------加入的内容 */
.container {
    overflow-y: auto;
    height: 100%;
}

#popup {
    background: #f5f5f5;
}

.tip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    cursor: pointer;
}

.content p {
    padding-bottom: 8px;
}

.content .sendActive {
    text-align: end;
}

.content {
    padding-right: 20px;
    padding-left: 18px;
    color: #999999;
    padding-top: 16px;
}

.content .inp {
    display: flex;
    align-items: center;
    width: 310px;
}

.content .iptActive {
    justify-content: flex-end;
}

.content .inp div {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 16px;
    word-break: break-all;
}

#popup .popup_footer {
    display: flex;
    height: 120px;
    background-color: #fff;
    padding: 20px;
    align-items: flex-end;
    margin-top: 10px;
}


#popup .popup_footer .send {
    width: 60px;
    height: 32px;
    background: #F3F3F3;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DBDADA;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ----------内容加载完毕 */
#popup .container {}

#popup .container .tip {}

#popup .container .content {}

#popup .container .content p {}

#popup .container .content div {}