.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
html {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
}
.W1200 {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.W1600 {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .W1600 {
    width: 80rem;
  }
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .W1600 {
    width: 80rem;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body {
  min-width: 81.25rem;
}
/*.site-nav *{*/
/*  -webkit-transition: all .2s;*/
/*  -moz-transition: all .2s;*/
/*  -ms-transition: all .2s;*/
/*  -o-transition: all .2s;*/
/*  transition: all .2s;*/
/*}*/
.site-nav {
  background: #fff;
  height: 7.5rem;
}
.site-nav .logo {
  display: inline-block;
  width: 40.8125rem;
  padding-top: 1.5625rem;
}
.site-nav .logo img {
  width: 100%;
}
.site-nav .right {
  display: inline-block;
  float: right;
  line-height: 7.2rem;
}
.site-nav .right p {
  display: inline-block;
  vertical-align: middle;
  color: #1F4280;
  font-size: 1.125rem;
  font-weight: bold;
}
.site-nav .right .phone {
  margin-right: 2rem;
}
.site-nav .right .phone span {
  vertical-align: middle;
}
.site-nav .right .phone .icon img {
  vertical-align: middle;
  margin-top: -0.5rem;
  width: 2rem;
}
.site-nav .right .sign-in,
.site-nav .right .sign-up {
  cursor: pointer;
}
.apply-nav-wrapper {
  height: 4.375rem;
}
.apply-nav-wrapper .apply-nav {
  background: #1F4280;
  height: 4.375rem;
}
.apply-nav-wrapper .apply-nav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.apply-nav-wrapper .apply-nav .nav-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  line-height: 4.375rem;
  padding: 0 1.482rem;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}
.apply-nav-wrapper .apply-nav .nav-item:first-child {
  padding-left: 0;
}
.apply-nav-wrapper .apply-nav .nav-item:last-child {
  padding-right: 0;
}
.apply-nav-wrapper .apply-nav .nav-item:hover .sub-nav {
  display: block;
}
.apply-nav-wrapper .apply-nav .nav-item .sub-nav {
  display: none;
  position: absolute;
  top: 4.375rem;
  left: 50%;
  z-index: 10;
  width: 10rem;
  margin-left: -5rem;
  background: #fff;
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
}
.apply-nav-wrapper .apply-nav .nav-item .sub-nav:after {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  margin-left: -0.5625rem;
  content: ' ';
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-width: 0.5625rem;
  border-right-width: 0.5625rem;
  border-bottom-color: #fff;
}
.apply-nav-wrapper .apply-nav .nav-item .sub-nav .sub-nav-title {
  color: #333333;
  font-size: 0.75rem;
  line-height: 2rem;
}
.apply-nav-wrapper .apply-nav .nav-item .sub-nav .sub-nav-title:hover {
  color: #3B72D4;
}
.footer {
  height: 27.5rem;
  background: #182046;
  padding: 5.625rem;
  box-sizing: border-box;
}
.footer .left {
  display: inline-block;
  width: 50rem;
}
.footer .left .tabs {
  border-bottom: 1px rgba(216, 216, 216, 0.2) solid;
}
.footer .left .tabs .tab-item {
  display: inline-block;
  width: 7.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1rem;
  padding: 1rem 0;
  text-align: center;
  margin-right: 2.5rem;
  cursor: pointer;
}
.footer .left .tabs .tab-item:last-child {
  margin-right: 0;
}
.footer .left .tabs .tab-item.active {
  color: #fff;
  border-bottom: 1px #fff solid;
}
.footer .left .panel-list {
  padding: 1rem 0;
}
.footer .left .panel-list .panel {
  display: none;
}
.footer .left .panel-list .panel.active {
  display: block;
}
.footer .left .panel-list .panel p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5rem;
}
.footer .left .panel-list .panel ul {
  display: inline-block;
  width: auto;
  list-style: none;
  margin-right: 4.375rem;
}
.footer .left .panel-list .panel ul:last-child {
  margin-right: 0;
}
.footer .left .panel-list .panel ul li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5rem;
}
.footer .right {
  display: inline-block;
  float: right;
  padding-bottom: 2.5rem;
}
.footer .right .phone {
  margin-left: -2.25rem;
  margin-bottom: 1rem;
}
.footer .right .phone .icon {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.footer .right .phone .icon img {
  width: 1.5rem;
  height: auto;
}
.footer .right .phone span {
  font-size: 1.125rem;
  color: #FFFFFF;
  letter-spacing: 0;
}
.footer .right .time {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .right .email {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .right .qrcode img {
  margin-bottom: 1rem;
  width: 6.25rem;
}
.footer .right .qrcode p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .l {
  font-size: 0.875rem;
  color: #848484;
  line-height: 1.625rem;
  display: inline-block;
}
.footer .r {
  font-size: 0.875rem;
  color: #848484;
  line-height: 1.625rem;
  display: inline-block;
  float: right;
}
.fixed-qrcode{
  position: fixed;
  right: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  bottom: 80px;
  z-index: 20;
}
.fixed-qrcode img{
  width: 100px;
  height: 100px;
}
.fixed-qrcode p{
  text-align: center;
  font-size: 14px;
}
.float-btns {
  z-index: 20;
  position: absolute;
  right: 10px;
  bottom: 210px;
  background: #1F4280;
  color: #fff;
  padding: 0.6rem;
  width: 80px;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
}
.float-btns.fixed {
  position: fixed;
  bottom: 210px;
  display: block;
}
.float-btns .float-btn {
  cursor: pointer;
  text-align: center;
  padding: 0.75rem 0;
  border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
}
.float-btns .float-btn:last-child {
  border-bottom: none;
}
.float-btns .float-btn .icon {
  width: 1rem;
  margin-bottom: 0.5rem;
}
.float-btns .float-btn p {
  font-size: 0.75rem;
  text-align: center;
  padding: 0;
  margin: 0;
}
.form-item {
  min-height: 2rem;
  border-bottom: 1px solid #ececec;
}
.form-item + .form-item {
  margin-top: 2rem;
}
.form-item.focus {
  border-bottom: 1px solid #3B72D4;
}
.form-item.focus .label {
  color: #3B72D4;
}
.form-item .label {
  color: #BABABA;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
}
.form-item input {
  width: 100%;
  outline: none;
  border: none;
  background: none;
  height: 2rem;
  line-height: 2rem;
}
.form-item input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #BABABA;
}
.form-item input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #BABABA;
}
.form-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #BABABA;
}
.form-item input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #BABABA;
}
.form-item select {
  width: 100%;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 2rem;
  box-sizing: border-box;
  background: url('../images/bottom-arrow.png') no-repeat scroll right center transparent;
  background-size: 0.8rem auto;
  background-position: 90% center;
}
.btn {
  cursor: pointer;
  background: #3B72D4;
  border-radius: 4px;
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.btn.min {
  height: 1.625rem;
  line-height: 1.625rem;
  font-size: 0.75rem;
}
.btn:hover {
  background: #3f7be5;
}
.btn:active {
  background: #3466be;
}
button{
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0.5rem;
    color: #fff;
    font-weight: bold;
}
.captcha{
  margin:4px;
}
.layui-btn:hover {
  opacity: 1;
}

.zzqd{
  margin:3em 0;
}
.zzqd h2{
  color:#007aff;margin:2em
}

table.zmqd {
  font-family: verdana,arial,sans-serif;
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}
table.zmqd th {
  background-color:#71b3e8;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}
table.zmqd tr {
  background-color:#bfd8ec;
}
table.zmqd td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}
.notes {
    font-size:0.875rem;
    line-height: 1.5rem;
    margin:2rem 0;
}
/*# sourceMappingURL=common.css.map */
