html,body{
    background:#fafafa;
}
.header-wrapper {
    background: #fff;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    justify-items: flex-end;
}
.collapsed .caret{
    border-top: 4px solid;
    border-bottom:initial;
}


.sidebar-sticky{
    background:#fff;
    box-shadow: 0 4px 24px rgba(100,101,102,.1);
    border-radius: 6px;
    /* height: auto; */
    padding: 0 10px;
}
.sidebar img {
    width: 20px;
    margin-right: 5px;
}

.sidebar-sticky {
}


.sidebar li{border-bottom: 1px solid #dcdcdc;/* border-radius: 6px; */position: relative;cursor: pointer;width: 100%;}

.sidebar li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size:14px;
    color:#333;
    margin: 5px 0;
    height: 40px;
    align-content: center;
    justify-content: flex-start;
}
.sidebar li a.active {
    color: #fff;
    background: linear-gradient(90deg, #148dd0, #25d58e 99.95%);
}
.sidebar li a.active img{
    display: none;
}
.sidebar li a img.active{
    display: none;
}
.sidebar li a.active img.active{
    display: inline;
}
.sidebar li:last-child {
    border-bottom: none;
}

.collapse-nav{
    transition: none;
}
.collapse-nav li:first-child {
    border-top: 1px solid #dcdcdc;
}

.collapse-nav li:last-child{
    border-bottom:none;
    /* padding-bottom:0; */
}
.collapse-nav li a{
    padding-left: 30px;
}

.dropdown .btn-toggle:not(.collapsed){
    /* padding-bottom:10px; */
}

/* 内容板块 */
.main{
    background: #fff;
}
.main h1 {
    height: 82px;
    font: 500 20px / 82px Microsoft Yahei;
    color: #3d3d3d;
    position: relative;
    /* text-indent: 70px; */
    text-align: left;
    position: relative;
}

.main h1 img {
    width: 20px;
}

.main h1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #148dd0, #25d58e 99.95%);
    left: 0;
    bottom: 0;
}

.item-title{
	color: #666;
	font-weight: 550;
}
.tab-content > .tab-pane {
    /* padding-top: 20px; */
    min-height: 90vh;
    padding-bottom: 20px;
}
.tab-pane article{
	padding: 2vh 4vw;
	padding-top: 3vh;
}

.tab-pane article p{
	margin-bottom: 5px;
	line-height: 1.6;
	display: block;
}

.tab-pane aside{
	margin-top: 2vh;
}

table th,table td{
	padding: 3px;
}

table th{
	padding: 10px;
	text-align: left;
	color: #666;
}
table td{
	color: #333;
	padding: 12px 10px;
}

.tab-pane h3{
	font-size: 16px;
	/* border-top: 1px solid #dcdcdc; */
	padding-top: 15px;
	margin-bottom: 0;
}

.tab-pane div:first-of-type h3{
	border-top:none;
}

.el-collapse-item{ border-bottom: 1px solid #ebeef5;
                     margin: 0 4vw;
                 
}
.el-collapse-item:first-of-type {border-top: 1px solid #ebeef5}

.el-collapse-item__header   {
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    color: #303133;
    cursor: pointer;
     font-weight:bold
} 



#product .table-bordered {
    font-size: 14px;
}

#product table tr td{
	padding:5px
	
}
#product table tr td:last-of-type{
	white-space:
	normal;
	word-break: break-all;
}

#privacy-wrap article{
	/* padding-bottom:20px; */
}

#qualification{
	/* padding-top: 50px; */
	text-align: center;
}
#qualification h3{
	padding:25px auto;
	/*text-align: center;*/
	color: #39f;
	border-top:none;

}

#qualification img{
	max-width: 80%;
}
#mediation h3 {
    display: inline-block;
}

#synopsis,#security{
	/* padding-bottom: 50vh; */
}

.notice-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.notice-title {
    color: #333;
    font-size: 16px;
    flex: 1;
}

.notice-date {
    color: #666;
    font-size: 14px;
    margin-left: 20px;
}
table th.tac,table td.tac{
    text-align:center;
}
.btn-view-term{
    color:#39f;
}
.file-name {
    word-break: break-all;
}
@media only screen and (max-width: 768px){
	.tab-pane{
		font-size:14px;
	}
}