.top{
    height: 3.75rem;
    width: 100%;
}
/* logo部分 */
.logo{
    width: 100%;
    margin-left: 1.25rem;
}
.logo10{
    display: table-cell;
    vertical-align: middle;
}   
.logo10{
    height: 3.75rem;
    
}
.logo10>img{
    height: 2.5rem;
}
.fenge{
	height: 0.125rem;
	background-color: #34cd80;
}
/* 导航部分 */
.nav{
    width: 100%;
    height: 2.8125rem;
}
.nav_ul>li{
    float: left;
    list-style-type: none;
    width: 5.625rem;
	height: 2.8125rem;
    text-align: center;
    height: 2.8125rem;
}

.nav_ul a{
    color: #333;
    font-family: MicrosoftYaHei-Bold;
	font-size: 1rem;
    font-weight: normal;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: 0.0625rem;
    text-decoration: none;
}
.active{
	background-color: #34cd80;
}
.active a{
    color: #fff; 
}
html {
    overflow-y: scroll;
  }
   
  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }
   
  :root body {
    position: absolute;
  }
   
  body {
    width: 100vw;
    overflow: hidden;
  }

  .p-b-10{
    padding-bottom: .625rem;
}

/* 开服表 */
.info-title{
    padding: .9375rem;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-bottom: .625rem;
}
.info-title .title{
    line-height: 1.125rem;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    padding-left: 1.875rem;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 1.125rem 1.125rem;
}
.infoTwo_ul{
    margin-top: .625rem;
}
.infoTwo_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoTwo_ul li img{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: .5rem; 
    display: block;
}
.infoTwo_ul li .info{
    flex: 1;
    margin-left: .625rem;
    display: flex;
    justify-content: space-between;
    height: 3.75rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: .16px dashed #EEEEEE;
}
.infoTwo_ul li .right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 3.75rem;
    flex: 1;
    margin-right: 1.5625rem;
}
.infoTwo_ul li:last-child .info{
    /* padding-bottom: 0; */
    border-bottom: none;
}
.infoTwo_ul li .name{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.infoTwo_ul li .text{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.infoTwo_ul li .date{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.infoTwo_ul li .date span{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E0201F;
}
.infoTwo_ul li .click{
    display: block;
    width: 3.75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: #34CD80;
    border-radius: .1875rem; 
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;  
}
