.header-container {
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-container img {
    z-index: 9999;
    vertical-align: middle !important;
}

.han {
    width: 4rem;
    position: absolute;
    top: 0.4rem;
}

.logo {
    width: 1rem;
    position: absolute;
    top: 0.8rem;
    right: 0.5rem;
}


/* 固定咨询定位 */

.call-list {
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #048EFD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0.3rem;
    z-index: 999999;
}

.call-item {
    width: 33%;
    border-right: 2px solid #048EFD;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0.4rem;
}

.call-item:last-child {
    border-right: 0;
}

.call-item img {
    width: 25%;
}


/* 电话质询 */

.phone-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    z-index: 21;
    display: none;
}

.phone-box img {
    width: 100%;
}

.p-small-box {
    width: 100%;
    position: relative;
}

.p-small-box .close {
    position: absolute;
    top: 22%;
    right: 8%;
    width: 7%;
}


/* 在线留言 */

.o-message-box {
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
}

.zz {
    z-index: 10000;
}

.om-top {
    width: 100%;
    background: #333333;
    padding: 1rem 0.5rem;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: start;
    color: #fff;
}

.chunk {
    width: 0.7rem;
    height: 0.7rem;
    background: #0088FE;
    margin-right: 0.5rem;
}

.om-top .close {
    position: absolute;
    top: 28%;
    right: 8%;
    width: 8%;
}

.om-main {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding: 0.5rem 0.3rem;
}

.menu .see {
    position: absolute;
    right: .75rem;
    top: 40%;
    width: .65rem;
    height: auto;
    display: inline-block;
    transform: translateY(-50%);
    transform: rotate(360deg);
}

.om-main img {
    width: 8%;
    margin-right: 0.6rem;
}

.om-main input {
    width: 82%;
    height: 1.85rem;
    font-size: 0.65rem;
}

.om-main input:focus {
    border: 1px solid #08E0DE;
    border-radius: 6px;
}

.om-main textarea {
    width: 82%;
    border: none;
    font-size: 14px;
}

.om-main textarea:focus {
    border: 1px solid #08E0DE;
    border-radius: 6px;
}

.om-main textarea::-webkit-input-placeholder {
    font-size: 0.65rem
}

.o-message-box .b1 {
    width: 55%;
    background: #0088FE;
    padding: 0.5rem;
    border-radius: 6px;
    color: #fff;
    align-self: center;
    display: block;
    margin: auto;
}

.btn-s {
    margin-top: 1.2rem;
}

.om-img3 {
    vertical-align: top;
}

.menu {
    width: 100%;
    font-size: 0.5rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 22;
    transition: all 0.5s ease;
    background: #fff;
    /* overflow-y: auto; */
    overflow: auto;
    z-index: 9999999;
    padding-bottom: 20px;
}

.menu>div {
    padding-left: 15px;
    padding: 18px 0;
    border-bottom: 0.05px solid #F0F0F0;
}

.m-city {
    padding: 15px !important;
    color: black;
    position: relative;
}

.m-city img :nth-of-type(2) {
    position: absolute;
    right: .6rem;
    top: 40%;
    width: .65rem;
    height: auto;
    display: inline-block;
    transform: translateY(-50);
}

.menu .active {
    border-bottom: none;
    background: #FFFFFF !important;
}

.menu .active a {
    color: black !important;
}


/* .active-col {
    color: #048EFD;
} */

.menu a {
    display: block;
    width: 33%;
    padding-left: 5%;
    color: black;
}

.city-tables {
    padding: 0 15px 15px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.4rem;
    align-items: center;
    color: #fff;
}

.city-tables>div {
    width: 17%;
    margin-top: 0.5rem;
}

.m-apps-tables {
    padding: 0 !important;
    display: none;
    background-color: #FFFFFF;
}

.m-apps-tables .chanpinFW {
    color: rgb(185, 185, 185);
    display: flex;
    justify-content: space-between;
}

.m-apps-tables .chanpinFW .chanpinFWCen {
    flex: 1;
    color: black;
    font-weight: 400;
}

.m-area-tables .chanpinFW {
    color: rgb(185, 185, 185);
    display: flex;
    justify-content: space-between;
}

.m-area-tables .chanpinFW .chanpinFWCen {
    flex: 1;
    color: black;
    font-weight: 400;
}

.m-fun-tables .chanpinFW {
    color: rgb(185, 185, 185);
    display: flex;
    justify-content: space-between;
}

.m-fun-tables .chanpinFW .chanpinFWCen {
    flex: 1;
    color: black;
    font-weight: 400;
}

.m-fun-tables {
    padding: 0 !important;
    display: none;
    background-color: #FFFFFF;
}

.m-apps-tables a,
.m-area-tables a,
.m-opeartion-tables a,
.m-fun-tables a {
    width: 100%;
}

.m-area-tables {
    padding: 0 !important;
    display: none;
    background-color: #FFFFFF;
}

.m-apps-tables>div,
.m-area-tables>div,
.m-fun-tables>div {
    padding-left: 24px !important;
    padding: 15px;
}

.m-opeartion-tables {
    padding-left: 24px !important;
    background-color: #FFFFFF;
    display: none;
}

.m-city,
.m-apps,
.m-area,
.m-operation,
.m-fun {
    position: relative;
    font-weight: 900;
}


/* .m-city::after{
    content:">";
    position: absolute;
    width:11%;
    right:1.5%;
    font-size:22px;
    color:#fff;
}
.maa:after{
    content:"v";
    position: absolute;
    width:15%;
    right:-3.5%;
    font-size:22px;
    top:25%;
    color:#048EFD;
}
.maf1::after{
    content:"6 >";
    position: absolute;
    width:15%;
    right:1.5%;
    font-size:22px;
    top:25%;
    color:#fff;
}
.maf2::after{
    content:"3 >";
    position: absolute;
    width:15%;
    right:1.5%;
    font-size:22px;
    top:25%;
    color:#fff;
}
.maf3::after{
    content:"1 >";
    position: absolute;
    width:15%;
    right:1.5%;
    font-size:22px;
    top:25%;
    color:#fff;
} */

.m-city img:nth-of-type(1) {
    width: 7%;
    margin-right: 5px;
}

.m-city img:nth-of-type(2) {
    position: absolute;
    right: .6rem;
    top: 40%;
    transform: translateY(-50%);
    width: .47rem;
    height: auto;
    display: inline-block;
}

.clo {
    font-size: 0.6rem;
    /* padding-bottom:0.5rem;
    padding-top:0.5rem; */
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    /* background:#fff; */
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.clo>div {
    font-size: 0.8rem;
    /* padding-left: 15px; */
    position: absolute;
    right: 0.5rem;
    top: 1rem;
}

.niren-logo {
    width: 4rem;
    /* position: absolute; */
    /* left: 1rem; */
    /* top: 50%; */
    transform: translateY(-50%);
    /* width:15%;
    margin-left:45%; */
    margin-top: 1.5rem;
    margin-left: 1rem;
}