<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

h1,
h3 {
  font-size: .24rem;
  margin-bottom: .5em;
}

p {
  margin-bottom: 1em !important;
}

#charactar h2,
#feature h2 {
  
}

html {
  font-size: 100px;
}

header {
  /* height: 9.5rem; */
  height: auto;
  /* background: url(../img/bg_top.jpg) 0 -20px no-repeat;
  background-size: contain; */
  position: relative;
}

.bg_top {display: block;margin:0 auto; margin-top: -1.4rem; max-width: 100%;}

#header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031457+0,06226b+100 */
  background: #1b171680;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#433e3b), to(#1b1716));
  background: linear-gradient(to left, #1b1716 50%, #2f2b29 50%, #433e3b 50%, #2f2b29 50%, #1b1716 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: .97rem;
  border-bottom: 1px #eae1bf solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 下矢印 */
  /* サブリンク */
  /* SPメニュー開閉ボタン*/
  opacity: 0.85;
}

#header .m_logo {
  width: 2.5rem;
  text-align: center;
}

#header .m_logo a img{
  /* width:100%; */
}

#header #menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header .menu {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header .menu&gt;li {
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  margin: 0 .05rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-indent: -2000%;
  font-size: 0.12rem;
}

#header .menu&gt;li a {
  display: block;
  color: #112299;
}

#header .menu&gt;li.menu_title {
  display: none;
}

#header .menu .menu_top {
  display: none;
}

#header .menu .menu_news {
  background: url(../img/m_news.png) center center no-repeat;
}

#header .menu .menu_info {
  background: url(../img/m_info.png) center center no-repeat;
}

#header .menu .menu_guide {
  background: url(../img/m_guide.png) center center no-repeat;
}

#header .menu .menu_buy {
  background: url(../img/m_buy.png) center center no-repeat;
}

#header .menu .menu_etc {
  background: url(../img/m_etc.png) center center no-repeat;
}

#header .menu&gt;li .menu&gt;li a:hover {
  color: #999;
}

#header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#header ul.menu__second-level li {
  text-indent: 0;
  text-align: center;
  line-height: .4rem;
  height: .4rem;
}

#header ul.menu__second-level li a:hover {
  background: #e5e5e5;
}

#header .init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .menu&gt;li.menu__single {
  position: relative;
}

#header li.menu__single ul.menu__second-level {
  position: absolute;
  top: 0px;
  left: .05rem;
  width: 1.5rem;
  background: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  /* border: 1px solid #cccccc; */
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

#header li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
#header li.menu__single:hover ul.menu__second-level li a {
  color: #fff;
}
#header li.menu__single:hover ul.menu__second-level li a:hover {
  background: #a08466;
}
#header .sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .sublink li {
  width: .4rem;
  margin: .1rem;
}

#header .sublink li a img {
  display: block;
  width: 100%;
}

#header .sublink li a img:hover {
  opacity: 0.6;
}

#header .menu_open {
  display: none;
}

.foot_start {
  display: block;
  width: 100%;
  margin: 0rem auto;
  /* padding: 0.2rem 0; */
}

.foot_start img {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.spec {
  width: 100%;
  background: url(../img/bg_spec.jpg) center top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0.2rem 1rem;
  margin: 0 auto;
  border-top: 1px solid #371b17;
  border-bottom: 1px solid #653026;
  align-items: center;
}

.spec table {
  width: 700px;
  font-size: 16px;
  border-top: 1px solid #eae1bf;
  border: 1px solid #eae1bf;
}

.spec table tr {
  border: 1px solid #eae1bf;
}

.spec table th {
  width: 5em;
  font-weight: normal;
  width: 150px;
  padding: 10px;
  color: #eae1bf;
  border: 1px solid #eae1bf;
  text-align: center;
}

.spec table td {
  padding: 10px;
  color: #eae1bf;
}

.spec .logo {
  width: 50%;
  text-align: center;
  margin-top: 0.5rem;
}

.spec .icon {
  width: 226px;
  margin-left: 0.4rem;
  text-align: center;
}

.icon img {
  width: 100%;
  border: 2px solid #eae1bf;
  min-width: 226px;
  border-radius: 15px;
}

.company_info {
  padding: 18px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background: #24201d;
  border-top: 1px solid #301510;
}

.company_info img {
  width: 186px;
  height: 69px;
}

.company_info div {
  margin: 0px 0px 0px 40px;
}

.company_info ul {
  margin-bottom: 0px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #878787;
}

.company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}
.company_info ul li a {color: #878787;}
.company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: normal;
  /* background: #000; */
  color: #878787;
}


