
.hzt-app-box,.hzt-app-box *{
    box-sizing: border-box;
}


.hzt-app-box {
    border: 1px solid #ffd9a8 !important;
    background-color: #fffcf9 ;
}

.hzt-clearfix::after{
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}


.hzt-app-box{
    padding: 15px;
    position: relative;
}


.hzt-app-box .hzt-app-left{
    float: left;
    background-color: pink;
    width: 70%;
}


.hzt-app-box .hzt-app-left .hzt-pic{
    width: 20%;
    height: 20%;
    float: left;
}


.hzt-app-box .hzt-app-left .hzt-text-con{
    float: left;
    width: 75%;
    margin: 0 3% 0 2%;
}

.hzt-app-box .hzt-app-left .hzt-text-con .hzt-tit{
    font-size: 20px;
    color: rgb(38, 38, 38);
    font-weight: 700;
    margin-bottom: 5px;
}

.hzt-app-box .hzt-app-left .hzt-text-con .hzt-desc{
    font-size: 14px;
    color: rgb(38, 38, 38);
}


.hzt-app-box .hzt-app-right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-color: red;
    width: calc(30% - 15px);
}


.hzt-app-box .hzt-app-right a{
    /* width: %; */
}




/* =============================== */

:root {
    --tx-module-color1: #ff6f3d
}

.tx-info-module-box,
.tx-info-module-box * {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    list-style: none !important;
    max-width: none !important;
    max-height: none !important;
    line-height: 1 !important;
    background: 0 0 !important
}

.tx-info-module-box {
    margin: .5em 0 1.5em 0 !important;
}


