﻿*{
            margin: 0 auto;
        }
body{
    overflow-x:hidden;
    background: url("../../Images/home.jpg") no-repeat;
}



.layout{
            width: 780px;
            margin: 0 auto;
        }
        .lay_head {
            width: 420px;
            height: 198px;
            margin-top: 40px;
            margin-bottom: 10px;
        }
        img{
            border: none;
        }
        .lay_login{
            height: 415px;
        }
        .log_left{
            width: 304px;
            height: 415px;
            float: left;
            background: url("../../Images/logleft.png") no-repeat;

        }
        .log_right{
            width: 476px;
            float: right;
            background-color: rgba(0, 0, 0, 0.1);
            height: 400px;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 0 30px #333;
            position: absolute;
            left: 50%;
            top: 180px;
            margin-left: -200px;
        }
        .lay_footer{
            margin-top: 80px;
        }
        .lay_footer p{
            color: #fff;
            width: 780px;
            text-align: center;
            height: 40px;
            line-height: 40px;

        }
        .fon1{
            font-size: 32px;
            margin-bottom: 10px;
        }
        .log_r_con{
            width: 306px;
            height: 400px;
            margin-top: 8px;
            padding: 20px 0;
        }
        .log_txt{
            font-family: "微软雅黑", Arial, "Microsoft Sans Serif", "宋体";
            font-size: 20px;
            font-weight: bold;
            margin: 20px 0 6px 0;
        }
        .log_user,.log_pass{
            width: 300px;
            height: 40px;
            margin: 10px 0;
            box-sizing: border-box;
            padding-left: 40px;
            font-size: 18px;
            line-height: 18px;
        }
        .log_txt_1,.log_txt_2{
            position: relative;

        }
        .user-icon,.pass-icon{
            position: absolute;
            top: 20px;
            left: 10px;
        }
 	.log_pic{
            position: relative;
        }
        .log_pic input{
            width: 100px;
            height: 38px;
            margin: 10px 0;
            font-size: 14px;
            background-color: #e4ffe0;

        }
	.log_pic img{
            position: relative;
            top: 15px;
            left: 10px;
        }
        .log_pic span{
            width: 200px;
            height: 30px;
            margin-left: 100px;
        }

        .btn_1{
            width: 100%;
            height: 40px;
            border: none;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            background-color: #ff6201;
            border-radius: 8px;
            margin: 12px 0;
        }
        .log_fot{
            font-size: 14px;
            color: #999;
        }
        .log_fot a{
            margin-left: 28px;
        }