/*全局*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
header,
footer,
section,
aside,
article {
    padding: 0;
    margin: 0
}

body {
    background: #1d0f0c url(../images/bg-body.jpg) repeat-y center top;
    font-size: 12px;
    font-family: "Microsoft YaHei", Tahoma, SimSun, Verdana;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal
}

abbr,
acronym,
img,
input {
    border: 0
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.disb {
    display: block;
}

.hid {
    display: none;
}

.disib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a {
    color: #d7b591;
    text-decoration: none
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus,
input:focus {
    outline: 0
}

img {
    border: 0;
    vertical-align: top;
}

.clr {
    clear: both;
}

.mainbox {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    position: relative;
    min-width: 1200px;
}

.mainboxtop {
    margin: 0 auto;
    width: 100%;
    margin-top: -258px;
    position: relative;
    z-index: 10;
    min-width: 1200px;
    background: url(../images/renwu-daoshi.png) no-repeat left bottom;
    background-size: auto 1100px;
    background-position: left bottom 3000px;
    min-height: 1100px;      /* 添加这一行 */
}

/* 导航栏核心样式 */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(30, 15, 10, 0.95), rgba(30, 15, 10, 0.8));
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo 和菜单一起排列 */
.logo-wrap {
    flex-shrink: 0;
    margin-right: 40px;
}

.logo-wrap img {
    height: 140px;
    display: block;
}

/* 主体内容顶部留出导航栏空间 */
.mainbox {
    padding-top: 100px !important;
}

/* 导航菜单 */
.site-header .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
}

.site-header .nav-menu li {
    margin: 0 25px;
    white-space: nowrap;
    flex-shrink: 0;
}

.site-header .nav-menu li a {
    display: block;
    color: #d4a046;
    text-decoration: none;
    font-size: 22px;                /* 放大：原来18px → 22px */
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.site-header .nav-menu li a span {
    font-size: 14px;                /* 放大：原来12px → 14px */
    color: #a8a887;
    margin-top: 3px;
    display: block;
}

.site-header .nav-menu li a:hover {
    color: #e6c080;
}

/* 小屏幕时缩小间距和字号 */
@media screen and (max-width: 1400px) {
    .logo-wrap {
        margin-right: 25px;
    }
    .site-header .nav-menu li {
        margin: 0 18px;
    }
    .site-header .nav-menu li a {
        font-size: 20px;            /* 原来17px → 20px */
    }
    .site-header .nav-menu li a span {
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .logo-wrap {
        margin-right: 20px;
    }
    .site-header .nav-menu li {
        margin: 0 12px;
    }
    .site-header .nav-menu li a {
        font-size: 18px;            /* 原来16px → 18px */
    }
    .site-header .nav-menu li a span {
        font-size: 12px;
    }
}

/*------ banner大图 ------*/
#banner {
    height: 920px;
}
#bannerbg {
    width: 1920px;
    height: 656px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: 100% auto;
    top: 100px;           /* 与视频的 top 值保持一致 */
    left: 50%;
    transform: translateX(-50%);
}
.bannervideo {
    width: 1920px;
    height: 656px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 100px;           /* 当前值，减小这个数值视频会上移 */
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
}