.tx-info-module-box{
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tx-info-module-btn {
    display: inline-flex !important;
    height: 2.4em !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1em !important;
    border-radius: 4px !important;
    background-color: var(--tx-module-color1) !important;
    color: #fff !important;
    transition: all .35s ease 0s !important
}



.tx-info-module-btn1 {
    display: inline-flex !important;
    height: 2.4em !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1em !important;
    border-radius: 4px !important;
    background-color: var(--tx-module-color1) !important;
    color: #fff !important;
    transition: all .35s ease 0s !important
}

.tx-info-module-btn:hover {
    opacity: .9 !important;
    color: #fff !important;
    text-decoration: underline !important;
}





.tx-info-module-btn1:hover{
    text-decoration: underline !important;
}










.tx-info-module-btn1:hover {
    opacity: .9 !important;
    color: #fff !important
}

.tx-info-module-warning-tips {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    display: flex !important;
    align-items: flex-start !important;
    padding: 1em 1.5em !important;
    border-radius: 5px !important
}


.tx-info-module-shop-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.tx-info-module-shop-box>a {
    display: flex !important;
    align-items: center !important
}

.tx-info-module-imgbox img {
    width: 100% !important;
    border: 0 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    border-radius: 5px !important
}

.tx-info-module-shop1-box>a {
    background-color: rgba(0, 0, 0, .04) !important;
    border-radius: 5px !important;
    padding: 1em !important;
    flex: auto !important;
    max-width: 600px !important;
    align-items: stretch !important
}

.tx-info-module-shop2-box>a {
    background-color: rgba(0, 0, 0, .04) !important;
    border-radius: 5px !important;
    padding: 1em !important;
    flex: auto !important;
    flex-direction: column !important;
    max-width: 400px !important
}

.tx-info-module-shop1-box .tx-info-module-imgbox {
    max-width: 200px !important;
    flex: none !important
}

.tx-info-module-shop1-box .tx-info-module-imgtxt {
    flex: auto !important;
    margin: 0 0 0 1.5em !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important
}

.tx-info-module-txt-title {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    margin: 0 0 .5em 0 !important;
    overflow: hidden !important;
    flex: none !important;
    font-weight: 700;
}

.tx-info-module-txt-info {
    opacity: .6 !important;
    line-height: 1.4 !important;
    overflow: hidden !important;
    flex: auto !important;
    display: block !important;
    font-size: 14px !important;
    text-indent: 0em !important
}

.tx-info-module-imgtxt-span {
    display: flex !important;
    align-items: center !important;
    flex: none !important;
    margin: 1em 0 0 0 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-price {
    flex: auto !important;
    font-size: 1.2em !important;
    color: red !important;
    font-weight: 700 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-btn {
    flex: none !important
}

.tx-info-module-btn1 {
    flex: none !important
}

.tx-info-module-shop2-box .tx-info-module-imgtxt {
    flex: auto !important;
    width: 100% !important;
    margin: 1.5em 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important
}

.tx-info-module-down1-box>section {
    background-color: #fffcf9 !important;
    border-radius: 5px !important;
    padding: 1em !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    border: 1px solid #ffd9a8 !important
}

.tx-info-module-down1-box .tx-info-module-imgbox {
    width: 4.2em !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    flex: none !important
}

.tx-info-module-down1-box .tx-info-module-down-txt {
    flex: auto !important;
    padding: 0 0 0 1.5em !important
}

.tx-info-module-down1-box .tx-info-module-btn {
    height: 2.6em !important;
    font-size: 1.1em !important;
    padding: 0 2em !important;
    background-color: #43ab04 !important;
    margin: 0 0 0 1em !important;
    flex: none !important;
    text-decoration: none;
}

.tx-info-module-btn1 {
    height: 2.6em !important;
    font-size: 1.1em !important;
    padding: 0 2em !important;
    background-color: #333 !important;
    margin: 0 0 0 1em !important;
    flex: none !important;
    text-decoration: none;
}

.tx-info-post-txt1-box,
.tx-info-post-txt2-box {
    background-color: rgba(0, 0, 0, .04) !important;
    padding: 1em 1.5em !important;
    border-left: 4px solid rgba(0, 0, 0, .1) !important
}

.tx-info-post-txt1-box li {
    line-height: 2 !important;
    height: 2em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.tx-info-post-txt2-box li {
    line-height: 1.4 !important;
    padding: .4em 0 !important
}

.tx-info-post-img1-box li {
    padding: .6em 0 !important
}

.tx-info-post-img1-box li>a {
    display: flex !important;
    align-items: center !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox {
    width: 8em !important;
    height: 6em !important;
    overflow: hidden !important;
    flex: none !important;
    margin: 0 1em 0 0 !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important
}

.tx-info-post-img1-box .tx-info-module-txt-info,
.tx-info-post-img1-box .tx-info-module-txt-title {
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    overflow: hidden !important
}

.tx-info-post-img2-box ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -.5em !important;
    margin-right: -.5em !important
}

.tx-info-post-img2-box ul li {
    width: 25% !important;
    padding: 0 .5em !important;
    margin: .5em 0 !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox {
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 70% !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 0 !important;
    z-index: 1 !important;
    object-fit: cover !important
}

.tx-info-post-img2-box li section {
    line-height: 1.4 !important;
    height: 2.8em !important;
    overflow: hidden !important;
    margin: .3em 0 0 0 !important
}

@media screen and (max-width:720px) {
    .tx-info-post-img2-box ul li {
        width: 50% !important
    }

    .tx-info-module-txt-title{
        margin: 0 0 .2em 0 !important;
    }

    .tx-info-module-down1-box>section {
        align-items: flex-start !important;
        flex-wrap: wrap !important;
        /* padding: 0.5rem !important; */
    }

    .tx-info-module-down1-box .tx-info-module-imgbox {
        position: absolute !important;
        left: 1em !important;
        top: 1em !important
    }

    .tx-info-module-down1-box .tx-info-module-down-txt {
        margin: 0 !important;
        padding-left: 5.5em !important
    }

    .tx-info-module-down1-box .tx-info-module-btn {
        margin: 1em 0 0 0 !important;
        flex: auto !important;
        padding: 0 !important;
    }

    .tx-info-module-down1-box .tx-info-module-btn1 {
        margin: 1em 0 0 0 !important;
        flex: auto !important;
        padding: 0 !important;
    }

    .tx-info-module-shop1-box .tx-info-module-imgbox {
        max-width: 30vw !important
    }

    .tx-info-module-shop1-box .tx-info-module-txt-info {
        display: none !important
    }
}

@media screen and (max-width:320px) {
    .tx-info-module-shop1-box>a {
        flex-direction: column !important;
        align-items: flex-start !important
    }

    .tx-info-module-shop1-box .tx-info-module-imgbox,
    .tx-info-module-shop1-box .tx-info-module-imgtxt {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important
    }

    .tx-info-module-shop1-box .tx-info-module-imgtxt {
        margin: .8em 0 0 0 !important
    }
}

.news_con h3:after {
    content: none;
}