/**CSS Reset ��ʼ**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**CSS Reset ����**/

/**������ʽ��ʼ**/
body, th, td, button, input, select, textarea {
    font: 16px/1.62 "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif;
    color: #333;
}

ol, ul, dl {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

body {
    background: #fff;
}

input[placeholder], [placeholder], *[placeholder] {
    color:#a9a9a9 !important;
    font-size: .0533rem;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #a9a9a9;
    font-size: .0533rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
    font-size: .0533rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a9a9a9;
    font-size: .0533rem;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a9a9a9;
    font-size: .0533rem;
}

.left, .l {
    float: left;
}

.right, .r {
    float: right;
}

.clearfix, .cf {
    *zoom: 1
}

.clearfix:after, .cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear, .cl {
    clear: both;
}

header {
    background: #ffffff;
    height: 8%;
    min-height: 60px;
}

header div {
    display: inline-block;
}

.telephone {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #02befd;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.imglogo {
    float: right;
    position: relative; top: 50%;
    transform: translateY(-50%);
}

.login-screen {
    background: #05E0FF;
    width: 100%;
    height: 80%;
    min-height: 480px;
    position: relative;
}

.centre {
    width: 60%;
    margin: auto;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.webpicture {
    height: 1.34rem;
    width: 1.69rem;
    position: relative;

}

.webtitle {
    font-family: PingFang-SC-Medium;
    font-size: .15rem;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
}

.diannao {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.diannao img{
    width: 1.1rem;
    height: 1rem;
}
.container {
    background: #ffffff;
    width: 1.03rem;
    height: 1.3rem;
    padding: .1rem;
    position: relative;
}

.form-signin-heading {
    font-family: PingFangSC-Regular;
    font-size: 0.08rem;
    color: #02befd;
    letter-spacing: 0;
    text-align: left;
}

.login-wrap {
    text-align: center;
}

.login-wrap input {
    border: 1px solid #cccccc;
    width: 1.02rem;
    height: .13rem;
    margin-bottom: .08rem;
}

.login-wrap-ew1, .login-wrap-ew2 {
    width: .23rem;
    height: 0.313rem;
    margin-left: 0.09rem;
    margin-top: 0.05rem;
}

input[type="tel"] {
    margin-top: 0.08rem;
    color: #a9a9a9;

}

input[type="tel"], input[type="password"] {
    padding-left: 0.166rem;
    width: 0.853rem;
    color: #a9a9a9;
}

#testhight, #test {
    color: #a9a9a9;
}

input[type="submit"] {
    background: #02befd;
    border-radius: 5px;
    width: 1.02rem;
    height: 0.146rem;
    color: #fff;
    font-size: 0.06rem;
    border: 0px;
}



.checkbox input {
    background: #a9a9a9;
    width: 0.056rem;
    height: 0.056rem;
}

.checkbox {
    font-family: PingFangSC-Regular;
    font-size: .046rem;
    color: #a9a9a9;
    letter-spacing: 0;
    text-align: left;
}

.pull-right a {
    font-family: PingFangSC-Regular;
    font-size: .046rem;
    color: #02befd;
    position: relative;
    left: -.02rem;
}

i {
    width: .093rem;
    height: .08rem;
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding-right: .043rem;
}

.user_name_icon {
    /*background: url(../img/usename.png) no-repeat;*/
    /*background-size: .093rem  .08rem;*/
    /*background-position: left bottom;*/
    /*top: .34rem;*/
    /*left: .14rem;*/

}

.password_icon {
    /*background: url(../img/password.png) no-repeat;*/
    /*background-size: .067rem  .08rem;*/
    /*background-position: right bottom;*/
    /*top: .57rem;*/
    /*left: .15rem;*/
}

.checkbox_icon {
    /*background: url(../img/checkbox.png) no-repeat;*/
    background-size: .06rem .06rem;
    background-position: left top;
    top: 1rem;
    left: .12rem;
}

.ischeckbox_icon {
    /*background: url(../img/ischeckbox.png) no-repeat;*/
    background-size: .06rem .06rem;
    background-position: right top;
    top: .986rem;
    left: .186rem;
}

.pull-left {
    position: relative;
    left: 0.15rem;
    top: .01rem;
}

footer {
    background: #ffffff;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 20px;
    height: 12%;
    min-height: 106px;
}

footer h4 {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;

}

footer p {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
}