body {
    background-color: #f5f5f5;
}

.title {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e9ecf2;
    border-bottom: 1px solid #e9ecf2;
    padding: 0 40px;
}

.container {
    padding: 0 40px;
}

.box {
    width: 1020px;
    margin: 20px auto 0;
    padding: 20px 40px;
    background-color: #ffffff;
}

.box_item {
    display: flex;
    line-height: 40px;
    padding-bottom: 40px;
}

.box_label {
    margin-right: 20px;
    white-space: nowrap;
}

.box_value {
    display: flex;
    width: 858px;
    position: relative;
}

.item_address {
}

.item_box {
    display: none;
    position: absolute;
    left: 0;
}

.item_label {
    padding: 0 10px;
    white-space: nowrap;
    cursor: pointer;
}

.active {
    background-color: #eff1f6;
}

.active .item_box {
    display: flex;
}

.item_box {
    height: 40px;
    line-height: 40px;
    width: 858px;
    background-color: #eff1f6;
}

.item_box_item {
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.item_active {
    color: #68b863;
}

.box_line {
    border-top: 1px solid #e9ecf2;
    margin: 10px 0;
}

.box_item_spu {
    display: flex;
    line-height: 40px;
}

.box_spu {
}

.item_spu {
    display: flex;
    width: 858px;
    white-space: nowrap;
    justify-content: space-between;
}

.spu_label {
    cursor: pointer;
}

.fettler_item {
    width: 1020px;
    padding: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #e9ecf2;
    display: flex;
    background-color: #ffffff;
}

.fettler_head {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
}

.fettler_head img {
    width: 150px;
    height: 150px;
}

.fettler_score_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.fettler_msg {
    width: 455px;
    margin: 0 100px 0 25px;
}

.fettler_name {
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;
}

.fettler_name img {
    height: 24px;
    position: relative;
    top: 4px;
}

.fettler_address, .fettler_skill {
    font-size: 16px;
    line-height: 33px;
}

.fettler_score {
    width: 250px;
}

.fettler_score_text {
    font-size: 16px;
    line-height: 20px;
}

.fettler_score_num {
    font-size: 24px;
    line-height: 40px;
}

.btn {
    width: 104px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #68b833;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 6px;
}

.btn:active {
    background-color: #5CA72E;
    color: #eeeeee;
}

.fettler_score_bottom {
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
}

.pagination {
    margin-bottom: 18px;
}

.text_box {
    text-align: center;
    background-color: #eff1f6;
    padding: 32px 0;
    margin: 0 40px;
}

.text_box_top {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.text_box_middle {
    font-size: 18px;
    margin-bottom: 20px;
}

.text_box_btn {
    width: 144px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #68b833;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.text_box_btn:active {
    background-color: #5CA72E;
    color: #eeeeee;
}

.bottom_box {
    padding: 30px 40px 50px;
}