body {
    background: #FFF;
}

footer {
    border-top: 1px solid #F6F6F6;
}

.bg {
    height: 410px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header > div nav a, header > div .time-winter .time, header > div .time-winter .winter {
    color: #FFF;
}

header > div nav .hover > a, header > div nav div > a:hover {
    color: #FFF;
}

header > div nav .border-bottom:after {
    background: #FFF;
}

header > div nav .border-bottom {
    background: transparent;
}

.bg div {
    height: 143px;
    width: 837px;
    position: absolute;
    line-height: 143px;
    top: 60%;
    left: 50%;
    margin-left: -418.5px;
    text-align: center;
    margin-top: -71.5px;
    font-size: 38px;
    color: white;
    letter-spacing: 3px;
    font-family: cursive;
}

header {
    position: relative;
    background: transparent;
    border-bottom: 0px solid #6d6d6d;
}

header > div nav a {
    color: #FFF;
}

header > div .time-winter .time {
    color: #FFF;
}

header > div .time-winter .winter {
    color: #FFF;
}

article {
    padding-top: 339px;
}

.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: 580px;
}

.txdh-idea-page {
    padding-top: 5px;
}

.txdh-idea-wrap {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    max-width: 1040px;
}

.idea.txdh-idea-form {
    width: 640px;
    margin-top: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(21, 39, 58, 0.06);
}

.txdh-idea-field {
    margin-bottom: 14px;
}

.idea textarea, .send textarea {
    display: block;
    height: 300px;
    width: 100%;
    padding: 10px 15px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    border: 1px solid #F1F1F1;
    resize: none;
}

.txdh-idea-form textarea {
    height: 240px;
    border-color: #e8edf2;
    background: #fbfcfd;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.idea input[type='text'], .send input[type='text'] {
    display: block;
    height: 45px;
    line-height: 25px;
    color: #666;
    width: 100%;
    margin: 0 0;
    padding: 10px 20px;
    border: 1px solid #F1F1F1;
}

