﻿ /*右边消息提醒开始*/
        .ufo {
            position: absolute;
            right: 0;
            top: 83px;
        }

        .rtips {
            position: absolute;
            top: -34px;
            right: 0;
            width: 260px;
            height: 42px;
            z-index: 100;
        }

        .rtipscon {
            width: 258px;
            height: auto;
            border: 1px solid #c1c1c1;
            border-top: none;
            background: #fffbf4;
        }

        .rtipsl {
            width: auto;
            height: 37px;
            line-height: 37px;
            padding-left: 10px;
            color: #333333;
            font-size: 12px;
            font-family: '宋体';
        }

        .rtipsl a {
            color: #ff6600;
        }

        .rtipsl a:hover {
            color: #ff6600;
        }

        .rtipsr {
            width: 9px;
            height: 9px;
            padding: 10px 7px 0 0;
            cursor: pointer;
        }

        .rtipsline {
            overflow: hidden;
            width: 260px;
            height: 4px;
            background: url(https://pres.vobao.com/Images/old/v3/MainSite/Content/themes/Default/images/qbar/wenba/line.png);
        }

        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        #MaskBox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
            z-index: 99999999999;
            display: none;
            justify-content: center;
            align-items: center;
        }
        #MaskBox div {
            /* width: 50%; */
            padding: 40px 0px;
            position: relative;
            /* top: 20%; */
            /* left: 25%; */
            text-align: center
        }
        #MaskBox div img {
            /* width: 100% */
            width: 80%;
        }
        .MaskTel {
            /* position: absolute;
            width: 22%;
            height: 8%;
            top: 65%;
            right: 68%; */
            position: absolute;
            width: 17%;
            height: 8%;
            top: 66%;
            right: 65%;
        }
        .MaskLink {
            /* position: absolute;
            width: 14%;
            height: 8%;
            top: 65%;
            right: 52%; */
            position: absolute;
            width: 12%;
            height: 8%;
            top: 66%;
            right: 51%;
            background-color: white;
            opacity:0;
            filter:alpha(opacity=0);
        }