
.all-wrap {
    background: #f1f6f9
}

.tool-tmation {
    display: block
}

.tool-tmation .topic-module {
    display: inline-block;
    width: 100%;
    background: #2196f4;
    padding: 110px 0 80px 0
}

.tool-tmation .topic-module .tool-descript {
    display: block;
    padding-right: 480px;
    position: relative;
    min-height: 308px
}

.tool-tmation .topic-module .tool-descript h1 {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px
}

.tool-tmation .topic-module .tool-descript p {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.6
}

.tool-tmation .topic-module .tool-descript .right-dis {
    position: absolute;
    bottom: 50px;
    right: 15px
}

.tool-tmation .topic-module .tool-descript .right-dis img {
    display: block;
    max-width: 430px
}

.tool-center {
    display: inline-block;
    width: 100%
}

.tool-center .tool-module {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -50px;
    background: #fff;
    min-height: 80vh;
    -webkit-box-shadow: 0 2px 6px #999;
    -moz-box-shadow: 0 2px 6px #999;
    box-shadow: 0 2px 6px #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.tool-center .tool-module .flex {
    display: block;
    text-align: center
}

.tool-center .tool-module .flex .flex-center {
    display: inline-block
}

.hot-article {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 50px auto 50px
}

.hot-article .top {
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding: 15px 0;
    letter-spacing: 2px
}

.hot-article ul {
    display: inherit
}

.hot-article ul li {
    padding: 0
}

.hot-article ul .article-li {
    width: 100%;
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 4px #eee;
    -moz-box-shadow: 0 0 4px #eee;
    box-shadow: 0 0 4px #eee
}

.hot-article .artlist-note-v1 {
    display: block;
    width: 100%;
    position: relative
}

.hot-article .artlist-note-v1 .articlehead-position {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.hot-article .artlist-note-v1 .article-head {
    display: block;
    width: 198px;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    background-color: #eee
}

.hot-article .artlist-note-v1 .article-head img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.hot-article .artlist-note-v1 .article-content {
    padding-left: 218px;
    min-height: 148px;
    position: relative
}

.hot-article .artlist-note-v1 .title-module {
    display: block;
    position: relative;
    margin-bottom: 10px
}

.hot-article .artlist-note-v1 .article-title {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-weight: bold
}

.hot-article .artlist-note-v1 .article-des {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden
}

.hot-article .artlist-note-v1 .article-content-foot {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #aeaeae;
    line-height: 18px;
    padding-left: 218px
}

.hot-article .artlist-note-v1 .article-content-foot .foot-right {
    float: right;
    line-height: 30px;
    font-size: 13px
}

.hot-article .artlist-note-v1 .article-content-foot .foot-userhead {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px
}

.hot-article .artlist-note-v1 .article-content-foot .foot-userhead img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d2dfe5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.hot-article .artlist-note-v1 .article-content-foot .foot-username {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #727272;
    margin-right: 10px;
    max-width: 130px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hot-article .artlist-note-v1 .article-content-foot .foot-coupon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.hot-article .artlist-note-v1 .article-hotval {
    color: #aeaeae
}

.hot-article .artlist-note-v1 .article-time {
    color: #aeaeae
}

.hot-article .message-li {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 4px #eee;
    -moz-box-shadow: 0 0 4px #eee;
    box-shadow: 0 0 4px #eee
}

.hot-article .message-li .morebtn {
    color: #333
}

#weapp-qrcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 5;
    text-align: center;
    background: #fff;
    padding: 7px 7px;
    overflow: hidden
}

#weapp-qrcode.fixed {
    position: fixed;
    right: 50%;
    margin-top: 60px;
    margin-right: -600px
}

#weapp-qrcode:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 100px solid #fff;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 0 solid transparent
}

#weapp-qrcode .img {
    width: 100%;
    max-width: 150px;
    max-height: 150px
}

#weapp-qrcode .img img {
    display: block;
    width: 100%;
    height: 100%
}

#weapp-qrcode .tip {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    opacity: 0
}

#weapp-qrcode {
    -webkit-transition: width .3s, height .3s, padding .3s;
    -moz-transition: width .3s, height .3s, padding .3s;
    -ms-transition: width .3s, height .3s, padding .3s;
    -o-transition: width .3s, height .3s, padding .3s;
    transition: width .3s, height .3s, padding .3s
}

#weapp-qrcode:hover {
    width: 170px;
    height: 202px;
    padding: 10px 10px
}

#weapp-qrcode:hover:after {
    border: 0
}

#weapp-qrcode:hover .img {
    margin: 0 auto
}

#weapp-qrcode:hover .tip {
    opacity: 1
}
.ntable th{
    font-size: 14px;
}
