.myPage {
    padding-right: 50px;
    margin-left: 30%;
    font-size: 15px;
}

.table_menu_list {
    width: 100% !important;
}

.table thead tr th {
    border-color: #DDD;
    font-weight: bold;
}
ul {
    list-style: none;
    /* 去掉ul前面的符号 */
    margin: 0px;
    /* 与外界元素的距离为0 */
    padding: 0px;
    /* 与内部元素的距离为0 */
    width: auto;
    /* 宽度根据元素内容调整 */
}

ul li {
    float: left;
    /* 向左漂移，将竖排变为横排 */
    padding: 6px 0;
}

a:hover {
    background-color: #bfcbd6;
    /* 背景色 */
    color: #465c71;
    /* 文字颜色 */
    text-decoration: none;
    /* 不显示超链接下划线 */
}

.change_Pass_style label {
    /*font-size: 12px;*/
    /* font-weight: 700; */
}

.table_menu_list th {
    background-color: #a1a1a1;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
}

#Member_Ratings thead tr th {
    background: #ee783b;
}

.redOrange {
    background: #ee783b;
}

.blueBlack {
    background: #454545;
}

.layui-layer-min,
.layui-layer-setwin,
.layui-layer-title {
    background: #454545 !important;
}

.layui-layer-setwin {
    width: 22px !important;
    height: 22px;
    right: 30px !important;
    top: 13px !important;
    font-size: 0px !important;
    border: solid 2px white !important;
    border-radius: 10px !important;
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: -155px -37px !important;
    cursor: pointer;
    width: 15px !important;
    height: 15px !important;
    margin: 1px !important;
}

.layui-layer-setwin>a {
    margin-left: 0px;
}

.layui-layer-btn1,
.layui-layer-btn0 {
    background: #f08853 !important;
    border: solid 1px #f08853 !important;
    color: white !important;
}

.layui-layer-content {
    text-align: center !important;
}