.index_body {
    background-color: #9BCD9B;
}

.logo_div {
    position: absolute;
    left: 70px;
    top: 30px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 999;
}

.logo_img {
    width: 70px;
    height: 70px;
}

.top_div {
    position: absolute;
    left: 180px;
    top: 14px;
    font-size: 30px;
}

.main_div {
    position: relative;
    top: 130px;
    padding-left: 73px;
}

.tip_bar_div {
    background-color: white;
    height: 30px;
    line-height: 30px;
    float: left;
}

.tip_bar_div div {
    float: left;
}

.reset_div {
    margin-left: 10px;
    width: 60px;
    float: left;
}

.reset_btn {
    width: 60px;
    height: 30px;
}

.skill_tip {
    margin-left: 10px;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.skill_tip_btn {
    width: 100px;
    height: 30px;
}

.skill_div {
    margin-top: 35px;
}

/* 基本技能 */
.basic_skill_div {
    height: 100px;
}

.basic_skill_box_div {
    position: relative;
    float: left;
    background-color: white;
    margin-top: 10px;
    padding: 0px 5px;
    margin-right: 30px;
    border: 1px solid black;
    cursor: pointer;
    z-index: 10;
}

.basic_skill_box_div div{
    float: left;
}

.skill_img {
    margin-top: 2px;
}

.skill_name {
    width: 100px;
    text-align: center;
    line-height: 30px;
}

.skill_grade {
    line-height: 30px;
}




/* 通用技能 */
.common_skill_div {
    height: 100px;
}


.common_skill_box_div {
    position: relative;
    float: left;
    background-color: white;
    margin-top: 10px;
    padding: 0px 5px;
    margin-right: 30px;
    border: 1px solid black;
    cursor: pointer;
    z-index: 10;
}

.common_skill_box_div div{
    float: left;
}


/* 单手、盾技能 */
.shield_skill_div {
    height: 170px;
}


.shield_skill_box_div {
    position: relative;
    float: left;
    background-color: white;
    margin-top: 10px;
    padding: 0px 5px;
    margin-right: 30px;
    border: 1px solid black;
    cursor: pointer;
    z-index: 10;
}

.shield_skill_box_div div{
    float: left;
}


/* 双手/大剑技能 */
.hands_sword_skill_div {
    height: 600px;
}


.hands_sword_skill_box_div {
    position: relative;
    float: left;
    background-color: white;
    margin-top: 10px;
    padding: 0px 5px;
    margin-right: 30px;
    border: 1px solid black;
    cursor: pointer;
    z-index: 10;
}

.hands_sword_skill_box_div div{
    float: left;
}




/* 连接线 */
.connect_line {
    width: 435px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 25px;
    margin-bottom: 65px;
}

.connect_line_two {
    width: 352px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 25px;
    left: 194px;
}

.connect_line_three {
    width: 100px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 25px;
    left: 194px;
}

/* 竖连接线 */
.connect_vertical_line {
    width: 2px;
    height: 68px;
    position: relative;
    background-color: white;
    left: 193px;
    top: -44px;

}


.clean {
    clear: both;
}


#jqbh,#jscc,#szjr,#jqgj {
    margin-left: 207px;
}






