.female{}

.front_back_choose{
    position: fixed;
    width: 46px;
    height: 46px;
    right: 10px;
    top: 185px;
    background:white url(../imgs/bodyPart/body_switch_front_back2.png) no-repeat center center;background-size:100% 100%;
}

.all_choose{
    position: fixed;
    width: 46px;
    height: 46px;
    right: 10px;
    top: 250px;
    background:white url(../imgs/bodyPart/body_all2.png) no-repeat center center;background-size:100% 100%;
}

/*男性正面*/
.body_front_man{ width: 0; height: 94%; margin: 20px auto; position: relative; }
.body_front_man_show_real{ width: 100%; height: 100%; position: absolute; z-index: 0; }
.body_front_man_show_real img{ width: 100%; height: 100%; border:0; }
.body_front_man_show_temp{ width: 100%; height: 100%; position: absolute; z-index: 1; }
.body_front_man_show_temp img{ width: 100%; height: 100%; border:0; }
.body_front_man_operate{ width: 100%; height: 100%; position: absolute; z-index: 2; }
.body_front_man_operate img{ width: 100%; height: 100%; border:0; }

/*男性背面*/
.body_back_man{ width: 0; height: 94%; margin: 20px auto; position: relative; }
.body_back_man_show_real{ width: 100%; height: 100%; position: absolute; z-index: 0; }
.body_back_man_show_real img{ width: 100%; height: 100%; border:0; }
.body_back_man_show_temp{ width: 100%; height: 100%; position: absolute; z-index: 1; }
.body_back_man_show_temp img{ width: 100%; height: 100%; border:0; }
.body_back_man_operate{ width: 100%; height: 100%; position: absolute; z-index: 2; }
.body_back_man_operate img{ width: 100%; height: 100%; border:0; }

/*女性正面*/
.body_front_woman{ width: 0; height: 94%; margin: 20px auto; position: relative; }
.body_front_woman_show_real{ width: 100%; height: 100%; position: absolute; z-index: 0; }
.body_front_woman_show_real img{ width: 100%; height: 100%; border:0; }
.body_front_woman_show_temp{ width: 100%; height: 100%; position: absolute; z-index: 1; }
.body_front_woman_show_temp img{ width: 100%; height: 100%; border:0; }
.body_front_woman_operate{ width: 100%; height: 100%; position: absolute; z-index: 2; }
.body_front_woman_operate img{ width: 100%; height: 100%; border:0; }

/*女性背面*/
.body_back_woman{ width: 0; height: 94%; margin: 20px auto; position: relative; }
.body_back_woman_show_real{ width: 100%; height: 100%; position: absolute; z-index: 0; }
.body_back_woman_show_real img{ width: 100%; height: 100%; border:0; }
.body_back_woman_show_temp{ width: 100%; height: 100%; position: absolute; z-index: 1; }
.body_back_woman_show_temp img{ width: 100%; height: 100%; border:0; }
.body_back_woman_operate{ width: 100%; height: 100%; position: absolute; z-index: 2; }
.body_back_woman_operate img{ width: 100%; height: 100%; border:0; }