@media  screen and (min-width: 10px){
    .bottom_input_div{
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 12px;
        left: 25%;
        z-index: 10;
    }
    .zore_join_bottom {
        font-size: 13px;
        bottom: 50px;
        position: fixed;
        left: 25%;
    }
    .b_adaptive_input{
        display: block;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 1px #d5d5d5;
        font-size: 13px;
        width: 119px;
        height: 29px;
        padding: 0px 0px 0px 10px;
        box-sizing: border-box;
        line-height: 29px;
    }
    #bottom_fill .vd-select .selected {
        font-size: 14px;
    }
    #bottom_fill .vd-select li {
        font-size: 13px;
    }
    .b_gra_sel {
        width: 105px!important;
        height: 29px!important;
        line-height: 29px!important;
        font-size: 13px!important;
    }
    .selct_placeholder {
        position: absolute;
        background-color: #fff;
        font-size: 13px;
        margin-left: 10px;
        color: #aaa;
        z-index: 9;
        pointer-events: none;
    }
    .b_bt {
        width: 105px;
        height: 29px;
        background-color: #ff5a00;
        border-radius: 4px;
        color: #fff;
        border: none;
        margin-right: 10px;
        font-size: 13px;
        line-height: 29px;
    }
    .b_phone_bt {
        width: 119px;
        height: 29px;
        background-color: #ff5a00;
        border-radius: 4px;
        color: #fff;
        border: none;
        display: flex;
        justify-content: center;
        padding: 0px 0px;
        align-items: center;
        font-size: 13px;
    }
    .code_input{
        width: 175px;
    }
    .right_part{
        position: fixed;
        right: 14px;
        top: calc(50% - 240px);
        z-index: 200;
        display: flex;
        flex-direction: column;
        border: solid 1px #e6e6e6;
        opacity: 1;
        font-size: 10px;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px 0px rgba(186, 184, 184, 0.47);
        border-radius: 4px;
    }
    .get_code_index {
        color: #ff5b00;
        position: absolute;
        right: 0px;
        cursor: pointer;
        width: 80px;
        text-align: center;
        font-size: 13px;
        height: 29px;
        line-height: 29px;
        background-color: #f6f6f6;
        border-radius: 4px;
    }
    .carousel-left, .carousel-right {
        position: absolute;
        top: calc(50% - 25px);
        display: inline-block;
        transform: translateY(-50%);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 53px;
        border-radius: 50%;
        transition: all .5s;
        width: 53px;
    }
    .rightCode {
        width: 126px;
    }
    .phone_num{
        width: 146px;
    }
    .homePageBtSpace {
        height: 24px;
    }
    .c_phone_icon {
        width: 16px;
        margin-right: 4px;
        height: 16px;
    }
}

@media  screen and (min-width: 1400px){
    .bottom_input_div {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 13px;
        left: 24%;
        z-index: 10;
    }
    .zore_join_bottom {
        font-size: 16px;
        bottom: 54px;
        position: fixed;
        left: 24%;
    }
}

