input {
    -webkit-appearance: none;
    border: 0;
}

.title {
    margin-bottom: 0px !important;
}

.send .layui-row.layui-col-space10 {
    margin-bottom: 20px;
}

.content {
    min-height: calc(100vh - 410px - 200px);
}

.content .left {
    padding-top: 15px;
    border-right: 1px solid #F6F6F6;
    width: 210px;
}

.content .left a {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.content .left a:nth-last-child(1) {
    margin-bottom: 0;
}

.content .left a i {
    vertical-align: middle;
    margin-top: -2px;
    font-size: 21px;
    margin-right: 12px;
}

.content .left .hover {
    color: #20c4ab;
}

.content .right {
    width: calc(100% - 210px);
    padding: 25px 40px;
}

.content .right .thisContent p {
    line-height: 30px;
    font-size: 15px;
    margin-top: 15px;
    color: #616161;
}

.idea, .send {
    margin-top: 20px;
    width: 550px;
}

.idea textarea, .send textarea {
    display: block;
    height: 300px;
    width: calc(100% - 15px * 2);
    padding: 10px 15px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    border: 1px solid #F1F1F1;
    resize: none;
}


.idea input[type='text'], .send input[type='text'] {
    display: block;
    line-height: 25px;
    color: #666;
    width: 100%;
    margin: 16px 0;
    padding: 10px 20px;
    border: 1px solid #F1F1F1;
}

.layui-input, .layui-select, .layui-textarea {
    height: auto;
}

.layui-form-select .layui-input {
    margin: auto !important;
}

.idea input[type='submit'], .send input[type='submit'] {
    display: block;
    width: 230px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #20c4ab;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
}

.idea input[type='submit']:hover, .send input[type='submit']:hover {
    background: #26bda6;
}

.send {
    float: left;
}

.tj {
    float: right;
    width: 360px;
    max-width: calc(100% - 680px);
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    background: #fffaf5;
    color: #f93b00;
    padding: 15px 30px;
    border-radius: 5px;
}

.list_li {
    box-shadow: 0 -1px 18px rgba(0, 0, 0, 0.12);
}

.layui-inline > input[type='text']{
    width: calc(100% - 20px * 2);
}

@media screen and (max-width: 800px) {
    .article-about, .article-main, .tags-page {
        margin-top: 80px
    }

    .send {
        width: 100%;
        float: none;
    }

    .tj {
        float: none;
        width: 100%;
        max-width: calc(100% - (15px * 2));
        padding: 10px 15px;
    }

    .ptdivskin {
        border-radius: 8px !important;
        width: 100% !important;
        left: 0px !important;
    }

    .postBuyTop {
        padding: 16px 16px !important;
    }

    .postBuyTop .buyInput ul li {
        width: calc((100% - 100px) / 3) !important;
    }

    .postBuyTop .buyInput h3 {
        margin-bottom: 18px !important;
    }

    .idea input[type='text'], .send input[type='text'] {
        width: calc(100% - 20px * 2);
    }

    .idea textarea, .send textarea {
        width: calc(100% - 15px * 2);
    }

    .layui-form-item {
        margin-bottom: 0px !important;
    }

    .layui-form-item .layui-inline {
        display: inline-flex;

    }
    .layui-form-select input{
        width: 100% !important;
    }
}