/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #08A1EF;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 0.015em;
}
h1::after {
  content: '';
  width: 80px;
  display: block;
  background: #fff;
  height: 10px;
  margin: 30px auto;
  line-height: 1.1;
}
p {
  margin: 0 0 30px 0;
  font-size: 24px;
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn:hover {
  color: #005544;
  border-color: #005544;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 568px) {
  .intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
}
.login_topbar{
    width: 100%;
    height: 60px;
    border-bottom: 1px #89D2F7 solid;
    position: absolute;
    top:0;
    left: 0;
    background: #08A1EF;
}

.login_topbar img{
    width: 102px;
    height: 24px;
    margin: 18px;
    position: absolute;
    left: 0;
}

.btt_img_box{
    width: 475px;
    height: 377px;
    position: absolute;
    left: 18%;
    z-index: 5;
    top: 196px;
}

.btt_img_box img{
    width: 100%;
    height: 100%;
}

.btt_main_box{
    position: absolute;
    left: 62%;
    z-index: 5;
    width: 330px;
    top: 255px;
}

.btt_login_box_css{
    background-color: white;
    width: 330px;
    position: relative;
    margin: 0 auto;
    min-height: 330px;
    padding: 30px 20px 20px;
}

.btt_login_box_css .hd{
    position: relative;
    height: 20px;
}

.btt_login_box_css .hd .quick{
    background: url("../image/icon_login_quick.png") no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}


.btt_login_box_css .hd .static{
    background: url("../image/icon_login_static.png") no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    display: none;
}

.hd .login_tip{
    display: block;
    right: 45px;
    position: absolute;
    top: 0;
}

.hd .poptip{
    border: 1px solid #14C2DD;
    padding: 5px 10px;
    background: #E6F9FC;
    position: relative;
    z-index: 9999;
}

.hd .poptip .poptip_arrow{
    top: 8px;
    height: 16px;
    line-height:16px;
    right: 0;
    position: absolute;
    z-index: 10;
}

.poptip_arrow em, .poptip_arrow span {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(255,255,255,0);
    border-color: transparent \0;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
}


.poptip_arrow em, .poptip_arrow span {
    border-left-color: #14C2DD;
}

.poptip_arrow em {
    top: 0;
    left: 1px;
    border-width: 6px 0 6px 6px;
}

.poptip_arrow span {
    border-left-color: #14C2DD;
    border-width: 6px 0 6px 6px;
    border-left-color: #E6F9FC;
}

.login_input_box .account_login, .login_input_box .qrcode_login{
    width: 100%;
    height:150px;
}

.qrcode_main{
    position: relative;
    padding-bottom: 15px;
    max-height: 110px;
}

.qrcode_main .qrcode_img{
    box-shadow: none;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 0;
}

.qrcode_main .qrcode_img img{
    width: 110px;
    height: 110px;
}

.qrcode_desc {
    font-size: 14px;
    color: #5F6367;
    line-height: 24px;
    text-align: center;
    padding-bottom: 10px;
    overflow: hidden;
}

/*.poptip_arrow em, .poptip_arrow span{*/
    /*position: absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-color: rgba(255,255,255,0);*/
    /*_filter: chroma(color=tomato);*/
    /*border-style: solid;*/
    /*overflow: hidden;*/
    /*top: 0;*/
    /*left: 1px;*/
    /*border-width: 6px 0 6px 6px;*/
/*}*/


/*.poptip_arrow em, .poptip_arrow span {*/
    /*top: 0;*/
    /*left: 1px;*/
    /*border-left-color: #f3d995;*/
    /*border-width: 6px 0 6px 6px;*/
/*}*/

/*.poptip_arrow em, .poptip_arrow span{*/
    /*border-left-color: #14C2DD;*/
/*}*/

/*.poptip_arrow span{*/
    /*border-left-color: #E6F9FC;*/
/*}*/

.poptip_content{
    font-size: 12px;
    font-weight: 400;
    color: #14C2DD;
}

.hd h2 {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.login_form{
    margin-top: 20px;
    position: static;
}

.hd .title{
    font-size: 18px;
    color: #373D41;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.login_input_box{
    width: 100%;
    margin-top: 20px;
}

.input_box_css{
    width: 100%;
    height: 55px;
    padding-right: 0;
}

.input_box_css input{
    width: 100%;
    background: #FFF;
    border: 1px solid #D7D8D9;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
}

.fm-button {
    height: 30px;
    border: 1px solid #e87b0e;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: Microsoft YaHei,Hiragino Sans GB,\5b8b\4f53;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    -moz-box-shadow: 0 1px 1px #ebe7e6;
    -ms-box-shadow: 0 1px 1px #ebe7e6;
    -o-box-shadow: 0 1px 1px #ebe7e6;
    box-shadow: 0 1px 1px #ebe7e6;
    zoom: 100%;
    _overflow: visible;
}

.fm-button {
    width: 100%;
    background: #00C1DE;
    border-color: #00C1DE;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0;
}

.login_input_box .login_other{
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    font-size: 12px;
}

.login_other .register{
    float: right;
}

.login_other .register a, .login_other .forget a{
    color: #9B9EA0;
    text-decoration: none;
}

.login_other .register a:hover, .login_other .forget a:hover{
    color: #00C1DE;
    text-decoration: none;
}

.login_other .forget{
    margin-right: 16px;
    float: right;
}