@media screen and (max-width: 800px) {
    .clearFather:nth-child(3) .randomClear {
        display: block !important;
    }

    #wyfPic {
        /*background-size: cover !important*/
    }

    /*#title{
        padding-top: 0!important;
    }*/

    /*.randomArticle {
        width: 50% !important;
    }*/

    .randomTimes {
        /*background-color: #f1f1f1!important;*/
    }

    #cs,
    #singleAuthor,
    #messageNum a,
    #messageTime {
        font-weight: normal !important;
    }

    input,
    textarea {
        text-indent: 0;
        background: transparent;
        border: 0 none;
        resize: none;
        outline: none;
        /*清除选中效果的默认蓝色边框 */
        -webkit-appearance: none;
        /*清除浏览器默认的样式 */
        line-height: normal;
        /*//光标问题 */
    }

    input::-webkit-input-placeholder {
        /* WebKit browsers */
        line-height: 0.44rem;
        /*//placeholder*/
    }

    input:focus {
        color: #8b8791;
    }

    #tag li {
        background-color: #f3f3f3 !important;
    }

    #tag ul:before {
        width: 100% !important;
        line-height: inherit !important;
        margin-right: 0 !important;
    }

    #hotVideFather {
        box-sizing: border-box;
        padding: 5vw 5vw 10vw 5vw !important;
    }

    .singleRight {
        width: 90vw !important;
        position: relative;
        float: right !important;
        left: -5vw;
        padding: 0 !important;
        background-color: #f1f1f1 !important;
        margin-top: 20px !important;
    }

    .contentFirstImg {
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative;
        right: 5vw;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: -16px !important;
    }

    #white {
        background-color: white;
        width: 100vw;
        position: relative;
        right: 5vw;
        padding: 15% 5% 10% 5% !important;
        box-sizing: border-box;
    }

    .xyp {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

    #content p {
        color: #4e4e4e !important;
    }

    #content .box1 {
        color: #ae0006 !important;
    }

    .randomArticle .randomBac {
        padding-bottom: 23% !important;
    }

    .randomArticle {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shangyipian1 {
        display: none;
    }

    /* #post{
        background-color: transparent!important;
        box-sizing: border-box;
        padding: 0!important;
        border-radius: 5px;
        margin-top: 0!important;
    }*/
}

/*#post{
    background-color: white;
    box-sizing: border-box;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 25px;
}*/
/*--------------------以下豆瓣和烂番茄--------------------*/
#douban {
    height: 40px;
    border: 2px solid #02B51E;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 36px;
    width: 180px;
    padding-left: 40px;
    position: relative;
    color: #02B51E;
    font-weight: bold;
    float: left;
    text-align: center
}

#douban:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/douban.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #02B51E
}

#lfq {
    height: 40px;
    border: 2px solid #FA320A;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 36px;
    width: 180px;
    padding-left: 130px;
    position: relative;
    color: #FA320A;
    font-weight: bold;
    float: right;
    text-align: center
}

#lfq:before {
    content: '';
    display: block;
    width: 130px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/lfq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #FA320A
}

/*--------------------以上豆瓣和烂番茄--------------------*/

audio:focus {
    outline: none !important;
}

body {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow-x: hidden;
}

.post-edit-link:before {
    content: '';
    display: inline-grid;
    width: 20px;
    height: 20px;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/xg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 6px;
    position: relative;
    top: 4px;
}

#baidusl:before {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-grid;
    margin-right: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/baidu.svg);
    position: relative;
    top: 5px;
}

.entry .adsbygoogle {
    /*margin-top: 100px;*/
}

#shareMoneyBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    display: none;
    backdrop-filter: blur(10px);
    transition: 0.5s;
}

#payBox {
    width: 330px;
    height: 360px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    outline: 0;
    box-sizing: border-box;
    padding: 0 20px;
    transition: 0.5s;
    overflow: hidden;
}

#payBoxTop {
    width: 100%;
    height: 40px;
    text-align: right;
    line-height: 40px;
    color: #cccccc;
    font-weight: bolder;
    font-size: 20px;
    cursor: pointer;
}

#wechatOrAliPay {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid grey;
    left: 0;
    box-sizing: border-box;
}

