@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: #3c5b80;
    }

    .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: 40%;
    }

    .right_box{
        width: 60%;
    }

    .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{
        margin-bottom: 1vw;
    }

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

    .register_box_userBox_inpBox_word span{
        color: red;
    }

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

    .register_box_userBox_inpBox_btnBox{
        width: 100%;
        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: #3d5c81;
    }

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

    /* 其他方式登录 */
    .other_box{
        text-align: center;
        border-bottom: 0.1vw solid #e5e5e5;
    }

    .other_box_word{
        width: 6vw;
        font-size: 0.8vw;
        margin: 0 auto;
        position: relative;
        top: 0.5vw;
        background-color: #fff;
    }

    .other_showBox{
        display: flex;
        justify-content:center;
    }

    .other_showBox_son{
        margin-top: 2vw;
        font-size: 0.8vw;
        color: #7d7d7d;
        text-align: center;
        margin-left: 2vw;
        margin-right: 2vw;
        cursor: pointer;
    }

    .other_showBox_son img{
        margin-bottom: 0.5vw;
    }

    .other_showBox_son_name{
        text-align: center;
    }

    /* 验证码登录显示 */
    .register_box_userBox_inpBox_yzm_box{
        display: flex;
    }

    .register_box_userBox_inpBox_yzm_box input{
        width: 80%;
        border-radius:  0.5vw 0 0 0.5vw;
    }

    .register_box_userBox_inpBox_yzm_box .yzm{
        width: 20%;
        text-align: center;
        line-height: 2.5vw;
        cursor: pointer;
        background-color: #3c5b80;
        color: #fff;
        border-radius: 0 0.5vw 0.5vw 0;
    }

    /* 微信展开输入框 */

    .wx_mask{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9000;
    }

    .login_wx_write{
        width: 40vw;
        height: 25vw;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        border-radius: 0.5vw;
        transform: translate(-50%, -50%);
    }

    .login_wx_write_closeBtn{
        text-align: right;
    }

    .login_wx_write_closeBtn img{
        margin-top: 1vw;
        margin-right: 1vw;
        width: 1.5vw;
        height: 1.5vw;
        cursor: pointer;
    }

    .login_wx_write_name{
        font-size: 1vw;
        text-align: center;
        font-weight: 900;
        color: #3c5b80;
        margin-bottom: 2vw;
    }

    .wx_informationBox{
        
    }

    .wx_informationBox_inpBox{
        width: 90%;
        margin: 0 auto;
        display: flex;
        margin-bottom: 1vw;
    }

    .wx_informationBox_inpBox_leftBox{
        width: 20%;
        height: 2vw;
        line-height: 2vw;
        font-size: 0.8vw;
        text-align:right;
        margin-right: 1vw;
    }

    .wx_informationBox_inpBox_rightBox{
        width: 80%;
        height: 2vw;
    }

    .wx_informationBox_inpBox_rightBox input{
        width: 98%;
        padding-left: 2%;
        height: 2vw;
        border-radius: 0.5vw;
        font-size: 0.8vw;
        border: 0.1vw solid #eeeeee;
    }

    .wx_informationBox_inpBox_leftBox span{
        color: red;
    }

    .sure_rightBox{
        display: flex;
        justify-content: space-between;
    }

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

    .register_box_userBox_inpBox_btnBox_say_word input{
        width: 0.8vw;
        height: 0.8vw;
    }

    .register_box_userBox_inpBox_btnBox_say_word a{
        text-decoration: underline;
    }

    .other_showBox_son img{
        width: 4vw;
        height: 4vw;
    }

    .other_showBox_son{
        width: 7vw;
    }
}