.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  content: '' !important;
}

.charactar-slider .swiper-slide {
  width: 100%;
  height: 10.8rem;
}

.charactar-slider .swiper-slide img {
  display: none;
}

.charactar-slider .charactar_1 {
  background: url(../img/chara_1.png) no-repeat center center;
}

.charactar-slider .charactar_2 {
  background: url(../img/chara_2.png) no-repeat center center;
}

.charactar-slider .charactar_3 {
  background: url(../img/chara_3.png) no-repeat center center;
}

.charactar-slider .charactar_4 {
  background: url(../img/chara_4.png) no-repeat center center;
}

.charactar-slider .charactar_5 {
  background: url(../img/chara_5.png) no-repeat center center;
}

.charactar-slider .swiper-pagination-bullet {
  width: .20rem;
  height: .20rem;
  text-align: center;
  line-height: .20rem;
  font-size: .12rem;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.charactar-slider .prev1,
.charactar-slider .next1 {
  width: .8rem !important;
  height: .64rem !important;
  top: 65% !important;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) !important;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) !important;
}

.charactar-slider .prev1 {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: cover !important;
  left: 50% !important;
  margin-left: -5.92rem;
}

.charactar-slider .next1 {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  right: 50%;
  margin-right: -5.92rem;
}

.charactar-slider .pagination .swiper-pagination-bullet-active {
  opacity: 0.75;
  background-color: #000;
}

.charactar-slider .pagination span {
  width: 1.62rem;
  height: 1.66rem;
  margin: 0 .25rem !important;
  opacity: 1;
  font-size: 0;
}

.charactar-slider .pagination span:nth-child(1) {
  background: url(../img/c_icon_1.png) no-repeat;
}

.charactar-slider .pagination span:nth-child(2) {
  background: url(../img/c_icon_2.png) no-repeat;
}

.charactar-slider .pagination span:nth-child(3) {
  background: url(../img/c_icon_3.png) no-repeat;
}

.charactar-slider .pagination span:nth-child(4) {
  background: url(../img/c_icon_4.png) no-repeat;
}

.charactar-slider .pagination span:nth-child(5) {
  background: url(../img/c_icon_5.png) no-repeat;
}

.pagination2 {
  width: 100%;
  margin: .25rem auto 0 auto;
  text-align: center;
}

.pagination2 .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  display: inline-block;
  border-radius: 100%;
  background: #e8e8e8;
  opacity: .2;
}

.pagination2 .swiper-pagination-bullet-active {
  opacity: 1;
  width: .2rem;
  border-radius: .1rem;
  background-color: #786c52;
}

.pagination2 span {
  margin: 0 5px !important;
  font-size: 0;
}

.pagination2 span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

body {
  font-size: 16px;
  margin: 0;
}

#wrapper {
  background:url(../img/bg_feature.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  /* position: fixed; */
}

.top_logo {
  display: block;
  width: 29%;
  margin: 0.2rem 0 0 0.5rem;
}

.top_start {
  display: block;
  width: 5.47rem;
  margin: 0 auto;
  position: absolute;
  top: 73%;
  left: 16%;
}



.top_start img {
  /* width: 100%; */
  max-width: 100%;
}
.top_start:hover img{ opacity: .85;}

#news_area {
  overflow: hidden;
  width: 10.24rem;
  margin: 0rem auto 0 auto;
}

main {
  /* background-image: url(../img/bg_feature.jpg);
  background-attachment: fixed; */
  padding: 0.5rem 0 0rem 0;
  /* background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; */
  overflow: hidden;
}

