.vote-div {
    padding: 20px 15px 30px 15px;
    background: #F4F7F8;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    position: relative;
}
.vote-div::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: #FF4F53;
}
.vote-div-title{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 22px;
}
.vote-div-f{
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
    text-align: justify;
    line-height: 20px;
}
.bitian-vote{
    font-size: 14px;
    color: #FF4F53;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    margin-left: 3px;
}
.vote-div-list{
    font-size: 14px;
    color: #333333;
    text-align: justify;
    margin-top: 20px;
}
.vote-div-span{
    font-size: 12px;
    color: #2A2A2A;
    text-align: justify;
    line-height: 20px;
}
.git-gain {
    background: #FF4F53;
    border-radius: 3px;
    height: 50px;
    margin-top: 20px;
    font-family: MicrosoftYaHei-Bold, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    display: block;
    width: 300px;
    cursor: pointer;
}
.list-sty{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    background-color: #fff !important;
    width: 350px;
    height: 44px;
    padding: 12px 10px;
    margin-top: 10px;
}
.list-textarea{
    height: 100px;
}
/*多选复选样式*/
.change_answer{
    margin-top: 15px;
}
.change_answer>li{
    height: auto;
    padding-bottom: 15px;
}
.change_answer>li:last-child{
    padding-bottom: 0;
}
.change_answer>li span{
    text-align: justify;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    display: block;
    cursor: pointer;
}
.change_answer label>div{
    position: static !important;
    margin-right: 10px;
    margin-top: 1px;
}
.change_answer label div{
    float: left;
}
/*答题界面的input样式修改*/
.change_radio label,.change_checkbox label{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.change_radio label input,.change_checkbox label input{
    display: inline-block ;
    opacity: 0 ;
    width: 18px;
}
.change_radio label div{
    width: 18px;
    height: 18px;
    top: 2px;
    position: absolute;
    left: 0;
    background: url("../images/radio1.png") no-repeat;
    background-size: 100% 100%;
}
.change_radio label input+div{
    background: none;
}
.change_radio input:checked+div {  /*当radiuo被选中时，把input下边的div标签的背景图片替换掉*/
    background: url("../images/radio.png") no-repeat;
    background-size: 100% 100%;
}
.change_checkbox label div{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url("../images/checkBox1.png") no-repeat;
    border-radius: 2px;
    background-size: 100% 100%;
}
.change_checkbox input:checked+div {  /*当radiuo被选中时，把input下边的div标签的背景图片替换掉*/
    background: url("../images/checkBox.png") center no-repeat;
    background-size: 100% 100%;
}
.change_answer img{
    width: auto;
    display: block;
    float: left;
    border-radius: 4px;
    margin-top: 10px;
}
.change_answer-img{
    overflow: hidden;
}
.change_answer-d li+li{
    margin-left: 30px;
}
.change_answer-d>li{
    padding-bottom: 0;
}
.select-sty{
    background: url("../images/xiala1.png") no-repeat center right 15px;
    background-size: 12px 7px;
    background-color: #fff !important;
}
.select-sty option{
    width: 100%;
}
.select-file{
    position: relative;
    width: 120px;
    height: 40px;
}
.dc-wj{
    padding-bottom: 40px;
    border-bottom: 1px solid #E8E8E8;
}
.select-file>div{
    background: #FF4F53;
    border-radius: 6px;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    top:0;
    left: 0;
    line-height: 40px;
    z-index: 1;
}
.select-file1>div{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    color: #333333;
}
.select-file input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
}
.re-upload>div{
    border: 1px dashed #CCCCCC;
    color: #999;
}
.select-file-text{
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.repeatedly-div{
    width: 76%;
    height: auto;
}
.repeatedly-top{
    padding: 30px 60px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    border-radius: 2px;
}
.repeatedly-sure{
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    border-radius: 2px;
    margin-top: 1px;
    text-align: center;
    height: 44px;
}
.repeatedly-sure span{
    font-size: 14px;
    color: #FF4F53;
    text-align: center;
    line-height: 44px;
}
.select-fileFlex{
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding: 0 8px 11px;
    transition: 0.5s;
    -webkit-transition: 1s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}

.select-filediv{
    width: 100%;
    position: relative;
    height: 50px;
    border-radius: 14px;
}
.select-filediv input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    top:0;
    left: 0;
}
.select-filediv div{
    background: #FFFFFF;
    border-radius: 14px;
    height: 100%;
    width: 100%;
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:0;
    left: 0;
    opacity: 1;
}
.select-cancel{
    margin-top: 8px;
    font-size: 18px;
    color: #146FF4;
    text-align: center;
    line-height: 50px;
}
.select-cancel div{
    color: #146FF4;
}
.width-sty{
    width: 1000px;
}
.dc-a{
    width: 100%;
    height: 318px;
    display: block;
}
.dc-title{
    font-family: MicrosoftYaHei-Bold, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.dc-ts{
    font-family: Microsoft-YaHei, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 24px;
    margin-top: 10px;
}
.subject-p{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.2px;
    text-align: justify;
    line-height: 22px;
}
.vote-num{
    font-family: Microsoft-YaHei, sans-serif;
    font-size: 12px;
    color: #999999;
    text-align: justify;
    line-height: 18px;
    margin-top: 10px;
}
.select-file-p{
    font-family: Microsoft-YaHei, sans-serif;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.2px;
    text-align: justify;
    line-height: 40px;
    margin-right: 20px;
}
.cf-git{
    background: #FFFFFF;
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.20);
    width: 360px;
    padding: 57px 90px 60px;
}
.error-img{
    width: 106px;
    height: 106px;
    display: block;
}
.error-ts{
    font-family: Microsoft-YaHei, sans-serif;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.38px;
    text-align: center;
    line-height: 28px;
    margin-top: 17px;
}
.determine{
    background: #FF4F53;
    border-radius: 20px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.38px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 180px;
}