* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html,
body {
    height: 100%;
}

.lv-helpCenter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.tops {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 11%;
    box-sizing: border-box;
    padding: 18px;
}

.tops .logos {
    height: 100%;
    width: 300px;
    float: left;
}

.tops .logos img:first-child {
   /* width: 55px;
   margin-top: 8px;*/
    height: 100%;
    border-radius: 50%;
    
    float: left;
}

.tops .logos img:last-child {
    height: 100%;
}

.tops .tabs {
    float: left;
    display: flex;
    display: -ms-flexbox;
}

.tops .tabs .item {
    font-size: 16px;
    color: white;
    margin-right: 30px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    height: 30px;
    margin-top: 18px;
}

@media screen and (max-width:1400px){
	.tops .tabs .item {
    
    margin-top: 3px;
}
}
.tops .tabs .item:hover {
    border-bottom: 2px solid white;
}

.tops .close {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 15px;
}

.tops .close .iconfont {
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.new-detail-wrap {
    width: 90%;
    height: 82%;
    position: absolute;
    z-index: 2;
    background: white;
    opacity: 0.8;
    border-radius: 6px;
    left: 5%;
    top: 12%;
    box-sizing: border-box;
    padding: 30px;
	overflow: hidden;
    overflow-y: auto;
}

.tops .tabs .activeItem {
    border-bottom: 2px solid white;
}
.new-detail-wrap  .items{
	margin-bottom:40px;
}
 .new-detail-wrap  .items  .title{
    font-size:16px;
    color:#105ab4;
    font-weight:600;
}
.new-detail-wrap  .items .content{
    font-size:14px;
    color:#494949;
    padding:20px 30px;
}