<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root {
  --theme-color: #e4111e;
  --primary-color: #333;
  --secondary-color: #999;
  --bg-color: #f0f0f0;
  --hover-color: #e30412;
}
html {
  font-size: 100px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, a, img, blockquote, th, td {
  margin: 0;
  padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: -apple-system, "Helvetica Neue", "Microsoft Yahei", "PingFang SC", "Source Han Sans SC", "Arial", sans-serif;
  font-size: .14rem;
  line-height: 1.2;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea,
label {
  font-family: -apple-system, "Helvetica Neue", "Microsoft Yahei", "PingFang SC", "Source Han Sans SC", "Arial", sans-serif;
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: var(--hover-color);
  text-decoration: none;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}


.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}

.visible-xs,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  body {
    background-color: #f9f7fa;
  }
  .container {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1220px;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.figure {
  overflow: hidden;
}
.figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.animated {
  overflow: hidden;
}
.animated img {
  transition: transform .3s;
}
.animated:hover img {
  transform: scale(1.1);
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-reverse {
  flex-direction: row-reverse;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-light {
  background-color: var(--bg-color);
}

.icon {
  background: url(../images/icon-pc.png) no-repeat;
}


/***************** header S *****************/
.header {
  position: relative;
  background-color: #fff;
}
.header .container {
  padding-top: .05rem;
  padding-bottom: .05rem;
}
.header .nav {
  display: flex;
  padding-left: .1rem;
}
.header .nav li {
  margin: 0 5px;
  white-space: nowrap;
}
.header .nav li a {
  display: flex;
  padding-left: .08rem;
  padding-right: .08rem;
  line-height: 50px;
  font-size: .18rem;
}
.header .nav li.active a {
  color: var(--theme-color);
}
.header .search .form {
  display: flex;
  align-items: center;
  padding: 0 8px;
  background-color: #f2f2f2;
  border-radius: 18px;
}
.header .search .form span {
  display: block;
  width: 21px;
  height: 21px;
  background-position: -260px -2px;
}
.header .search .form input {
  height: 36px;
  line-height: 36px;
  padding-left: 8px;
  background: transparent;
  border: none;
}
@media (max-width: 991px) {
  .header {
    margin-bottom: 50px;
  }
  .header:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 65px;
    height: 35px;
    background: url(../images/icon-wap.png) 0 -89px no-repeat;
    background-size: 400px 400px;
  }
  .header .logo {
    height: .4rem;
  }
  .header .logo img {
    width: auto;
    height: 100%;
  }
  .header .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .header .nav li a {
    position: relative;
    z-index: 0;
    color: #666;
  }
  .header .nav li.active a {
    font-weight: bold;
  }
  .header .nav li.active a i {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
    display: block;
    width: .15rem;
    height: .15rem;
    background: url(../images/icon-wap.png) -1.7rem -.04rem no-repeat;
    background-size: 4rem 4rem;
  }
}
@media (min-width: 992px) {
  .header .container {
    height: 100px;
  }
  .header .nav {
    flex: 1;
    padding-left: 10px;
  }
  .header .nav li a {
    line-height: .3rem;
    font-size: .2rem;
    font-weight: 600;
  }
  .header .nav li a i {
    display: block;
    width: 32px;
    height: 30px;
    background-position: -4px 0;
  }
  .header .nav li:nth-child(2) a i {
    background-position: -45px -2px;
  }
  .header .nav li:nth-child(3) a i {
    background-position: -87px -2px;
  }
  .header .nav li:nth-child(4) a i {
    background-position: -126px -2px;
  }
  .header .nav li:nth-child(5) a i {
    background-position: -165px -2px;
  }
  .header .nav li:nth-child(6) a i {
    background-position: -201px -2px;
  }
  .header .nav li a span {
    padding-left: 10px;
  }
  .header .search .form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1220px) {
  .header .nav {
    padding-left: 70px;
  }
}
/***************** header E *****************/

/***************** footer S *****************/
.footer {
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/***************** footer E *****************/


.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  text-align: center;
  color: #fff;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: cover;
}
.banner h3 {
  margin-bottom: 5px;
  font-size: .22rem;
  font-weight: 600;
}
.banner p {
  margin-bottom: .3rem;
  font-size: .11rem;
  color: rgba(255, 255, 255, .6);
}
@media (min-width: 992px) {
  .banner {
    height: 2.5rem;
  }
  .banner h3 {
    font-size: .44rem;
  }
  .banner p {
    font-size: .22rem;
  }
}


.box {
  margin-bottom: 20px;
  float: left;
}
@media (min-width: 768px) {
  .box {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 #e6e6e6;
    float: left;
    width: 100%;
  }
}

span.date {
  position: relative;
  padding-left: 20px;
}
span.date:before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/icon-pc.png) -253px -775px no-repeat;
}


.main {
  padding-top: .1rem;
}
.content .hd {
  margin-bottom: .1rem;
}
@media (min-width: 992px) {
  .main {
    display: flex;
    justify-content: space-between;
    padding-top: .2rem;
  }
  .main &gt; .content {
    flex: 1;
  }
  .main &gt; .sidebar {
    width: 330px;
    margin-left: 20px;
  }
  .content .newslist {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content .hd {
    margin-bottom: 20px;
  }
}



.content .hd h3 {
  font-size: .2rem;
  font-weight: 600;
  float: left;margin-right: 0.2rem;
}
.hdx{float: left;padding-bottom: 0px;margin-bottom: 15px;width: 100%;border-bottom: 1px #ccc solid;line-height: 30px;}
.hdx ul{float: left;}
.hdx ul li{float: left;cursor: pointer;display: block;margin:4px 15px 0 0;font-size: 15px;padding: 0 4px;}
.hdx .on{border-bottom: 2px #f00 solid;padding-bottom: 10px;float: left;} 


.widget .widget-title {
  display: flex;
  align-items: center;
  height: .32rem;
  line-height: .32rem;
}
.widget .widget-title .icon {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-position: -98px -732px;
}
.widget .widget-title .icon.icon-news {
  background-position: -144px -732px;
}
.widget .widget-title .icon.icon-related {
  background-position: -192px -732px;
}
.widget .widget-title .icon.icon-alert {
  background-position: -3px -732px;
}
.widget .widget-title .icon.icon-good {
  background-position: -38px -38px;
}
.widget .widget-title h3 span {
  color: var(--theme-color);
}
.widget .widget-title .line {
  flex: 1;
  display: block;
  height: 16px;
  background: repeating-linear-gradient( 140deg, #e5e1e6, #e5e1e6 .5px, #f9f7fa 3px, #f9f7fa 6px );
}
@media (min-width: 768px) {
  .content .widget {
    padding-top: .18rem;
    width: 850px;margin-top: 15px;
  }.load_b2{background: #fff;box-shadow: 1px 1px 10px rgba(229, 229, 229, 1);width: 850px;float: left;margin:5px 0 15px 0;}
.load_b2 ul{margin: 21px 32px 10px;overflow: hidden;}
.load_b2 ul li{float: left;margin-right: 43px;margin-bottom: 22px;}
.load_b2 ul li a{float: left;}
.load_b2 ul li:nth-child(3n){margin-right: 0;}
.load_b2 ul li img{width: 88px;height: 88px;display: block;float: left;border-radius: 22px;}
.load_b2 ul li:hover img{opacity: .9;}
.load_b2 ul li a&gt;div{width: 120px;float: left;margin-left: 16px;}
.load_b2 ul li a&gt;div p:nth-child(1){font-size: 16px;color: #242424;line-height: 18px;display: block;margin-top: 5px;white-space: nowrap;overflow: hidden;width: 120px;text-overflow: ellipsis;}
.load_b2 ul li:hover div p:nth-child(1){color: #e4111e;}
.load_b2 ul li a&gt;div p:nth-child(2){font-size: 14px;color: #666666;line-height: 12px;margin-top: 15px;}
.load_b2 ul li a&gt;div p:nth-last-child(1){font-size: 14px;color: #666666;line-height: 12px;margin-top: 15px;}
.load_b2 ul li a&gt;div div div{width: 88px;height: 14px;display: block;background: url(../img/pf.png) no-repeat;display: inline-block;margin-top: 10px;}
.load_b2 ul li a&gt;div div span{display: inline-block;color: #666666;}
  .content .widget-title {
    padding-left: .2rem;
  }
  .sidebar .box {
    padding: .18rem .2rem;
  }
}

.ranklist li {
  border-bottom: 1px dashed #e5e5e5;
}
.ranklist li a {
  display: flex;
  padding: 10px 0;
}
.ranklist li .icon {
  display: block;
  width: 20px;
  height: 26px;
  margin-top: 5px;
  line-height: 22px;
  font-size: .14rem;
  font-style: normal;
  text-align: center;
  background-position: -418px -48px;
}
.ranklist li:first-child .icon {
  color: #fff;
  background-position: -337px -48px;
}
.ranklist li:nth-child(2) .icon {
  color: #fff;
  background-position: -364px -48px;
}
.ranklist li:nth-child(3) .icon {
  color: #fff;
  background-position: -391px -48px;
}
.ranklist li .text {
  flex: 1;
  padding-left: 15px;
}
.ranklist li .text h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: .45rem;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: .15rem;
  font-weight: normal;
}
.ranklist li .text span {
  color: var(--secondary-color);
}


.newslist li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.newslist li .figure {
  width: 100px;
  overflow: hidden;
  margin-right: .1rem;
}
.newslist li .figure a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 63.15%;
}
.newslist li .text {
  flex: 1;
}
.newslist li .text h4 {
  margin-bottom: .1rem;
  font-size: .16rem;
  font-weight: normal;
}
.newslist li .text .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: .48rem;
  overflow: hidden;
  margin-bottom: 18px;
  line-height: 1.7;
  color: var(--secondary-color);
}
.newslist li .text .meta {
  display: flex;
  color: var(--secondary-color);
}
.newslist li .text .meta span {
  margin-right: 1em;
}
.newslist li .text .meta a {
  color: var(--secondary-color);
}
@media (min-width: 768px) {
  .newslist li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .newslist li .figure {
    width: 190px;
    margin-right: .18rem;
  }
  .newslist li .text h4 {
    font-size: .18rem;
    font-weight: bold;
  }
}



.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.pagination li {
  margin: 0 3px 8px;
}
.pagination li a {
  display: block;
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.pagination li.active a,
.pagination a:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.pagination li.disabled a {
  color: #999;
  cursor: default;
}
@media (min-width: 768px) {
  .pagination {
    flex-wrap: nowrap;
  }
  .pagination li a {
    padding: 7px 10px;
    border-radius: 5px;
  }
}



.game {
  display: flex;
  flex-direction: column-reverse;
}
.sidenav {
  background-image: url(../images/sidenav.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sidenav li a {
  display: block;
  background-color: #fff;
}
.sidenav h3 {
  font-size: .2rem;
}
.sidenav h3 span {
  color: var(--theme-color);
}
.game .content .hd {
  display: flex;
  align-items: center;
}
.game .content .counter {
  margin-bottom: 10px;
}
.game .content .counter span {
  color: var(--theme-color);
}
.gamelist li img {
  display: block;
  width: .65rem;
  height: .64rem;
  overflow: hidden;
  margin-right: .2rem;
  border-radius: 5px;
}
.gamelist li .text h4 {
  font-size: .15rem;
}
.gamelist li .text p {
  padding: .05rem 0;
}
.gamelist li .btn span {
  display: block;
  height: .26rem;
  padding: 0 .08rem;
  line-height: .26rem;
  text-align: center;
  color: #fff;
  background-color: #fe9f41;
  border-radius: .13rem;
}
@media (max-width: 991px) {
  .game {
    padding: 0;
  }
  .sidenav {
    padding: 10px;
  }
  .sidenav h3 {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
  }
  .sidenav h3 .icon {
    display: block;
    width: .15rem;
    height: .24rem;
    margin-left: .05rem;
    background-image: url(../images/icon-wap.png);
    background-position: -3rem .03rem;
    background-repeat: no-repeat;
    background-size: 4rem 4rem;
  }
  .sidenav li {
    float: left;
    padding: 5px;
  }
  .sidenav li a {
    padding: 5px 10px;
    border-radius: 3px;
  }
  .game .content .hd {
    padding-left: .15rem;
  }
  .game .content .counter {
    padding-left: .15rem;
  }
  .gamelist li a {
    display: flex;
    padding: .1rem .15rem;
    border-bottom: 1px solid #ececec;
  }
  .gamelist li .text h4 {
    font-weight: normal;
  }
  .gamelist li .text p {
    font-size: .12rem;
    color: var(--secondary-color);
  }
  .gamelist li .text span {
    font-size: .12rem;
  }
  .gamelist li .btn {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .game .content .hd h3 {
    padding-left: 10px;
    padding-right: 20px;
    font-size: .24rem;
    border-left: 2px solid var(--theme-color);
  }
  .game .content .hd .line {
    flex: 1;
    display: block;
    height: 16px;
    background: repeating-linear-gradient( 140deg, #e5e1e6, #e5e1e6 .5px, #f9f7fa 3px, #f9f7fa 6px );
  }
  .gamelist {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gamelist li {
    float: left;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .gamelist li a {
    display: block;
    padding: 18px 20px;
    background: url(../images/gamelist.jpg) no-repeat;
    background-size: cover;
    border: 2px solid rgba(255, 255, 255, .1);
    box-shadow: 1px 1px 10px rgba(229, 229, 229, 1);
  }
  .gamelist li img {
    width: .88rem;
    height: .88rem;
    border-radius: .1rem;
  }
  .gamelist li .text {
    flex: 1;
  }
  .gamelist li .text h4 {
    font-size: .16rem;
  }
  .gamelist li .text p {
    padding-top: .1rem;
    padding-bottom: .06rem;
    color: #666;
  }
  .gamelist li .text span {
    color: var(--secondary-color);
  }
  .gamelist li .btn {
    margin-top: .1rem;
  }
  .gamelist li .btn span {
    height: .35rem;
    line-height: .35rem;
    color: var(--theme-color);
    background-color: #ffebec;
  }
  .gamelist li a:hover {
    border-color: #ffd1d4;
  }
  .gamelist li a:hover .btn span {
    color: #fff;
    background: linear-gradient(90deg, #fe0385, #e3040f);
  }
  .gamelist li.down a:hover {
    border-color: #ffe4d1;
  }
  .game {
    flex-direction: row-reverse;
    padding-top: .2rem;
  }
  .game .content {
    padding-left: 20px;
  }
  .sidenav {
    width: 162px;
    background-image: none;
  }
  .sidenav h3 {
    line-height: .6rem;
    text-indent: .25rem;
  }
  .sidenav li a {
    display: flex;
    align-items: center;
    line-height: .54rem;
    font-size: .16rem;
    border-left: 5px solid transparent;
  }
  .sidenav li.active a,
  .sidenav li a:hover {
    font-weight: 600;
    background-color: #fef3f4;
    border-color: var(--theme-color);
  }
  .sidenav li a i {
    width: 23px;
    height: 23px;
    margin-left: 20px;
    margin-right: 8px;
    background-position: -92px -147px;
  }
  .sidenav li:nth-child(2) i {
    background-position: -123px -145px;
  }
  .sidenav li:nth-child(3) i {
    background-position: -155px -146px;
  }
  .sidenav li:nth-child(4) i {
    background-position: -185px -145px;
  }
  .sidenav li:nth-child(5) i {
    background-position: -215px -146px;
  }
  .sidenav li:nth-child(6) i {
    background-position: -243px -147px;
  }
  .sidenav li:nth-child(7) i {
    background-position: -273px -146px;
  }
  .sidenav li:nth-child(8) i {
    background-position: -301px -146px;
  }
  .sidenav li:nth-child(9) i {
    background-position: -329px -146px;
  }
  .sidenav li:nth-child(10) i {
    background-position: -352px -146px;
  }
  .sidenav li:nth-child(11) i {
    background-position: -380px -144px;
  }
  .sidenav li:nth-child(12) i {
    background-position: -410px -145px;
    height: 25px;
  }
}


.breadcrumb {
  height: .4rem;
  line-height: .4rem;
  background-color: #f6f7fa;
}

.post-title {
  position: relative;
  padding: .1rem 0;
  margin-bottom: .2rem;
}
.post-title span{padding-right: 15px;}
.post-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: .04rem;
  background: repeating-linear-gradient( 150deg, #e8e8e8, #e8e8e8 1px, #fefefe 1px, #fefefe 3px );
}
.post-title h1 {
  margin-bottom: .1rem;
  font-size: .18rem;
  text-align: center;
}
.post-title p {
  font-size: .12rem;
  color: var(--secondary-color);
}
.post-entry {
  overflow: hidden;
  line-height: 1.5;
  color: #444;
}
.post-entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.post-entry p {
  margin-bottom: 10px;
}
.post-nav {
  padding-top: 10px;
  line-height: 1.5;
  border-top: 1px dashed #e5e5e5;
}
@media (min-width: 768px) {
  .post {
    padding: .35rem .28rem;
  }
  .post-title {
    padding-top: 0;
    padding-bottom: .2rem;
  }
  .post-title h1 {
    margin-bottom: .2rem;
    font-size: .3rem;
  }
  .post-title p {
    font-size: .14rem;
    text-align: center;
  }
  .post-title:after {
    height: .08rem;
  }
  .post-entry {
    font-size: .16rem;
  }
}
@media (min-width: 992px) {
  .post-nav {
    display: flex;
  }
  .post-nav p {
    width: 50%;
  }
}


.tuwenlist li {
  border-bottom: 1px solid #e5e5e5;
}
.tuwenlist li .icon {
  display: block;
  width: 20px;
  height: 26px;
  margin-top: 5px;
  line-height: 22px;
  font-size: .14rem;
  font-style: normal;
  text-align: center;
  background-position: -418px -48px;
}
.tuwenlist li:first-child .icon {
  color: #fff;
  background-position: -337px -48px;
}
.tuwenlist li:nth-child(2) .icon {
  color: #fff;
  background-position: -364px -48px;
}
.tuwenlist li:nth-child(3) .icon {
  color: #fff;
  background-position: -391px -48px;
}
.tuwenlist li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .13rem 0;
}
.tuwenlist li img {
  display: block;
  width: .88rem;
  height: .88rem;
  overflow: hidden;
  margin-right: .1rem;
  border-radius: 5px;
}
.tuwenlist li .text {
  flex: 1;
}
.tuwenlist li .text h4 {
  font-size: .18rem;
  font-weight: normal;
}
.tuwenlist li .text p {
  padding: 5px 0;
}
.tuwenlist li .text .btn {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 15px;
}
@media (min-width: 768px) {
  .tuwenlist li img {
    margin-right: .15rem;
  }
  .tuwenlist li .text p {
    padding: 8px 0;
  }
}


.topiclist li {
  margin: .1rem 0
}
.topiclist li a {
  position: relative;
  display: block;
  text-align: center;
}
.topiclist li .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .5rem;
  padding-top: .25rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
.topiclist li .mask h4 {
  font-weight: normal;
}


.detail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: .2rem 10px;
  background-image: url(../images/detail-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.htit{margin: 20px 25px 0;}
.htit p{font-size: 20px;font-weight: 600;color: #333;line-height: 24px;}
.htit p span{font-size: 20px;color: #e4111e;}
.htit p i{width: 27px;height: 24px;display: inline-block;background-position: -498px -264px;margin-right: 12px;vertical-align: sub;}
.htit p i.gamejs{background-position: -534px -262px;}
.htit p i.gamexx{background-position: -566px -263px;}
.htit p i.gamese{background-position: -597px -262px;}
.htit p i.gamebb{background-position: -630px -262px;}
.htit p i.gamezx{background-position: -146px -37px;width: 32px;}
.htit p i.gamehot{background-position: -734px -262px;height: 26px;}
.htit p i.gametl{background-position: -665px -262px;height: 27px;}
.htit p i.gameqt{background-position: -699px -262px;height: 28px;width: 28px;}
.htit a{color: #999;font-size: 12px;line-height: 32px;display: inline-block;float: right;font-weight: 100;}
.htit a:hover{color: #e4111e;}
.htit a i{width: 10px;height: 14px;display: inline-block;background-position: -413px -20px;margin-left: 3px;vertical-align: middle;}
.showImg2 { height: 376px; padding: 20px 32px 20px; background-color: #fff;overflow: hidden;}
.screenshot .intro{width:788px;position:relative}
.screenshot .intro .slider-contain{position:relative;width:788px;height:317px;}
.screenshot .intro .img-slider{width:788px;height:316px;text-align: center;font-size: 0;white-space:nowrap;}
.screenshot .intro .img-slider img{display: block;height:316px;border-radius:0;width:auto;vertical-align:top}
.screenshot .intro .img-slider li{width:auto;margin-right:16px;display:inline-block;height:316px;}
.screenshot .img-slider li:last-child{margin-right: 0;}
.screenshot .intro .video-js{width: 500px;height: 316px;}
.screenshot .slider-inner-contain{position:relative;left:0;width:788px;height: 336px;overflow-x:scroll;overflow-y:hidden;background:#fff;}
.screenshot .slider-contain .a_left{position:absolute;left:0;top:108px;z-index:10;cursor:pointer;width: 50px;height: 50px;background:url(../img/lightbox/prev.png) no-repeat;}
.screenshot .slider-contain .a_left,.screenshot .slider-contain .a_right{display:none}
.screenshot .slider-contain:hover .a_left,.screenshot .slider-contain:hover .a_right{display:block}
.screenshot .slider-contain .a_right{position:absolute;right:0;top:108px;z-index:10;cursor:pointer;width:50px;height:50px;background: url(../img/lightbox/next.png) no-repeat;}
.screenshot .img-slider .img-item{position:relative;line-height:0;font-size:0}
.slider-inner-contain video{width: 500px;height: 280px;margin-right: 16px;}
.conts{margin: 14px 32px 20px;}
.conts p{font-size: 15px;color: #3d3d3d;line-height: 30px;}
.conts h3{font-size: 20px;line-height: 20px;color: #333333;margin: 15px 0;font-weight: 600;}
.conts h3 i{width: 10px;height: 23px;display: inline-block;background-position: -444px -224px;margin-right: 5px;vertical-align: middle;}
.conts img{max-width: 700px;margin: 0 auto;display: block;padding: 20px 0;}
.loadm_page{overflow: hidden;}
.loadm_page .info{margin: 22px 32px 20px;}
.loadm_page .info a{display: inline-block;height: 30px;border: 1px solid #e5e5e5;border-radius: 16px;line-height: 30px;text-align: center;font-size: 15px;color: #e72935;padding: 0 12px;margin-right: 5px;margin-bottom: 10px;}
.loadm_page .info a i{width: 32px;height: 32px;display: inline-block;background-position: -472px -177px;vertical-align: top;}
.loadm_page .info a:nth-last-child(1){border: none;margin: 0;padding: 0;margin-left: 5px;}
.detail .figure img {
  display: block;
  width: .64rem;
  height: .64rem;
  margin-right: .1rem;
  border-radius: 5px;
}
.detail .text {
  flex: 1;
}
.detail .text p{margin-bottom: 10px;}
.detail .text p span{color: #666;padding-right: 10px;}
.detail .text h1 {
  margin-bottom: 5px;
  font-size: .16rem;
  font-weight: normal;
}
.detail .score {
  width: 120px;
    height: 114px;
    box-shadow: 1px 1px 10px rgb(229 229 229);
    border-radius: 5px;
    float: left;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    box-shadow: 1px 1px 10px rgb(229, 229, 229);
}
.detail .score p:nth-child(1) {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    margin-top: 18px;
    text-align: center;
}.detail .score  span {
    font-size: 30px;
    color: #333335;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.detail .score .star {
  width: 88px;
  display: block;
  height: 14px;
  background: url(../images/star.png) center no-repeat;
  background-size: contain;
  margin: 8px auto;
}
.btn div.az {
    float: left;
    background: linear-gradient(90deg, #35dda8, #41ea79);
    width: 190px;height: 48px;text-align: center;line-height: 48px;border-radius: 24px;color: #fff;display: block;cursor: pointer;
}
.btn div.az i{background-position: -347px -114px;width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: sub;}
.btn div.az a{color: #fff;font-size: 16px;}

.btn div.ios {
    float: left;
    background: linear-gradient(90deg, #dd3535, #ff8100);
    width: 190px;height: 48px;text-align: center;line-height: 48px;border-radius: 24px;color: #fff;display: block;cursor: pointer;
    margin-left: 10px;
}
.btn div.ios i{background-position: -317px -117px;width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: sub;}
.btn div.ios a{color: #fff;font-size: 16px;}
.loadtit {
    width: 786px;
    height: 10px;
    margin: 0 32px;
    background: repeating-linear-gradient( 140deg, #e8e8e8, #fff 1px, #fff 1px, #fff 3px );
    display: inline-block;
}
@media (max-width: 991px) {
  .detail .text .btn {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .mout1{width: 850px;float: left;background: #fff;min-height: 500px;}
  .detail {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    background-image: url(../images/detail-bg.jpg);
  }
  .detail .figure img {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: .2rem;
    border-radius: 35px;
  }
  .detail .text h1 {
    margin-bottom: .2rem;
    font-size: .28rem;
  }
}


.likelist {
  padding-top: .1rem;
}
.likelist li {
  margin-bottom: .1rem;
}
.likelist li a {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: .36rem;
  background-color: #f5f6f7;
  border-radius: .18rem;
  padding-left: 10px;
}
.likelist li a i {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  background-position: -491px -224px;
}
@media (min-width: 768px) {
  .likelist {
    padding: .1rem;
  }
  .likelist li {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
}



/***************** slick-slider S *****************/
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.slick-dots li {
  display: inline-block;
  padding: 5px 7px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 5px;
  height: 5px;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
#indexslider .slick-slide .item {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
#indexslider .slick-slide img {
  width: 100%;
}
@media (min-width: 768px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
/***************** slick-slider E *****************/


.tabs .bd &gt; div {
  display: none;
}
.tabs .bd &gt; .active {
  display: block;
}

.headline .slider {
  margin-bottom: 10px;
}
.headline .slider .item a {
  position: relative;
  display: block;
}
.headline .slider .item h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
}
.headline .slider .slick-dots {
  width: auto;
  left: auto;
  bottom: 2px;
}
.headline .slider .slick-dots li button {
  background-color: #999;
  border-color: #999;
}
.headline .slider .slick-dots .slick-active button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.headline .topnews h2 {
  text-align: center;
}
.headline .topnews h2 a {
  color: var(--theme-color);
}
.headline .topnews p {
  padding: 10px 0;
}
.headline .topnews p span {
  display: inline-block;
  padding: 0 3px;
  color: #d4d4d4;
}
.headline .topnews p a {
  color: #0066c0;
}
.headline .topnews .tabs .hd {
  padding: 1px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fd8042;
}
.headline .topnews .tabs .hd li {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.headline .topnews .tabs .hd .active {
  color: #fff;
  background-color: #fd8042;
}
.headline .topnews .tabs .bd li {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
}
.headline .topnews .tabs .bd li span {
  margin-left: auto;
  color: #999;
}
.headline .recom {
  display: none;
}
@media (min-width: 768px) {
  .headline {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 18px;
    background-color: #fff;
  }
  .headline .slider {
    width: 533px;
    height: 331px;
    margin-bottom: 0;
    border: 2px solid #000;
  }
  .headline .slider .item h4 {
    height: 50px;
    line-height: 50px;
  }
  .headline .slider .slick-dots {
    bottom: 8px;
  }
  .headline .topnews {
    flex: 1;
    min-width: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .headline .topnews .tabs .bd {
    position: relative;
  }
  .headline .topnews .tabs .bd:before {
    position: absolute;
    left: 2px;
    top: 15px;
    bottom: 15px;
    z-index: 1;
    display: block;
    content: '';
    width: 1px;
    background-color: #dde1e8;
  }
  .headline .topnews .tabs .bd li {
    padding-left: 20px;
  }
  .headline .topnews .tabs .bd li:before {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 3;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #dde1e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
}
@media (min-width: 1220px) {
  .headline {
    padding: 18px;
    background: url(../images/headline.jpg) no-repeat;
    background-size: cover;
  }
  .headline .slider .slick-dots {
    width: 30px;
  }
  .headline .slider .slick-dots li {
    float: left;
    display: block;
    padding: 3px;
  }
  .headline .slider .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 0;
  }
  .headline .recom {
    display: block;
    width: 166px;
    padding-top: 10px;
    text-align: center;
  }
  .headline .recom h3 {
    line-height: 50px;
    font-size: 18px;
    color: #fff;
  }
  .headline .recom a {
    display: block;
    margin: 20px auto 0;
  }
  .headline .recom img {
    width: 80px;
    height: 80px;
  }
}



#section-game .content .widget {
  padding-top: 0;
}
#section-game .content .widget .widget-title {
  padding-left: 0;
}
#section-game .content .widget .widget-title h3 {
  margin-right: 10px;
}
#section-game .widget .widget-title .icon {
  width: 32px;
  height: 32px;
}
#section-game .tabs {
  margin-top: 15px;
}
#section-game .tabs .hd {
  display: none;
}
#section-game .tabs .hd li {
  display: block;
  width: 86px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
#section-game .tabs .hd li.active,
#section-game .tabs .hd li:hover {
  color: #fff;
  background: url(../images/icon-pc.png) -517px -2px no-repeat;
}
@media (min-width: 768px) {
  #section-game .widget .widget-title h3 {
    font-size: .24rem;
  }
}

#section-game .gridlist {
  margin-left: -7px;
  margin-right: -7px;
}
.gridlist li {
  float: left;
  width: 33.33%;
  padding: 7px;
  text-align: center;
}
.gridlist li a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 0 10px;
  overflow: hidden;
}
.gridlist li a:before {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgb(229,229,229);
}
.gridlist li img {
  display: block;
  width: 100%;
  height: auto;
}
.gridlist li h4 {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  #section-game .tabs .hd {
    display: flex;
    justify-content: space-between;
  }
  .gridlist li {
    width: 16.66%;
  }
}

#section-game .sidebar .box {
  margin-top: 15px;
  padding: 0;
}
#section-game .sidebar .tuwenlist li {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
}
#section-game .sidebar .tuwenlist li:first-child {
  color: #fff;
  background-color: #9f4248;
}
#section-game .sidebar .tuwenlist li:first-child a {
  color: #fff;
  border-bottom-color: transparent;
}
#section-game .sidebar .tuwenlist li:last-child a {
  border-bottom: none;
}
#section-game .sidebar .tuwenlist li a {
  padding-top: .15rem;
  padding-bottom: .15rem;
  border-bottom: 1px solid #e5e5e5;
}
#section-game .sidebar .tuwenlist li img {
  width: 54px;
  height: 54px;
  margin-left: 20px;
}


.promote{display: block;background: #333;margin:18px 0;}
.promote .box_r {
    width: 570px;
    margin: 20px 20px 0 0;
}.promote .info h2 a {
    color: #fff;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 34px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}.promote .info ul {
    border: 1px solid rgba(255,255,255,.2);
    margin: 10px 0 0;
    padding: 10px;
}.promote .info ul li {
    float: left;
    line-height: 28px;
    color: #ccc;
    padding: 0 10px 0 10px;
    width: calc(50% - 20px);
    background: url(../images/doit_2.png) left center no-repeat;
    background-size: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}.promote .pic {
    width: 200px;
    height: 180px;
    position: relative;
    display: block;
    overflow: hidden;
}.promote .pic .bg {
    width: 150%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: inherit;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    top: -20%;
    right: -15%;
    left: -15%;
    margin: auto;
}.promote .pic .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    *zoom: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))),rgba(114,102,104,.2);
    background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),rgba(114,102,104,.2);
}.promote .pic .all {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 14;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}.promote .pic .all img {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 20px;
}.fr {
    float: right;
    display: inline-block;
}.fl {
    float: left;
    display: inline-block;
}.promote .info h2 a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 24px;
    height: 30px;
    background: url(../images/yhs.png) center no-repeat;
} 
.mlook{color: #fff;padding: 2px 20px;background: #f00;border-radius: 6px;}
.hotzt{width: 100%;float: left;background: #fff;padding: 15px;}
.widget-title {    
    display: flex;
    align-items: center;
    height: 0.32rem;
    line-height: .32rem;
  }
.icon-alert{
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-position: -3px -732px;
  }.shoul {
    background: #f3f3f4 url(../images/icon_xx.png) 20px center no-repeat;
    background-size: 40px;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0 10px;
}
.shoul span {
    background: url(../images/nav_right.png) right center no-repeat;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 40px 0 50px;
    background-size: 30px;
    line-height: 40px;
}.newscont .shoul span a {
    color: #4dcd70;
}


/*涓撻*/
.zt_head {
    width: 100%;
    float: left;
    background: #fff;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 20px;
}.ztimg {
    float: left;
    width: 42%;
    width: 487px;
}.ztimg img {
    width: 487px;
    height: 210px;
}.ztjj {
    float: left;
    margin: 10px 0 0 30px;
    width: 54%;
}.ztjj span {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #e1e1e1 solid;
    font-size: 22px;
    font-weight: bold;
    float: left;
}.ztjj p {
    padding: 15px 0;
    color: #707070;
    font-size: 13px;
    line-height: 28px;
    float: left;
}.cout {
    width: 100%;
    float: left;
    font-size: 15px;
}.ztyx {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}.ztinfo {
    width: 100%;
    float: left;
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}.ztinfo i {
    float: left;
    margin: 0 10px 0 0;
}.ztinfo span {
    color: #78c64b;
}.ztyx_list {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}.ztyx_list li {
    width: 384px;
    float: left;
    background: #fff;
    margin: 0 2% 2% 0;
    position: relative;
    background: #fff;
    height: 194px;
    list-style: none;
}.ztyx_list li:nth-child(1) {
    background: url(cd1.png) #fff left top no-repeat;
}.ztyx_list li:nth-child(2) {
    background: url(cd2.png) #fff left top no-repeat;
}.ztyx_list li:nth-child(3) {
    background: url(cd3.png) #fff left top no-repeat;
}.game_col {
    padding: 20px;
    float: left;
}.gamepic {
    float: left;
    width: 90px;
    border-radius: 10px;
}.gamepic img {
    border-radius: 10px;
    width: 90px;
}.gametext {
    float: left;
    width: 210px;
    margin-left: 10px;
}.gametext h1 {
    font-weight: 400;
    font-size: 20px;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}.gametext p {
    padding: 8px 0;
    margin: 0;
    color: #666;
    font-size: 13px;
    float: left;
    width: 100%;
}.gametext p {
    padding: 8px 0;
    margin: 0;
    color: #666;
    font-size: 13px;
    float: left;
    width: 100%;
}.gamewz {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666;
    margin: 10px 0 15px 0;
}.gnma {
    width: 100%;
    float: left;
}.gnma i {
    width: 16px;
    height: 3px;
    background: #626060;
    float: left;
    margin: 12px 7px 0 0;
}.gnma a {
    float: right;
    margin: 0 10px 0 0;
    padding: 4px 12px;
    background: #98d34f;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
}.gnma span {
    color: #999;
    font-size: 14px;
    float: left;
    margin: 4px 0 0 0;
}.ztinfo {
    width: 100%;
    float: left;
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}.ztinfo i {
    float: left;
    margin: 0 10px 0 0;
}.ztinfo span {
    color: #78c64b;
}.zttjs {
    width: 100%;
    float: left;
    margin: 20px 0;
}.zttjs li {
    width: 222px;
    float: left;
    margin: 0 22px 0 0;
    position: relative;
    list-style: none;
}.zttjs li img {
    width: 222px;
    height: 122px;
    overflow: hidden;
    border-radius: 10px;
}.zttjs p {
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #666;
}   



/**************************/
#addzhushou{width: 15px;
    height: 15px; margin-right: 15px;
    font-size: 15px;}
.add360zs{   display: flex;
    z-index: 9999;
    position: relative;
    justify-content: center;
    top: 10px;}
.add360zs a{         width: 60%;
    height: 40px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #35dda8, #41ea79);
    border-radius: 30px;
    color: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 18px;
}
#addclick{ position:relative}
#addclick span{width:20px; height:20px; display:block; overflow:hidden; position:absolute;top:0}




</pre></body></html>