.tabContent {
    margin-top: 15px;
}
.tabContent > div {
    display: none;
}
.tabContent .active {
    display: block;
}
.basic {
    height: 32px;
    background: #FBFBFB;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 18px;
}
.basic .fold {
    font-size: 14px;
    color: #999;
}
.basic .fold span {
    margin-right: 5px;
}
.basic img {
    width: 14px;
    height: 14px;
}
.position {
    padding: 0 15px;
}
.position_item {
    margin-bottom: 44px;
}
.position_item p, .position_item_txt {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    margin-bottom: 4px;
}
.position .btn {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #FA3C3C;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}