.active-part {
    background: url(/home/static/images/organize/8.jpg) no-repeat center center;
    background-size: cover;
}

.modular1 .title {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0.5em;
    color: #000000;
}
.modular4 .sub-title,
.modular1 .sub-title {
    color: #525252;
    margin-top: 1em;
}
.cursor-default{
  cursor: default !important;
}

.modular1 .active_top .img-top {
    width: 150px;
    height: 75px;
    margin-bottom: 5%;
}

.modular1 .active_top dl {
    background: url(/home/static/images/organize/14.jpg) no-repeat right center;
    background-size: contain;
}

.modular1 .active_top dd {
    position: relative;
    height: 100%;
    margin: 0% 4.5%;
    padding: 3% 0;
    width: calc(41.25% - 11%);
    box-sizing: border-box;
}

.modular1 .active_top .text {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    top: auto;
    height: 50%;
    overflow: hidden;
    color: #525252;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_scrollTools {
    width: 7px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger,
.mCSB_scrollTools .mCSB_draggerRail {
    border: 1px solid #dadada;
    background: #fff;
    width: 7px;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger {
    border: 0;
    background: #b01f24;
}

.modular2 .title {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 1em;
}

.modular2 .list {
    overflow: hidden;
    margin: -10px;
}

.modular2 .list li {
    float: left;
    width: calc(20% - 20px);
    background: #fff;
    text-align: center;
    padding: 60px 30px 40px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000005;
    transition: all .3s;
}

.modular2 .list li h2 {
    margin-top: 3em;
    margin-bottom: 0.5em;
}

.modular2 .list li h3 {
    line-height: 1.6em;
    min-height: 4.8em;
    overflow: hidden;
    color: #525252;
}

.modular3 {
    overflow: hidden;
    background: url(/home/static/images/organize/9.jpg) no-repeat center center;
    background-size: cover;
    padding: 5% 0;
}
.modular3 ul{
  overflow: hidden;
}
.modular3 li {
    overflow: hidden;
    width: calc(50% - 45px);
    border-bottom: 1px solid #fff;
    display: inline-block;
    float: left;
    margin-right: 70px;
}
.modular3 li+li{
  margin-right: 0px;
}

.modular3 li .bottom {
    padding: 20px 0;
    overflow: hidden;
}

.modular3 li .bottom .html{
  display: none;
}

.modular3 .right {
    width: 26px;
    height: 18px;
    margin-top: 10px;
}

.modular3 .icon {
    width: 72px;
    height: 72px;
}

.modular3 .text {
    padding: 0 30px;
    width: calc(100% - 72px - 26px);
    box-sizing: border-box;
    color: #525252;
    line-height: 2em;
}

.modular3 .right,
.modular3 .icon,
.modular3 .text {
    float: left;
}

.modular3 .text h3{
  color: #000000;
}
.modular3 .text h3:hover{
    color: #c82722;
}

.modular3 img {
    width: 100%;
    height: 100%;
}

.modular4 .mb {
    line-height: 3.41em;
    box-shadow: 2px 0px 20px 0px #0000002c;
    border: 1px solid #FFFFFF;
    margin: 20px 0;
    border-radius: 10px;
    padding: 1em 2.5em;
    background: #ffffff3f;
    font-weight: bold;
    overflow: hidden;
}

.modular4 .mb-title,
.modular4 .bt {
    float: left;
}

.modular4 .mb-title {
    width: 7em;
}

.modular4 .bt {
    margin-left: 20px;
    width: calc(100% - 20px - 7em);
}

.modular4 .mb .item {
    width: 8.95em;
    height: 3.41em;
    line-height: calc(3.41em - 4px);
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-right: 0.2em;
    margin-bottom: 0.5em;
    text-align: center;
    background: #ffffff62;
    transition: all .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modular4 .mb .item img {
    max-width: calc(100% - 2em);
    max-height: calc(100% - 1em);
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
}


.modular4 .mb .item:hover{
    transform: scale(1.05);
}

.worm-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}

.worm-box.on{
  display: block;
}

.worm-content{
  position: absolute;
  top: calc(50% + 23px);
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  width: 800px;
  height: 450px;
  background-color: #fff;
  transform: translate(-50%,-50%);
  padding: 24px 38px 80px;
}

.worm-content .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
  line-height: 0.9;
  width: 1em;
  height: 1em;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
}

.worm-box .red-button{
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 24px;
  width: auto;
  font-size: 14px;
  background: #b01f24;
  color: #fff;
  padding: 5px 18px 6px;
  line-height: 1.5;
  height: auto;
  top: auto;
  border-radius: 5px;
}

.worm-box .red-button:hover{
  background: #94171b;
}

.worm-content .info{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: 15px;
  position: relative;
  animation: opacity2 .3s;
}
@keyframes opacity2 {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.worm-content .info .mCustomScrollBox{
  position: absolute;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger{
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: #b01f24 !important;
}

@media screen and (max-width:1580px) {
    .modular2 .list li h3 {
        font-size: 14px;
    }
}

@media screen and (min-width:1024px) {
    .modular2 .list li:hover {
        transform: translateY(-10px);
    }

    .modular3 .right:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width:1600px) {
    .modular1 .active_top .text {
        height: 40%;
    }
}

@media only screen and (max-width: 1023px) {
    html {
        font-size: calc(100vw / 7.50);
    }

    .modular4 .mb-title {
        width: auto;
        float: none;
        text-align: center;
    }
    
    .modular4 .bt {
        width: auto;
        float: none;
        margin-left: 0;
        margin: -0.1rem;
    }
    .modular4 .bt .item{
        width: calc(50% - 0.2rem);
        height: 1.21rem;
        line-height: 1.21rem;
        margin: 0.1rem;
        display: block;
        float: left;
    }
    .modular4 .mb{
        padding: 0.4rem;
    }

    .modular1 .active_top dd {
        width: 100%;
        margin: 0;
        padding: 3% 4.5%;
        height: auto;
    }

    .modular1 .active_top .text {
        position: relative;
        width: auto;
        height: auto;
    }

    .modular2 .list {
        white-space: nowrap;
        overflow: auto;
    }

    .modular2 .list li {
        white-space: normal;
        width: 220px;
        float: none;
        display: inline-block;
    }

    .modular3 .icon {
        width: 56px;
        height: 56px;
    }

    .modular3 .text {
        padding: 0 20px;
        width: calc(100% - 56px - 26px);
    }

    .modular3 .text h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }


    .modular3 li {
        width: 100%;
        margin-bottom: 1em;
    }

    .active-part {
        padding: 2.5% 0 10%;
    }
}