@charset="utf-8";


input, button {
    color: #616468;
    font-size: 15px;
    font-family: 'tahoma', 'arial', 'Hiragino Sans GB', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
}


.yhtc {
    height: 100%;
    overflow: hidden;
}

.yhtc .modal-dialog {
    display: flex;
    align-items: center;
    margin: -50px auto 0 auto;
    height: 100%;
}

.yhtc .modal-title {
    font-size: 16px;
    font-weight: normal;
}

.yhtc .btns-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
}

.yhtc .modal-body {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yhtc .btns-wrap button {
    margin: 10px;
    width: 100px;
    height: 42px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.yhtc .btns-wrap button:hover {
    opacity: .7;
}

.bgcolor-g {
    background-color: #6dbb21;
}

.bgcolor-y {
    background-color: #daca50;
}



