<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link{
    color: #0054AF;
    text-decoration: none;
}
a:visited {
  color: #7E7E7E;
  text-decoration: none;
}
.video_list li a:visited {
    color: #7E7E7E;
    text-decoration: none;
}

.vote{border:1px solid #dcdcdc;border-top:2px solid #4798ef;height:auto;padding:10px 20px 10px 10px;font-size:14px;}
.vote_info{border-bottom:1px solid #e5e5e5;}
.vote_info .vote_title{margin:10px 0 5px;font-weight: bold;}
.vote_info .vote_num{margin-top:10px;color:#9c9c9c;}
.vote_info .vote_end_time{text-align:right;margin-top:-16px;margin-bottom:10px;color:#9c9c9c;}

ul.vote_select{margin-top:10px;}
ul.vote_select li{display:block;list-style: none;padding:5px 0;height:16px;}
ul.vote_select li input{display:none;}
ul.vote_select li:last-of-type{margin-bottom:0;}
ul.vote_select li p{float:left;display:inline-block;cursor:pointer;font-weight:bold;}
ul.vote_select li span{float:left;display:inline-block;width:12px;height:12px;border-radius:50%;border:1px solid #9c9c9c;margin:1px 10px 1px 0;}
ul.vote_select li span.had_select{background:url(http://tu.duoduocdn.com/ico/selected.png) no-repeat -2px -2px;border:1px solid white;width:14px;height:14px;margin:0 9px 0 -1px;}

.btn_area{width:100%;padding:10px 0;text-align:right;}
.btn_area .btn_vote{display:inline-block;background-color:#4798ef;width:70px;padding:5px 0;border-radius:3px;color:white;font-weight: bold;text-align: center;}
.btn_area .voted{background-color:#bebebe;cursor:not-allowed;}

.vote_selected{margin-top:10px;}
.vote_selected tr td:nth-of-type(1){font-weight:bold;}
.vote_selected tr td{padding:10px 10px 0 0;}
.vote_selected tr td:nth-of-type(2) span{color:#9c9c9c;}
.vote_selected tr td:nth-of-type(2) .slide_bar{display:inline-block;width:200px;height:8px;background:#E5E5E5;}
.vote_selected tr td:nth-of-type(2) .max_bar{background:#4798ef;}
.vote_selected tr td:nth-of-type(2) .percent{padding:0 10px;}
</pre></body></html>