﻿/**** 微信浏览器里面弹出框绑定openId和手机 ****/
.f-dn {
    display:none !important;
}
#wechatModal_phoneBanding {
    position:absolute;
    top:0;
    z-index:10000;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
}
.mobile__wechatModal {
    width:300px;
    position:fixed;
    top:100px;
    left:50%;
    margin-left:-150px;
    z-index:10000;
    border-radius:6px;
    text-align:center;
    font-size:0.7rem;
}
.wechatModal_topTitle {
    background:#172566;
    padding:0.5rem 0;
    color:#fff;
}
.wechatModal_MainCon {
    position:relative;
    padding:20px 10px;
    background:#fff;
}
.wechatModal_MainPhoneCon {
    height:40px;
    line-height:40px;
    background:#eeeeee;
    text-align:left;
    padding:0 0.4rem;
    margin-bottom:0.75rem;
    border-radius:4px;
}
.wechatModal_MainPhoneCon img {
    width:13px;
    height:17px;
    vertical-align:middle;
}
.wechatModal_MainPhoneCon input{
    width:80%;
    border:none;
    background:none;
    text-indent:0.2rem;
}
.wechatModal_MainImgCode{
    overflow:hidden;
    position:relative;
    margin-bottom:0.75rem;
}
.wechatModal_ImgCodeInput {
     width:63%;
    height:40px;
    line-height:40px;
    background:#eeeeee;
    border-radius:4px;
    display:inline-block;
    float:left;
    text-align:left;
    padding:0 0.4rem;
}
.wechatModal_ImgCodeInput img {
    width:16px;
    height:19px;
    vertical-align:middle;
}
.wechatModal_MainImgCode input{
    width:80%;
    border:none;
    background:none;
    text-indent:0.2rem;
}
.wechatModal_MainImgCode .wechatModal_vcode{
    width:32%;
    height:40px;
    float:right;
}
.wechatModal_MainImgCode .wechatModal_changeCode{
    width:34%;
    height:40px;
    line-height:40px;
    position:absolute;
    top:0px;
    right:0px;
    background:rgba(0,0,0,0.6);
    color:#fff;
}
.wechatModal_MainImgCode .wechatModal_changeCode img{
    width:100%;
}
.wechatModal_MainSmsCon {
    overflow:hidden;
}
.wechatModal_MainContainer{
    width:63%;
    background:#eeeeee;
    text-align:left;
    padding:0.5rem 0.4rem;
    border-radius:4px;
    display:inline-block;
    float:left;
}
.wechatModal_MainContainer img{
    width:13px;
    height:17px;
    vertical-align:middle;
}
.wechatModal_MainContainer input{
    width:80%;
    border:none;
    background:none;
    text-indent:0.2rem;
}
.wechatModal_smsBtn {
    width:32%;
    background:#172566;
    padding:0.5rem 0.4rem;
    color:#fff;
    border-radius:4px;
    float:right;
    font-size:0.6rem;
}
.wechatModal_bottomTxt {
    padding:1rem 0.4rem;
    text-align:left;
}
.wechatModal_bottomTxt input{
}
.wechatModal_bottomTxt span{
}
.wechatModal_bottomTxt a{
}
.wechatModal_submitBtn {
    text-align:center;
    margin-top:0.5rem;
}
.wechatModal_submitBtn .button-submitBtn {
    padding:0.4rem 2rem;
    background:#031257;
    border:none;
    color:#fdc401;
    border-radius:18px;
}
.wechatModal_closed {
    width:20px;
    height:20px;
    position:absolute;
    top:-3.5rem;
    right:0;
}
.wechatModal_closed img{
    width:100%;
}
/*==================informModal 首页弹窗维护修改====================*/
#informModal{
    opacity:1;
    top:37%;
}
#informModal .modal-content{
    background:#0073BB;
    padding-bottom:15px;
    border-radius:5px;
    overflow:hidden;
}
.modal-content p{
    margin-top:0;
    padding-top:0;
}
.informModal__logo{
    text-align:center;
    margin-top:5px;
}
.informModal__logo img{
    margin:0 auto;
    width:45px
}
/*.informModal__logo:before{
  content:'.......';
  color:#fff;
  font-size:16px;
  font-weight:600;
  vertical-align:top;
  line-height:35px;
  margin-right:10px;
}
.informModal__logo:after{
  content:'.......';
  color:#fff;
  font-size:16px;
  font-weight:600;
  vertical-align:top;
  line-height:35px;
  margin-left:7px;
}*/
.informModal__logo .informModal__closedBtn{
    position:absolute;
    color:#fff;
    font-size:25px;
    right:15px;
    top:5px;
}
.informModal__content{
    padding:0 10px;
}
.informModal__content img{
    display:inherit;
    margin:0 auto;
    max-width:100%;
}
.informModal__content .informModal__title{
    color:#fff;
    font-size:14px;
    text-align:center;
    font-family:'FZLanTingZHei';
}
.informModal__content .informModal__content-txt{
    text-align:justify;
    color:#fff;
    font-size:14px;
    font-family:'FZLanTingHei';
    overflow-y:scroll;
    max-height:170px;
}
.informModal__content .informModal__submitBtn{
    margin-top:15px;
}
.informModal__content .informModal__content-txt p{
    color:#fff;
    font-family:'FZLanTingHei';
    font-size:14px;
}
.informModal__content .informModal__content-txt a,
.informModal__content .informModal__content-txt p a{
    color:#fff;
    font-family:'FZLanTingHei';
}
.informModal__content-txt img,.informModal__content-txt p img{
    display:inherit;
    margin:0 auto;
    max-width:300px;
    width:100%;
}
.informModal__submitBtn .button--informSubmit{
    background:#fff;
    font-size:14px;
    padding:5px 20px;
    text-align:center;
    font-family:'FZLanTingHei';
    color:#0073BB;
    border:0;
    outline:0;
}




div#informModal {
    top: 150px;
}

    div#informModal .modal-content {
        background: white;
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        position: relative;
        overflow: initial;
    }

        div#informModal .modal-content .button--informSubmit {
            background: #172566;
            padding: 8px 40px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 13px;
            color: white;
        }

    div#informModal .informModal__logo:before, div#informModal .informModal__logo:after {
        content: '';
        line-height: 0px;
        margin-right: 0px;
        height: 0px;
    }

    div#informModal .informModal__logo {
        margin-top: 0px;
    }

    div#informModal .informModal__content .informModal__content-txt {
        max-height: initial;
        margin-top: 0px;
    }

    div#informModal .informModal__closedBtn {
        color: #5a5a5a;
        font-size: 26px;
        float: right;
        top: 0px;
        cursor: pointer;
        line-height: initial;
    }