#banner {
  position: relative;
  /* background: url(../img/f_banner.png) no-repeat; */
  width: 7.72rem;
  height: 2.97rem;
  padding-top: calc((2.97rem - 2.65rem) / 2);
  padding-left: 0.14rem;
  margin: 0 auto .5rem auto;
  overflow: hidden;
}

#banner ul {
  width: 7.4rem;
  margin: auto;
}

#banner ul img {
  display: block;
  width: 100%;
}

/* 追加切换按钮 */
#banner .banner-slider .banner-list{
  left: 0px;
  /* margin-top: -0.3rem; */
  width: 100%;
  bottom: 0;

}
.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 16px!important;}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff !important;
    opacity: 1 !important;
    margin:0 0.05rem;
    box-shadow: 0px 0px 4px 2px #000;
}
.swiper-pagination-bullet-active{
  background: rgb(215 183 106)!important;
}

#news {
  overflow: hidden;
  background: url(../img/f_news.png) no-repeat;
  width: 7.5rem;
  height: 5.5rem;
  font-size: 0.14rem;
  margin: 0 auto;
  padding: .25rem;
}
.notice_tabs_list{
	height: 36px;
	}

.notice_tabs_list ul {
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 36px;
  width: 6.5rem;
  margin: 0 auto;
}



.notice_tabs_list ul li {
  color: #70362d;
  cursor: pointer;
  width: 130px;
  height: 36px;
  border-width: 1px 1px 1px 1px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 36px;
  transition: 0.5s ease-in;
  background: linear-gradient(#ecd7ac, #f9ead3);
}
.notice_tabs_list ul li:last-child{
  margin-right: 0;
}

.notice_tabs_list ul li:hover {
  background: -webkit-linear-gradient(#672020, #7e3e34); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#672020, #7e3e34); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#672020, #7e3e34); /* Firefox 3.6 - 15 */
 background: linear-gradient(#672020, #7e3e34); /* 标准的语法 */
  color: #fff;
  font-weight: bold;
}

.notice_tabs_list ul li.active {
  border: 1px solid #ccb598;
 background: -webkit-linear-gradient(#672020, #7e3e34); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#672020, #7e3e34); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#672020, #7e3e34); /* Firefox 3.6 - 15 */
 background: linear-gradient(#672020, #7e3e34); /* 标准的语法 */
 color:#FFF;
 font-weight: bold;
 text-shadow:#000 0px 1px 1px;
}

.notice_tabs_list ul li.active:hover {
  color:#ffe7a8;
}

#news .tabs {
  /* height:442px; */
  flex: 1;
  width: 6.4rem;
  margin: 0 auto;
  overflow: hidden;
}

#news .tabs  li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}
#news .tabs  li ul {
  margin-bottom:5px;
  height: 3.6rem;
  overflow: hidden;
}
#news .tabs ul li ul li {
  /* padding: 25px 22px 10px 22px; */
  /* position: relative; */
  display: flex;
  line-height: 49px;
  /* font-size: 12px; */
  flex-direction: row;
  border-bottom:1px solid #fff;
  height: 49px;
}

#news .tabs ul li ul li .t1 {
  flex: auto;
}

#news .tabs ul li ul li a {
  color:#fff;
  text-decoration:none;
}

#news .tabs ul li ul li a:hover {
  color:#efddb8;
}

#news .tabs ul li ul li img {
  height: 15px;  
  position: absolute;
  top: 15px;
  left: 22px;
}
#news .tabs ul li ul li .t3 {color:#fff;font-size: 12px;}

#news ul li .ic_type21 {
  background: #23ff00 url(../img/label_event.png) no-repeat;
  width: 50px;
  /* position: absolute; */
  /* display: block; */
  height: 15px;
  /* top: 0px; */
  margin-top: .18rem;
  margin-right: .1rem;
}

#news ul li .ic_type20 {
  background: #ff0000 url(../img/label_news.png) no-repeat;
  width: 50px;
  /* position: absolute; */
  /* display: block; */
  height: 15px;
  /* top: 0px; */
  margin-top: .18rem;
  margin-right: .1rem;
}

