﻿.footer_div {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 65px;
    z-index: 10;
    text-align: center;
    background-color: white;
}

.footer_item {
    width:24%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}




#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

#closePopup {
    margin-top: 20px;
}

#phoneContainer {
    width: 100%;
    height: 30vh;
    overflow-y: scroll;
    font-size: 14px;
}

    #phoneContainer::-webkit-scrollbar {
        width: 8px;
    }

    #phoneContainer::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

    #phoneContainer::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    #phoneContainer .phoneRow {
        display: flex;
        flex-wrap: wrap;
    }

    #phoneContainer .phoneItem {
        width: 48%;
        padding: 10px;
        box-sizing: border-box;
        border: 1px #eeeeee solid;
        font-size: 14px;
        margin-right: 1%;
        margin-top: 5px;
        text-align: center;
        border-radius: 0.1rem;
    }

.xhsear {
    width: calc(100% - 80px);
    float: left;
    font-size: 14px;
    height: 32px;
    margin: 0px;
    border: none;
    padding-left: 14px;
}

.xhbtn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    color: #4262f4;
    float: right;
    text-align: center;
    font-size: 14px;
}

.button-container {
    display: flex;
    justify-content: space-between;
}

#hpButton {
    /* 添加其他需要的样式 */
    flex: 1;
    padding: 0.2rem;
    background: #4262f4;
    opacity: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 22px;
    margin: 0.2rem 0.3rem;
}
/* 按钮重置 */
.reset-button {
    /* 重置按钮的默认样式 */
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    /*font: inherit;*/
    outline: none;
    padding: 0;
    font-size: 14px;
}

#csButton {
    /* 添加其他需要的样式 */
    flex: 1;
    padding: 0.2rem;
    background: #4262f4;
    opacity: 0.5;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 22px;
    margin: 0.2rem 0.3rem;
    height:45px;
}

.search-for {
    width: 100%;
    margin: 0px 0px 10px 0px;
    border: 1px solid #4262f4;
    height: 35px;
    line-height: 24px;
    border-radius: 5px;
    border-color: rgb(238, 238, 238);
}


.OrderSearchEnterB {
    width: 75px;
    height: 27px;
    background: rgba(0, 0, 0, .5);
    font-size: 12.5px;
    color: #fff;
    border-radius: 16px 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 88px;
    right: 0;
}


/*new*/
.form-select-control {
    /*padding: 6px 12px;*/
    width: 33%;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #645e5e;
    font-size: 13px;
    height: 35px;
    border: 1px solid #f3f1f1;
}