.videolist {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.videolist .hd {
    position: absolute;
    left: 48%;
    top: 620px;
    width: auto;
    padding-left: 12px;
    height: 20px;
    text-align: center;
    z-index: 99;
}

.videolist .hd ul li {
    float: left;
    cursor: pointer;
    width: 14px;
    height: 14px;
    color: #111;
    text-align: center;
    margin-right: 12px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #ed3a34;
}

.videolist .hd ul .on {
    border: 1px solid #fff;
    background: #ed3a34;
    background: rgba(237, 58, 52, .6);
}

.videolist .bd {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    min-width: 1200px;
}

.videolist .bd ul li {
    width: 100%;
    min-width: 1200px;
    height: 656px;
    position: relative;
}

.videolist .bd ul li div.bannertxt {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: absolute;
    display: block;
    min-width: 1200px;
    z-index: 2;
}

.videolist .bd ul li div.bannertxt h2 {
    display: none;
}

.videolist .bd ul li div.bannertxt .txtbox {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.videolist .bd ul li div.tabvideo {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    display: block !important;
    overflow: hidden;
}

.videolist .bd ul li div.tabvideo img {
    width: 1920px;
    height: 656px;
}

.videolist .bd ul li div.tabvideo video {
    object-fit: fill;
    width: 100% !important;
    height: auto;
    min-width: 1200px;
}

#bannerbg {
    width: 1920px;
    height: 656px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background: url(../images/bg.jpg) no-repeat center top;
    min-width: 1200px;
    background-size: 100% auto;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#logo1,
#logo2,
#logo3 {
    width: 760px;
    height: auto;
    position: absolute;
    z-index: 99;
    text-align: center;
    overflow: hidden;
    left: 50%;
    top: 50%;               /* 垂直方向 50% */
    
}

#logo1 {
    right: 0;
    top: 30px;
    top: 120px;  
}

#logo1 img {
    width: auto;
    height: 215px;
    top: 350px;  
}

#logo2 {
    left: 600px;
    top: 200px;
}

#logo2 img {
    width: auto;
    height: 200px;
}

#logo3 {
    left: 0;
    top: 60px;
}

#logo3 img {
    width: auto;
    height: 215px;
}

.bannertxt .txt1,
.bannertxt .txt2,
.bannertxt .txt3,
.bannertxt .txt4 {
    height: auto;
    position: absolute;
    top: 200px;      /* 原来是 400px 或更大，减小数值往上移 */
    left: -200px;
    
}

.bannertxt .txt1 img
.bannertxt .txt2 img,
.bannertxt .txt3 img,
.bannertxt .txt4 img {
    width: 100% !important;
    height: 100%;
   
}

.bannertxt .txt1 {
    width: 810px;
    height: auto;
    position: absolute;
    top: 200px;      /* 原来是 400px 或更大，减小数值往上移 */
    left: -250px;
    z-index: 99;
   
}

.bannertxt .txt2 {
    width: 810px;
    height: auto;
    position: absolute;
    top: 180px;      /* 原来是 400px 或更大，减小数值往上移 */
    left:  -180px;
    z-index: 99;
}

.bannertxt .txt3 {
    width: 860px;
    left: 15%;
    top: 280px;
    background: url(../images/bannertxt3bg.png) no-repeat;
    background-size: cover;
}

/*------下载------*/
.gamedown86 {
    height: 150px;
    width: 640px;
    position: absolute;
    top: 540px;
    left: 23.4%;
    display: block;
    margin: 0 auto;
    z-index: 9999;
}

.gamedown86 .pc {
    width: 300px;
    height: 130px;
    float: left;
    background: url(../images/down-pc.png) no-repeat 0 0;
    margin: 80px 10px 0;
}

.gamedown86 .mobile {
    width: 300px;
    height: 130px;
    float: left;
    background: url(../images/down-mobile.png) no-repeat 0 0;
    margin: 80px 10px 0;
}

.gamedown86 .pc:hover {
    background: url(../images/down-pc.png) no-repeat 0 -130px;
}

.gamedown86 .mobile:hover {
    background: url(../images/down-mobile.png) no-repeat 0 -130px;
}

.gamedown86 a {
    width: 300px;
    height: 130px;
    display: block;
    text-indent: -9999px;
    position: absolute;
}

#boxMobile {
    display: none;
    width: 140px;
    height: 140px;
    margin: -145px 0 0 70px;
    background: #f6f6f6;
    border-radius: 0.5em;
    padding: 10px;
    text-align: center;
}

#boxMobile img {
    width: 140px;
    height: 140px;
}

