﻿/*is edge*/
#isEdgeAlert{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 998;
    height: 100%;
    background: #0000;  
    display: none;
}

#isEdgeAlert .TipsMessage{
    position: absolute;
    width: 300px;
    background: #fff;
    padding: 26px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 158px;
    box-shadow: 1px 3px 5px 2px #2b2b2b8a;
    border-radius: 6px;
    line-height: 1.5em;
    text-align: center;
}

#isEdgeAlert button:hover{
        opacity: .8;
      /*background: #dc3632;
      color: #FFF;*/ 
}

#isEdgeAlert button{
    outline:none;
    border: 0;
    padding: 10px 0;
    width: 48%;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 18px;    
}

#isEdgeAlert button:last-child{
    margin-left: 8px;
    background: #dc3632;
    color: #FFF; 
}

/*purchase*/
.TipsExperience {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
}


@media screen and (max-width:395px) {
    .TipsExperience .TipsMessage {
        position: absolute;
        background: #f1f1f1;
        width: 80%;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 25%;
        padding: 3vw;
        line-height: 2;
        border-radius: 6px;
        box-shadow: 0 0 8px 1px #313131;
    }
}

@media screen and (min-width: 396px) {
    .TipsExperience .TipsMessage {
        position: absolute;
        background: #f1f1f1;
        width: 60%;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 25%;
        padding: 3vw;
        line-height: 2;
        border-radius: 6px;
        box-shadow: 0 0 8px 1px #313131;
    }   
}



.TipsMessage button:hover {
    opacity: .8;
    /*background: #dc3632;
      color: #FFF;*/
}

.TipsMessage button {
    outline: none;
    font-size:.85rem;
    border: 0;
    padding: 10px 0;
    width: 48%;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

.TipsMessage button:last-child {
    margin-left: 8px;
    background: #dc3632;
    color: #FFF;
}

/*================================Bitrate=====================================*/
#isBitrateAlert {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 100%;
    display: none;
}

#isBitrateAlertImg {
    margin-top:-10px;
}

.Bitrate_Close {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 9px;
}

.Bitrate_p {
    color: #fff;
}

@media screen and (max-width:395px) {
    .BitrateExperience .BitrateMessage {
        position: absolute;
        background: rgba(0,0,0,0.6);
        width: 450px;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 50%;
        padding: 2vw;
        line-height: 2;
        border-radius: 6px;
        box-shadow: 0 0 8px 1px #313131;
    }
}

@media screen and (min-width: 396px) {
    .BitrateExperience .BitrateMessage {
        position: absolute;
        background: rgba(0,0,0,0.6);
        width: 300px;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 50%;
        padding: 2vw;
        line-height: 2;
        border-radius: 6px;
        box-shadow: 0 0 8px 1px #313131;
    }
}


.BitrateMessage button:hover {
    opacity: .8;
}

#isBitrate_introduction {
    opacity: 1;
    outline: none;
    font-size: .85rem;
    border: 0;
    padding: 10px 0;
    margin-right: 10px;
    width: 80px;
    cursor: pointer;
    margin-top: 5px;
    color: #fff;
    background: rgba(220,55,50,0.80);
    border-radius: 999em;
}

#isBitrate_introduction:hover {
    opacity: 1;
    outline: none;
    font-size: .85rem;
    border: 0;
    padding: 10px 0;
    margin-right: 10px;
    width: 80px;
    cursor: pointer;
    margin-top: 5px;
    color: #000;
    background: #FFF;
    border-radius: 999em;
}

#isBitrate_price {
    opacity: 1;
    outline: none;
    font-size: .85rem;
    border: 0;
    padding: 10px 0;
    width: 80px;
    cursor: pointer;
    margin-top: 5px;
    color: #fff;
    background: rgba(220,55,50,0.80);
    border-radius: 999em;
}

#isBitrate_price:hover {
    opacity: 1;
    outline: none;
    font-size: .85rem;
    border: 0;
    padding: 10px 0;
    width: 80px;
    cursor: pointer;
    margin-top: 5px;
    color: #000;
    background: #fff;
    border-radius: 999em;
}