
#cyPoll{
	position: relative;
}

#cyPoll .changyan-content{
  padding:15px 0px;
}

#cyPoll .changyan-button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: .2em 1em .22em;
}

#cyPoll .changyan-button:hover {
    text-decoration: none;
}

#cyPoll .changyan-button:active {
    position: relative;
    top: 1px;
}

#cyPoll .changyan-orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
}
#cyPoll .changyan-orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
#cyPoll .changyan-orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

#cyPoll .changyan-fixdiv {
    height:150px;
    overflow:auto;
    overflowX:hidden;
    overflowY:hidden;
}

#cyPoll .changyan-titlefont{
   font-family: 'Microsoft YaHei';
   font-size: 22px;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   font-stretch: normal;
   line-height: 40px;
}

#cyPoll .changyan-titlefont img{
   vertical-align: middle;
   display: initial;
}

#cyPoll .changyan-titlefont span{
   vertical-align: middle;
   padding:3px 3px;
}

#cyPoll .saymore {
    box-shadow: 0 0 10px #CCC;
    width: 320px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 99;
}

#cyPoll .saymore-slogan {
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 17px;
    background: url(https://assets.changyan.sohu.com/upload/asset/scs/images/xb01.gif) repeat-x;
    border-bottom: 1px solid #f0f0f0;
    height: 37px;
}

#cyPoll .saymore-close {
    float: right;
    width: 20px;
    height: 20px;
    margin: 8px 7px 0 0;
    display: inline;
    background: url(https://assets.changyan.sohu.com/upload/asset/scs/images/icon15.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://assets.changyan.sohu.com/upload/asset/scs/images/icon15.png',
        sizingMethod='crop' );
    _background: none;
    font-size: 0;
}

#cyPoll .saymore-tip {
    line-height: 22px;
    color: #333;
    padding: 15px 0;
    font-size: 14px;
}

#cyPoll .saymore-tip img {
    margin: 4px 10px 0 0;
}

#cyPoll .saymore-post {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

#cyPoll .saymore-text {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px\9;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
}

#cyPoll .saymore-button {
    background-color: #f5f9fa;
    border: 1px solid #ccd3d9;
    border-radius: 3px;
    color: #5688a9;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    height: 32px;
    width: 50px;
    color: #5688a9;
}

#cyPoll .vote_txtlist .onevote{
    position:relative;
    _zoom:1;
    cursor:default;
}

#cyPoll .vote_txtlist dl{
    border-bottom:1px dotted #d3d3d3;
    padding:2px 0;
}

#cyPoll .vote_txtlist dt,.vote_txtlist dd{
    padding:8px 0;
    overflow:hidden;
}

#cyPoll .vote_txtlist{
    position:relative;
}

#cyPoll .vote_txtlist .v_check{
    cursor:default;
    background:#f2f6eb;
}

#cyPoll .vote_txtlist dd{
    position:absolute;
    left:200px;
    top:2px;
    z-index:2;
}

#cyPoll .vote_txtlist .op_box{
    display:inline-block;
    width:24px;
    overflow:hidden;
}

#cyPoll .vote_txtlist .poll_text{
    display:inline-block;
    width:256px;
    word-wrap:break-word;
    margin: 0;
}

#cyPoll .vote_txtlist .op_box .icon_succS,.vote_txtlist .op_box input{
    margin-left:5px;
}

#cyPoll .vote_txtlist dt span{
    vertical-align:middle;
}

#cyPoll .vote_txtlist .tips{
    background:#e5eef2;
    color:#8a9fa9;
    vertical-align:middle;
    height:0px;
    line-height:0px;
    padding:0px 4px 0 0;
    text-align:center;
    margin-bottom:10px;
}

#cyPoll{
    font:12px/1.125 Arial,Helvetica,sans-serif;
    _font-family:"宋体";
}
    
#cyPoll dl,dt,dd,ul,input,textarea,hr{
    margin:0;padding:0;
}
   
#cyPoll .clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
    
#cyPoll .clearfix{
    display:inline-block;
}
    
#cyPoll * html .clearfix{
    height:1%;
}
    
#cyPoll .clearfix{
    display:block;
}
    
#cyPoll .clear{
    clear:both;
    height:0;
    font:0/0 Arial;
    visibility:hidden;
}
    
#cyPoll .W_checkbox,.W_radio{
    vertical-align:-2px;
    _vertical-align:-3px;
    margin-right:3px;
    *margin-right:0;
}

#cyPoll .vote_numline .li_s1{
    background-image:url(https://changyan.itc.cn/img/poll/vote_1.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s2{
    background-image:url(https://changyan.itc.cn/img/poll/vote_2.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s3{
    background-image:url(https://changyan.itc.cn/img/poll/vote_3.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s4{
    background-image:url(https://changyan.itc.cn/img/poll/vote_4.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s5{
    background-image:url(https://changyan.itc.cn/img/poll/vote_5.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s6{
    background-image:url(https://changyan.itc.cn/img/poll/vote_6.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s7{
    background-image:url(https://changyan.itc.cn/img/poll/vote_7.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s8{
    background-image:url(https://changyan.itc.cn/img/poll/vote_8.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s9{
    background-image:url(https://changyan.itc.cn/img/poll/vote_9.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s10{
    background-image:url(https://changyan.itc.cn/img/poll/vote_10.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s11{
    background-image:url(https://changyan.itc.cn/img/poll/vote_1.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s12{
    background-image:url(https://changyan.itc.cn/img/poll/vote_2.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s13{
    background-image:url(https://changyan.itc.cn/img/poll/vote_3.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s14{
    background-image:url(https://changyan.itc.cn/img/poll/vote_4.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}

#cyPoll .vote_numline .li_s15{
    background-image:url(https://changyan.itc.cn/img/poll/vote_5.gif);
    background-repeat:repeat-x;
    height:15px;
    background-position:0 0;
}


