@media (min-width: 1201px){

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

    /* 注册 */
    .register_box{
        width: 72vw;
        margin: 0 auto;
        display: flex;
        border-radius: 1vw;
        margin-bottom: 4vw;
        box-shadow: 0 0.2vw 0.2vw rgba(0, 0, 0, 0.2);
    }

    .register_box_imgBox{
        width: 27vw;
        padding: 2vw;
        text-align: center;
        border-radius: 1vw 0vw 0vw 1vw;
        background-color: #ee6c4d;
    }

    .register_box_imgBox img{
        width: 23vw;
        height: 16vw;
        object-fit: contain;
    }

    .register_box_imgBox_wordBox{
        margin-top: 5vw;
        text-align: left;
    }

    .register_box_imgBox_wordBox_title{
        font-size: 0.8vw;
        font-weight: 900;
        margin-bottom: 0.5vw;
        color: #fff;
    }

    .register_box_imgBox_wordBox_word{
        display: flex;
        justify-content: space-between;
        font-size: 0.8vw;
        margin-bottom: 0.5vw;
        color: #fff;
    }

    .left_box{
        width: 60%;
    }

    .right_box{
        width: 40%;
    }

    .register_box_userBox{
        width: 38vw;
        padding: 2vw;
    }

    .register_box_userBox_title{
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1vw solid #e5e5e5;
        margin-bottom: 2vw;
    }

    .register_box_userBox_title>div{
        height: 3vw;
    }

    .register_box_userBox_title_left{
        font-size: 1.2vw;
        color: #3d5c81;
        border-bottom: 0.1vw solid #3d5c81;
    }

    .register_box_userBox_title_right{
        font-size: 0.9vw;
        color: #3d5c81;
        cursor: pointer;
    }

    .register_box_userBox_inpBox{
        display: flex;
        margin-bottom: 1vw;
    }

    .register_box_userBox_inpBox_word{
        width: 15%;
        line-height: 2.5vw;
        font-size: 0.8vw;
        text-align: right;
        margin-right: 2vw;
    }

    .register_box_userBox_inpBox_word span{
        color: red;
    }

    .register_box_userBox_inpBox input{
        width: 82%;
        height: 2.5vw;
        padding-left: 2%;
        text-decoration: none;
        border-radius: 0.5vw;
        border: 0.1vw solid #eeeeee;
    }

    .register_box_userBox_inpBox_btnBox{
        width: 82%;
        font-size: 1vw;
        display: flex;
        justify-content: space-between;
    }

    .register_box_userBox_inpBox_btnBox_btn{
        width: 9vw;
        height: 3vw;
        line-height: 3vw;
        text-align: center;
        color: #fff;
        border-radius: 0.5vw;
        cursor: pointer;
        background-color: #ee6c4d;
    }

    .register_box_userBox_inpBox_btnBox_say_have{
        font-size: 0.8vw;
    }

    .register_box_userBox_inpBox_btnBox_say_have a{
        font-size: 0.8vw;
        color: #ee6c4d;
    }

    .register_box_userBox_inpBox_btnBox_say_word{
        font-size: 0.8vw;
        margin-top: 0.5vw;
    }

    .register_box_userBox_inpBox_btnBox_say_word input{
        width: 0.8vw;
        height: 0.8vw;
        position: relative;
        top: 0.15vw;
        margin-right: 0.5vw;
        accent-color: #ee6c4d;
    }

    .register_box_userBox_inpBox_btnBox_say_word a{
        list-style:inside;
        color: #3d5c81;
    }

    .register_box_userBox_inpBox_btnBox_zhanwei{
        width: 9vw;
        height: 3vw;
    }

    .wxBox{
        text-align: center;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }

    .wxBox img{
        width: 12vw;
        height: 12vw;
        object-fit: contain;
    }

}

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

        /* 注册 */
        .register_box{
            width: 95%;
            margin: 0 auto;
            border-radius: 2vw;
            margin-bottom: 8vw;
            box-shadow: 0 0.2vw 0.2vw rgba(0, 0, 0, 0.2);
        }
    
        .register_box_imgBox{
            width: 92vw;
            padding: 2vw;
            text-align: center;
            margin-bottom: 2vw;
            border-radius: 2vw 2vw 2vw 2vw;
            background-color: #ee6c4d;
        }
    
        .register_box_imgBox img{
            width: 60vw;
            height: 40vw;
            object-fit: contain;
        }
    
        .register_box_imgBox_wordBox{
            margin-top: 10vw;
            text-align: left;
        }
    
        .register_box_imgBox_wordBox_title{
            font-size: 3vw;
            font-weight: 900;
            margin-bottom: 1vw;
            color: #fff;
        }
    
        .register_box_imgBox_wordBox_word{
            display: flex;
            justify-content: space-between;
            font-size: 3vw;
            margin-bottom: 1vw;
            color: #fff;
        }
    
        .left_box{
            width: 60%;
        }
    
        .right_box{
            width: 40%;
        }
    
        .register_box_userBox{
            width: 95%;
            padding: 2vw;
        }
    
        .register_box_userBox_title{
            display: flex;
            justify-content: space-between;
            border-bottom: 0.2vw solid #e5e5e5;
            margin-bottom: 4vw;
        }
    
        .register_box_userBox_title>div{
            height: 6vw;
        }
    
        .register_box_userBox_title_left{
            font-size: 4vw;
            color: #3d5c81;
            border-bottom: 0.2vw solid #3d5c81;
        }
    
        .register_box_userBox_title_right{
            font-size: 3vw;
            color: #3d5c81;
            cursor: pointer;
        }
    
        .register_box_userBox_inpBox{
            display: flex;
            margin-bottom: 4vw;
        }
    
        .register_box_userBox_inpBox_word{
            width: 20%;
            line-height: 5vw;
            font-size: 3vw;
            text-align: right;
            margin-right: 4vw;
        }
    
        .register_box_userBox_inpBox_word span{
            color: red;
        }
    
        .register_box_userBox_inpBox input{
            width: 80%;
            height: 5vw;
            padding-left: 4%;
            text-decoration: none;
            border-radius: 1vw;
            font-size: 2.5vw;
            border: 0.2vw solid #eeeeee;
        }
    
        .register_box_userBox_inpBox_btnBox{
            width: 80%;
            font-size: 3vw;
            display: flex;
            justify-content: space-between;
        }
    
        .register_box_userBox_inpBox_btnBox_btn{
            width: 18vw;
            height: 6vw;
            line-height: 6vw;
            text-align: center;
            color: #fff;
            border-radius: 1vw;
            cursor: pointer;
            background-color: #ee6c4d;
        }
    
        .register_box_userBox_inpBox_btnBox_say_have{
            font-size: 3vw;
        }
    
        .register_box_userBox_inpBox_btnBox_say_have a{
            font-size: 3vw;
            color: #ee6c4d;
        }
    
        .register_box_userBox_inpBox_btnBox_say_word{
            font-size: 3vw;
            margin-top: 1vw;
        }
    
        .register_box_userBox_inpBox_btnBox_say_word input{
            width: 3vw;
            height: 3vw;
            position: relative;
            top: 0.5vw;
            margin-right: 1vw;
            accent-color: #ee6c4d;
        }
    
        .register_box_userBox_inpBox_btnBox_say_word a{
            list-style:inside;
            color: #3d5c81;
        }

        .register_box_userBox_inpBox_btnBox_zhanwei{
            width: 18vw;
            height: 6vw;
        }
    
        .wxBox{
            text-align: center;
            margin-top: 6vw;
            margin-bottom: 6vw;
        }

        .wxBox img{
            width: 40vw;
            height: 40vw;
            object-fit: contain;
        }

}

/* 通用 */
.user_wx{
    display: none;
}