body {
    font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
tr,
button,
table {
    margin: 0;
    padding: 0;
    -webkie-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

iframe {
    border: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:focus,
a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

.label {
    text-shadow: none;
    background: none;
    color: #666;
    font-weight: 400;
    margin-bottom: 0;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*.clearfix {clear: both;}*/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.w {
    width: 1000px;
}

body {
    background: rgb(251, 254, 255);
    margin: 0 auto;
}
.login{
	position:absolute;
	top:35%;
	left:50%;
	margin-top:-198px;
	margin-left:-500px;
}
.header .w {
    margin: 0 auto;
    text-align: center;   
}

.yunImg {
    margin: 0 auto;
    text-align: center;
}

.signIn {
    width: 578px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.signIn .user {
    border: 1px solid black;
    display: inline-block
}

.signIn .password {
    border: 1px solid black;
    display: inline-block;
    margin-left: 10px;
}

.signIn #account {
    height: 40px;
    width: 220px;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
    border: none;
    color:black;
}

.signIn #password {
    height: 40px;
    width: 220px;
    border-color: rgb(230, 230, 230);
    outline: none;
    border: none;
    font-size: 14px;
    padding-left: 10px;
    color:black;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(204, 204, 204);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(204, 204, 204);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(204, 204, 204);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(204, 204, 204);
}

input:focus {
    color: rgb(204, 204, 204);
}

.signIn button {
    height: 42px;
    width: 110px;
    background: #f78a1b;
    outline: none;
    border: none;
    color: white;
    font-size: 18px;
    line-height: 42px;
    margin-left: 13px;
    cursor: pointer;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.footer p {
    line-height: 24px;
    font-size: 14px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.loginOut .input {
    width: 280px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    /* border-radius: 5px; */
}
.loginOut .label {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #666;
    text-align: right;
    text-shadow: none;
}
.modal-header {
    background: #f78a1c;
    color: #fff;
}
.modal-footer .btn {
    background: #f78a1c;
    border: 1px solid #f36a19;
    color: #fff;
}
.modal-footer {
    background: #fff;
}