h4.panel-title>a:active, h4.panel-title>a:hover {
        color: #333;
        text-decoration: none;
    }
    @media(max-width: 767px) {
        .content {
            padding-top: 20px;

        }
    }
    .inner-content {
        padding-bottom:20px;
        margin-bottom:60px;
        height:auto;
    }
    #copyAll {
        width:90%;
    }
   
    .device-info-item {
        background: #F0F2F5;
        border-radius: 8px 8px 8px 8px;
        word-break:break-all;
        min-height: 40px;
        height: auto;padding: 10px 15px;
        border:none;
    }
    .device-info-item a {
        color:#000 !important;
    }

    .color-8C9497 {
        color:#8C9497 !important;
    }

    .inner-content {
        padding:20px;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid #E1E6F0;
    }
    .btn-u.copy-all:active {
        font-size: 18px;
        padding: 10px 25px;
    }
    #email {
        background: #F0F2F5;
        border-radius: 5px 5px 5px 5px;
        border: none;
        height: 40px;
    }

    /* 弹窗样式 */
     .toast-message {
        background:#fff;;
        text-align:center;
        color:#000;
        font-size:16px;
        font-weight:600;
        padding:10px 20px;
    }
    .toast-progress {
        display:none;
    }
    #toast-container > .toast-info {
        background-image:none !important;
    }

    #toast-container > div {
        min-width:100px;
    }
    #toast-container.toast-bottom-center > div {
        width:100px;
    }
    .toast-top-center {
        top:80px;
    } 
    .toast-top-center .toast-info {
        background: #FFFFFF;
        box-shadow: 0px 8px 12px 0px rgba(142,142,146,0.3) !important;
        border-radius: 60px 60px 60px 60px !important;
        padding-left:0 !important;
    }

    .footerBanner {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
        padding:10px 0;
    }

    .footerBanner .actived {
        color:#1abc9c;
    }
