* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}


html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background: #FFF;
    /*font-family: "微软雅黑",Helvetica,Arial,sans-serif;*/
    font-family: 'Microsoft Yahei', arial, helvetica, sans-serif;

    color: #333;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:active,
textarea:active,
button:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

.gpu_hack {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.clearfix {
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.new-game-back {
    background-color: #141332;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.moon {
    width: 60%;
    position: absolute;
    top: -7%;
    /*left:-5%;*/
}

.player-number-control {
    position: absolute;
    top: 22%;
    height: 18%;
    width: 80%;
    left: 10%;
    /*background-color: red;*/
}


.new-game-random-seat {
    position: absolute;
    top: 20%;
    right: 5%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #9B9B9B;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #9B9B9B;
}

.new-game-roles {
    position: absolute;
    top: 40%;
    height: 30%;
    width: 90%;
    left: 5%;
    /*background-color: blue;*/
}

.button-with-border {
    border-radius: 10px;
    text-align: center;
    border-width: 1px;
    border-color: white;
    border-style: solid;
}


.new-game-button {
    position: absolute;
    bottom: 3%;
    width: 300px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    margin-left: -150px;
    font-size: 2.5em;
    color: white;
    /*background-color: #141332;*/
    -webkit-backdrop-filter: blur(10px);
}

.new-game-button:active {
    background-color: red;
}

.new-game-button a {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: red;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.new-game-role {
    position: relative;
    float: left;

    width: 20%;
    border-radius: 6px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
    margin-top: 10px;
    margin-left: 3.5%;
}

.new-game-role figure {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-game-role-name {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 1px;
    font-size: 1em;
    text-align: center;
    width: 100%;
    color: white;
    display: inline;
    z-index: 3;
}

.upper-right {
    position: absolute;
    top: 0;
    right: 0;
}

.round-number {
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    margin-right: -5px;
    margin-top: -5px;
}

.line {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 1px;
    background-image: linear-gradient(top, #ddd, #ddd 60%, transparent 60%);
    background-image: -webkit-linear-gradient(top, #ddd, #ddd 60%, transparent 60%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
}

.click-red {
}

.click-red:active {
    background-color: red;
}

.game-seats {
    position: relative;
    width: 100%;
    /*height:auto;*/
    height: 52%;
    background-color: #41629C;
}

.game-seats #square {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    /* 关键就在这里 */
}

.game-info-section {
    position: relative;
    width: 100%;
    height: 48%;
}

.game-room-info {
    position: absolute;
    top: 5px;
    left: 10px;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}

.seats {
    width: 90%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 5%;
    margin: 0;
    padding: 0;
    /*background-color: red;*/
}

.seats li {
    position: relative;
    float: left;
    width: 18%;
    height: auto;
    margin-left: 2%;
    margin-top: 2%;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}

.game-info {
    position: relative;
    width: 80%;
    height: 100%;
    margin-left: 10%;
    padding-top: 20px;
}

.game-info-msg {
    position: absolute;
    top: 18%;
    height: 120px;
    width: 100%;
    border-style: solid none solid none;
    border-width: 2px;
    border-color: black;
    /*padding-top:20px;*/
}

.game-info-msg-role {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: 20px;
    border-style: none solid none none;
    border-width: 2px;
    border-color: black;
    display: inline-block;
    /*border-radius: 6px;*/
}

.game-info-portrait {
    position: relative;
    height: 60px;
    widht: 60px;
    margin: 0 20px 0 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-info-name {
    width: 60px;
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.game-info-msg-message {
    margin-top: 10px;
    margin-left: 10px;
    width: 50%;
    display: inline-block;
    height: 80px;
    padding: 10px 0 0 0;
    line-height: 18px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    float: left;
    position: relative;
    float: left;
}

.game-info-buttons {
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
}


.active-red {
}

.active-red :active {
    background-color: red;
}

.game-message {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.game-message-hint {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: white;
}

.game-message-body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 120px;
    margin-top: -50px;
    line-height: 120px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    background-color: rgba(0, 0, 0, 0.7);
}

.game-message-body span {
    color: red;
}

.game-message-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 0.5em;
    color: gray;
}

.vote-main {
    background-color: #5E2F84;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vote-seats {
    width: 100%;
    height: 30%;
    position: absolute;
    top: 25%;
    left: 0;
    margin: 0;
    padding: 0;
}

.vote-seats li {
    position: relative;
    float: left;
    width: 18%;
    height: auto;
    margin-left: 2%;
    margin-top: 2%;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}

.vote-name {
    /* Rectangle 35: */
    /*background-image: radial-gradient(50% 122%, #8D4FB2 50%, #1B052E 100%);*/
    /*border: 1px solid #FFFFFF;*/
    /*border-radius: 8px;*/
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 1.6em;
}

.vote-button {
    border: 1px solid #FFFFFF;
    border-radius: 8px;

    position: absolute;
    bottom: 10%;
    width: 200px;
    height: 50px;
    left: 50%;
    margin-left: -100px;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 1.6em;
}

.vote-result {
    position: absolute;
    z-index: 4;
    background-color: #5E2F84;
    width: 100%;
    /*height:1000px;*/
    height: 100%;
    top: 0;
    left: 0;
}

.vote-result-list {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 0;
}

.vote-result-list li {
    width: 50%;
    height: 220px;
    float: left;
    margin: 0;
    display: inline-block;
}

.vote-candidate {
    overflow: hidden;
}

.vote-candidate .candidate-portrait {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    width: 80px;
    font-size: 32px;
    border-radius: 50px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    color: white;
}

.banish-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    margin-left: 1px;
    z-index: 5;
}

.banish-tabs li {
    position: relative;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    width: 25%;
    display: inline-block;
    float: left;
    margin-left: -1px;

    color: white;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
}

.vote-tabs {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    margin-left: 1px;
    z-index: 5;
    /*background-color:rgba(0,0,0,0.5); ;*/
}

.vote-tabs li {
    position: relative;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    -webkit-backdrop-filter: blur(10px);
    width: 50%;
    /*width:80px;*/
    display: inline-block;
    float: left;
    margin-left: -1px;

    color: white;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
}

.vote-message {
    color: white;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 30%;
    text-align: center;
}

.iscroll .scroller {
    width: 100%;
    height: 100%;
    position: relative;
}

.game-result {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(8px);
}

.game-result-select {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 15%;
}

.game-result-select-up {
    position: relative;
    width: 100%;
    height: 70%;
    border-style: none none dashed none;
    border-color: white;
    border-width: 1px;
}

.game-result-select-down {
    position: relative;
    width: 100%;
    height: 30%;
}

.game-result-select-up-left {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}

.game-result-select-up-right {
    position: absolute;
    width: 50%;
    left: 50%;
    height: 100%;
    border-style: none none none dashed;
    border-color: white;
    border-width: 1px;
}

.game-result-select-up .camp {
    width: 60%;
    height: auto;
    position: absolute;
    left: 20%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.game-result-select-down .camp {
    width: 30%;
    height: auto;
    position: absolute;
    left: 35%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.camp figure {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 10px;*/
}

.game-result-select-up .wildchild {
    width: 30%;
    height: auto;
    position: absolute;
    left: 35%;
    /*background-color: red;*/
    /*border-radius: 5px;*/
}

.wildchild figure {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*border-radius: 5px;*/
}

.camp-text {
    color: white;
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
}

.game-result-button {
    width: 240px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    bottom: 5%;
    border-radius: 10px;
    text-align: center;
    color: rgba(126, 211, 33, 1);
    /*background-color: rgba(126,211,33,1);*/
    font-size: 30px;
    border-style: solid;
    border-color: rgba(126, 211, 33, 1);
    border-width: 1px;
    font-weight: bold;
}

.game-result-button:active {
    background-color: rgba(126, 211, 33, 0.2);
}

.ladder {
    position: relative;
    height: 90%;
    width: 100%;
    margin-top: 45px;
    padding: 0;
    -webkit-backdrop-filter: blur(5px);
}

.ladder .item {
    margin: 10px 5px 0 5px;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: white;
    height: 10%;
    background-color: rgba(155, 155, 155, 0.3);
}

.ladder-user-column {
    position: relative;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    border-style: none;
}

.ladder-user-column figure {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 1px;
    border-color: #F8E71C;
}

.ladder-number {
    /*border: 1px solid #D0021B;*/
    font-family: Arial-Black;
    font-size: 2.2em;
    font-weight: 700;
    color: #E0DFD8;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

.ladder-user-column div {
    text-align: center;
    /*font-size:16px;*/
}

.ladder-user-column .portrait {
    border-style: solid;
    border-width: 1px;
    border-color: #E0DFD8;
    border-radius: 5px;
}

.ladder-user-column .score {
    font-family: Arial-Black;
    font-size: 24px;
    color: #4AD5E2;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

.ladder-rank1 {
    border-color: gold;
    background-color: rgba(248, 231, 28, 0.3);
}

.ladder-rank-name {
    color: white;
}

.ladder-rank1 .ladder-rank-name {
    color: white;
    font-weight: bold;
}

.ladder-rank1 .ladder-number {
    color: gold;
    font-size: 2.7em;
}

.ladder-rank1 .portrait {
    border-color: gold;
}

.ladder-my-data {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 10%;
    background-color: rgba(29, 33, 58, 0.8);
    -webkit-backdrop-filter: blur(8px);
}

.say-yes-candidate {
    width: 100%;
    height: 100%;
}

.say-yes-event img {
    border-radius: 15px;
}


/*招募队友*/

.judgeBanner {
    height: 12.7%;
    color: #ecddcf;
    background-color: #371a05;
    box-shadow: 0px 9px 15px #251507;
}

.lines {
    width: 100%;
    margin: 0 5%;
    padding: 0;
}

.lines li {
    position: relative;
    float: left;
    width: 18%;
    height: 35%;
    display: inline-block;
    overflow: hidden;
}

.h_icon {
    position: absolute;
    width: 9.1vmax;
    height: 9.1vmax;
    left: 0;
    top: 0;
    margin: 5px 11%;
    z-index: 1;
    background-color: rgba(39, 40, 43, 0.85);
    border-radius: 50px;
    border: 1px solid #A07A54;
}

.h_iconShadow {
    position: relative;
    height: 9.1vmax;
    margin: 5px 11%;
    width: 9.1vmax;
    overflow: hidden;
    border: 1px solid #A07A54;
    border-radius: 50px;
}

.seat-number {
    font-size: 7vmax;
    margin: 0 2.5vmax;
    color: darkgoldenrod;
    z-index: -1;
    position: relative;
}

.roleL {
    width: 35%;
    float: left;
    margin: 1% 0 1% 6%;
}

.roleR {
    width: 59%;
    float: left;
    margin: 1% 0;
    color: #b28364;
}

.showQR {
    position: relative;
    width: 25vh;
    height: 25vh;
    margin: 3% auto 10%;
    box-shadow: 0 0 8px;
}

.player-info {
    height: 14px;
    line-height: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 2vmax;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qrCode {
    position: relative;
    padding: 25% 0;
    width: 20vmax;
    height: 20vmax;
    margin: 15% auto 2%;
    border: #a09c9c 1px dotted;
}

.qrImg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.qrCode2 {
    width: 19vmax;
    height: 19vmax;
    margin: 12% 0% 5%;
    border: #a09c9c 1px dotted;
}

.roleName-were {
    font-size: 2.5vmax;
    color: #ff0000;
}


/*游戏列表*/

.popularity {
    margin: 1vh auto 0;
    font-size: 2.8vmax;
    text-align: center;
}

.judge-header {
    height: 9vmax;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 9vmax;
    border-radius: 6px;
    margin: 0 17%;
}

.gameBan {
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40%;
    height: 70%;
    margin: 3% 30%;
}

.room {
    background-size: 100% 100%;
    background-image: url("../img/gameList-info.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 11%;
    margin: 3px auto 0;
    position: relative;
}

.charts {
    background-image: url("../img/charts.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8%;
    height: 47%;
    position: absolute;
    float: right;
    top: 0;
    right: 1vh;
    z-index: 2;
}

.custom {
    background-image: url("../img/custom.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8%;
    height: 47%;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    z-index: 2;
}

.newer {
    background-image: url("../img/newer.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8%;
    height: 47%;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    z-index: 2;
}

.sign-gameType {
    position: absolute;
    top: 2vh;
    right: 0;
    padding: 1px 10px 1px;
    box-shadow: -3px 0px 10px #191515;
    font-size: 2vmax;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.gameList {
    width: 100%;
    height: 100%;
    background: radial-gradient(#a39b86, #e6e0ca);
    background-image: url("../img/gameList-back.jpg");
    background-size: 100% 100%;
    color: #211912;
    font-size: 1.8vmax;
}

.gameList h4 {
    font-size: 2.5vmax;
}

.goldBorder {
    background-image: url("../img/goldBorder.svg");
    border-top-width: 0;
}

.sliverBorder {
    background-image: url("../img/sliverBorder.svg");
    border-top-width: 0;
}

.copperBorder {
    background-image: url("../img/copperBorder.svg");
    border-top-width: 0;
}

.judge-badge {
    width: 62%;
    height: 43%;
    background-color: rgba(0, 0, 0, 0);
    margin: 45% 0 20% 20%;
}

.judge-vitality {
    background-image: url("../img/vitalityJudge.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.judge-vagrant {
    background-image: url("../img/vagrantJudge.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.judge-ferry {
    background-image: url("../img/ferryJudge.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.judge-strong {
    background-image: url("../img/strongJudge.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.judge-modal {
    width: 85vw !important;
    margin: 10vh 7vw !important;
}

.judge-modal .contentReplace {
    background-image: url("../img/gradeBack.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    background-color: #3A1615 !important;
    color: #e3cccf;
}

.judge-modal .contentReplace .grade-info {
    margin: 6% 0 8%;
}

.judge-modal .contentReplace .grade-info .picture {
    width: 9vmax;
    height: 9vmax;
    float: left;
    margin: 1% 5% 0 7%;
}

.judge-modal .contentReplace .grade-info .text {
    font-size: 3vh;
    line-height: 1.6;
    display: inline-block;
}

.judge-modal .contentReplace .grade-list {
    width: 85%;
    margin: 0 auto 2%;
    font-size: 2vmax;
}

.judge-modal .contentReplace .grade-list .badge-size2 {
    width: 4vh;
    height: 4vh;
    margin: 0 auto;
}


/*游戏进入页*/

.amuseCard {
    width: 95%;
    height: 41%;
    position: relative;
    background: linear-gradient(#f3f295, #9e771b);
    border-radius: 6px;
    margin: 2% 2% 0%;
}

.amuseCard .amuseWolves {
    background-image: url("../img/amuseWolve.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 54%;
    height: 73%;
    position: absolute;
    bottom: 3%;
    left: 36%;
    margin: 0;
}

.amuseCard .amuseTag {
    background-image: url("../img/amuseTag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 30%;
    height: 9%;
    top: 11%;
    right: 0;
    font-size: 2.5vmax;
    padding: 0 0 0 5vmax;
}

.arrangeCard {
    width: 95%;
    height: 27.3%;
    position: relative;
    background: linear-gradient(#7fbcec, #315797);
    border-radius: 6px;
    margin: 2% 2% 0%;
}

.arrangeCard .arrangeWolves {
    background-image: url("../img/arrangeWolve.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 26%;
    height: 81%;
    position: absolute;
    bottom: 7%;
    left: 44%;
    margin: 0;
}

.arrangeCard .arrangeTag {
    background-image: url("../img/arrangeTag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 30%;
    height: 12%;
    top: 12%;
    right: 0;
    font-size: 2.2vmax;
    padding: 0.5vmin 0 0 6vmax;
}

.themeCard {
    width: 95%;
    height: 27.3%;
    position: relative;
    background: linear-gradient(#e982ae, #782727);
    border-radius: 6px;
    margin: 2% 2% 0%;
}

.themeCard .themeWolves {
    background-image: url("../img/themeWolve.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 39%;
    height: 82%;
    position: absolute;
    bottom: 7%;
    left: 38%;
    margin: 0;
}

.themeCard .themeTag {
    background-image: url("../img/themeTag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 30%;
    height: 12%;
    top: 12%;
    right: 0;
    font-size: 2.2vmax;
    padding: 0.5vmin 0 0 6vmax;
}

.game-bigHeader1 {
    font-size: 8.5vmax;
    font-weight: bold;
    padding: 4vh 7vw 0;
}

.game-bigHeader2 {
    font-size: 6vmax;
    font-weight: bold;
    padding: 5vh 8vw 0;
}

.game-subHeader {
    font-size: 2.5vmax;
    padding: 0 8vw;
    line-height: 1;
}

.shadow {
    box-shadow: 0 0 4px 3px #F9D74D;
}


/*法官工具*/

.judge-tools-option {
    font-size: 3vmax;
    margin-top: 3%;
}

.judge-tools-option > span {
    display: inline-block;
    margin: 0 0 2%;
    background-color: transparent !important;
    border-color: #99375d !important;
}

.judge-tools-option > span:active,
.judge-tools-option > span:hover,
.judge-tools-option > span:focus {
    color: #99375d;
}

.game-camp {
    display: inline-block;
    margin: 0 2%;
    position: relative;
}

.game-camp .camp-img {
    width: 9vmax;
    height: 9vmax;
    border: 1px solid #A07A54;
    border-radius: 4px;
}

.game-camp .camp-v {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    top: 0;
    left: 0;
    color: #FBCE1B;
    font-size: 4vmax;
    line-height: 2.3;
}

.role-status {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 60%;
    height: 60%;
    margin: 20% auto;
}


/*法官投票*/

.vote-tip {
    font-size: 3vh;
    margin: 11% auto 2%;
    text-align: center;
    color: #423820;
    font-weight: bold;
}

.vote-share {
    font-size: 2vh;
    text-align: center;
    color: #5e5d5c;
    font-weight: bold;
    margin-bottom: 6%;
}

#vote2 .vote-seatNum {
    position: absolute;
    top: -3px;
    left: -5px;
    z-index: 2;
    width: 15px;
    height: 15px;
    color: white;
    text-align: center;
    background-color: #79604E;
    margin: 0;
    font-weight: bold;
    border-radius: 50px;
    line-height: 15px;
    font-size: 12px;
}

#vote2 .vote-main {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#8c365a, #66202d);
    display: block;
}

#vote2 .vote-name {
    position: relative;
    display: inline-block;
    width: 60vw;
    height: 11vh;
    color: #0e0407;
    line-height: 50px;
    text-align: center;
    font-size: 1.6em;
    background-size: 100% 100%;
    background-image: url("../img/vote-head-back.png");
}

#vote2 .vote-result {
    position: absolute;
    z-index: 4;
    background: radial-gradient(#8c365a, #66202d);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: all ease-in-out .7s;
}

#vote2 .vote-result-list {
    position: relative;
    width: 100%;
    height: 100%;
    top: 2vmax;
    margin-left: 0;
    padding: 0;
}

#vote2 .vote-result-list .voteResult-tie {
    width: 0;
    height: 1.5vh;
    border: 1px solid #b0a183;
    margin: 9.7vmax auto 0;
    box-shadow: 0 0 0 2px #462c10;
}

#vote2 .vote-result-list .voteResult-li0 {
    width: 78%;
    float: none;
    margin: 0 11% 4%;
    display: inline-block;
}

#vote2 .vote-result-list .voteResult-li0 .vote-candidate .candidate-portrait {
    left: 41%;
}


/*#vote2 .vote-result-list .voteResult-li0 .vote-candidate .candidate-portrait {*/


/*!*height: 13vmax;*!*/


/*width: 13vmax;*/


/*background-image: url("../img/voteResult-li0-header.png");*/


/*background-size: 100% 100%;*/


/*line-height: 11.5vmax;*/


/*border: none;*/


/*box-shadow: none;*/


/*border-radius: 0; }*/

#vote2 .vote-result-list li ul > li {
    position: relative;
    float: none;
    display: inline-block;
    width: 6vmax;
    height: 6vmax;
    margin: 2% 3% 0;
}

#vote2 .vote-result-list .voteResult-li0 ul > li {
    margin: 2% 2% 0;
}

#vote2 .vote-result-list li {
    width: 50%;
    height: 30vh;
    float: left;
    margin: 0;
    display: inline-block;
}

#vote2 .notVote {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

#vote2 .notVote .notVote-title {
    width: 15%;
    line-height: 20px;
    font-size: 16px;
    color: #65461b;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    display: inline-block;
}

#vote2 .notVote .notVote-content {
    width: 77%;
    padding: 0 3%;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
}

#vote2 .notVote .notVote-content li {
    width: 6vmax;
    height: 6vmax;
    display: inline-block;
    float: left;
    margin-left: 5px;
    position: relative;
}

#vote2 .notVote .notVote-content .notVote-portrait {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #462c10;
    border-radius: 50px;
}

#vote2 .voter-portrait {
    position: relative;
    width: 100%;
    display: inline-block;
    border-radius: 13px;
    border: 1px solid #57422A;
    background-image: url("../img/voteResultBack.png");
    background-size: 100% 100%;
    text-align: center;
}

#vote2 .voter-portrait .voter-head {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #462c10;
    box-shadow: 0 0 0 2px #ab8c5f, 0 0 0 3px #462c10;
}

#vote2 .vote-candidate {
    overflow: hidden;
}

#vote2 .vote-candidate .candidate-portrait {
    position: absolute;
    top: 1vh;
    left: 35%;
    margin-left: 0;
    display: block;
    height: 8.5vmax;
    width: 8.5vmax;
    line-height: 8.5vmax;
    text-align: center;
    font-size: 32px;
    border-radius: 50px;
    border: 1px solid #462c10;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    color: white;
    box-shadow: 0 0 0 2px #b0a183, 0 0 0 4px #462c10;
}

#vote2 .banish-tabs {
    position: relative;
    bottom: auto;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin-left: 1px;
    z-index: 0;
    border-top: 1px solid #423820;
    border-bottom: 1px solid #423820;
}

#vote2 .banish-tabs li {
    position: relative;
    height: auto;
    -webkit-backdrop-filter: blur(0);
    width: 17vw;
    display: inline-block;
    float: left;
    margin-left: .8vw;
    background-color: #99375D;
    color: #f6ece5;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #423820;
    border-bottom-width: 0;
    border-top-width: 0;
}

#vote2 .return {
    position: absolute;
    top: -1vh;
    left: 4vw;
    font-size: 3.8vmax;
    transform: rotateY(180deg);
    color: #400a2e;
}

#vote2 .returnDay {
    position: absolute;
    width: 15vw;
    height: 5.5vh;
    top: 0;
    right: 3vw;
    text-align: center;
    padding-top: 1.5vh;
    background-image: url("../img/returnDay.png");
    background-size: 100% 100%;
}

.plank-shadow {
    position: absolute;
    bottom: 0;
    left: 13%;
    margin: 0 auto;
    width: 74%;
    border-radius: 0 0 25px 25px;
    height: 10px;
    box-shadow: 0px 9px 0px 0px rgba(0, 0, 0, 0.3);
}

.vote-pk {
    width: 100%;
    bottom: -20%;
    height: 20%;
    color: #f6ece5;
    background: linear-gradient(rgba(45, 0, 19, 0), rgba(45, 0, 19, 0.79));
    z-index: 6;
    position: fixed;
    border-color: #362815;
    /*box-shadow: 0px 0px 106px 41px rgba(45, 0, 19, 0.74);*/
    transition: all ease-in-out .7s;
}

.vote-pk-show {
    bottom: 0 !important;
}

.dividing-line {
    width: 100%;
    height: 1vh;
    background-color: #7B542A;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.ul-wood-back {
    background-color: #7B542A;
    padding-bottom: .7vw;
    padding-right: .7vw;
    display: inline-block;
    border-bottom: 1px solid;
    border-right: 1px solid;
}


/*称号列表*/

.level-star {
    width: 2vmax;
    height: 2vmax;
    display: inline-block;
    background-image: url("../img/levelStar.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 1%;
}

.title-present {
    width: 82vw;
    height: 20vh;
    margin: 0 auto 2vh;
    background-image: url("../img/title-present.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#titleList li {
    width: 80%;
    height: 13vh;
    margin: 0 auto 1vh;
}

#titleList .title-have {
    width: 100%;
    height: 100%;
    background-image: url("../img/title-have.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#titleList li:active,
#titleList li:focus,
#titleList li:hover,
#titleList li:visited {
    width: 85%;
    height: 14vh;
}

#titleList li:active .title-have,
#titleList li:focus .title-have,
#titleList li:hover .title-have,
#titleList li:visited .title-have {
    background-image: url("../img/title-active.png");
}


/*新建房间*/

#newGame2 .new-game-back {
    background: radial-gradient(#8c365a, #66202d);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/newGame-back.jpg");
    background-size: 100% 100%;
}

#newGame2 .player-number-control {
    position: absolute;
    top: 5%;
    height: 20%;
    width: 80%;
    left: 10%;
    /*background-color: red;*/
}

#newGame2 .setRoleNumber {
    height: 6vh;
    width: 33vw;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    line-height: 6vh;
    font-size: 2.5vmax;
    text-align: center;
    background-color: #141332;
    background-size: 100% 100%;
    background-image: url("../img/btn-newGame.png");
}

#newGame2 .new-game-random-seat {
    position: absolute;
    top: 20%;
    right: 5%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #9B9B9B;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #9B9B9B;
}

#newGame2 .new-game-roles {
    position: absolute;
    top: 25%;
    height: 60%;
    width: 90%;
    left: 5%;
    /*background-color: blue;*/
}

#newGame2 .new-game-button {
    position: absolute;
    bottom: 3%;
    width: 43vw;
    height: 8vh;
    line-height: 7.5vh;
    left: 28.5vw;
    margin-left: 0;
    text-align: center;
    font-size: 3.5vmax;
    color: black;
    background-image: url("../img/btn-newGame.png");
    background-size: 100% 100%;
    /*background-color: #141332;*/
    -webkit-backdrop-filter: blur(10px);
}

#newGame2 .new-game-button:active {
    background-color: transparent;
}

#newGame2 .new-game-button a {
    position: absolute;
    top: -20px;
    left: -10vw;
    width: 65vw;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #ffc800;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

#newGame2 .new-game-role {
    position: relative;
    float: left;
    width: 23%;
    margin-top: 10px;
    margin-left: 1.7%;
    border-width: 0;
}

#newGame2 .new-game-role figure {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 142%;
    /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#newGame2 .new-game-role figure img {
    width: 100%
}

#newGame2 .cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#newGame2 .new-game-role-name {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 1px;
    font-size: 1em;
    text-align: center;
    width: 100%;
    color: white;
    display: inline;
    z-index: 3;
}

