﻿@charset "utf-8";
@import url('base2.0.39.css');
.mr10{margin-right:10px;}
.body_log {
    background: url(../images/login_img/login-bj2.jpg) bottom right no-repeat;
    background-size: cover;
}
  .btn1{background: blue;width: 102px;height: 36px;border:none;color:#fff;font-weight:bold;font-size: 15px;cursor:pointer;}
  .btn2{background: #eeb404;}
  .tip-box{color:red;}


.login_box {
    height: 440px;
    width: 418px;
    position: absolute;
    right: 150px;
    background: #fff;
    background: url(../images/login_img/login-k-3.png) no-repeat;
}

.login_box ul{width: 400px;padding: 0px 0 50px 55px;float: left;}
.login_box li{float:left;width:100%;margin-bottom: 22px;position: relative;}
.login_box li .txt-name{width:17%;height:32px;line-height:32px;float:left;font-size:14px;font-family:微软雅黑;text-align:right;margin-right:1%;margin-left:6%;color: #333; }

.login_box li .txt{font-size: 16px;border: None;height: 45px;width: 300px;text-indent: 55px;outline: none;background: #eef6fd;border-bottom: 2px #d6e7fa solid;border-radius: 10px;}
.login-msg{color: red;}
.login_box li img{height:25px;left:10px;top:13px; position:absolute;}
.login_box .title {
    font-size: 41px;
    font-weight: 550;
    width: 100%;
    height: 95px;
    line-height: 55px;
    width: 100%;
    margin-top: 160px;
    /* text-align: center; */
    margin-top: 40px;
    margin-left: 85px;
    color: #3d80e8;
}
.btn{position: absolute;border: none;top: 0px;left: 0px;color: #fff;width: 300px;text-align: center;background-color: #1592ef;text-indent: 0rem;border-radius: 10px;font-size: 20px;height: 50px;cursor: pointer;}
.btn {
    background-color: #3a7de7;
}


@media (max-width: 1441px) {
    .body_log {
        background: url(../images/login_img/login-bj1440.jpg) bottom right no-repeat;
        background-size: cover;
    }
    .login_box{right:40px;}
}

@media (max-width: 1201px) {
    .body_log {
        background: url(../images/login_img/login-bj1200.jpg) center/cover no-repeat;
        background-size: cover;
  
    }
    .login_box {
        right: 30px;
    }
    
}