@media  screen and (min-width: 1600px){
    .bottom_input_div {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 14px;
        left: 23%;
        z-index: 10;
    }
    .zore_join_bottom {
        font-size: 19px;
        bottom: 61px;
        position: fixed;
        left: 23%;
    }
    .b_adaptive_input {
        display: block;
        background-color: #ffffff;
        border-radius: 6px;
        border: solid 1px #d5d5d5;
        font-size: 16px;
        width: 141px;
        height: 36px;
        padding: 0px 0px 0px 10px;
        box-sizing: border-box;
        line-height: 36px;
    }
    #bottom_fill .vd-select .selected {
        font-size: 16px;
    }
    #bottom_fill .vd-select li {
        font-size: 16px;
    }
    .b_gra_sel {
        width: 125px!important;
        height: 36px!important;
        line-height: 36px!important;
        font-size: 16px!important;
    }
    .selct_placeholder {
        position: absolute;
        background-color: #fff;
        font-size: 16px;
        margin-left: 10px;
        color: #aaa;
        z-index: 9;
        pointer-events: none;
    }
    .b_bt {
        width: 125px;
        height: 36px;
        background-color: #ff5a00;
        border-radius: 6px;
        color: #fff;
        border: none;
        margin-right: 10px;
        font-size: 16px;
        line-height: 36px;
    }
    .b_phone_bt {
        width: 157px;
        height: 36px;
        background-color: #ff5a00;
        border-radius: 6px;
        color: #fff;
        border: none;
        display: flex;
        justify-content: center;
        padding: 0px 0px;
        align-items: center;
        font-size: 16px;
        line-height: 36px;
    }
    .code_input{
        width: 208px;
    }
    .right_part{
        position: fixed;
        right: 14px;
        top: calc(50% - 210px);
        z-index: 200;
        display: flex;
        flex-direction: column;
        border: solid 1px #e6e6e6;
        opacity: 1;
        font-size: 10px;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px 0px rgba(186, 184, 184, 0.47);
        border-radius: 6px;
    }
    .get_code_index {
        color: #ff5b00;
        position: absolute;
        right: 0px;
        cursor: pointer;
        width: 95px;
        text-align: center;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        background-color: #f6f6f6;
        border-radius: 6px;
    }
    .carousel-left, .carousel-right {
        position: absolute;
        top: calc(50% - 25px);
        display: inline-block;
        transform: translateY(-50%);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 53px;
        border-radius: 50%;
        transition: all .5s;
        width: 53px;
    }
    .rightCode {
        width: 126px;
    }
    .phone_num{
        width: 146px;
    }
    .homePageBtSpace {
        height: 36px;
    }
    .c_phone_icon {
        width: 20px;
        margin-right: 4px;
        height: 20px;
    }
}

@media  screen and (min-width: 1900px){
    .bottom_input_div{
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        /*width: 100%;*/
        position: fixed;
        bottom: 20px;
        left: 22%;
        z-index: 10;
        /*padding-left: 22%;*/

    }
    .zore_join_bottom {
        font-size: 24px;
        bottom: 72px;
        position: fixed;
        left: 22%;
    }
    .b_adaptive_input{
        display: block;
        background-color: #ffffff;
        border-radius: 6px;
        border: solid 1px #d5d5d5;
        font-size: 18px;
        width: 160px;
        height: 42px;
        padding: 0px 0px 0px 13px;
        box-sizing: border-box;
        line-height: 42px;
    }
    .b_sch_sel {
        width: 300px!important;
        height: 42px!important;
        line-height: 42px!important;
        font-size: 18px!important;
    }
    .b_gra_sel {
        width: 140px!important;
        height: 42px!important;
        line-height: 42px!important;
        font-size: 18px!important;
    }
    .selct_placeholder {
        position: absolute;
        background-color: #fff;
        font-size: 18px;
        margin-left: 17px;
        color: #aaa;
        z-index: 9;
        pointer-events: none;
    }
    .b_bt {
        width: 151px;
        height: 44px;
        background-color: #ff5a00;
        border-radius: 6px;
        color: #fff;
        border: none;
        margin-right: 10px;
        font-size: 18px;
    }
    .b_phone_bt {
        width: 171px;
        height: 44px;
        background-color: #ff5a00;
        border-radius: 6px;
        color: #fff;
        border: none;
        display: flex;
        justify-content: center;
        padding: 0px 0px;
        align-items: center;
        font-size: 20px;
    }
    .code_input{
        width: 250px;
    }
    .right_part{
        position: fixed;
        right: 20px;
        top: calc(50% - 188px);
        z-index: 200;
        display: flex;
        flex-direction: column;
        border: solid 1px #e6e6e6;
        opacity: 1;
        font-size: 12px;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px 0px
        rgba(186, 184, 184, 0.47);
        border-radius: 6px;
    }
    .homePageBtSpace {
        height: 56px;
    }
    .carousel-left, .carousel-right {
        position: absolute;
        top: calc(50% - 0px);
        display: inline-block;
        transform: translateY(-50%);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 60px;
        border-radius: 50%;
        transition: all .5s;
        width: 70px;
    }
}