#newGame2 .upper-right {
    position: absolute;
    top: 0;
    right: 0;
}

#newGame2 .round-number {
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    margin-right: -5px;
    margin-top: -5px;
}

#newGame2 .line {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 4px;
    background-image: linear-gradient(top, #000, #000 60%, transparent 60%);
    background-image: -webkit-linear-gradient(top, #000, #000 60%, transparent 60%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
}

#newGame2 .click-red:active {
    background-color: red;
}

#newGame2 .new-ladder-cardBack {
    position: relative;
    width: 92%;
    left: 4%;
    margin-top: 10px;
    height: 80px;
    border: 1px solid transparent;
    background-size: 100% 100%;
    background-image: url("../img/title-active.png");
}


/*#newGame2 .new-ladder-cardBack:active, #newGame2 .new-ladder-cardBack:hover, #newGame2 .new-ladder-cardBack:focus, #newGame2 .new-ladder-cardBack:visited {*/


/*background-image: url("../img/title-active2.png");*/


/*}*/


/*#newGame2 .new-ladder-cardBack:active .new-ladder-cover, #newGame2 .new-ladder-cardBack:hover .new-ladder-cover, #newGame2 .new-ladder-cardBack:focus .new-ladder-cover, #newGame2 .new-ladder-cardBack:visited .new-ladder-cover {*/