/*公告*/
.gonggao {
    width: 1148px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    margin: 0 auto 20px;
    margin: 30px auto 20px;  /* 修改这里：上边距30px，实现下移 */
    background: #3a1a03;
    box-shadow: 0 3px 3px rgba(141, 30, 13, .55);
}

.gonggao .biaoti {
    color: #F6D654;
    width: 80px;
    height: 50px;
    float: left;
    font-weight: bold;
    padding: 0 0 0 32px;
    background: url(../images/icon-news.png) no-repeat 0 9px;
}

ul.line {
    width: 880px;
    height: 50px;
    overflow: hidden;
    float: left;
}

ul.line li {
    height: 50px;
}

ul.line li a {
    color: #F6D654;
}

ul.line li a:hover {
    color: #F6D654;
}

.gonggao .more {
    width: 100px;
    float: right;
    text-align: right;
}

.gonggao .more a {
    color: #F6D654;
}

.gonggao .more a:hover {
    color: #F6D654;
    text-decoration: underline;
}

/*版本列表*/
#imgtxtlist {
    overflow-y: hidden;
    min-width: 1200px;
    height: 380px;
    overflow-x: hidden;
    margin-top: -80px !important;
}

#imgtxtlist ul {
    margin-right: -21px;
}

#imgtxtlist ul li {
    width: 386px;
    height: 360px;
    list-style: none;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 21px 20px 0;
    background: #d5c4a6;
    box-shadow: 0 3px 3px rgba(141, 30, 13, .55);
}

.img-area,
.img-area img {
    width: 386px;
    height: 200px;
}

.txt-area {
    width: 386px;
    height: 160px;
    background: #d5c4a6;
    border-top: none;
    text-align: center;
}

.txt-area h4 {
    font-size: 26px;
    font-weight: bold;
    color: #1d0f0c;
    line-height: 32px;
    padding: 20px 0 8px;
}

.txt-area .time {
    color: #666;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.txt-area .btn a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    background: #d5c4a6;
    color: #3a1a03;
    border: 1px solid #3a1a03;
}

.txt-area .btn a:hover {
    background: #d5c4a6;
    color: #3c1802;
    border: 1px solid #57789f;
}

.icon-new,
.icon-hot {
    width: 60px;
    height: 65px;
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 999;
}

.icon-new {
    background: url(../images/icon-new.gif) no-repeat right top;
}

.icon-hot {
    background: url(../images/icon-hot.gif) no-repeat right top;
}

/*弹出遮罩层*/
#imgtxtlist ul li .a2 {
    position: absolute;
    top: 0;
    left: -386px;
    width: 386px;
    height: 200px;
    text-align: center;
    color: white;
    background: #3a1a03;
    background: rgba(45, 71, 107, .9);
    transition: all 0.2s;
}

#imgtxtlist ul li .a2 .p4 {
    width: 390px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: -390px;
    color: #fff;
    font-size: 22px;
    transition: all 0.2s 0.1s ease-out;
}

#imgtxtlist ul li .a2 .p7 {
    position: absolute;
    bottom: -80px;
    left: 123px;
    width: 130px;
    height: 130px;
    padding: 5px;
    background-color: #fff;
    transition: all 0.2s 0.5s;
    color: #269b80;
}

#imgtxtlist ul li .a2 .p7 img {
    width: 130px;
    height: 130px;
}

/*展开收起*/
.show-btn,
.hide-btn {
    display: block;
    width: 1200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #3a1a03;
    cursor: pointer;
    box-shadow: 0 3px 0 rgba(45, 71, 107, .15);
}

.show-btn:hover,
.hide-btn:hover {
    color: #2d476b;
}

.show-btn {
    background: #d5c4a6 url(../images/list-more.png) no-repeat center 0;
}

.hide-btn {
    display: none;
    background: #d5c4a6 url(../images/list-more2.png) no-repeat center 0;
}

/*通用标题*/
.title p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #cdad74;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    font-family: Georgia;
    text-shadow: 0 2px 5px #8die0d;
}

