/* v2 */
:root {
    --global_green_color: #00ce8b;
    --global_green_hover_color: #08c384;
    --global_red_color: #f0503a;
    --global_black_color: #3e3e3e;
    --global_gray_color: #999;
    --global_light_gray: #d0d0d0;
    --global_white_color: #f7f7f7;
    --global_blue_gray: #788292;
    --global_blue_color: #478bff;
    --global_yellow_color: #feb66a;
    --global_link_color: #576b95;
    --global_title_color: var(--global_blue_gray);
    --c1width: 392px;
    --c2width: 600px;
    --c3width: 808px;
    --c4width: 1224px;
    --gridmargin: 24px;
    --weuiDesktop_themeColor: #00ce8b !important;
    --weuiDesktop_successColor: #00ce8b !important;
}

body {
    font-family: 宋体;
}

.row {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    width: 4px;
    background: rgba(#101f1ccb, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}


a {
    text-decoration: none;
    outline: none;
    color: #000;
}

.v2-card {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    font-family: PingFang SC;
}

.v2-card-data {
    width: 100%;
    height: 100%;
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .3s ease;
    transform: none;
    opacity: 1;
}

.v2-grid-title {
    display: flex;
    align-items: center;
    padding: 5px 70px 15px 2px;
    height: 100%;
    border-radius: 12px;
    background-color: transparent;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, .9);
    transition: all .3s ease;

}

.v2-navigation {
    width: 100%;
    padding: 10px;
    position: relative;
}

.v2-navigation .info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v2-navigation .info .page {
    font-size: 16px;
    color: var(--global_gray_color);
}

.v2-navigation .operate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.v2-navigation .operate>* {
    margin: 0 8px;
}

.v2-navigation .operate .icon {
    cursor: pointer;
    line-height: 10px;
    width: 20px;
    height: 20px;
}

/* modal */
#model-1 .modal-dialog {
    max-width: 400px;
}

.modal-content {
    border-radius: 1rem !important;
    ;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.modal-header {
    border-bottom: none;
}

.modal-content .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-content .modal-footer>button {
    width: 100%;
    height: 40px;
}

.table>:not(caption)>*>* {
    padding: .7rem 0.5rem;
}

.game-index-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

textarea.form-control {
    height: auto;
    min-height: 8rem;
}

.modal-content {
    border-radius: 5px;
}

.modal-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333;
}


.modal-footer {
    border-top: none;
}

.root-container {
    position: absolute;
    top: 0;
    background-color: var(--global_white_color);
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
}

.root-side-menu {
    width: 182px;
    min-width: 182px;
    margin-right: 8px;
    align-self: stretch;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background-color: transparent;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.root-main {
    background-color: var(--global_white_color);
    position: relative;
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    overflow-x: overlay;
    overflow-y: overlay;
    height: 100vh;
    right: 0;
    bottom: 0;
    top: 0px;
}

.rsm-header {
    margin-top: 45px;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.rsm-header .rsmh-logo {
    background-image: url(https://res.wx.qq.com/wxawedata/mp2/assets/img/logo.b2507ef2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 92px;
    height: 28px;
    margin-left: 28px;
}


.rsm-header .rsmh-logo2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
}
.rsm-header .rsmh-logo2 svg{
    margin-right: 8px;
}

.rsm-menu {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.rsm-menu .rsmm-level1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
    border-radius: 8px;
    margin-left: 24px;
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.rsm-menu .rsmm-level1:hover,
.rsm-menu .rsmm-level2:hover {
    background-color: rgba(0, 0, 0, .03);
}

.rsm-menu .rsmm-level1.active.close .name,
.rsm-menu .rsmm-level1.active.close .icon svg,
.rsm-menu .rsmm-level2.active .name,
.rsm-menu .rsmm-level2.active .icon svg {
    fill: #00ce8b;
    color: #00ce8b;
}

.rsm-menu .rsmm-level1 .icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    line-height: 10px;
    margin-right: 7px;
}

.rsm-menu .rsmm-level1 .name {
    flex: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, .9);
}

.rsm-menu .rsmm-level2 {
    margin-left: 24px;
    padding-left: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.rsm-menu .rsmm-level2 .name {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, .55);
}

.rsm-menu .rsmm-level2.active {
    background-color: rgba(0, 206, 139, .06);
}

.rsm-buttom {
    height: 102px;
    margin-top: 10px;
}

.rsm-buttom .rsmb-footer {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    overflow: visible;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rsmb-footer .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 35px;
    border-radius: 50%;
    line-height: 12px;
}

.rsmb-footer .name {
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 100px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, .9);
}

/*  */

.pm-top {
    padding: 0;
    padding-right: 10px;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 16px;
}

.pm-top .title {
    color: rgba(0, 0, 0, .9);
    font-size: 24px;
    font-weight: 500;
    font-family: PingfangSC;
}

.pm-top .action-container,
.pm-top .info-container {
    display: inline-block;
}

.pm-top .action-container .action-item {
    padding: 10px 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.pm-top .action-container .action-item:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    right: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, .1);
    transform: scaleX(50%) translateY(-50%);
}

.pm-top .action-container .action-item:last-child::after {
    content: "";
    display: none;
}

.pm-top .action-container .action-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    line-height: 20px;
}

.pm-top .info-container {
    padding: 10px 16px;
    position: relative;
    font-weight: 700;
}

.proxy-main>.search {
    margin-bottom: 1rem;
    background-color: var(--global_white_color);
}

/*  */