*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@font-face {
  font-family: PingFang SC;
  src: url(https://bafang.fuqianla.net/core/font/PingFang.ttc) format("ttc"), url(https://bafang.fuqianla.net/core/font/PingFang.ttf) format("TureTpe");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: iconfont;
  src: url(https://bafang.fuqianla.net/core/font/iconfont.eot);
  src: url(https://bafang.fuqianla.net/core/font/iconfont.eot#iefix) format("embedded-opentype"), url(https://bafang.fuqianla.net/core/font/iconfont.woff) format("woff"), url(https://bafang.fuqianla.net/core/font/iconfont.ttf) format("truetype")
}

body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
  margin: 0
}

button,
input,
ol,
ul {
  padding: 0
}

li,
ol,
ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%
}

input {
  border: 0;
  margin: 0
}

img {
  width: 100%
}

a,
button,
img,
input,
optgroup,
select,
textarea {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a,
img {
  -webkit-touch-callout: none;
  border: 0
}

body,
html {
  position: absolute;
  min-height: 100%;
  width: 100%
}

button,
img,
input,
textarea {
  vertical-align: middle;
  outline: none
}

body {
  font-family: PingFang SC, Microsoft YaHei, Helvetica, STHeiTi, sans-serif !important;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  color: #333
}

a,
a:hover {
  text-decoration: none
}

input[type=search],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none
}

.clearfix {
  zoom: 1
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

body .none {
  display: none
}

input[disabled=disabled] {
  background-color: #e5e5e5
}

input:disabled,
textarea:disabled {
  background-color: #e5e5e5 !important
}

.fl,
.left {
  float: left
}

.fr,
.right {
  float: right
}

.mt0 {
  margin-top: 0
}

.mt10 {
  margin-top: 10px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mt50 {
  margin-top: 50px
}

.col-1 {
  width: 10%
}

.col-2 {
  width: 20%
}

.col-3 {
  width: 30%
}

.col-4 {
  width: 40%
}

.col-5 {
  width: 50%
}

.col-6 {
  width: 60%
}

.col-7 {
  width: 70%
}

.col-8 {
  width: 80%
}

.col-9 {
  width: 90%
}

.col-10 {
  width: 100%
}

::-webkit-input-placeholder {
  color: #ccc
}

:-moz-placeholder,
::-moz-placeholder {
  color: #ccc
}

:-ms-input-placeholder {
  color: #ccc
}

a[href^="http://tongji.baidu.com"],
span[id^=cnzz_stat_icon] {
  display: none
}

html {
  font-size: 20px
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -moz-box-shadow: 0 0 0 1000px #fff inset !important;
  -ms-box-shadow: 0 0 0 1000px #fff inset !important;
  background-color: #fff !important
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.is_pc {
  display: block !important
}

.is_m {
  display: none !important
}

#sidebarfixed .hotline .box b,
#sidebarfixed ul li i,
.header .navbar .nav-box .nav>li .sub-nav>ul>li>a i.icon-hot,
.header .navbar .nav-box .nav>li .sub-nav>ul>li>a i.icon-new {
  background-image: url(/img/common-icons.81846df.svg);
  background-repeat: no-repeat
}

.mod {
  position: relative;
  z-index: 3
}

.mod-tit {
  padding-top: 70px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #333
}

.btn,
.mod-tit {
  position: relative;
  text-align: center
}

.btn {
  display: block;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  transition: all .2s linear
}

.btn:after {
  display: none
}

.btn span {
  position: relative;
  z-index: 2
}

.btn:hover:after {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.btn.white {
  color: #fff
}

.btn.white:hover:after {
  background-color: #fff;
  border-bottom: 1px solid #fff
}

.btn.blue {
  color: #fff;
  background-color: #1a9bfc
}

.btn.blue:hover {
  color: #fff;
  background-color: #2baaff
}

.btn.blue:active {
  color: #fff;
  background-color: #0086e0
}

.btn.blue.success {
  position: relative;
  width: 50px;
  height: 50px;
  background: #09f;
  border-radius: 50%;
  pointer-events: none
}

.btn.blue.success span {
  display: none
}

.btn.blue.success:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 24px;
  height: 16px;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNS40MzYiIHZpZXdCb3g9IjAgMC4yODIgMjQgMTUuNDM2Ij48ZyBmaWxsPSIjRkZGIj48cGF0aCBkPSJNOC44MTggMTQuMDFMMjIuMjUzLjU3NWExIDEgMCAwMTEuNDE0IDEuNDE0TDEwLjIzMiAxNS40MjVhMSAxIDAgMTEtMS40MTQtMS40MTV6Ii8+PHBhdGggZD0iTS4zMzMgNS41MjVhLjk5OS45OTkgMCAwMTEuNDE0IDBsOC40ODUgOC40ODVhLjk5OS45OTkgMCAxMS0xLjQxNCAxLjQxNEwuMzMzIDYuOTM5YS45OTkuOTk5IDAgMDEwLTEuNDE0eiIvPjwvZz48L3N2Zz4=) no-repeat top;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.btn.lg {
  width: 140px;
  height: 40px;
  font-size: 18px;
  line-height: 40px
}

.btn.mid {
  width: 120px
}

.btn.mid,
.btn.sm {
  height: 40px;
  font-size: 14px
}

.btn.sm {
  width: 100px
}

.btn.xs {
  width: 54px;
  height: 25px;
  font-size: 14px
}

.top-ads {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 85, 179, .7);
  height: 30px;
  opacity: 1;
  transition: opacity .2s linear
}

.top-ads p {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  font-size: 14px;
  line-height: 30px
}

.top-ads p,
.top-ads p a {
  color: #feffff
}

.top-ads p .detail {
  text-decoration: underline
}

.top-ads p .close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURf///////0dwTP////////lN89sAAAAFdFJOU6UgALONhn+7jwAAAEZJREFUCNdNjssNACAIQ2twAOIGOIEjuP9U8g4QORD6gaK7dlZM2WDwIz9JhQ0FVCLRAIJGFjyqcOL/h5LaXOt9sCM6tN54oWoM44/L4gcAAAAASUVORK5CYII=) no-repeat;
  background-size: 8px 8px
}

.header {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(16, 38, 63, .08)
}

.header .navbar {
  margin: 0 auto;
  width: 1000px
}

.header .navbar .fql-logo {
  display: block;
  float: left;
  margin-top: 17px;
  margin-right: 12px
}

.header .navbar .fql-logo strong {
  display: block;
  width: 116px;
  height: 24px;
  font-size: 0;
  background: url(/img/logo.23f3d3a.png) no-repeat 0;
  background-size: contain
}

.header .navbar .nav-box {
  float: left;
  margin-left: 102px
}

.header .navbar .nav-box .nav>li {
  position: relative;
  float: left;
  padding: 0 19px
}

.header .navbar .nav-box .nav>li>a {
  display: block;
  position: relative;
  padding: 23px 16px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #000;
  cursor: pointer
}

.header .navbar .nav-box .nav>li>a i.icon-hot {
  position: absolute;
  top: 10px;
  width: 36px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAmBAMAAACVPcBeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUdwTPiTSviWSulnUvaOS/OFTettUPB9T+51T//9/fjLv/OhjRvVORwAAAADdFJOUwB/f5JrzUoAAAHdSURBVDjLdZS9TsMwFIVbnoFH4A0iRWK3B8TaKIoYLZlUzMGh7I2hO8LpiOgPnWkJfTnuvXFS1zGej7577rGPRyM8DA5P4KRKqbLUWs8lHBG1Z9SJOAdVmqagqUAzB5WQ8bmIswmSCkvKUSQj4ZEmfIKkAjQ0LpcylsFxllTqPJchEo0jT0rr1lQsBp5wXAIgpdETkYQIbkfzUIWehE9iZCmxliwpjvxxaIpImBOpBjmdSAo1ut1uGMHtd1KkdwdVLb52ZX5/pOMnnn1CBE9r9WyMqecPBk/t5cRBlBQgapblYvsGpGbnkdikIxUG1lvUYOn6w/fUk2ZLcF5tH6Wc+iLI0pKe3nG5Zo+i4d0hCUUbfE/NKkCCp5LRPusbEk1X/5BgmWOzzjYY5guJ4oAnCN2Oy5swiVlPMzSum/085Cmx281qjMBIIgnv7pjNqTQ/Wr8u89B2rCOVWX38NSsZ8MR7kqq2xux0HtgOSLytlCr18aBlsHec2XK2z1djD856NyZNT8JySqxw7I67ZF3PSYPXgqTYLcKYsqRpDgnnOSQC+STq3cl4Czr3RGVxSVekcbbrOuWQLKj/etSpwSLq7q4Fsf4Ta0n0q8Qd6YI5pMInWVEHcr7Dyv50fVB/25y+s48qEfUAAAAASUVORK5CYII=) no-repeat 0 0;
  background-size: contain
}

.header .navbar .nav-box .nav>li>a i.icon-resolve {
  position: absolute;
  top: 13px;
  right: -60px;
  width: 74px;
  height: 19px;
  background-image: url(/img/common-icon-resolve-1.f76b2f0.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 74px 19px
}

.header .navbar .nav-box .nav>li>a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  z-index: 102;
  width: 0;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  background: #2467f1;
  -webkit-transition: width .5s ease;
  -moz-transition: width ease .5s;
  -ms-transition: width ease .5s;
  transition: width .5s ease
}

.header .navbar .nav-box .nav>li .sub-nav {
  position: absolute;
  left: -9999em;
  margin-top: -1px;
  width: 100%;
  height: 0;
  padding-top: 28px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(16, 38, 63, .08);
  z-index: 101;
  overflow: hidden;
  text-align: center;
  -webkit-transition: height .5s ease;
  -moz-transition: height ease .5s;
  -ms-transition: height ease .5s;
  transition: height .5s ease
}

.header .navbar .nav-box .nav>li .sub-nav>ul>li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1
}

.header .navbar .nav-box .nav>li .sub-nav>ul>li>a {
  position: relative;
  color: #333
}

.header .navbar .nav-box .nav>li .sub-nav>ul>li>a i.icon-new {
  position: absolute;
  top: -4px;
  right: -28px;
  width: 25px;
  height: 12px;
  background-position: 0 -15px
}

.header .navbar .nav-box .nav>li .sub-nav>ul>li>a i.icon-hot {
  position: absolute;
  top: -6px;
  right: -28px;
  width: 27px;
  height: 12px;
  background-position: 0 0
}

.header .navbar .nav-box .nav>li .sub-nav>ul>li>a:hover {
  color: #2467f1
}

.header .navbar .nav-box .nav>li .sub-nav dl {
  font-size: 14px
}

.header .navbar .nav-box .nav>li .sub-nav dl dt {
  position: relative;
  margin-bottom: 20px;
  color: #999;
  font-weight: 500;
  line-height: 1
}

.header .navbar .nav-box .nav>li .sub-nav dl dt:after {
  display: block;
  position: absolute;
  top: 20px;
  width: 120px;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, .1)
}