#news ul li .ic_type22 {
  background: #1100ff url(../img/label_update.png) no-repeat;
  width: 50px;
  /* position: absolute; */
  /* display: block; */
  height: 15px;
  /* top: 0px; */
  margin-top: .18rem;
  margin-right: .1rem;
}

#news ul li .ic_type23 {
  background: #919191 url(../img/label_mainte.png) no-repeat;
  width: 50px;
  /* position: absolute; */
  /* display: block; */
  height: 15px;
  /* top: 0px; */
  margin-top: .18rem;
  margin-right: .1rem;
}

#news .morebtn {
  width: 100px;
  height: 30px;
  background:#f1debb;
  line-height: 30px;
  text-align: center;
  color: #260804;
  /* height: 16px; */
  display: block;
  /* margin-top: .1rem; */
  float: right;
  border-radius: 20px;
}
#news .morebtn a {
  color: #260804;
  text-decoration: none;
}

#news .morebtn:hover {
  background-color: #f1debb80;
}


body main #top_bn {
  background: linear-gradient(to right,#1a110c80, #42210980, #1a110c80);
  /* height: 132px; */
  width: 100%;
  margin: 45px auto 10px;
  border-top: 1px solid #eae1bf;
  border-bottom: 1px solid #eae1bf;
}

body main #top_bn ul {
  display: flex;
  justify-content: center;
}

body main #top_bn ul li {
  /* width: 250px; */
  margin: 25px 15px;
}

#charactar {
  position: relative;
  margin: .5rem auto 0 auto;
}

#charactar h2 {
  margin-top: 1.2rem;
}

#feature {
  position: relative;
  max-width: 12.8rem;
  height: 8.9rem;
  margin: 0 auto;
}

#feature h2 {
  margin-top: 0;
  position: relative;
  width: 10.8rem;
  margin: 0 auto;
}

#feature .feature-slider {
  margin-top: .25rem;
  height: 484px;
}

#feature .feature-slider .swiper-slide {
  width: 100%;
}


#feature .feature-slider .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
  border: 2px solid #ce951b;
  box-shadow: 0 5px 30px #000;
  background: #000;
  opacity: .45;
}
#feature .feature-slider .swiper-slide-active img {
  background: #000;
  opacity: 1;
}

#feature .feature-w .feature-slider .fs-button-prev,
#feature .feature-w .feature-slider .fs-button-next {
  width: 55px !important;
  height: 63px !important;
  top: 57% !important;
  margin-top: -77px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) !important;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) !important;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

#feature .feature-w .feature-slider .fs-button-prev:after,
#feature .feature-w .feature-slider .fs-button-next:after {
  content: '';
}

#feature .feature-w .feature-slider .fs-button-prev {
  background: url(../img/btn_prev.png) no-repeat !important;
  background-size: cover !important;
  left: 50% !important;
  margin-left: -536px;
}

#feature .feature-w .feature-slider .fs-button-next {
  background: url(../img/btn_next.png) no-repeat !important;
  background-size: cover !important;
  right: 50%;
  margin-right: -536px;
}
.pagination2 {
  width: 100%;
  bottom: 5%;
  /* height: 20px; */
  /* left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 0 0 0 0.2rem;
  margin: 0.25rem auto 0 0.1rem;
  text-align: right !important; */
}

.pagination2 .swiper-pagination-bullet {
  width: 45px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, .6);
  opacity: 1;
  border-radius: 0;
}

.pagination2 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
  border-radius: 0;
  background-color: #ce951b;
}

.pagination2 span {
  margin: 0 5px !important;
  font-size: 0;
}

.pagination2 span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}


#world {
  position: relative;
  height: 10.8rem;
  background: url(../img/bg_story.jpg) no-repeat center center;
  margin: 0 auto;
  width: 100%;
}
#world h2 {
  position: relative;
  margin: 0 auto;
  width: 9.5rem;
  margin-top: .6rem;
}
#world&gt;img {
  display: block;
  width: 9.5rem;
  margin: 0 auto;
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#individual {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

