.modal_alert-dialog {
    line-height: 30px;
}

.modal_alert-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #000000;
    opacity: 0.4;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal_alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: 750px;
    height: 216px;
    letter-spacing: 0;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑";
    margin-left: -375px;
    margin-top: -108px;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
}

.modal_alert_noties .close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 18px;
    height: 18px;
    opacity:1;
    background: url(/images/common/close3.png) no-repeat center;
    background-size:18px 18px;
    cursor: pointer;
}

.modal_alert-header .close:hover {
}

.modal_alert-header .modal_alert-title {
    font-size: 18px;
    margin: 0;
    padding: 30px 0 6px;
    color: #363737;
    font-weight: bold;
    line-height: 46px;
}

.modal_alert-header .tips {
    margin-top:-12px;
    font-size: 14px;
    color:#dddddd;
    line-height: 20px;
}

.modal_alert-footer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 36px 0 35px;
}

.modal_alert-footer .btn {
    color: #fff;
    width: 189px;
    height: 48px;
    background-color: #d29d36;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    margin-right: 16px;
}

.modal_alert-footer .btn2 {
    color: #d29d36;
    width: 189px;
    height: 48px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    border: 1px solid #d29d36;
    margin-right: 0;
}

.modal_alert-footer .btn:hover {
    background-color: #C79430;
}

.modal_alert-footer .btn2:hover {
    background-color: #d29d36;
    color: #fff;
}

.modal_alert_noties {
    display: none;
    position: fixed;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 10002;
    width: 100%;
    height:70px;
    letter-spacing: 0;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑";
    background-color: #000000;
    opacity: 0.7;
    outline: none;
    z-index: 999999999;
}

.modal_alert_noties p {

}

.modal_alert_noties h4 {
    margin-top: 8px;
    color: #ffffff;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal_alert {
    z-index: 99999999;
}

.modal_alert-backdrop {
    z-index: 99999998;
}

@media (max-width:750px) {
    .modal_alert_noties .close{
        top: 0;
        right:0;
        width: 0.70rem;
        height: 0.70rem;
        background: url(/images/activity/public/close2.png) no-repeat center;
        background-size: .26rem .26rem;
        background-position: 70% 20%;
    }
    .modal_alert-dialog {
        line-height: .4rem;
    }
    .modal_alert-dialog .ctPhone {
        padding: 0 .2rem;
    }
    .modal_alert {
        width: 100%;
        height: 150px;
        left: 6%;
        margin-left: auto;
        margin-top: -75px;
    }

    .modal_alert-header .modal_alert-title {
        font-size: .26rem;
        padding: .4rem .3rem .2rem;
        line-height: .66rem;
    }

    .modal_alert-header .tips {
        font-size: .26rem;
        height: .70rem;
        line-height: .70rem;
    }

    .modal_alert-footer .btn {
        vertical-align: top;
        font-size: .28rem;
        width: 2.5rem;
        height: .54rem;
        line-height: .3rem;
        margin-right: .16rem;
    }

    .modal_alert-footer .btn2 {
        margin-right: 0;
    }

    .modal_alert_noties {
        width: 100%;
        height: .70rem;
        padding:10px 0px;
    }

    .modal_alert_noties p {
        font-size: .20rem;
    }

    .modal_alert_noties h4 {
        display: none;
        font-size: .26rem;
        line-height: .42rem;
        margin: 0 0 .1rem;
    }

    .modal_alert_noties hr {
        margin: .3rem 0 .26rem;
    }

    .modal_alert-footer {
        padding: .36rem 0 .21rem;
    }
}

@media (max-width:320px) {
    .modal_alert_noties{
        height: .70rem;
    }
    .modal_alert_noties .close{
        top: 1px;
        right: 4px;
        width: 0.26rem;
        height: 0.26rem;
        background: url(/images/activity/public/close2.png) no-repeat center;
        background-size: .26rem .26rem;
    }

    .modal_alert_noties h4 {
        display: none;
    }
    .modal_alert-header .modal_alert-title {
        padding: 28px 5px 10px;
    }

    .modal_alert-header .tips {
        font-size: .26rem;
        height:0.70rem;
        line-height: .70rem;
        color: #dddddd;
    }
}

@media (max-width:769px) and (min-width:751px) {
    .modal_alert_noties{
        height: .70rem;
    }
    .modal_alert_noties .close{
        top: 0;
        right:0;
        width: 0.70rem;
        height: 0.70rem;
        background: url(/images/activity/public/close2.png) no-repeat center;
        background-size: .26rem .26rem;
        background-position: 70% 20%;
    }
    .modal_alert_noties h4 {
        display: none;
    }
    .modal_alert {
        top: 50% !important;
    }
    .modal_alert-header .tips {
        font-size: .26rem;
        height:0.70rem;
        line-height: .70rem;
        margin-top: 0;
        color: #dddddd;
    }
}
@media screen and (max-width:1030px ) and (min-width:1020px) {
    .modal_alert_noties .close{
        top: 15px;
        right:20px;
        width: 0.26rem;
        height: 0.26rem;
        background: url(/images/activity/public/close2.png) no-repeat center;
        background-size: .26rem .26rem;
    }
  /*  .modal_alert_noties h4 {
        display: none;
   }*/
    .modal_alert-header .tips {
        font-size: .26rem;
        height:0.70rem;
        line-height: .70rem;
        margin-top: 0;
        color: #dddddd;
    }
    .modal_alert_noties {
        height: .70rem;
    }

}

.prism-player .prism-big-play-btn {
  z-index: 20!important;
  left: 50%!important;
  top: 50%;
  bottom: auto!important;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
}
.prism-player .prism-big-play-btn .outter {
  width: 50px;
  height: 50px;
}
.videoPlayer video,.floatVideoPlayer video{
  position: relative;
  left: auto;
  top: auto;
  display: block;
  transform: none;
  cursor: pointer;
}
.prism-animation{
  display: none;
}
.mod-dialog .floatVideoPlayer .prism-big-play-btn.pause,.videoPlayer .prism-big-play-btn.pause{
  display: block!important;
}
