@charset "utf-8";

@import url('../css/font-awesome.min.css');

@import url('../css/reset.css');

@import url('../css/bootstrap.min.css');

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

a {
    background: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #333
}

a:hover {
    color: #6fb50f;
    text-decoration: underline
}

::selection {
    background: #6fb50f;
    color: #fff
}

::-moz-selection {
    background: #6fb50f;
    color: #fff
}

.clearBoth {
    clear: both
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    _zoom: 1
}

*+html .clearfix {
    overflow: auto
}

ol,ul,li {
    list-style: none
}

.none {
    display: none
}

::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #f8f8f8
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #6fb50f
}

::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #aeaeae
}

::-webkit-scrollbar-thumb:hover {
    width: 10px;
    background-color: #6fb50f
}

body {
    color: var(--font-color);
    line-height: 20px;
    font: 13px 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif;
    background: var(--bg-color)
}

* {
    font-family: 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif
}

.f_l {
    float: left
}

.f_r {
    float: right
}

.thewidth_full {
    width: 100%;
    min-width: 1240px;
    margin: 0 auto
}

.thewidth_center {
    width: 1170px;
    margin: 0 auto
}

.bg_fff {
    background: #fff
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

ul,li {
    margin: 0;
    padding: 0
}

img {
    display: block;
    margin: 0;
    padding: 0
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb80 {
    margin-bottom: 80px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.pa10 {
    padding: 10px
}

.pa20 {
    padding: 20px
}

.pa30 {
    padding: 30px
}

.pa40 {
    padding: 40px
}

.pa50 {
    padding: 50px
}

header.header {
    position: relative;
    background: var(--header-bg-color);
    border-bottom: 1px solid var(--box-border-color);
    margin-bottom: 20px;
    z-index: 100
}

header.header .header_menu a {
    display: block;
    text-decoration: none;
    line-height: 75px;
    height: 75px;
    text-align: center;
    width: 50px;
    color: #6fb50f
}

header.header .header_menu a i.fa {
    font-size: 30px;
    line-height: 75px;
    height: 75px
}

header.header .header_menu a:hover,header.header .header_menu a._open {
    background: var(--header-bg-color);
    color: #ec971f
}

header.header .header_logo {
    padding: 10px 0;
    margin-left: 20px
}

header.header .header_logo a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0
}

header.header .header_logo a img {
    display: block;
    height: 55px;
    width: auto
}

header.header .header_right {
    position: relative
}

header.header .header_right a {
    display: block;
    text-decoration: none;
    float: left
}

header.header .header_right a.chrome_link {
    margin-right: 30px;
    display: block;
    padding: 25px 0
}

header.header .header_right a.nav_btn {
    display: block;
    text-decoration: none;
    line-height: 75px;
    height: 75px;
    text-align: center;
    width: 50px;
    color: #6fb50f
}

header.header .header_right a.nav_btn i.fa {
    font-size: 30px;
    line-height: 75px;
    height: 75px
}

header.header .header_right a.nav_btn:hover,header.header .header_right a.nav_btn._open {
    background: var(--header-bg-color);
    color: #ec971f
}

header.header .header_right .header_page_menu {
    display: none;
    position: absolute;
    top: 74px;
    right: 0;
    background: var(--header-bg-color);
    z-index: 90;
    width: 200px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2)
}

header.header .header_right .header_page_menu ul {
    margin: 0;
    padding: 0
}

header.header .header_right .header_page_menu ul li a {
    display: block;
    float: none;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    background: #fff;
    color: #6fb50f
}

header.header .header_right .header_page_menu ul li a:hover {
    background: #6fb50f;
    color: #fff
}

.header_nav {
    display: none;
    background: var(--header-bg-color);
    margin-top: -21px;
    margin-bottom: 20px;
    z-index: 90;
    overflow: hidden
}

.header_nav ._menu {
    border: 1px solid var(--box-border-color);
    border-top: 0 none;
    overflow: hidden
}

.header_nav ._menu ul {
    margin: 0;
    padding: 0
}

.header_nav ._menu ul li {
    float: left;
    width: 50%
}

.header_nav ._menu ul li a {
    display: block;
    background: #6fb50f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    line-height: 26px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.header_nav ._menu ul li a:hover {
    background: #f2f0f0;
    color: #6fb50f
}

.header_nav ._menu ul li._first ul.sub-menu {
    background: #f2f0f0
}

.header_nav ._menu ul li._first ul.sub-menu li a {
    background: #f2f0f0
}

.header_nav ._menu ul li ul.sub-menu {
    background: var(--header-bg-color);
    padding-bottom: 300px;
    margin-bottom: -300px
}

.header_nav ._menu ul li ul.sub-menu li {
    height: 46px;
    overflow: hidden
}

.header_nav ._menu ul li ul.sub-menu li a {
    background: none;
    color: #6fb50f;
    font-size: 14px;
    line-height: 36px;
    padding: 5px 20px;
    text-align: left
}

.header_nav ._menu ul li ul.sub-menu li a:hover {
    background: #6fb50f;
    color: #fff
}

.header_search {
    display: none;
    background: var(--header-bg-color);
    margin-top: -21px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--box-border-color);
    z-index: 90;
    overflow: hidden
}