/*display: none; }*/

#newGame2 .new-ladder-cards {
    height: 86%;
    width: 94%;
    margin: 1.5% 4%;
    overflow-x: scroll;
}

#newGame2 .new-ladder-card {
    display: inline-block;
    width: 13vw;
    height: 100%;
    margin-right: 2%;
    float: left;
    border: 1px solid;
    position: relative;
    background-size: 100% 100%;
}

#newGame2 .new-ladder-card .card-num {
    position: absolute;
    bottom: 0;
    right: 0;
}

#newGame2 .new-ladder-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #EA96AC;
    font-weight: bold;
    font-size: 3.5vmax;
    text-align: center;
    padding: 7%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(6px);
}


/*公共css*/

.text-red {
    color: #c0473e;
}

.text-ellipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-left {
    text-align: left;
}

.text-cm {
    text-align: center;
    vertical-align: middle;
}

.h100 {
    height: 100%;
}

.h75 {
    height: 75%;
}

.font-bold {
    font-weight: bold;
}

.font-s {
    font-size: 1.6vmax;
}

.font-m {
    font-size: 3vmax;
}

.borderb {
    border-bottom: 2px solid #7b542a;
}

.borderr {
    border-right: 4px solid #7b542a;
}

.borderRed {
    border-color: red;
}