.header .navbar .nav-box .nav>li .sub-nav dl dd {
  margin-bottom: 15px;
  line-height: 1
}

.header .navbar .nav-box .nav>li .sub-nav dl dd a {
  color: #333
}

.header .navbar .nav-box .nav>li .sub-nav dl dd a:hover {
  color: #0096ff
}

.header .navbar .nav-box .nav>li .sub-nav dl:nth-child(2),
.header .navbar .nav-box .nav>li .sub-nav dl:nth-child(3) {
  margin-top: 30px
}

.header .navbar .nav-box .nav>li:hover a {
  color: #2467f1
}

.header .navbar .nav-box .nav>li:hover a:after {
  width: 60px;
  left: 50%;
  margin-left: -30px
}

.header .navbar .nav-box .nav>li.nav_bank .sub-nav {
  width: 58px
}

.header .navbar .nav-box .nav>li.nav_bank:after {
  left: 92px
}

.header .navbar .nav-box .nav>li.nav_bank:hover .sub-nav {
  left: 13px;
  height: 350px
}

.header .navbar .nav-box .nav>li.nav_service .sub-nav {
  width: 192px
}

.header .navbar .nav-box .nav>li.nav_service:after {
  left: 38px
}

.header .navbar .nav-box .nav>li.nav_service:hover .sub-nav {
  left: -23px;
  height: 172px
}

.header .navbar .nav-box .nav>li.nav_scheme .sub-nav {
  width: 192px;
  height: 240px
}

.header .navbar .nav-box .nav>li.nav_scheme:after {
  left: 38px
}

.header .navbar .nav-box .nav>li.nav_scheme:hover .sub-nav {
  left: -17px
}

.header .navbar .nav-box .nav>li.nav_news:after {
  left: 25px
}

.header .navbar .login-box {
  float: right;
  font-size: 14px
}

.header .navbar .login-box>div {
  float: left
}

.header .navbar .login-box .phone-400 {
  position: relative;
  float: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 60px;
  color: #000
}

.header .navbar .login-box .phone-400:before {
  display: block;
  position: absolute;
  top: 19px;
  left: -34px;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTDIyMjIyMjMzMzIyMjExMTIyMjMzMzExMTMzMzMzMzIyMjIyMjMzMzMzMwYE8joAAAAOdFJOUwD31rmYC18zIoTrF3REMxERKwAAAf5JREFUOMt1VE1LAkEYfsuPXFYjyj7osCRlEcGiUgRC0ZJElyTsVBAYBkEHWfEeRXUNCbp0CMpjEJ06RITXCsIO3tvV7IPyNzTvzKzOFjuH+Xp23/eZ93lmAHjzbcYVo7iwC3/anWoMJxIxxXyy7x8o4xUc14+NRXF/VZm2pnnjpLXfoU63FnlTb843+sTfWyu/aePiU0t89jxlZ7LyzUZvddkOeGbTdMyFSUZlVEBS/RQP7YL3K6FGhCzdGEOqA2QnQPoUfskWSLcXgYB5DRAVMrkGSJfUwXWJX5WFE9cA5B6AzjmyuJ8TYkWvwf/OgfYhAdgp0XUbAtKbAJDdI0KgHan6PwRA+qA5XRjF3SsAgTpohKUbo+QiYlWCEMNq/RCGg7YSD0OR9DKh7a3bChmHIBvA02MDNKgBP3VSF4EkA9ZI4tuwCJyxUNI76mUPhclBvsCPiMKew2byGJOd6C+Zuk9rjFQ4XY3K4EIxt6vbwQfVKLADMhl8F0QqWTN0kDNVVhIsImkvyEneooTStIhcBi+qyz0yRMuOQlFjjlmA+5UKJfNSBM4tY7q7qLTNUuxbLr+NUDOgfVh7rFKCHrXM7CNZ9ZZPv5bIoVJ1bji0KJct0zAnE1dpblFqat5u5kONGcvUztfA8eI4XzXHy+l8nR0fAOcnw/mR+f8s/QIBLo+1aSA/DQAAAABJRU5ErkJggg==) no-repeat 0 0;
  background-size: contain
}

.header .navbar .login-box .btn-contact {
  display: block;
  float: left;
  position: relative;
  top: 17px;
  margin-right: 20px;
  width: 88px;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #000
}

