:root {
    --x2h-color: #1e9fff;
    --x2h-border: #eee;
    --x2h-bg1: #fff;
    --x2h-gary: #bbb;
}

body {
    color: #656565;
    background-color: #eff3f8
}

a {
    color: #757575
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.pagebar .now-page,
.pagebar a {
    padding: 0 12px;
    line-height: 30px;
    display: inline-block;
    background-color: rgba(0, 0, 0, .05);
    margin: 0 3px 3px 0;
    border-radius: 2px;
}

.pagebar .now-page,
.pagebar a:hover {
    color: #fff;
    background-color: var(--x2h-color)
}

.x2h-comments>ul.msg {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 15px 20px;
    transition: all .35s ease 0s
}

.msg img.avatar {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border: 2px solid var(--x2h-bg1)
}

.x2h-comment label,
.x2h-comments label {
    display: none
}

.commentname {
    line-height: 20px
}

.msg li section {
    overflow: hidden
}

.msg li ul.msg {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .05)
}

.x2h-comment-textarea {
    position: relative
}

.x2h-comment-textarea .x2h-btn {
    position: absolute;
    right: 5px;
    /* 评论btn修改 */
    bottom: 0;
    background-color: var(--x2h-color);
    border-radius: 0
}

.x2h-comment-textarea .x2h-textarea {
    float: left;
    display: block
}

.reply-frm {
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.reply-frm .content-title {
    padding: 5px 15px;
    font-size: 17px;
    background-color: rgba(0, 0, 0, .02)
}

.x2h-input,
.x2h-textarea {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0;
    transition: all .35s ease 0s
}

.x2h-input:focus,
.x2h-textarea:focus {
    border: 1px solid var(--x2h-color)
}

.x2h-comments>ul.msg:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

.top {
    line-height: 32px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    background-color: #f9f9f9
}

.header {
    padding: 12px 0;
    position: relative;
    z-index: 100;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.headerfixed {
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .96)
}

.logo a,
.logo h1,
.logo img {
    width: auto;
    height: 40px;
    display: block;
    line-height: 1
}

.nav {
    margin: 0 50px
}

.nav li {
    position: relative;
    float: left;
    margin-right: 12px
}

.nav li a {
    display: block;
    line-height: 40px;
    font-size: 15px;
    padding: 0 12px;
    color: #333;
    font-weight: 700
}

.nav li a.drop {
    padding-right: 15px
}

.nav li.on>a,
.nav li:hover>a {
    color: var(--x2h-color)
}

.nav li a>i {
    display: block;
    width: 7px;
    height: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    top: 48%;
    transform: rotate(-48deg);
    transition: all .35s ease 0s
}

.nav li a>i:last-child {
    transform: rotate(48deg);
    right: 4px
}

.nav li:hover a>i {
    transform: rotateZ(-48deg);
    right: 4px
}

.nav li:hover a>i:last-child {
    transform: rotate(48deg);
    right: 0
}

.nav li ul {
    position: absolute;
    left: 1px;
    top: 60px;
    padding-top: 40px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .1);
    background-color: #f9f9f9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
    opacity: 0;
    visibility: hidden
}

.nav li ul::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: -16px;
    left: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f9f9f9 transparent
}

.nav li ul li {
    margin: 0
}

.nav li ul li a {
    white-space: nowrap;
    line-height: 30px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 400
}

.nav li:hover ul {
    top: 38px;
    padding: 6px 0 6px 0;
    opacity: 1;
    visibility: visible
}

.search {
    padding: 2px 0;
    position: relative
}

.search form.search-box {
    width: 240px
}

.no-style,
.search .search-box button {
    width: 40px;
    background-color: transparent;
    color: #999
}

.search-box {
    height: 36px;
    overflow: hidden;
    position: relative
}

.search-box input {
    width: 100%;
    padding: 0 50px 0 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    line-height: 36px;
    height: 36px;
    color: #555;
    font-size: 13px;
    background-color: transparent;
    transition: all .35s ease 0s
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    line-height: 36px;
    height: 36px;
    text-align: center
}

.search.on input {
    background-color: #fff
}

.search.on button {
    color: var(--x2h-color)
}

.search button i {
    transform: rotateZ(30deg)
}

