* {
    box-sizing: border-box;
    outline: none;
}

body,
html {
    margin: 0;
    padding: 0;
    color: rgb(30, 30, 30);
    font-size: 14px;
    min-width: 1200px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

button {
    cursor: pointer;
}


.body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: inherit;
}


.left_nav_bar ul,
.left_nav_bar li,
.left_nav_bar dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li,
dd {
    list-style-type: none;
}

input {
    outline: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 999px rgba(255, 255, 255, 1) inset !important;
}


/* logo */
.logo_img {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.top_div {
    position: absolute;
    left: 180px;
    top: 14px;
    font-size: 30px;
}

.top_notice_div {
    position: relative;
    font-size: 20px;
    left: 300px;
    top: -63px;
    cursor: pointer;
}

.top_notice_div:hover {
    color: blue;
}


/* 主要样式 */
.main_div {
    position: relative;
    top: 117px;
    padding-left: 73px;
    padding-top: 10px;
    background-color: #9bcd9b;
}



.tip_bar_div {
    background-color: white;
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid black;
}

.tip_bar_div div {
    float: left;
}

.error_tip {
    position: absolute;
    top: 40px;
    color: red;
    font-size: 16px;
    font-weight: 700;
    display: none;
}

.reset_div {
    margin-left: 10px;
    width: 60px;
    float: left;
}

.reset_btn {
    width: 60px;
    height: 32px !important;
}

.screenshot_div {
    margin-left: 10px;
    width: 85px;
    float: left;
}

.screenshot_btn {
    width: 85px;
    height: 32px !important;
}

.skill_tip {
    margin-left: 10px;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.skill_tip_btn {
    width: 100px;
    height: 32px !important;
}

.skill_div {
    margin-top: 35px;
}



/* 技能提示框 */
.skill_tip_text_div {
    position: absolute;
    background-color: wheat;
    top: 35px;
    left: -1px;
    width: 258px;
    padding: 5px;
    border: 1px solid black;
    z-index: 999;
    display: none;
}


.skill_tip_text_div div {
    float: initial !important;
}

.skill_name_tip {
    color: black;
    font-weight: 600;
    font-size: 15px;
}

.skill_introduce {
    color: black;
    font-size: 13px;
    margin-bottom: 5px;
}

.skill_detailed {
    margin-top: 5px;
    background-color: white;
}

.skill_img {
    margin-top: 2px;
}

.skill_img img {
    width: 24px;
    height: 24px;
}

/* 技能栏样式 */
.skill_name {
    width: 100px;
    text-align: center;
    line-height: 30px;
}

.skill_grade {
    line-height: 30px;
}

.skill_select {
    margin-top: 3px;
    height: 25px;
    width: 40px;
    cursor: pointer;
}

/* 尾注 */
.foot_info_div {
    display: inline-block;
    position: relative;
    top: -235px;
    height: 100px;
}

.back_index {
    color: #5e5efb;
    margin-bottom: 10px;
}

.notice_div {
    margin-top: 10px;
}

.foot_text {
    margin-top: 10px;
}

.update_time_text {
    margin-top: 10px;
}


/* 待开发提示 */
.development_tip_text_div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: #ffffffd1;
    font-size: 25px;
    padding: 10px 10px;
    border: 0px solid white;
    border-radius: 10px;
    line-height: 40px;
}

.finish_btn {
    cursor: pointer;
}

.finish_btn:hover {
    color: blue
}

/* fe主题 */
.content_tip {
    width: 100%;
    height: 20px;
    background-color: #009688;
    color: white;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fe9a41;
    padding-left: 6px;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    font-weight: bolder;
    font-variant: small-caps;
    margin: 0;
    line-height: 20px;
    margin-bottom: 25px;
}

.content_children {
    padding-left: 12px;
    margin-bottom: 50px;
}


.title_text {
    background-image: url(../img/feztheme/tip_logo.png);
    background-repeat: no-repeat;
    background-position: 8px 2px;
    color: #000000;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7979797d;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: -2px;
    padding-bottom: 2px;
    width: 100%;
    padding-left: 2px;
    text-indent: 20px;
}

.foot {
    height: 300px;
}



.web_introduce {

}