#individual header {
  background-image: url(../img/bg_feature.jpg);
  height: auto;
}

#individual header #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#individual header #header .header_logo img {
  display: block;
  height: .4rem;
  margin: .1rem auto;
}

#individual header #banner {
  background-color: #fff;
  padding: .2rem;
  width: 7.6rem;
  margin: .75rem auto .25rem auto;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#individual main #news_list {
  width: 7.6rem;
  margin: 0 auto;
}

#individual main #news_list #genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: .2rem auto;
}

#individual main #news_list #genre li {
  background: linear-gradient(#ecd7ac, #f9ead3);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  font-weight: bold;
  text-align: center;
  width: 1.06rem;
  border-radius: 2px;
  padding: .1rem .05rem;
  margin: .1rem;
}

#individual main #news_list #genre li a {
  display: block;
  color: #70362d;
  text-decoration: none;
}

 #individual main #news_list #genre li:hover {
  /* color: #fff; */
  background: linear-gradient(#672020, #7e3e34);
} 

#individual main #news_list #genre li a:hover {
  /* background: linear-gradient(#672020, #7e3e34); */
  color: #fff;
}

#individual main #news_list .pagecontent .spcontain .spcontainer {
  width: 680px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #fff;
}
#individual main #news_list .pagecontent .spcontain .spcontainer table{
  border:1px solid #73694f;
}
#individual main #news_list .pagecontent .spcontain .spcontainer table tr{
  border:1px solid #73694f;
}
#individual main #news_list .pagecontent .spcontain .spcontainer table td{
  border:1px solid #73694f;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .faq_block {
  border: 2px double #c5a975;
  border-radius: 6px;
  padding: 10PX 20px 20px 20px;
  background: #2e21178c;
  margin-bottom: 1em;
  color: #fff;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .faq_block .q {
  background: url(../img/in_icon_q.png) no-repeat left top;
  line-height: 30px;
  display: inline-block;
  padding: 0px 20px 0px 40px;
  margin: 5px 0px;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .faq_block .a {
  background: url(../img/in_icon_a.png) no-repeat left top;
  line-height: 30px;
  padding: 0px 10px 0px 40px;
  display: inline-block;
  margin: 5px 0px;
}

#individual main #news_list #news_body li {
  font-size: .18rem;
  background: #eedab1;
  border: 1px solid #c89f6a;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: .15rem;
  margin-bottom: .2rem;
}

#individual main #news_list #news_body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  text-decoration: none;
  color: #401b15;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#individual main #news_list #news_body li a .min_banner img {
  width: 2.5rem;
  margin-right: .2rem;
}

#individual main #news_list #news_body li a .icon {
  -ms-flex-preferred-size: 1.5rem;
  flex-basis: 1.5rem;
  width: 1.5rem;
  height: .89rem;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#individual main #news_list #news_body li a .icon .ic_type21 {
  background: url(../img/event.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type20 {
  background: url(../img/info.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type22 {
  background: url(../img/update.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type23 {
  background: url(../img/mainte.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .date {
  padding: .05rem .05rem .05rem .15rem;
  line-height: .24rem;
}

#individual main #news_list #news_body li a .date span {
  vertical-align: middle;
}

#individual main #news_list .page_nav {
  width: 2rem;
  margin: auto;
  display: flex;
  height: 1rem;
  justify-content: space-around;
  align-items: center;
}

#individual main #news_list .page_nav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 2px 8px;
  border: 1px solid #fff;
}

#individual main #news_list .page_nav li a:hover {
  color: #554c48;
  border: 1px solid #554c48;
}

#individual main #news_list .sppagination {
  margin: .5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#individual main #news_list .sppagination a,
#individual main #news_list .sppagination b {
  margin: 0 .1rem;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
  background-color: #e1be90;
  color: #1c0d0a;
  display: block;
  text-align: center;
  line-height: .4rem;
  width: .4rem;
  height: .4rem;
  border: 1px solid #790000;
}
#individual main #news_list .sppagination a {
  text-decoration: none;
  color: #1c0d0a;
}
#individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #790000;
  color: #fff;
}

