body{
	/*background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;*/
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
a{ /*color: rgba(255, 255, 255, 0.6);*/outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{/*color:#74777b;*/text-decoration: none;}

.modal-body li {
    padding: 10px !important;
}
.modal-body button:hover[type="submit"] {

    background-color: #006699;
    background: #ffba00;
    color: #ffffff;
}
.modal-body button{
	width:100%
}