/* ---------------------------------------------------------------------------------------------------------------------------- */
/**
* @description: 非本站域名跳转提示弹窗 CSS
* @author: 李永超
* @update: 2018-5-29
**/
.lyc_alert-mengban {position: fixed;top: 0px;left: 0px;z-index: 1000;background: #000000;opacity: 0.8 !important;filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.lyc_alert-warning {position: fixed;left: 50%;top: -300px;margin-left: -300px;width: 600px;height: 270px;background: #fff;z-index: 1001;display: none;}
.lyc_alert-delete {width: 100%;height: 38px;position: relative;}
.lyc_alert-delete span {position: absolute;top: 10px;right: 10px;width: 19px;height: 19px;text-align: center;line-height: 19px;font-size: 16px;cursor: pointer;background: #333;color:#fff;font-family: "Microsoft YaHei";}
.lyc_alert-wzsm {width: 480px;height: 100px;margin: 15px auto 0;line-height: 35px;font-size: 24px;color: #000;text-align: center;font-family: "Microsoft YaHei";padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.lyc_alert-wzsm p {font-size: 24px;font-family: "Microsoft YaHei";}
.lyc_alert-footer {width: 100%;height: 105px;font-size: 24px;color: #000;}
.lyc_alert-footer span {cursor: pointer;float: left;font-family: "Microsoft YaHei";}
.lyc_continue {width: 124px;height: 42px;line-height: 42px;font-size:20px;font-weight:bold;color:#ab0d07;border:1px solid #ccc;background-color: antiquewhite;text-align: center;border-radius: 10px;}
.lyc_fangqi {line-height: 42px;font-size: 20px;color: #ab0d07;margin-left: 20px;}
.lyc_xuanze {width: 210px;height: 42px;margin: 25px auto 0;}
@media only screen and (max-width: 414px) {
    .lyc_alert-warning {position: fixed;left: 2%;top: -300px;margin-left: 0;width: 96%;height: auto;background: #fff;background-size: 100%;z-index: 1001;}
    .lyc_alert-wzsm {width: 80%;height: auto;margin: 15px auto 0;line-height: 28px;font-size: 18px;color: #000;text-align: center;}
    .lyc_alert-wzsm p {font-size: 18px;}
    .lyc_alert-footer {width: 100%;height: 70px;line-height: 70px;font-size: 18px;color: white;margin-top: 10px;}
    .lyc_continue {width: 124px;height: 42px;letter-spacing: normal;}
}

