body {
    text-align: center;
    background-color: gainsboro;
    margin: 0;
    padding: 0;
}

.mc-main-page {
    width: 100%;
    max-width: 1100px;
    min-width: 395px;
    height: auto;
    border: solid #ccc 1px;
    display: inline-block;
    margin: 0;
    background-color: #efefef;
    padding-bottom: 10px;
}

.mc-title {
    width: 100%;
    height: 60px;
    border: solid black 0.7px;
    background-image: url("../image/header.png");
    background-size: 100% auto;
}

.mc-title-name {
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: gainsboro;
}

.mc-icon-img {
    width: 100%;
    height: 80px;
    border-bottom: dashed 1px purple;
    text-align: left;
    position: relative;
    background-color: antiquewhite;
}

.mc-pulao-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 5px;
    border: black solid 0.7px;
    margin: 10px 0 0 3%;
}

.mc-pulao-word {
    width: 75%;
    height: 70px;
    border-radius: 3px;
    border: black solid 0.7px;
    background-color: seashell;
    color: #3e3e3e;
    display: inline-block;
    text-indent: 1em;
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 20%;
    padding-left: 4px;
}

.mc-save-box, .mc-box-evaluate {
    width: 98%;
    height: auto;
    margin: 5px 0 5px 1%;
    border-radius: 6px;
    border: black solid 1px;
    background-color: white;
    text-align: left;
    background-image: url("../image/bg01.png");
    background-size: 100% auto;
}

.mc-save-box-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.mc-author {
    width: 100%;
    background-color: whitesmoke;
    text-align: left;
    padding-left: 1em;
    font-size: 12px;
    color: #3e3e3e;
    margin-bottom: 5px;
}

.mc-role-rank {
    width: 18px;
    height: 18px;
    line-height: 16px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: #3e3e3e 1px solid;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
}

.mc-role-ming {
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: #3e3e3e;
}

.rankbg01 {
    background-color: orangered;
}

.rankbg02 {
    background-color: #fca131;
}

.rankbg03 {
    background-color: #72bd05;
}

.mc-dpan {
    width: 98%;
    height: auto;
    background-color: whitesmoke;
    border: solid #3e3e3e 1px;
    border-radius: 5px;
    margin: 2px 1%;
}

.mc-btn-box {
    width: 100%;
    height: auto;
    background-color: white;
}

