* {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

input,
textarea {
    outline: none;
    border: none;
}



.public_Login {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0.3rem 0.8rem 0.6rem 0px;
    box-sizing: border-box;
}

.public_Login a {
    color: #333;
    font-size: 0.15rem;
    margin-left: 0.15rem;
}

.Public_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Public_logo img {
    display: block;
    width: 2.5rem;
}

.public_button_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.69rem ;
}

.public_button_box a {
    width: 1.5rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.15rem;
    background: #2187ff;
    margin-right: 0.46rem;
    color: #FFF;
}

.public_button_box a:last-child {
    margin-right: 0px;
}

.public_form {
    width: 100%;
    margin-top: 0.85rem;
}

.public_form .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.public_form .out .box {
    margin-right: 0.3rem;
}

.public_form .out .box:last-child {
    margin-right: 0px;
}

.public_form .out .box span {
    font-size: 0.16rem;
}

.public_form .out .box input {
    width: 1.40rem;
    height: 0.3rem;
    font-size: 0.15rem;
    padding: 0px 0.1rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-left: 0.1rem;
}

.public_form .out .box input::placeholder {
    font-size: 0.15rem;
}

.public_form .inquire_reset {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
}

.public_form .inquire_reset button {
    width: 0.7rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    font-size: 0.15rem;
    cursor: pointer;
}

.public_form .inquire_reset .inquire {
    margin-right: 0.15rem;
    background: #2187ff;
    color: #FFF;

}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.15rem;
    color: #333;
    position: fixed;
    bottom: 0rem;
    width: 100%;
    background: #FFF;
    height: 0.4rem;
}

.footer p {
    width: max-content;
    color: #333;
    font-size: 0.15rem;
}

.public_Login_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.15rem;
    padding-left: 1.5rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.public_Login_list .logo {
    width: 1.2rem;
}

.public_Login_list .logo img {
    width: 100%;
    display: block;
}

.public_Login_list .a_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_Login_list .a_box a {
    color: #333;
    font-size: 0.15rem;
    margin-right: 0.3rem;
}

.Query_result {
    margin-top: 0.28rem;
    margin-bottom: 0.2rem;

}

.Query_result h5 {
    color: #333;
    font-size: 0.38rem;
    text-align: center;
}

.Query_result .text_popupout {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.Query_result .text_popupout .text_popupbox {
    background: #2187ff;
    padding: 0.1rem 0.15rem;
    box-sizing: border-box;
    color: #FFF;
    width: max-content;
    margin: 0.07rem;
    cursor: pointer;
    font-size: 0.15rem ;
}

.Query_result .text_popupout .text_popupbox .text_P_but {
    width: 100% ;
    height: 100% ;
   /* display: flex ;*/
    align-items: center ;
    justify-content: center ;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none ;
}

.popup.on {
    display: flex ;
}

.Popup_out {
    width: 70%;
    height: 550px;
    box-shadow: 0px 0px 10px 1px #00000048;
    background: #FFF;
    border-radius: 6px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.Popup_out .title_out {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.5rem;
}

.Popup_out .title_out .box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333333333%;
    background: #2187ff;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
}


.Popup_out .title_out .box p {
    font-size: 0.18rem;
    color: #FFF;
    text-align: center;
}

.Popup_out .title_out .box_width30 {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.Popup_out .title_out .box_width30 .item {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
}

.Popup_out .title_out .box_width30 .item2 {
    display: flex;
}

.Popup_out .title_out .box_width30 .item2 p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    height: 100%;
}

.Popup_out .title_out .box_width30 .item2 p:last-child {
    border-right: none;
}

.Popup_out .out {
    border: 1px solid #2187ff;
    border-top: none;
    height: 4rem ;
    overflow-x: auto ;
}

.Popup_out .out .box {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #2187ff ;
}

.Popup_out .out .box p {
    width: 33.3333333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #333 ;
}

.Popup_out .out .box .p_width_30 {
    width: 30%;
    display: flex;
}

.Popup_out .out .box .p_width_30 span {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Popup_out .out .box .text_box {
    display: block;
    overflow: auto;
}

.Popup_out .out .box .text_box::-webkit-scrollbar , .Popup_out .out::-webkit-scrollbar {
    display: none;
}


/* 隐藏滚动条（适用于Firefox） */
.Popup_out .out .box .text_box , .Popup_out .out  {
    scrollbar-width: none;
}

/* 隐藏滚动条（适用于IE/Edge） */
.Popup_out .out .box .text_box , .Popup_out .out{
    -ms-overflow-style: none;
}

.Popup_out .guanbi  {
    width: 1.4rem ;
    height: 0.4rem  ;
    margin: 0 auto ;
    display: flex ;
    align-items: center ;
    justify-content: center;
    background: #2187ff ;
    font-size: 0.15rem ;
    margin-top: 20px ;
    color: #FFF ;
    cursor: pointer;
}
.GeoIP .list .list_item {
    max-width: 46%;
}

.GeoIP .list .list_item a {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}