﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    /*font-size: 12px;*/
    font-family: 'Microsoft YaHei';
}

body {
    width: 100%;
    background:#3aaffe;
    color:#fff;
}

.right {
    float: right;
}

.left {
    float: left;
}

.title {
    /*color: #fff;*/
    font-size: 25px;
    text-align:center;
    margin-top:20px;
}
.mg-top-20 {
    margin-top:40px;
}

.nameipt {
    width: 200px;
    height:30px;
    line-height:30px;
    border: 1px solid #808080;
    /*font-size: 13px;*/
}

.pwdipt {
    width: 200px;
    height: 30px;
    line-height:30px;
    border: 1px solid #808080;
    /*font-size: 13px;*/
}

.center {
    text-align: center;
}
.mg-top-15 {
    margin-top: 30px;
}
.mg-top-10 {
    margin-top: 10px;
}


.mg-left-10 {
    margin-left: 10px;
}



.lgnbtn {
    width:100px;
    height:35px;
    font-size:18px;
    color:#fff;
    background-color:#1479e0;
    border:1px solid #fff;
}

.ljbtn {
     width:100px;
    height:35px;
    color:#fff;
    background-color:#3aaffe;
    border:1px solid #fff;
    border-radius:5px;
    cursor:pointer;
}

.mg-top-30 {
    margin-top: 50px;
}


.clear {
clear:both;
}

.pad-top-10 {
padding-top:25px;
}

  