.search>ul {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    border: 1px solid var(--x2h-color);
    border-top: 0;
    padding: 5px 10px;
    display: none;
    background-color: #fff
}
.input-group {
    display: table;
    border-collapse: separate;
}

.input-group .form-control,.input-group-btn {
    display: table-cell;
}

.search-form .input-group-btn button {
    width: 66px;
    margin: -3px -1px 0 0;
    background-color: #1e9fff;
    color: #fff;
    border-radius:5px 0 0 5px;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a {
    position: relative;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu {
    box-shadow: 5px 5px rgba(102,102,102,.1);
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: 100%;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}
.open>.dropdown-menu {
    display: block;
}
.btn-group>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}



.search-form .search-keyword {
    width: 100%;
    padding: 0 50px 0 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0 5px 5px 0;
    line-height: 36px;
    height: 36px;
    color: #555;
    font-size: 13px;
    background-color: #fff;
    transition: all .35s ease 0s
}

.search-form  .input-group .search-btn {
    background-color: transparent;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    text-align: center;
}
.ul-ol li i {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, .08);
    text-align: center;
    font-style: normal;
    color: #888;
    font-size: 12px;
    border-radius: 2px;
}

.ul-ol li:nth-child(1) i,
.ul-ol li:nth-child(2) i,
.ul-ol li:nth-child(3) i {
    background-color: var(--x2h-color);
    color: #fff
}

.bg-img {
    background-image: url(../images/bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-attachment: fixed
}


.home-flash .swiper-slide img {
    width: 100%;
    height: 423px;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-image: none;
    background-color: rgba(0, 0, 0, .66);
    color: #fff;
    border-radius: 0;
    line-height: 44px;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
    font-size: 14px
}

.swiper-button-next {
    right: -40px
}

.swiper-button-prev {
    left: -40px
}

.swiper-container:hover .swiper-button-next {
    right: 0
}

.swiper-container:hover .swiper-button-prev {
    left: 0
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    transition: all .4s
}

.swiper-pagination-bullet-active {
    background-color: var(--x2h-color);
    width: 20px;
    border-radius: 20px
}

.home-app-mb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 250px 20px 20px 20px;
    z-index: 20;
    color: #fff
}

.home-gg img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

.user-img img {
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border: 2px solid #fff;
    width: 60px;
    height: 60px
}

.home-side-img img {
    width: 100%;
    height: 49px;
    -o-object-fit: cover;
    object-fit: cover
}

.content-box,
.web-side dl {
    background-color: #fff
}

.place,
.web-side dt,
.content-title {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 13px 15px;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.web-side dt::before,
.content-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 35%;
    width: 4px;
    height: 30%;
    background-color: var(--x2h-color)
}

.tag-a a {
    display: inline-block;
    margin-left: 12px
}

.content-title1 {
    line-height: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 5px 10px;
    position: relative;
    z-index: 10;
    background-color: #fff
}


.content-title2 {
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 5px 15px;
    position: relative;
    z-index: 10;
    background-color: #fff
}

/* 资源盒子 */
.app-box {
    border-radius: 0;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: all .35s ease 0s;
    padding: 20px;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.app-box:hover {
    z-index: 9
}
.buy-btn {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 10;
    transition: all .35s ease 0s
}

.app-box:hover .buy-btn {
    bottom: 0
}

.buy-btn>i, .buy-btn a>span {
    display: block;
    width: 50%;
    float: left;
    border: 1px solid #1e9fff;
    border-radius: 0;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
}

.buy-btn a>span {
    background-color: #1e9fff;
    color: #fff;
}

.video-btn {
    display: block;
    position: absolute;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

.video-btn svg,
.video-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    color: rgba(255, 255, 255, .8);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: All .3s ease-in-out
}

.app-box:hover .video-btn {
    opacity: 1;
    visibility: visible
}

.app-box:hover .video-btn i {
    font-size: 70px
}


.social-share-icon::before {
    display: none
}

.btn-x2h {
    display: inline-block;
    overflow: hidden;
    padding: 8px 40px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 1px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 10
}

.btn-x2h:before {
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 105%;
    height: 105%;
    background-color: #fff;
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
    display: block;
    z-index: -1
}

.btn-x2h:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn-x2h:hover span {
    position: relative;
    z-index: 2
}

.item-box {
    padding: 25px 20px;
    border: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.item-box:hover {
    border: 1px solid var(--x2h-color);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2
}

.item-box section {
    overflow: hidden
}

.item-news-img {
    width: 160px
}

.item-app-img {
    width: 315px
}

.item-news .img-box,
.x2h-text img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border: 2px solid rgba(0, 0, 0, .05)
}

.cate-post {
    position: absolute;
    left: 14px;
    top: 26px;
    display: inline-block;
    padding: 0 12px;
    line-height: 24px;
    z-index: 20;
    background-color: rgba(0, 0, 0, .5);
    color: #ddd;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
    font-weight: 200
}

.cate-post::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6.5px;
    left: 0;
    border-width: 3.5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .3) rgba(0, 0, 0, .3) transparent transparent
}

