* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    /*padding-top:56.25%;*/
    padding: 0;
    margin: 0;
    background: url("../images/login_back.jpg") no-repeat center center;
    /*background-size: cover;*/
    /*background-size: 100% 97%;*/
    background-size:100% auto;
    background-position-y: 0px;
    /*position:absolute;;*/
    /*position: relative;*/
    /*overflow:scroll;*/
    overflow-y: hidden;
    overflow-x: hidden
}

.input1 {
    margin-bottom: 20px;

}

.input2 {
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666666;
    font-size: 14px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 14px;
}

.form-controls {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    padding-left: 43px;
    font-size: 14px;
    line-height: 42px;
    border: 0;
    background-image: url('../images/login_int.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    /*background-image: none;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-controls222 {
    display: block;
    width: 45%;
    height: 35px;
    padding: 6px 12px;
    /* padding-left: 43px; */
    font-size: 14px;
    line-height: 35px;
    border: 0;
    background-image: url('../images/login_int.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    /*background-image: none;*/
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#code_num{
    display: block;
    width: 45%;
    height: 33px;
    padding: 6px 12px;
    /* padding-left: 43px; */
    font-size: 14px;
    line-height: 33px;
    border: 0;
    /* background-image: url('../images/login_int.png'); */
    background-color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    /*background-image: none;*/
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#code_num span{
    font-size: 21px;
}

.btn {
    width: 100%;
    height: 42px;
    /* background-image:url('../images/landing_btn.png'); */
    background-color: rgba(106, 83, 94, 1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: transparent; */
    font-size: 14px;
    color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.forget_password a {
    display: inline-block;
    color: #fffefe;
    font-size: 14px;
    float: right;
}

a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.login_bottom {
    position: fixed;
    bottom: 0px;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    background: rgba(40, 33, 33, 1);
    height: 3%;/*10%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_bottom p{
    margin: 0 0 0px;
    color: rgba(255, 255, 255, 0.298039);
    font-size: 14px;
    
}



/***** Top content *****/

.inner-bg {
    /* padding: 60px 0 150px 0; */
    padding: 60px 0 128px 0;
}

.top-content .text {
    padding-bottom: 60px;
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.top-content .top-big-link {
    margin-top: 35px;
}

.top-content .form-box {
    /* padding-top: 80px; */
    width: 383px;
    height: 513px;
    background-color: #161616;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgba(153, 153, 153, 0.34902);
    z-index: 999;
    margin-left: 34px;
}



.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    text-align: center;
}

.from-top img {
    width: 100%;
}

.p1 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
}


.form-bottom {
    padding: 25px 25px 30px 25px;
    text-align: center;
    height: 321px;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form .input-error {
    border-color: #66d6c5;
}

/*弹框样式*/
#cover {
    position: fixed;
    left: 0px;
    top: 0px;
    /*background:rgba(0, 0, 0, 0.4);*/
    background-color: #000;
    width: 100%;
    /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height: 100%;
    filter: alpha(opacity=70);
    /*设置透明度为60%*/
    opacity: 0.7;
    /*非IE浏览器下设置透明度为60%*/
    z-Index: 999;
    top: 0;
    left: 0;
}


/* #modal3 {
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url('../images/common_popup_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2147000001;
    width: 600px;
    height: 340px;
    margin-left: -288px;
    margin-top: -210px;
    border-radius: 5px;
    font-weight: 700;
    color: #535e66;
} */
#modal{
    position: fixed;
    left: 50%;
    top: 50%;
    /* background-image: url('../../images/common_popup_bg.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #282121;
    border: none;
    outline: none;
    z-index: 2147000001;
    width: 600px;
    height: 340px;
    margin-left: -288px;
    margin-top: -210px;
    border-radius: 5px;
    font-weight: 700;
    color: #535e66;
    box-shadow: 1px 1px 5px rgb(153 153 153 / 35%);
}
#modal2{
    position: fixed;
    left: 50%;
    top: 50%;
    /* background-image: url('../../images/common_popup_bg.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #282121;
    border: none;
    outline: none;
    z-index: 2147000001;
    width: 600px;
    height: 340px;
    margin-left: -288px;
    margin-top: -210px;
    border-radius: 5px;
    font-weight: 700;
    color: #535e66;
    box-shadow: 1px 1px 5px rgb(153 153 153 / 35%);
}
#modal3{
    position: fixed;
    left: 50%;
    top: 50%;
    /* background-image: url('../../images/common_popup_bg.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #282121;
    border: none;
    outline: none;
    z-index: 2147000001;
    width: 600px;
    height: 340px;
    margin-left: -288px;
    margin-top: -210px;
    border-radius: 5px;
    font-weight: 700;
    color: #535e66;
    box-shadow: 1px 1px 5px rgb(153 153 153 / 35%);
}
#close,
#close2,
#close3 {
    margin-left: 560px;
    margin-top: 10px;
}

.modal_name {
    color: #04e4ff;
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
}

.modal_content {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}


/* .modal_name3 {
    color: #04e4ff;
    font-size: 26px;
    text-align: center;
    margin-top: 100px;
} */
.modal_name3 {
    color: #FEBF2B;font-size: 16px;font-weight: 200;
}
.modal_name2{
    color: #ccc;
    font-size: 26px;
    text-align: center;
    margin-top: 76px;
}

.black_head {
    width: 100%;
    /* height: 80px; */
    height: 6%;
    background-color: #000;
    position: absolute;
}

.login_icon {
    width: 40px;
    height: 40px;
   
    background: url("/web/images/login_left.png") no-repeat center center;
    position: absolute;
    left: 66px;
    top: 27px;
}

.login_title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}

.user {
    width: 21px;
    height: 21px;
    background: url("/web/images/user.png") no-repeat center center;
    position: absolute;
    background-size: 21px 21px;
    top: 108px;
    left: 49px;
}

.pass {
    width: 21px;
    height: 21px;
    background: url("/web/images/pass.png") no-repeat center center;
    position: absolute;
    background-size: 21px 21px;
    top: 170px;
    left: 49px;
}

.form-foot {
    width: 100%;
    height: 120px;
    display: flex;
}

.line {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000;
    left: 0;
}

.button_group {
    width: 100%;
    height: 35px;
    display: flex;
    margin-top: 55px;
    justify-content: space-around;
}

.btn1 {
    width: 140px;
    height: 35px;
    background: #000;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    outline: none;

}

.btn2 {
    width: 140px;
    height: 35px;
    background-color: rgba(44, 44, 44, 1);
    border: 0px;
    color: #fff;
    border-radius: 5px;
    outline: none;

}

.container {
    /* width: 1485px ; */
}
.lnav_title {
    width: 100%;
    height: 45px;
    text-align: center;
    border-bottom: 2px solid #000;
    text-align: left;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.close_wind {
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/close.png") no-repeat center center;
    cursor: pointer;
}
.v_code{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.row123{
    margin-top: 10%;display: flex;
}

@media (min-width: 1400px){
  
  
}
@media screen and (max-width: 1600px) {
    .container {
        width: 1200px;
    }
    .p1 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    .user {
        left: 40px;
        top: 82px;
    }
    .pass {    
        left: 40px;
        top: 134px;
    }
    .top-content .form-box {
        width: 336px;
        height: 414px;
    }
    .form-bottom {
        padding: 15px 15px 20px 15px;
        text-align: center;
        height: 265px;
    }
    .input1 {
        margin-bottom: 10px;
    }
    .input2 {
        margin-bottom: 10px;
    }
    .button_group {
        margin-top: 40px;     
    }
    .login_icon {
        top: 12px;
    }
    .login_title {
        line-height: 54px;
    }
    .login_bottom {
        height: 3%;  
    }
    .row123{
        margin-top: 8%;
    }
   
}
@media screen and (max-width: 1400px) {
    .container {
        width: 1200px;
    }
    .p1 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    .user {
        left: 40px;
        top: 82px;
    }
    .pass {    
        left: 40px;
        top: 134px;
    }
    .top-content .form-box {
        width: 336px;
        height: 414px;
    }
    .form-bottom {
        padding: 15px 15px 20px 15px;
        text-align: center;
        height: 265px;
    }
    .input1 {
        margin-bottom: 10px;
    }
    .input2 {
        margin-bottom: 10px;
    }
    .button_group {
        margin-top: 40px;     
    }
    .login_icon {
        top: 12px;
    }
    .login_title {
        line-height: 54px;
    }
    .login_bottom {
        height: 3%;  
    }
    .row123{
        margin-top: 5%;
    }
   
}

@media screen and (max-width: 1200px) {
    .p1 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    .user {
        left: 40px;
        top: 82px;
    }
    .pass {    
        left: 40px;
        top: 134px;
    }
    .top-content .form-box {
        width: 336px;
        height: 414px;
    }
    .form-bottom {
        padding: 15px 15px 20px 15px;
        text-align: center;
        height: 265px;
    }
    .input1 {
        margin-bottom: 10px;
    }
    .input2 {
        margin-bottom: 10px;
    }
    .button_group {
        margin-top: 40px;     
    }
    .login_icon {
        top: 12px;
    }
    .login_title {
        line-height: 54px;
    }
    .login_bottom {
        height: 3%;  
    }
    .row123{
        margin-top: 2%;
    }
   
}
@media screen and (max-width: 1300px) {
    .p1 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    .user {
        left: 40px;
        top: 82px;
    }
    .pass {    
        left: 40px;
        top: 134px;
    }
    .top-content .form-box {
        width: 336px;
        height: 414px;
    }
    .form-bottom {
        padding: 15px 15px 20px 15px;
        text-align: center;
        height: 265px;
    }
    .input1 {
        margin-bottom: 10px;
    }
    .input2 {
        margin-bottom: 10px;
    }
    .button_group {
        margin-top: 40px;     
    }
    .login_icon {
        top: 12px;
    }
    .login_title {
        line-height: 54px;
    }
    .login_bottom {
        height: 3%;  
    }
    .row123{
        margin-top: 3%;
    }
   
}
@media screen and (max-width: 1050px) {
    .container {
        width: 965px;
    }
    .p1 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    .user {
        left: 40px;
        top: 82px;
    }
    .pass {    
        left: 40px;
        top: 134px;
    }
    .top-content .form-box {
        width: 336px;
        height: 414px;
    }
    .form-bottom {
        padding: 15px 15px 20px 15px;
        text-align: center;
        height: 265px;
    }
    .input1 {
        margin-bottom: 10px;
    }
    .input2 {
        margin-bottom: 10px;
    }
    .button_group {
        margin-top: 40px;     
    }
    .login_icon {
        top: 12px;
    }
    .login_title {
        line-height: 54px;
    }
    .login_bottom {
        height: 3%;  
    }
    .row123{
        margin-top: 3%;
    }
   
}


