.content {
    padding: 20px 0 23px;
    background-color: #f7f9fc;
}

.content .tab-left {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 300px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.content .tab-left a {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 20px;
    display: block;
    color: #333;
    font-size: 14px;
}
.content .tab-left>:last-child{
    border-bottom: none;
}

.content .tab-left a.active {
    color: #0084ff;
    background-color: rgba(0, 132, 255, 0.08);
}

.content .tab-right {
    padding: 20px;
    box-sizing: border-box;
    float: right;
    width: 880px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.content .tab-right .info-wrap p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    font-family: "SourceHanSansCN-Normal, SourceHanSansCN", "Microsoft YaHei", "PingFang SC" !important;
}

.content .tab-right .info-wrap p span {
    white-space: normal!important;
    font-family: "SourceHanSansCN-Normal, SourceHanSansCN", "Microsoft YaHei", "PingFang SC" !important;
}

.content .tab-right .idea {
    padding-bottom: 20px;
}

.content .tab-right .idea .idea-title {
    font-size: 24px;
    margin: 15px 0 30px;
}

.content .tab-right .idea textarea {
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-family: "SourceHanSansCN-Normal, SourceHanSansCN";
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    resize: none;
    width: 100%;
    height: 200px;
    outline: none;
}

.content .tab-right .idea textarea:focus {
    border: 1px solid #1c7adf;
}

.content .tab-right .idea .input-wrap {
    margin-top: 30px;
}

.content .tab-right .idea .input-wrap label {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.content .tab-right .idea .input-wrap input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    height: 35px;
    font-size: 14px;
    outline: none;
}

.content .tab-right .idea .input-wrap input:focus {
    border: 1px solid #1c7adf;
}

.content .tab-right .idea button {
    border-radius: 3px;
    background-color: #1877fa;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 35px;
    width: 80px;
    margin: 30px auto 0;
    display: block;
}