@media only screen and (min-width: 769px) {
    .header{
        font-size: 16px;
    }
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #FFA500;
        border-color: #FFA500;
    }
    .down_divcolor{
        background-color: #ff6600; opacity: 0.7;
    }
    .user-avatar img {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }
    .header_sel_but img{
        width: 33px;
        height: 32px;
        background-blend-mode: normal, normal;
        margin-top: 6px;
        margin-bottom: 12px;
        margin-left: 16px;
    }
    input[name="header_sel"]::placeholder {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 153px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 0.5;
        /*padding-left: 20px;*/
        padding-top: 12px;
    }
    .login_text{
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 33px;
        letter-spacing: 2px;
        color: #9b9896;
    }
    .img_login{
        border: solid 1px #ffefe5;
        border-radius: 50%;
        margin: auto;
        height: 28px;
        margin-bottom: 16px;
    }
    .htab{
        margin-top: 36px;
    }
    .down_divp{
        display: none;
    }
    .header_linez{
        height: 1px;
        background-color: #ff6600;
        opacity: 0.7;
    }
    .down_div1{
        height: 43px;
        cursor: pointer;
        /*border-bottom: 2px solid #ff6600;*/
    }
    .down_div span{
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #929190;
        float: right;
        line-height: 25px;
        /*padding-left: 3px;*/
        /*padding-right: 29px;*/
        right: 20.5%;
        position: absolute;
    }
    .down_div{
        height: 26px;
        /*background-color: #ff6600;*/
        opacity: 0.7;
        cursor: pointer;
    }
    .login_div{
        /*width: 111px;*/
        /*height: 43px;*/
        background-color: #ffefe5;
        border-radius: 22px;
    }
    .login_div2{
        width: 111px;
        height: 43px;
        background-color: #ffefe5;
        border-radius: 22px;
    }
    .login_div img{
        width: 43px;
        height: 43px;
        background-color: #ffffff;
        border: solid 1px #ffefe5;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 16px;
    }
    .down_div1 span{
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #898989;
        float: right;
        line-height: 43px;
        padding-left: 3px;
        padding-right: 13px;
    }
    .header_sel{
        width: 380px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 10px 0px 0px 10px;
        border: solid 1px #ff6600;
        /*float: left;*/
        padding-left: 20px;
        outline-color:#ff6600;
    }
    .header_sel_but{
        width: 64px;
        height: 40px;
        background-color: #ff6600;
        border-radius: 0px 10px 10px 0px;
        float: right;
    }

    .little_line{
        width: 1200px;
        /*display: flex;*/
        margin: auto;
        /*left: 0;*/
        /*right: 0;*/
    }
    .header_sel_div{
        float: right;
        display: flex;
        margin: auto;
        left: 0;
        right: 0;
    }
}

