.select-area {
    padding: 40px 0;
    font-size: 16px;
}

.select-block {
    color: #333333;
    background-color: #f2f4f5;
}

.block-name {
    display: inline-block;
    background-color: #f2f4f5;
    padding-right: 15px;
    width: 110px;
    line-height: 50px;
    text-align: right;
    font-weight: bold;
}

.block-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
    background-color: #f8f8f8;
    margin-left: -5px;
}

.block-list {
    padding: 10px 40px 0 0;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.block-item {
    display: inline-block;
    margin-left: 15px;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.block-item_active {
    background-color: #d7ebfb;
    color: #3e97df;
}

.more-type {
    margin-top: 10px;
    text-align: center;
    height: 40px;
    background-color: #f8f8f8;
    line-height: 40px;
    cursor: pointer;
}

.open {
    color: #3e97df;
    padding-right: 5px;
    vertical-align: middle;
}

.open-icon {
    width: 12px;
    height: 6px;
    padding: 0 5px;
}

.block-list button {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    background: url("../png/j94048.png") center no-repeat;
}

.block-list button.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hide {
    display: none !important;
}