.cate-post:hover {
    opacity: .9;
    color: #fff
}

.list-nav a {
    display: inline-block;
    padding: 0 10px;
    background-color: #eee;
    margin: 0 0 0 10px
}

.web-side dl {
    margin-bottom: 15px
}

.web-side dt {
    font-size: 18px
}

.web-side dl dd {
    padding: 10px 15px
}

.web-side dl dd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.web-side dl#divArchives ul li,
.web-side dl#divCatalog ul li,
.web-side dl#divFavorites ul li,
.web-side dl#divLinkage ul li,
.web-side dl#divTags ul li {
    float: left;
    width: 48%
}

.web-side dl#divArchives ul li:nth-child(2n),
.web-side dl#divCatalog ul li:nth-child(2n),
.web-side dl#divFavorites ul li:nth-child(2n),
.web-side dl#divLinkage ul li:nth-child(2n),
.web-side dl#divTags ul li:nth-child(2n) {
    float: right
}

.web-side dl table {
    width: 100%;
    border-collapse: collapse
}

.web-side dl table td,
.web-side dl table th {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 5px;
    overflow: hidden;
    text-align: center
}

.web-side dl table caption {
    margin-bottom: 10px
}

.web-side dl table td a {
    color: #e25239
}

.web-side dl#divSearchPanel dd form {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 50px
}

.web-side dl#divSearchPanel dd>div input[type=text] {
    width: 100%;
    border: 0;
    padding: 0 10px;
    line-height: 30px;
    background-color: #e7e2dd
}

.web-side dl#divSearchPanel dd>div input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: #e25239
}

.side-tag a {
    display: block;
    width: 49%;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .04)
}

.side-tag a:nth-child(2n) {
    float: right
}

.side-tag a small {
    float: right;
    color: #aaa;
    transition: all .35s ease 0s
}

.side-tag a:hover {
    background-color: var(--x2h-color);
    color: #fff;
    padding-left: 15px
}

.side-tag a:hover small {
    color: #fff
}

.page-tag a {
    width: 19.2%;
    margin-right: 1%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 8px
}

.page-tag a:nth-child(5n) {
    margin-right: 0
}

.page-tag a:nth-child(2n) {
    float: left
}

.side-common li {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: all .35s ease 0s
}

.side-common li:hover {
    background-color: rgba(0, 0, 0, .01)
}

.rotate img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    vertical-align: middle
}

.side-common li section {
    background-color: #f5f5f5;
    padding: 8px 10px;
    position: relative;
    transition: all .35s ease 0s;
    display: block
}

.side-common li section a {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: block
}

.side-common li section::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 6px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent
}

.page-common .side-common li {
    padding: 20px 0
}

.user-name {
    max-width: 50%;
    height: 26px;
    overflow: hidden
}

.tab-hd {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.tab-hd li {
    float: left;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.tab-hd li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    border-bottom: 3px solid var(--x2h-color);
    transition: all .35s ease 0s
}

.tab-hd li.on::after {
    width: 20px;
    margin-left: -10px
}

.side-tab .tab-hd li {
    width: 33.333%
}

.info-app-tab .tab-hd li {
    padding: 0 20px
}

.fixedbox-on {
    position: fixed;
    top: 75px;
    z-index: 98;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.fixedbox-off {
    position: absolute;
    bottom: 0;
    z-index: 98;
    right: 7px
}

.main-fixed {
    position: relative
}

.main-fixed .fixed-right {
    position: static
}

.x2h-text a {
    border-radius: 0;
    position: relative;
    margin: 0 3px
}

.x2h-text a:hover {
    box-shadow: inset 0 -1px var(--x2h-color);
}

.x2h-text h1,
.x2h-text h2,
.x2h-text h3 {
    border-color: var(--x2h-color)
}


.x2h-text hr {
    position: relative;
    font-family: iconfont!important
}
.page-nav, .page-nav li, .page-nav li a {
    border-radius: 0;
}
.page-nav li a {
    display: block;
    line-height: 48px;
    padding: 0 22px;
    position: relative
}

.page-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .05)
}

