﻿@charset "utf-8";
*{
    margin:0;
    padding:0;
    color:#333333;
    font-size:14px;
    text-decoration:none;
}
html{
  font-size: 62.5%;
  font-size: 15px;/*  想要的/15=xxrem  */
}
body{
	font-size: 15px;
  font-size: 1.5rem;
	position: relative;
	overflow: hidden;
}
.left_position{
	width: 52.5%;
	height: 1080px;
	position: absolute;
	left: 0;
	top:0;
	z-index: -10;
}
.left_position img {
	width: 100%;
	height: 100%;
}
.right_position{
	width: 194px;
	height: 243px;
	position: absolute;
	right: 0;
	top:0;
}
.bottom_position{
	    width: 425px;
    height: 203px;
    position: fixed;
    right: 0;
    bottom: 0px;
}

.l_draw{
	   /* width: 759px;*/
	    width: 40%;
    height: 680px;
    float: left;
    margin-top: calc(20% - 180px);
    position: absolute;
    left: 11%;
    top: calc(50% - 120px);
}
.l_draw img{
	width: 100%;
	height: 100%;
}
.r_login{
    z-index: 99;
	width: 440px;
    height: 510px;
    margin-top: calc(20% - 100px);
    background: white;
    border-radius: 8px;
    box-shadow: rgba(6,143,230,0.2)0px 15px 30px;
    position: absolute;
    top: calc(50% - 100px);
    right: 16%;
}

.system_name{
	width: 100%;
    height: 70px;
    color: #333;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 70px;
    letter-spacing: 2px;
}

.login_msg{
	width: 76%;
    height: auto;
    margin-bottom: 30px;
    margin: 0 auto;
    position: relative;
}
.input_box{
	    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.input_box input{
	width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 1.06rem;
    color: #818181;
    background-color: #EBEBEB;
    border-radius: 4px;
    outline: none;
    text-indent: 40px;
}
.icons {
	position: absolute;
	top:8px;
	left: 10px;
}
.code{
    height: 33px;
	position: absolute;
	top:3px;
	right: 2px;
}
.login_btn{
	width: 100%;
	height: 40px;
	color: white;
	font-size: 1.06rem;
	text-align: center;
	line-height: 40px;
	background-color: #4487EC;
	border-radius: 4px;
	    font-weight: 600;
	border:none;
	outline:none;
	margin-top: 30px;
        margin-bottom: 10px;
}
.login_btn:hover{
	cursor: pointer;
}
.remind{
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #4487EC;
}
.feedback{
    width: 100%;
    height: 30px;
    background-color: pink;
    position: absolute;
    top: 170px;
    left: 0;
}





.login_choose{
    width: 50%;
    height:60px;
    margin: 0 auto;
}
.account_login, .bearer_login{
    width: auto;
    height: 40px;
    color: #7F878E;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
}
.account_login{
    float: left;
}
.account_login:hover{
    color: #080809;
    cursor: pointer;
}
.bearer_login{
    float: right;
}
.bearer_login:hover{
    color: #080809;
    cursor: pointer;
}
.choose_this{
    color: #080809;
    border-bottom: 3px solid #4487EC;

}
