
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, "Microsoft YaHei", "微软雅黑", \5fae\8f6f\96c5\9ed1, "WenQuanYi Micro Hei", \5b8b\4f53, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

a {
    color: #6A6C6D;
    outline: none;
    text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align:text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    resize: none;
}

img {
    vertical-align: middle;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #38393A !important;
}

.wrapper {
    min-width: 960px
}
.container {
    margin: 0 auto;
    width: 960px;
}

.header {
    height: 60px;
    background-color: #2b66a7;
    line-height: 60px;
}

.logo {
    float: left;
    padding-left: 20px;
}

.language {
    color: #fff;
    float: right;
    margin-right: 20px;
    position: relative;
    
}
.language span{
    padding-right:10px;
    cursor: pointer;
    display: block;
    background: url(../images/arrow.png) 75px center no-repeat;
    display: block;
    padding-right:5px;
    width:90px;
    text-align: center;
}
.dropdown{
    text-align: center;
    position: absolute;
    right:0;
    top:11px;
    box-shadow: 0 13px 15px 0 rgba(0,0,0,0.20);
    white-space: nowrap;
    width:90px;
    padding-right:5px;
    color:#666;
    line-height: 36px;
    border-radius: 5px;
    background:#fff url(../images/arrow-down.png) 75px 13px no-repeat;
}
.dropdown li:hover{
    color:#00B9EF;
    cursor:pointer;
}
.main {
    background-color: #407FC5;
    height: 480px;
}

.legend {
    height: 465px;
    margin-top: 10px;
    float: left;
    background: url(../images/img.png) 0 0 no-repeat;
    width: 620px;
}

.login {
    float: right;
    width: 300px;
    box-sizing: border-box;
    padding: 15px 50px 0;
    height: 250px;
    margin: 90px 25px 0 0;
    background-color: #fff;
    box-shadow: 0 13px 15px 0 rgba(0,0,0,0.20);
    border-radius: 6px;
    text-align: center;
}

.login-tips{
    padding-top: 10px;
    color: red;
}

.login-title {
    line-height: 53px;
    background: url(../images/badge.png) 0 0 no-repeat;
    font-size: 18px;
    color: #F6A623;
    padding-left: 46px;
   /* margin-top: 15px;*/
}

.login-form {
    margin-top: 25px;
}

.login-form > div {
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.login-form .username {
    background: url(../images/user.png) 0 0 no-repeat;
}

.login-form .password {
    background: url(../images/password.png) 0 0 no-repeat;
}

.login-form > div input {
    border: none;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    color: #38393A;
}

.login-form button {
    width: 100%;
    background: #00B9EF;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    border: none;
    height: 45px;
    margin-top: 10px;
}

.login .manual {
    margin-top: 20px;
    font-size: 14px;
    color: #6A6C6D;
    display: block;
}

.footer  {
    padding-top: 20px;
}

/*.footer .container {
    padding: 0 50px;
}*/

.footer .app-download {
    float: left;
    /*width: 700px;*/
    margin-left: 65px;
}

.footer .qrcode {
    width: 95px;
    height: 95px;
    float: left;
    /* border: 1px solid #ccc; */
    margin-right: 20px;
}

.footer .apps {
    float: left;
    width: 440px;
}

.footer .apps a {
    float: left;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F1F4F5;
    border-radius: 2px;
    font-size: 16px;
    color: #404040;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 0 40px 15px 0;
}
.footer .apps a:hover {
    background-color: #00B9EF;
    color: #fff;
}

.footer .apps .ios {
    background-position: 45px 7px;
    padding-left: 75px;
    background-image: url(../images/Apple.png);
}
.footer .apps .ios:hover {
    background-image: url(../images/Apple_hover.png);
}

.footer .apps .mac {
    background-position: 51px 7px;
    padding-left: 81px;
    background-image: url(../images/Apple.png);
}
.footer .apps .mac:hover {
    background-image: url(../images/Apple_hover.png);
}

.footer .apps .android {
    background-position: 30px 7px;
    padding-left: 60px;
    background-image: url(../images/android.png);
}
.footer .apps .android:hover {
    background-image: url(../images/android_hover.png);
}

.footer .apps .win {
    background-position: 33px 7px;
    padding-left: 63px;
    background-image: url(../images/win.png);
}
.footer .apps .win:hover {
    background-image: url(../images/win_hover.png);
}

.footer .site-info {
    float: right;
    margin: 12px 65px 0 0;
}

.footer .site-info li {
    font-size: 12px;
    color: #38393A;
    line-height: 24px;
}

/*移动端样式*/
@media screen and (max-width: 900px) {
	html,body{
		width: 100%;
		height: 100%;
		background: #407FC5;
		overflow: hidden;
	}
	.wrapper {
	    min-width: 100%;
	    height: 100%;
	}
	.header {
	    height: 50px;
	    line-height: 50px;
	}
	.main{
		 height: 100%;
	}
    .legend,.footer{
    	display: none
    }
    .container {
	    width: 100%;
	}
	.container .logo {
	    float: left;
	    padding-left: 15px;
	}
	.container .logo img{
		width: 100px;
	}
	.container  #version{
		font-size: 0.8rem!important;
		line-height: 58px!important;
	}
	.language {
	    padding-right: 10px;
	    margin-right: 0;
	}
	.login {
	    float: none;
	    margin: 20% auto 0;
	}
}

















