.index_bg {
	background: url(./wlimg/ACgIAB.jpg) no-repeat top center;
	background-size: cover;
	height: 260px;
	margin-bottom: 60px;
}
a{
        text-decoration: none!important;
        color: #000;
}
a:focus, a:hover{
    color: #000;
}
.hot-tab{
    margin-right: 10px!important;
}
/*背景星星*/
.stars_main{
  height: 259px;
  position: relative;
  overflow: hidden;width: 100%;
  left: 0px;margin-bottom: -225px;
  font-weight: 500;
  z-index: -9999;
}

.stars {
	transform: perspective(400px);
	transform-style: preserve-3d;
	position: absolute;
	bottom: 0;
	perspective-origin: 50% 100%;
	left: 0%;
	animation: rotate 200s infinite linear;
}

.star {
	width: 1px;
	height: 1px;
	background: #F7F7B6;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0 -400px;
	transform: translate3d(0, 0, -400px);
	backface-visibility: hidden;
}
/*内容*/
.max_height{
  /*padding-bottom: 62px;*/
}
.container{
  width: 1100px;
  margin: 0 auto;
  max-width: 1100px;
  overflow: hidden;
}



.banner_title {
    text-align: center;
    color: #333;
}

    .banner_title h1 {
        font-size: 42px;
        font-weight: 500;
        padding-top: 15px;
        padding-bottom: 30px;
        font-weight: bold;
        letter-spacing: 11px;
        color: #ffffff;
        font-style: italic;
    }

        .banner_title h1 em {
            font-family: math
        }
        
.clearfix::before,
.clearfix::after{
  content:"";
  height: 0;
  line-height: 0;
  display: block;
  visibility: none;
  clear: both;
}

.clearfix {
  *zoom: 1;
}


.bbttnn{
        background: #03A9F4;
    padding: 8px 20px;
    border-radius: 18px;
    color: #fff;
    margin-top: 15px;
}


.zc-hot-wrapper{display:flex;flex-flow:column;align-items:center;}

.zc-hot-tabs-wrapper {
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
    flex-flow: nowrap;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20%;
}
.zc-hot-tabs-wrapper .zc-hot-tab {
    margin-top: 6px;
    font-size: 15px;
    width: 106px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #dddddd;
    background: #F5F7F9;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ccc;
}

.zc-hot-route-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
}

.zc-hot-route-item {
    position: relative;
    width: 31.5%;
    min-height: 360px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #ffffff;
    cursor: pointer;
    margin-bottom: 30px;
    color: #000;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}


.mb10 {
    margin-bottom: 10px!important;
}
.flex-column {
    flex-flow: column;
}
.flex {
    display: flex;
    width: 100%;
}
.mb5 {
    margin-bottom: 5px;
}
.f16 {
    font-size: 15px!important;
}
.justify-between {
    justify-content: space-between;
}


.zc-hot-tabs-wrapper .zc-hot-tab-active {
    font-size: 15px;
    width: 106px;
    height: 68px;
    color: #fff;
    display: flex;
    line-height: 56px;
    justify-content: center;
    cursor: pointer;
    background: url(./wlimg/zc-tab-active.png) no-repeat;
    background-size: 100% 100%;
}
.color-red {
    color: red!important;
}
.f14 {
    font-size: 13px!important;
}

.zc-hot-table {
    width: 100%;
    flex: 1;
}


.zc-table {
    box-sizing: border-box;
    width: 100%;
    border: none!important;
    margin-top: 10px;
    font-size: 13px;
    font-family: PingFang SC,Microsoft YaHei,"\5fae\8f6f\96c5\9ed1",Helvetica Neue,Helvetica,Hiragino Sans GB,Arial,sans-serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.zc-table .zc-tr {
    box-sizing: border-box;
}
.zc-table tr, .zc-table td {
    position: relative;
    overflow: hidden;
}
user agent stylesheet
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.zc-table {
    box-sizing: border-box;
    width: 100%;
    border: none!important;
    margin-top: 10px;
    font-size: 13px;
    font-family: PingFang SC,Microsoft YaHei,"\5fae\8f6f\96c5\9ed1",Helvetica Neue,Helvetica,Hiragino Sans GB,Arial,sans-serif;
}

.zc-route-btn {
    font-size: 15px;
    width: 47%;
    color: #fff;
    background: linear-gradient(to right,#277EFF,#277eff8a);
    overflow: hidden;
    border-radius: 20px;
    margin-top: 25px;
    display: flex;
    align-items: center;
        justify-content: flex-end;
    height: 28px;
}


.zc-route-btn .p-btn {
    box-sizing: border-box;
    padding: 10px 20px;
    flex: 1;
    text-align: center;
}

.zc-route-btn .o-btn {
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 40px;
    background: linear-gradient(to right,#FFAD0D,#FF6C01);
    box-shadow: -2px -2px 6px #555;
}

.mb10 {
    margin-bottom: 10px!important;
}


body{
    background: #f6f6f6!important;
}

.zc-hot-route-item:hover {
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: -4px -4px 10px #999;
}
.zc-table th {
    background: #ddd!important;
    box-sizing: border-box;
    padding: 14px 1%!important;
    color: #333;
    font-weight: 500!important;
}
.wl-th-65{
    width: 65px!important; 
    min-width: 65px!important;
    text-align: center!important;
    border: 1px solid rgb(203, 215, 230)!important; 
    vertical-align: middle!important; 
    padding: 8px 0px!important;
}
.wl-th-50{
    width: 50px!important;
    min-width: 50px!important;
    text-align: center!important;
    border: 1px solid rgb(203, 215, 230)!important; 
    vertical-align: middle!important;
    padding: 8px 0px!important;
}


.zc-hot-route-wrapper:after {
	content: ""; 
    width: 31.5%;
}



.suopai{
    padding: 0px 14px;
    margin-top: 15px;
    text-indent: 2em;
    color: #7f7777;
}




/*索赔声明*/

.list_advantage h1 {
    position: relative;
    height: 180px;
}
.list_advantage h1 div {
    font-size: 33px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list_advantage h1 span {
    font-size: 65px;
    line-height: 1;
    font-family: 'BCfont';
    text-transform: uppercase;
    color: rgba(18, 38, 170, 0.06);
    display: block;
    text-align: center;
    padding-top: 60px;
}
.list_advantage h1 b {
    width: 80px;
    height: 5px;
    background: #277eff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    margin-top: 37px;
    margin-left: -40px;
}
.pdf_info {
    line-height: 26px;
    /*padding: 0px 82px;*/
    text-align: left;
}



/*视频网课*/

.flex {
    display: flex;
    width: 100%;
}

.flex-column {
    flex-flow: column;
}
.extra-tabs {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.flex1 {
    flex: 1;
}
.search_from {
    -webkit-box-shadow: 0 0 10px 0 rgba(180, 180, 180, 0.1);
    box-shadow: 0 0 10px 0 rgba(180, 180, 180, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 18px;
    position: relative;
}

.extra-tabs .extra-tab-active {
    color: #ff7d4b;
}
.extra-tabs .extra-tab {
    padding: 10px 5px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
.card{
    width:30%;
        margin-bottom: 30px;
}
.card-item{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-item:after {
    content: "";
    width:30%;
}
.card-img-top{
    width: 270px;
    height: 150px;
}


/*播放页*/
.VideoBtn{
    position: absolute;
    top: 50%;
    left: 50%;
}

.sec-title{
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    font-weight: 900;
}
















