table#ui-table2 tbody tr.hd {
    background-color: unset;
}

table#ui-table2 {
    border-bottom: unset;
}

/*table#ui-table2 tr:first-child td{
    white-space: nowrap;
}

table#ui-table2 td a {
   word-break:normal;
}*/

.page-rank .ui-table2 table tr:not(:first-child) td:nth-child(2) a {
    word-break: break-word;
}


#ui-table2_wrapper .dataTables_filter {
    display: none;
}

#ui-table2 thead {
    display: none;
}

.page-rank .ui-table2 table tr.hd td {
    padding: 0 !important;
    font-size: 1rem;
    line-height: 3.8rem;
}

.page-rank .ui-table2 table tr.shown+tr>td {
    padding: 0;
}

.page-rank .ui-table2 table tr.shown+tr table tr:first-child td {
    padding: 1rem 0;
    border-bottom: unset;
}

.page-rank .ui-table2 table tr.shown+tr table tr td {
    border-bottom: unset;
}

.page-rank .ui-table2 table tr td.control {
    text-align: center;
}

.page-rank .ui-table2 table tr td.control span {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    transform-origin: center center;
}

.page-rank .ui-table2 table tr.shown td.control span {
    transform: rotate(-45deg);
}

.page-rank .ui-table2 table .detail {
    width: 100%;
}

.page-rank .ui-table2 table tr.shown+tr td:first-child table {
    color: #333;
    border-collapse: separate;
}

.page-rank .ui-table2 table .detail tr td:nth-child(1) {
    background-color: #fff;
    color: #858585;
    font-size: 14px;
    padding-left: 24px;
    padding-right: 0;
    text-align: left;
    border-left: 1px solid #0099ff;
    /* border-right: 2px solid #cf8d86; */
}

.page-rank .ui-table2 table .detail tr:first-child td:nth-child(1) {
    border-top: 1px #0099ff solid;
    
}




.page-rank .ui-table2 table .detail tr:last-child td:nth-child(1) {
    border-bottom: 1px #0099ff solid;
}

.page-rank .ui-table2 table .detail tr td:nth-child(2) {
    background-color: #019aff;
    color: #fff;
    text-align: center;
}

.page-rank .ui-table2 table .detail tr td:last-child {
    background-color: #0894f1;
    color: #fff;
    text-align: center;
}


.page-rank .ui-table2 table.detail.qrlink {
    position: relative;
    border-collapse: separate;
}

.page-rank .ui-table2 table .detail.qrlink tr+tr {
    border: unset;
}



.page-rank .ui-table2 table .detail.qrlink tbody tr td:nth-child(2),
.page-rank .ui-table2 table .detail.qrlink tbody tr td:last-child {
    position: relative;
}

/* .word-img2 .wt-table table.detail.qrlink tbody tr td:nth-child(3),
.word-img2 .wt-table table.detail.qrlink tbody tr td:last-child {
    filter: blur(3px);
}

.word-img2 .wt-table table.detail.qrlink tbody tr:first-child td:nth-child(3),
.word-img2 .wt-table table.detail.qrlink tbody tr:first-child td:last-child {
    filter: unset;
} */

.page-rank .ui-table2 table .detail.qrlink tbody tr td:nth-child(2)::after,
.page-rank .ui-table2 table .detail.qrlink tbody tr td:last-child::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #019aff;
    /* background-color: rgba(1, 154, 255, 0.9); */
    background-color: rgba(1, 154, 255, 1);
}

.page-rank .ui-table2 table .detail.qrlink tbody tr:first-child td:nth-child(2)::after,
.page-rank .ui-table2 table .detail.qrlink tbody tr:first-child td:last-child::after {
    display: none;
}



.ui-table2 .word-app {
    position: absolute;
    top: 50%;
    right: 8.3%;
    width: 50%;
    height: auto;
    text-align: center;
    display: inline-block;
    transform: translateY(-50%);
}

.ui-table2 .word-app .txt {
    display: block;
    margin-top: 0;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
}

.feature.buttons {
    position: fixed;
    width: 35%;
    top: 85%;
    right: 0;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    height: 52px;
    vertical-align: baseline;
    margin: 0;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    transition: width 800ms cubic-bezier(0.5, -0.5, 0.5, 0.5) 0;
    z-index:9999;
}

.app header {
    /*display: none;
    opacity: 0;*/
}
.app header .head >.lg
{
	display:none;
}
.app header .head >.sr ul li:nth-child(2)
{
	display:none;
}

.app main {
/*padding-top:0;*/
}

.app.lock header {
    display: block;
}

.app .feature.buttons {

}