/*装备展示*/
.show {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 30px;
    min-width: 1200px;
    position: relative;
    background: url(../images/renwu-fashi.png) no-repeat right -30px;
    transform: translateY(30px);
}

.title-show {
    width: 100%;
    height: 30px;
    padding-top: 70px;
    z-index: 99;
    margin-bottom: 10px;
    background: url(../images/title-show.png) no-repeat center top;
    background-position: center 20px;
}

.showlist {
    margin-right: -16px;
}

.showlist li {
    width: 592px;
    height: 330px;
    float: left;
    padding: 12px 0;
    margin: 0 16px 20px 0;
    text-align: center;
    background: #1b0101;
    box-shadow: 0 3px 3px rgba(87, 120, 159, .1);
    transform: translateY(-60px);
    
}

.showlist li img {
    width: 570px;
    height: 328px;
    margin-top: 3px;
}

/*游戏截图*/
.jietu {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0 0 50px;
    min-width: 1200px;
    background: url(../images/renwu-zhanshi.png) no-repeat left bottom;
}

.title-jietu {
    width: 100%;
    height: 30px;
    padding-top: 50px;
    z-index: 99;
    margin-bottom: -50px;
    background: url(../images/title-jietu.png) no-repeat center top;
}

.imglist {
    padding: 0;
    display: block;
    clear: both;
}

.imglist ul {
    display: block;
    clear: both;
}

.imglist li {
    width: 1180px;
    height: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    background: #1b0101;
    box-shadow: 0 3px 3px rgba(87, 120, 159, .1);
}

.imglist li img {
    width: 1180px;
    height: auto;
}

/* 底部版权 */
#footer {
    height: 140px;
    width: 100%;
    background: #1d0f0c;
    min-width: 1200px;
}

.footerlogo {
    width: 220px;
    height: auto;
    display: block;
    float: left;
    margin: -50px 0 0 0;
    text-align: center;
}

.footerlogo img {
    width: 160px;
    height: auto;
}

.copyright {
    width: 940px;
    float: left;
    padding: 0 0 0 5px;
    margin: -50px 0 0;
    color: #cdad74;
    font-size: 14px;
    line-height: 24px;
}

.copyright .tips {
    color: #cdad74;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

/*右侧固定浮动*/
.fixedbox {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 9999;
    width: 245px;
    height: 550px;
}

@media (max-width:768px) {
    .fixedbox {
        display: none;
    }
}

.fixedbox div {
    text-align: center;
    color: #cdad74;
}

.fixedbox div img {
    margin: 5px 0;
}

.fixedbox .rightlogo {
    margin: -50px 0 0 5px;
}

.fixedbox .rightlogo img {
    width: 120px;
    height: auto;
}

.fixedbox .qq {
    margin: 5px 0;
}

.fixedbox .qq p,
.fixedbox .group p {
    display: inline;
    margin: 0 5px 0 0;
    line-height: 30px;
}

.fixedbox .kefutime {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 5px;
}

.fixedbox .chongzhi {
    width: 192px;
    height: 85px;
    margin: 5px auto 10px;
}

.fixedbox .chongzhi a {
    width: 192px;
    height: 85px;
    display: block;
}

.fixedbox .chongzhi img {
    animation: pulse 1s infinite linear;
    -webkit-animation: pulse 1s infinite linear;
}

.fixedbox .code {
    margin: 10px auto 0;
}

.fixedbox .code p {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: bold;
}

.fixedbox .code div {
    width: 156px;
    height: 156px;
    margin: 0 auto;
    border-radius: 4px;
    background: #291714;
}

.fixedbox .code img {
    width: 135px;
    height: 135px;
    margin: 10px 0 0;
}

.fixedbox .top {
    width: 100%;
    height: 40px;
    text-align: center;
}

.fixedbox .top a {
    width: 170px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.h5bar {
    width: 213px;
    height: auto;
    padding-bottom: 12px;
    position: absolute;
    right: 0;
    background: #291714;
    background: rgba(29, 15, 12, .5);
    border: 1px solid #cdad74;
    box-shadow: 0 5px 3px rgba(87, 120, 159, .3);
}

.h5open {
    position: fixed;
    z-index: 99999;
    bottom: 250px;
    right: 0px;
    height: 120px;
    width: 30px;
    padding: 12px 0 0;
    text-align: center;
    background: url(../images/btn.png) no-repeat;
}

.h5close {
    height: 100px;
    width: 30px;
    position: absolute;
    left: 0;
    padding: 25px 0 0;
    background: url(../images/btn.png) no-repeat;
    text-align: center;
    margin: 200px 0 0;
}

.h5btn {
    font-size: 14px;
    line-height: 16px;
    color: #f6d654;
    cursor: pointer;
}

/*背景音乐*/
#musicbox {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 9999999;
    top: 30px;
    right: 50px;
    opacity: 0.6;
}

#musicbox a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #CCCCCC;
    border-radius: 60px;
    font-size: 26px;
    margin-top: 20px;
    background-image: url(../images/m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#musicbox a.play {
    animation: rotates 3s linear infinite;
    -webkit-animation: rotates 3s linear infinite;
}

#musicbox a img {
    width: 100%;
    height: 100%;
}