#individual main .pagecontent {
  margin: 0 0 .75rem 0;
}

#individual main .pagecontent .subtitle {
  margin-bottom: .05rem;
}

#individual main .pagecontent .spcontain {
  font-size: .14rem;
  width: 760px;
  min-height: 580px;
  background-image: url(../img/ingame_content_head.png), url(../img/ingame_content_foot.png), url(../img/ingame_content_body.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center center;
  background-size: 100%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: .4rem;
}

#individual main .pagecontent .subtitle .sp_page_right_top {
  color: #fff;
}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a {
  color: #fd9d0d;
  text-decoration: none;
}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a:hover {
  color: #ffb23e;
  text-decoration: none;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit {
  border-bottom: 1px solid #333333;
  margin-bottom: .2rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #d0c4a9;
  padding: .1rem;
  background: url(../img/in_tit_bg.png) no-repeat;
  border-color: #eae1bf;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 0 auto .25rem auto;
  margin-bottom: 0rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
  color: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  margin-bottom: .24rem;
  color: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb {
  border: #000 1px solid;
  margin: 0 auto 20px auto;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb th {
  color: #fff;
  padding: 8px 15px;
  background: #73694f;
  font-weight: bold;
  border-left: 1px solid #adadad;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  line-height: 120%;
  text-align: left;
  text-shadow: 1px 1px 4px #000000;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .spcontact form .cateBox_tb tr td {
  text-align: left;
  padding: 8px 15px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

.contact_tb {
  margin: .24rem auto !important;
}

.cateBox_tb tr td table tr td {
  border: none;
  box-shadow: none;
  text-align: left !important;
}

.submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  color: #3c3a32;
  background: linear-gradient(to top, #9c8d6d 0%, #e9e0bf 100%);
  border-bottom: #80704e 2px solid;
  border-top: #fffdf6 2px solid;
  padding: .1rem;
  text-decoration: none;
  margin-top: 0.2rem auto;
  border-radius: 4px;
  border: 0;
}

.ch01 {
  background: url(../img/contact/iconch.jpg) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
}

.ch02 {
  background: url(../img/contact/iconch.jpg) 0 -15px no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
}

.ch03 {
  background: url(../img/contact/iconch.jpg) 0 -30px no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
}

.days {
  right: 10px;
  font-size: 14px;
  position: absolute;
}

.title {
  width: 500px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis；
}

.cateBox_tb {
  border: #000 1px solid;
  width: 800px;
  margin: 0 auto 20px auto;
}

.cateBox_tb&gt;tbody&gt;tr&gt;th {
  background: #472600;
  color: #fff;
  padding: 5px 10px;
  border-bottom: #fff 1px solid;
  width: 200px;
  text-align: left !important;
}

.cateBox_tb&gt;tbody&gt;tr&gt;th:last-of-type {
  border-bottom: #000 1px solid;
}

.cateBox_tb&gt;tbody&gt;tr&gt;td {
  padding: 5px 10px;
  border-bottom: #000 1px solid;
  text-align: left !important;
}

.sub_tb td {
  padding: 5px 10px 5px 0;
}

.formbt {
  text-align: center;
}

.formbt .submit,
.formbt .back_button {
  padding: 5px 10px;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital ul {
  padding: 0 0.2rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h1 {
  font-size: 160%;
  color: #fff3d0;
  text-align: left;
  background: url(../img/in_tit_bg.png) no-repeat;
  margin: 20px auto;
  padding: 10px 20px 10px;
  border-radius: 5px;
  font-size: 0.14rem;
  border: 1px #eae1bf solid;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h2{
  color: #fff;
    font-size: 0.14rem;
    margin: 10px 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h3 {
  background: #311c16;
  background: url(../img/in_tit_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin: 20px auto;
  line-height: 40px;
  border-radius: 5px;
  color: #eae1bf;
  font-size: 18px;
  padding-left: 10px;
  border: 1px solid #eae1bf;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .block {
  overflow: hidden;
  clear: both;
  margin: 0 auto 20px auto;
  line-height: 1.8em;
  font-size: 0.14rem;
  width: 100%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .caution {
  color: red;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: left;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li {
  text-align: center;
  width: 30%;
  border: 1px solid #3c1009;
  border-radius: 4px;
  margin: 1%;
  overflow: hidden;
  background: #4f251d;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  transition: 0.5s ease;
  color: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li a:hover {
  background: #aa5815;
  color: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  height:auto;
  max-width: 100%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #73694f;
  font-size: 0.9em;
  border-spacing: 0;
  color: #fff;
  margin: 0 0 .24rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: 8px 15px;
  background: #73694f;
  font-weight: bold;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 120%;
  text-align: center;
  text-shadow: 1px 1px 4px #000000;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #fff;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 8px 15px;
  border-bottom: 1px solid #73694f;
  border-left: 1px solid #73694f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1.1rem;
  color: #fff;
  padding: .1rem;
  background: linear-gradient(to top, #825526 0%, #e1c980 100%);
  border-bottom: #100908 2px solid;
  border-top: #fffdf6de 2px solid;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.16rem;
}



#individual footer {
  background-color: #fff;
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#second {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#second header {
  background-image: none;
  height: auto;
}

#second header #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#second header #header .header_logo img {
  display: block;
  height: .4rem;
  margin: .1rem auto;
}

#second header #banner {
  background-color: #fff;
  padding: .2rem;
  width: 7.6rem;
  margin: .75rem auto .25rem auto;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#second main #second_body {
  width: 7.6rem;
  margin: 0 auto;
}

#second main #second_body .pagecontent {
  margin: 0 0 .75rem 0;
}

#second main #second_body .pagecontent .subtitle {
  position: relative;
  margin-bottom: .0rem;
}

#second main #second_body .pagecontent .subtitle h2 {
  font-size: .24rem;
  margin: 0 auto;
}

#second main #second_body .pagecontent .subtitle .sp_page_right_top {
  color: #fff;
  position: absolute;
  bottom: .03rem;
  right: .1rem;
}

#second main #second_body .pagecontent .subtitle .sp_page_right_top a {
  color: #fd9d0d;
  text-decoration: none;
}

#second main #second_body .pagecontent .spcontain {
  font-size: .14rem;
  width: 760px;
  min-height: 380px;
  background-image: url(../img/content_head.png), url(../img/content_foot.png), url(../img/content_body.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center center;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: .4rem;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_tit {
  border-bottom: 1px solid #333333;
  margin-bottom: .2rem;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #d0c4a9;
  padding: .1rem;
  border-width: 0 0 1px 15px;
  border-color: #625c53;
  border-style: solid;
  margin: 0 auto .25rem auto;
  margin-bottom: 0rem;
  margin-bottom: 0rem;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital {
  margin-bottom: .24rem;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital h3 {
  color: #d0c4a9;
  padding: .1rem;
  border-width: 0 0 1px 15px;
  border-color: #625c53;
  border-style: solid;
  margin: 0 auto .25rem auto;
  margin-bottom: 0rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h4 {
  text-align: left;
  font-weight: bold;
  background: url(../img/in_tit_bg.png) no-repeat;
  margin: 20px auto;
  padding: 10px 20px 10px;
  border-radius: 5px;
  font-size: 0.14rem;
  border: 1px #eae1bf solid;
  color: #ffc05a;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital strong{
  color: #ff5000;
}


#individual main .pagecontent .spcontain .spcontainer .page_dital h6 {
  font-size: .16rem;
  font-weight: bold;
  color: #ff8f00;
  margin-bottom: .1rem;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital .guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: left;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital .guide_list li {
  text-align: center;
  width: 30%;
  border: 1px solid #6b604c;
  border-radius: 4px;
  margin: 1%;
  overflow: hidden;
  background: #2f2a27;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital .guide_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  transition: 0.5s ease;
  color: #fff;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital .guide_list li a:hover {
  background: #aa5815;
  color: #fff;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital img {
  display: block;
  max-width: 100%;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital table {
  /* width: 100%; */
  border: 1px solid #333333;
  font-size: 0.9em;
  border-spacing: 0;
  color: #fff;
  margin: 0 0 .24rem 0;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: 8px 15px;
  background: #00234b;
  font-weight: bold;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  line-height: 120%;
  text-align: center;
  text-shadow: 1px 1px 4px #000000;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

/* #second main #second_body .pagecontent .spcontain .spcontainer .page_dital table tr {
  background: #fff;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(2n+1) {
  background-color: #e7eff2;
} */

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 8px 15px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

#second main #second_body .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#second main #second_body .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  height: 0.4rem;
  color: #3c3a32;
  background: linear-gradient(to top, #9c8d6d 0%, #e9e0bf 100%);
  border-bottom: #80704e 2px solid;
  border-top: #fffdf6 2px solid;
  padding: 0.07rem;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.16rem;
}

#second main footer {
  background-color: rgba(255, 255, 255, 0.5);
}

/* weeks */
#individual main .pagecontent .weeksbanner {
  background: url(../img/weeks/bannerbg.png) repeat;
    height: 221px;
    width: 760px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 2px solid #796d53;
    margin-bottom: 0.2rem;
}

#weekbanner {
  width: 726px;
    /* height: 265px; */
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

#weekbanner_list {
  width: 726px;
  height: 134px;
  overflow: hidden;
  margin: 0 auto;
}

/* #weekbanner_list a {
    margin: 0 auto;
    float: left;
} */

#weekbanner_list a img{
  width: 100%;
  display: block;
  float: left;
  margin: 0 auto;
}

#weekbanner ul {
  z-index: 999;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

#weekbanner ul li {
  float: left;
  width: 130px;
  height: 50px;
  display: inline;
  cursor: pointer;
  /* overflow: hidden; */
  color: #fff;
  background: url(../img/weeks/week_tabs.png) no-repeat;
}

#weekbanner ul li.one1 {
  background-position: 0px 0px;
}

#weekbanner ul li.one1.on {
  background-position: 0px -50px;
}

#weekbanner ul li.one1:hover {
  background-position: 0px -50px;
}

#weekbanner ul li.one2 {
  background-position: -153px 0px;
}

#weekbanner ul li.one2.on {
  background-position: -153px -50px;
}