.header_search .searchform {
    position: relative;
    padding: 20px 20%
}

.header_search .searchform .___input {
    border: 1px #ddd solid;
    font-size: 16px;
    font-weight: 600;
    color: #6fb50f;
    line-height: 30px;
    padding: 10px 20px;
    height: auto;
    border-radius: 0
}

.header_search .searchform .btn_close {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: none;
    text-align: center;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -25px
}

.header_search .searchform .btn_close i.fa {
    font-size: 30px;
    color: #f00;
    line-height: 50px;
    width: 50px
}

.google_search {
    padding: 20px 20px
}

#owl_banner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden
}

#owl_banner .swiper-container {
    width: 100%;
    height: auto
}

#owl_banner .swiper-container .swiper-slide {
    width: 100%
}

#owl_banner .swiper-container .swiper-slide a {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #efefef;
    position: relative;
    text-decoration: none
}

#owl_banner .swiper-container .swiper-slide a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto
}

#owl_banner .swiper-container .swiper-slide a .__title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10% 40px;
    z-index: 20;
    background: linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 2%, #000 96%)
}

#owl_banner .swiper-button-next,#owl_banner .swiper-button-prev {
    background-image: url(../images/banner_btn.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-size: inherit;
    margin-top: -15px;
    opacity: .3;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#owl_banner .swiper-button-next:hover,#owl_banner .swiper-button-prev:hover {
    opacity: 1
}

#owl_banner .swiper-button-next {
    right: 20px
}

#owl_banner .swiper-button-prev {
    left: 20px;
    background-position: left
}

#owl_banner .banner_pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: auto;
    z-index: 90;
    width: 200px;
    margin-left: -100px;
    text-align: center
}

#owl_banner .banner_pagination .swiper-pagination-bullet {
    background: #fff;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 3px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#owl_banner .banner_pagination .swiper-pagination-bullet-active {
    background: #6fb50f;
    width: 20px
}

.page {
    border: 1px solid var(--box-border-color);
    padding: 20px
}

.page .page_title {
    margin-bottom: 20px
}

.page .page_title h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    color: #6fb50f;
    font-weight: 300
}

.page .page_content {
    padding-bottom: 30px
}

.sidebar_box {
    margin-bottom: 20px
}

.sidebar_box .sidebar_box_head {
    background: #6fb50f;
    text-align: center;
    padding: 10px 0;
    position: relative;
    border-radius: 3px
}

.sidebar_box .sidebar_box_head h1,.sidebar_box .sidebar_box_head h2,.sidebar_box .sidebar_box_head h3,.sidebar_box .sidebar_box_head h4 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 16px
}

