/** reset **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #143266;
}
html {
  overflow-x: hidden;
}
/** public **/
body {
  overflow-x: hidden;
  position: relative;
}
header {
  width: 100%;
  height: 5.12070227vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.53621068vw;
  padding-right: 7.50036576vw;
  padding-left: 4.38917337vw;
  background: #FAFAFA;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
header .left {
  display: flex;
  align-items: center;
  height: 100%;
}
header .left .items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .left .items-wrap a {
  display: inline-block;
  margin-right: 4.13460132vw;
}
header .left .logo-wrap {
  width: 9.85128018vw;
  height: 3.46254572vw;
  margin-right: 5.67739576vw;
  cursor: pointer;
}
header .left .logo-wrap img {
  width: 100%;
  height: 100%;
}
header .apply-btn {
  color: #fff;
  background: #FF6F64;
  width: 9.50987564vw;
  height: 2.7798098vw;
  border-radius: 2.7798098vw;
  line-height: 2.7798098vw;
  text-align: center;
  font-size: 1.31675201vw;
  cursor: pointer;
}
#common-module {
  background: #fff;
  padding: 4.38917337vw 8.04681785vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#common-module .left .logo-wrap {
  width: 14.77688369vw;
}
#common-module .left .logo-wrap img {
  width: 100%;
  height: 100%;
}
#common-module .left p {
  color: #143266;
  font-size: 1.53621068vw;
}
#common-module .apply-btn {
  background: #FF6F64;
  color: #FAFAFA;
  width: 20.48280907vw;
  height: 4.38917337vw;
  line-height: 4.38917337vw;
  border-radius: 4.38917337vw;
  font-size: 1.75566935vw;
  cursor: pointer;
}
#common-module .right .qrcode-wrap {
  width: 10.24140454vw;
}
#common-module .right .qrcode-wrap img {
  width: 100%;
  height: 100%;
}
#common-module .right p {
  font-size: 1.24359912vw;
  color: #143266;
}
#contact {
  background: #4E7Fee;
  width: 100%;
  padding: 1.46305779vw 7.46159473vw;
  font-size: 1.24359912vw;
  color: #FAFAFA;
}
#footer {
  font-size: 1.24359912vw;
  background: #4E7FFF;
  padding: 1.46305779vw 7.46159473vw;
  color: #FAFAFA;
}
#footer a {
  color: #FAFAFA;
}
#footer p:first-child {
  margin-bottom: 15px;
}
#form {
  position: fixed;
  width: 44.7695684vw;
  height: 36.57644477vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999;
  border-radius: 0.87783467vw;
  display: none;
}
#form .head {
  background: #4E7FFF;
  border-top-left-radius: 0.87783467vw;
  border-top-right-radius: 0.87783467vw;
  text-align: center;
  height: 3.73079737vw;
  line-height: 3.73079737vw;
  font-size: 1.46305779vw;
  color: #fff;
  position: relative;
  padding: 0 1.46305779vw;
}
#form .head .close-btn {
  display: inline-block;
  position: absolute;
  right: 1.46305779vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.46305779vw;
  height: 1.46305779vw;
  background: url(../imgs/close.png) no-repeat center right;
  background-size: cover;
  cursor: pointer;
}
#form .body {
  padding: 1.46305779vw 5.12070227vw;
}
#form input {
  border-radius: 1.46305779vw;
  line-height: 2.92611558vw;
  width: 100%;
  overflow: hidden;
  border: 0;
  background: #fafafa;
  text-indent: 8.04681785vw;
  outline: none;
}
#form .input-wrap {
  position: relative;
  border: 1px solid #eee;
  border-radius: 1.46305779vw;
  background: #fafafa;
  margin: 2.19458669vw 0;
}
#form .input-wrap span {
  position: absolute;
  display: inline-block;
  height: 2.92611558vw;
  line-height: 2.92611558vw;
  font-size: 1.17044623vw;
  left: 18px;
  width: 5.99853694vw;
  letter-spacing: 1px;
  color: #999;
  border-radius: 1.46305779vw;
}
#form .submit-btn {
  letter-spacing: 1px;
  background: #ff6f64;
  text-align: center;
  font-size: 1.17044623vw;
  color: #fff;
  width: 100%;
  padding: 0.7315289vw;
  border-radius: 2.63350402vw;
  margin: 3.65764448vw auto;
  cursor: pointer;
}
#mask {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
