@charset "UTF-8";
.bg-main-box{
  width: 100%;
  background-color: #F0F0F0;
  background-image: url(cmm-bg.png);
  background-size: 100% 70rem;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -2.2rem;
  padding-top: 7.2rem;
 }
 .container {
    background: #fff;
    padding: 1.5rem 0px;
    border-radius: 8px;
} 
@media only screen and (max-width: 641px) {
  .bg-main-box{
    padding: 0 1.5rem;
    padding-top:2rem;
  }
  .container{
    padding: 3rem 1.5rem;
  }

}



.part-left{
  width: 28rem;
  min-height: 111.4rem;
  background: #F7F8FB;
  border-radius: 0px;
  padding: 2rem;
  margin-top: 3rem;
  margin-right: 3rem;
}
.menus, ul{
  width: 100%;
  padding-left: 0;
}
.menus .menu{
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  line-height: 5rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  cursor: pointer;
}
.menus .menu .menu-title::before{
  position: relative;
  content: ' ';
  top: 0;
  left: -1rem;
  transform: translate(0, -48%);
  border-left: solid 5px;
  border-left-color: var(--theme);
}
.menus .menu  .menu-title{
  pointer-events: none;
}
.menus .menu.active{
  background: var(--theme);
  color: #fff;
}
.menus .menu.active  .menu-title::before{
  border-left-color: #fff
}

.menu .submenu li{
  font-weight: 400;
  font-size: 1.8rem;
  color: #333333;
  line-height: 1.8rem;
  padding: 2rem  0;
  margin-right: 2rem;
  border-bottom: 1px dotted #DBDBDB;
}
.menu .submenu li:last-of-type{
  border-bottom: none
}
.menu .submenu .to{
  width: 2rem;
  height: 2rem;
  background: linear-gradient(180deg, #EEF4FF 0%, #FFFFFF 100%);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.12);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .submenu .to .iconfont{
  color: #666;
}
.menu .submenu {
  /* display: none; */
  display: block;
}
.menus li:hover > .submenu {
  display: block;
}

   .w-gl {
    background: #f2f6f9;
    margin: 20px;
    padding: 20px 0px;
    border-radius: 8px;
}
.conts{
background: #FFFFFF;
        width: calc(100% - 40px);
margin: 0px auto;
        padding: 20px 20px 0px;
}
.conts .title{
text-align: center;
    line-height: 4.2rem;
	    font-weight: bold;
}
.conts .sub-title{
line-height: 3.2rem;
    text-indent: 2em;
}
.items {
    margin-top: 2rem;
  flex-wrap: wrap;
  padding: 0 4rem;
}
.items .item{
  width: calc(100% / 7);
  align-items: center;
  margin-bottom: 3rem;
}
.items .item img{
  width: 10.2rem;
  height: 10.2rem;
  border-radius: 0px;
  border: 1px solid #DBDBDB;
}
.items .item span{
  margin: 1rem auto;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6rem;
}
.items .item .btn{
  width: 8rem;
  height: 3.2rem;
  background: #F7F8FB;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--theme);
  line-height: 3.2rem;
  text-align: center;
  margin: auto;
}
.items .item .btn:hover{
  font-weight: bold;
  border: 1px solid var(--theme);
}
@media only screen and (max-width: 641px) {
	.w-gl {
   margin: 0px;
}
    .conts {
    width: calc(100% - 30px);
    padding: 1rem 0rem 0px;
}
  .items{
    flex-direction: row !important;
	padding: 0px 1rem;
  }
  .items .item{
   width: 50%;
  }
  .part-left{
    width: 100%;
    min-height: auto;
  }
  .menus .menu{
    text-align: left;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
  .menus .menu:last-of-type{
    margin-bottom: 0;
  }
  .menu .submenu li{
    flex-direction: row;
    justify-content: space-between;
  }
}