#wechat,
#AliPay {
    width: 50%;
    height: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#wechat:hover,
#AliPay:hover {
    background-color: #f4f4f4;
}

#wechat {
    background-image: url(../images/wxzf.svg);
    background-size: 70%;
}

#AliPay {
    background-image: url(../images/zfb.svg);
    border-left: 1px solid lightgrey;
    box-sizing: border-box;

}

#shareMoneyPicWord {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

#shareMoneyPic {
    width: 180px;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.wechatPic {
    background-image: url(../images/wxMoney.jpg);
}

.alipayPic {
    background-image: url(../images/aliMoney.jpg);
}

.MoneyBoxStep1 {
    margin-top: -280px;
    opacity: 0;
}

.MoneyBoxStep2 {
    margin-top: -180px;
    opacity: 1;
}

#baidusl {
    background-color: white;
    padding: 10px;
    margin-top: 50px;
    border-radius: 5px;
    clear: both;
    color: #306CFF;
}

.white {
    width: 100%;
    /*height: 40px;*/
    clear: both;
}

#editSingle {
    font-size: 14px;
    background-color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    bottom: 3px;
}

#editSingle a {
    color: #8a8a8a;
}

.syp {
    float: left;
}

.xyp {
    float: right;
}

.w960 {
    width: 960px;
    margin: 0 auto;
}

.singleRight {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}

.singleLeft {
    width: 23%;
    float: left;
}

#content p {
    text-indent: 2em;
    text-align: justify;
    line-height: 2.2;
    color: black;
    letter-spacing: .13rem;
    margin: 4% 0;
    font-weight: 300;
    /*margin-bottom: 1.25rem;*/
}

#content img {
    text-indent: 0em;
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}

#title {
    color: #3c3c3c;
    /*padding-top: 18px;*/
}

#shareMoney {
    background-color: #b76c6a;
    width: 90px;
    text-align: center;
    color: white;
    padding: 10px 0px;
    border-radius: 5px;
    margin: 50px auto;
    position: relative;
    top: 30px;
    z-index: 10;
}

#shareMoney:hover {
    background-color: #c78785;
    cursor: pointer;
}

#shareMoneyWord {
    width: 100%;
    text-align: center;
    color: grey;
    margin-bottom: 100px;
    line-height: 2;
}

#tag li {
    display: block;
    float: left;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #e1e1e1;
}

#tag li a {
    color: #656c78;
    text-decoration: none;
    font-size: smaller;
    font-weight: bolder;
}

/*#tag ul:before{
    content: '标签 / Tag:';
    float: left;
    margin-bottom: 10px;
    color: #4c4c4c;
    font-weight: bolder;
    line-height: 2;
    margin-right: 10px;
}*/
.bqq {
    float: left;
    margin-right: 10px;
    font-size: .82222rem;
    ;
    color: grey;
    font-weight: bold;
    line-height: 27px;
    display: none;
}

.bqq:before {
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    /*background-image: url(../images/dj.png);*/
    background-image: url(../images/bqq.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    top: 4px;
    position: relative;
}

@media screen and (max-width: 800px) {
    #ccc {
        width: 100% !important;
    }
}

#ccc {
    width: 50%;
    float: right;
    margin-bottom: 20px;
    opacity: 0.5;
}

#ccc a {
    color: #c0c0c0;
}

#ccc a:hover {
    color: #b66c6b;
}

/*---------以下是短代码---------*/

.musicFather {
    width: 100%;
    height: 30px;
    float: left;
    overflow: hidden;
}

.taskCss p {
    color: #6b3c3c !important;
    margin: 16px 0 !important;
    font-weight: 400 !important;
}

.taskCss {
    background-color: #e4e4e4;
    border: 1px solid #cecece;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 30px;
    color: #6b3c3c !important;
    width: 100%;
    float: left;
    margin: 10px 0;
    line-height: 2.2;
}

.musicLink {
    display: block;
    color: #6b1b1b;
    font-weight: bold;
    text-decoration: none;
    float: left;
    width: 100%;
    border: 1px solid;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
}

.musicLink:after {
    content: 'If you can\'t play, click here';
    display: block;
    float: left;
    width: 100%;
}

.colorTitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #184e54;
    padding: 10px 0;
    clear: both;
}

