﻿@charset "utf-8";

/*登陆 开始*/
 .login_box {
            width:700px;
            height:430px;
            background:#fff;
            overflow:hidden;
            position:relative;
        }
        .img_box {
            width: 280px;
            height: 280px;
            overflow: hidden;
            margin: 70px 0px 0 58px;
            float: left;
        }
        .img_box img{
            width:280px;
            height:280px;
        }
        .login_content {
            width: 250px;
            height: 330px;
            float: left;
            margin: 30px 0 0 25px;
        }
        .login_content h1 {
            font-size: 24px;
            color: #484848;
            letter-spacing: 2px;
            margin-bottom: 45px;
        }
        .login_layout {
            height: 60px;
            position:relative;
        }
        .login_layout h6{
            font-size: 12px;
            color: #c7c7c7;
            letter-spacing: 1px;
        }
        .login_layout input{
            height: 30px;
            border: 0;
            border-bottom: 1px solid #ebebeb;
            width: 100%;
        }
        .yzm_box {
            width: 80px;
            height: 30px;
            background: #f6f6f6;
            position: absolute;
            right: 0;
            top: 0;
        }
        .btn_box {
            text-align: center;
            margin-top: 10px;
        }
        .login_btn2 {
         width: 100%;
    height: 35px;
    background: #FF9800;
    color: #fff;
    display: block;
    border-radius: 5px;
    line-height: 35px;
    cursor: pointer;
    letter-spacing: 1px;
    position: inherit;
    border: none;
    box-shadow: none;
        }
        .left_layout {
            float: left;
            width: 400px;
            height: 430px;
            background: #3235bb;
        }
        .login_box > i {
            position: absolute;
            right: 10px;
            top: 5px;
            font-size: 24px;
            cursor: pointer;
            color: #5d5d5d;
        }

        .login_content .layui-tab-title li {
    font-size: 18px;
}
 .login_box  .layui-tab-title .layui-this {
    border-top:none;
}
 /*登陆 结束*/