@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue*/
/*==============================================================*/

/* CSS LianXi */
/*联系方式-------开始-------------------------------------------------*/
.lianxi {
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.lianxi dt {
    width: 448px;
    height: 520px;
    margin: 20px;
    margin-right: 50px;
}
.lianxi dd {
    margin: 0 20px;
    margin-left: 50px;
    padding: 20px;
}

.lianxi dd ul {
    width: 420px;
    height: 60px;
    border-radius: 14px;
    background-image: var(--bai);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(87, 87, 87, 0.2);
}
.lianxi dd ul li {
    width: 60px;
    height: 60px;
    background: var(--bai);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lianxi dd ul input {
    width: 258px;
    padding: 0 10px;
    border: 0;
    color: var(--sc1);
    box-sizing: border-box;
    font-size: 34px;
    font-weight: bold;
    font-family: Arial;
    background-image: var(--bai);
    border-left: solid 1px rgba(184, 164, 164, 0.533);
    animation: ss 1s 1;
}
@keyframes ss {
    0%{
        width: 0px;
    }
    100%{
        width: 258px;
    }
}
.lianxi dd ul input:focus {
    outline: none;
}
.lianxi dd ul button {
    width: 100px;
    font-size: 16px;
    color: var(--bai);
    background-color: var(--sc01);
    border-radius: 0;
    border: 0;
    white-space:nowrap;
    transition:all 0.3s;
}
.lianxi dd ul button:hover {
    color: var(--sc06);
    font-size: 18px;
}
.lianxi dd ul li span {
    display: block;
    width: 50px;
    height: 50px;
}
.lianxi dd ul li .lx_qq {
    background: url(../images/lx_ico_01.png) no-repeat;
    background-size: 50px 50px;
}
.lianxi dd ul li .lx_wx {
    background: url(../images/lx_ico_02.png) no-repeat;
    background-size: 50px 50px;
}
.lianxi dd ul li .lx_fj {
    background: url(../images/lx_ico_03.png) no-repeat;
    background-size: 50px 50px;
}
.lianxi dd ul li .lx_le {
    background: url(../images/lx_ico_04.png) no-repeat;
    background-size: 50px 50px;
}
.lianxi dd ul li .lx_sk {
    background: url(../images/lx_ico_05.png) no-repeat;
    background-size: 50px 50px;
}
.lianxi dd ul li .lx_bf {
    background: url(../images/lx_ico_06.png) no-repeat;
    background-size: 50px 50px;
}
.lianxi dd ul li .lx_kf {
    background: url(../images/lx_ico_07.png) no-repeat;
    background-size: 50px 50px;
}
/*联系方式-------结束-------------------------------------------------*/
