h1 {
    font-size: 32px;
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.el-cascader .el-input .el-input__inner {
    text-overflow: ellipsis;
    background-color: transparent !important;
    color: #9a9aa4 !important;
}

.el-input__suffix {
    display: none;
}

.topcity {
    width: 487px;
    background: #ffffff;
    border: 1px solid #6c6eff;
    border-radius: 4px;
    z-index: 99999;
    position: absolute;
    left: 21%;
    top: 29%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.topcity2_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topcity2_ul li,
.topcity1_li {
    width: 66px;
    height: 30px;
    background: #f4f7ff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    cursor: pointer;
    padding: 10px 0;
    margin-right: 23px;
}

.topcity_colr {
    color: #ff6666 !important;
}

.topcity3 {
    width: 445px;
    background: #ffffff;
    border: 1px solid #6c6eff;
    z-index: 9999999;
    padding: 10px 28px;
}

.topcity3 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu {
    position: fixed;
    right: calc(50vw - 750px);
    bottom: 120px;
    width: 80px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    /* padding: 0 10px; */
    z-index: 10;
    line-height: 1;
}

.menu_li {
    position: relative;
    padding: 14px 0 13px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}

.menu_li_a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_li:hover .menu_li_hover {
    display: block;
}

.menu_text {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
}

.menu_li:last-child {
    border-bottom: unset;
}

.menu_li_hover {
    position: absolute;
    right: 75px;
    top: 0;
    padding-right: 15px;
    display: none;
}

.menu_li_phone {
    width: 137px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 10px 7px;
}

.menu_li_phone_title {
    display: flex;
    align-items: center;
}

.menu_li_phone_title div {
    width: 26px;
    height: 25px;
    background: #FF7D22;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.menu_li_phone_title p {
    margin-left: 9px;
    font-size: 14px;
    color: #FF7D22;
    white-space: nowrap;
}

.menu_li_phone_number {
    margin-top: 13px;
    font-size: 14px;
    color: #FF7D22;
}

.menu_li_chat {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    padding: 5px;
    border-radius: 10px;
}

.menu_li_chat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