.pd0 {
    padding: 0 !important;;
}

.pd2 {
    padding: 2%;
}

.pd3 {
    padding: 3%;
}

.pdNotb {
    padding: 1.5% 0 2% 4%;
}

.m2 {
    margin: 2%;
}

.mr0 {
    margin-right: 0;
}

.mt3 {
    margin-top: 3%;
}

.mt5 {
    margin-top: 5%;
}

.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.i-checks input:checked + i {
    border-color: #707070;
}

.i-checks input:checked + i:before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #707070;
}

.i-checks input:checked + span .active {
    display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}

.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #f6ece5;
    border: 1px solid #707070;
}

.i-checks > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-tools {
    color: #333;
    background-color: #AEA093;
    border-color: #928579;
}

.btn-recruit {
    width: 50%;
    color: #fff;
    background-color: #966a4a;
    border-color: #77543A;
}

.btn-primary {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #b28364 !important;
}

.btn-recruit:hover,
.btn-recruit:focus,
.btn-recruit:active,
.btn-recruit.active,
.open .dropdown-toggle.btn-recruit {
    color: #fff !important;
    background-color: #825A3E;
    border-color: #77543A;
}

.btn-modal {
    color: #e3cccf;
    background-color: transparent;
    border-color: #e3cccf !important;
}