.header .navbar .login-box .btn-contact:hover {
  background-color: hsla(0, 0%, 100%, .3)
}

.header .navbar .login-box .no-login {
  float: left;
  padding-top: 17px
}

.header .navbar .login-box .no-login a {
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 18px;
  height: 23px;
  line-height: 23px;
  color: #000
}

.header .navbar .login-box .no-login a:last-child {
  margin-right: 0
}

.header .navbar .login-box .has-login {
  display: none;
  margin: 23px 24px 23px 0;
  font-size: 14px;
  line-height: 1
}

.header .navbar .login-box .has-login span {
  margin-right: 8px;
  color: hsla(0, 0%, 100%, .7)
}

.header .navbar .login-box .has-login a {
  color: hsla(0, 0%, 100%, .7)
}

.header .navbar .login-box .btn-app {
  float: left;
  margin-top: 18px;
  font-size: 14px;
  width: 76px;
  height: 25px;
  color: #fefefe;
  line-height: 25px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  transition: color .25s
}

.header .navbar .login-box .btn-app:hover {
  color: #fff
}

.header .topbar {
  display: none
}

.footer-top {
  width: 100%;
  height: 71px;
  background: url(/img/footer.3e7112f.png) no-repeat top;
  background-size: cover
}

.footer {
  position: relative;
  z-index: 3;
  height: 457px;
  background-color: #192947
}

.footer .footer-top {
  width: 100%;
  height: 71px;
  background: url(/img/footer.3e7112f.png) no-repeat top;
  background-size: contain
}

.footer .main {
  margin: 0 auto;
  padding-top: 70px;
  width: 1000px
}

.footer .main>div {
  float: left
}

.footer .main.is_pc>div:last-child {
  margin-left: 62px;
}

.footer .industries {
  margin-left: 62px
}

.footer dl {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding-left: 80px
}

.footer dl dt {
  position: relative;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #ccc
}

.footer dl dt a {
  color: #ccc
}

.footer dl dt:before {
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #09f
}

.footer dl dd {
  line-height: 32px
}

.footer dl dd strong {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #4a515d
}

.footer dl dd strong:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 114px;
  height: 1px;
  content: "";
  background-color: #4a515d
}

.footer dl dd a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6)
}

.footer dl dd a:hover {
  text-decoration: none;
  color: #ccc
}

.footer dl .aboutus_footer {
  color: #fff
}

.footer .item {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: hsla(0, 0%, 100%, .6)
}

.footer .item.email label,
.footer .item.market label,
.footer .item.tel label {
  position: absolute;
  top: 2px;
  left: 0
}

.footer .item.email a,
.footer .item.market a,
.footer .item.tel a {
  color: hsla(0, 0%, 100%, .6)
}

.footer .item.tel label {
  top: 3px
}

.footer .item.tel p {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff
}

.footer .item.tel span {
  font-size: 12px
}

.footer .item.tel .footer-logo {
  width: 134px;
  height: 27px;
  background: url(/img/logo-white.0629132.png) no-repeat;
  background-size: contain
}

.footer .item.tel .consultation {
  margin-top: 32px
}

.footer .item.wx {
  font-size: 12px;
  margin-top: 38px;
}

.footer .item.wx:before {
  display: block;
  width: 108px;
  height: 108px;
  content: "";
  background: url(/img/common-QR-code.b26ed87.png) no-repeat 50%;
  background-size: 100% 100%;
}
.footer .is_pc .item.wx:before {
  margin-left: 18px;
}

.footer .item.wx p {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  padding-left: 9px;
}

.footer .copyright {
  clear: both;
  padding-top: 36px;
  font-size: 12px;
  text-align: center;
  color: hsla(0, 0%, 100%, .2)
}

.footer .copyright a {
  color: hsla(0, 0%, 100%, .2);
  text-decoration: none
}

#sidebarfixed {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 1000;
  width: 95px;
  height: 103px
}

#sidebarfixed ul {
  position: relative
}

#sidebarfixed ul:after {
  display: block;
  top: 36px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #0055b3
}

#sidebarfixed ul:after,
#sidebarfixed ul li {
  position: absolute;
  box-shadow: 3.441px 4.915px 10px 0 rgba(98, 98, 98, .15)
}

#sidebarfixed ul li {
  width: 40px;
  height: 40px;
  background-color: #0055b3;
  cursor: pointer;
  -webkit-transform: rotate(45deg) scale(.875);
  -moz-transform: rotate(45deg) scale(.875);
  -ms-transform: rotate(45deg) scale(.875);
  transform: rotate(45deg) scale(.875);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform ease .5s;
  -ms-transition: transform ease .5s;
  transition: transform .5s ease
}

#sidebarfixed ul li i {
  display: block
}

#sidebarfixed ul li i,
#sidebarfixed ul li span {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#sidebarfixed ul li span {
  display: none;
  top: 7px;
  left: 10px;
  font-size: 0;
  line-height: 14px;
  color: #fff
}

#sidebarfixed ul li:hover {
  width: 40px;
  height: 40px;
  background-color: #008cff;
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1)
}

#sidebarfixed ul li:hover i {
  display: none
}

#sidebarfixed ul li:hover span {
  display: block;
  font-size: 10px
}

#sidebarfixed ul li:first-child {
  top: 0;
  right: 18px
}

#sidebarfixed ul li:first-child i {
  top: 7px;
  left: 8px;
  width: 24px;
  height: 24px;
  background-position: 0 -30px
}

#sidebarfixed ul li:nth-child(2) {
  top: 28px;
  right: 48px
}

#sidebarfixed ul li:nth-child(2) i {
  top: 10px;
  left: 11px;
  width: 18px;
  height: 18px;
  background-position: 0 -56px
}

#sidebarfixed ul li:nth-child(3) {
  top: 56px;
  right: 18px
}

#sidebarfixed ul li:nth-child(3) i {
  top: 7px;
  left: 14px;
  width: 7px;
  height: 22px;
  background-position: 0 -97px
}

#sidebarfixed ul li:nth-child(3):hover i {
  display: block;
  background-position: 0 -121px
}

#sidebarfixed ul li:nth-child(3):hover span,
#sidebarfixed ul li:nth-child(4) {
  display: none
}

#sidebarfixed .hotline {
  position: absolute;
  top: 28px;
  right: 98px;
  width: 0;
  height: 50px;
  overflow: hidden
}

#sidebarfixed .hotline .box {
  position: relative;
  padding-top: 5px;
  width: 155px;
  height: 42px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 3px 6px 0 rgba(93, 93, 93, .1)
}

#sidebarfixed .hotline .box:after {
  display: block;
  position: absolute;
  top: 18px;
  right: -4px;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  box-shadow: 1px 3px 6px 0 rgba(93, 93, 93, .1)
}

#sidebarfixed .hotline .box b {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  background-position: 0 -76px
}

#sidebarfixed .hotline .box em {
  padding-left: 6px;
  font-style: normal;
  font-size: 14px;
  color: #333
}

#nav {
  display: none;
  -webkit-transform: translate(-100%) rotateX(0);
  -moz-transform: translate(-100%) rotateX(0);
  -ms-transform: translate(-100%) rotateX(0);
  transform: translate(-100%) rotateX(0);
  -webkit-transition: all .25s cubic-bezier(.22, .61, .36, 1);
  -moz-transition: all .25s cubic-bezier(.22, .61, .36, 1);
  -ms-transition: all .25s cubic-bezier(.22, .61, .36, 1);
  transition: all .25s cubic-bezier(.22, .61, .36, 1)
}

.log-pop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .7)
}

.log-pop .log-pop-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1001;
  padding: 40px;
  width: 320px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.log-pop .log-pop-box .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  color: #666;
  cursor: pointer;
  overflow: hidden
}