.page-nav li a:hover {
    padding-left: 30px
}

.page-nav li.on a {
    background-color: rgba(0, 0, 0, .1);
    color: var(--x2h-color);
    border-left: 3px solid var(--x2h-color);
    margin-right: -1px;
    font-weight: 700
}

.page-nav li.on a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent
}

.page-box {
    position: relative
}

.page-box .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 100%
}

.page-info {
    padding-left: 220px;
    width: 100%
}

.hzem em {
    font-size: 18px;
    margin-right: 10px;
    color: var(--x2h-color);
    text-align: center
}

.timestamp {
    position: relative;
    z-index: 2
}

.timestamp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    background: #eee;
    z-index: 3;
    height: 100%;
    margin-left: -1px
}

.x2h-text .timestamp li {
    padding-left: 50%;
    position: relative;
    margin-bottom: 50px
}

.timestamp li:nth-child(2n) {
    padding-left: 0;
    padding-right: 50%;
    text-align: right
}

.timestamp li p {
    padding-left: 30px
}

.timestamp li:nth-child(2n) p {
    padding-right: 30px;
    padding-left: 0
}

.timestamp li p:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -7px;
    z-index: 5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--x2h-color);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    border: 2px solid rgba(0, 0, 0, .05)
}

.air-process {
    position: relative;
    height: 160px
}

.air-process::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px dashed rgba(0, 0, 0, .05);
    z-index: 1;
    width: 100%
}

.air-process ul {
    position: relative;
    z-index: 2;
    height: 160px
}

.air-process ul li {
    float: left;
    text-align: center;
    padding: 40px 0;
    position: relative;
    width: 16.66%;
    cursor: pointer
}

.air-process ul li::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin-top: -10px;
    color: #ddd
}

.air-process ul li:last-child::after {
    display: none
}

.air-process ul li a {
    display: block;
    border-bottom: 0
}

.air-process ul li a:hover {
    box-shadow: none
}

.air-process ul li em {
    display: inline-block;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    border: 4px solid #fff;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border-radius: 40px;
    background: #eee;
    transition: all .25s ease 0s;
    font-size: 20px;
    color: #999;
    font-style: normal
}

.air-process ul li:hover em {
    background-color: var(--x2h-color);
    color: #fff
}

.air-process ul li p {
    margin-bottom: 0
}

.air-process ul li p:last-child {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 16px;
    transition: all .25s ease 0s
}

.air-process ul li p.air-b {
    top: 50%;
    margin-top: 50px
}

.air-process ul li p.air-t {
    bottom: 50%;
    margin-bottom: 50px
}

.app-nav dd {
    position: relative;
    padding: 5px 10px 5px 50px;
    min-height: 38px
}

.app-nav dd.h-on {
    height: 38px;
    overflow: hidden
}

.app-nav dd.h-off {
    height: auto
}

.app-nav dd>a,
.app-nav dd>strong {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 28px
}

.app-nav dd>a {
    left: auto;
    right: 0
}

.app-nav dd li {
    float: left;
    margin: 0 5px
}

.app-nav dd li a {
    display: block;
    line-height: 28px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.app-nav dd li a:hover {
    color: var(--x2h-color)
}

.app-nav dd li.on a {
    background-color: var(--x2h-color);
    color: #fff
}

.app-nav dd>a em {
    font-style: normal
}

.app-nav dd>a small {
    display: none;
    font-size: 12px
}

.app-nav dd>a.nav-span small {
    display: inline-block
}

.nav-span em {
    display: none
}

.links {
    padding: 15px 0 5px 15px
}

.links li {
    float: left;
    margin: 0 20px 10px 0
}

.player {
    height: 540px;
    overflow: hidden
}

.video-list li a {
    display: flex;
    align-items: center;
    padding: 9px 10px 9px 0;
    border-top: 1px solid #191919
}

.video-list li a:hover {
    background-color: #191919
}

.video-list li a>i {
    width: 53px;
    margin-right: 10px;
    flex-shrink: 0
}

.video-list li a h3 {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    color: #aaa
}

.host-box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between
}

