   .header-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 40px 0 20px;
        height: 70px;
        box-sizing: border-box;
        background-color: #fff;
        overflow: hidden;
    }

    .logo {
        flex-shrink: 0;
        width: 160px;
        cursor: pointer;
    }

    /* 菜单 */
    .header-nav-box {
        flex-shrink: 1;
        width: 100%;
        overflow: hidden;
        padding-left: 40px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    /* 功能按钮 */
    .controls {
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    .controls .controls-item {
        position: relative;
        padding: 30px 0;
        font-size: 14px;
        color: #444;
    }

    .controls-item .item-tit {
        display: flex;
        align-items: center;
        font-size: 16px;
        cursor: pointer;
    }

    .controls-item .item-tit .img {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        margin-right: 6px;
    }

    .controls-item .item-tit .icon {
        width: 16px;
        height: 16px;
        margin-left: 5px;
    }

    .controls-item:hover .dropdown {
        display: block;
    }

    .controls-item .dropdown {
        position: fixed;
        top: 70px;
        width: 300px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
        border: 1px solid #F6F6F6;
        border-radius: 4px;
        display: none;
        z-index: 10;
        padding-bottom: 10px;
    }

    .controls-item .dropdown .triangle {
        box-sizing: content-box;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -18px;
        padding: 0;
        border-bottom: 9px solid #fff;
        border-top: 9px solid transparent;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        filter: drop-shadow(0 -6px 6px #ccc);
        display: block;
        z-index: 10;
    }

    .controls-item .dropdown-box .tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        padding: 20px 20px 10px;
    }

    .controls-item .dropdown-box .tit .a {
        font-weight: 400;
        border-bottom: 1px solid #999;
        color: #666;
        cursor: pointer;
    }

    .controls-item .inza-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        cursor: pointer;
    }
    .controls-item .inza-item:hover {
		background: #F4F4F4;
	}

    .controls-item .inza-item .info {
        display: flex;
        align-items: center;
    }

    .controls-item .inza-item .info img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 50%;
    }

    .controls-item .inza-item .info .txt1 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .controls-item .inza-item .info .txt2 {
        font-size: 14px;
        color: #666;
    }

    .controls-item .inza-item .icon {
        width: 20px;
        height: 20px;
        transform: rotate(-90deg);
    }

    .consult-popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        width: 650px;
        height: 650px;

        background: linear-gradient( 66deg, #EA5729 0%, #A020F3 100%);
        box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.16);
        border-radius: 27px;
    }
    .consult-popup .close-btn {
        position: absolute;
        top: 6px;
        right: 6px;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
    }
    .consult-popup .txt1 {
        line-height: 42px;
        font-weight: 500;
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
    }
    .consult-popup .img1 {
        margin: 15px 0;
        width: 160px;
    }
    .img-weixins {
        padding: 20px;
        background: rgba(255,255,255,0.52);
        border-radius: 12px;
    }
    .img-weixins .imgas {
        padding: 15px;
        background: #FFFFFF;
        border-radius: 8px;
    }
    .img-weixins .img2 {
        width: 140px;
    }
    .img-weixins .tx1, .img-weixins .tx2, .img-weixins .tx3 {
        margin: 2px 0;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0,0,0,0.85);
        line-height: 22px;
        text-align: center;
    }

    .consult-popup .phone {
        margin: 20px 0;
        padding: 5px 30px;
        background: #FFFFFF;
        border-radius: 6px;
        font-weight: bold;
        font-size: 22px;
        color: rgba(0,0,0,0.85);
        line-height: 40px;
    }
    .consult-popup .txt3 {
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 33px;
        letter-spacing: 2px;
    }
    .consult-popup .txt4 {
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 17px;
    }

    .consult-popup2 {
        position: fixed;
        bottom: 10px;
        right: 30px;
        transform: translate(0, -50%);
        padding: 25px 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.13);
        border: 1px solid #F6F6F6;
        border-radius: 42px;
    }
    .consult-popup2 .item {
        margin-bottom: 20px;
        line-height: 18px;
        font-size: 13px;
        color: #383838;
        cursor: pointer;
    }
    .consult-popup2 .icona {
        width: 34px;
        margin-bottom: 5px;
    }