﻿html { height: 100%; }
body { background: url(/images/bg_1.jpg) 0 0 no-repeat;background-size:cover; height: 100%; }
.header { height: 70px; }
.header .logo { float: left; width: 160px; padding-top: 30px; }
.header .logo img { width: 100%; border-radius: 2px }
.header .right { float: right; line-height: 90px; color: #333; font-size: 15px; }
.header .right em { display: inline-block; width: 20px; height: 30px; background: url(/images/tel.png) no-repeat; background-size: 100% auto; vertical-align: text-top; margin-right: 5px; }
.main { }
.footer { padding-top: 30px; font-size: 13px; color: #888; text-align: center; width: 100%; z-index: 1;height:40px }
.box { background: #fff; border-radius: 15px; padding: 30px 40px; width: 450px; margin: 100px auto 0 auto; box-shadow: 0 20px 30px 0 rgba(63,63,65,.06); -webkit-box-shadow: 0 20px 30px 0 rgba(63,63,65,.06); height: auto; color: #333; position: relative; z-index: 2; }
.box .tit { font-size: 21px; height: 70px; line-height: 40px;font-weight:bold }
.box .row { height: 66px; line-height: 60px; border-bottom: 1px solid #e3e3e3; font-size: 16px; margin-bottom: 10px; color:#111; }
.box .row input { width: 320px; border: 0px; padding: 10px; outline: 0; font-size: 16px; }
.box .row span { padding-right: 5px;width:60px;display:inline-block }
.box .btn { height: 50px; line-height: 50px; background: #006aff; display: block; text-align: center; color: #fff; font-size: 16px; border-radius: 5px; margin: 70px 0 0 0; cursor: pointer; }
.box .link { height: 40px; line-height: 30px; text-align: center; padding-top: 20px; color: #202124 }
.box .link a { color: #006cff; }
.err-tip { background: #ff4c4c; color: #fff; text-align: center; font-size: 13px; height: 36px; line-height: 36px; position: absolute; bottom: 150px; left: 40px; width: 450px; display: none; border-radius: 5px }
.vr a { color: #006cff }