		body {    margin: 0;
    font-size: 62.5%;
    background: #ECEDF1;
    color: #747474;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.landing-header {
    display: block;
    width: 100%;
    height: 35vh;
    min-height: 200px;
    background: #52ACD9;
    text-align: center;
}
.landing-logo {
    position: relative;
    top: 65px;
    top: calc(35vh - 160px);
    line-height: 55px;
    height: 55px;
    font-size: 3.5rem;
    color: white;
}

.landing-body {
    margin: -50px auto 50px auto;
    width: 515px;
    height: 400px;
    background: #FFFFFF;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, .2);
}
.landing-body .wh {
    width: 495px;
    height: 380px;
    padding: 60px;
    background: #ffffff !important;
}
form {
    font-size: 1.4rem;
}
.alert.fade.out {
    max-height: 0;
    padding: 0;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 20px;
}
.landing-body form input {
    border: 1px solid #CCC;
    width: 100%;
    
    padding:10px;
    color: #747474;
    outline: 0;
    text-indent: 5px;
    font-size: 12px;
}
.button {
    font-family: 微软雅黑;
    font-size: 16px !important;
}
.btn.btn-normal {
    border-radius: 4px;
    border-color: #52ACD9;
    padding: 6px 20px;
    min-width: 375px;
    height: 34px;
    font-size: 1.4rem;
    background: #FFFFFF;
    color: #52ACD9;
}
.btn.btn-normal.active {
    box-shadow: none;
    border-color: #52ACD9;
    background: #52ACD9;
    color: #FFFFFF;
}
.btn.btn-normal.btn-lg, .btn-group-lg > .btn.btn-normal {
    padding: 5px 15px;
    line-height: 1.33333;
    height: auto;
    font-size: 1.8rem;
    letter-spacing: 15px;
}
		h2 {
		    font-size: 31.5px;
		    font-family: 'Microsoft Yahei',"Helvetica Neue", Helvetica, Arial, sans-serif;
		}
		h1, h2, h3, h4, h5, h6 {
		    margin: 0px 0;
		    font-family: inherit;
		    font-weight: bold;
		    color: inherit;
		    text-rendering: optimizelegibility;
		}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eeeeee;
}