.txdh-idea-form input[type='text'] {
    border-color: #e8edf2;
    background: #fbfcfd;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.txdh-idea-form textarea:focus,
.txdh-idea-form input[type='text']:focus {
    border-color: #20c4ab;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(32, 196, 171, .1);
}

.txdh-idea-code {
    display: flex;
    align-items: stretch;
    margin-bottom: 22px;
}

.txdh-idea-code input[type='text'] {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.txdh-idea-code img {
    width: 144px;
    height: 45px;
    display: block;
    border: 1px solid #e8edf2;
    border-left: 0;
    object-fit: cover;
    cursor: pointer;
    background: #fff;
}

.idea input[type='submit'], .send input[type='submit'], .send button.btn {
    display: block;
    width: 230px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #20c4ab;
    color: #FFF;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
}

.idea.txdh-idea-form input[type='submit'] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(32, 196, 171, .22);
}

.idea input[type='submit']:hover, .send input[type='submit']:hover, .send button.btn:hover {
    background: #26bda6;
}

.send .txdh-submit-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.send .txdh-submit-actions button.btn {
    margin: 0 !important;
}

.send .txdh-submit-paid {
    background: #1687df;
}

.send .txdh-submit-paid:hover {
    background: #0f78cb;
}

.send {
    float: left;
}

.txdh-send-page {
    padding-top: 5px;
}

.txdh-send-wrap {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    max-width: 1120px;
}

.send.txdh-send-form {
    width: 720px;
    margin-top: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(21, 39, 58, 0.06);
}

.txdh-send-form .layui-form-item {
    margin-bottom: 14px;
}

.txdh-send-form .layui-inline {
    margin-right: 0 !important;
}

.txdh-send-form input[type='text'],
.txdh-send-form textarea,
.txdh-send-form .layui-input,
.txdh-send-form .layui-select-title input {
    border-color: #e8edf2 !important;
    background: #fbfcfd;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.txdh-send-form input[type='text']:focus,
.txdh-send-form textarea:focus,
.txdh-send-form .layui-input:focus {
    border-color: #20c4ab !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(32, 196, 171, .1);
}

.txdh-send-form .layui-form-select dl {
    border-color: #e8edf2;
    box-shadow: 0 10px 24px rgba(21, 39, 58, .08);
}

.txdh-send-category .layui-form-select {
    width: 100%;
}

.txdh-send-url-row,
.txdh-send-two-col,
.txdh-send-media-row,
.txdh-send-pay-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.txdh-send-pay-row[style*="display: block"],
.txdh-send-pay-row[style*="display:block"] {
    display: flex !important;
}

.txdh-send-url-row .layui-inline:first-child {
    width: 132px !important;
    flex: 0 0 132px;
}

.txdh-send-url-row #urlbox {
    width: auto !important;
    flex: 1;
}

.txdh-send-url-row .layui-inline:last-child {
    width: 104px !important;
    flex: 0 0 104px;
}

.txdh-send-two-col .layui-inline,
.txdh-send-pay-row .layui-inline {
    width: 50% !important;
    float: none !important;
}

.txdh-send-media-row .layui-inline:first-child,
.txdh-send-media-row .layui-inline:last-child {
    width: 116px !important;
    flex: 0 0 116px;
}

.txdh-send-media-row .layui-inline:nth-child(2) {
    width: auto !important;
    flex: 1;
}

.txdh-send-form .layui-btn-primary {
    width: 100%;
    border-color: #e8edf2 !important;
    background: #fff;
    color: #52616f !important;
}

.txdh-send-form .layui-btn-primary:hover {
    border-color: #20c4ab !important;
    color: #20a995 !important;
}

.txdh-send-full-row .layui-inline,
.txdh-send-brief-row {
    width: 100% !important;
}

.txdh-send-brief-row textarea {
    height: 180px !important;
    margin: 0 !important;
}

.txdh-send-form .txdh-submit-actions {
    margin-top: 4px;
}

.txdh-send-form .txdh-submit-benefits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    margin: 0 !important;
    padding: 11px 14px;
    border: 1px solid #e3edf0;
    background: #f8fbfb;
}

.txdh-submit-benefits-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.txdh-submit-benefits-copy strong {
    color: #273544;
    font-size: 14px;
    font-weight: 600;
}

.txdh-submit-benefits-copy span {
    color: #73808e;
    font-size: 12px;
    line-height: 18px;
}

.txdh-submit-color-control {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    margin: 0 !important;
    color: #52616f;
    font-size: 13px;
    cursor: pointer;
}

.txdh-submit-color-control input[type='color'] {
    width: 32px;
    height: 32px;
    padding: 3px;
    border: 1px solid #dce5e9;
    background: #fff;
    cursor: pointer;
}

.txdh-send-form .txdh-submit-actions button.btn {
    flex: 1;
    width: auto;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    box-shadow: 0 8px 18px rgba(32, 196, 171, .2);
}

.txdh-send-form .txdh-submit-actions .txdh-submit-paid {
    box-shadow: 0 8px 18px rgba(22, 135, 223, .18);
}

.tj {
    float: right;
    width: 400px;
    max-width: calc(100% - 630px);
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    background: #fffaf5;
    color: #f93b00;
    padding: 15px 30px;
}

.txdh-send-tips {
    float: none;
    width: 340px;
    max-width: none;
    margin-top: 20px;
    padding: 22px 24px;
    color: #5f6b7a;
    background: #f8fbfa;
    border: 1px solid #e7f4f1;
    line-height: 26px;
}

.txdh-send-tips h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2d3d;
}

.txdh-send-tips ul {
    margin: 0;
    padding: 0;
}

.txdh-send-tips li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    color: #5f6b7a;
    line-height: 24px;
}

.txdh-send-tips li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #20c4ab;
}

.txdh-send-tips li:last-child {
    margin-bottom: 0;
}

