@media (min-width: 1201px){

    .aboutUs_contantOur{
        width: 73vw;
        margin: 0 auto;
    }

    .enterpriseChannel_bid{
        width: 73vw;
        margin: 0 auto;
    }

    .enterPriceChannel_brand{
        line-height: 4vw;
        display: flex;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 0.8vw;
        height: 0.8vw;
        margin-top: 1.6vw;
    }

    /* 联系方式 */

    .title{
        text-align: center;
        font-size: 1vw;
        font-weight: 900;
        margin-top: 1vw;
        margin-bottom: 2vw;
    }

    .contact{
        width: 58vw;
        margin: 0 auto;
        margin-bottom: 4vw;
        display: flex;
        justify-content: space-between;
    }

    .contact_showBox {
        width: 17vw;
        text-align: center;
    }

    .contact_showBox img{
        width: 4vw;
        height: 4vw;
        object-fit: contain;
    }

    .contact_showBox .name{
        margin-top: 1vw;
        margin-bottom: 1vw;
        font-size: 1vw;
        font-weight: 900;
    }

    .contact_showBox .user{
        margin-bottom: 0.5vw;
        text-align: left;
        color: #888888;
    }

    .contact_showBox .user2{
        margin-bottom: 0.5vw;
        color: #888888;
    }

    /* 在线留言 */
    .leaveMessage{
        padding: 3vw;
        border-radius: 1vw;
        margin-bottom: 4vw;
        box-shadow: 0 0 0.3vw 0.1vw rgba(175, 175, 175, 0.1);
    }

    .leaveMessage>.title{
        margin-top: 0;
        margin-bottom: 2vw;
        font-size: 1vw;
    }

    .leaveMessage_inpBox{
        width: 100%;
        display: flex;
        margin-bottom: 1vw;
    }

    .leaveMessage_inpBox_name{
        width: 10%;
        text-align: right;
        margin-right: 2vw;
        line-height: 2vw;
    }

    .leaveMessage_inpBox_inp{
        width: 90%;
    }

    .leaveMessage_inpBox_name span{
        color: red;
    }

    .leaveMessage_inpBox_inp input{
        width: 98%;
        height: 2vw;
        padding-left: 2%;
        text-decoration: none;
        border: 0.1vw solid #888888;
        border-radius: 50vw;
    }

    .leaveMessage_inpBox_inp textarea{
        width: 98%;
        height: 10vw;
        padding-left: 2%;
        padding-top: 2%;
        text-decoration: none;
        border: 0.1vw solid #888888;
        border-radius: 1vw;
        resize: none;
    }

    .aboutUs_submit{
        width: 9vw;
        height: 3vw;
        line-height: 3vw;
        text-align: center;
        margin: 0 auto;
        background-color: #ee6c4d;
        color: #fff;
        font-size: 1vw;
        border-radius: 0.5vw;
    }
}

@media (max-width: 1200px){


    .enterPriceChannel_brand{
        width: 95%;
        margin: 0 auto;
        margin-top: 10vw;
        margin-bottom: 2vw;
        display: flex;
        font-size: 4vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 1vw;
        margin-right: 1vw;
        font-size: 4vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 4vw;
        height: 4vw;
        margin-top: 1.2vw;
    }

        /* 联系方式 */

        .title{
            text-align: center;
            font-size: 4vw;
            font-weight: 900;
            margin-top: 6vw;
            margin-bottom: 4vw;
        }
    
        .contact{
            width: 95%;
            margin: 0 auto;
            margin-bottom: 4vw;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .contact_showBox {
            width: 45vw;
            margin-bottom: 2vw;
            text-align: center;
        }

        .contact_showBox_one{
            width: 60%;
        }

        .contact_showBox_two{
            width: 40%;
        }
    
        .contact_showBox img{
            width: 12vw;
            height: 12vw;
            object-fit: contain;
        }
    
        .contact_showBox .name{
            margin-top: 2vw;
            margin-bottom: 2vw;
            font-size: 3vw;
            font-weight: 900;
        }
    
        .contact_showBox .user{
            margin-bottom: 1vw;
            text-align: center;
            color: #888888;
            font-size: 3vw;
        }
    
        .contact_showBox .user2{
            margin-bottom: 1vw;
            color: #888888;
            font-size: 3vw;
        }
    
        /* 在线留言 */
        .leaveMessage{
            width: 80%;
            margin: 0 auto;
            padding: 6vw;
            border-radius: 2vw;
            margin-bottom: 8vw;
            box-shadow: 0 0 0.6vw 0.2vw rgba(175, 175, 175, 0.1);
        }
    
        .leaveMessage>.title{
            margin-top: 0;
            margin-bottom: 4vw;
            font-size: 4vw;
        }
    
        .leaveMessage_inpBox{
            width: 100%;
            display: flex;
            margin-bottom: 2vw;
        }
    
        .leaveMessage_inpBox_name{
            width: 20%;
            text-align: right;
            margin-right: 4vw;
            line-height: 6vw;
            font-size: 3vw;
        }
    
        .leaveMessage_inpBox_inp{
            width: 80%;
        }
    
        .leaveMessage_inpBox_name span{
            color: red;
        }
    
        .leaveMessage_inpBox_inp input{
            width: 96%;
            height: 6vw;
            padding-left: 4%;
            text-decoration: none;
            border: 0.2vw solid #888888;
            border-radius: 50vw;
            font-size: 3vw;
        }
    
        .leaveMessage_inpBox_inp textarea{
            width: 96%;
            height: 16vw;
            padding-left: 4%;
            padding-top: 4%;
            text-decoration: none;
            border: 0.2vw solid #888888;
            border-radius: 2vw;
            resize: none;
            font-size: 3vw;
        }
    
        .aboutUs_submit{
            width: 18vw;
            height: 6vw;
            line-height: 6vw;
            text-align: center;
            margin: 0 auto;
            background-color: #ee6c4d;
            color: #fff;
            font-size: 3vw;
            border-radius: 1vw;
        }
}

.aboutUs_submit{
    cursor: pointer;
}