body, html {
                height: 100%;
                -webkit-tap-highlight-color: transparent
            }
            .page, body {
                background-color: #fbf9fe;
            }
            .container {
                overflow: hidden
            }
            .container, .page {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0
            }
            .hd {
                padding: 2em 0
            }
            .page_title {
                text-align: center;
                font-size: 34px;
                color: #3cc51f;
                font-weight: 400;
                margin: 0 15%
            }

            .geetest {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:9999999999;
  }
  .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
  }
  .wrap {
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    position: relative;
     top: 20%;
  }
  .gt_wrapper {
    margin: 0 auto;
  }
  .wrap .top {
    padding: 0 8px;
    height: 44px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 500;
  }

  .wrap .title {
    line-height: 45px;
    width: 200px;
    margin: 0 auto;
  }

  .exit {
    background-image: url('../images/return_hover.png');
    -moz-background-size: 12px auto;
    -o-background-size: 12px auto;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    width: 12px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 11px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10;
  }
  .exit:active {
    background-image: url('../images/return_hover.png');
  }


.weui_tabbar{position:fixed;}
.footer{text-align:center;font-size:14px;color:#999;height:60px;line-height:60px;width:100%;}
.cv-btm-appdownload{ background: rgba(255,255,255,0.96); -moz-box-shadow:0px -3px 4px 0px rgba(0,0,0,0.06); -webkit-box-shadow:0px -3px 4px 0px rgba(0,0,0,0.06); box-shadow:0px -3px 4px 0px rgba(0,0,0,0.06); position:fixed; left:0; bottom:0; width:100%; position:fixed; left:0; bottom:0; }
.cv-btm-appdownload-logo{ position:relative; overflow:hidden; margin:6px 120px 6px 6px;}
.cv-btm-appdownload-logo .logo-img{ width:44px; height:44px; border-radius:12px; float:left; margin-right:6px;}
.cv-btm-appdownload-logo .desc{ position:relative; overflow:hidden; font-size:14px; line-height:18px; color:#4a4a4a;}
.cv-btm-appdownload-logo .desc span{ color:#999;}
.cv-btm-appdownload-btn{ position:absolute; right:16px; top:11px; width:95px; line-height:34px; text-align:center; color:#e8587f; border:1px solid #e8587f; border-radius:17px; font-size:15px; background-color:#fff;}
.cv-btm-appdownload-btn:active{ background-color:#e8587f; color:#fff;}
.cv-btm-appdownload .btn-close{ position:absolute; right:0; top:0; width:21px; height:21px; background:url(../images/webview_btn_close_n.png) no-repeat left top; background-size:21px 21px;}
.cv-btm-appdownload .btn-close:active{ background-image:url(../images/webview_btn_close_f.png);}
