.clearfix {
    zoom: 1;

}
.clearfix:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

body,ul,li {
    margin: 0px;
    padding: 0px;
    font-size: Arial;
}
.b-con {
    margin: 0 auto;
    background: url(../img/step1.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    /*height: 1136px;*/
    overflow: hidden;
    position: relative;
}
.e-btn-index {
    position: absolute;
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    left:  7.5rem;
    top: 25.5rem;
}
.e-btn-index img {
    width: 100%;
}
.e-btn-index:hover img {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(255,255,255,0.5));

    /*-webkit-filter: blur(1px);*/
    /*-moz-filter: blur(1px);*/
    /*-o-filter: blur(1px);*/
    /*-ms-filter: blur(1px);*/
    /*filter: blur(1px);*/
}
.b-con-2 {
    margin: 0 auto;
    background: url(../img/step2.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.b-vote {
    padding-top: 7.5rem;
    width: 17rem;
    margin: 0 auto;
}
.b-bar {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 1.05rem;
}

.e-num {
    float: left;
    width: 1.15rem;
    height: 1.15rem;
    background-color: #0B76C0;
    color: #fff;
    text-align: center;
    margin-right:  0.1rem;
}
.e-title{
    color: #0B76C0;
    font-family: simhei;
    line-height: 1.15rem;
    margin-left: 1.5rem;
}
.e-vote {
    clear: both;
    overflow: hidden;
    margin-bottom: 28px;
}
.e-vote li {
    list-style: none;
    line-height: 2.5rem;
    background-color: #fff;
    margin-bottom:  10px;
    font-size: 0.9rem;
    font-family: simhei;
    color: #555555;
}
.e-vote li:hover {
    background-color: #7CBEED;
    color: #fff;
}
.e-vote input[type=radio],.e-vote input[type=checkbox]  {
    display: none;
}
.e-vote label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 2.5rem;
    margin-right: 0.45rem;
}
.e-vote label:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.15rem solid #909090;
    border-radius: 3px;
    margin-right:  0.1rem;
    position: absolute;
    left: 0.75rem;
    top: 0.67rem;
}
.e-vote label.radiolabel:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.15rem solid #909090;
    border-radius: 0.75rem;
    margin-right: 0.3rem;
    position: absolute;
    left: 0.75rem;
    top: 0.72rem;
}
.e-vote input[type=checkbox]:checked + label:before {
    content: "";
    border: none;
    width: 1.05rem;
    height: 1.05rem;
    background: url(../img/icon-checkbox.png) no-repeat;
    background-size: 100% auto;
}

.e-vote input[type=radio]:checked + label.radiolabel:before {
    border: 0.15rem solid #fff;
}
.e-btn-next,.e-btn-next:visited,.e-btn-wx {
    display: block;
    background-color: #188CE3;
    border: 1px solid #0779C2;
    text-decoration: none;
    height: 2.5rem;
    line-height: 2.5rem;
    vertical-align: middle;
    font-family: simhei;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}
.e-btn-next:hover {
    background-color: #188Cdd;
}
a.e-btn-forbiden,a.e-btn-forbiden:visited {
    background-color: #F2F2F2;
    color: #BBBBBB;
    border: 1px solid #E2E2E2;
}

.e-info-box {
    background: url(../img/icon-step3.png) no-repeat;
    background-size: 17rem;
    width: 17rem;
    height: 5.5rem;
    margin: 0 auto;
    font-size: 0.6rem;
    font-family: simhei;
    padding-left: 7.6rem;
    padding-top: 6.72rem;
    margin-top: 7.5rem;
}
.e-wx-2d {
    text-align: center;
}
.e-wx-2d img {
    width: 40%;
}

.e-paper-title {
    margin-left: 0px;
    font-family: simhei,arial;
    color: #555555;
}
.fadeIn {
    -webkit-animation:fadeInRight 1s .2s ease both;
    -moz-animation:fadeInRight 1s .2s ease both;}
.b-con-3 {

    background: url(../img/step_paper.jpg) no-repeat;
    background-size: 100% auto;
    height: auto;
}
@keyframes fadeInRight{
    0%{opacity:0;
        -webkit-transform:translateX(20px)}
    100%{opacity:1;
        -webkit-transform:translateX(0)}
}
@-webkit-keyframes fadeInRight{
    0%{opacity:0;
        -webkit-transform:translateX(20px)}
    100%{opacity:1;
        -webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInRight{
    0%{opacity:0;
        -moz-transform:translateX(20px)}
    100%{opacity:1;
        -moz-transform:translateX(0)}
}

textarea {
    width: 100%;
    height:  2.45rem;
    font-size:  2.15rem;
    font-family: arial;
    overflow: hidden;
    border: 1px solid #A0A0A0;
}
.e-btn-wx {
    margin: 0 20px;
}