html, body {
    font-size: 100%;
    font-family: 微软雅黑;
    height: 100%;
    background: #fff url(../img/bg_l.jpg) no-repeat center;
    /*background: #fff url(../img/bg_100.png) no-repeat center;*/
    /*background-size:100% 100%;*/
}

img {
    vertical-align: middle;
    border: 0;
}

.header {
    background-color: #DA1F2E;
    position: relative;
    padding: 3em 0 1em;
}

/*.logo {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: 9;*/
/*}*/

a{
    transition: color 0.3s ease 0s;
    cursor: pointer;
    color: #007dbb;
    text-decoration: none;
    line-height: inherit;
}

.tit {
    margin-top: 80px;
    margin-bottom: 40px;
}

.footer{
    background: #0b1329;
    height: 50px;
     position: absolute;
     bottom: 0;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    color: #ccc;
    font-size: 14px;
    border-top: 1px solid #3D3D3D;
    text-align: center;
}

.sq-bd {
    min-height: 412px;
}

.sq-bd {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    /* margin: 30px auto 80px; */
    margin-top: 20px;
    margin-bottom: 80px;
    overflow: hidden;
    padding: 20px 40px 40px;
    text-align: center;
}

.sq-bd h3 {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sq-bd p {
    text-align: left;
    font-size:17px;
    line-height: 28px;
}

.form-group {
    margin-top: 30px;
    border-radius: 50px;
}

.form-group .srk {
    border-radius: 50px;
    border: 1px solid #FF2121;
}

.input-lg {
    height: 40px;
    padding: 10px 16px;
}

.tncode {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 260px;
    height: 44px;
    cursor: pointer;
    opacity: 1;
    line-height: 44px;
}


