
body {
    width: 100%;
    height: 100%;
    background: url('../images/img_bg.png') no-repeat;
    background-size: 100% 100%;
}
.serviceIndex-page {
    width: 100%;
    height: 100%;
}
.serviceContainer{
    width: 1200px!important;
    height: auto;
    min-height: 706px;
    background: #f4f4f5;
    margin-bottom: 17px;
    padding: 0;
    overflow: hidden;
}
.service-title {
    width: 100%;
    height: 99px;
    background-image: url('../images/ke_bg2.png');
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 15px;
}
.title-text {
    width: 214px;
    height: 18px;
    margin: auto;
}
.title-text img {
    width: 100%;
    height: 100%;
}
.serviceTitle-content {
    font-size: 30px;
    font-family: 'Source Han Sans SC';
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.14);
    padding: 19px 0 4px 0;
}
.leftTabMenu {
    width: 248px;
    min-height: 607px;
    background: #fff;
    border-right: 1px solid #E6E6E6;
    padding-bottom:50px;
    height: auto;
}
.leftTabMenu ul {
    /* padding-top:20px; */
    min-height: 575px;
}
.rightTabContent{
    width: 930px;
    float: right;
    min-height: 603px;
    height: auto;
    background: #fff;
    margin-bottom: 17px;
    float: right;
    padding-bottom:50px;
}
.tabMenuItem{
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #404040;
    text-align: left;
    line-height: 80px;
    cursor: pointer;
}
.tabMenuItem:hover {
    color: #282460;
}
.active {
    background: #e0e5eb;
    color: #282460;
}
.active:hover {
    color: #018EFF;
}
.rightTitle {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid rgba(233,235,238,1);
}
.member-mission-tab{clear:both;}
.member-mission-tab li{float:left; display:inline-block; background:none; padding:0 10px; margin:0 10px;}
.member-mission-tab li::before {
    content: '';
    width: 70px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    left: 0;
    position: relative;
    top: 71px;
    display: flex;
    margin: 0 auto;
}
.member-mission-tab .active::before {
    content: '';
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #282460 0%, #282460 100%);
    position: relative;
    top: 71px;
    display: flex;
    margin: 0 auto;
}

.member-mission-bd{
    padding: 20px 40px;
}
.member-mission-bd .con-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top:12px;
    margin-bottom:13px;
    font-size: 20px;
    font-weight: 100;
}
.member-mission-bd .con-title::before {
    margin-right: 0.15rem;
}
.member-mission-bd .con-title::after,.member-mission-bd .con-title::before {
    content: "";
    display: block;
    flex: 1 1 0%;
    height: 0px;
    margin-bottom: 0.05rem;
    border-bottom: 2px solid rgb(244, 244, 244);
}
.member-mission-bd .sep-line{
    padding-top: 20px;
    border-bottom: 2px solid #f4f4f4;
}
.fb-select-gallery{
    width:500px;
}
.lh_pLine{margin:10px 0 0 14px;}
.lh_pLine_label{width:15%;display:inline-block; vertical-align:top; margin-top:8px;}
.invest_btn{
    margin: 12px 0 0 146px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    background: rgba(40, 36, 96, 1);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
.closemodals {
    left:initial;
    right: 20px;
}
.fk_modals{
    background:#fff;
    border-radius:3px;
    padding:19px 0 20px 0px;
    display:none;

}
.fk_modals .btn_close{
    position: absolute;
    right:15px;
    top:15px;
    cursor: pointer;
}
.fk_modals_title{
    margin:0 0 18px 0;
    padding: 0 0 10px 30px;
    color:#222;
    font-size:16px;
    display: flex;
    align-items: center;
    border-bottom:2px solid #dbdbdb;
}
.fk_modals_text{
    clear: both;
    margin: 20px;
}

.detailSolutionBox {
    /* margin-left: 24px; */
    /* background-color: pink; */
    font-size: 14px;
    margin: 30px 30px;
}
.lh_pLine input {
    padding-left: 10px;
    width: 488px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 3px;
}
.lh_pLine textarea {
    padding: 10px;
    width: 478px;
    height: 224px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 3px;
}

.dotIconBlue{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #DDDDDD;
    border-radius: 50%;
    margin-left: 25px;
    margin-right: 9px;
    vertical-align: top;
    margin-top: 8px;
}
.descriptionDetail {
    display: inline-block;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #404040;
    /* margin-bottom: 15px; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 16px;
    height: auto;
    line-height: 30px;
}
.rightItemProblem {
    /* width: 945px; */
    width: 100%;
}
.rightItemProblem:hover {
    color: #282460;
}
.descriptionList {
    color: #666;
    line-height: 1.7;
    padding: 10px;
    padding: 10px;
    word-wrap: break-word;
}
/* .menuBox{
    height: 575px;
    overflow: hidden auto;
} */
.choose {
    background: #FAFAFA;
    /* padding-top: 10px; */
    margin-left: 5px;
    margin-bottom: 10px;
}
.choose .descriptionDetail {
    color: #282460;
    margin-bottom:0;
    font-size:15px
}
/* .descriptionDetail:hover {
    color: #018FFF;
} */
.choose .dotIconBlue {
    background:#282460 ;
    margin-left: 20px;
}
.menuItem-name {
    display: inline-block;
    height: 100%;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 30px;
}
.descriptionDetail em{
    font-style: normal;
    color: #666666;
    padding-right: 5px;

}
.game-web-news-list{margin:10px auto;}
.game-web-news-list li.news-item {
    cursor: pointer;
    padding: 20px 24px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #fafafa;
    border: solid 1px #fafafa;
    transition: background-color .2s,transform .25s linear,box-shadow .25s;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.game-web-news-list li:hover{background-color:#fff;
    transform:translateY(-3px);
    box-shadow:0 2px .08rem rgba(0,0,0,0.075)}
.game-web-news-list .news-item-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item-hd .news-title {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
.news-item-hd div{box-sizing: inherit;}
.news-item-hd .news-date {
    margin-left: 40px;
    color: #999;
    white-space: nowrap;
}
.site-message-reply-status,.site-message-status{
    background-color: #e3184d;
    background-image: none;
    color: #fff;
    cursor: unset;
    border-radius:17px;
    text-align: center;
    width:60px;
    line-height:28px;
    height:28px;
    margin-right:10px;
}

.site-message-reply-status.reply{
    background-color: #0f8d20;
}
.site-message-status.unread {
    background-color: #e3184d;
}
.site-message-status.read {
    background-color: #cccccc;
}
.news-item-bd {
    margin-top:1px;
}
.game-web-bd pre{white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding:5px 10px 0 10px;
    margin: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    background-color:transparent;
    font-size: 14px;
}
.game-web-bd .sep-line{
    padding-top: 20px;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 10px;
}
.game-web-bd .green{color: rgb(15,141,32);}
.news-item-cont .recont{margin:15px 0;}
/**
 * 修改浏览器的滚动条
 */
 ::-webkit-scrollbar-track-piece {
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track-piece:hover {
    background-color: rgba(120, 130, 140, 0.33);
    border-left: 1px solid rgba(120, 130, 140, 0.33);
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(120, 130, 140, 0.23);
    background-clip: padding-box;
    border: 1px solid rgba(120, 130, 140, 0.23);
    min-height: 28px;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    border: 1px solid rgba(120, 130, 140, 0.23);
    background-color: rgba(120, 130, 140, 0.23);
  }