.colorTitle:before {
    width: 10px;
    height: 100%;
    content: '';
    display: block;
    float: left;
    background-color: #87b5bb;
    margin-right: 20px;
    box-sizing: border-box;
}


/*---------以上是短代码---------*/


/*以下是随机文章*/

#hotVideFather {
    width: 100%;
    position: relative;
    background-color: #e8e8e8;
    padding: 20px 0 40px 0;
}

.randomTimes {
    font-size: small;
    /*color: black;*/
    color: #838d92;
    font-weight: bold;
    background-color: #e8e8e8;
    width: 30%;
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 100px 0;
    height: 25px;
    position: relative;
    z-index: 3;
}

.randomTimes:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background-image: url(../images/borderRad.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.randomTimes:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -6px;
    top: 0;
    background-image: url(../images/borderRad.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#nickName {
    color: grey;
}

.grey {
    color: grey;
}

.hotTitle {
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 1.2em;
    /*font-weight: bold;*/
    box-sizing: border-box;
    font-weight: bolder;
    padding-left: 10px;
    float: left;
    color: #3c3c3c;
}

.hotTitle .small {
    font-size: small;
}

.hotTitle:before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background-color: #3c3c3c;
    margin-right: 10px;
    position: relative;
    top: 11px;
    float: left;
}

.randomArticle {
    width: 25%;
    float: left;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    text-decoration: none;
    /*color: #4c4c4c;*/
    color: white;
    position: relative;
}

.randomArticle:nth-child(2n+1) {
    padding: 10px 10px 10px 5px;
}

.randomArticle .randomBac {
    width: 100%;
    padding-bottom: 53%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: lightgrey;
    opacity: 0.9;
    transition: 0.3s;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.randomBac:hover {
    opacity: 1;
}

.randomArticle:hover .randomtitle {
    /*color: #b76c6a;*/
    text-decoration: underline;
}

.randomArticle .randomtitle {
    width: calc(100% - 60px);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 4;
    text-align: justify;
    padding: 0 10px;
    box-sizing: border-box;
}

.randomtitle:before {
    content: "「 ";
}

.randomtitle:after {
    content: " 」";
}

.sjwzPhoto {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 25px;
    border-radius: 100px;
    left: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: white;
    z-index: 9;
}

.sjwzPhoto[title="伍子蛇"] {
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/wyfAvator.svg);
}

.sjwzPhoto[title="陈老茂"] {
    background-image: url(http://d-d.design/wp-content/uploads/2018/11/lmpic.png);
    background-color: #edf9ff;

}

.randomClear {
    width: 100%;
    clear: both;
    display: none;
}

/*以上是随机文章*/
#postTitle {
    font-size: 1.75rem;
    color: #393e46;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    /*font-weight: normal;*/
    font-weight: 400;
}

#messageNum a {
    color: grey;
    text-decoration: none;
}

#messageNum:before,
#messageTime:before,
#cs:before,
#singleAuthor:before {
    content: '';
    width: 23px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#messageNum:before {
    /*background-image: url(../images/messageNum.png);*/
    /*background-image: url(../images/ly2.svg);*/
    background-image: url(../images/ICO-LY.svg);
    /*display: none;*/

}

#messageTime:before {
    /*background-image: url(../images/messageNum.png);*/
    /*background-image: url(../images/time3.svg);*/
    background-image: url(../images/ICO-SJ.svg);
    display: none;
}

#cs:before {
    /*background-image: url(../images/dj.png);*/
    /*background-image: url(../images/ll3.svg);*/
    background-image: url(../images/ICO-LLL.svg);
}

#singleAuthor:before {
    /*background-image: url(../images/zz.png);*/
    /*background-image: url(../images/bi3.svg);*/
    background-image: url(../images/ICO-ZZ.svg);
    display: none;
}

#cs {
    margin-left: 0 !important;
}

#readTime {
    position: relative;
    float: left;
    color: #878787;
    font-size: 0.82222rem;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    right: 10px;
}

#zstj {
    float: right;
    padding-left: 45px;
    position: relative;
}

#zstj:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/zstj.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 20px;
}

#ydsj {
    float: right;
    padding-left: 40px;
    position: relative;
}

