.content .typeBar{width:300px;height:50px;line-height:50px;background-color:#dfecff;margin:auto;-webkit-border-radius:25px;border-radius:25px;margin-top:20px;margin-bottom:20px}.content .typeBar .icon{width:24px;height:24px;vertical-align:middle}.content .typeBar .item{display:inline-block;width:50%;text-align:center;-webkit-border-radius:25px;border-radius:25px;font-size:16px;cursor:pointer}.content .typeBar .selected{background:-webkit-linear-gradient(354.86deg,#0052d9,#0676ff);background:linear-gradient(95.14deg,#0052d9,#0676ff);color:#fff}.content .chat{width:65%;height:600px;background-color:#fff;margin:auto;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);padding:20px;text-align:center;padding-top:50px;position:relative}.content .chat .callBox{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0);margin:auto;-webkit-border-radius:15px;border-radius:15px;overflow:hidden;left:0;top:0}.content .chat .callBox img{width:24px}.content .chat .userList{margin-bottom:30px;width:300px}