.content{background-color:#fff;overflow:hidden;padding:20px;height:100vh}.content .heads{font-size:20px;text-align:center;margin-bottom:20px;position:relative;z-index:1}.content .heads:before{content:"";position:absolute;left:50%;bottom:1px;width:60px;height:8px;border-radius:50%;-webkit-transform:translate(-50%);transform:translate(-50%);background-color:#7894ec;z-index:-1}.content .box .options{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0}.content .box .options .item{margin-right:10px;width:80px;height:36px;line-height:36px;text-align:center;border:1px solid #dcdfe6;border-radius:4px;color:#000}.content .box .options .item.yes{background-color:#837cfb;border-color:#837cfb;color:#fff}.content .box .options .item.no{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.content .box .btns{margin-top:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);height:40px;line-height:40px;text-align:center;color:#fff}.content .box .btns .btn{background-color:#837cfb;border-radius:4px}.content .scoreBox{text-align:center;line-height:2;margin-top:20%}.content .scoreBox .img{display:inline-block;width:30px;height:30px;border-radius:50%;background-color:#ccc;vertical-align:middle;margin-left:10px}.content .scoreBox .img img{width:20px;margin-top:-5px;vertical-align:middle}