.sidebar_box .sidebar_box_head a.__more {
    color: var(--heading-color);
    display: block;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px
}

.sidebar_box .sidebar_box_body {
    border: 1px solid var(--box-border-color);
    padding: 10px;
    border-top: 0 none
}

.sidebar_box.Home_Module .sidebar_box_head {
    border-radius: 3px;
    padding: 15px 15px;
    text-align: left
}

.sidebar_box.Home_Module .sidebar_box_body {
    border: 0 none;
    padding: 0
}

.sidebar_box.New_Games .sidebar_box_head {
    border-radius: 3px;
    padding: 15px 15px;
    text-align: left
}

.sidebar_box.New_Games .sidebar_box_body {
    border: 0 none;
    padding: 0
}

.sidebar_box.Widget_HotGame .game_list {
    padding-left: 1px
}

.sidebar_box.Widget_HotGame .game_list .game_loop {
    width: 50%;
    margin: 0;
    border-radius: 0;
    margin-left: -1px;
    margin-top: -1px;
    z-index: 20;
    position: relative;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar_box.Widget_HotGame .game_list .game_loop:hover {
    z-index: 60;
    border-color: #6fb50f
}

.sidebar_box.Widget_HotGame .game_list .game_loop .__pic {
    padding: 10px
}

.sidebar_box.Widget_RandomGame .game_list .game_loop {
    width: 100%;
    margin: 0;
    border: 0 none;
    border-top: 1px solid #e5e6e9;
    padding: 20px 20px
}

.sidebar_box.Widget_RandomGame .game_list .game_loop._first {
    border-top: 0 none;
    padding-top: 10px
}

.sidebar_box.Widget_RandomGame .game_list .game_loop a .__pic {
    padding: 0 15%
}

.sidebar_box.Widget_RandomGame .game_list .game_loop a .__name {
    font-weight: 500;
    color: #6fb50f
}

.sidebar_box.AD_Module .sidebar_box_body {
    border: 0 none;
    padding: 0
}

.sidebar_box.widget_links .sidebar_box_head {
    text-align: left;
    padding-left: 15px
}

.sidebar_box.widget_links .sidebar_box_head h3 {
    font-size: 16px;
    line-height: 26px
}

.sidebar_box.widget_links .sidebar_box_body {
    padding-top: 10px;
    padding-bottom: 0
}

.sidebar_box.widget_links .sidebar_box_body .blogroll {
    margin: 0;
    padding: 0
}

.sidebar_box.widget_links .sidebar_box_body .blogroll li {
    float: left;
    margin: .5%;
    width: 11.5%
}

.sidebar_box.widget_links .sidebar_box_body .blogroll li a {
    display: block;
    text-decoration: none;
    text-align: center;
    opacity: 1
}

.sidebar_box.widget_links .sidebar_box_body .blogroll li a:hover {
    opacity: .8
}

.sidebar_box.widget_links .sidebar_box_body .blogroll li a img {
    height: 50px;
    width: auto;
    margin: 0 auto;
    max-width: 100%
}

.sidebar_box.widget_tag_cloud .tagcloud {
    margin: -1%
}

.sidebar_box.widget_tag_cloud .tagcloud a {
    float: left;
    min-width: 48%;
    margin: 1%;
    display: block;
    font-size: 14px;
    background: #efefef;
    color: #fff;
    line-height: 33px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar_box.widget_tag_cloud .tagcloud a:hover {
    background: #6fb50f;
    color: #fff !important;
    opacity: .6
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n) {
    color: #4a4a4a
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+1) {
    color: #428bca
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+2) {
    color: #5cb85c
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+3) {
    color: #d9534f
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+4) {
    color: #567e95
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+5) {
    color: #b433ff
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+6) {
    color: #00aba9
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+7) {
    color: #b37333
}

.sidebar_box.widget_tag_cloud .tagcloud a:nth-child(9n+8) {
    color: #f60
}

.sidebar_box.Widget_HotBlog .blog_list {
    padding-top: 10px
}

.sidebar_box.Widget_HotBlog .blog_list .blog_loop._bor {
    margin-top: 10px;
    padding-top: 10px
}

.sidebar_box.Widget_HotBlog .blog_list .blog_loop a .__pic {
    width: 90px;
    height: 90px
}

.sidebar_box.Widget_HotBlog .blog_list .blog_loop a .__pic img {
    width: 90px;
    height: 90px
}

.sidebar_box.Widget_HotBlog .blog_list .blog_loop a ._right {
    margin-left: 100px
}

.sidebar_box.Widget_HotBlog .blog_list .blog_loop a ._right .__name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.sidebar_box.Home_Module_Blog .sidebar_box_head {
    text-align: left;
    padding-left: 15px
}

.sidebar_box.Home_Module_Blog .blog_list {
    padding: 10px 10px 0
}

.sidebar_box.Home_Module_Blog .blog_list .blog_loop {
    width: 50%;
    float: left;
    margin-bottom: 10px
}

.sidebar_box.Home_Module_Blog .blog_list .blog_loop._bor {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none
}

.sidebar_box.Home_Module_Blog .blog_list .blog_loop a .__pic {
    width: 90px;
    height: 90px
}

.sidebar_box.Home_Module_Blog .blog_list .blog_loop a .__pic img {
    width: 90px;
    height: 90px
}

.sidebar_box.Home_Module_Blog .blog_list .blog_loop a ._right {
    margin-left: 100px;
    padding-right: 10px
}

.sidebar_box.Home_Module_Blog .blog_list .blog_loop a ._right .__name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px
}

.home .widget_text .sidebar_box_head {
    border-radius: 3px;
    padding: 15px 15px;
    text-align: left
}

.home .widget_text .textwidget {
    font-size: 14px;
    line-height: 180%;
    color: var(--box-heading-color);
    font-weight: 400
}

.home .widget_text .textwidget h1,.home .widget_text .textwidget h2,.home .widget_text .textwidget h3,.home .widget_text .textwidget h4,.home .widget_text .textwidget h5,.home .widget_text .textwidget h6 {
    margin-bottom: 25px;
    line-height: 1.35;
    font-weight: 600
}

.home .widget_text .textwidget h1 {
    font-size: 30px
}

.home .widget_text .textwidget h2 {
    font-size: 26px
}

.home .widget_text .textwidget h3 {
    font-size: 22px
}

.home .widget_text .textwidget h4 {
    font-size: 18px
}

.home .widget_text .textwidget h5,.home .widget_text .textwidget h6 {
    font-size: 16px
}

.home .widget_text .textwidget img {
    max-width: 100%;
    height: auto
}

.home .widget_text .textwidget img.aligncenter {
    margin-bottom: 10px
}

.home .widget_text .textwidget p {
    margin: 10px 0
}

.home .widget_text .textwidget p.ti2 {
    text-indent: 2em
}

.home .widget_text .textwidget a {
    color: #f00;
    text-decoration: underline
}

.home .widget_text .textwidget a:hover {
    text-decoration: none
}

.home .widget_text .textwidget ul {
    list-style-type: disc;
    margin: 0;
    margin-left: 20px
}

.home .widget_text .textwidget ul li {
    list-style-type: disc;
    margin-bottom: 5px
}

.home .widget_text .textwidget ol {
    list-style-type: decimal;
    margin: 0;
    margin-left: 20px
}

.home .widget_text .textwidget ol li {
    list-style-type: decimal;
    margin-bottom: 5px
}

.home .widget_text .textwidget blockquote {
    background: #f9f9f9;
    padding: 10px 15px;
    padding-left: 20px;
    border-left: 3px #ddd solid;
    font-size: 14px;
    border-radius: 0 5px 5px 0
}

.home .widget_text .textwidget blockquote p {
    margin: 5px 0
}

.home .widget_text .textwidget .alignleft {
    text-align: left
}

.home .widget_text .textwidget .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center
}