#ydsj:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/yd.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 15px;
}

@media screen and (max-width: 800px) {
    /*    #readTime {
        display: none;
    }*/
}

#cs,
#singleAuthor,
#messageNum,
#messageTime {
    font-size: .82222rem;
    margin-left: 20px;
    color: grey;
    position: relative;
    float: left;
    line-height: 20px;
}

.shangyipian a {
    text-decoration: none;
    color: grey;
}

.shangyipian2 a :hover {
    color: auto !important;
}


.shangyipian {
    padding: 10px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin: 5px 0;
    color: grey;
}

.shangyipian2 {
    border-bottom: none !important;
    border-top: none !important;
    position: relative;
}

.shangyipian2 .syp {
    width: calc(50% - 10px);
    float: left;
    box-sizing: border-box;
    /*border: 1px dashed lightgrey;*/
    border-radius: 5px;
    padding: 20px 20px 20px 40px;
}

.shangyipian2 .xyp {
    width: calc(50% - 5px);
    float: right;
    box-sizing: border-box;
    /*border: 1px dashed lightgrey;*/
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
}

.shangyipian2 .syp:before {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/prePage.svg);
    top: 0;
    background-size: 70%;
    z-index: 2;
}

.shangyipian2 .xyp:after {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/nextPage.svg);
    top: 0;
    background-size: 70%;
    z-index: 2;
}

.shangyipian2 .syp,
.shangyipian2 .xyp {
    font-weight: normal !important;
    font-size: .75rem !important;
    min-height: 94px;
}

.shangyipian2 .nextTitle {
    display: block;
    font-size: 16px !important;
    margin-top: 10px;
    color: #424242;
}

.shangyipian2 .syp {
    text-align: left;
}

.shangyipian2 .syp:hover,
.shangyipian2 .syp:hover .nextTitle {
    color: #b66c6a !important;
}

.shangyipian2 .xyp:hover,
.shangyipian2 .xyp:hover .nextTitle {
    color: #b66c6a !important;
}

.shangyipian2 .xyp {
    text-align: right;

}

#wztb a,
#wzzz a,
#wzly a,
#wzsj a {
    text-decoration: none;
    color: grey;
}

#wztb,
#wzzz,
#wzly,
#wzsj {
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: grey;
    text-shadow: 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f2f2f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f2f2f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1, 0 0 2px #f1f1f1;
}

#wztb {
    margin-top: 30px;
}

#postmetadata {
    padding-top: 0px;
    /*border-top: 2px solid #e0e0e0;*/
    /*margin-top: 100px;*/
    width: 100%;
    float: left;
    background-position: center!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
}

.double {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    height: 180px;
    box-sizing: border-box;
    padding-left: 20px;
}

#double2 {
    width: 40%;
    padding-left: 0;
    /*border-left: 1px dashed lightgrey;*/
}

.clear {
    width: 100%;
    clear: both;
    height:
}

#wyfPic {
    width: 100%;
    max-width: 360px;
    height: 150px;
    /*background-image: url(../images/wd3.png);*/
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px auto;
    opacity: 0.8;
}

#wyfPic[title="钟友超"] {
    background-image: url(http://d-d.design/wp-content/uploads/2018/11/zycd.png);
}

#wyfPic[title="朱育"] {
    background-image: url(http://d-d.design/wp-content/uploads/2018/11/zypicc.png);
}

#wyfPic[title="刘枭"] {
    background-image: url(http://d-d.design/wp-content/uploads/2018/11/lxpic.png);
}

#wyfPic[title="陈老茂"] {
    background-image: url(http://d-d.design/wp-content/uploads/2018/11/lmpic.png);
}

#wyfPic[title="伍子蛇"] {
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/wyfAvator.svg);
}

.wp-block-quote {
    position: relative;
    color: #000;
    font-family: SongTi SC;
    margin-bottom: 0 !important;
    padding-left: .88889rem;
    border-left: 4px solid rgba(0, 0, 0, .8);
    margin: 20px 0 !important;
    clear: both;
}

.wp-block-quote p {
    text-indent: 0 !important;
}

cite {
    color: rgba(0, 0, 0, .45);
}

.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse;
}

