﻿body {
    background-color: #e7eff3;
    font-size:2em;
}

a.text-white:link {
    text-decoration: none;
    color: #fff;
}

a.text-white:visited {
    text-decoration: none;
    color: #fff;
}

a.text-white:hover {
    color: #f00;
}

a.text-white:active {
    text-decoration: none;
    color: #fff;
}

.clear-both {
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

header {
    margin: 0;
    padding: 0;
    line-height: 55px;
    height: 55px;
    background-color: #5484ff;
    background: -webkit-linear-gradient(left, #5484ff, #725bff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#5484ff, #725bff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#5484ff, #725bff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #5484ff, #725bff); /* 标准的语法（必须放在最后） */
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.yx-form {
    background-color: #fff;
   
    border-radius: 10px;
    padding:20px 20px;
    margin:auto;
    margin-top:15px;

}


.info {
   color:#ccc;
}


.location {
    margin-top: 10px;
}
.form-control {
   font-size:18px;
   line-height:30px;
}

input.form-control, select.form-control {
    height: 50px !important;
    line-height: 50px !important;
}
