.bossgoo-footer1 {
    background: #3d3d3d;
    color: #fff;
}

.bossgoo-footer1 .menu {
    padding: 90px 10px;
    border-bottom: 1px solid #8b8f92;
}

.bossgoo-footer1 .menu .wrap {
    display: flex;
    justify-content: space-between;
}

.bossgoo-footer1 .menu .wrap .item {
    width: 33%;
}

.bossgoo-footer1 .item .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.bossgoo-footer1 .item ul li {
    margin-bottom: 10px;
    color: #c5c5c5;
}

.bossgoo-footer1 .item a {
    color: #c5c5c5;
}

.bossgoo-footer1 .item a:hover {
    color: var(--themeColor);
}

.bossgoo-footer1 .item02 ul li {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bossgoo-footer1 .item04 .form {
    display: flex;
    margin-bottom: 25px;
}

.bossgoo-footer1 .item04 .inp-text {
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #646464;
    color: #fff;
}

.bossgoo-footer1 .item04 .send-btn {
    margin-left: 10px;
    display: block;
    border: none;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: var(--themeColor);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.bossgoo-footer1 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    letter-spacing: 1px;
}

.bossgoo-footer1 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    letter-spacing: 1px;
}

.bossgoo-footer1 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    letter-spacing: 1px;
}

.bossgoo-footer1 .nav {
    padding: 20px 0 25px;
    color: #fff;
}

.bossgoo-footer1 .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.bossgoo-footer1 .nav li {
    position: relative;
    padding: 0 25px;
    line-height: 20px;
}

.bossgoo-footer1 .nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.bossgoo-footer1 .nav li:first-child:before {
    display: none;
}

.bossgoo-footer1 .nav a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.bossgoo-footer1 .nav a:hover {
    color: var(--themeColor);
}

.bossgoo-footer1 .nav p {
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
}

.bossgoo-footer1 .nav p span,
.bossgoo-footer1 .nav p a {
    display: inline-block;
    height: 24px;
}

.bossgoo-footer1 .nav p a {
    line-height: 24px;
    display: inline-flex;
    align-items: center;
}

.bossgoo-footer1 .nav p img {
    margin-left: 10px;
}

.bossgoo-footer1 .nav p .text{
    margin: 0 15px;
}

@media only screen and (max-width: 1200px) {
    .bossgoo-footer1 .item03 {
        width: 270px;
    }

    .bossgoo-footer1 .item04 .inp-text {
        width: 200px;
    }

    .bossgoo-footer1 .item04 .send-btn {
        width: 80px;
    }
}

@media only screen and (max-width: 1040px) {
    body{
        padding-bottom: 1.2rem;
    }

    .bossgoo-footer1 .nav {
        padding: .4rem 0;
    }

    .bossgoo-footer1 .nav ul {
        margin-bottom: 0;
    }

    .bossgoo-footer1 .nav li {
        padding: 0 .4rem;
        line-height: .3rem;
        margin: .1rem 0;
    }

    .bossgoo-footer1 .nav li:before {
        height: .3rem;
    }

    .bossgoo-footer1 .nav a {
        font-size: .36rem;
    }

    .bossgoo-footer1 .phone-footer {
        position: fixed;
        z-index: 999;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1.4rem;
        background: #fff;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
    }

    .bossgoo-footer1 .phone-footer ul {
        display: flex;
    }

    .bossgoo-footer1 .phone-footer ul li {
        flex: 1;
        padding-top: .2rem;
        text-align: center;
    }

    .bossgoo-footer1 .phone-footer ul li a {
        font-size: .3rem;
        color: #555;
    }

    .bossgoo-footer1 .phone-footer ul li .iconfont {
        display: block;
        font-size: .42rem;
        margin-bottom: .1rem;
    }

    .bossgoo-footer1 .phone-footer ul li span {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-footer1 .nav li {
        padding: 0 .18rem;
        line-height: .24rem;
    }

    .bossgoo-footer1 .nav li:before {
        height: .24rem;
    }

    .bossgoo-footer1 .nav a {
        font-size: .26rem;
    }
}