.log-pop .log-pop-box .close:after,
.log-pop .log-pop-box .close:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #000;
  border-radius: 5px
}

.log-pop .log-pop-box .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.log-pop .log-pop-box .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.log-pop .log-pop-box .tit {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 1
}

.log-pop .log-pop-box a {
  display: block;
  margin: 32px auto 0;
  width: 108px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: all .3s ease
}

@media (max-width:1000px) {
  .is_pc {
    display: none !important
  }

  .is_m {
    display: block !important
  }

  html {
    font-size: 10px
  }

  body {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px)
  }

  .mod .mod-tit {
    padding-top: 5rem;
    font-size: 2.2rem
  }

  .btn:after {
    display: none !important
  }

  .btn.blue:hover,
  .btn.white:hover {
    color: #fff
  }

  .btn.lg {
    width: 19rem;
    height: 4.4rem;
    line-height: 4.4rem;
    font-size: 1.6rem
  }

  .header {
    height: auto;
    border-bottom: 1px solid #ededed;
    box-shadow: none
  }

  .header:hover {
    background-color: transparent
  }

  .header .navbar {
    display: none
  }

  .header .topbar {
    display: block;
    padding: 2.5rem 0 1.5rem 1.4rem;
    background-color: #fff;
    overflow: hidden
  }

  .header .topbar .fql-logo {
    display: block;
    float: left
  }

  .header .topbar .fql-logo:before {
    display: block;
    content: "";
    width: 9.85rem;
    height: 2.05rem;
    background: url(/img/logo.23f3d3a.png) no-repeat;
    background-size: contain
  }

  .header .topbar .btn-toggle{
    display: block;
    width: 1.95rem;
    height: 1.95rem;
    background: url(/img/btn-toggle.png) no-repeat 0 0;
    background-size: 100% 100%;
    float: right;
    margin: 0 1.5rem;
  }

  /* .header .topbar button {
    display: block;
    float: right;
    padding: 0 1.5rem;
    background-color: transparent;
    border: none
  }

  .header .topbar button.btn-toggle:before {
    content: "\E663";
    font-family: iconfont;
    font-size: 1.95rem;
    color: #333
  }

  .header .topbar button.btn-close:before {
    content: "\E665";
    font-family: iconfont;
    font-size: 1.95rem;
    color: #fff
  } */

  #nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .33);
    z-index: 100
  }

  #nav h1 {
    position: relative;
    padding: 2.5rem 0 1.5rem 1.4rem;
    font-weight: 400;
    font-size: 0;
    background-color: #fff
  }

  #nav h1:before {
    display: block;
    width: 9.85rem;
    height: 2.05rem;
    content: "";
    background: url(/img/logo.23f3d3a.png) no-repeat;
    background-size: contain
  }

  #nav span {
    position: absolute;
    bottom: 1.59rem;
    right: 1.5rem;
    display: block;
    width: 1.95rem;
    height: 1.95rem;
    background: url(/img/btn-toggle.png) no-repeat 0 0;
    background-size: 100% 100%;
  }

  /* #nav span:before {
    content: "\E665";
    display: block;
    padding: .5rem;
    font-family: iconfont;
    font-size: 1.4rem;
    color: #333
  } */

  #nav .nav {
    width: 22.5rem;
    height: 100%;
    position: absolute;
    right: 0;
    background: #f6f7fa
  }

  #nav .nav>li>a {
    display: block;
    position: relative;
    padding-left: 3rem;
    height: 5.5rem;
    font-size: 1.4rem;
    line-height: 5.5rem;
    color: #333;
    border-bottom: 1px solid #eceef5
  }

  #nav .nav>li>a .icon-hot {
    position: absolute;
    top: 1.2rem;
    left: 10rem;
    width: 27px;
    height: 12px;
    background: url(/img/common-icons.81846df.svg) no-repeat 0 0
  }

  #nav .nav>li>a .icon-resolve {
    position: absolute;
    top: 1.5rem;
    left: 5.5rem;
    width: 6.65rem;
    height: 1.5rem;
    background-image: url(/img/common-icon-resolve-2.b987410.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 6.65rem 1.5rem
  }

  #nav .nav>li>a .icon-new {
    position: absolute;
    top: 1.7rem;
    left: 12.6rem;
    width: 25px;
    height: 12px;
    background: url(/img/common-icons.81846df.svg) no-repeat 0 -15px
  }

  #nav .nav>li>a .icon-arrow {
    position: absolute;
    top: 2.6rem;
    right: 1.4rem;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border: solid #8b8b8d;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }

  #nav .nav>li .subnav {
    display: none;
    background-color: #fff
  }

  #nav .nav>li .subnav li {
    height: 4.6rem;
    line-height: 4.6rem
  }

  #nav .nav>li .subnav li a {
    font-size: 1.4rem;
    border-bottom: none;
    color: #333;
    padding-left: 4.5rem
  }

  #nav .nav>li .subnav li a>.icon-hot {
    left: 16rem
  }

  #nav .nav>li .subnav dl {
    padding-top: 3rem;
    padding-left: 1.6rem;
    font-size: 1.3rem;
    color: #fff
  }

  #nav .nav>li .subnav dl dd,
  #nav .nav>li .subnav dl dt {
    margin-bottom: 1.2rem;
    line-height: 1
  }

  #nav .nav>li .subnav dl dt {
    position: relative
  }

  #nav .nav>li .subnav dl dt:after {
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 10.5rem;
    height: 1px;
    content: "";
    background-color: #fff
  }

  #nav .nav>li .subnav dl dd:last-child {
    margin-bottom: 0
  }

  #nav .nav>li .subnav dl a {
    color: #fff
  }

  #nav .nav>li .subnav dl:first-child {
    padding-top: 1.5rem
  }

  #nav .nav>li .subnav dl:last-child {
    padding-bottom: 1.5rem
  }

  #nav .nav>li.open a .icon-arrow {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
  }

  #nav .nav>li.open .subnav {
    display: block
  }

  #nav .nav>li:nth-child(4) .subnav dl {
    margin-left: 2.3rem;
    padding-top: 2.1rem;
    border-bottom: 1px solid #333
  }

  #nav .nav>li:nth-child(4) .subnav dl dt {
    font-size: 1.2rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .2)
  }

  #nav .nav>li:nth-child(4) .subnav dl dd a {
    padding-left: 0;
    border-bottom: none
  }

  #nav .nav>li:nth-child(4) .subnav dl:last-child {
    border-bottom: none
  }

  #nav.nav-show {
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
  }

  .footer {
    height: auto;
    clear: both
  }

  .footer .main {
    margin: 0 auto;
    padding-top: 4.9rem;
    width: 34.5rem
  }

  .footer .main .main-content .footer-left {
    float: left;
    width: 23.2rem
  }

  .footer .main .main-content .footer-left dl {
    padding-left: 2rem;
    margin-bottom: 4.5rem
  }

  .footer .main .main-content .footer-left dl dt {
    margin-bottom: 2.5rem
  }

  .footer .main .main-content .footer-left dl dt:before {
    display: none
  }

  .footer .main .main-content .footer-left dl dd {
    font-size: 1.2rem
  }

  .footer .main .main-content .footer-left dl dd>div {
    color: hsla(0, 0%, 100%, .6);
    line-height: 1.2rem
  }

  .footer .main .main-content .footer-left dl dd>div p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1.5rem 0
  }

  .footer .main .main-content .footer-left dl dd .wx,
  .footer .main .main-content .footer-left dl dd .wx:before {
    width: 8.4rem;
    height: 8.4rem
  }

  .footer .main .main-content .footer-left dl dd .recognition {
    width: 11rem;
    font-size: .9rem;
    color: #858d93;
    line-height: 1.1rem;
    padding-top: .5rem;
    text-align: left
  }

  .footer .main .main-content .footer-left dl .aboutus_footer {
    color: #fff
  }

  .footer .main .main-content .footer-right {
    width: 11.25rem;
    float: left !important
  }

  .footer .main .main-content .footer-right .industries {
    margin-left: 0
  }

  .footer .main .main-content .footer-right dl {
    padding-left: 0
  }

  .footer .main .main-content .footer-right dl dt {
    margin-bottom: 2.5rem
  }

  .footer .main .main-content .footer-right dl dt:before {
    display: none
  }

  .footer .copyright {
    padding-top: 0;
    padding-bottom: 4rem;
    font-size: .9rem;
    color: hsla(0, 0%, 100%, .4)
  }

  .footer dl {
    margin-bottom: 2.8rem;
    width: 100%
  }

  .footer dl dt {
    font-size: 1.5rem;
    color: #fefefe
  }

  #sidebarfixed {
    right: 0;
    bottom: 6rem;
    width: auto;
    height: auto
  }

  #sidebarfixed ul {
    position: relative;
    width: 5.9rem;
    height: 10.7rem
  }

  #sidebarfixed ul li {
    position: absolute;
    width: 3.3rem;
    height: 3.3rem;
    font-size: 0;
    background-color: #008cff;
    box-shadow: none;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none
  }

  #sidebarfixed ul li i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
  }

  #sidebarfixed ul li span {
    display: none
  }

  #sidebarfixed ul li:after {
    position: absolute;
    top: 0;
    right: -1.1rem;
    width: 2.1rem;
    height: 1px;
    content: "";
    background-color: #008cff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #sidebarfixed ul li:hover {
    width: 3.3rem;
    height: 3.3rem;
    background-color: #008cff;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
  }

  #sidebarfixed ul li:hover i {
    display: block
  }

  #sidebarfixed ul li:hover span {
    display: none
  }

  #sidebarfixed ul li:first-child {
    top: 1rem;
    right: 1.5rem
  }

  #sidebarfixed ul li:first-child i {
    top: .75rem;
    left: .6rem;
    width: 2.2rem;
    height: 1.8rem;
    background-image: url(/img/m-common-icon-service.7e3cbd0.svg);
    background-position: 0 0
  }

  #sidebarfixed ul li:nth-child(2),
  #sidebarfixed ul li:nth-child(3) {
    display: none
  }

  #sidebarfixed ul li:nth-child(4) {
    display: block;
    top: 8rem;
    right: 1.4rem
  }

  #sidebarfixed ul li:nth-child(4) i {
    top: .8rem;
    left: .7rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTP///////////////////////////////////////////////////////////////8/RimEAAAAQdFJOUwDranyyxS72GglAT9igXY+rAa7wAAABrElEQVQ4y41Ui5LDIAhUg+/n/3/tgUo0bZKeM22tWWB3wQhBK2grsxM/V2m0pPkPzuIn+d+47J1sDc6zqIrxdzjiib/HPKN9sxB3XJg4IRTu4gYkMhsUGNe3LCgcFYg2cmKgbYm3PrWmVwpf8H/TjFwJhTD2LD6gR1uhaU9Spx4HGhQ1IGJoPYm5nbBiXc1STMSNYa2KcVjJ9igju2hAfpntdUsNMeIgF2D4hs9nysoCCFc3KXFIY97CzCYv53khq9SfT7l5hCza50pdqGxWMMsu4Wr3YqVPX9RAhE2L2ByBVUmP4sjBXoobSb0va1DJgjB6na4Xwp9f50xKN3qt38e8DgQNMbwCvR4mHrNxz8ul0Za6j6ArKnwhaQ6OiUxzXmjG9dd1D3bYSNVtmRu67uEJWSgROMIdBetY9YmM88KaNN8ImNfpyw3bBosU+dqLlu5HviNK1bs7QU/c5Jq+kJIPo7kc5juXZPw8xLNv54l9vbJ3d8DBPu3j5uFhArqRKynh7P1L1lB5qfzCxacZ6W2W9FZ5xyH/3D3XkN5xVD/bMRU/cJRVgWwSho4/bz0bID7pCwUAAAAASUVORK5CYII=);
    background-position: top
  }

  #sidebarfixed ul li:nth-child(4) a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0
  }

  #sidebarfixed ul:after {
    display: none
  }

  .m-none {
    display: none !important
  }

  .top-ads {
    height: 4.3rem
  }

  .top-ads p {
    padding: .2rem 2rem 0 1.5rem;
    width: auto;
    font-size: 1.1rem;
    line-height: 2rem
  }

  .top-ads p .close {
    top: 1.8rem;
    right: 1.5rem
  }
}

