.main .party {
    background-color: #f7f7f7;
    padding-bottom: 3.125vw;
    padding-top: 4.167vw;
}
.tab {
    display: flex;
}
.about-title-info {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 24px;
    line-height: 2;
}
.tabHeader {
    width: 100%;
	height: 3.125vw;
    line-height: 3.125vw;
	background-color: #015cb9;
    padding-left: 2.656vw;
}
.tabMain {
    background-color: #ffffff;
}
.tabHeader div {
    font-size: 0.833vw;
    color: #fff;
}
.tabItem {
    display: flex;
    min-height: 3.646vw;
	/*line-height: 3.646vw;*/
    border-bottom: 2px solid #f7f7f7;
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 10px 0 10px 2.656vw;
    cursor: pointer;
}
.tabItem:hover div{
    color: #015cb9;
}
.itemMain:nth-child(2n) .tabItem{
    background-color: rgb(243,243,243);
}
.tab2 {
    display: block;
}
.tab .position {
    width: 15vw;
    margin-right: 5px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab .education {
    width: 13vw;
    margin-right: 5px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab .service {
    width: 13vw;
    margin-right: 5px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab .times {
    width: 13vw;
    margin-right: 5px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab .mooe {
    width: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab .center {
    text-align: center;
}
.tabMain .mooe {
    position: relative;
    cursor: pointer;
}
.tabItem .mooe::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg);
    font-family: cursive;
    font-weight: bold;
}
.itemMain {
    position: relative;
    overflow: hidden;
}
.itemMain .join {
    padding: 3.021vw 2.656vw 4.323vw;
    line-height: 2.604vw;
    /* height: 0; */
    overflow: hidden;
    transition: all .5s;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    transform: translateY(-100%);
}
.itemMain .hide {
    /* height: 0; */
    padding: 0;
    position: absolute;
    opacity: 0;
    transform: translateY(-100%);
}
.itemMain .show {
    padding: 3.021vw 2.656vw 4.323vw;
    /* height: 100%; */
    position: relative;
    opacity: 1;
    transform: translateY(0);
}
.main .content {
    padding-top: 0;
}
.recruitBtn {
    width: 100%;
    height: 36vw;
    background-image: url('/static/images/join.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.recruitBtn>div {
    position: absolute;
    left: 50%;
    bottom: 6vw;
    transform: translateX(-50%);
    display: flex;
}
.recruitBtn>div a {
    width: 243px;
	height: 60px;
	background-image: linear-gradient(0deg, 
		#015cb9 0%, 
		#1081f4 100%);
	border-radius: 10px 9px 9px 9px;
	margin-right: 27px;
	color: #ffffff;
	font-size: 16px;
	line-height:60px;
	text-align: center;
}
.recruitBtn>div a:last-child {
    background-image: linear-gradient(0deg, 
		#f58405 0%, 
		#f6ad02 100%);
	margin-right: 0;
}


.detail-con {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}
.joinH5-item {
    padding: 4.133vw 4vw 4vw 3.6vw;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 2.667vw;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,.1);
}
.joinH5-item-left {
    
}
.joinH5-item-title {
    font-size: 16px;
    font-weight: bold;
}
.joinH5-item-bis {
    font-size: 12px;
    margin: 2vw 0 3.067vw;
}
.joinH5-item-times {
    font-size: 12px;
    color: #a1a1a1;
}
.joinH5-item-right {
    flex-shrink: 0;
    font-family: cursive;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: all .5s;
}
.joinH5 {
    display: none;
}
.detail {
    padding: 0 2.667vw;
}
.disBlock {
    display: block;
}
.detail-item {
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,.1);
    margin-bottom: 2.667vw;
    background-color: #fff;
    border-radius: 4px;
    padding: 5.333vw 3.6vw 5.6vw 3.333vw;
}
.detail-hea {
    display: flex;
    align-items: center;
    margin-bottom: 4.4vw;
}
.deail-hea-line {
    width: 3px;
	height: 13px;
	background-color: #015cb9;
	border-radius: 1px;
	margin-right: 10px;
}
.detail-hea-title {
    font-size:14px;
    font-weight: bold;
}
.detail-btn {
    margin-bottom: 2.667vw;
    display: flex;
    justify-content: flex-end;
}
.detail-btn button {
    background-color: #015cb9;
    border:1px solid  #015cb9;
    color: #fff;
    padding: 0 10px;
    height: 39px;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
}
@media (max-width:800px) {
    .tabHeader {
        height: 60px;
        line-height: 30px;
    }
    .tabHeader div {
        font-size: 14px;
    }
    .tab .position {
        width: 25.344vw;
    }
    .tab .education {
        width: 17.046vw;
    }
    .tab .service {
        width: 17.046vw;
    }
    .tab .times {
        width: 17.046vw;
    }
    .tab .mooe {
        width: 14.046vw;
    }
    .tabItem {
        height: 100%;
        padding: 10px 0 10px 2.656vw;
    }
    .itemMain .join {
        line-height: 21px;
    }
    .recruitBtn {
        height: 80vw;
    }
    .recruitBtn>div a {
        width: 120px;
    }
    .main .content {
        display: none;
    }
    .joinH5 {
        /*width: 94.667vw;*/
        display: block;
        padding: 0 2.667vw;
    }
    .joinH5-item {
        padding: 4.133vw 4vw 4vw 3.6vw;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 4px;
        margin-bottom: 2.667vw;
        box-shadow: 0px 1px 6px 1px rgba(0,0,0,.1);
    }
    .joinH5-item-left {
        
    }
    .joinH5-item-title {
        font-size: 16px;
    }
    .joinH5-item-bis {
        font-size: 12px;
        margin: 2vw 0 3.067vw;
    }
    .joinH5-item-times {
        font-size: 12px;
        color: #a1a1a1;
    }
    .joinH5-item-right {
        flex-shrink: 0;
        font-family: cursive;
        font-weight: bold;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        transition: all .5s;
    }
    .disBlock {
        display: block;
    }
    
}