.home .widget_text .textwidget .alignright {
    text-align: right
}

.home .widget_text .textwidget .panel-title a {
    display: block;
    text-decoration: none;
    color: #666
}

.home .widget_text .textwidget.__table table {
    border-left: 1px #ddd solid;
    border-top: 1px #ddd solid
}

.home .widget_text .textwidget.__table table td {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 5px 5px
}

.home .widget_text .textwidget._content p,.home .widget_text .textwidget._content img.aligncenter {
    margin-top: 0;
    margin-bottom: 0
}

.game_list {
    margin: 0 -1%
}

.game_loop {
    float: left;
    width: 23%;
    margin: 1%
}

.game_loop._bor {
    border: 1px solid var(--box-border-color);
    padding: 10px;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.game_loop._bor:hover {
    z-index: 60;
    border-color: #6fb50f
}

.game_loop a {
    text-decoration: none
}

.game_loop a .__pic {
    margin-bottom: 5px
}

.game_loop a .__pic img {
    background: #ddd;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    object-fit:cover;
}
@media (max-width: 768px){
    .game_loop a .__pic img {
        width: 92px;
        height: 92px;
    }

}
.game_loop a .__name {
    color:var(--box-heading-color);
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.game_loop a .__btn {
    padding-top: 5px
}

.game_loop a .__btn span {
    display: block;
    background: #6fb50f;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    height: 30px
}

.follow_loop {
    float: left;
    width: 48%;
    margin: 1%
}

.follow_loop a {
    display: block;
    background: #ddd;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 2px;
    overflow: hidden;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.follow_loop a._facebook {
    background: #3b579d
}

.follow_loop a._twitter {
    background: #2caae1
}

.follow_loop a._google {
    background: #4285f4
}

.follow_loop a._youtube {
    background: #e5291b
}

.follow_loop a._pinterest {
    background: #cb2027
}

.follow_loop a._flickr {
    background: #0063db
}

.follow_loop a._chrome {
    background: #de5245
}

.follow_loop a._dribbble {
    background: #e44a85
}

.follow_loop a._linkedin {
    background: #007bb6
}

.follow_loop a i.fa {
    font-size: 26px;
    line-height: 40px;
    height: 40px
}

.follow_loop a:hover {
    background: #ccc
}

.page_categories ol {
    margin-left: 60px
}

.page_categories ol li {
    list-style-type: decimal;
    font-size: 26px;
    line-height: 50px;
    color: #666;
    font-weight: 600
}

.page_categories ol li a {
    color: #6fb50f
}

.single {
    padding-bottom: 50px
}

.single_iframe {
    margin-bottom: 20px;
    border: 1px solid var(--box-border-color);
    padding: 10px;
    border-radius: 5px
}

.single_play {
    margin-bottom: 20px;
    background: var(--details-bg-color);
    padding: 60px 20px 40px;
    border-radius: 5px;
    text-align: center
}

.single_play ._center {
    width: 600px;
    margin: 0 auto
}

.single_play ._center .__pic {
    margin-bottom: 15px
}

.single_play ._center .__pic a {
    display: inline-block;
    position: relative;
    padding-bottom: 13px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.single_play ._center .__pic a img {
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 5px rgba(255,255,255,0.8) solid;
    border-radius: 50%;
    animation: elementMinorScale 500ms infinite alternate;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.single_play ._center .__pic a .___play {
    display: inline-block;
    background: #6fb50f;
    color: #fff;
    border: 3px rgba(255,255,255,0.5) solid;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    width: 160px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.single_play ._center .__pic a:hover .___play {
    border-color: rgba(255,255,255,0.86);
    color: var(--font-color)
}

.single_play ._center .__name {
    margin: 0;
    padding: 0
}

.single_play ._center .__name a {
    display: block;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 26px;
    line-height: 40px;
    font-weight: 600
}

@keyframes elementMinorScale {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.1)
    }
}

.single_tag {
    padding: 10px 0 0;
    margin: 0 -8px
}

.single_tag span,.single_tag a {
    display: block;
    text-decoration: none;
    float: left;
    margin: 5px 8px;
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.single_tag a {
    padding: 0 8px;
    background: #6fb50f;
    color: #fff;
    border-radius: 8px;
    border: 1px rgba(255,255,255,0.5) solid;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.single_tag a:hover {
    border-color: rgba(255,255,255,0.86);
    color: var(--font-color)
}

.single_content .__title {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.single_content .__title h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.3
}

.Con {
    font-size: 14px;
    line-height: 180%;
    color: #333;
    font-weight: 400
}

.Con h1,.Con h2,.Con h3,.Con h4,.Con h5,.Con h6 {
    margin-bottom: 25px;
    line-height: 1.35;
    font-weight: 600
}

.Con h1 {
    font-size: 30px
}

.Con h2 {
    font-size: 26px
}

.Con h3 {
    font-size: 22px
}

.Con h4 {
    font-size: 18px
}

.Con h5,.Con h6 {
    font-size: 16px
}

.Con img {
    max-width: 100%;
    height: auto
}

.Con img.aligncenter {
    margin-bottom: 10px
}

.Con p {
    margin: 10px 0
}

.Con p.ti2 {
    text-indent: 2em
}

.Con a {
    color: #f00;
    text-decoration: underline
}

.Con a:hover {
    text-decoration: none
}

.Con ul {
    list-style-type: disc;
    margin: 0;
    margin-left: 20px
}

.Con ul li {
    list-style-type: disc;
    margin-bottom: 5px
}

.Con ol {
    list-style-type: decimal;
    margin: 0;
    margin-left: 20px
}

.Con ol li {
    list-style-type: decimal;
    margin-bottom: 5px
}

.Con blockquote {
    background: #f9f9f9;
    padding: 10px 15px;
    padding-left: 20px;
    border-left: 3px #ddd solid;
    font-size: 14px;
    border-radius: 0 5px 5px 0
}

.Con blockquote p {
    margin: 5px 0
}

.Con .alignleft {
    text-align: left
}

.Con .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center
}

.Con .alignright {
    text-align: right
}

.Con .panel-title a {
    display: block;
    text-decoration: none;
    color: #666
}

.Con.__table table {
    border-left: 1px #ddd solid;
    border-top: 1px #ddd solid
}

.Con.__table table td {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 5px 5px
}

.Con._content p,.Con._content img.aligncenter {
    margin-top: 0;
    margin-bottom: 0
}

.blog_list {
    padding: 30px 0
}

.blog_loop._bor {
    margin-top: 20px;
    border-top: 1px #ddd solid;
    padding-top: 20px
}

.blog_loop a {
    display: block;
    text-decoration: none
}

.blog_loop a .__pic {
    float: left;
    width: 120px;
    background: #ddd;
    border-radius: 3px;
    overflow: hidden
}

.blog_loop a .__pic img {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 120px
}

.blog_loop a ._right {
    margin-left: 140px
}

.blog_loop a ._right .__name {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog_loop a ._right .__time {
    font-size: 14px;
    font-weight: 300;
    color: #999
}

.blog_loop a ._right .__excerpt {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog_loop a ._right .__excerpt .Con p {
    margin: 0;
    padding: 0
}

.cat_desc {
    padding-top: 20px;
    font-size: 14px;
    line-height: 23px
}

footer.footer {
    background: #6fb50f;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-weight: 600
}

footer.footer a {
    color: var(--font-color);
}

footer.footer a:hover {
    color: #ccc
}

footer.footer .footer_copy {
    margin-bottom: 5px
}

footer.footer .footer_menu ._menu ul {
    margin: 0;
    padding: 0
}

footer.footer .footer_menu ._menu ul li {
    display: inline-block;
    margin: 0 5px
}

.privacy_box {
    background: #333;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 190
}

.privacy_box .pribox {
    position: relative;
    padding: 10px 0;
    padding-right: 130px
}

.privacy_box .pribox .__text {
    font-size: 14px;
    line-height: 22px
}

.privacy_box .pribox .__text a {
    color: #fff;
    text-decoration: underline
}

.privacy_box .pribox .__text a:hover {
    color: #6fb50f
}

.privacy_box .pribox .__btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px
}

.privacy_box .pribox .__btn a {
    display: block;
    text-decoration: none;
    background: #6fb50f;
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    opacity: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.privacy_box .pribox .__btn a:hover {
    opacity: .8
}

#Pagenavis {
    text-align: center
}

#Pagenavis .wp-pagenavi {
    padding: 10px 0 50px
}

#Pagenavis .wp-pagenavi span,#Pagenavis .wp-pagenavi a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    color: #666;
    margin: 0 2px;
    border-radius: 2px
}

#Pagenavis .wp-pagenavi span {
    color: #999
}

#Pagenavis .wp-pagenavi span.current {
    background: #6fb50f;
    color: #fff;
    font-weight: 600
}

#Pagenavis .wp-pagenavi a {
    display: inline-block;
    border: 1px transparent solid;
    text-decoration: none;
    background: #fff;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: auto;
    float: inherit
}

#Pagenavis .wp-pagenavi a:hover {
    color: #6fb50f;
    background: #efefef
}