.f34_tit {
  padding: 70px 0;
  font-weight: 500;
  font-size: 34px;
  color: #333;
  text-align: center
}

.application {
  position: relative;
  padding-bottom: 90px
}

.application .mb15 {
  padding-bottom: 15px
}

.application .link_msg {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding-bottom: 54px
}

.application .err-msg {
  display: none;
  position: absolute;
  top: 186px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #f96361
}

.application input[type=text] {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  width: 386px;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
  font-size: 16px;
  margin: 0 auto 0;
  background: transparent
}

.application input[type=text]:disabled {
  background-color: #fff !important;
  color: #999
}

.application input[type=text].smcode {
  margin: 0;
  width: 252px
}

.application .from {
  width: 392px;
  margin: 0 auto
}

.application .from .item {
  position: relative;
  height: 79px
}

.application .from .item.focus:after {
  width: 386px
}

.application .from .item.err_focus:after {
  width: 386px;
  background: #f96361
}

.application .from .item:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #188efb;
  left: 3px;
  bottom: 29px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear
}

.application .from .item:last-child {
  margin-bottom: 41px
}

.application .from .item .err {
  display: none;
  padding-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #f96361
}

.application .from .item .err:before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURfxiXftiXUdwTPtiXP9mWfxiXfthXftiXP/p6P6Df9QsswIAAAAIdFJOU//yAFMU0YaCIKGIogAAAElJREFUCNdjUFJJZQx3UmJQMmRgYBBWYlBmAAEjBkcwLcJQwNDJMIOBjSGAYcbMTgZWoBhnxwQgKQCmGeHiMHUwfTBzYOZC7QEAQj4O0s9bUwAAAAAASUVORK5CYII=) no-repeat 0 0
}

.application .from .item.item-smcode.err_focus:after,
.application .from .item.item-smcode.focus:after {
  width: 252px
}

.application .btn {
  margin: 0 auto
}

.application .btn.reset {
  display: none
}

.application .smbtn {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  width: 130px;
  height: 41px;
  font-size: 16px;
  line-height: 41px;
  text-align: center;
  color: #333;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  cursor: pointer
}

.application .smbtn.disabled {
  pointer-events: none
}

.application .welfare {
  display: none
}

.application .welfare h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #333
}

.application .welfare p {
  font-size: 12px;
  text-align: center;
  color: #000
}

.application .welfare p span {
  color: #fc625d
}

.application .welfare .addr {
  margin: 48px auto 0;
  width: 386px
}

.application .welfare .addr select {
  width: 48%;
  height: 26px;
  border: 0 none
}

.application .welfare .addr select.city {
  position: relative;
  float: right;
  top: 4px
}

.application .welfare .addr input[type=text] {
  margin-top: 14px
}

.application .welfare .btn-layer {
  position: relative;
  margin-top: 30px
}