@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: #3c5b80;
        }
    
        .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{
            margin-bottom: 4vw;
        }
    
        .register_box_userBox_inpBox_word{
            width: 100%;
            line-height: 5vw;
            font-size: 3vw;
            margin-right: 4vw;
        }
    
        .register_box_userBox_inpBox_word span{
            color: red;
        }
    
        .register_box_userBox_inpBox input{
            width: 96%;
            height: 6vw;
            padding-left: 4%;
            text-decoration: none;
            border-radius: 1vw;
            font-size: 2.5vw;
            border: 0.2vw solid #eeeeee;
        }
    
        .register_box_userBox_inpBox_btnBox{
            width: 100%;
            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: #3c5b80;
        }
    
        .register_box_userBox_inpBox_btnBox_say_have{
            font-size: 3vw;
        }
    
        .register_box_userBox_inpBox_btnBox_say_have a{
            font-size: 3vw;
            color: #3c5b80;
        }
    
        .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: #3d5c81;
        }
    
        .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;
        }

            /* 其他方式登录 */
    .other_box{
        text-align: center;
        border-bottom: 0.2vw solid #e5e5e5;
    }

    .other_box_word{
        width: 20vw;
        font-size: 3vw;
        margin: 0 auto;
        position: relative;
        top: 2vw;
        background-color: #fff;
    }

    .other_showBox{
        display: flex;
        justify-content:center;
    }

    .other_showBox_son{
        margin-top: 4vw;
        font-size: 3vw;
        color: #7d7d7d;
        text-align: center;
        margin-left: 4vw;
        margin-right: 4vw;
        cursor: pointer;
    }

    .other_showBox_son img{
        margin-bottom: 1vw;
    }

    .other_showBox_son_name{
        text-align: center;
    }

    /* 验证码登录显示 */
    .register_box_userBox_inpBox_yzm_box{
        display: flex;
    }

    .register_box_userBox_inpBox_yzm_box input{
        width: 80%;
        border-radius:  0.5vw 0 0 0.5vw;
    }

    .register_box_userBox_inpBox_yzm_box .yzm{
        width: 20%;
        text-align: center;
        line-height: 6vw;
        cursor: pointer;
        background-color: #3c5b80;
        color: #fff;
        font-size: 3vw;
        border-radius: 0 1vw 1vw 0;
    }

    /* 微信展开输入框 */

    .wx_mask{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9000;
    }

    .login_wx_write{
        width: 95%;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        border-radius: 1vw;
        transform: translate(-50%, -50%);
    }

    .login_wx_write_closeBtn{
        text-align: right;
    }

    .login_wx_write_closeBtn img{
        margin-top: 3vw;
        margin-right: 3vw;
        width: 5vw;
        height: 5vw;
        cursor: pointer;
    }

    .login_wx_write_name{
        font-size: 4vw;
        text-align: center;
        font-weight: 900;
        color: #3c5b80;
        margin-bottom: 4vw;
    }

    .wx_informationBox{
        
    }

    .wx_informationBox_inpBox{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }

    .wx_informationBox_inpBox_leftBox{
        width: 100%;
        font-size: 3vw;
        margin-right: 2vw;
    }

    .wx_informationBox_inpBox_rightBox{
        width: 100%;
        height: 6vw;
    }

    .wx_informationBox_inpBox_rightBox input{
        width: 96%;
        padding-left: 4%;
        height: 6vw;
        border-radius: 1vw;
        font-size: 3vw;
        border: 0.2vw solid #eeeeee;
    }

    .wx_informationBox_inpBox_leftBox span{
        color: red;
    }

    .sure_rightBox{
        display: flex;
        justify-content: space-between;
    }

    .sureBtn{
        width: 18vw;
        height: 6vw;
        line-height: 6vw;
        text-align: center;
        color: #fff;
        border-radius: 1vw;
        cursor: pointer;
        font-size: 3vw;
        background-color: #ee6c4d;
    }

    .register_box_userBox_inpBox_btnBox_say_word input{
        width: 3vw;
        height: 3vw;
    }

    .register_box_userBox_inpBox_btnBox_say_word a{
        text-decoration: underline;
    }

    .other_showBox_son img{
        width: 12vw;
        height: 12vw;
    }

    .other_showBox_son{
        width: 24vw;
    }

}

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

.user_yzm{
    display: none;
}

.email_btn{
    display: none;
}

.wx_mask{
    display: none;
}

.login_wx_write{
    display: none;
}

.nowRegister{
    color: #ee6c4d;
}

.register_box_userBox_title_right{
    color: black;
}

.register_box_userBox_inpBox_btnBox_say_have>a{
    color: #ee6c4d;
}

.wxBox{
    cursor: pointer;
}