.zcjd-btn{
    position: relative;
}
.gfxwjxl-zcjd-box{
    position: absolute;
    right: -146px;
    width: 393px;
    margin-top: 5px;
    height: 302px;
    background-color: #ebf5ff;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
}
.gfxwjxl-triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #ebf5ff;
    position: absolute;
    left: 183px;
    top: -10px;
    z-index: 100;
}
.gfxwjxl-zcjd-title{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 5px 0;
}
/* 关闭按钮 */
.gfxwjxl-zcjd-close{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 13px;
    right: 18px;
}
/*tab切换开始*/
.gfxwjxl-com-tab{
	width: 373px;
    margin: auto;
    overflow: hidden;
}
.gfxwjxl-tab-parent{
    padding-left: 9px;
}
.gfxwjxl-tab-list-bool{
	text-align: center;
}
.gfxwjxl-tab-list-bool li{
	width: auto;
    /* display: inline-block; */
    float: left;
	position: relative;
    border-left: 1px solid #b5cbe3;
}
.gfxwjxl-tab-list-bool li:first-child{
    border-left: none;
}
.gfxwjxl-com-tab .gfxwjxl-tab-list-bool li a{
	display: block !important;
    border: none !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #999999;
    margin: 0;
    padding: 0 16px;
}
.gfxwjxl-com-tab .gfxwjxl-tab-list-bool li:first-child a{
    padding-left: 0;
}
.gfxwjxl-com-tab .gfxwjxl-tab-list-bool li:last-child a{
    padding-right: 0;
}
.gfxwjxl-tab-list-bool li.cur a{
    color: #106fd2;
    font-weight: bold;
}
.curLine{
    margin: auto;
    position: absolute;
    top: 30px;
    width: 100%; 
}
.gfxwjxl-com-tab .gfxwjxl-tab-list-bool li:first-child .curLine{
    width: 64px;
}
.gfxwjxl-com-tab .gfxwjxl-tab-list-bool li:last-child .curLine{
    width: 96px;
}
.curLine>span{
    width: 42px;
    height: 5px;
    background-color: #0b6bd2;
    border-radius: 3px;
    display: inline-block;
}
.gfxwjxl-com-tab .gfxwjxl-tab-list-bool li .curLine{
    display: none;
}
.gfxwjxl-tab-list-bool li.cur .curLine{
    display: block;
}
.gfxwjxl-tab-group{
    background-color: #ffffff;
    padding: 8px;
    margin-top: 11px;
    border-radius: 10px;
    overflow: hidden;
}
.gfxwjxl-tab-item{
	width: 357px;
    height: 190px;
    background-color: #ffffff;
    margin: auto;
    overflow-y: auto;
}
.gfxwjxl-com-tab .gfxwjxl-tab-item li a{
	float: left;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #004894;
    border: none;
    margin: 10px 0;
    text-align: left;
    /* padding: 0; */
    width: 310px;
}
.gfxwjxl-com-tab .gfxwjxl-tab-item li i{
    float: left;
    width: 5px;
    height: 5px;
    background-color: #004894;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 9px;
}
.gfxwjxl-tab-item::-webkit-scrollbar {
    width: 4px;
	height: 81px;
}

.gfxwjxl-tab-item::-webkit-scrollbar-thumb {
    background-color: #c7def4;
	border-radius: 2px;
}

.gfxwjxl-tab-item::-webkit-scrollbar-track {
    background: #fff;

}
/*tab切换结束*/
.zcjd-btn-hover{
    color: #fff !important;
    background-color: #106fd2;
}
.clearBoth{
    clear: both;
}
@media screen and (max-width: 768px){
    .gfxwjxl-zcjd-box{
        width: 95%;
        right: 2px;
    }
    .gfxwjxl-triangle-up{
        left: 84%;
    }
    .gfxwjxl-tab-group{
        background: transparent;
    }
    .gfxwjxl-com-tab .gfxwjxl-tab-list-bool li a{
        padding: 0 12px;
    }
}