.section{
    /* background-image: linear-gradient(#DAEBFB, #FFFFFF); */
}
.callbox{
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
}
.call_header{
    background: #C3E2FF;
    font-size: 26px;
    font-weight: bold;
    color: #1E5EB0;
    padding: 10px 20px;
    box-sizing: border-box;
}
.wdlogo{
    width: 430px;
}
.help_wd{
    padding: 8px 12px;
    background: #FFFFFF;
    border-radius:30px;

}

.call_box{
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}
.qlist{
    width: 915px;
    height: 700px;
    overflow: auto;
    padding: 30px 20px;
}
.itemtextl{
    padding: 12px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    border-radius: 12px;
    border-top-left-radius: 0px;
    margin-bottom: 20px;
}
.itemtextr{
    padding: 12px 20px;
    background-color: #1E5EB0;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    border-radius: 12px;
    border-top-right-radius: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.qselectlist{
    padding: 12px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    border-radius: 12px;
    border-top-left-radius: 0px;
}
.ques{
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E4E4E4;
}
.ques::before{
    content: "";
    width: 4px;
    height: 16px;
    background: #1E5EB0;
    position: absolute;
    left: 0px;
    top: 4px;
}
.listitem{
    font-size: 14px;
    color: #1E5EB0;
}
.listitem div{
    position: relative;
    padding-left: 10px;
    margin-top: 5px;
}
.listitem2 {
    font-size: 14px;
}
.listitem2 div{
    position: relative;
    margin-top: 5px;
}
.listitem div::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1E5EB0;
    position: absolute;
    left: 0px;
    top: 10px;
}
.link{
    color: #1E5EB0;
}


/* .scoll::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.scoll::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(15, 42, 196, 0.2);
    background: #2D66A5;
}
.scoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
} */
.scoll::-webkit-scrollbar { width: 0 !important }
.setintext{
    margin-top: 20px;
}
.setintext div{
    font-size: 16px;
    padding: 4px 12px;
    background: #F5F8FD;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
}
.textarea{
    width: 100%;
    padding: 16px 20px;
    background:#F7F7F7;
    border: none;
    outline: none;
    border-radius: 12px;
}
.rliist{
    width: 300px;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    padding: 20px;
    box-sizing: border-box;
    height: 920px;
}
.fs15{
    font-size: 15px;
}
.fwbb{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.lookslist{
    color: #666666;
}
.lookslist div{
    font-size: 16px;
    margin-bottom: 10px;
}

.dots{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    background-color: #96C4FF;
    color: #fff;
}
.dright{
    width: calc(100% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}