.txdh-static-page {
    max-width: 920px;
    margin-top: 20px;
    padding: 28px 34px;
    background: #fff;
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(21, 39, 58, 0.06);
}

.txdh-static-page > p {
    margin: 0 0 18px !important;
    color: #52616f !important;
    font-size: 15px !important;
    line-height: 30px !important;
}

.txdh-static-page > p:last-child {
    margin-bottom: 0 !important;
}

.txdh-about-page > p:first-child {
    padding-bottom: 18px;
    border-bottom: 1px solid #eef1f5;
    color: #34495e !important;
}

.txdh-ad-info-page > .title {
    display: block;
    margin: 28px 0 12px !important;
    padding-left: 12px;
    border-left: 4px solid #20c4ab;
}

.txdh-ad-info-page > .title:first-of-type {
    margin-top: 24px !important;
}

.txdh-ad-info-page > .title h3 {
    display: inline-block;
    margin: 0 12px 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #1f2d3d;
}

.txdh-ad-info-page > .title a {
    font-size: 13px;
}

.txdh-ad-info-page > p {
    padding: 14px 16px;
    background: #fbfcfd;
    border: 1px solid #eef1f5;
}

.txdh-ad-info-page > p:first-child {
    padding: 0 0 20px;
    background: none;
    border: 0;
    border-bottom: 1px solid #eef1f5;
}

.txdh-ad-info-page a[href*="wpa.qq.com"] {
    height: 34px;
    line-height: 34px;
    padding: 0 18px !important;
    box-shadow: 0 8px 18px rgba(32, 196, 171, .18);
}

.txdh-custom-page {
    color: #52616f;
    font-size: 15px;
    line-height: 30px;
}

.txdh-custom-page img {
    max-width: 100%;
}

.txdh-custom-page h1,
.txdh-custom-page h2,
.txdh-custom-page h3 {
    margin: 0 0 16px;
    color: #1f2d3d;
    font-weight: 600;
}

.txdh-custom-page p {
    margin: 0 0 16px !important;
    color: #52616f !important;
}

.txdh-idea-tips {
    float: none;
    width: 320px;
    max-width: none;
    margin-top: 20px;
    padding: 22px 24px;
    color: #5f6b7a;
    background: #f8fbfa;
    border: 1px solid #e7f4f1;
    line-height: 26px;
}

.txdh-idea-tips h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2d3d;
}

.txdh-idea-tips p {
    margin: 0 !important;
    color: #5f6b7a !important;
    font-size: 14px !important;
    line-height: 26px !important;
}

@media (max-width: 1100px) {
    .txdh-idea-wrap,
    .txdh-send-wrap {
        display: block;
    }

    .idea.txdh-idea-form,
    .txdh-idea-tips,
    .send.txdh-send-form,
    .txdh-send-tips,
    .txdh-static-page {
        width: 100%;
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .idea.txdh-idea-form,
    .send.txdh-send-form,
    .txdh-static-page {
        padding: 16px;
        box-shadow: none;
    }

    .txdh-idea-form textarea {
        height: 180px;
    }

    .txdh-send-url-row,
    .txdh-send-two-col,
    .txdh-send-media-row,
    .txdh-send-pay-row,
    .txdh-send-pay-row[style*="display: block"],
    .txdh-send-pay-row[style*="display:block"],
    .txdh-send-form .txdh-submit-actions {
        display: block;
    }

    .txdh-send-url-row .layui-inline,
    .txdh-send-url-row #urlbox,
    .txdh-send-two-col .layui-inline,
    .txdh-send-media-row .layui-inline,
    .txdh-send-pay-row .layui-inline {
        width: 100% !important;
        margin-bottom: 12px !important;
    }

    .txdh-send-form .txdh-submit-actions button.btn {
        width: 100%;
        margin: 0 0 12px !important;
    }

    .txdh-send-form .txdh-submit-benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

.list_li {
    box-shadow: 0 -1px 18px rgba(0, 0, 0, 0.12);
}