.mc-btn-box-title {
    width: 20%;
    height: 31px;
    line-height: 30px;
    border: black solid 1px;
    border-radius: 5px 0 0 5px;
    color: white;
    font-size: 14px;
    margin-left: 1%;
    background-image: linear-gradient(to right, #F44336, #7C4DFF);
    display: inline-block;
}

.mc-btn-box-value {
    width: 25%;
    line-height: 25px;
    border: #3e3e3e solid 1px;
    border-radius: 0 5px 5px 0;
    color: #3e3e3e;
    font-size: 14px;
    margin-right: 2%;
    background-color: #fff9f9;
    display: inline-block;
}

.mc-btn-box-import, .mc-btn-box-import2 {
    width: 22%;
    height: 25px;
    line-height: 24px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    margin: 5px 1%;
    background-image: linear-gradient(to right, #0066FF, #7C4DFF);
    display: inline-block;
}

.modal-body-set {
    text-align: left;
    text-indent: 1em;
    font-size: 14px;
    padding: 10px;
}

.cr-add-btn {
    width: 22%;
    height: 25px;
    line-height: 24px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    margin: 5px 1%;
    background-image: linear-gradient(to right, #00BCD4, #94cc20);
    display: inline-block;
}

.cr-eval-btn {
    width: 63%;
    height: 30px;
    line-height: 28px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin: 5px 1% 5px 0;
    display: inline-block;
    background-image: linear-gradient(to right, #FF9800, #FF6600);
}

.cr-eval-center {
    width: 30%;
    height: 25px;
    line-height: 24px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    margin: 5px 0 5px 1%;
    display: inline-block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
    background-blend-mode: multiply, multiply;
}

.mc-role, .mc-role-cel {
    width: 80px;
    height: 100px;
    border-radius: 3px;
    border: black solid 1px;
    margin: 5px 0 5px 5px;
    display: inline-block;
    text-align: center;
    box-shadow: 2px 3px 3px #3e3e3e;
    position: relative;
}

.mc-role-delete {
    width: 14px;
    height: 14px;
    line-height: 12px;
    font-size: 14px;
    border-radius: 7px;
    border: solid #aaa 1px;
    color: #bbb;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.mc-role-score {
    width: 80px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 12px;
    margin: 0;
}

.mc-role-level {
    width: 40px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 11px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.mcr-defult {
    background-image: linear-gradient(to bottom, #0066FF, #9900FF);
    color: white;
    font-size: 14px;
}

.mcr-cl {
    background-image: url("../image/role/cl.png");
    background-size: 100% auto;
}

.mcr-jx {
    background-image: url("../image/role/jx.png");
    background-size: 100% auto;
}

.mcr-jy {
    background-image: url("../image/role/jy.png");
    background-size: 100% auto;
}

.mcr-az {
    background-image: url("../image/role/az.png");
    background-size: 100% auto;
}

.mcr-azn {
    background-image: url("../image/role/azn.png");
    background-size: 100% auto;
}

.mcr-zz {
    background-image: url("../image/role/zz.png");
    background-size: 100% auto;
}

.mcr-wln {
    background-image: url("../image/role/wln.png");
    background-size: 100% auto;
}

.mcr-yl {
    background-image: url("../image/role/yl.png");
    background-size: 100% auto;
}

.mcr-ak {
    background-image: url("../image/role/ak.png");
    background-size: 100% auto;
}

.mcr-jxn {
    background-image: url("../image/role/jxn.png");
    background-size: 100% auto;
}

.mcr-kkl {
    background-image: url("../image/role/kkl.png");
    background-size: 100% auto;
}

.mcr-mtf {
    background-image: url("../image/role/mtf.png");
    background-size: 100% auto;
}

.mcr-bz {
    background-image: url("../image/role/bz.png");
    background-size: 100% auto;
}

.mcr-yw {
    background-image: url("../image/role/yw.png");
    background-size: 100% auto;
}

.mcr-yy {
    background-image: url("../image/role/yy.png");
    background-size: 100% auto;
}

.mcr-mxf {
    background-image: url("../image/role/mxf.png");
    background-size: 100% auto;
}

.mcr-qs {
    background-image: url("../image/role/qs.png");
    background-size: 100% auto;
}

.mcr-dj {
    background-image: url("../image/role/dj.png");
    background-size: 100% auto;
}

.mcr-sh {
    background-image: url("../image/role/sh.png");
    background-size: 100% auto;
}

.mcr-tq {
    background-image: url("../image/role/tq.png");
    background-size: 100% auto;
}

.mcr-ly {
    background-image: url("../image/role/ly.png");
    background-size: 100% auto;
}

.mcr-gz {
    background-image: url("../image/role/gz.png");
    background-size: 100% auto;
}

.mcr-gzn {
    background-image: url("../image/role/gzn.png");
    background-size: 100% auto;
}

.mcr-xly {
    background-image: url("../image/role/xly.png");
    background-size: 100% auto;
}
.mcr-youhu {
    background-image: url("../image/role/youhu.png");
    background-size: 100% auto;
}
.mcr-chun {
    background-image: url("../image/role/chun.png");
    background-size: 100% auto;
}
.mcr-sar {
    background-image: url("../image/role/sar.png");
    background-size: 100% auto;
}
.mcr-klt {
    background-image: url("../image/role/klt.png");
    background-size: 100% auto;
}
.mcr-dd {
    background-image: url("../image/role/dd.png");
    background-size: 100% auto;
}
.mcr-lkk {
    background-image: url("../image/role/lkk.png");
    background-size: 100% auto;
}
.mcr-fb {
    background-image: url("../image/role/fb.png");
    background-size: 100% auto;
}
.mcr-zn {
    background-image: url("../image/role/zn.png");
    background-size: 100% auto;
}
.mcr-blt {
    background-image: url("../image/role/blt.png");
    background-size: 100% auto;
}
.mcr-fzn {
    background-image: url("../image/role/fzn.png");
    background-size: 100% auto;
}
.mcr-nfz {
    background-image: url("../image/role/nfz.png");
    background-size: 100% auto;
}
.mcr-ktll {
    background-image: url("../image/role/ktll.png");
    background-size: 100% auto;
}
.mcr-xk {
    background-image: url("../image/role/xk.png");
    background-size: 100% auto;
}

.mc-box-evaluate {
    position: relative;
    min-height: 265px;
    text-align: right;
}

.mc-box-evaluate-left {
    width: 30%;
    max-width: 150px;
    height: auto;
    border: #3e3e3e solid 1px;
    border-radius: 5px;
    padding: 0 0 3px 0;
    box-shadow: 0 0 4px #3e3e3e;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: 35px;
    right: 68.5%;
}

.mc-box-evaluate-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.mc-box-evaluate-right {
    width: 66.5%;
    height: auto;
    text-align: center;
    border-left: #3e3e3e dotted 1px;
    display: inline-block;
}

.mc-box-right-a {
    width: 100%;
    height: auto;
    border-bottom: #3e3e3e dotted 1px;
}

.mc-box-right-a .mcra-st {
    width: 45%;
    height: auto;
    line-height: 25px;
    color: white;
    font-size: 12px;
    display: inline-block;
    margin: 4px 1.5%;
    box-shadow: 3px 3px 4px #3e3e3e;
    border-radius: 6px;
}

.mcra-st-title {
    width: 100%;
    height: 25px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 0;
}

.mcra-st-val {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.mcra-st-bg01 {
    background-image: linear-gradient(to right, #0066FF, #9900FF);
}

.mcra-st-bg02 {
    background-image: linear-gradient(to right, #F97794, #623AA2);
}

.mcra-st-bg03 {
    background-image: linear-gradient(to right, #fca131, #F55555);
}

.mcra-st-bg04 {
    background-image: linear-gradient(to right, #fe502f, #FF3366);
}

.mc-box-right-b {
    width: 94%;
    height: auto;
    min-height: 106px;
    text-indent: 1em;
    font-size: 14px;
    color: #3e3e3e;
    padding: 15px 5px 20px 5px;
    background-color: white;
    margin: 0;
    text-align: left;
}

.font-color {
    font-weight: 600;
}

.font-color-01 {
    color: #0066FF;
}

.font-color-02 {
    color: #9900FF;
}

.font-color-03 {
    color: #fca131;
}

.font-color-04 {
    color: #F55555;
}

.font-color-05 {
    color: #fe502f;
}

.font-color-06 {
    color: #F3366F;
}

.font-color-07 {
    color: #72bd05;
}

.mc-box-evaluate-result {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #3e3e3e;
    border-top: solid 1px #3e3e3e;
}

.mc-box-evaluate-result p {
    margin: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
}

.mc-score-rule {
    width: 98%;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-size: 14px;
    background-image: linear-gradient(to right, #00BCD4, #689F38);
    border: solid 1px #3e3e3e;
    margin: 10px 1%;
}

.mc-footer {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    color: #ccc;
    background-image: url("../image/header.png");
    background-size: 100% auto;
    margin-top: 35px;
}

.mc-rule-info, .mc-cost-box, .mc-costedit {
    width: 96%;
    height: auto;
    margin: 5px 2%;
    padding: 10px 5px;
    color: #3e3e3e;
    border: solid #3e3e3e 1px;
    border-radius: 5px;
    background-color: white;
    text-align: left;
    line-height: 25px;
}

.mc-costedit .mc-costedit-info2 {
    padding-bottom: 12px;
}

.mc-db-result {
    width: 100%;
    height: auto;
    min-height: 60px;
    background-color: white;
    border: #3e3e3e 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
}

.table-striped {
    font-size: 14px;
}

.mc-cost-list {
    width: 100%;
    height: auto;
    font-size: 13px;
    text-align: right;
    border: solid #3e3e3e 1px;
    border-radius: 5px;
    position: relative;
    padding: 5px 1px;
    margin: 5px 0;
}

.mc-cost-list-null {
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: solid #3e3e3e 1px;
    border-radius: 5px;
    position: relative;
    padding: 5px 1px;
    margin: 5px 0;
}

.mc-cost-list2 {
    width: 100%;
}

.mc-cost-list .mc-cost-img {
    width: 100%;
    max-width: 68px;
    height: auto;
    border-radius: 15%;
    border: #3e3e3e solid 1px;
    box-shadow: 0 0 3px #3e3e3e;
    background: linear-gradient(to top, #ffaf78, #ffd57d);
}

.mc-cost-img-0 {
    width: 100%;
    max-width: 68px;
    height: auto;
    border-radius: 25%;
    margin-left: 5%;
    position: relative;
    padding-bottom: 10px;
}

.mc-suite-attr {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: -15px;
}

.mc-suite-attr2 {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 0;
}

.mc-suite-attr3 {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 0;
}

.mc-cost-list .mc-cost-val {
    width: 12.5%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.mc-cost-list .mc-cost-val2 {
    width: 19.5%;
}

.mc-cost-list .mc-cost-val3 {
    width: 18%;
}

.mc-cost-val3 {
    position: absolute;
    top: 5px;
    left: 2px;
}

.mcccost-reset {
    width: 60px;
    margin: 5px;
    display: inline-block;
}

.mcccost-reset img {
    width: 100%;
    margin: 0;
}

.mc-cost-list .mc-cost-val p {
    margin: 1px;
    padding: 0;
    text-align: center;
    line-height: 15px;
}

.mc-cost-jiaz {
    font-weight: 600;
}

.mc-cost-jiaz2 {
    width: 60%;
    font-weight: 600;
    display: inline-block;
}

.mc-cost-red {
    color: red;
}

.mc-cost-purple {
    color: #007bff;
}

.mc-cost-blue {
    color: purple;
}

.mc-cost-green {
    color: #72bd05;
}

.mc-cost-orange {
    color: darkorange;
}

.mc-cost-pink {
    color: hotpink;
}

.mc-character, .mc-costedit-info {
    width: 100%;
    height: auto;
    border-bottom: #3e3e3e dotted 1px;
    position: relative;
    padding-bottom: 2px;
}

.mc-character {
    text-align: right;
}

.mc-character-img, .mc-cost-img {
    width: 80px;
    height: auto;
    border-radius: 5px;
    border: #3e3e3e solid 1px;
    display: inline-block;
    box-shadow: 2px 2px 4px #3e3e3e;
    background: linear-gradient(to top, #ffaf78, #ffd57d);
}

.mc-character-imgCost {
    width: 80px;
    height: auto;
    border-radius: 5px;
    border: #3e3e3e solid 1px;
    display: inline-block;
    box-shadow: 2px 2px 4px #3e3e3e;
}

.mc-cost-img2 {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.mc-character-img {
    position: absolute;
    top: 5px;
    left: 5%;
}

.mc-character .mc-character-read-img {
    position: absolute;
    top: -4px;
    left: 4%;
    border-radius: 5px 5px 0 0;
}

.mc-character .mc-character-lvm {
    width: 80px;
    height: 18px;
    line-height: 16px;
    border: black 1px solid;
    font-size: 12px;
    background-color: #3e3e3e;
    color: white;
    text-align: center;
    position: absolute;
    top: 94px;
    left: 4%;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 4px #3e3e3e;
}

.mc-character-right, .mc-cost-right {
    width: 70%;
    height: auto;
    border-left: #3e3e3e dotted 1px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.mc-character-score {
    width: 100%;
    margin-top: 10px;
    border-top: #3e3e3e dotted 1px;
}

.mc-character-right2 {
    position: relative;
    padding-bottom: 0;
    display: inline-block;
}

.mc-character-row {
    position: relative;
    text-align: left;
}

.mc-character-btnbg {
    position: absolute;
    top: 0;
    right: 1.5%;
    text-align: left;
    width: 70%;
}

.mc-badge-left {
    width: 50%;
    margin: 0;
    background-color: #3e3e3e;
    color: white;
    font-size: 12px;
    border: black 1px solid;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    text-align: center;
}

.mc-badge-right {
    width: 50%;
    margin: 0;
    background-color: #3e3e3e;
    color: white;
    font-size: 12px;
    border: black 1px solid;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
}

.mc-cost-right {
    padding-bottom: 0;
}

.mc-cost-right {
    position: absolute;
    top: 0;
    right: 0;
}

.mc-character-addbtn, .mc-cost-savebtn, .mc-cost-delbtn {
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    margin: 5px 5%;
    background-image: linear-gradient(to right, #F44336, #7C4DFF);
}

.mc-character-addbtn2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: black solid 1px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    margin: 0 0 5px 0;
    background-image: linear-gradient(to right, #F44336, #7C4DFF);
    display: inline-block;
    text-align: center;
}

.mc-weapon-img {
    width: 60px;
    height: 60px;
}

.mc-weapon-div {
    width: 60px;
    height: 60px;
    border: #9f9d9d solid 1px;
    border-radius: 4px;
    margin: 0 2.5%;
    box-shadow: 1px 1px 4px #3e3e3e;
    position: relative;
}

.mc-weapon-info {
    width: 62px;
    height: 15px;
    line-height: 14px;
    font-size: 12px;
    color: white;
    background-color: #3e3e3e;
    position: absolute;
    left: -1px;
    bottom: -28px;
    border-radius: 0 0 3px 3px;
    text-align: center;
}

.mc-weapon-bg1 {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.mc-weapon-bg2 {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.mc-weapon-bg3 {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.mc-weapon-bg4 {
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.mc-weapon-bg5 {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.mc-role-skill {
    width: 100%;
    height: auto;
    border: #3e3e3e solid 1px;
    text-align: center;
    margin-top: 20px;
}

.mc-role-skill-item {
    width: 60px;
    height: 70px;
    margin: 5px 1%;
    border: #3e3e3e solid 1px;
    border-radius: 4px;
    background-color: #f8ab04;
    display: inline-block;
}

.mc-role-skill-img {
    width: 75%;
    height: auto;
    border-radius: 4px;
}

.mc-role-skill-level {
    width: 100%;
    height: 20px;
    line-height: 19px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    background-color: #3e3e3e;
    display: inline-block;
    margin: 0;
}

.mc-cost-savebtn {
    text-align: center;
    font-size: 14px;
    background-image: linear-gradient(to right, #F97794, #623AA2);
}

.mc-btn-backhome {
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: black solid 1px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    margin: 5px 5%;
    background-image: linear-gradient(to right, #FF9966, #FF6666);
}

.mc-bgc-01 {
    color: white;
    text-align: center;
    background-image: linear-gradient(to right, #FF9800, #FF6600);
}

.mc-cost-addbtn {
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    margin: 5px 5%;
    background-image: linear-gradient(to right, #0066FF, #7C4DFF);
}

.mc-cost-addbtnbak {
    width: 45%;
    height: 30px;
    line-height: 30px;
    border: black solid 1px;
    border-radius: 5px;
    color: white;
    margin: 5px 1%;
    display: inline-block;
}
.mc-cost-addbtn1 {
    background-image: linear-gradient(to right, #4d50ff, #ff2aed);
}

.mc-cost-addbtn2 {
    background-image: linear-gradient(to right, #0066FF, #7C4DFF);
}

.mc-cost-addbtn3 {
    background-image: linear-gradient(to right, #FF9800, #FF6600);
}

.mc-cost-addbtn4 {
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.mc-cost-prediction {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    text-align: left;
    margin-top: 15px;
}

.mc-cost-prediction li {
    padding: 5px;
    font-size: 14px;
}

.mc-tc-title {
    width: 130px;
    text-align: right;
    display: inline-block;
}

.table-striped th, .table-striped td {
    padding: 4px;
    text-align: center;
}

.mc-memo {
    font-size: 12px;
    color: #5a6268;
}

.modal-content {
    font-size: 16px;
}

.modal-content .btn {
    padding: 0 15px;
    height: 25px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.mc-btn-group {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.mc-cost-savebtn {
    width: 44%;
    margin: 0 2%;
    display: inline-block;
}

.mc-cost-delbtn {
    width: 44%;
    margin: 0 3%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(to right, #fe502f, #FF3366);
}

.mc-select {
    width: 50%;
    padding: 2px;
    font-size: 14px;
    color: black;
    display: inline-block;
}

.mc-select-title {
    width: 30%;
    text-align: right;
    display: inline;
    font-size: 14px;
}

.mc-cost-show {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: dotted #3e3e3e 1px;
}

.mc-cost-show img {
    margin: 0;
}

.mc-hide {
    display: none;
}

.mc-filter {
    width: 100%;
}

.mc-fct-hj-title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background-image: linear-gradient(to right, #00BCD4, #689F38);
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.mc-fct-hj-title2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background-image: linear-gradient(to right, #f05654, #4b5cc4);
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.mc-fct-hj-title3 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background-image: linear-gradient(to right, #3c3b3b, #62636a);
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.support-tools {
    width: 100%;
    height: auto;
    margin: 5px 0;
}

.mc-data-export {
    width: 44%;
    height: 27px;
    line-height: 25px;
    border: solid #3e3e3e 1px;
    border-radius: 4px;
    margin: 0 2%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: white;
    background-image: linear-gradient(to right, #0066FF, #9900FF);
}

.mc-data-import {
    width: 44%;
    height: 27px;
    line-height: 25px;
    margin: 0 2%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: white;
    border: solid #3e3e3e 1px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #FF6600, #FF3366);
}

.mc-save-sm {
    width: 70%;
    height: auto;
    margin: 0 15%;
    border: #3e3e3e solid 1px;
    border-radius: 5px;
    display: block;
}

.mc-tools-box {
    width: 98%;
    height: auto;
    background-color: whitesmoke;
    border: solid #3e3e3e 1px;
    border-radius: 5px;
    margin: 2px 1%;
}

.mc-tools-item {
    width: 30%;
    height: 30px;
    line-height: 29px;
    display: inline-block;
    border: solid #3e3e3e 1px;
    margin: 5px 1%;
    border-radius: 4px;
    color: white;
}

.mc-color-bg1 {
    background: linear-gradient(to right, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
}

.mc-color-bg2 {
    background-image: linear-gradient(to right, #cc208e 0%, #6713d2 100%);
}

.mc-color-bg3 {
    background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
}

.mc-color-bg4 {
    background-image: linear-gradient(to right, #00BCD4, #94cc20);
}
.mc-color-bg5 {
    background-image: linear-gradient(to right, #5f72bd 0%, #9b23ea 100%);
}
.mc-color-bg6 {
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}
.mc-color-bg7 {
    background-image: linear-gradient(to right, #ff5858 0%, #f09819 100%);
}
.modal-body-b .mc-role-impt-item {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    border: black solid 1px;
    margin: 5px 0 5px 5px;
    display: inline-block;
    text-align: center;
    box-shadow: 2px 3px 3px #3e3e3e;
}

.mc-active {
    border: solid 3px #7C4DFF;
}

#mc-import-role .mc-active {
    border: solid 3px #7C4DFF;
}

.modal {
    z-index: 10001;
}

.zs-pulao {
    width: 94%;
    height: auto;
    margin: 5px 3% 0;
    border-radius: 5px;
}

.mc-page-bottom {
    width: 98%;
    height: auto;
    margin: 5px 1%;
    border-radius: 5px;
    border: #3e3e3e solid 1px;
    padding-bottom: 5px;
    background-color: white;
    position: relative;
}

.zs-pulao-words {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    background-color: #3e3e3e;
    color: white;
    font-size: 12px;
    text-align: left;
    border-radius: 5px 0 0 0;
    position: absolute;
    top: 38px;
    left: 2.2%;
}

#roleMing {
    width: 30px;
    height: 20px;
    line-height: 20px;
}

.pd-0 {
    padding-bottom: 0;
}

.mc-tower-info {
    width: 98%;
    height: auto;
    margin: 2px auto;
    border: #3e3e3e solid 1px;
    border-radius: 4px;
}

.mc-tower-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.mc-tower-content {
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: white;
}

.mc-tower-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mc-tower-row .mc-tower-row-left {
    width: 28%;
    height: 46px;
    line-height: 20px;
    padding: 3px 6px;
    margin-top: 13px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: whitesmoke solid 1px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.mc-tower-row .mc-tower-row-role {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px whitesmoke;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.4);
}

.mc-tower-row-role-null {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 50%;
    border: solid 1px whitesmoke;
    margin: 5px;
    background-color: #3e3e3e;
    color: white;
}

.mc-tower-op {
    width: 100%;
    height: 33px;
    text-align: center;
    background-color: seashell;
    border-radius: 0 0 4px 4px;
}

.mc-tower-op .btn-warning {
    color: white;
    padding: 2px 5px;
    font-size: 13px;
    margin: 4px 0;
    border: #3e3e3e solid 1px;
    background-image: linear-gradient(to right, #FF9800, #FF6600)
}

.mc-tower-countstar {
    width: 150px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #3e3e3e;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;

}