@media (min-width: 1201px){

    .agreement_user{
        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;
    }

    /* 通用页面css */

    .agreement_user_box{
        width: 72vw;
        margin: 0 auto;
        display: flex;
        margin-bottom: 7vw;
        justify-content: space-between;
    }

    .agreement_user_box_selectBox{
        width: 12vw;
        padding-top: 1vw;
        padding-bottom: 6vw;
        padding-left: 1vw;
        padding-right: 1vw;
        border: 0.1vw solid #dcdcdc;
    }

    .agreement_user_box_selectBox ul>div{
        line-height: 2.5vw;
        color: #565656;
        font-size: 0.9vw;
        margin-bottom: 0.5vw;
        border-bottom: 0.1vw solid #d3d3d3;
    }

    .agreement_user_box_selectBox ul>li{
        text-decoration: none;
        list-style: none;
        position: relative;
        left: 2vw;
        line-height: 1.5vw;
        color: #565656;
        font-size: 0.8vw;
    }

    .agreement_user_box_selectBox ul>li a{
        text-decoration: none;
        color: #565656;
        font-size: 0.8vw;
        cursor: pointer;
    }

    .agreement_user_box_contentBox{
        width: 53vw;
    }

    .ul_title a{
        text-decoration: none;
        color: #565656;
        font-size: 0.9vw;
        cursor: pointer;
    }

    /* 右侧 */
    .agreement_user_box_contentBox_title{
        font-size: 1.5vw;
        color: #3b5c82;
        margin-bottom: 2vw;
        font-weight: 900;
        text-align: center;
    }

    .agreement_user_box_contentBox_main{
        padding: 2vw;
        display: flex;
        justify-content: space-between;
        background-color: #fafafa;
        border-radius: 1vw;
        margin-bottom: 3vw;
    }

    .agreement_user_box_contentBox_main_sonBox{
        width: 50%;
    }

    .agreement_user_box_contentBox_main_sonBox_show{
        margin-bottom: 0.5vw;
    }

    .agreement_user_box_contentBox_main_sonBox_show a{
        font-size: 0.9vw;
        color: #3a5e81;
        font: weight 800px;;
    }

    .agreement_user_box_contentBox_word_contentWords{
        margin-bottom: 2vw;
        color: #565656;
        font-size: 0.8vw;
        line-height: 1.5vw;
    }

    .agreement_user_box_contentBox_word_title{
        margin-bottom: 0.5vw;
        color: #565656;
        font-size: 1vw;
        font-weight: 900;
    }
}

@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;
    }

        /* 通用页面css */

        .agreement_user_box{
            width: 95%;
            margin: 0 auto;
            display: flex;
            margin-bottom: 6vw;
            justify-content: space-between;
            flex-direction: column-reverse;
        }
    
        .agreement_user_box_selectBox{
            width: 90vw;
            padding-top: 2vw;
            padding-bottom: 5vw;
            padding-left: 2vw;
            padding-right: 2vw;
            border: 0.2vw solid #dcdcdc;
        }
    
        .agreement_user_box_selectBox ul>div{
            line-height: 8vw;
            color: #565656;
            font-size: 4vw;
            margin-bottom: 1vw;
            border-bottom: 0.2vw solid #d3d3d3;
        }
    
        .agreement_user_box_selectBox ul>li{
            text-decoration: none;
            list-style: none;
            position: relative;
            left: 4vw;
            line-height: 6vw;
            color: #565656;
            font-size: 3vw;
        }
    
        .agreement_user_box_selectBox ul>li a{
            text-decoration: none;
            color: #565656;
            font-size: 3vw;
            cursor: pointer;
        }
    
        .agreement_user_box_contentBox{
            width: 100%;
        }
    
        .ul_title a{
            text-decoration: none;
            color: #565656;
            font-size: 4vw;
            cursor: pointer;
        }
    
        /* 右侧 */
        .agreement_user_box_contentBox_title{
            font-size: 4vw;
            color: #3b5c82;
            margin-bottom: 4vw;
            font-weight: 900;
            text-align: center;
        }
    
        .agreement_user_box_contentBox_main{
            padding: 4vw;
            display: flex;
            justify-content: space-between;
            background-color: #fafafa;
            border-radius: 2vw;
            margin-bottom: 6vw;
        }
    
        .agreement_user_box_contentBox_main_sonBox{
            width: 100%;
        }
    
        .agreement_user_box_contentBox_main_sonBox_show{
            margin-bottom: 1vw;
        }
    
        .agreement_user_box_contentBox_main_sonBox_show a{
            font-size: 3vw;
            color: #3a5e81;
            font: weight 800px;;
        }
    
        .agreement_user_box_contentBox_word_contentWords{
            margin-bottom: 4vw;
            color: #565656;
            font-size: 3vw;
            line-height: 5vw;
        }
    
        .agreement_user_box_contentBox_word_title{
            margin-bottom: 1vw;
            color: #565656;
            font-size: 4vw;
            font-weight: 900;
        }
}

.agreement_user_box_selectBox ul>li a:hover{
    color: #3b5c82;
    font-weight: 900;
}

.ul_title a:hover{
    color: #3b5c82;
    font-weight: 900;
}

.nowSelected{
    color: #3b5c82 !important;
    font-weight: 900;
}


/* 意见反馈专属 */

@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: 100%;
        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;
    }

    .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;
    }

    /* 第三方共享信息清单专属 */
    table{
        width: 100%;
        margin: 0 auto;
        border-collapse: collapse;
        /* border: 0.1vw solid black; */
    }

    th{
        height: 2vw;
        font-size: 0.8vw;
        border: 0.1vw solid black;
    }

    table th:nth-child(1){
        width: 15% !important;
    }

    table th:nth-child(5){
        width: 15% !important;
    }

    tr{

    }

    .td_title{
        padding-top: 0.5vw !important;
        padding-bottom: 0.5vw !important;
        padding-left: 0.2vw !important;
    }

    .td_son{
        padding-top: 2vw !important;
        padding-bottom: 2vw !important;
        padding-left: 0.2vw !important;
    }

    td{
        font-size: 0.8vw;
        border: 0.1vw solid black;
    }
}

@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;
        }
    
        .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;
}

