.nce_top {
    width: 90rem;
    height: 520px;
    margin: 0 auto;
    margin-top: 110px;
}

.nce_top_left,
.nce_middle_left,
.nce_bottom_left {
    float: left;
}

.nce_top_right,
.nce_middle_right,
.nce_bottom_right {
    float: right;
}

.nce_top_left {
    width: 32rem;
    margin-left: 110px;
}


.nce_top_left h3 {
    font-size: 42px;
    font-weight: bold;
    color: rgba(34, 23, 20, 1);
    line-height: 88px;
}

.nce_top_left h4 {
    font-size: 32px;
    font-weight: 300;
    color: rgba(204, 204, 204, 1);
    line-height: 25px;
}

.nce_top_left p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    margin-top: 75px;
}


.nce_middle {
    height: 550px;

    /*background: rgba(246, 246, 246, 1);*/
    background-color: #005abc;

}

.nce_middle_left {
    margin-top: 80px;
}

.nce_middle_in {
    width: 78rem;
    margin: 0 auto;
}

.nce_middle_right {
    /*float: left;*/
    float: right;
    margin-top: 100px;
    margin-left: 235px;
}



.nce_middle_right h3 {
    font-size: 42px;
    font-weight: bold;
    color: white;
    line-height: 88px;
}

.nce_middle_right input {
    display: block;
    width: 430px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    margin: 15px 0;
    border: 0;
    padding-left: 10px;
    font-size: 18px;
    /*color: rgba(204, 204, 204, 1);*/
    font-weight: 400;
    /* line-height: 88px; */
    line-height:normal
}

#code,#code_new {
    width: 236px;
    float: left;
}


.upload-awrp {
    overflow: hidden;
    margin: 120px 0;
}

.code {
    font-family: Arial;
    font-style: italic;
    font-size: 18px;
    border: 0;
    letter-spacing: 3px;
    font-weight: bolder;
    float: left;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 186px;
    height: 50px;
    background: rgba(219, 219, 219, 1);
    border-radius: 6px;
    margin: 15px 10px;
}

.nce_middle_right button {
    margin: 5px 0;
    width: 107px;
    height: 38px;
    background: rgba(0, 91, 189, 1);
    border-radius: 6px;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.nce_middle_right button a {
    display: block;
    width: 107px;
    height: 38px;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;

}

.nce_bottom {
    width: 82rem;
    height: 600px;
    margin: 180px auto 100px;
}

.nce_bottom_left {
    width: 20rem;
    margin-left: 115px;
}

.nce_bottom_left p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    margin: 50px 0;
}

.nce_bottom_left a {
    font-size: 18px;
    font-weight: 300;
    color: rgba(17, 17, 17, 1);
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 91, 190, 1);
}

@media screen and (max-width:1400px) {
    body {
        overflow-x: scroll;
    }
}

@media screen and (max-width:1366px) {

    body {
        overflow-x: hidden;
    }

    .nce_top {
        width: 80rem;
    }

    .nce_top_left {
        margin-left: 0px;
    }

    .nce_middle_in {
        width: 77rem;
    }

    .nce_bottom {
        width: 75rem;
    }

    .nce_bottom_left {
        margin-left: 50px;
    }
}

@media screen and (max-width:1200px) {
    body {
        overflow-x: scroll;
    }

}

.nce_top_left p{
    font-size: 18px;
}
.nce_title_2021{
    display: flex;
    align-items: flex-end;
    padding: 10px 0 20px
}
.change_mode_btn{
    margin-right: 10px;
}

@media all and (max-width: 768px) {
    .change_mode_btn{
        margin-right: 30px;
    }
    .nce_title_2021{
        display: block;
    }
    .nce_top_left h4{
        font-size: 26px;
    }
    .nce_top_left p{
        margin-top: 30px;
    }

    .nce_top{
        margin-top: 20px;
        padding: 0 20px;
        width: unset;
        height: auto;
    }
    .nce_top_left h3{
        font-size: 30px;
    }
    .nce_top_left{
        width: 100%;
    }
    .nce_top_right, .nce_middle_right, .nce_bottom_right{
        float: unset;
    }
    .nce_top_left, .nce_middle_left, .nce_bottom_left{
        float: unset;
        margin: auto;
    }
    .nce_middle_left{
        display: none;
    }
    .nce_middle{
        padding: 10px 0;
        height: auto;
        margin-top: 20px;
    }
    .nce_middle_in, .nce_bottom{
        width: 100%;
    }
    .nce_bottom{
        height: auto;
        margin: auto;
    }
    .nce_middle_right{
        margin: auto;
        width: 70%;
    }
    .nce_middle_right h3{
        font-size: 30px;
        line-height: 60px;
    }
    .nce_middle_right input{
        width: 90%;
        margin: 7px 0;
        height: 40px;
    }

    #code, #check-code, #code_new, #check-code_new{
        width: 45%;
    }
    .code{
        width: 97%;
        height: 40px;

        margin: 7px 0 7px 3%;
    }
    .nce_bottom_right img, .nce_top_right img{
        max-width: 100%;
    }
}
