html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  margin:0;
    padding: 0 0 0 0;
    font: 15px/1.5 Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif !important;
    color: #333;
    background-color: #f7f4f4;
}
select,textarea,button{
    font: 15px/1.5 Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
    url('../font/iconfont.woff?t=1658727552670') format('woff'),
    url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}

.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
    font-weight: normal;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
    color: #000;
  text-decoration:none;
  outline: none;
}
a:hover {
    color: #FF0000;
    transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
    color: #CCCCCC;
}

.wrapper {
    display: block;
    width: 1600px;
    margin: 0 auto;
}

.wrapper.flex {
    display: flex;
    display: block \9;
    justify-content: space-between;
}

.m30 {
    margin-top: 30px;
}

.red {
    color: #FF0000;
}

.green {
    color: #009900;
}
/*header*/
.header{
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    position: relative;
    z-index: 1000;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.header .wrapper {
    display: flex;
    display: block \9;
    justify-content: space-between;
}

.header .logo {
    float: left \9;
    flex: 0 0 245px;
    width: 245px;
    height: 110px;
    position: relative;
}

.header .logo a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header .nav {
    display: flex;
    float: left \9;
    margin-left: 80px \9;
}

.header .nav li {
    display: inline-block \9;
    margin: 15px 20px;
    margin: 15px 15px \9;
    position: relative;
}

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

.header .nav li a {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 80px;
    font-weight: 400;
}

.header .nav li:hover a {
    color: #ff0000;
}

.header .nav li.cur a {
    color: #ff0000;
    font-weight: bold;
}

.header .nav li dl {
    display: none;
}

.header .nav li:hover dl {
    position: absolute;
    left: 50%;
    top: 86px;
    padding: 2px 15px 2px 15px;
    display: block;
    min-width: 150px;
    background-color: #FFFFFF;
    border-radius: 0;
    border-top: 2px solid #ff0000;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}

.header .nav li:hover dl dd {
    text-align: center;
    position: relative;
}

.header .nav li:hover dl dd:last-child {
    border-bottom: none;
}

.header .nav li:hover dl dd a {
    font-size: 14px;
    color: #666666;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header .nav li:hover dl dd:last-child a {
    border-bottom: none;
}

.header .nav li:hover dl dd a:hover, .header .nav li:hover dl dd.cur a {
    color: #ff0000;
}

.header .toplogin {
    float: right \9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0 0;
    padding-top: 40px \9;
}

.header .toplogin .tl-text {
    display: inline-block \9;
    font-size: 18px;
}

.header .toplogin .tl-text a {
    color: #ff0000;
    font-weight: bold;
}

.header .toplogin .tl-text a:hover {
    color: #FF6600;
}

.header .toplogin .tl-btn {
    display: inline-block \9;
    margin-left: 30px;
}

.header .toplogin .tl-btn a {
    display: block;
    width: 100px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    background-color: #000;
}

.header .toplogin .tl-btn a.cur {
    background-color: #ff0000;
}

.header .toplogin .tl-btn a.cur, .header .toplogin .tl-btn a:hover {
    background: #ff0000;
}

/*home*/
.homebanner {
    display: block;
    width: 100%;
    height: auto;
}

.homebanner img {
    display: block;
    width: 100%;
    height: auto;
}

.homebanner video {
    display: block;
    width: 100%;
    height: auto;
}

.homebanner video::-webkit-media-controls {
    display: none !important;
}

.subbanner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.subbanner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 210px;
    background: linear-gradient(180deg, rgba(247, 244, 244, 0.0) 0%, #f7f4f4 100%);
    z-index: 10;
}

.subbanner .text {
    position: absolute;
    top: 7.8vw;
    left: 10vw;
    height: 6.3vw;
    display: flex;
    width: 36.85vw;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
    z-index: 100;
}

.subbanner .text .title {
    font-size: 3.20vw;
    font-weight: bold;
    color: #a61400;
    line-height: 1;
    background: linear-gradient(0deg, #A61400 20%, #240400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subbanner .text .desc {
    padding-top: 10px;
    font-size: 22px;
    color: #53201d;
}

.subbanner img {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

.path {
    display: block;
    float: right \9;
    width: auto;
    margin-top: 10px \9;
    padding: 10px 0;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    z-index: 20;
    color: #666;
}

.path span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 10px;
    color: #999;
    font-weight: bold;
}

.hometopbox {
    display: block;
    display: table \9;
    width: 100%;
    position: relative;
    z-index: 10;
}

.hometopbox .wrapper {
    margin-top: -165px;
}

.hometopbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 165px;
    width: 100%;
    height: 130px;
    background: linear-gradient(0deg, #f7f4f4 0%, rgba(105, 45, 2, 0.5) 100%);
    z-index: -1;
}

.recommend {
    display: flex;
    margin: 0 -5px \9;
    justify-content: space-between;
}

.recommend li {
    /*flex: 0 0 23.85%;*/
    display: inline-block \9;
    width: 23.85%;
    height: 330px;
    padding: 0 20px 20px;
    background-color: #FFF;
    position: relative;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 5.5px \9;
}

.recommend li .slogan {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 0 0 0 8px;
    background-color: #FF0000;
}

.recommend li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding-top: 10px;
}

.recommend li .icon img {
    display: block;
    max-width: 95%;
    max-height: 95%;
    margin: 0 auto \9;
}

.recommend li .title {
    font-size: 24px;
    font-weight: bold;
}

.recommend li .desc {
    font-size: 16px;
    margin-top: 16px;
}

.recommend li .btn {
    margin-top: 20px;
}

.loginbox {
    display: block;
    width: 100%;
    height: 330px;
    padding: 20px 20px 20px;
    background-color: #FFF;
    /*background: #FFF url("../img/bg-loginbox.png") repeat-x center top;*/
    position: relative;
    line-height: 1;
    border-radius: 8px;
}

.loginbox .uitem {
    display: flex;
    margin: 2px auto;
    width: 255px;
    width: 265px \9;
    font-size: 16px;
    line-height: 2;
    align-items: center;
    justify-content: space-between;
}

.loginbox .uitem.start {
    justify-content: flex-start;
}

.loginbox .uitem .name {
    display: inline-block \9;
    width: 80px;
}

.loginbox .uitem .value {
    display: inline-block \9;
    width: 110px;
    font-weight: bold;
    color: #FF0000;
    position: relative;
}

.loginbox .uitem .value img {
    display: block;
}

.loginbox .uitem .btn {
    display: inline-block \9;
    width: 65px;
}

.loginbox .uitem .btn a {
    width: 65px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.loginbox .ubox {
    display: flex;
    margin: 15px auto 0 auto;
    width: 255px;
    width: 265px \9;
    padding-bottom: 18px;
    align-items: center;
    justify-content: center;
    text-align: center \9;
}

.loginbox .ubox .btn {
    display: inline-block \9;
}

.loginbox .ubox .btn a {
    width: 100px;
    margin: 0 7px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.loginbox .btn.quit {
    width: 214px;
    margin: 0 auto;
}

.loginbox .btn.quit a {
    width: 100%;
}

.loginbox .tips {
    padding-top: 50px;
    padding-bottom: 10px;
    line-height: 82px;
    font-size: 20px;
    text-align: center;
}

.loginbox .tips strong {
    font-size: 26px;
    color: #FF0000;
}

.game-list {
    padding: 0 0 0 0;
    background: #fff;
}

.game-list ul {
    margin: -10px;
    margin-top: -5px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.game-list li {
    display: inline-block \9;
    width: 25%;
    width: 24.7% \9;
    padding: 10px 10px 0 10px;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 15px;
}

.game-list li .pic {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.game-list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.game-list li .pic i{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 101px;
    height: 101px;
}
.game-list li .pic i.icon-new{
    background: url('../img/icon-new.png') no-repeat right top;
    background-size: 100px auto;
}
.game-list li .pic i.icon-hot{
    background: url('../img/icon-hot.png') no-repeat right top;
    background-size: 100px auto;
}
.game-list li .pic i.icon-best{
    background: url('../img/icon-best.png') no-repeat right top;
    background-size: 101px auto;
}*/
.game-list li .icon-new {
    position: absolute;
    right: -28px;
    top: 5px;
	z-index: 10;
	height: 22px;
    font-size: 16px;
	line-height: 22px;
    padding: 0 30px;
    font-weight: bold;
    transform: rotate(45deg);
    border-radius: 0;
    background-image: linear-gradient(115deg, #bdff04, #f1c720, #009900, #006600, #a9ffc0);
	background-size: 500%;
    background-color: #009900 \9;
    animation: 8s sun linear infinite normal;
	color:#fff;
}

.game-list li .icon-hot {
	position: absolute;
    right: -28px;
    top: 5px;
    z-index: 10;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 30px;
    font-weight: bold;
    transform: rotate(45deg);
    border-radius: 0;
    background-image: linear-gradient(115deg, #f1c720, #FF6600, #f1c720, #f19620, #FF9900);
    background-color: #f19620 \9;
    background-size: 500%;
    animation: 8s sun2 linear infinite normal;
    color: #fff;
}

.game-list li .icon-best {
    position: absolute;
    right: -28px;
    top: 5px;
	z-index: 10;
	height: 22px;
    font-size: 16px;
	line-height: 22px;
    padding: 0 30px;
    font-weight: bold;
    transform: rotate(45deg);
    border-radius: 0;
    background-image: linear-gradient(115deg, #A61400, #FF0000, #A61400, #ec5094, #A61400);
    background-color: #FF0000 \9;
	background-size: 500%;
    animation: 8s sun2 linear infinite normal;
	color:#fff;
}
@keyframes sun{
	to{background-position:-500% 0}
}
@keyframes sun2{
	to{background-position:-500% 0}
}

.game-list li .act {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FF0000;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    z-index: 80;
}

.game-list li:hover {
    box-shadow: 0 40px 50px -60px #000000;
    transform: translateY(-10px);
}
.game-list li .text {
    height: 50px;
    line-height: 50px \9;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}

.game-list li .text strong {
    font-weight: normal;
}

.game-list li .text span {
    float: right \9;
    color: #FF0000;
    font-size: 13px;
}

.game-list li .btn {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: none;
    width: 100%;
    padding: 0 8px;
    transition: all 0.3s;
    background-color: #FFF;
    justify-content: space-between;
    z-index: 100;
}

.game-list li:hover .btn {
    display: flex;
    display: block \9;
}

.game-list li .btn a {
    display: block;
    display: inline-block \9;
    width: 31%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.game-rlist {
    display: block;
    padding: 0 0 0px 0;
    margin-top: -10px;
    margin-bottom: -15px;
    position: relative;
    z-index: 20;
}

.game-rlist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.game-rlist li {
    padding: 0 0;
    width: 100%;
    margin: 10px 0;
    transition: all 0.3s;
}

.game-rlist li:hover {
    box-shadow: 0 40px 50px -60px #000000;
    transform: translateY(-10px);
}

.game-rlist li a {
    display: flex;
    display: table \9;
    align-items: center;
    height: auto;
    position: relative;
    overflow: hidden;
}

.game-rlist li .pic {
    float: left \9;
    display: flex;
    flex: 0 0 150px;
    width: 100%;
    width: 150px \9;
    height: 86px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
}

.game-rlist li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.game-rlist li:hover .pic img {
    transform: scale(1.05);
}

.game-rlist li .text {
    float: left \9;
    display: block;
    padding: 3px 0 0 10px;
    padding: 19px 0 0 10px \9;
    height: auto;
    text-align: left;
}

.game-rlist li .title {
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game-rlist li .desc {
    font-size: 14px;
    color: #808080;
    padding-top: 5px;
}

.game-rlist li .open {
    font-size: 12px;
    color: #FF0000;
    padding-top: 5px;
}

.game-rlist .times {
    display: flex;
    width: 100%;
    -ms-display: flex;
    font-size: 14px;
    line-height: 1.4;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.game-rlist .times div {
    display: inline-block;
}

.game-rlist .time {
    margin-top: 0;
    font-size: 14px;
    color: #000;
}

.game-rlist .time span {
    font-family: 'Arial';
    font-weight: bold;
    color: #63b70b;
    font-size: 20px;
    padding: 0 5px;
}

.game-rlist .time.down span {
    color: #ff9900;
}

.monthly_card {
    display: table \9;
    padding: 0 15px 35px;
}

.monthly_card ul {
    display: flex;
    width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
    justify-content: space-between;
}

.monthly_card li {
    display: inline-block \9;
    margin: 0 22px \9;
    width: 315px;
    height: 280px;
    float: left;
    border: 1px solid #fff3ce1c;
    box-shadow: 0 0 5px #0000001a;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    background-color: #000;
}

.monthly_card li:hover {
    box-shadow: 0 0 5px #FF0000;
    border: 1px solid #FF0000;
}

.monthly_card li .mc_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.monthly_card li .mc_title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 44px;
    position: relative;
    z-index: 20;
    color: #fff;
    padding-bottom: 28px;
    text-align: center;
}

.monthly_card li .mc_price {
    position: relative;
    z-index: 20;
    height: auto;
    line-height: 38px;
    font-family: arial;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0;
    color: #ffff0e;
}

.monthly_card li .mc_price strong {
    font-weight: 700;
    font-size: 50px;
}

.monthly_card li .mc_day {
    font-size: 16px;
    line-height: 44px;
    position: relative;
    z-index: 20;
    color: #fff;
}

.monthly_card li .mc_desc {
    padding: 8px 0 35px 0;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    color: #fff;
    z-index: 20;
}

.monthly_card li .mc_desc span {
    color: #EFBA48;
    font-weight: 700;
}

.monthly_card li .mc_btn {
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    position: relative;
    background: #FF0000;
    color: #fff;
    z-index: 20;
    border-radius: 5px;
}

.monthly_card li a.mc_btn:hover {
    background: #FF9900;
}

.pop_svip_duedate {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    border-radius: 5px;
    line-height: 38px;
    color: #FF0000;
    font-weight: bold;
    border-radius: 5px;
}

.pop_svip_duedate em {
    padding-left: 20px;
}

.poppro-title {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 30px;
}

.game-now {
    padding: 0 0 0 0;
    background: #fff;
}

.game-now ul {
    margin: -10px;
    margin-top: -5px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.game-now li {
    width: 100%;
    padding: 10px 10px 0 10px;
    transition: all 0.3s;
    position: relative;
}

.game-now li .pic {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.game-now li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-now li:hover {
    box-shadow: 0 40px 50px -60px #000000;
    transform: translateY(-10px);
}

.game-now li .text {
    height: auto;
    padding: 10px 0 6px 0;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}

.game-now li .text strong {
    font-weight: normal;
}

.game-now li .text span {
    color: #808080;
    font-size: 13px;
}

.game-now .times {
    display: flex;
    -ms-display: flex;
    font-size: 14px;
    line-height: 1.4;
    align-items: center;
    padding-bottom: 10px;
}

.game-now .time {
    margin-top: 0;
    font-size: 14px;
    color: #000;
}

.game-now .time span {
    font-family: 'Arial';
    font-weight: bold;
    color: #63b70b;
    font-size: 20px;
    padding: 0 5px;
}

.game-now .time.down span {
    color: #ff9900;
}

/*content*/
.homecontent {
    display: block;
    display: table;
    width: 100%;
    min-height: 800px;
    margin-top: 25px;
    padding-bottom: 85px;
    position: relative;
    background: url("../img/bg-bottom.jpg") no-repeat center bottom;
    background-size: 100% auto;
    z-index: 1;
}

.content {
    display: block;
    display: table \9;
    width: 100%;
    margin-top: -180px;
    min-height: 900px;
    padding-top: 50px;
    padding-bottom: 85px;
    position: relative;
    background: url("../img/bg-bottom.jpg") no-repeat center bottom;
    background-size: 100% auto;
    z-index: 20;
}

.content::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(0deg, #f7f4f4 0%, rgba(105, 45, 2, 0.5) 100%);
    z-index: -1;
}

.boxcon {
    display: block;
    padding: 28px 28px 35px;
}

.boxcon img {

}

.growth-text {
    font-size: 15px;
    line-height: 1.8;
}

.growth-tips {
    display: block;
    margin: 15px 0;
    color: #FF6600;
}

.mybox {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 20px 35px;
    position: relative;
    line-height: 1;
}

.mybox .face {
    display: block;
    margin: 0 auto;
    border: 3px solid rgba(0, 0, 0, .05);
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.mybox .mitem {
    display: flex;
    margin: 0 auto;
    width: 255px;
    width: 265px \9;
    font-size: 16px;
    line-height: 2.5;
    align-items: center;
    justify-content: space-between;
}

.mybox .mitem.mstart {
    padding-top: 10px;
    justify-content: center;
    margin-bottom: 15px;
}

.mybox .mitem.start {
    justify-content: start;
}

.mybox .mitem .name {
    display: inline-block \9;
    min-width: 80px;
}

.progress {
    display: block;
    display: inline-block \9;
    width: 175px;
    height: 16px;
    border-radius: 10px;
    background-color: #999;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    background-color: #FF9900;
}

.mitem .value {
    display: inline-block \9;
    min-width: 110px;
    position: relative;
}

.value i.day {
    position: absolute;
    right: 10px;
    top: -8px;
    border-radius: 4px;
    display: block;
    width: auto;
    height: 14px;
    font-weight: normal;
    line-height: 14px;
    padding: 0 3px;
    background-color: #FF6600;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.mybox .mitem .value.flex {
    display: flex;
    align-items: center;
}

.mybox .mitem .value.flex img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.mybox .mitem .value strong {
    font-weight: bold;
    color: #FF0000;
}

.mybox .mitem .value img {
    display: block;
    height: 1.15789473684211vw;
}

.mybox .mitem .btn {
    display: inline-block \9;
    width: 65px;
}

.mybox .mitem .btn a {
    width: 65px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.mybox .mbox {
    display: block;
    margin: 28px auto 0 auto;
    width: 214px;
}

.mybox .mbox .btn a {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.mybox .mbox .btn a.cur:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #FF0000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -5px;
}

.mybox .mbox .btn a:hover {
    background: #FF0000;
}

.mybox .mbox .btn a.cur:hover:after {
    background: #FF0000;
}

.mybox .btn.quit {
    width: 214px;
    margin: 0 auto;
}

.mybox .btn.quit a {
    width: 100%;
}

.upgrade-title {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}

.upgrade-title strong {
    display: block;
    font-size: 22px;
}

.upgrade-title span {
    display: block;
}

.upgrade-title span em {
    color: #FF0000;
    font-weight: bold;
}

.upgrade-list {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
    flex-direction: row;
    flex-wrap: wrap;
}

.upgrade-list .item {
    display: inline-block \9;
    width: 250px;
    width: 245px \9;
    height: 245px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #0000001a;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-right: 35px;
    margin-bottom: 35px;
    padding: 30px 20px 20px;
    border-radius: 8px;
}

.upgrade-list .item:nth-child(4n) {
    margin-right: 0
}

.upgrade-list .item:hover {
    box-shadow: 0 0 5px #FF0000;
    border: 1px solid #FF0000;
}

.upgrade-list .pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upgrade-list .tips {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 3px 8px;
    line-height: 1;
    color: #FFF;
    background-color: #FF0000;
    z-index: 10;
}

.upgrade-list .title {
    font-size: 18px;
    line-height: 44px;
    margin-bottom: 8px;
    position: relative;
    z-index: 20;
    color: #fff
}

.upgrade-list .price {
    position: relative;
    z-index: 20;
    height: 35px;
    line-height: 35px;
    font-size: 50px;
    font-family: arial;
    font-weight: 700;
    color: #fff466;
}

.upgrade-list .price em {
    font-size: 15px;
    font-weight: 400
}

.upgrade-list .desc {
    padding: 18px 0;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    color: #fff;
    z-index: 20
}

.upgrade-list .desc span {
    color: #fff466;
    font-weight: 700
}

.upgrade-list .btn {
    position: relative;
    z-index: 10;
}

.storedvalue {
    display: block;
    padding-left: 120px;
}

.form-item {
    display: block;
    display: table \9;
    width: 100%;
    min-height: 42px;
    margin-bottom: 25px;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.form-label {
    display: table \9;
    width: 100% \9;
    font-size: 16px;
    text-align: left;
    color: #808080;
    padding-bottom: 10px;
}

.form-rcon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    display: block \9;
    width: 100% \9;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-rcon.btn a {
    margin: 15px 0 0 0;
    width: 220px;
    height: 48px;
    line-height: 48px;
}

.form-text {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 18px;
    text-align: left;
    line-height: 42px;
}

.form-text strong {
    color: #FF0000;
}

.form-input {
    min-width: 450px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.form-input:focus {
    border: 1px solid #FF0000;
}

.form-select {
    min-width: 450px;
    padding: 0 10px;
    height: 42px;
    line-height: 38px;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    border: 1px solid #DDD;
}

.layui-input, .layui-select, .layui-textarea {
    border-radius: 5px !important;
}

.form-tips {
    font-size: 16px;
    margin-top: 50px;
    color: #808080;
}

.de_toper .btn {
    border-radius: 5px;
}

.de_toper .photo {
    overflow: hidden;
    border-radius: 8px !important;
}

.welfare-box {
    display: block;
    width: 600px;
    margin: 30px auto 0;
}

.recharge-list .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 180px;
    height: 120px;
    float: left;
    border: 1px solid #DDD;
    padding: 20px 10px 15px 10px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0 18px 10px 0;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    border-radius: 8px;
}

.recharge-list .item.cur {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.recharge-list .item.cur .title, .recharge-list .item.cur .desc {
    color: #FFF;
}

.recharge-list .item .tips {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 3px 8px;
    line-height: 1;
    color: #FFF;
    background-color: #FF6600;
    z-index: 10;
}

.recharge-list .item.cur .tips {
    background-color: #FF9900;
}

.recharge-list .item .title {
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

.recharge-list .item .title i {
    font-size: 13px;
    color: #FF6600;
    font-weight: normal;
    padding-left: 16px;
    background: url(../img/icon-egg.png) no-repeat left center;
    background-size: 16px 16px;
}

.recharge-list .item.cur .title i {
    color: #ffd46b;
}

.recharge-list .item .desc {
    font-size: 16px;
    color: #333
}

.recharge-list .item .text {
    border: 0
}

.recharge-pay .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 60px;
    float: left;
    border: 1px solid #DDD;
    padding: 0 10px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0 18px 0 0;
    border-radius: 8px;
}

.recharge-pay .item.cur {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.recharge-pay .item.cur .title {
    color: #FFF;
}

.recharge-pay .item .icon-pay-weixin {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url(../img/icon-weixin-pay.png) no-repeat center center;
    background-size: 100% auto;
}

.recharge-pay .item.cur .icon-pay-weixin {
    background: url(../img/icon-weixin-pay-v.png) no-repeat center center;
    background-size: 100% auto;
}

.recharge-pay .item .icon-pay-alipay {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url(../img/icon-alipay.png) no-repeat center center;
    background-size: 100% auto;
}

.recharge-pay .item.cur .icon-pay-alipay {
    background: url(../img/icon-alipay-v.png) no-repeat center center;
    background-size: 100% auto;
}

.recharge-pay .item .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

.mytable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.mytable th {
    height: 42px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 400;
    min-width: 10%;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.mytable td {
    height: 42px;
    font-size: 16px;
    padding: 0 10px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 400
}

.faq-nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 38px;
}

.faq-nav li {
    min-width: 118px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    position: relative;
    color: #fff;
    z-index: 20;
    list-style-type: none;
    text-align: center;
    padding: 0 15px;
    margin: 0 15px;
    background: #000000;
    border-radius: 5px;
    cursor: pointer;
}

.faq-nav li.cur, .faq-nav li:hover {
    color: #FFF;
    background: #FF0000 !important;
}

.faq-nav li.cur:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #FF0000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    margin-left: -5px;
    left: 50%;
}

.faq-list {
    display: block;
    width: 100%;
    padding: 0 20px 0 20px;
}

.faq-list ul {
    display: none;
}

.faq-list ul.show {
    display: block;
}

.faq-list ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    padding: 18px 28px;
    background: #F6F6F6;
    border-radius: 8px;
}

.faq-list h2 {
    display: block;
    padding-bottom: 15px;
}

.faq-list ul li .fl-title {
    display: block;
    font-size: 22px;
    line-height: 1.35;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    color: #000000;
}

.faq-list li .fl-title:before {
    content: "";
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%) rotate(0);
    background: #000 url("../img/icon-faq-jia.png") no-repeat center center;
    background-size: 14px 14px;
    transition: transform .2s ease-out;
    position: absolute;
    top: 10px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}

.faq-list li:hover .fl-title:before {
    background-color: #666;
}

.faq-list li.show .fl-title:before {
    background: #FF0000 url("../img/icon-faq-jie.png") no-repeat center center;
    background-size: 14px 14px;
}

.faq-list li.show:hover .fl-title:before {
    background-color: #FF6600;
}

.faq-list ul li .fl-text {
    display: none;
    border-top: 1px solid #EAEAEA;
    padding-top: 15px;
    color: #808080;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 18px;
    transition: transform .2s ease-out;
}

.faq-list ul li .fl-text img {
    display: block;
    max-width: 850px;
    min-width: 850px;
    height: auto;
    margin: 15px auto 0 auto;
}

.faq-list ul li .fl-text a {
    color: #fabd76;
    text-decoration: underline;
}

.faq-list ul li .fl-text a:hover {
    color: #FF6600;
}

.faq-list ul li.show .fl-text {
    display: block;
}

/*箭头*/
.swiper-button-prev, .swiper-button-next {
    width: 54px;
    height: 54px;
    margin-top: -27px;
}

.swiper-button-prev {
    left: -70px;
}

.swiper-button-next {
    right: -70px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #6D6D6D;
    font-size: 38px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: #B81C25;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #B81C25;
}

.h2title {
    display: flex;
    width: 100%;
    padding: 0 28px;
    height: 78px;
    background-color: #fbfbfb;
    align-items: center;
    justify-content: space-between;
}

.h2title .title {
    display: block;
    float: left \9;
    font-size: 25px;
    height: 25px;
    font-weight: bold;
    color: #a61400;
    line-height: 1;
    line-height: 78px \9;
    background: none;
    background: linear-gradient(0deg, #A61400 20%, #240400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 针对IE10+不显示背景 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .h2title .title {
        background: none !important; /* IE10+ */
    }

    .subbanner .text .title {
        background: none !important; /* IE10+ */
    }
}

.h2title .desc {
    padding-top: 30px;
    font-size: 18px;
}

.h2title .more {
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}

.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}

.box {
    padding: 0 0;
    margin-bottom: 25px;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
}

.cbox {
    padding: 0 0;
    margin-bottom: 25px;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
}

.searchform {
    float: left;
    margin-left: 210px \9;
    margin-top: 20px \9;
    width: 320px;
    position: relative;
}

.searchform .keywords {
    width: 100%;
    height: 38px;
    background-color: #fff;
    padding: 0 50px 0 15px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.searchform .button {
    display: block;
    width: 38px;
    height: 38px;
    background: transparent url(../img/icon-search.png) center no-repeat;
    position: absolute;
    right: 5px;
    top: 0;
    border: 0;
    cursor: pointer;
}

.contact {
    display: flex;
    width: 1000px;
    min-height: 580px;
    padding-top: 50px;
    margin: 0 auto;
    justify-content: space-between;
}

.contact .item {
    flex: 0 0 48%;
    width: 48%;
    display: block;
    text-align: center;
}

.contact .item img {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 260px;
    margin-bottom: 10px;
}

.contact .item h2 {
    font-size: 35px;
}

.contact .item span {
    display: block;
    font-size: 18px;
    color: #FF6600;
    padding-top: 10px;
}

.btnav {
    float: right \9;
    margin-top: 20px \9;
    display: flex;
    justify-content: flex-start;
}

.btnav li {
    display: block;
    display: inline-block \9;
    margin: 0 0 0 15px;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #FFF;
    background: #000;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
}

.btnav li:hover, .btnav li.on {
    background: #FF0000;
}

.btn a {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #FFF;
    background: #000;
    border-radius: 5px;
}

.btn a:hover, .btn a.cur {
    background: #FF0000;
}

.btn a.cur:hover {
    background: #FF9900;
}

.homeleft {
    float: left \9;
    flex: 0 0 77.6%;
    width: 77.6%;
    min-height: 100px;
}

.homeright {
    float: right \9;
    flex: 0 0 20.5%;
    width: 20.5%;
    min-height: 100px;
}

.cleft {
    float: left \9;
    flex: 0 0 20.5%;
    width: 20.5%;
    min-height: 100px;
}

.cright {
    float: right \9;
    flex: 0 0 77.6%;
    width: 77.6%;
    min-height: 100px;
}

/*footer*/
.footer {
    background-color: #000;
    padding: 45px 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #CCC;
}

.footer p {
    margin: 0 0;
}

.footer a {
    color: #CCC;
}

.footer a:hover {
    color: #FFF;
}

/*pages*/
.zs-pages {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}

.zs-pages a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #F6F6F6;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}

.zs-pages a:hover {
    background: #24befe;
    color: #fff;
}

.zs-pages a i {
    margin-right: 0;
}

.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #24befe;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    background-color: #FF6600;
}

.icon-close img {
    display: block;
    width: 100%;
    height: 100%
}

.pop {
    width: 600px;
    padding: 20px 30px;
    height: auto;
    min-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px
}

.pop .us_fm .charge {
    margin-bottom: 20px
}

.pop.login {
    width: 380px;
    margin-left: -190px;
    min-height: 290px
}

.pop.recharge {
    min-height: 650px;
    width: 500px;
    margin-left: -250px
}

.popinstructions {
    line-height: 1.8;
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.recharge_conut {
    padding-bottom: 12px;
    text-align: left;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 15px
}

.pop.act {
    min-height: 430px;
    width: 800px;
    margin-left: -400px
}

.btn-down {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.act_body {
    display: flex;
    margin-bottom: 20px
}

.loginercode {
    margin: 0 auto 30px;
    display: block;
    width: 200px;
    height: 200px
}

.pop_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.pop_con {
    padding-top: 30px;
    line-height: 1.6
}

.pop_con .form-item {
    display: flex;
    justify-content: flex-start;
}

.pop_con .form-label {
    flex: 0 0 25%;
    min-width: 25%;
}

.pop_con .form-input {
    min-width: 100%;
}

.pop_con .form-select {
    min-width: 100%;
}

.pop_con .form-btn {
    display: block;
    width: 150px;
    margin-right: 20px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #FF0000;
    border-radius: 5px;
}

.pop_con .form-btn:hover {
    background-color: #FF6600;
}

.pop_con .form-btn2 {
    display: block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 5px;
}

.pop_con .form-btn2:hover {
    background-color: #FF0000;
}

.PopPoint p {
    margin-bottom: 15px
}

.form-tips2 {
    display: flex;
    position: relative;
    height: auto;
    padding: 12px 20px;
    margin-bottom: 15px;
    background: #fdfbf6;
    color: #FF0000;
    border-radius: 5px;
    border: 1px solid #fddfcb;
}

.pop .recharge-pay {
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
}

.pop .recharge-pay .item {
    margin: 0 10px;
}

.sendCode {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 42px;
    line-height: 42px;
    background-color: #FF6600;
    color: #FFF;
    border: none;
    border-radius: 0 5px 5px 0;
}

.sendCode:hover {
    background-color: #FF0000;
}

/*im*/
.right-im {
    display: block;
    position: fixed;
    right: 0;
    top: 40%;
    transform: translate(0, -10%);
    width: 65px;
    padding: 0 0;
    height: auto;
    z-index: 100000;
}

.right-im li {
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 0px;
}

.right-im li:first-child {
    border-radius: 5px 0 0 0;
}

.right-im li:last-child {
    border-radius: 0 0 0 5px;
}

.right-im li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0 5px 0;
    font-size: 13px;
    color: #000;
}

.right-im li a:hover {
    color: #FFF;
}

.right-im li.im-recharge {
    background: #FFFFFF url(../img/im-recharge.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-recharge:hover {
    background: #FF0000 url(../img/im-recharge-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-hezi {
    background: #FFFFFF url(../img/im-hezi.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-hezi:hover {
    background: #FF0000 url(../img/im-hezi-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-qq {
    background: #FFFFFF url(../img/im-qq.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-qq:hover {
    background: #FF0000 url(../img/im-qq-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-weixin {
    background: #FFFFFF url(../img/im-weixin.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-weixin:hover {
    background: #FF0000 url(../img/im-weixin-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-baipiao {
    background: #FFFFFF url(../img/im-baipiao.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-baipiao:hover {
    background: #FF0000 url(../img/im-baipiao-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-gotop {
    background: #FFFFFF url(../img/im-gotop.png) no-repeat center top;
    background-size: 45px 45px;
    text-indent: -9999px;
    height: 46px;
    padding-top: 0;
}

.right-im li.im-gotop:hover {
    background: #FF0000 url(../img/im-gotop-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-report {
    background: #FFFFFF url(../img/im-report.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-report:hover {
    background: #FF0000 url(../img/im-report-v.png) no-repeat center top;
    background-size: 45px 45px;
}

.right-im li.im-qq:hover .im-ercode, .right-im li.im-weixin:hover .im-ercode {
    display: block;
}

.right-im .im-ercode {
    display: none;
    position: absolute;
    right: 70px;
    top: 0;
    width: auto;
    height: auto;
}

.right-im .im-ercode .img {
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 0, 0, 0.8);
}

.right-im .im-ercode .img img {
    display: block;
    width: auto;
    height: auto;
}

.right-im .im-con {
    display: none;
    height: 64px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}

.right-im li:hover .im-con {
    display: block;
}

.right-im .im-con .icon-arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
}

.right-im .im-con .text {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: rgba(255, 0, 0, 0.8);
}

.right-im .im-con .text strong {
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px;
    color: #fff466;
}

.form-btn.signin {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(115deg, #f1c720, #FF6600, #f1c720, #FF0000, #f19620);
    background-color: #f19620 \9;
    background-size: 500%;
    animation: 8s sun2 linear infinite normal;
    font-weight: 700;
    position: relative;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.form-btn.signin img {
    margin-right: 8px;
}

.form-btn.signin i.day {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 4px;
    display: block;
    width: auto;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    background-color: #fff;
    color: #FF6600;
    font-size: 12px;
    font-style: normal;
}

.recharge_conut.report-noline {
    border: none;
}

.pop-required {
    position: absolute;
    left: -15px;
    top: 0px;
}

.recharge-list .item .raffle {
    padding-top: 5px;
}

.recharge-list .item .raffle i {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #FFF;
    line-height: 15px;
    text-align: center;
    background-color: #FF6600;
    border-radius: 3px;
    margin-right: 3px;
}

.recharge-list .item.cur .raffle {
    color: #FFF;
}

.recharge-list .item.cur .raffle i {
    background-color: #f19620;
}

.redenvelope-info {
    display: flex;
    height: 80px;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F5;
}

.redenvelope-info .money {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.redenvelope-info .money strong {
    display: block;
    color: #FF6600;
    font-size: 30px;
    padding-left: 15px;
}

.redenvelope-box {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
}

.redenvelope-list .item {
    display: inline-block;
    min-width: 23.0%;
    height: 150px;
    border: 1px solid #DDD;
    padding: 25px 10px 25px 10px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0 2.2% 30px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    background-color: #FFF;
}

.redenvelope-list .item:nth-child(4n) {
    margin-right: 0;
}

.redenvelope-list .item.cur {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.redenvelope-list .item.cur .title {
    color: #FFF;
}

.redenvelope-list .item .title {
    color: #FF0000;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.redenvelope-list .item .btn a {
    width: 150px;
    height: 38px;
    line-height: 38px;
}

.redenvelope-list .item .btn a.disabled {
    background-color: #BBB;
    cursor: not-allowed;
}

.redenvelope-box .intro {
    display: block;
    font-size: 15px;
}

.bank-text {
    display: block;
    margin-top: 10px;
}

.bank-text .text {
    margin-top: 8px;
}

.bank-text .text span {
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
}

.pop.newsignin_pop {
    width: 1100px;
    margin-left: -550px;
    background: url('../img/bg.jpg');
    min-height: 820px;
    background-size: 100% 100%;
    zoom: 0.82;
}

.newsignin_pop .pop_title {
    font-size: 22px;
    color: #FFF;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.newsignin {
    padding-right: 220px;
    padding-top: 175px;
    position: relative;
}

.signin-title {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    display: block;
    padding: 12px 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    margin-bottom: 25px;
    border-radius: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.signin-title strong {
    color: #fff466;
    font-size: 35px;
}

.signin-title div {
    font-size: 28px;
}

.signin-list {
    display: table;
    margin-bottom: 15px;
}

.signin-list .item {
    float: left;
    display: inline-block;
    min-width: 18.0%;
    height: 120px;
    border: 1px solid #5f0808;
    padding: 10px 10px 10px 10px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0 2.5% 18px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #59082C;
    background: linear-gradient(0deg, #2D0105, #59082C);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.6);
}

.signin-list .item.cur {
    border: 1px solid #fff466;
}

.signin-list .item:nth-child(5n) {
    margin-right: 0;
}

.signin-list .item .title {
    color: #DDD;
    font-size: 16px;
    text-align: center;
}

.signin-list .item .desc {
    text-align: center;
    font-size: 15px;
    color: #DDD;
    font-weight: bold;
    padding: 6px 0 2px;
}

.signin-list .item .desc div {
    display: inline-block;
    margin: 0 auto;
    width: 48%;
    text-align: center;
}

.signin-list .item .desc i.icon-redenvelope {
    display: block;
    margin: 0 auto 3px;
    width: 18px;
    height: 18px;
    background: url(../img/icon-redenvelope.png) no-repeat center center;
    background-size: 100%;
}

.signin-list .item .desc i.icon-baipiao {
    display: block;
    margin: 0 auto 3px;
    width: 18px;
    height: 18px;
    background: url(../img/icon-baipiao.png) no-repeat center center;
    background-size: 100%;
}

.signin-list .item .signin {
    color: #808080;
    text-align: center;
}

.signin-list .item.cur .signin {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff466;
    padding-top: 83px;
    background: rgba(0, 0, 0, 0.8) url(../img/icon-signin-v.png) no-repeat center 25px;
    background-size: 45px 45px;
    text-align: center;
    z-index: 100;
}

.form-item.newsignin-item {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.newsignin-text {
    text-align: center;
    font-size: 18px;
    margin: 0 15px 0 0;
    line-height: 1.8;
    display: inline-block;
    color: #FFF;
}

.newsignin-text .red {
    color: #fff466;
}

.receive-btn {
    margin-right: 30px;
    background: linear-gradient(0deg, #A61400, #FF0000);
}

.receive-btn:hover {
    background: #FF6600;
    background: linear-gradient(0deg, #A61400, #FF6600);
}

.pop.lottery_pop {
    padding: 0 0;
    width: 1314px;
    margin-left: -657px;
    background: #000 url('../img/bg.jpg');
    min-height: 820px;
    background-size: 100% 100%;
    overflow: hidden;
}

.left-lottery {
    display: block;
    position: fixed;
    left: 0;
    top: 40%;
    transform: translate(0px, -10%);
    width: 128px;
    height: auto;
    z-index: 100;
    padding: 0px;
    cursor: pointer;
}

/*PC自适应
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    body {
      zoom: 0.9;
    }
}
  
@media screen and (min-width: 750px) and (max-width: 1649px) {
    body {
      zoom: 0.8;
    }
}
  
@media screen and (min-width: 751px) and (max-width: 1349px) {
    body {
      zoom: 0.66;
    }
}*/
@media screen and (min-width: 751px) and (max-width: 1024px) {
    body {
        zoom: 0.55 !important;
    }
}