
.ids-index{margin-top:-80px;}
.ids-index .ids-banner{position:relative;height:520px;color:#fff;}
.ids-index .color-bg{float:right;width:55%;height:520px;margin-top:-80px;
    background: -webkit-linear-gradient(#7b4dff, #3f99ff);
    background: -o-linear-gradient(#7b4dff, #3f99ff);
    background: -moz-linear-gradient(#7b4dff, #3f99ff);
    background: linear-gradient(#7b4dff, #3f99ff);
}
.ids-index .top-text{position:absolute;width:600px;padding-top:220px;margin-left:600px;text-align:center;}
.ids-index .top-text h3{margin-bottom:22px;font-size:40px;}
.ids-index .top-text .top-text-intro{font-size:20px;}
.ids-index .top-img{position:absolute;right:50%;top:115px;width:690px;height:350px;}
.ids-index .ids-intro{padding:70px;text-align:center;}
.ids-index .ids-intro h4{margin-bottom:32px;font-size:32px;}
.ids-index .ids-intro .ids-intro-con{line-height:28px;font-size:16px;}

.topic-fds-setting{
    height: 528px;
    background: url(../../imgs/industry-bg.png) no-repeat center;
}
.topic-setting{
    position: relative;
    overflow: hidden;
}
.topic-setting .setting-med{
    position: relative;
    margin: 21px auto;
    width: 1200px;
    background-color: #ffffff;
    overflow: hidden;
}
.topic-setting .setting-mdl{
    height: 468px;
}
.topic-setting .setting-fds{

}
.topic-setting .setting-sen{
    height: 412px;
}
.setting-med .med-fds-title{
    color: #3d97ef;
}
.setting-med .med-title{
    position: relative;
    margin: 20px auto 42px;
    padding-bottom: 10px;
    width: 340px;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #4190e9;
}
.med-title .title-fds-line{
    background: #3d97ef;
}
.med-title .title-line{
    position:absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
}
.setting-med .med-search, .setting-med .med-common{
    position: relative;
    margin-left: 30px;
}
.med-search .search-name{
    position: absolute;
    top: 8px;
    left: 0;
    color: #666;
}
.med-search .search-result{
    margin: 0 0 20px 121px;
    padding: 0 10px;
    width: 240px;
    height: 32px;
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    outline: none;
}
.med-common .common-list{
    margin-left: 121px;
    line-height: 20px;
}
.common-list .list-item{
    position: relative;
    display: inline-block;
    margin: 0 30px 10px 0;
    cursor: pointer;
}
.list-item .item-icon{
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../../imgs/checkbox_icon.png) no-repeat 0 0;
}
.list-item:hover  .item-icon{
    background: url(../../imgs/checkbox_icon.png) no-repeat 0 -22px;
}
.list-item.active .item-icon{
    background: url(../../imgs/checkbox_icon.png) no-repeat 0 -65px !important;
}
.list-item .item-span{
    margin-left: 19px;
}
.med-common .common-name{
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
}
.setting-med .med-btn{
    margin: 30px auto;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
}
.med-btn .btn-com{
    display: inline-block;
    width: 70px;
    height: 32px;
    box-shadow: 0px 1px 8px 0px rgba(217, 217, 217, 0.6);
    border-radius: 3px;
    border: solid 1px #dcdfe6;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}
.med-btn .btn-fds-check{
    /*background-image: linear-gradient(90deg, #52a0ed 1%, #3d97ef 100%), linear-gradient(#458cee, #458cee);*/
    background: -webkit-linear-gradient(90deg, #3f99ff, #7b4dff);
    background: -o-linear-gradient(90deg, #3f99ff, #7b4dff);
    background: -moz-linear-gradient(90deg, #3f99ff, #7b4dff);
    background: linear-gradient(90deg, #3f99ff, #7b4dff);
    box-shadow: 0px 1px 8px 0px rgba(54, 142, 229, 0.6);
}
.med-btn .btn-check{
    margin-left: 20px;
    background-blend-mode: normal, normal;
    border: none;
    color: #fff;
}
.setting-med .med-hint{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -70px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    z-index: 10;
}








