﻿body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #666;
    font-family: Microsoft YaHei, SimSun;
    background: #fff;
}

textarea,
input,
button,
select {
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    object-fit: cover;
}

button {
    padding: 0;
    border: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #30BEA8;
    text-decoration: none;
}


/* 内容超出隐藏 */

.txt_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 左浮动 */

.fl {
    float: left;
}


/* 右浮动 */

.fr {
    float: right;
}


/* 清除浮动 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 元素隐藏 */

.txt_none {
    display: none;
}


/* 元素后添加横线 */

.after_line:after {
    content: "";
    /* 定位背景横线的位置 */
    position: absolute;
    top: 50%;
    left: 50%;
    /* 背景横线颜色 */
    background: rgb(255, 125, 0, 0.8);
    /* 单侧横线的长度 */
    width: 65px;
    height: 8px;
    border-radius: 5px;
}


/* 边框圆角 */

.b_r {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.content-title {
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: url("../image/线条.png") no-repeat;
    background-position: 50%;
}

h1 {
    font-size: 24px;
    color: #666;
    font-weight: 400;
}

.mobileGame {
    margin-top: 20px;
}

.hiddenElements {
    display: none;
}


/* 公共头部 */

header {
    /* border-bottom: 1px solid #DFDFDF; */
}

.headerTop {
    height: 38px;
}

.headerTopLeft {
    width: 230px;
    height: 11px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 400;
    color: #9A9A9A;
}

.headerTopRight>a {
    margin-top: 11px;
    font-size: 12px;
    font-weight: 400;
}

.headerCenter {
    height: 55px;
    margin-top: 20px;
}

.headerCenterRight input {
    width: 360px;
    height: 34px;
    border: 1px solid rgba(223, 223, 223, 1);
    font-size: 12px;
    font-weight: 400;
    color: rgba(154, 154, 154, 1);
    padding-left: 20px;
}

.headerCenterRight button {
    width: 76px;
    height: 34px;
    background: rgba(48, 190, 168, 1);
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.headerBottom {
    height: 50px;
    margin-bottom: 21px;
    background: #30BEA8;
}

.headerBottom ul {
    position: relative;
    height: 100%;
}

.headerBottom li {
    float: left;
    width: 11%;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    transition: all 0.3s;
}

.headerBottom li:last-child {
    margin-right: 0;
}

.headerBottom li>a {
    font-size: 16px;
    font-weight: 400;
}


/* 头部菜单栏 */

.switchHidden {
    padding-top: 50px;
    display: none;
}

.headerBottom>ul li:hover .switchHidden {
    display: block;
}

.menuList {
    display: flex;
    white-space: nowrap;
    position: absolute;
    height: 52px;
    align-items: center;
    top: 70px;
    left: 0;
    border-radius: 6px;
    padding: 0 15px;
    background-color: #30BDA7;
    animation: action 0.3s ease-out;
}

@keyframes action {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.menuList>.jt {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #30BDA7;
    position: absolute;
    top: -20px;
    left: 227px;
}

.headerBottom .nav-title {
    font-size: 16px;
    color: #fff;
}

.headerBottom li:hover {
    font-weight: bold;
    background: #1a8d7a;
}

.headerBottom ul {
    padding: 0;
}

.menuList span {
    padding: 5px 15px;
    border-radius: 6px;
    margin-right: 22px;
}

.menuList span:nth-last-of-type(1) {
    margin-right: 0;
}

.headerBottom>ul li:nth-of-type(3) .menuList span {
    margin-right: 12px;
}

.menuList span:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.menuList span a {
    color: #fff;
}

.menuList span:hover a {
    color: #fff;
}


/* 公共底部 */

.footer {
    width: 100%;
    height: 177px;
    margin-top: 46px;
    background-color: #1B1B1B;
}

.footer .footer-main {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #1B1B1B;
    justify-content: space-around;
}

.footer .footer-main img,
.logo-text>img {
    border-radius: 0;
    height: 43px;
}

.footer .footer-main .copyright {
    line-height: 25px;
    color: #666;
}

.footer .footer-main .copyright ul {
    display: flex;
}

.footer .footer-main .copyright a {
    display: inline-block;
}

.footer .footer-main .copyright ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 5px;
    vertical-align: middle;
    background-color: #666;
}

button {
    cursor: pointer;
}


/* 二级导航 */

.crumbs {
    color: #9a9a9a;
    margin-top: 100px;
}


/* 分页器 */

.pager {
    margin-top: 60px;
}

.pager>div {
    width: 740px;
    margin: 0 auto;
}

.pager #kkpager a,
.pager #kkpager span.curr,
.pager #kkpager .spanDot,
.pager #kkpager span.disabled {
    height: 33px;
    line-height: 33px;
    padding: 3px 16px;
}

.pager #kkpager a {
    border: 1px solid #BEBEBE;
}