.application .welfare .btn-layer .btn-getcard {
  display: block;
  width: 165px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #09f;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

.application .welfare .btn-layer .btn-getcard.disabled {
  color: #333;
  background-color: #f5f5f5;
  border: 0 none;
  pointer-events: none
}

.application .welfare .btn-layer .btn-skip {
  position: absolute;
  top: 10px;
  right: 36px;
  font-size: 14px;
  text-decoration: underline;
  color: #333
}

.application .result {
  display: none;
  position: relative
}

.application .result .tit {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #333
}

.application .result .tit:before {
  display: block;
  margin: 50px auto 20px;
  content: ""
}

.application .result p {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
  line-height: 1
}

.application .result p span {
  display: block;
  margin: 0 auto;
  text-align: center
}

.application .result p span.tel {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1
}

.application .result p span.tel em {
  font-style: normal
}

.application .result.suc .tit:before {
  width: 44px;
  height: 46px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABbBAMAAAAB2o+UAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUdwTACZ/yOn//T7/43S/9vx/z6y/7Th/12+/4Ci9dAAAAABdFJOUwBA5thmAAAB/ElEQVRYw61YTU8CMRBtRMXrNCxwpH4fCVHikRWNHhdC9OpqvIOJd9b4w+2qsJ12+jHRdySPl9eZdj5WCButx/tnBYenn+9DEcWihA26txHu3jWYOC5C5IsSMLrTABlcTDlkL72tSLZcUuRWBTT6VCTfwIezVNMe614fpJcHCOHVyqEKsiXO6RzCOEGuVYQtTedjiOHFYFdRdr8h70Icky17lsDOks+IznkAKVgzjDRWyiR2Nz0iTVRGieyjb3aeyO4kx28bwzakon7O+8nsp3i0b0oU8fAhe0bI6mOqiNfGqdQvMiJtOi0imVyi9z0JX8AezvRa7ISlUe4GwQBa0jqEq3Rp/e88XVoHvApKl1aZKEPSY/CzO5cqKK2TqcwAjfDltwueFOhG4sS1HJcCG52HpDEb3QpKGrMNcVIasw1xUhqEIsVpaWk9nY04LS2tXP6K09K6FFb2CFCL09I68zm44h5p/fsKXHGPtJaauUV94WuJmfsuC/+MMHDffF2/rnytx60nhXf8mBC1KvNJ1ybdOnjneX2S0Uh+auwsmZ2xewOv7/B6Gq9fMnsxr8/zZgjmfMKbfXhzFW9mY86DvFmTOcfyZmTe/M2c7Xl7g6eUba7I8E/7DnOXYu5pvB2QuV8yd1dNt83IaWiNbn8g8vnyH/f57bcCSX4r+AL3EwUozOPmYwAAAABJRU5ErkJggg==) no-repeat 0 0;
  background-size: contain
}

.application .result.suc .btn-confirm {
  margin-top: 30px;
  width: 160px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  background-color: #1a9bfc;
  border-color: #1a9bfc
}

.application .result.err .tit:before {
  width: 46px;
  height: 46px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABfBAMAAAB8YgbGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTP9hWf+5tv/z8/+emf97df/Y1f+1sYbdJowAAAABdFJOUwBA5thmAAAB6UlEQVRYw7VYTVPCQAztUC1XU1u41n9QHMGrVZErdahewYtXmGH8/W6hH9tudpvnYG6dyUs2yctuUs8zZXFcFhQXrz+pJ5GvjBp53g6qB0vSJX4b0L/PqSfvznM9kClRium7EI/Ey9SCCHILgD5YfT8jq7xwgLldn2LmUAG5ZGICDk4A7WUZtefWFTEb95ADw8WgA6InXX88rE9THbATAEjrDV+iT7eyIrPlzkSANuxApt/yYy4ENGc6CAE1oXypfp2nKzEgOgNmYgClSFKbxMpDqIIYAYATAa8BQMwwNercThuGsb2Y01HnCDMz6ryf6rv2K+kXaW0wL9azEBoRTszu3Gsuko67Kk19YoSti9DMecQQozVrOiBiAI3dkCtqylwYtWHOgSqE2T2VZdaBygnD1bNp1oGqHPNOnWzzDlTluIetNM47sACU9cDC+7XH0jgpacw5oBseEFobywIoeb+j//TgigHO0iXq4K40zCWYrXA/wB0H9zR8a8D3EnzzwXcrfnvD7wP8Ao0BwPRPryj8TuOTADxrwNMMPC/hExk888FTJT63wpMxPHvj0z28P+AbCrwDwVsWvsfhmyK8i+LbLrxP4xs7/k8A/+ugTmXE8Zle9s+Jkm8tvaut6HfO4liokxUb9u/PLwMyD7mji+hQAAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size: contain
}

.application .result.err p {
  text-align: center !important
}

.application .result.err .btn-reset {
  display: block;
  margin: 30px auto 0;
  width: 160px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #1a9bfc;
  border-color: #1a9bfc
}

.applidation_mask_pop {
  display: none;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000
}

.applidation_mask_pop.show {
  display: block
}

.application_pop {
  display: block;
  width: 480px;
  height: 360px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001
}

.application_pop .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 22px
}

.application_pop .close:before {
  content: "\D7";
  font-weight: 300;
  font-size: 28px;
  color: #999
}

.application_pop .link_msg {
  line-height: 1;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-top: 40px
}

.application_pop .tip_msg {
  padding-top: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #666
}

.application_pop .err-msg {
  display: none;
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #f96361
}

.application_pop input[type=text] {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  width: 300px;
  height: 25px;
  line-height: 25px;
  font-weight: 300;
  font-size: 16px;
  margin: 0 auto 0;
  background: transparent
}

.application_pop input[type=text]:disabled {
  background-color: #fff !important;
  color: #999
}

.application_pop input[type=text].smcodepop {
  margin: 0;
  width: 160px
}

.application_pop .smbtnpop {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 2;
  width: 130px;
  height: 41px;
  font-weight: 300;
  font-size: 16px;
  line-height: 41px;
  text-align: center;
  color: #333;
  background-color: #f5f5f5;
  cursor: pointer
}

.application_pop .smbtnpop.disabled {
  pointer-events: none
}

.application_pop .from {
  margin: 0 auto;
  padding-top: 28px;
  width: 300px
}

.application_pop .from .item {
  position: relative;
  height: 50px
}

.application_pop .from .item.focus:after {
  width: 300px
}

.application_pop .from .item.err_focus:after {
  width: 300px;
  background: #f96361
}

.application_pop .from .item:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 0;
  height: 1px;
  content: "";
  background: #188efb;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear
}

.application_pop .from .item:last-child {
  margin-bottom: 15px
}

.application_pop .from .item .err {
  display: none;
  padding-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #f96361
}

.application_pop .from .item .err:before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURfxiXftiXUdwTPtiXP9mWfxiXfthXftiXP/p6P6Df9QsswIAAAAIdFJOU//yAFMU0YaCIKGIogAAAElJREFUCNdjUFJJZQx3UmJQMmRgYBBWYlBmAAEjBkcwLcJQwNDJMIOBjSGAYcbMTgZWoBhnxwQgKQCmGeHiMHUwfTBzYOZC7QEAQj4O0s9bUwAAAAAASUVORK5CYII=) no-repeat 0 0
}

.application_pop .from .item.item-smcode.err_focus:after,
.application_pop .from .item.item-smcode.focus:after {
  width: 160px
}

.application_pop .btn {
  background: #09f;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto
}

.application_pop .btn.success {
  background: #666;
  color: #fff
}

.application_pop.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.application_pop .contact {
  display: block
}

.application_pop .welfare {
  display: none
}

.application_pop .welfare h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #333
}

.application_pop .welfare p {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #000
}

.application_pop .welfare p span {
  color: #fc625d
}

.application_pop .welfare .addr {
  margin: 54px auto 0;
  width: 300px
}

