/* 基础样式 */
body {
    background-color: #0E74BB;
    position: relative;
}

.blur-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/group/bg1.png) repeat;
    background-size: 100%;
    filter: blur(100px);
    z-index: -1;
    opacity: 0.8;
}

/* 主容器样式 */
#main {
    width: 19.2rem;
    margin: 0 auto;
    background: url(../img/group/bg1.png) no-repeat;
    background-size: 100%;
    position: relative;
}

#main img {
    max-width: 100%;
    max-height: 100%;
}

/* 头部样式 */
#main .header {
    line-height: 1;
    padding-top: 1rem;
    margin-bottom: .6rem;
    font-size: 0;
    text-align: center;
}

#main .header img {
    display: block;
    margin: 0 auto;
}

/* 标题文字样式 */
#main .header .title-text {
    font-weight: 600;
    font-size: .7rem;
    color: #ffeb0c;
    position: relative;
    display: inline-block;
    padding: 0 .2rem;
    margin: 0 auto;
}

#main .header .title-text .lt-corner {
    position: absolute;
    top: 0;
    left: 0;
    width: .2rem;
    height: .2rem;
    border-top: 6px solid #ffeb0c;
    border-left: 6px solid #ffeb0c;
}

#main .header .title-text .rb-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: .2rem;
    height: .2rem;
    border-bottom: 6px solid #ffeb0c;
    border-right: 6px solid #ffeb0c;
}

#main .header .title1 {
    margin-top: .5rem;
}

#main .header .title2 {
    margin-top: -0.1rem;
}
/* 表单容器 */
#main .form-box {
    position: relative;
    width: 6rem;
    margin: 0 auto .5rem;
    padding-top: .2rem;
}

/* 表单元素 */
#main .form-box .form-item {
    margin-bottom: .2rem;
}

#main .form-box .input-box {
    position: relative;
    width: 100%;
}

/* 输入框样式 */
#main .form-box .input-box input {
    border: 2px solid #fff;
    outline: none;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .34rem;
    font-size: .20rem;
    color: #FFF;
    background-color: transparent;
    border-radius: 0.3rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* 占位符样式 */
input::-webkit-input-placeholder { color:#FFF; }
input::-moz-placeholder { color:#FFF; }
input:-moz-placeholder { color:#FFF; }
input:-ms-input-placeholder { color:#FFF; }

/* 按钮样式 */
#main .form-box .input-box button {
    position: absolute;
    top: -0.02rem;
    right: 0rem;
    background-color: #ffeb0c;
    color: #052693;
    border: 0;
    font-weight: 900;
    width: 2rem;
    height: .64rem;
    font-size: .24rem;
    border-radius: .35rem;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
}

#main .form-box .input-box button:active {
    opacity: .95;
}

#main .form-box .btn-submit {
    background: url(../img/query/btn-tjxc.png) no-repeat center;
    background-size: 100%;
    font-size: 0;
    border: 0;
    font-weight: 900;
    width: 2.05rem;
    height: .65rem;
}

#main .form-box .btn-submit:hover { opacity: .9; }
#main .form-box .btn-submit:active { opacity: .8; }

/* 页脚样式 */
#main .footer {
    text-align: center;
    position: relative;
    color: #FFF;
    margin: .5rem;
}
