html,
body {
height: 100%;
margin: 0px;
padding: 0px;
font-family:"Î¢ÈíÑÅºÚ", "Arial", "Microsoft YaHei", "ºÚÌå", "ËÎÌå", sans-serif;
}
.content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}

.nav{
    width: 100%;
    height: 70px;
}

.center{
    width: 100%;
    height: 100%;
    background-color: #EBF2FC;
}

.foot{
    width: 100%;
    height: 50px;
}

.row_center_center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row_center_between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.row_center_left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.col_center_start{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.col_center_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.log{
    color: #4280F2;
    margin-left: 30px;
    font-size: 22px;
    font-weight:900;
}
.line{
    width: 2px;
    height: 30px;
    background-color: #e0dede;
    margin-left: 10px;
}
.log_txt{
    margin-left: 10px;
}
.hot_tel_area{
    margin-right: 30px;
}
.sm_des{
    font-size: 12px;
    color: gray;
}
.hot_tel{
    font-size: 12px;
    color: #4280F2;
}
.paomad{
    margin-right: 120px;
}
.login_pan{
    width: 320px;
    height: 400px;
    background-color: #fff;
}
.pan_txt{
    color: #010101;
    font-size: 1.5rem;
    font-weight: 700;
}
.login_pan_row{
    width: 280px;
    height: 50px;
}
.bottom_line{
    border-bottom: #EEEEEE 1px solid;
}
.input_img{
    width: 20px;
    margin-right: 10px;
}
.input_cls {
    font-size: 14px;
    height: 30px;
    color: #888;
    outline: none;
    text-align: left;
    border-width: 0; 
    display: block;
    background-color: #fff;
}
.input_cls_long{
    width: 250px;
}
.input_cls_short{
    width: 150px;
}
.input_submit{
    font-size: 16px;
    height: 35px;
    width: 280px;
    border-radius: 5px;
    color: #FFF;
    outline: none;
    text-align: center;
    border-width: 0; 
    display: block;
    background-color: #4280F2;
}
.input_btn{
    font-size: 14px;
    height: 30px;
    width: 100px;
    color: #FFF;
    outline: none;
    text-align: center;
    border-width: 0; 
    display: block;
    background-color: #4280F2;
}
.input_btn_disable{
    font-size: 14px;
    height: 30px;
    width: 100px;
    color: #FFF;
    outline: none;
    text-align: center;
    border-width: 0; 
    display: block;
    background-color: gray;
}
.msg{
	font-size: 14px;
	color: red;
}
.veriy_code{
    height: 30px;
    width: 80px;
}
.img_reflesh{
	 height: 20px;
    width: 20px;
}