#weekbanner ul li.one2:hover {
  background-position: -153px -50px;
}

#weekbanner ul li.one3 {
  background-position: -305px 0px;
}

#weekbanner ul li.one3.on {
  background-position: -305px -50px;
}

#weekbanner ul li.one3:hover {
  background-position: -305px -50px;
}

#weekbanner ul li.one4 {
  background-position: -457px 0px;
}

#weekbanner ul li.one4.on {
  background-position: -457px -50px;
}

#weekbanner ul li.one4:hover {
  background-position: -457px -50px;
}

#weekbanner ul li.one5 {
  background-position: -610px 0px;
}

#weekbanner ul li.one5.on {
  background-position: -610px -50px;
}

#weekbanner ul li.one5:hover {
  background-position: -610px -50px;
}


@media  screen and (min-width:800px) and (max-width:1024px) {
  #wrapper {
    background: url(../img/headbg@1024.jpg) no-repeat top center;
    /* background-size: contain; */
}
header {
  height: 9rem;
}
.top_logo {
  display: block;
  width: 416px;
  margin: 0.2rem 0 0 -0.3rem;
}
  .top_title{
    width: 100%;
  }

  .top_start {
    top: 70%;
    left: 11%;
    width: 4rem;
  }

}

#individual main #news_list &gt; .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1.4rem;
  background-color: #333;
  color: #fff;
  padding: 0.1rem;
  text-decoration: none;
  border-radius: 2px;
}

#individual main #news_list &gt; .back_btn a:hover {
  background-color: #fff;
  color: #329dce;
}</pre></body></html>