.t-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    background: rgba(61, 61, 61, 0.2);
    font-family: "Microsoft YaHei", sans-serif;
}

.t-box {
    position: relative;
    display: block;
    width: 400px;
    height: 300px;
    margin: 120px auto 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.t-box-icon {
    padding-top: 60px;
}

.t-box-icon img {
    width: 60px;
    height: 60px;
}

.t-box-title {
    margin-top: 22px;
    font-size: 24px;
    font-family: "Microsoft YaHei", sans-serif;
    color: rgba(74, 74, 74, 1);
    height: 43px;
}

.t-box-content {
    font-size: 18px;
    font-family: "Microsoft YaHei", sans-serif;
    color: rgba(74, 74, 74, 1);
    line-height: 24px;
}

.t-box-footer {
    display: inline-flex;
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.t-box-footer .t-box-button:first-child {
    border-bottom-left-radius: 6px;
}

.t-box-footer .t-box-button:last-child {
    border-bottom-right-radius: 6px;
}

.t-box-button {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 0;
    height: 50px;
    margin: 0;
    padding: 0;
    line-height: 50px;
    background: rgba(254, 201, 58, 1);
    font-size: 18px;
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: bold;
    color: white;
}