﻿
#logonview {
    height:100%;
    width:100%;
    font-size:2.8rem;
    text-align:center;
}

#TextBox1,#TextBox2,#TextBox3
{
    height:40px;
    width:80%;
    padding-left:36px;
    /*border-radius:4px;*/ 
    font-size:18px;
    box-sizing: border-box;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:2px solid;

}
#TextBox1
{
    background-image:url("../img/male_user.png");
    background-repeat:no-repeat;
    background-position: left center;
    background-position-x:6px;
	background-size:24px;
    
}
#TextBox2
{
    margin-top:20px;
    background-image:url("../img/pwd.png");
    background-repeat:no-repeat;
    background-position: left center;
    background-position-x:6px;
	background-size:24px;
}

#TextBox3
{
    margin-top:20px;
    background-image:url("../img/verified.png");
    background-repeat:no-repeat;
    background-position: left center;
    background-position-x:6px;
	background-size:24px;
}

#logo {
    margin-top: 15%;
    margin-bottom: 30px;
    /*max-width:40%;*/
    max-height: 30%;
    /*width:40%;*/
}
#ImgChk {
    margin-left:-94px;
    margin-top:-10px;
    margin-right:4px;
    font-size:12px;
}
#Btnlogon 
{
    height:40px;
    width:80%;
    border-radius:4px; 
    margin-top:15px;
    font-size:24px;
    border-radius:4px; 
    z-index:60;
}

.chkdiv {
    height:26px;
    width:80%;
    margin-top:20px;
    font-size:14px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    font-family: "'å¾®è½¯é›…é»‘','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif";
}
.chkdiv a {
    color:blue;
}
.chkdiv input {
    vertical-align:middle;
}
#loginChk,#loginChk_wx {
    margin-bottom:2px;
}

#btn_zhuce {
    position:relative;
    display: block;
    float:left;
    margin-left:15%;
    margin-top:13px;
    font-size:15px;
}
#btn_wangjipwd {
    position:relative;
    display: block;
    float:right;
    margin-right:15%;
    margin-top:13px;
    font-size:15px;
}


#logonview_wx {
    height:100%;
    width:100%;
    font-size:2.8rem;
    text-align:center;
}

#logo_wx
{
    margin-top:40%;
    margin-bottom:60px;
    width:70%;
}

#Btnlogon_wx
{
    height:40px;
    width:60%;
    border-radius:4px; 
    margin-top:15px;
    font-size:20px;
    border-radius:4px; 
    z-index:60;
}

.weui-footer__links {
    margin-bottom:5px;
}
