﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.box {
    width: 370px;
    height: 416px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 80px;
}

.tab_menu {
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .tab_menu li {
        width: 27%;
        float: left;
        height: 17px;
        /* line-height: 30px;*/
        color: #625f5f;
        background: #f4f4f4;
        text-align: center;
        cursor: pointer;
        /*  border-top-left-radius: 3px;
        border-top-right-radius: 3px;*/
         margin-left: 5px;
        padding: 10px;
    }

        .tab_menu li.current {
            color: white;
            background: #37b5f4;
         /*   border-bottom: 2px solid #37b5f4;*/
        }


.tab_box {
    padding: 20px;
}


    .tab_box .hide {
        display: none;
    }
