﻿/*=====================
全局使用样式
=====================*/

     body {
            min-height: 100%;
            overflow-x: hidden;
        }

        p {
            word-wrap: break-word;
            word-break: break-all;
        }

        /*img {
            max-width: 100%;
        }*/
        #myEditor1,#myEditor,.edui-container {
            /*width: auto !important;*/
            width: 100% !important;
        }


/*=====================
显示html5提示样式   ，配合abouthtml5.js使用
=====================*/
.nohtml5div {
    border: 0px;
    margin: 0px;
    padding: 30px 0px;
    width: 100%;
    height: auto;
    text-align: center;
}

    .nohtml5div .html5image {
        background-image: url('images/html5.jpg');
        background-repeat: no-repeat;
        border: 0px;
        margin: auto;
        padding: 0px;
        width: 480px;
        height: 336px;
    }

    .nohtml5div .html5tip {
        border: 0px;
        margin: auto;
        padding: 10px;
        width: 480px;
        text-align: left;
        background:#f2f2f2;
     
    }

    .nohtml5div .html5tip2 {
        border: 0px;
        margin: auto;
        padding: 10px;
        width: 480px;
        text-align: center;
        background:#f2f2f2;
    }

        .nohtml5div .html5tip p {
            text-indent: 2em;
               font-size:16px;
        }

          .nohtml5div .html5tip .red{
              color:#ff0000;
          }

/* 登录头部二维码下载 */

.download-app { padding-left:50px; padding-right:50px;}
.download-app .sower-logo{ position: static; padding-top: 40px;}
#app_qrcode{ background-color: #3bafda; padding: 8px; border-radius: 5px; width: 230px; float: right; margin-top: 20px;}
#app_qrcode .media-object{ width: 65px; height: 65px;}
#app_qrcode .media-heading{ color: #fff; font-size: 15px; padding: 18px 0px 0px 5px; line-height: 22px;}
@media (max-width: 991px){
    #qrcode_group{ position: fixed; left: 0; right: 0; bottom: 10px;}
    #app_qrcode{ width: 100%; float: none;}
}
@media (max-width: 767px){
.download-table table th, .download-table table td { white-space: normal;}
}

/* 标题栏下的筛选表单自适应重设 */
 @media (min-width: 768px) { 
    .form-grid-three .col-sm-12{ width: 100%;}
 }

 @media (min-width: 992px) { 
    .form-grid-three .col-md-4{ width: 50%;}
 }

 @media (min-width: 1440px) { 
    .form-grid-three .col-lg-4{ width: 33.33333333%;}
 }

.face-yanzheng{ display: block; position: absolute; right: 10px; z-index: 5; top: 10px;}
.face-yanzheng img{ height: 100px; opacity: 0.8; filter:alpha(opacity=80);}