.host-box>* {
    width: calc((100% - 40px)/ 3);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
}

.host-item {
    position: relative;
    transition: all .35s ease 0s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .01)
}

.host-item:hover {
    border: 1px solid #0ebaa6;
    box-shadow: 0 0 5px 0 #0ebaa6
}

.host-item dt img {
    height: 50px;
    width: auto
}

.host-item dd {
    display: flex;
    flex: auto;
    flex-direction: column
}

.host-item dd>p {
    display: flex;
    justify-content: space-between
}

.host-item dd p a {
    width: 48%
}

.list-ask li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 15px
}

.list-ask li:last-child {
    border-bottom: 0
}

.list-ask li p {
    margin-bottom: 1em;
    display: flex;
    align-items: stretch
}

.list-ask li p i {
    line-height: 20px;
    padding: 0 4px;
    background-color: var(--x2h-color);
    color: #fff;
    font-style: normal;
    font-size: 12px;
    margin-right: 5px
}

.list-ask li p i.da {
    background-color: #0ebaa6
}

.ul-line li {
    border-bottom: 1px dotted rgba(0, 0, 0, .08)
}

.ul-line li:last-child {
    border-bottom: 0
}

.app-buy-btn .x2h-btn {
    padding: 0 40px;
    overflow: visible;
}

.side-fixed-con .x2h-btn {
    overflow: visible;
}

.page-info-box h2 {
    margin: 0
}

.footer {
    background: #fff;
    background-size: cover;
    padding: 30px 0 15px 0
}

.copy {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.fixed-kf {
    position: fixed;
    left: 50%;
    margin-left: 675px;
    bottom: 50px;
    z-index: 99
}

.fixed-kf>ul>li>a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: 8px 0;
    margin-bottom: 1px;
    color: var(--x2h-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.fixed-kf>ul>li:hover>a {
    background-color: var(--x2h-color);
    color: #fff
}

.fixed-kf li>div {
    position: absolute;
    right: 78px;
    bottom: 1px;
    width: 180px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .1)
}

.qq-kf {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 25px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #1f495d;
    background: url(../images/qq2.png) repeat 0 0
}

.x2h-bg1 a.qq-kf:hover {
    color: #1d5b78
}

.qq-kf::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 22px;
    background: url(../images/qq1.png) repeat 0 0
}

.qq-kf::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 22px;
    background: url(../images/qq3.png) repeat 0 0
}

.fixed-kf li:hover>div {
    opacity: 1;
    visibility: visible;
    right: 54px
}

.style-switch>span em {
    font-style: normal
}

.style-switch>span em:last-child,
.style-switch>span.kdl em:first-child {
    display: none
}

.style-switch>span.kdl em:last-child {
    display: inline-block
}

.pop-off2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 100;
    display: none
}

.pop-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.pop-con {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    width: 400px;
    position: relative;
}

.pop-box-on {
    opacity: 1;
    visibility: visible
}

.x2h-social>p {
    position: relative;
    line-height: 40px;
    z-index: 10
}