#Page_404 {
    text-align: center;
    padding: 80px 0 120px
}

#Page_404 .page404 p.logo404 {
    text-align: center;
    font-size: 180px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 5px;
    color: #fff
}

#Page_404 .page404 p.logo404 span {
    z-index: 99999999999;
    cursor: pointer;
    text-shadow: 0 0 2px #686868,0 1px 1px #ddd,0 2px 1px #d6d6d6,0 3px 1px #ccc,0 4px 1px #c5c5c5,0 5px 1px #c1c1c1,0 6px 1px #bbb,0 7px 1px #777,0 8px 3px rgba(100,100,100,0.4),0 9px 5px rgba(100,100,100,0.1),0 10px 7px rgba(100,100,100,0.15),0 11px 9px rgba(100,100,100,0.2),0 12px 11px rgba(100,100,100,0.25),0 13px 15px rgba(100,100,100,0.3);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#Page_404 .page404 p.logo404 span:hover {
    text-shadow: 0 0 2px #686868,0 1px 1px #fff,0 2px 1px #fff,0 3px 1px #fff,0 4px 1px #fff,0 5px 1px #fff,0 6px 1px #fff,0 7px 1px #777,0 8px 3px #fff,0 9px 5px #fff,0 10px 7px #fff,0 11px 9px #fff,0 12px 11px #fff,0 13px 15px #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#Page_404 h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif;
    color: #6fb50f
}

#Page_404 #post_404_link {
    text-align: center
}

#Page_404 #post_404_link table {
    width: auto;
    margin: 0 auto
}

#Page_404 #post_404_link table td {
    padding: 0 10px
}

#Page_404 #post_404_link table td a {
    font-family: 'Microsoft YaHei',"hiragino sans gb",'黑体','宋体',Arial,Lucida Grande,Tahoma,sans-serif;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    background: #ddd;
    color: #fff;
    font-weight: 300;
    width: 200px;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

#Page_404 #post_404_link table td a:hover {
    opacity: .86
}

#Page_404 #post_404_link table td a.the_404_link1 {
    background: #666
}

#Page_404 #post_404_link table td a.the_404_link2 {
    background: #6fb50f
}

.mobile_ad {
    display: none
}

#to_top {
    cursor: pointer;
    background: url(../images/top.png) #6fb50f center no-repeat;
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
    border-radius: 3px
}

#to_top:hover {
    background-color: #333
}

.nopatop {
    padding-top: 0
}

.aligncenter {
    text-align: center
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 99999
}