.application_pop .welfare .addr select {
  width: 48%;
  height: 26px;
  border: 0 none
}

.application_pop .welfare .addr select.citypop {
  position: relative;
  float: right;
  top: 4px
}

.application_pop .welfare .addr input[type=text] {
  margin-top: 14px
}

.application_pop .welfare .btn-layer {
  position: relative;
  margin-top: 40px;
  text-align: center
}

.application_pop .welfare .btn-layer .btn-getcard {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #09f;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

.application_pop .welfare .btn-layer .btn-getcard.disabled {
  color: #333;
  background-color: #f5f5f5;
  border: 0 none;
  pointer-events: none
}

.application_pop .welfare .btn-layer .btn-skip {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
  color: #333
}

.application_pop .result {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.application_pop .result:before {
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 45px;
  height: 45px;
  content: "";
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.application_pop .result .tit {
  padding-top: 112px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #333
}

.application_pop .result p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #666
}

.application_pop .result p span {
  display: block;
  margin: 0 auto;
  text-align: center
}

.application_pop .result p span.tel {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1
}

.application_pop .result p span.tel em {
  font-style: normal
}

.application_pop .result .result-btn {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 160px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #09f;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.application_pop .result.suc:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaBAMAAADKhlwxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURTbNn0dwTDXNnjPNnjXOnjXNnzXNnjXNnzXNn9cFTKcAAAAJdFJOU/8A4BVXv340mckkco8AAAH7SURBVFjDrZc7U8JAFIUPayIpRSChXGUcLY0FYxkr20T/QJBCS6KONejo7zYECLvZ53U8FUO+OXOze3MfGCh6f3ngOL/4uVcfofvHR469wmcHnXxC1FVlo2ccstjCTN9C1cJEzwAHLtAjrqXZnY4e5tArTDV0BpMClZ7ArHWXNsYhxbKnX2HTpUwn3EqzSqLt1q35lh5yB81Sgb6BS1OBzp10eKAncGvd0pkHHexp5zu277mhx/BRsaMzLzrY0l6BbEOp6Rh+mjf0tSd91NArTzra0EP4Kq3p2Jue1/SpN31W00v7ub2V7e9+Tdtf8lG46aimueNKDjQbIHFYi3lRIXZYj8RDwdjfGgVO/K3Rw9LfGn1k/tYIUPpb4xgrf2tEEEoJ+7ZbIwQX0720WoOJdCFlr2pd01JGCuYaa6XWxTZrtcCUdmuuNzdYc6253prJdGuut2bIdZEbog47N78zN0QddbOqMTed9XE3YxvzqeGsA+VrqM2fTNfYV7600DJQ9NSveNMxDBlSqBUiNPeWuab6FMbkqzSVLUwN1kxbNZmxObgqsnSA5GpP6yS0LkXrgMTuSuvctKmANnEQpxnapESbwogTHm16JE6miXPqrf48UROnddomQNwyaBsMcTsibl60rY64Meq30a9/2nSJWzRxQ2+3f6bd/n8Bpzt1T65AK9MAAAAASUVORK5CYII=)
}

.application_pop .result.err:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaBAMAAADKhlwxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUdwTP9gWP9gWP9gWP9gWf9hWP9fV/9gWP9gWP9hWe+UsTEAAAAJdFJOUwCa7ssLNBiBWlYevWoAAAHWSURBVFjDpZc9TwJBEIb3An6UaAjGUhTidUaiyXVAY0ts1A70D2iihZ0xsaDkLkbn37p36HG7O7s7b3w7yMMwOzszO6OUo9unUZ/6o4MPFdfNOf3p+CXCbu1TU0ezEHyVkani2Q8vUrKV97yWXVjjHuu7HKzxNw7ezohXMWfod/Lp1IUn5FdX7Afryz2FdGHdYRqkc/NOrymsgeF1GqHzpucPFNPlBm5nUboY1/QOxdWp6aWA/haf0ThniyQ6AxypXWmnIjofiyNS6lGQUBsNK/pQSK8At38dl7q9drwlpsuI34npT+eQ3Ynvw/qY5iHHjV+vVNs8pq5IsuikkaQmTTM7JJ2Na/qPEzsoLecKEveHdVCm5DHumqYTJ4A15JrWIVwSb5wxrVP8lXjjjGn6YjKw4jjT+suMWOOcaSoYuiT3ONOaTj1pzxVJztFVX0q4elC+mmLrD6QxT7BTYhHEbge7eSyrsIzFqgGrNKyKsQ5hdZ95uPtYVz8Pd7ZQ1+wtnPzBOjLW7bGXBHulsBcQfF2xlxubCrCJA5xmsEkJm8LYvuSf8BQ0PQom06F8oLZHamiiBqf1iPHBv7YMbIMBtyNw88K2OnBjBLdRcNMFt2hwQ49s/z9pDfjQe9CpgAAAAABJRU5ErkJggg==)
}