.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active,
.open .dropdown-toggle.btn-modal {
    color: #e3cccf !important;
    background-color: transparent;
    border-color: #e3cccf;
}

.btn-tools {
    color: #423820;
    background-color: #be9b46;
    border: 1px solid #423820;
    outline: none;
    text-align: center;
    box-shadow: 0 -1px 0 #423820, 1px -1px 0 #be9b46, 3px 1px 0 #423820;
}

.btn-tools:focus,
.btn-tools:hover,
.btn-tools:active,
.btn-tools.active,
.open .dropdown-toggle.btn-tools {
    color: #f6ece5 !important;
    background-color: #82765f;
    outline: none !important;
    box-shadow: 0 0 0 #423820
}

.btn-vote1,
.btn-vote1:focus,
.btn-vote1:hover {
    color: #f6ece5 !important;
    background-color: #99375d;
    border: 1px solid #423820;
    width: 17vmax;
    outline: none !important;
    text-align: center;
    box-shadow: 0px -1px 0px #423820, 1px -1px 0px #99375d, 3px 1px 0px #423820;
}

.btn-vote1:active,
.btn-vote1.active,
.open .dropdown-toggle.btn-vote1 {
    color: #f6ece5 !important;
    background-color: #8c365a;
    outline: none !important;
    box-shadow: 0px 0px 0px #423820;
}