.pager #kkpager span.curr,
.pager #kkpager a:hover {
    border: 1px solid rgba(48, 190, 168, 1);
    background-color: rgba(48, 190, 168, 1);
}

.footerLess {
    position: absolute;
    bottom: 0;
}


/* 登录 */

.head-login {
    margin-top: 11px;
    font-size: 12px;
}

.head-login a {
    color: #2FBDA7;
}

.head-login a:hover {
    color: #2FBDA7;
}

#head-login .uk-modal-dialog,
#head-resetpwd .uk-modal-dialog,
#head-res .uk-modal-dialog {
    width: 320px;
    border-radius: 10px;
}

#head-login .uk-position-top-center,
#head-resetpwd .uk-position-top-center,
#head-res .uk-position-top-center {
    transform: translate(-50%, -50%) scale(0.5);
    z-index: -999;
}

#head-login h3,
#head-resetpwd h3,
#head-res h3 {
    font-size: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

#head-login a,
#head-resetpwd a,
#head-res a {
    font-size: 12px;
    font-weight: 300;
    color: #30BDA7;
}

#head-login input,
#head-resetpwd input,
#head-res input {
    width: 100%;
    height: 36px;
    border: 1px solid #D2D2D2;
    padding-left: 31px;
    margin-bottom: 14px;
    border-radius: 5px;
    font-size: 12px;
}

.uk-margin-bottom #regimgcode {
    padding-left: 10px;
    width: 137px;
    margin-right: 29px;
}

.uk-margin-bottom>#resSmscode {
    padding-left: 10px;
    width: 167px;
    margin-right: 28px;
}

.uk-flex .uk-margin-bottom {
    font-size: 9px;
    font-weight: 300;
    color: #999999;
}

#head-res input[type=button],
#head-resetpwd input[type=button] {
    padding: 0 9px;
    background-color: #30BEA8;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}

#head-res input[type=checkbox],
#head-resetpwd input[type=checkbox] {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

#head-res .captcha,
#head-resetpwd .captcha {
    width: 89px;
    height: 27px;
}

#head-res button[type=submit],
#head-resetpwd button[type=submit] {
    width: 100%;
    height: 36px;
    background-color: #30BEA8;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

#head-res .uk-margin-top .uk-form .uk-text-small .uk-text-muted,
#head-resetpwd .uk-margin-top .uk-form .uk-text-small .uk-text-muted {
    font-size: 10px;
    color: #999999;
}

.uk-margin-bottom {
    margin-bottom: 0 !important;
}

.inputIcon {
    position: relative;
}

#head-login i,
#head-resetpwd i,
#head-res i {
    position: absolute;
    top: 6px;
    left: 10px;
}

#head-login button {
    width: 100%;
    height: 36px;
    background: #30BDA7;
    border-radius: 5px;
    margin-bottom: 14px;
    color: #fff;
}

.forgetPsw {
    margin-left: 105px;
}

.uk-flex .uk-position-relative {
    margin-bottom: 22px;
}

img {
    border-radius: 20px;
}

span {
    font-weight: 300;
}

.head-login a {
    display: inline-block;
}

.headerCenterLeft img {
    border-radius: 0;
    height: 46px;
    width: 152px;
    margin-top: -6px;
}

#bigImg {
    margin-left: 20%;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 988;
    background-color: rgba(0, 0, 0, 0.24);
}

#bigImg img {
    /* width: 35%; */
    height: 80%;
    margin: auto;
    position: fixed;
    left: 20%;
    right: 0;
    top: 10%;
    cursor: pointer;
    z-index: 999;
}

.bigImgList {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.24);
    overflow-y: scroll;
}

.bigImgList>img {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 15%;
}

/* 评分图标 */
.star {
  height: 0.6rem;
  width: 3rem;
  background: url('../image/star2.png') repeat-x center/0.6rem;
  display: inline-block;
}

.star:before {
  content: "";
  display: block;
  background: url('../image/star1.png') repeat-x 0/0.6rem;
  height: 0.6rem;
}

.star-1:before {
  width: 0.6rem;
}

.star-2:before {
  width: 1.2rem;
}

.star-3:before {
  width: 1.8rem;
}

.star-4:before {
  width: 2.4rem;
}

.star-5:before {
  width: 3rem;
}

/*分页*/
.pagination {
	margin: .3rem 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	width: 3.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 14px;
	border: .01rem  solid #E6E6E6;
	color: #4D4D4D;
	margin: 0 0.2rem .2rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: 0rem .4rem;
	border: .01rem solid transparent
}

.pagination li span {}

.pagination li a {
	display: inline-block;
	color: #4D4D4D;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: .01rem solid var(--pm-c) !important
}
.mt-1{
	margin-top: 10px !important;
}
.mt-2{
	margin-top: 20px;
}
.mt-3{
	margin-top: 30px;
}