.footer {
    height: 6rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.2rem;
}

.footer .main {
    height: 100%;
    position: relative;
}

.footer_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #FFFFFF;
}

.footer1 {
    display: flex;
    justify-content: space-between;
    gap: 1.66rem;
}

.footer_flex1 {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
}

.footer_flex2 {
    display: flex;
    gap: 0.4rem;
}


.footer1_box_top {
    display: flex;
    align-items: center;
}

.footer1_box_top img {
    width: 0.2rem;
    height: 0.22rem;
    object-fit: contain;
    margin-right: 0.2rem;
}

.footer_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.footer_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9E9E9E;
    padding-left: 0.42rem;
    margin-top: 0.11rem;
}

.footer_flex2_box img {
    width: 1.2rem;
    height: 1.2rem;
}

.footer_flex2_box p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.12rem;
}

.footer2 {
    margin-top: 0.7rem;
}

.footer_flex3 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.3rem;
}

.footer_flex3 a {
    width: fit-content;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    opacity: 0.8;
    transition: 0.3;
}

.footer_flex3 a:hover {
    opacity: 1;
}

.footer3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 0.02rem solid #262F42;
    padding: 0.2rem 0;
}

.footer3 * {
    width: fit-content;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    opacity: 0.6;
}

.footer3>:nth-child(2) {
    margin-left: 0.35rem;
    margin-right: 0.4rem;
}

/* 侧边栏 */

.sidebar {
    position: fixed;
    bottom: 1.45rem;
    right: 0.1rem;
    z-index: 999;
}

.sidebar_box {
    width: 0.54rem;
    height: 0.54rem;
    background: rgb(6, 109, 204, 0.8);
    border-radius: 0.03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 0.05rem;
}

.sidebar_box p {
    width: 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}

.toTop_img {
    width: 0.19rem;
    height: 0.24rem;
}

/* 弹窗 */
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}



.popup_content {
    margin: 12% auto;
    width: 9.2rem;
    height: 5.67rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    position: relative;
}

.popup_left {
    width: 3.8rem;
    height: 100%;
}

.popup_left img{
    width: 100%;
    height: 100%;
}

.popup_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.55rem;
    padding-right: 0.6rem;
}

.popup form{
    flex: 1;
}

.popup_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #066DCC;
    text-align: center;
    padding-bottom: 0.1rem;
    padding-left: 0.6rem;
}

.popup_close {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    top: 0.16rem;
    right: 0.18rem;
    cursor: pointer;
}

.popup input {
    width: 3.5rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    border: 0.01rem solid #E1E1E1 !important;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
    text-indent: 0.14rem;
}

.popup input::placeholder,
.popup textarea::placeholder {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #D1D1D1;
}

.popup textarea {
    width: 3.5rem;
    height: 0.85rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    border: 0.01rem solid #E1E1E1;
    resize: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
    text-indent: 0.14rem;
    padding-top: 0.1rem;
}

.info {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.05rem;
}

.popup_p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    text-align: right;
}

.info:last-child {
    align-items: start;
}

.info:last-child .popup_p {
    padding-top: 0.1rem;
}

.must {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FF0000;
    margin-right: -0.05rem;
}

.popup_btn {
    width: 3.5rem;
    height: 0.44rem;
    background: #066DCC;
    border-radius: 0.05rem;
    margin-left: auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.44rem;
    text-align: center;
    cursor: pointer;
}

/* 下拉 */
.cus-select-picker {
    display: flex;
    align-items: center;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.c-dropdown {
    position: relative;
    display: inline-block;

}

.c-dropdown__list {
    padding: 0.15rem 0 0.08rem 0;
    list-style: none;
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: opacity 0.25s linear, top 0.25s linear;
    transition: opacity 0.25s linear, top 0.25s linear;
    width: 3.5rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0.05rem 0.05rem;
    border: 0.01rem solid #E1E1E1;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 0.39rem;
    z-index: 999;
}

.c-dropdown__item {
    padding-left: 0.2rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color 0.25s linear;
    transition: 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #575757;
    line-height: 0.3rem;
}

.c-dropdown__item:hover {
    color: #066DCC;
    background: #eee;
}

.c-button {
    min-width: 200px;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover,
.c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.c-button--dropdown {
    padding-left: 0.14rem;
    width: 3.5rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E1E1E1;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #D1D1D1;
    line-height: 0.4rem;
}

.c-button--dropdown::after {
    content: '';
    position: absolute;
    background-image: url('../img/index/popup03.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.12rem;
    height: 0.07rem;
    top: 0.17rem;
    right: 0.2rem;
    transition: 0.3s;
}

.selected-text-color {
    color: #000;
}

@media only screen and (max-width: 1024px){
    .footer{
        padding-top: 0.5rem;
    }
    .footer_p1{
        text-align: center;
        margin-bottom: 0.3rem;
    }
    .footer1{
        justify-content: center;
        gap: 1.2rem;
    }
    .footer_flex1{
        display: block;
        flex: none;
        padding-top: 0;
    }
    .footer_flex3{
        justify-content: center;
    }
    .footer3{
        flex-direction: column;
        gap: 0.1rem;
    }
}
