﻿/**
 * POWER BY JZNEWS
 * AUTHOR:Tavis zoom
 * DATE:2022/09/16
**/
.warning {
    width: 1160px;
    padding: 20px;
	margin: 0 auto;
	margin-top: 25px;
    display: flex;
    justify-content: space-between;
    border: #eaeaea solid 1px;
}

.warning-box-title {
	margin: 20px;
    color: rgb(122, 122, 122);
}

.warning-title,
.warning-title-img {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.warning-title-img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.warning-title-img img {
    height: 100%;
    width: 100%;
}


.warning-btn {
    display: flex;
    align-items: center;
}

.warning-box {
    width: 24%;
    padding: 20px;
    background-color: rgb(243, 243, 243);
    border-radius: 10px;
}

.warning-box span {
    font-size: 30px;
    font-weight: bold;
    margin-right: 20px;
    color: rgb(122, 122, 122);
}

.warning-box p {
    line-height: 30px;
	font-size: 14px;
    color: rgb(122, 122, 122);
}

.warning-box a {
    width: 30px;
    height: 30px;
}

.warning-box a img {
    width: 100%;
    height: 100%;
}

.warning-box audio {
    visibility: hidden;
    width: 0;
}