.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;
}




/* 雷法技能 */
.thunder_skill_div {
    height: 140px;
}


.thunder_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;
}

.thunder_skill_box_div div{
    float: left;
}


/* 火法技能 */
.fire_skill_div {
    height: 140px;
}


.fire_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;
}

.fire_skill_box_div div{
    float: left;
}


/* 冰法技能 */
.ice_skill_div {
    height: 475px;
}


.ice_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;
}

.ice_skill_box_div div{
    float: left;
}


/* 连接线 */
.connect_line {
    width: 184px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 20px;
    left: 243px;
}

.connect_line_two {
    width: 470px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 30px;
}

.connect_line_three {
    width: 230px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 20px;
    left: 195px;

}

.connect_line_four {
    width: 225px;
    background-color: white;
    height: 2px;
    position: relative;
    top: 30px;
    left: 266px;

}

/* 竖连接线 */
.connect_vertical_line {
    width: 2px;
    height: 49px;
    position: relative;
    background-color: white;
    left: 193px;
    top: 30px;
    margin-bottom: 8px;
}

.connect_vertical_line_two {
    width: 2px;
    height: 49px;
    position: relative;
    background-color: white;
    left: 425px;
    top: -31px;
    margin-bottom: 8px;
}

.connect_vertical_line_three {
    width: 2px;
    height: 52px;
    position: absolute;
    background-color: white;
    left: 498px;
    top: 165px;
}


.clean {
    clear: both;
}


#lc,#hb,#bc {
    margin-left: 207px;
}


.skill_tip_text_div {
    width: 250px !important;
}