@keyframes rotates {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/*------ banner自适应 ------*/
@media screen and (min-width: 768px) and (max-width: 1366px) {

    #banner,
    #bannertxt {
        height: 656px;
    }

    #logo img {
        height: 160px;
    }

    #banner .txt1 {
        width: 650px;
        top: 27%;
        left: 23%;
    }

    #banner .txt2 {
        width: 700px;
        top: 63%;
        left: 21%;
    }

    .gamedown86 {
        top: 510px;
    }

    .mainboxtop,
    .show,
    .jietu {
        margin-top: 0;
        background-image: none;
    }

    .showlist {
        margin-right: 0;
    }

    .showlist li {
        margin: 0 4px 20px;
    }
}

/*适龄提示*/
#cadpa {
    width: 120px;
    height: 100px;
    position: absolute;
    top: 500px;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 999999;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    #cadpa {
        top: 50%;
    }
}

#cadpa img {
    width: 120px;
    height: 154px;
}

.cadpa-img {
    text-align: center;
    height: 120px;
}

.cadpa-img img {
    width: auto;
    height: 102px;
    display: inline-block;
    margin: 0 10px;
}

.cadpa-img img.gamelogo {
    height: 98px;
    padding: 0 20px;
    border: 2px solid #222;
    border-radius: 8px;
}

/*弹窗*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 1000px;
    min-width: 800px;
    height: 70%;
    z-index: 9999999999999;
    visibility: hidden;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0;
    background: rgba(1, 1, 1, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

/*弹窗内容*/
.md-content {
    height: 100%;
    color: #5b5b5b;
    background: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
}

.md-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 20px 20px 0;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    color: #333;
    overflow: hidden;
}

.md-content .md-close {
    width: 120px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 43%;
    bottom: 15px;
    font-size: 16px;
    color: #1d0f0c;
    background: #cdad74;
    border: none;
    cursor: pointer;
    border-radius: 42px;
}

.md-content .md-close:hover {
    background: #2d476b;
}

.md-content .md-main {
    padding: 0 40px;
    height: 79%;
    margin: 15px 0 0;
    font-size: 14px;
    overflow-y: scroll;
}

.md-content .md-main span {
    display: block;
}

.md-content .md-main-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.md-content .md-main-img img {
    width: 90%;
    height: auto;
    margin: 0 0 20px;
    min-width: 320px;
}

.md-content>div p {
    line-height: 28px;
    text-indent: 28px;
    margin-bottom: 6px;
    text-align: left;
}

/* 弹窗动画 */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}