/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #444;
}

body {
    background: #f3f3f3 none repeat 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 清除浮动 */
.clearfix:after {
    /* 利用为元素轻触 */
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0px;
}

.clearfix {
    /* 兼容ie  6   7 */
    *zoom: 1
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

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

.ellipsismore {
    display: -webkit-inline-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* img {
    border: none;
    display: block;
} */
.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.main {
    margin-top: 10px;
}

.top {
    min-width: 1200px;
    background-color: #fff;
    height: 70px;
}

.logo {
    width: 190px;
    font-size: 25px;
    line-height: 70px;
    font-family: FZShangKuS-R-GB-Regular, FZShangKuS-R-GB;
    margin-left: 50px;
    height: 70px;
}

.logo img {
    width: 100%;
    height: 70px;
    vertical-align: top;
}

.ul-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navList:hover {
    color: #3a84ff;
    background-color: #fff;
}




.ul-wrap>li {
    margin-right: 34px;
}

.flex {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.qdxq {
    background: url(../images/qdxq.png)no-repeat center;
    background-size: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.qdxq img {
    width: 51px;
    height: 51px;
}

.left-main1 {
    width: 780px;
}

.lxsp-box {
    width: 100%;
    display: flex;

}

.lxsp {
    width: 50%;
    height: 48px;
    background: #A5A5A5;
    text-align: center;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}

.ztz_fllieb {
    padding: 30px;
    display: none;
}

#test2 {
    display: none;
}

.ztz_fllieb li {
    width: 94px;
    height: 96px;
    border-radius: 4px;
    border: 1px #eee solid;
    text-align: center;
    display: inline-block;
    margin: 0 15px 30px;
}

.ztz_fllieb li span {
    display: block;
    height: 72px;
}

.ztz_fllieb li img {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    transition: all 0.5s;
}
.ztz_fllieb>li:hover img {
    transform: scale(1.08);
}
.ztz_fllieb .ztz_dwmc {
    color: #666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.botm {
    padding-top: 10px;
    min-width: 1200px;
    height: 266px;
    background: #212224;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 30px;

}

.botm1 {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}

.botm1 h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.botm1-ul {
    display: flex;
    align-items: center;

}

.botm1-ul li a {
    margin-left: 30px;
    color: #8D93A1;
}

.botm2-ul a {
    color: #8D93A1;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
    font-size: 14px;
}

.botm2 {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    border-bottom: solid 1px #161617;
    margin-top: 10px;
}

.botm3 {
    width: 100%;
    height: 60px;

    margin-top: 10px;
}

.botm3 p {
    color: #8D93A1;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.botm3 p a {
    color: #8D93A1;
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px;
}

.box {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 16px;
    width: 100%;
}

#bread {
    width: 1200px;
    margin: 20px auto;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

#bread a {
    color: #333;
}

#bread b {
    margin: 0 8px 0 5px;
}


.jijin a {
    display: block;
    height: 48px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEF3F8;
    margin: 0 10px;
}

.jijin span {
    color: #999999;
    font-size: 14px;
}

.jijinSpanwidth {
    width: 94px;
}






.right-box {
    background: #Fff;
    box-sizing: border-box;
    padding: 20px;
}

.martop {
    margin-top: 16px;
}


.yuan {
    min-width: 4px;
    height: 4px;
    background: #959595;
    border-radius: 50%;
    margin: 0 7px;
}
.qdzx1{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #EEF3F8;
    font-weight: 600;
    margin-top: -15px;
    font-size: 16px;
}
.qdzx2{
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-top: -15px;
    font-size: 16px;
}
.qdzx1::after {
    position: absolute;
    width: 3px;
    height: 16px;
    background: #3a84ff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    content: "";
    left: -20px;
    top: 18px;
}

.qdzx1 span,.qdzx2 span {
    font-size: 18px;
    font-weight: 600;
    color: #373737
}




.qdzx {
    display: flex;
    padding-bottom: 10px;
}

.qdzx img {
    width: 56px;
    height: 56px;
    margin-left: 20px;
}

.jijinTitle {
    padding-top: 10px;
    padding-left: 20px;
}

.jijinInfo {
    padding: 10px 20px 20px 20px
}

.rightTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeLive {
    margin-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.timeLive::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 3px;
    height: 16px;
    /* background-color: #C60100; */
    background-color: #3a84ff;
}

.timeLive1 {
    margin-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeLive1::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 3px;
    height: 16px;
    background-color: #3a84ff;
}


.grayline {
    margin-top: 10px;
    border-bottom: 1px solid #EEF3F8;
    width: 100%;
}

.hotlive img {
    width: 23px;
    height: 18px;
}

.hotlive span {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.qdzx span {
    margin-left: 13px;
    color: #fff;
    font-weight: 800;
}





.ul-zxsp li {
    height: 142px;
    margin-top: 15px;
    cursor: pointer;
    border-bottom: 1px solid #EEF3F8;
    flex-shrink: 0;

}

.ul-zxsp li:nth-child(1) {
    margin-top: 0;
}

.ul-zxsp li a {
    margin-top: 16px;
    display: flex;
}
.ul-zxsp1 li:hover .right-u-zxsp>p{
    color:#3a84ff;
}
.ul-zxsp1 li a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.ul-zxsp1 li img {
    width: 120px;
    height: 76px;
    border-radius: 4px;
  }
.ul-zxsp li img {
    width: 184px;
    height: 125px;
    margin-left: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ul-zxsp1 li {
    height: 88px;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
}

.right-u-zxsp {
    margin-left: 10px;
    width: 246px;
    height: 88px;
}

.right-u-zxsp p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 240px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.right1-u-zxsp p {
    font-size: 16px;
    font-weight: 600;
    width: 570px;
    height: 20px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tws {
    width: 240px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-u-zxsp span {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.padd {
    padding: 30px;
}

.right1-u-zxsp {
    margin-left: 10px;
    height: 125px;
}

.tws1 {
    width: 570px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    margin-bottom: 29px;
}

.fy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    max-width: 800px;
}

.fy1 {
    max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
}

.fy1 a {
    color: #2196F3;
}

.fy1 P {
    margin-top: 15PX;
    font-weight: 600;
}

.fy div {
    width: 380px;
    height: 100px;
    background-color: #fff;
}

.tws2 {

    width: 538px;
    height: 35px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    margin-bottom: 29px;
}

.right1-u-zxsp span {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;

}

.box-w1 {
    min-width: 780px;
    max-width: 780px;
    overflow: hidden;
    box-sizing: border-box;
}

.box-w2 {
    max-width: 400px;
    width: 400px;
    /* max-height: 356px;
    padding: 20px;
    overflow: hidden; */
}

.jcjj li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 10px;
}

.jcjj li:first-child {
    margin-top: 5px;
}

.jcjj li:last-child {
    margin-bottom: 12px;
}

.jcjj1 li {
    height: 38px;
    line-height: 38px;
    width: 296px;
    background: #F1F3F5;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-left: 12px;
}

.jcjj1 li span {
    color: #5C6166;
    margin-left: 10px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rmhf li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
    padding-bottom: 5px;

}

.qh {
    font-size: 14px;
    margin-right: 4px;
    cursor: pointer;
}

.qh span {
    color: #707070;
    margin-right: 7px;
}






.rdzbbh {
    height: 90px;
    overflow: hidden;
    line-height: 40px;
    background: #F3F4F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px 20px 30px 15px;
    color: #fff;
    background: url(../images/rdzbbh.png) no-repeat center;
    display: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
}

.rdzbbh2 {
    height: 40px;
    line-height: 40px;
    background: #F3F4F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin-top: 16px;
    overflow: hidden;
}

.rdzbbh4 {
    display: flex;
}

.rdzbbh2 .rdzbbh4>div:nth-child(1) {
    color: #2486FF;
    margin-left: 20px;
    font-weight: 600;

}

.rdzbbh2 .rdzbbh4>div:nth-child(2) {
    color: #707070;
    margin-left: 10px;

}

.rdzbbh2 .rdzbbh4 div:nth-child(3) {
    display: flex;
    width: 180px;
    color: #707070;
    margin-left: 10px;

}

.divEllipsis {
    color: #707070;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rdzbbh1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}

.rdzbbh1 p {
    color: #fff;
}

.rdzbbh1 img {
    width: 33px;
    height: 33px;
}

.aw {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}

.rdzbbh1 a {
    color: #fff;
}


.top-fei {
    min-width: 1200px;
    background-color: #ffffff;

}

.top-main-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;

    height: 38px;
    line-height: 38px;

}

.top-main-wrap-inner {
    padding-left: 244px;
}

.top-main-wrap .leftListA {
    font-size: 16px;
    color: #7B7E86;
    margin-right: 38px;
    cursor: pointer;
}

.btmRed {
    border-bottom: #C01E2F solid;
}



.detailBox {
    max-width: 1200px;
    display: flex;
}


.left-box-centent {
    padding: 20px;
}

.bcgFFF {
    background-color: #fff !important;
}

.marBtm20 {
    margin-bottom: 20px;
}

.box-outside {
    min-height: 40px;
    padding: 20px;
}


.imgSize {
    width: 120px;
    height: 76px;
    border-radius: 4px;
}

.ulTitle {
    width: 296px;
    padding-left: 10px;

}

.ulTitle a li {
    padding: 10px 2px 5px 0;
    width: 286px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fweightsize {
    font-weight: 600;
    font-size: 18px;
}

.nodata img {
    width: 780px;
}

.ul-wrap>li {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    display: block;
    position: relative;
    cursor: pointer;
}

.ul-wrap li:nth-child(1) {
    margin-left: 34px;
}

.navList {
    border-bottom: 1px solid white;

}

.pulldown {
    position: absolute;
    left: -20px;
    display: none;
    z-index: 1000;
}

.pulldown a {
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: block;
    width: 140px;
}

.ul-wrap>li:hover .pulldown {
    background-color: #fff !important;
    top: 68px;
    left: -20px;
    position: absolute;
    display: block;
}

.pulldown a:hover {
    color: #3a84ff;
}

.rightSJX {
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: 30px;
    right: -0px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    margin-bottom: 3px;
}

.ul-wrap>li:hover .rightSJX {
    transform: rotate(-135deg);
    border-right: 1px solid #3a84ff;
    border-bottom: 1px solid #3a84ff;
    transition: all 0.3s;
}


/* ****************** */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.livesource {
    display: flex;
    justify-content: center;
}

.livesource>li {
    position: relative;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    font-size: 16px;
    padding: 0 18px 0 32px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.livesource>li::before {
    content: "";
    position: absolute;
    top: 11px;
    left:16px;
    width: 12px;
    height: 12px;
    background: url(../images/livesource.png) no-repeat center center/100% 100%;
}




/* ****************** */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.livesource {
    display: flex;
    justify-content: center;
}

.livesource>li {
    position: relative;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    font-size: 16px;
    padding: 0 18px 0 32px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.livesource>li::before {
    content: "";
    position: absolute;
    top: 11px;
    left:16px;
    width: 12px;
    height: 12px;
    background: url(../images/livesource.png) no-repeat center center/100% 100%;
}

.gmliveBtm {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: linear-gradient(to top, #151a1159, #151a1159);
    display: flex;
    justify-content: center;

}

.gmliveBtmLi {
    cursor: pointer;
}

.gmliveBtm li:nth-child(1) {
    margin-right: 100px;
    padding: 0 20px;
    color: #fff;
}

.gmliveBtm li:nth-child(2) {
    margin-left: 100px;
    padding: 0 20px;
    color: #fff;
}


/* 最新资讯 */
.newinfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newinfoBox h3 {
    text-align: center;
}

.newinfo {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.newinfo img {
    width: 192px;
    height: 108px;
    border-radius: 4px;
    margin-right: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newinfo li {
    width: 590px;
    display: flex;
    font-size: 18px;
}

.newinfoDiv {
    padding: 4px 0;
}

.newinfoDiv>p:nth-child(1) {
    margin-bottom: 20px;
    width: 350px;
}

.newinfoDiv p:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.bRadius{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.carousel {
    max-width: 484px;
    height: 328px;
    position: relative;
    overflow: hidden;
  }

.tags_list{
    padding: 20px;
    padding-top: 0;
}
.tags_list .tags a{
    float: left;
    display: inline-block;
    margin: 12px 12px 0 0;
    width: auto;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 21px;
    border-radius: 10px;
}



/*新增数据页面*/

.content_shuju {
    padding-top: 10px;
    padding-bottom: 20px;
}

.content_shuju .flex {
    display: flex;
    justify-content: normal;
}
.content_shuju .flex-align-center {
    align-items: center;
}
.content_shuju .flex-pack-end {
    justify-content: flex-end;
}
.content_shuju {
    width: 990px;
    margin: 0 auto;
}

.content_shuju .tabs {
    margin-right: -5px;
    margin-bottom: -5px;
    padding-bottom: 10px;
    overflow: hidden
}

.content_shuju .tabs .tabs-box {
    width: 100%
}

.content_shuju .tabs a {
    display: block;
    font-size: 12px;
    margin: 0 5px 5px 0;
    border: 1px solid #e3e3e3
}

.content_shuju .tabs li {
    float: left;
    width: 11.111111%;
    text-align: center
}

.content_shuju .tabs .label {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e3
}

.content_shuju .tabs .league-logo {
    height: 47px;
    width: 100%
}

.content_shuju .tabs .league-logo img {
    height: 47px
}

.content_shuju .tabs .current a {
    border-color: #73b6f6
}

.content_shuju .tabs .current .label {
    background: #73b6f6;
    color: #fff
}


.data-navs[data-v-37d91187] {
    position: sticky;
    top: 0
}
.navs-pb[data-v-37d91187] {
    position: relative;
    padding-bottom: 10px;
    background-color: #fff;
    z-index: 10;
}
.navs[data-v-37d91187] {
    overflow: hidden;
    background: #e4e4e4;
    width: 100%;
}
.navs li[data-v-37d91187] {
    float: left;
    text-align: center;
}
.navs a[data-v-37d91187], .sub-navs a[data-v-37d91187] {
    display: block;
    line-height: 40px;
    height:40px;
    font-size: 12px;
}
.mg-top[data-v-37d91187] {
    position: relative;
    border: 1px solid #e3e3e3;
}
.data-ent[data-v-37d91187] {
    min-height: inherit;
}
.table {
    font-size: 12px;
}
.table .list {
    min-height: 40px;
}
.table .list-head {
    min-height: 40px;
    width: 100%;
    background-color: #fff;
    border-top: 0 solid #e3e3e3;
}
.table .list, .table .list-head {
    width: 988px;
}
.table .list .item {
    display: table-cell;
    vertical-align: middle;
}
.table .list .item {
    text-align: center;
}
.table .list {
    display: table;
}
.table .list, .table .list-head {
    width: 988px;
}
.table .list a {
    margin: 0 auto;
    color: inherit;
}
.table .list .img-left {
    margin-left: 30%;
}

.table .list .img-logo .img {
    width: auto;
    height: 24px;
    margin-right: 8px;
}
.table .item .cn {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.table .title {
     top: 0;
     height: 30px;
     line-height: 30px;
     text-align: center;
 }
.table .list .img-right {
    margin-right: 30%;
}
.table .list .img-right .img {
    margin-right: 0;
    margin-left: 8px;
}

.sub-navs[data-v-37d91187] {
    width: 130px;
    text-align: center;
    background-color: #f2f2f2;
    border-top: 0 solid #e3e3e3;
    overflow-y: hidden;
}
.navs .active[data-v-37d91187], .sub-navs .sub-active[data-v-37d91187] {
    color: #73b6f6;
    background: #fff;
}
.data-ent-left[data-v-37d91187] {
    margin-left: 130px;
}
.data-ent-left .list, .data-ent-left .list-head {
    width: 858px;
}


.rules {
    background: #f8f8f8
}

.rules h2 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 18px
}

.rules .words {
    min-width: 320px;
    color: #666;
    font-size: 12px;
    padding: 8px 10px 8px 15px
}

.rules li {
    line-height: 22px
}
.player{
    max-height: 800px;
    overflow: hidden;
}
.player_sever,.player_cont,.ball_pair_sever,.ball_pair_cont{
    max-height: 800px;
    overflow-y: scroll !important;
}
.zhuanhui_content .sub-navs ul,.zhuanhui_content .data-ent{
    max-height: 800px;
    overflow-y: scroll;
}
.zhuanhui_content .data-ent{
    overflow-x: hidden;
}
.zhuanhui_content .sub-navs ul::-webkit-scrollbar,.zhuanhui_content .data-ent::-webkit-scrollbar,.saicheng::-webkit-scrollbar,.player_sever::-webkit-scrollbar,.player_cont::-webkit-scrollbar,.ball_pair_sever::-webkit-scrollbar,.ball_pair_cont::-webkit-scrollbar{
    display: none;
}
.saicheng{
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}