.feature.buttons.open {
    width: 100%;
}

.feature.buttons .button {
    cursor: pointer;
    display: flex;
    flex: 1;
    border: unset;
    /*border-right: 1px solid #28a3f0;
    background: #31afff none;*/
    border-right: 1px solid #888888;
    background: #aaaaaa none;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    user-select: none;
    transition: all .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}


.feature.buttons .button:hover .group,
.feature.buttons .button:hover {
    background-color: #28a3f0;
}

.feature.buttons .button i.icon {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.feature.buttons .button i.icon.prev {
    background: url(./button-left.png) center center no-repeat;
    background-size: 100% 100%;
}

.feature.buttons .button i.icon.next {
    background: url(./button-right.png) center center no-repeat;
    background-size: 100% 100%;
}

.feature.buttons .button i.icon.search {
    background: url(./button-search.png) center center no-repeat;
    background-size: 100% 100%;
}

.td-a {
    display: table-row !important;
}

header .srch ul li.search_link {
    color: #337ab7;
    text-align: center;
}

header .srch ul li.search_link a {
    color: #337ab7;
    text-decoration: underline;
}


.ui-tooltabs .i p i.ico1.ico1-zhuan {
    background-image: url(./zhuan.png);
    animation-name: shake-little;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ui-tooltabs .i:active p i.ico1.ico1-zhuan,
.ui-tooltabs .i.on p i.ico1.ico1-zhuan {
    background-image: url(./zhuan.png);
}

@keyframes shake-little {
    2% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    4% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    6% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    8% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    10% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    12% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    14% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    16% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    18% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    20% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    22% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    24% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    26% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    28% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    30% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    32% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    34% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    36% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    38% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    40% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    42% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    44% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    46% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    48% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    50% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    52% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    54% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    56% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    58% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    60% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    62% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    64% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    66% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    68% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    70% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    72% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    74% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    76% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    78% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    80% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    82% {
        transform: translate(2px, 0px) rotate(.5deg)
    }

    84% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    86% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    88% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    90% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    92% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    94% {
        transform: translate(2px, 2px) rotate(.5deg)
    }

    96% {
        transform: translate(0px, 2px) rotate(.5deg)
    }

    98% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

		.cover .zan-txt {
    position: relative;
    width: 295px;
    background-color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    height: 2rem;
    color: #464c56;
    letter-spacing: 0;
    margin: 0 auto;
    display: block;
    margin-top: 96px;
    border-bottom: 1px solid #000;
}

.cover .zan-txt~img {
    margin-top: 0;
}

			.describe{
				border: 1px solid #ccc; background-color: #eee;height:200px; overflow:hidden; font-size:14px;line-height:24px;padding:20px;
				position:relative;
			}
			.describe p
			{
				margin-bottom:10px;
			}
			.showmoredes
			{
				position:absolute; bottom:0px;right:0px; background-color:#eee;  width:100%;    text-align: right;  padding: 0 20px;line-height: 1.8;color:#888
			}

.swi-year-wrap.hf {
	padding: 0 20px;
	border-bottom: none;
	flex: 0 0 560px;
}

.swi-year-wrap {
	padding: 60px 20px;
	border-bottom: none;
}
			
.swi-year {
	overflow: hidden;
}

.swi-year .swiper-slide {
	text-align: center;
}

.swi-year .swiper-slide a {
	font-size: 16px;
	color: #010101;
}

.swi-year .swiper-slide.on a {
	font-weight: bold;
	color: #000000;
}

.swi-year-wrap {
	padding: 20px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.swi-year-wrap .swiper-button-next,
.swi-year-wrap .swiper-button-prev {
	width: 10px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.swi-year-wrap .swiper-button-next {
	right: 0;
	left: auto;
	background-image: url(../images/fn-new2-right.png);
	background-image: -webkit-image-set(url(../images/fn-new2-right.png) 1x, url(../images/fn-new2-right@2x.png) 2x);
}

.swi-year-wrap .swiper-button-prev {
	left: 0;
	right: auto;
	background-image: url(../images/fn-new2-left.png);
	background-image: -webkit-image-set(url(../images/fn-new2-left.png) 1x, url(../images/fn-new2-left@2x.png) 2x);
}

.swi-year-wrap .swiper-button-prev:after,
.swi-year-wrap .swiper-button-next:after {
	display: none;
}

@media only screen and (max-width: 959px) {
	
	
	.swi-year-wrap.hf
	{
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 767px) {

	.swi-year .swiper-slide a {
		font-size: 12px;
	}
	
	.swi-year-wrap {
		padding: 40px;
	}
}