.is-style-regular td {
    border: 1px solid #808080;
    padding: .5em;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.wp-block-image {
    margin: 0 !important;
}

.is-style-stripes td {
    padding: .5em;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #e8e8e8 !important;
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff !important;
    font-size: 13px;
    padding: .5em 1em;
    margin-left: 10px;
}

#content a {
    color: black;
    text-decoration: none;
}

#content a:hover {
    color: grey;
}

/*#content ul {
    padding-left: 1.3em;
    margin-left: 1.3em;
}*/
#content li {
    /*margin-bottom: initial;*/
    line-height: 2.2;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
    text-align: center !important;
    text-indent: 0 !important;
}

/*.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2);
}
*/
.fn,
.says {
    position: relative;
    top: 14px;
}

.clearFooter {
    display: none;
}

.topIco {
    position: relative;
    left: 0;
    bottom: 0;
    float: left;
    width: 50px;
    height: 50px;
}

#authorBox {
    width: 300px;
    float: left;
}

#singleAuthor {
    margin-top: 10px;
}

#singleAuthor a {
    color: #393E46;
}

#singleAuthor a:hover {
    color: black;
}

#authorRight {
    float: right;
    position: relative;
    top: 34px;
}

@media screen and (max-width: 800px) {
    #postmetadata{
        width: 100vw;
        position: relative;
        left: -5vw;
    }
    #totleTime{
        display: none;
    }
    #double2{
        padding-right: 20px!important;
    }
    #authorRight {
        float: left;
        top: 5px;
        margin-top: 5px;
        display: none;
    }

    #postTitle {
        /*font-size: 1.375rem;*/
    }

    .topIco {
        border-radius: 100px;
        box-sizing: border-box;
        border: 1px solid lightgrey;
    }
}

/*以下是短代码Link*/
@media screen and (max-width: 800px) {
    .linkImg {
        width: 30% !important;
    }

    .linkAuthor {
        display: none;
    }

    .linkRight {
        width: -webkit-calc(70% - 10px) !important;
        width: -moz-calc(70% - 10px) !important;
        width: calc(70% - 10px) !important;
    }

    .linkRight:before {
        display: none !important;
    }

    .linkRight:after {
        display: none !important;
    }

    .linkWenZhang:before {
        display: block !important;
    }

    .linkImg .overlay {
        display: block !important;
    }

    .linkWenZhang:before {
        background-color: transparent !important;
        z-index: 3;
    }
}

.ypbfqA {
    color: #808080 !important;
}

.ypbfqA:hover {
    color: #b76c6a !important;
    text-decoration: underline !important;
}

.ypbfq {
    width: auto;
    padding: 10px 20px;
    background-color: white;
    height: 62px;
    border-radius: 0 0 5px 5px;
    position: relative;
    bottom: 5px;
    /*line-height: 62px;*/
}

.ypbfq:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    /*background-color: red;*/
    float: left;
    margin-bottom: 30px;

}

.linkAuthor:before {
    content: '作者 : ';
    font-weight: bolder;
}

.linkCat:before {
    content: '目录 : ';
    font-weight: bolder;
}

.linkTitle:before {
    content: '标题 : ';
    font-weight: bolder;
}

.linkRight:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.linkTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.linkImg {
    width: 226.5px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
    float: left;
    position: relative;
}

.linkImg .overlay {
    display: none;
    border-radius: 5px 0 0 5px;
}

.linkRight div {
    /*height: 33.3333%;*/
    color: #5e7783;
}

.linkRight {
    position: relative;
    float: right;
    height: 100%;
    line-height: 2;
    width: -webkit-calc(100% - 246.5px);
    width: -moz-calc(100% - 246.5px);
    width: calc(100% - 246.5px);
    box-sizing: border-box;
    padding: 20px;
}

.linkRight:before {
    content: '链接';
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #acc1cc;
    color: white;
    box-sizing: border-box;
    padding-right: 20px;
}

.linkWenZhang:before {
    content: '站内链接';
    display: block;
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    border-radius: 0 0 0 5px;
    background-color: #acc1cc;
    color: white;
    display: none;
}

.linkWenZhang:hover .linkRight div {
    color: #b76c6a;
}