.tab {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab > li {
    float: left;
    margin-bottom: -2px;
}

.tab > li > a {
    position: relative;
    display: block;
    padding: 1vh 2.5vw;
    margin-right: 1.5vw;
    line-height: 1.42857143;
    color: #f6ece5;
    background-color: #99375D;
    border: 1px solid transparent;
    text-decoration: none;
}

.tab > li.active > a,
.tab > li.active > a:active,
.tab > li.active > a:hover,
.tab > li.active > a:focus {
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.tab > li > label {
    padding: 1vh 2.5vw;
    margin-right: 2vw;
    margin-bottom: 0;
    border: 1px solid transparent;
    line-height: 1.42857143;
    float: right;
}

.tab:before,
.tab:after {
    display: table;
    content: " ";
}

.tab:after {
    clear: both;
}


/*关于我们*/

.bg-au {
    position: relative;
    width: 100vw;
    height: 100vh;
    border: 1px solid #252525;
    background-image: url("../img/bg-au.jpg");
    background-size: 100% 100%;
    background-color: #090804;
}

.title-au {
    font-size: 7.5vw;
    padding: 5% 13% 3%;
    text-align: center;
    color: #40310a;
}

.describe {
    color: #694c30;
    padding: 6.5vh 11vw 0;
    font-size: 3.3vw;
    font-family: Arial, 'Times New Roman', 'Xingkai SC';
}

.describe span {
    font-family: STSong;
}

.bg-aboutUS {
    position: relative;
    width: 88vw;
    height: 90vh;
    margin: 5vh auto;
    background-image: url("../img/bg-aboutUs-mobile.png");
    background-size: 100% 100%;
}

.text-lrs {
    display: inline-block;
    position: relative;
}

.text-lrs span {
    display: inline-block;
    position: absolute;
    top: 0px;
    font-size: 2.3vw;
    z-index: 2;
    right: -7px;
}

.credentials {
    background-image: url("../img/credentials.jpg");
    width: 20vh;
    height: 28vh;
    background-size: 100% 100%;
    margin: 2vh auto;
}

.powered {
    text-align: center;
    color: #5d4229;
    font-size: 1.7vh;
    font-weight: 900;
}

@media screen and (min-width: 1025px) {
    .bg-aboutUS {
        position: relative;
        width: 88vw;
        height: 90vh;
        margin: 5vh auto;
        background-image: url("../img/bg-aboutUs-pc.png");
        background-size: 100% 100%;
    }

    .describe {
        padding: 3% 3% 0 10%;
        font-size: 3vh;
        height: 81%;
        width: 50%;
        display: inline-block;
        float: left;
    }

    .text-lrs {
        display: inline-block;
        position: relative;
    }

    .text-lrs span {
        display: inline-block;
        position: absolute;
        top: 1px;
        font-size: 2vh;
        z-index: 2;
        right: -11px;
    }

    .credentials {
        display: inline-block;
        width: 19vw;
        height: 25vw;
        position: relative;
        margin: 13% auto 1%;
        left: 2%;
    }

    .title-au {
        font-size: 5vh;
        height: 15%;
        padding: 8% 20% 0;
        text-align: center;
    }

    .powered {
        padding-right: 15%;
        text-align: right;
        font-size: 1.2vw;
        clear: both;
    }
}

.toast-box {
    position: absolute;
    top: 45%;
    z-index: 99;
    max-height: 250px;
    overflow-y: auto;
    margin: 0 auto;
    float: left;
    left: 50px;
    right: 50px;
    text-align: center;
}

.toast-top {
    top: 0;
}

.toast-bottom {
    top: auto;
    bottom: 0;
}

.toast-box .toast-item {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    max-width: 100%;
    color: #fff;
/ / text-overflow: ellipsis;
/ / overflow: hidden;
/ / white-space: nowrap;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.8);
}

.toast-box .toast-item.toast-success {

    background-color: rgba(40, 165, 76, 0.8);
}

.toast-box .toast-item.toast-error {
    background-color: rgba(217, 83, 79, 0.8);
}

.toast-box .toast-item.toast-warn {
    background-color: rgba(240, 173, 78, 0.8);
}

.toast-box .toast-item.toast-info {
    background-color: rgba(0, 0, 0, 0.9);
}