@charset "utf-8";
.bg {
    width: 98%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}

.question {
    width: 98%;
    margin: 0 auto;
    min-height: .1rem;
    overflow: hidden;
    display: flex;
    margin-bottom:.1rem;
}

.question .ask {
    width: 8%;
    height: 25px;
    line-height: 25px;
    background: rgb(212, 65, 230);
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-right: .1rem;
    margin-top: .12rem;
    font-size: 13px;
}

.question .answer {
    position: relative;
    width: 95%;
    font-size: .26rem;
    color: rgb(102, 102, 102);
    padding: .08rem .15rem ;
    background: #f2f2f2;
    border-radius: .1rem;
    letter-spacing: .01rem;
}

.answer::after {
    content: '';
    position: absolute;
    left: -.05rem;
    right: 0;
    top: .2rem;
    bottom: 0;
    height: .1rem;
    width: .1rem;
    transform: rotate(45deg);
    background-color: #f2f2f2;
}

	
.down{
    float: right;
    opacity: .9; 
    background-size: 100%;

}

.question .answer .title {
    font-size:14px;
    color: #333;
}

.answer_info {
    margin-top: .1rem;
    line-height: .25rem;
    display: none;
    letter-spacing: .01rem;
}
.contact{
	margin: 0 auto;
    width: 95%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.contact span{
    width: 49%;
    height: 38px;
    line-height: 38px;
    background: url(/images/icon/service-wechat.png) no-repeat;
    background-size:100% 100%;
    color: rgb(255, 255, 255);
    text-indent: 0.65rem;
	font-size:14px;
	font-weight:500;
	border-radius:5px;
}
.contact span:last-child{
    background-image: url(/images/icon/service-qq.png)
}

.ewmbox{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: rgba(000, 000, 000, .4);
    text-align: center;
    z-index: 99;
    display: none;
}
.ewmbox_close{
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    text-align: center;
    line-height: .4rem;
    background-color: #ffffff;
}
.ewmbox img{
    width: 140px;
    height: 140px;

}
.ewmbox_bg{
    display:flex;
    position: relative;
    flex-direction: column;
    padding: .4rem;
    background-color: #ffffff;
    align-items: center;
    text-align: center
}

.wxewmbox{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: rgba(000, 000, 000, .4);
    text-align: center;
    z-index: 99;
    display: none;
}
.wxewmbox_close{
    width: .15rem;
    height: .15rem;
    border-radius: 50px;
    text-align: center;
    line-height: .15rem;
    background-color: #ccc;
}

.wxewmbox img{
    width: 140px;
    height: 140px;

}
.wxewmbox_bg{
    display:flex;
    position: relative;
    flex-direction: column;
    padding: .15rem;
    background-color: #ffffff;
    align-items: center;
    text-align: center
}

.qqewmbox{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: rgba(000, 000, 000, .4);
    text-align: center;
    z-index: 99;
    display: none;
}
.qqewmbox_close{
    width: .15rem;
    height: .15rem;
    border-radius: 50px;
    text-align: center;
    line-height: .15rem;
    background-color: #ccc;
}
.qqewmbox img{
    width: 140px;
    height: 140px;

}
.qqewmbox_bg{
    display:flex;
    position: relative;
    flex-direction: column;
    padding: .15rem;
    background-color: #ffffff;
    align-items: center;
    text-align: center
}