.linkWenZhang {
    display: block;
    height: 140px;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
    color: red;
    letter-spacing: .13rem;
    border-radius: 5px;
    background-color: white;
    text-decoration: underline !important;
    position: relative;
}

/*以上是短代码Link*/
/*以下是短代码box1*/
.box1 {
    position: relative;
    margin: 50px 0 10px 0 !important;
    border: 1px solid #ae0006;
    border-radius: 5px;
    color: #ae0006 !important;
    padding: 20px 20px;
    font-weight: 400 !important;
}

.box1Title {
    position: relative;
    top: -40px;
    background: #b86c69;
    color: #fff;
    padding: 2px 10px;
    text-align: center;
    text-indent: 0;
    margin: 0 auto;
    display: table;
    width: auto;
    border-radius: 5px;
    margin-bottom: -30px;
    font-weight: 400 !important;
}

.box1Title:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    left: -40px;
    top: 0;
    background-color: #F1F1F1;
}

.box1Title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    right: -40px;
    top: 0;
    background-color: #F1F1F1;
}

/*以上是短代码box1*/
/*以下是短代码box2*/

.box2 {
    width: 100%;
    margin: 20px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px;
    text-align: justify;
    letter-spacing: .13rem;
}

.box2Title {
    width: 100%;
    float: left;
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 10px;
}

.box2Word {
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 2;
}

.box2White {
    color: white;
    text-shadow: 5px 2px 6px #000;
}

.box2Black {
    color: #393E46;
    text-shadow: 5px 2px 6px white;
}

/*以上是短代码box2*/
/*以下是短代码Pay*/
.payLink {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e85053;
    color: white !important;
    opacity: 0.5;
    transition: 0.3s;
    box-sizing: border-box;
    padding: 0 20px 0 13px;
    font-size: 12px;
    border-radius: 5px;
    margin: 10px 0;
}

.payLink:hover {
    opacity: 1;
}

.payName,
.payNum {
    height: 100%;
    float: left;
}

.payName {
    margin-right: 10px;
}

.payName:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background-position: center left;
    background-size: 68%;
    background-repeat: no-repeat;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/hongbao.svg)
}

.payTime {
    height: 100%;
    float: right;
}

/*以上是短代码Pay*/
/*以下是短代码fontColor*/
.fontColor {
    background-color: white;
    padding: 0 10px;
    margin: 0 2px;
    padding: .11111rem .33333rem;
    font-weight: 400;
}

/*以上是短代码fontColor*/
/*以下是Message短代码*/
.PostLeftMessage {
    padding-left: 80px;
    position: relative;
    margin: 30px 0;
}

.PostLeftMessage .PostTx {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    border-radius: 5px;
    background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/nmtx.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PostRightMessage {
    padding-right: 80px;
    position: relative;
    margin: 30px 0;
}

.PostRightMessage .PostTx {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    border-radius: 5px;
    /*background-image: url(http://d-d.design/wp-content/themes/newLiftPhp20190822/images/gdtx.svg);*/
    background-image: url(http://q2.qlogo.cn/headimg_dl?dst_uin=550444405&spec=100&s=60&d=mm&r=g);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PostRightMessage .PostWord {
    float: right;
    text-align: right;
    background-color: #f1d9d8;
}

.PostRightMessage .PostWord p {}

.PostWord {
    min-height: 60px;
    border-radius: 5px;
    float: left;
    background-color: white;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    position: relative;
}

.PostMessageWho {
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.PostMessageWho span {
    color: #4e4e4e;
}

.PostWord p {
    line-height: 1.5 !important;
    color: #656c78;
    padding: 0;
    margin: 5px 0 0 0 !important;
    text-indent: 0 !important;
}

.PostWord:before {
    content: '';
    display: block;
    /* margin-left: 110px; */
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent white transparent transparent;
    position: absolute;
    left: -20px;
    top: 20px;
}

.PostRightMessage .PostWord:before {
    right: -20px;
    left: auto;
    border-color: transparent transparent transparent #f1d9d8;
}

.clear {
    width: 100%;
    clear: both;
}

/*以上是Mesaage短代码*/
/*以下评论*/
#respond h3{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 8px 0 0;
}
#respond #cancel-comment-reply-link{
        float: right;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
/*以上评论*/