.wrap .search{
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 25px;
}
.wrap .search>div{
	flex: 0 0 120px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1540B8;
	color: #fff;
	border-radius: 0 6px 6px 0;
}
.wrap .search>input{
	min-width: 0;
	flex: 1;
	border: 1px solid #d9d4d4;
	height: 48px;
	border-radius: 6px 0 0 6px;
	font-size: 24px;
	padding-left: 20px;
}

.top{
    display: flex;
    height: 52px;
}
.top .search{
    flex: 1;
}
.top .question{
    flex: 0 0 120px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7b500;
    margin-left: 25px;
    border-radius: 6px;
    cursor: pointer;
}
.wtqz{
    position: relative;
}
.wtqz .keyword{
    font-size: 14px;
    color: #444446;
    padding: 15px 0;
    padding-left: 15px;
}

.wtqz .keyword span{
    font-weight: bold;
}

.wtqz .tapBar{
    display: flex;
    padding: 25px 0;
    padding-bottom: 30px;
    /* justify-content: center; */
    align-items: center;
}

.wtqz .tapBar>div{
    margin-right: 40px;
    height: 40px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;    
    color: #B9B9BC;
    cursor: pointer;
}
.wtqz .tapBar>div span{
    height: 100%;
    line-height: 40px;
    font-size:18px;
    font-weight:bold;
}
.wtqz .tapBar>div span.active{
    color: #1540B8;
    border-bottom: 3px solid #1540B8;
}

.wtqz .faq{
    min-height: 400px;
    padding-top: 20px;
}
.wtqz .faq .item{
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #d9d4d4;
    margin-bottom: 15px;
    border-radius: 4px;
}
.wtqz .faq .item div:nth-child(1){
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #2c2c2e;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wtqz .faq .item .time{
    font-size: 18px;
    
}
.wtqz .faq .item div:nth-child(2){
    min-height: 36px;
    line-height: 36px;
    color: #a5a5ab;
    font-size: 18px;
}
.wtqz .faq .item div:nth-child(3){
    line-height: 25px;
    color: #a5a5ab;
    font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 16px;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

.askQuestion{
    background: #fff;
    padding:20px 5px;
    padding-bottom: 80px;
    min-height: 800px;
}
.askQuestion .ask_toast{
    color: #1540B8;
    font-size: 18px;
    margin-bottom: 30px;
}
.askQuestion .ask_title{
    color: #636366;
    display: flex;
    margin-bottom: 30px;
}
.askQuestion .ask_title span{
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.askQuestion .ask_title input{
    flex: 1;
    height: 32px;
    font-size: 18px;
    border: 1px solid #e9ebef;
    background: #fcfcfc;
}

.wtqz .faq .detailItem{
    display: flex;
    flex-direction: column;
    position: relative;
}
.quslist{
    box-shadow:#ddd 0 0 5px 0;
    margin-bottom: 15px;
    padding: 20px;
}
.anstextarea{
    /* box-shadow:#ddd 0 0 5px 0; */
    margin-bottom: 15px;
    position: relative;
}
.anstextarea .pushAnswer{
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1540B8;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 25px;
    border-radius: 6px;
}
.quslist .user{
    padding: 10px 0;
}
.quslist .quscontent{
    padding: 5px 0;
}
.quslist .btn-answer{
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1540B8;
    border: 1px solid #1540B8;
    position: absolute;
    right: 5px;
    top: 10px;
    border-radius: 6px;
}
.toast{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgb(246, 246, 246); */
    padding: 0 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.personTotal{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
    margin: 0px 20px;
    border-bottom: 1px solid rgb(246, 246, 246);
    font-size: 16px;
    color: #333;
}
.answerlist{
    box-shadow:#ddd 0 0 5px 0;
    margin-bottom: 5px;
    padding: 20px;
    padding-top: 0;
    overflow: hidden;
}
.wtqz .faq .detailItem div:nth-child(1){
    line-height: 32px;
    font-weight: bold;
    color: #1a1a1a;
}
.qusName{
    line-height: 32px;
    color: #2c2c2e;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
}
.wtqz .faq .detailItem .time{
    font-size: 16px;
    padding-left: 10px;
}
.wtqz .detailItem .user{
    padding: 10px 0;
    font-size: 16px;
    color: #1a1a1a;
}
.wtqz .detailItem .user span{
    color: #999;
}
.wtqz .detailItem .answercontent{
    color: #1a1a1a;
    border-bottom: 1px solid rgb(246, 246, 246);
    padding-bottom: 20px;
}

.detail{
    box-sizing: border-box;
    padding:20px 30px;
    padding-bottom: 75px;
}

.qz_center{
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.qz_center>div{
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.qz_center>div.active{
    color: #1540B8;
}
.qz_center_item p{
    color: #2c2c2e;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}
.qz_center_item{
    padding: 15px;
    border: 1px solid #e9ebef;
    border-radius: 4px;
    margin-bottom: 20px;
}
.qz_center_item>div{
    color: #a5a5ab;
    font-size: 18px;
    padding: 10px;
}

.live{
    position: relative;
}
.live .search{
    display: flex;
    height: 50px;
    width: 260px;
    border: 1px solid #d9d4d4;
    border-radius: 40px;
    position: absolute;
    right: 20px;
    top: -16px;
}
.live .search input {
    flex: 1;
    border: none;
    height: 50px;
    border-radius:40px 0 0 40px ;
    padding-left: 20px;
    min-width: 0;
    font-size: 18px;
}
.live .search div{
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zxpx{
    display: flex;
    flex-wrap:wrap;
}
.zxpx .liveWrap{
    flex: 0 0 575px;
    padding: 15px;
    min-width: 0;
    box-sizing: border-box;
    box-shadow:rgba(0, 0, 0, .1)  0 0 5px 0 ;
    margin: 5px;
    position: relative;
}
.zxpx .liveWrap img{
    width: 540px;
    height: 300px;
}
.zxpx .liveWrap .name{
    padding-top: 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #050505;
}
.zxpx .liveWrap .info{
    padding: 20px 0;
    color: #8e8e93;
    font-size: 18px;
}
.zxpx .liveWrap .mask{
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 15px;
    left: 15px;
    width: 540px;
    height: 300px;
}
.zxpx .liveWrap .mask .play{
    width: 50px;
    height: 50px;
    background: #e7e9e8;
    position: absolute;
    left:calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 6px;
    cursor: pointer;
}
.zxpx .liveWrap .mask .now{
    width: 120px;
    height: 45px;
    border-radius: 20px;
    background: #1540B8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.zxpx .historyList{
    display: flex;
}
.historyList > li{
    position: relative;
    display: flex;
    font-size: 18px;
    min-height: 120px;
    border: 1px solid rgb(230, 225, 225);
    margin: 10px 0;
    padding-left: 20px;
    padding-top: 15px;
    flex-direction: column;
    border-radius: 5px;
    /* justify-content: space-around; */
    /* align-items: center; */
}
.historyList > li>div:nth-child(1){
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1540B8;
    font-weight: 600;
}
.historyList > li>div:nth-child(2){
    margin-top: 18px;
    min-width: 0;
    color: #727275;
    font-size: 15px;
}
.historyList > li>div:nth-child(3){
    margin-top: 18px;
    min-width: 0;
    color: #727275;
    font-size: 12px;
}
.historyList > li>div:nth-child(3) span{
    cursor: pointer;
}
.historyList > li>div:nth-child(3) span:nth-child(4){
    position: absolute;
    right: 15px;
}
.historyList > li .visit{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 110px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1540B8;
    color: #1540B8;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration:none;
}