* {
    margin: 0;
    padding: 0;
    border: none;
    outline-style: none;
    box-sizing: border-box;
    user-select: none;
}

body{
    max-width: 750px;
    margin: 0 auto;

}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-family: "abcfont";
    font-weight: inherit;
    resize: none;
}

::placeholder {
    font-family: "abcfont";
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

@font-face {
    font-family: "abcfont";
    src: url("./zaozigongfangnaisiti.ttf");
}

html {
    font-size: 16px;
    font-family: "abcfont";
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1;
    scroll-behavior: smooth;
    --themeColor: #FD9900;
    background: #222222;
}

::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background: var(--themeColor);
}

::-webkit-scrollbar-track {
    background: none;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.clamp1,
.clamp2,
.clamp3,
.clamp4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}


.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.pager a,
.pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 40px;
    border-radius: 50px;
    color: rgb(255, 255, 255, 0.5);
    background: #1B1B1B;
    font-size: 14px;
    margin: 0 2px;
}

.pager a.active,
.pager a:hover {
    background: var(--themeColor);
    border: none;
    color: #121315;
}






/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.play_button{

    border: none;
    background: #F6558B;
    color: #fff;
    display: block;

    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    height: 38px;

}
.bg_light_theme {
    background: linear-gradient(323deg,#5eb8bc,#62dce0);
    color: #fff;
}
.row-item.even {
    background-color: #f7f7f7
}

.row-item.odd {
    background-color: #e7f4f3
}

.row-item-content .item a {
    color: #d2cf17
		
}

.row-item .row-item-content .item {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    width: 12.5%;
}
.row-item-content .item:hover a {
    color: #5eb8bc
}
.row-item {
    align-items: center;
    display: flex;
    padding: 0 1%;
}
.row.menu-row {
    margin: 0 auto;
    width: 100%
}

.help_content {
    background: #fff;
    line-height: 30px;
    padding-left: 10px
}

.help_content a {
    color: #1d7ad9
}

.row-item {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 0 1%
}

.row-item.even {
    background: #2b2626
}

.row-item.odd {
    background: #2b2626
}

.row-item .row-item-title {
    border-radius: 5px;
    margin: 8px auto 0;
    min-width: 78px;
    padding: 5px 7px;
    text-align: center;
    vertical-align: middle
}

.row-item .row-item-title .logo-img {
    display: none
}

.row-item .row-item-title a {
    border-radius: 5px;
    color: #fff;
    padding: 5px 7px
}

.row-item .row-item-title img {
    max-width: 100px
}

.row-item .row-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 10px;
    vertical-align: middle;
    width: 90%;
	list-style: none;
	padding: 0;
    flex: 1;
    margin: 0 auto 10px;
}

.row-item .row-item-content .item {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    width: 12.5%
}

.row-item .row-item-content .item a {
    cursor: pointer;
    font-size: 1em
}

@media (max-width: 855px) {
    .row-item {
        margin:0
    }

    .row-item,.row-item .row-item-title a {
        padding: 5px 0
    }
}

@media (max-width: 769px) {
    .row.menu-row {
        margin:0 auto;
        width: 100%
    }

    .row-item {
        margin: 0;
        padding: 5px 0
    }

    .row-item .row-item-title {
        font-size: 13px;
        margin: 0;
        min-width: 38px;
        padding: 0;
        width: 10%;
		padding: 6px;
		color: white;
    }

    .row-item .row-item-title .logo-img {
        border-radius: 10px;
        display: block;
        margin: 5px auto;
        max-height: 40px;
        max-width: 40px
    }

    .row-item .row-item-title a {
        background: transparent;
        color: #333;
        font-size: 12px;
        margin-bottom: 5px;
        padding: 0;
		color: white;
    }

    .row-item .row-item-content {
        display: inline-table;
        margin: 5px 0;
        padding: 0
    }

    .row-item .row-item-content .item {
        padding: 5px 0 0;
        width: 25%
    }

    .row-item .row-item-content .item a {
        font-size: 13px
    }
}

.share-url {
	padding:15px 0
}
.c_red {
    color: #ff0099;
}
.share-url .share-fun {
	background-repeat:no-repeat;
	background-size:contain;
	height:195px;
	margin:0 auto;
	min-width:310px;
	width:100%
}
.share-url .share-fun .url-share-link {
	color:#ff0057;
	font-size:38px;
	font-weight:700;
	height:195px;
	line-height:195px;
	padding:0 4px;
	text-align:center
}
