* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
.container {

}
a {
    text-decoration: none !important;
}
body{
    background:#f7f7f7;
    color:#333;
    font-family:Micorsoft Yahei,微软雅黑;
}

.family{
    font-family: ArialMT;
}
ul,ol{list-style-type: none;}
input[type="text"],input[type="password"]{outline: none;padding-left:10px;font-family:"Microsoft YaHei"}
input[type="button"]:hover,input[type="submit"]:hover{opacity:0.8;}
input[type="button"],input[type="submit"]{border:none;border-radius:2px;opacity:1;text-align:center;cursor:pointer;font-size: 14px;}
img{border:none;border-radius:2px;}
h1,h2,h3,h4,h5{color:#333;}
a{text-decoration: none;color:#333;}
.clear{clear:both;}
.clearfix:after{display:block;clear:both;height:0;visibility: hidden;content:'';}
.clearfix{zoom:1}

input::-webkit-input-placeholder{color:#ccc;}
input::-moz-input-placeholder{color:#ccc;}
textarea::-webkit-input-placeholder{color:#ccc;}
textarea::-moz-input-placeholder{color:#ccc;}

[v-cloak]{display:none }

.wrapper{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.fl{float:left;}
.fr{float:right;}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.icon-gray{color:#ccc;}
.icon-small{font-size:14px;}
.icon-xs{font-size:12px;}
.icon-m{font-size:20px;}
.icon-big{font-size:22px;}
.icon-xb{font-size:28px;}
.icon-bigger{font-size:50px;}
.icon-red{color:#cc0000;}
.icon-yellow{color:#f5a623}
.icon-close{color:#d8d8d8;transition: all 0.5s;}
.icon-close:hover {
    color: #e69f2d;
    transform: rotate(90deg);
}

.active_color{
    color:#cc0000;
    margin:0 6px;
}
#bannerCome {
    margin-top: -125px;
    position: relative;
}
/* 单行溢出隐藏*/
   .oneEllipsis {
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
   }
/* 4行溢出隐藏*/
    .foreEllipsis {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
 /*2行溢出隐藏*/
    .twoEllipsis {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
 /*3行溢出隐藏*/
    .threeEllipsis {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
  /*箭头旋转*/
   .van-icon {
       transition: 0.2s;
       transform-origin: center;
       transform: rotateZ(0deg);
   }
.van-icon_active {
    transition: 0.2s !important;
    transform-origin: center !important;
    transform: rotateZ(180deg) !important;
}
/*文本提示*/
   .van-noText {
       color: #ccc;
       text-align: center;
       line-height: 200px;
   }
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: rgba(0, 0, 0, 0.1);
    /*background-color: transparent;*/
}

 ::-webkit-scrollbar-track {
       /*滚动条里面轨道*/
       /*box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
       /*border-radius: 4px;*/
   background: rgba(0, 0, 0, 0.1);
       /*background-color: transparent;*/
    }

* {
    scrollbar-color: rgba(0, 0, 0, 0.1) #f7f7f9;
    /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin;
    /* 滚动条宽度有三种：thin、auto、none */
}



/*底部样式*/
.footer {
    width: 100%;
    height: 50px;
    background: #bc84a8;
    line-height: 50px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.footer span {
    margin-right: 60px;
}
.footer span a {
    color: #ffffff;
}


/*头部样式*/
.header {
    width: 100%;
}
.header .top {
    width: 100%;
    height: 90px;
    background: #ffffff;
}
.header .top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .top  .title {
    width: 480px;
    height: 90px;
}
.header .top  .title img {
    width: 100%;
    height: 100%;
}
.header .top  .nav {
    display: flex;
}
.header .top  .nav li {
    box-sizing: border-box;
    height: 100%;
    line-height: 90px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    margin-right: 18px;
}
.header .top  .nav li a {
    width: 100%;
    padding: 0 12px;
    height: 100%;
    display: block;
}
.header .top  .nav .active {
    background: rgb(161 113 144);
    color: #fff;
}
.header .top  .nav .active a {
    color: #fff !important;
}
.header .top  .nav li:hover {
    background: rgba(0, 0, 0, 0.14);

}
.header .top  .nav li:hover a {
    color: #fff !important;
}
.user_info {
    width: 88px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    display: none;
}
.user_info .name:hover {
    background: #bc84a8;
    color: #ffffff;
}
.user_info .name {
    display: block;
    width: 100%;
    height: 100%;
    background: #bc84a8;
}
.user_info .name a {
    color: #ffffff
}
.user_info .name  i {
    color: #ffffff;
}
.user_info .name .iconfont {
    cursor: pointer;
}
.user_info .name:hover span{
    color: #ffffff;
}
.user_info .quit {
    width: 88px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    bottom: 0;
    display: none;
    cursor: pointer;
}


i,
em {
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
img {
    border: none;
}

input {
    outline: none;
    border: none;
}
.wrop{
    width:1200px;
    margin:auto;
}
/*table*/
.attending_form{
    width:1140px;
    margin:auto;
    padding: 30px 0;
    padding-top: 0;
    min-height: 500px;
}

.attending_form table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 18px;
}

.attending_form table thead {
    background-color: #EEEEEE;
}

.attending_form table thead th {
    height: 50px;
    line-height: 50px;
    border-bottom:1px solid #E8E8E8;
    font-size:14px;
}

.attending_form table thead th p {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.attending_form table tr {
    border-bottom: 1px solid #E8E8E8;
}

.attending_form table td {
    height: 50px;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}
.attending_form table td:nth-last-child(1){
    cursor: pointer;
}
/*二级导航*/
.header_nav{
    font-size: 16px;
    padding: 22px 0;
}
.nav_type{
    padding: 0 5px;
}
.red{
    color:#bc84a8;
}

/*个人中心公共样式*/
.course_header .wrop{
	background: url(../img/image/person_bg.png) no-repeat;
	background-size: cover;
	width:100%;
	height:180px;
	background-position: center;
}
.course_header ul{
	padding: 20px 0;
	width:1200px;
	margin: auto;
}
.course_header ul li{
	margin-right: 100px;
	color:#ffffff;

}
.course_header ul li:nth-last-child(1){
	margin-right: 0;
}
.course_header ul li p{
	font-size:16px;
	margin-bottom: 16px;
}
.course_header .course_span p{
	width:90px;
	height:30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius:20px ;
	border:1px solid #ffffff;
	margin-bottom: 10px;
}
.course_header .course_span p a {
    color: #ffffff;
}
.header_line{
	width:100%;
	background: #D8D8D8;
	height:26px;
	line-height: 32px;
	text-align: center;
}
.header_line img{
	height:16px;
	width:20px;
    cursor: pointer;
}

.header_line .img_active {
    transform: rotate(
            180deg
    );
}
.img_active {
    transform: rotate(180deg)
}