@media (max-width:768px) {
  .application {
    padding-bottom: 5rem;
    background: #f6f7f9;
    width: 100%
  }

  .application input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #f6f7f9 !important;
    -webkit-box-shadow: 0 0 0 1000px #f6f7f9 inset !important;
    -moz-box-shadow: 0 0 0 1000px #f6f7f9 inset !important;
    -ms-box-shadow: 0 0 0 1000px #f6f7f9 inset !important;
    background-color: #f6f7f9 !important
  }

  .application .from {
    width: auto;
    padding: 0 2.5rem;
    position: relative
  }

  .application .from .item {
    height: 5.8rem
  }

  .application .from .item .err {
    padding-top: 0
  }

  .application .from .item.err_focus:after,
  .application .from .item.focus:after {
    width: 100%
  }

  .application .from .item:after {
    left: 0;
    bottom: 2.2rem
  }

  .application .from .item.item-smcode.err_focus:after,
  .application .from .item.item-smcode.focus:after {
    width: 15rem
  }

  .application .from .item:last-child {
    margin-bottom: 1.6rem !important
  }

  .application .f34_tit {
    font-size: 2.2rem;
    padding: 3.7rem 0 1rem
  }

  .application .link_msg {
    font-size: 1.3rem;
    padding-bottom: 2.8rem !important
  }

  .application .err-msg {
    top: 9.2rem;
    font-size: 1.2rem
  }

  .application input[type=text] {
    width: 100%;
    height: 3.6rem;
    border: 1px solid #c1c1c1;
    padding-left: 1.1rem;
    font-size: 1.4rem;
    margin: 0 auto;
    -webkit-appearance: none;
    line-height: 3.15rem;
    border-radius: 0
  }

  .application input[type=text].smcode {
    width: 15rem
  }

  .application .smbtn {
    top: 0;
    width: 13rem;
    height: 3.6rem;
    font-size: 1.5rem;
    line-height: 3.6rem;
    border-radius: 0
  }

  .application .welfare {
    display: none;
    padding-right: 3rem;
    padding-bottom: 3.5rem;
    padding-left: 3rem
  }

  .application .welfare h4 {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1
  }

  .application .welfare p {
    font-size: 1.2rem;
    line-height: 1.7rem
  }

  .application .welfare .addr {
    margin-top: 4rem;
    width: auto
  }

  .application .welfare .addr select {
    margin-bottom: 2rem;
    width: 48%
  }

  .application .welfare .addr select.city {
    top: 0
  }

  .application .welfare .addr input[type=text] {
    margin-top: 0;
    height: 4rem
  }

  .application .welfare .addr textarea {
    width: 100%;
    border: 1px solid #999;
    resize: none
  }

  .application .welfare .btn-layer {
    margin-top: 2rem
  }

  .application .welfare .btn-layer .btn {
    margin: 0;
    width: 10rem;
    height: 4rem;
    font-size: 1.7rem;
    line-height: 4rem
  }

  .application .welfare .btn-layer .btn-skip {
    top: .9rem;
    right: 0;
    font-size: 1.5rem
  }

  .application .result .tit {
    font-size: 1.5rem
  }

  .application .result .tit:before {
    margin: 3.5rem auto 2rem
  }

  .application .result p {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1
  }

  .application .result p span.tel {
    margin-bottom: 1rem;
    font-size: 1.3rem
  }

  .application .result.suc .tit:before {
    width: 4.6rem;
    height: 4.7rem
  }

  .application .result.suc .btn-confirm {
    margin-top: 3.5rem;
    width: 17rem;
    height: 4.2rem;
    font-size: 1.7rem;
    line-height: 4.2rem
  }

  .application .result.err .tit:before {
    width: 4.5rem;
    height: 4.5rem
  }

  .application .result.err .btn-reset {
    margin-top: 3.5rem;
    width: 17rem;
    height: 4.2rem;
    font-size: 1.7rem;
    line-height: 4.2rem
  }

  .applidation_mask_pop {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
  }

  .application_pop {
    width: auto;
    height: 40rem;
    background: #fff;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    position: fixed;
    top: 50%;
    left: 2.5rem;
    right: 2.5rem;
    z-index: 1001
  }

  .application_pop .close {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem
  }

  .application_pop .close:before {
    font-weight: 300;
    font-size: 2.5rem
  }

  .application_pop .link_msg {
    line-height: 1;
    font-size: 1.7rem;
    padding-top: 4rem
  }

  .application_pop .tip_msg {
    padding-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1
  }

  .application_pop .err-msg {
    top: 10rem;
    font-size: 1rem
  }

  .application_pop input[type=text] {
    display: block;
    padding-left: .5rem;
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    border-radius: 0
  }

  .application_pop input[type=text].smcodepop {
    margin: 0;
    width: 11rem
  }

  .application_pop .smbtnpop {
    bottom: 0;
    width: 13rem;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 4rem
  }

  .application_pop .from {
    margin: 0 auto;
    padding: 2.5rem 2.5rem 0;
    width: 100%
  }

  .application_pop .from .item {
    margin-bottom: 2.5rem;
    height: 4rem
  }

  .application_pop .from .item.err_focus:after,
  .application_pop .from .item.focus:after {
    width: 100%
  }

  .application_pop .from .item:after {
    left: 0;
    bottom: 0
  }

  .application_pop .from .item:last-child {
    margin-bottom: 5rem
  }

  .application_pop .from .item.item-smcode.err_focus:after,
  .application_pop .from .item.item-smcode.focus:after {
    width: 11rem
  }

  .application_pop .btn {
    background: #09f;
    width: 17rem;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    font-size: 1.7rem;
    margin: 0 auto
  }

  .application_pop.show {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
  }

  .application_pop .welfare {
    display: none;
    padding-right: 3rem;
    padding-left: 3rem
  }

  .application_pop .welfare h4 {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1
  }

  .application_pop .welfare p {
    font-size: 1.2rem;
    line-height: 1.7rem
  }

  .application_pop .welfare .addr {
    margin-top: 4rem;
    width: auto
  }

  .application_pop .welfare .addr select {
    margin-bottom: 2rem;
    width: 48%
  }

  .application_pop .welfare .addr select.citypop {
    top: 0
  }

  .application_pop .welfare .addr input[type=text] {
    margin-top: 0;
    height: 4rem
  }

  .application_pop .welfare .addr textarea {
    width: 100%;
    border: 1px solid #999;
    resize: none
  }

  .application_pop .welfare .btn-layer {
    margin-top: 4.5rem
  }

  .application_pop .welfare .btn-layer .btn-getcard {
    float: left;
    width: 10rem;
    height: 4.2rem;
    font-size: 1.7rem;
    line-height: 4.2rem
  }

  .application_pop .welfare .btn-layer .btn-skip {
    float: right;
    font-size: 1.5rem;
    line-height: 4.2rem
  }

  .application_pop .result {
    display: none;
    position: relative
  }

  .application_pop .result:before {
    width: 4.5rem;
    height: 4.5rem
  }

  .application_pop .result .tit {
    padding-top: 10.2rem;
    font-size: 1.5rem
  }

  .application_pop .result p {
    margin-top: 1.5rem;
    font-size: 1.3rem
  }

  .application_pop .result p span.tel {
    margin-bottom: 1rem;
    font-size: 1.3rem
  }

  .application_pop .result .result-btn {
    top: 20.3rem;
    width: 17rem;
    height: 4.2rem;
    font-size: 1.7rem;
    line-height: 4.2rem
  }
}

.pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999
}

.pop.pop-mask {
  background-color: rgba(0, 0, 0, .7)
}

.pop .pop-cont {
  width: 320px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 40px;
  text-align: center;
  margin-left: -160px;
  margin-top: -127px
}

.pop .pop-cont.fail .tit:before,
.pop .pop-cont.success .tit:before {
  content: "\E62B";
  display: block;
  margin: 0 auto 20px;
  font-family: iconfont;
  font-size: 44px;
  color: #40cca0
}

.pop .pop-cont.fail .tit:before {
  content: "\E642";
  color: #fc625d
}

.pop .pop-cont.tips-edit-fail,
.pop .pop-cont.tips-edit-suc,
.pop .pop-cont.tips-fail,
.pop .pop-cont.tips-suc {
  width: 260px;
  padding: 24px 0
}

.pop .pop-cont.tips-edit-fail .tit,
.pop .pop-cont.tips-edit-suc .tit,
.pop .pop-cont.tips-fail .tit,
.pop .pop-cont.tips-suc .tit {
  height: 32px;
  line-height: 32px
}

.pop .pop-cont.tips-edit-fail .tit:before,
.pop .pop-cont.tips-edit-suc .tit:before,
.pop .pop-cont.tips-fail .tit:before,
.pop .pop-cont.tips-suc .tit:before {
  content: "\E62B";
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-family: iconfont;
  color: #40cca0;
  font-size: 32px
}

.pop .pop-cont.tips-edit-fail .btns,
.pop .pop-cont.tips-edit-suc .btns,
.pop .pop-cont.tips-fail .btns,
.pop .pop-cont.tips-suc .btns {
  display: none
}

.pop .pop-cont.tips-fail .tit:before {
  content: "\E642";
  color: #fc625d
}

.pop .pop-cont.tips-edit-suc .tit:before {
  content: "\E643"
}

.pop .pop-cont.tips-edit-fail .tit:before {
  content: "\E643";
  color: #fc625d
}

.pop .pop-cont.from input {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1
}

.pop .pop-cont.from input:focus {
  border-color: #27c8e8
}

.pop .pop-cont.other {
  padding: 35px 40px
}

.pop .colse-btn {
  font-family: iconfont;
  cursor: pointer;
  font-size: 10px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  color: #666
}

.pop .tit {
  font-size: 18px;
  color: #333;
  position: relative;
  vertical-align: top
}

.pop .msg {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 20px
}

.pop .btns {
  margin-top: 30px
}

.pop .btns button {
  background-color: #fff;
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.pop .btns button:hover {
  border-color: #333
}

.pop .btns button:active {
  border-color: #333;
  background-color: #333;
  color: #fff
}

.pop .btns button.yes-btn {
  border-color: #27c8e8;
  background-color: #27c8e8;
  color: #fff;
  margin-left: 24px
}

.pop .btns button.yes-btn:hover {
  background-color: #00b5d8;
  border-color: #00b5d8
}

.pop .btns button.yes-btn:active {
  background-color: #35c8e6;
  border-color: #35c8e6
}