.x2h-social>p:after {
    display: block;
    content: " ";
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 11;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.x2h-social>p:before {
    display: block;
    content: " ";
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.x2h-social>p>span {
    position: relative;
    z-index: 12;
    padding: 0 20px
}

.pop-off1 {
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 46px;
    width: 30px;
    font-size: 20px;
    text-align: center;
    color: #eee;
    z-index: 11
}
.x2h-login {
    background: url(img/login-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}
.x2h-login-box {
    width: 450px;
    margin: 0 auto;
}
.pop-box .alert,
.x2h-login-box .alert {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px
}

.loadgif {
    text-align: center;
    margin-bottom: 20px;
    display: none
}

.loadgif>i {
    height: 20px;
    width: 3px;
    margin: 0 2px;
    display: inline-block;
    -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
    background-color: var(--x2h-color)
}

.loadgif>i:nth-child(1) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.loadgif>i:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.loadgif>i:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.loadgif>i:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.loadgif>i:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-wave-stretch-delay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-wave-stretch-delay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.info-buy-on,
.yanshiurl {
    position: relative;
    z-index: 20
}

.yanshiurl>span {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 144px;
    margin-left: -72px;
    background-color: #fff;
    padding: 8px;
    border: 5px solid rgba(0, 0, 0, .05);
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.yanshiurl>span::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent #eee transparent;
    border-style: solid
}

.yanshiurl:hover>span {
    top: 46px;
    opacity: 1!important;
    visibility: visible
}

.yanshiurl em {
    display: block;
    line-height: 1;
    margin-top: 5px
}

.yanshiurl em canvas {
    width: 100%
}

.author-box {
    padding: 50px 20px 20px 20px;
    position: relative
}

.author-box>a {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.author-box>i,
.author-box>i .user-img img {
    width: 60px;
    height: 60px
}

.author-box section {
    overflow: hidden;
    padding-top: 5px
}
.x2h-share {
    display: flex;
    justify-content: center
}

.x2h-share a {
    line-height: 30px;
    margin: 0 30px;
    color: var(--x2h-color);
    background-color: #fff;
    position: relative;
    border: 0
}

.x2h-share a:hover {
    box-shadow: 0 0 0
}

.x2h-share a p {
    line-height: 1;
    margin: 0
}

.f-200 {
    font-weight: 200
}

.img-box[data-ratio="80"] {
    padding-top: 80%
}

.f-yellow {
    color: var(--x2h-color)
}

.x2h-wide {
    width: 1320px
}

.footer,
.top {
    min-width: 1320px
}

.no-all {
    cursor: not-allowed
}

.img-box[data-ratio="60"] {
    padding-top: 60%
}

.x2h-btn-primary:hover {
    background-color: #fff;
    color: var(--x2h-color)!important;
    border-color: #fff
}

.social-share a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    outline: 0
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 102;
    bottom: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all .2s;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0!important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}


/**弹出提示文字框**/

@keyframes tx_animation_size {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tx_animation_display {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}





@media only screen and (max-width:1920px) and (min-width:1440px) {
    .x2h-wide {
        max-width: 1320px
    }
}

@media only screen and (max-width:1438px) and (min-width:990px) {
    .x2h-wide {
        max-width: 1200px
    }
    .footer,
    .top {
        min-width: 1200px
    }
}


/* 首页五横图 */
.home-gg li a:before {
    margin: 0 7px;
    border-radius: 5px;
    content: "";
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-gg li h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}
/* app详情页 缩略图+标题横框 */
.gggg-box .gggg-box-img {
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 18px;
    padding-left: 24px;
    position: relative;
}
.main_info_tb {
    background-color: #FAFBFD;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.main_info_tb_items {
    height: 50px;
    padding: 0 8px 0 5px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_info_tb_items i {
    margin-right: 3px;
    font-size: 16px;
    color: #007cef!important;
}
.main_info_tb_item {
    height: 50px;
    padding: 0 9px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_info_tb_item .left_title::before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    background-color: #2E68E9;
    transform: translate(0, -50%);
}
.priceBtn {
    width: 100%;
}
.priceBtn .score {
    float: left;
}
.priceBtn .buy_btn {
   float: right;
}

.sellP {
    font-size: 13px;
    color: #ec1c2b;
}
.sellP #priceinfo {
    font-size: 24px;
    color: #ec1c2b;
    font-weight: bold;
}
.sellP em {
    font-size: 13px;
    color: #ec1c2b;
    font-style: normal;
    font-weight: 500;
}


.sellF #priceinfo {
    font-size: 24px;
    color: #5fb878;
    font-weight: bold;
}

/* 分享 */
.shares .change-color {
    float: right;
    padding: 3px 10px;
    border-radius: 4px;
    color: #ff5473 !important;
    background-color: rgba(255, 84, 115, .1);
    margin-right: 10px !important;
    font-size: 12px;
    background: rgba(255, 84, 115, .1);
    box-shadow: 0 5px 10px 0 rgb(16 110 253 / 0%);
}
.shares .change-color-sc {
    float: right;
    padding: 3px 10px;
    border-radius: 4px;
    color: #0084ff !important;
    background: rgba(0,132,255,.1);
    font-size: 12px;
    box-shadow: 0 5px 10px 0 rgb(16 110 253 / 0%);
}
.show-shares {
	z-index: 2;
	position: relative;
	margin-bottom: 50px;
	text-align: center
}

.shares dfn {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	font-style: normal;
	color: #999
}


.shares strong{line-height:32px;display:inline-block;font-weight:400;}
.shares a[class^="share"]{position:relative;width:36px;height:36px;line-height:38px;display:inline-block;margin-right:8px;opacity:.8;cursor:pointer;border-radius:50px;text-align:center}
.shares a[class^="share"] i{
	color: #fff;
	font-size: 20px;
	font-weight: normal
}

.list_tool.shares a[class^="share"]{width:28px;height:28px;line-height:28px;}
.list_tool.shares a[class^="share"] i{
	font-size: 16px;
}
.shares a:hover{opacity:.8}
.shares a:hover .share-popover{visibility:visible;opacity:1;margin-bottom:0}
.shares a:before{height:32px;width:10px}
.shares a:hover:before{-webkit-transition:right .5s;-moz-transition:right .5s;transition:right .5s;right:-70%}
.shares .share-popover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;opacity:0;position:absolute;bottom:100%;left:0;width:110px;height:116px;margin-bottom:20px;padding-bottom:6px;background-color:transparent}
.shares .share-popover .share-popover-inner{display:block;background-color:#fff;border:1px solid #999;padding:4px;border-radius:2px;position:relative;bottom:6px;height:110px}
.shares .share-popover .share-popover-inner::after,.shares .share-popover .share-popover-inner::before{content:'';position:absolute;bottom:-5px;left:9px;border-left:5px solid transparent;border-right:5px solid transparent}
.shares .share-popover .share-popover-inner::before{border-top:5px solid #555}
.shares .share-popover .share-popover-inner::after{border-top:5px solid #fff;margin-bottom:1px}
 
 
.shares a:hover .share-popover {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0
}


.shares a:hover:before {
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	transition: right .5s;
	right: -70%
}

.shares a.share-tsina {
	background-color: #ff6b60
}

.shares a.share-weixin {
	background-color: #07C160
}

.shares a.share-qzone {
	background-color: #FBC440
}

.shares a.share-sqq {
	background-color: #00A9EE
}

.shares a.share-renren {
	background-color: #95B4EC
}

.shares a.share-tqq {
	background-color: #5FB2D7
}

.shares a.share-douban {
	background-color: #67CE9B
}

.shares a.share-huaban {
	background-color: #DC5E5E
}

.shares a.share-twitter {
	background-color: #41B8FC
}

.shares a.share-facebook {
	background-color: #4867AA
}

.shares a.share-linkedin {
	background-color: #0A66C2
}
/* 点赞+打赏 */
.post-actions {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 30px;
    clear: both;
}
.post-actions a:hover {
    color: #fff;
}
.post-actions .action.like {
    background-color: #45B6F7;
}
.post-actions .action.rewards {
    background-color: #F7B10D;
}
.post-actions .action {
    display: inline-block;
    opacity: 0.8;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background-color: #45B6F7;
    margin: 0 7px;
}
/* 详情页侧边栏-最近更新 */
.widget-posts .posts .left {
    padding: 10px 0 5px 115px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
.widget-posts .posts .entry-media {
    margin-bottom: 10px;
    position: relative;
    width: 100px;
    float: left;
    margin-left: -115px;
}

/* 打赏弹窗 */
.rewards-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -275px;
    width: 550px;
    background-color: #FFF;
    padding: 40px 20px 50px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
    text-align: center;
}
.rewards-popover h3 {
    font-size: 18px;
    border-left:none;
    margin-bottom: 20px;
}
.rewards-popover-item {
    display: inline-block;
    width: 200px;
    margin: 0 20px;
}.rewards-popover-item h4 {
    margin: 0 20px 10px;
    font-size: 14px;
}.rewards-popover-item img {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 2px;
    padding: 5px;
    border:none;
}.rewards-popover-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    color: #999;
    cursor: pointer;
}
/* 搜索为空提示 */
.fc-search-null {
    padding: 30px;
    text-align: center;
}
.fc-search-null div {
    padding: 20px;
}