
 /** {
            font-family: 'microsoft yahei' !important;
   }
.panel-heading .close {
            margin-top: -23px;
}
 .t-h {
            background: #00c5cf;
            color: #fff;
      }
 .t-b {
            background: #00c5cf;
            color: #fff!important;
       }
.t-b:hover {
                color: #fff;
           }
.t-box {
            width: 360px;
            height: 240px;
            right: 80px;
            position: fixed;
            bottom: 30px;
            display: none;
        }
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel P {
    font-size:14px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-block {
    display: block;
    width: 93%;
}
p {
    margin: 0 0 10px;
}*/

.right-ad {
    width: 375px;
    border-radius: 15px;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 100px;
    display: none;
    z-index:99
}

.ra-header {
    background: #464CFF;
    display: flex;
    line-height: 40px;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
}

.re-header-p {
    flex: 1;
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}

.re-header-p {
    padding-left: 10px;
}

.re-header-p img {
    margin-left: 10px;
}

.close-read {
    display: block;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.ra-foot {
    line-height: 40px;
    background: #464CFF;
}

.ra-foot a {
    display: block;
    color: white;
    text-align: center;
    font-size: 16px;
}