body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    background: #f4f4f4;
}
img {
    display: inline-block;
    vertical-align: bottom;
}
#body {
    width: 100%;
    overflow: hidden;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.container {
    width: 100vw;
    overflow: hidden;
}
.header {
    width: 100vw;
    height: 38.19vw;
}
.header img {
    width: 100%;
    height: 100%;
}
.mainWapper {
    width: 1130px;
    margin: 0 auto;
}
.mainWapper .top {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainWapper .top .topwordWapper .title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}
.mainWapper .top .topwordWapper .topword {
    max-width: 843px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.mainWapper .top .topwordWapper .projectTime {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
}
.mainWapper .top .shareBox {
    position: relative;
    display: flex;
}
.mainWapper .top .shareBox span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    line-height: 33px;
}
.mainWapper .top .shareBox .wechat {
    margin: 0 20px;
}
.mainWapper .top .shareBox .weibo,
.mainWapper .top .shareBox .wechat {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
}
.mainWapper .top .shareBox .trangle {
    display: none;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 20;
    right: 0;
    margin: auto;
}
.mainWapper .top .shareBox .shareWechatBox {
    display: none;
    border-radius: 4px;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 40px;
    left: 0;
    padding: auto;
    z-index: 2;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.mainWapper .top .shareBox .shareWechatBox #wechat-qr-code {
    width: 120px;
    height: 120px;
}
.mainWapper .top .shareBox .weibo:hover {
    content: url("https://public-static.zcool.com.cn/special-resource/votez/assets/img/weibohover.png");
}
.mainWapper .top .shareBox .wechat:hover {
    content: url("https://public-static.zcool.com.cn/special-resource/votez/assets/img/weixinhover.png");
}
.btnd {
    content: url("https://public-static.zcool.com.cn/special-resource/voice/assets/img/weixinhover.png");
}
.mainWapper .message {
    width: 166px;
    height: 166px;
    display: block;
    margin: 70px auto 20px;
}
.mainWapper .otherText {
    width: 100%;
    margin: 0 auto;
}
.mainWapper .otherText .order {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #282828;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    line-height: 33px;
    margin: 0 auto;
}
.mainWapper .otherText .explain {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #282828;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    line-height: 25px;

    margin: 5px auto 30px;
}
.mainWapper .detialPage {
    display: block;
}
.mainWapper .detialPage .mainList .List {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainWapper .detialPage .mainList .List li {
    cursor: pointer;
    position: relative;
    margin-top: 40px;
    width: 350px;
    height: 366px;
    background-size: 100% 100%;
    margin-right: 40px;
}
.mainWapper .detialPage .mainList .List li:hover {
    transform: scale(1.03);
    transition: ease all 0.3s;
}
.mainWapper .detialPage .mainList .List li:nth-child(3n) {
    margin-right: 0px;
}
.mainWapper .detialPage .mainList .List li .index {
    position: absolute;
    top: 23px;
    left: 39px;
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #282828;
    letter-spacing: 0;
    line-height: 52.24px;
    font-weight: 600;
}
.mainWapper .detialPage .mainList .List li .text {
    position: absolute;
    left: 40px;
    top: 165px;
    max-width: 270px;
    max-height: 84px;
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
}
.mainWapper .detialPage .buttons {
    display: block;
    width: 260px;
    height: 60px;
    background: #ffe300;
    border-radius: 4px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin: 60px auto 0;
    cursor: pointer;
}
.mainWapper .detialPage .buttons:hover {
    background: #ffd100;
    border-radius: 4px;
}
.mainWapper .detialPage .buttons.disabled {
    background: #e9e9e9;
    border-radius: 4px;
    color: #999999;
}
.mainWapper .resultList {
    display: block;
    margin-top: 30px;
}
.mainWapper .resultList .list {
    width: 100%;
    padding: 50px 44px;
    margin: 30px 0;
    box-sizing: border-box;
    background: #fff;
}
.mainWapper .resultList .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
}
.mainWapper .resultList .list li .icon {
    width: 32px;
    height: 32px;
    background: url("https://public-static.zcool.com.cn/special-resource/votez/assets/img/icon.png") no-repeat center;
    background-size: 100% 100%;
    margin: auto 0;
    margin-right: 20px;
}
.mainWapper .resultList .list li .maininfo {
    width: 733px;
    border-radius: 37.5px;
}
.mainWapper .resultList .list li .maininfo .progress {
    height: 20px;
}
.mainWapper .resultList .list li .maininfo .progress .persent1 {
    background-color: #ffe300;
    border-radius: 37.5px;
    height: 20px;
}
.mainWapper .resultList .list li .maininfo .explain {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px;
}
.mainWapper .resultList .list li .persent {
    font-family: PingFangSC-Regular;
    font-size: 56px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 53px;
    font-weight: 400;
    margin: auto 0 auto 64px;
}
.mainWapper .resultList .list li .persent span {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 32px;
    font-weight: 400;
}
.mainWapper .resultList .list li:first-child {
    margin-top: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.mainWapper .resultList .list li:first-child .maininfo .progress {
    height: 30px;
}
.mainWapper .resultList .list li:first-child .maininfo .progress .persent1 {
    background-color: #ffd100;
    height: 30px;
}
.mainWapper .resultList .list li:first-child .maininfo .explain {
    font-size: 24px;
    color: #333333;
}
.mainWapper .resultList .list li:first-child .persent {
    font-family: PingFangSC-Medium;
    font-size: 56px;
    color: #333333;
    letter-spacing: 0;
    text-align: right;
    line-height: 53px;
    font-weight: 500;
}
.mainWapper .resultList .list li:first-child .persent span {
    color: #333333;
}
.mainWapper .otherVote {
    margin-top: 40px;
}
.mainWapper .otherVote .titleOther {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainWapper .otherVote .titleOther .more {
    cursor: pointer;
}
.mainWapper .otherVote .titleOther .more span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #d36f16;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
}
.mainWapper .otherVote .titleOther .more img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
}
.mainWapper .otherVote .otherTheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainWapper .otherVote .otherTheme .theme {
    position: relative;
    margin-top: 20px;
    width: 555px;
    background: #fff;
    border-radius: 4px;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme {
    width: 100%;
    height: 281px;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
}
.mainWapper .otherVote .otherTheme .theme .area2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 22px 0 0 20px;
}
.mainWapper .otherVote .otherTheme .theme .area2 .nameTheme {
    cursor: pointer;

    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    max-width: 324px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainWapper .otherVote .otherTheme .theme .area2 .state {
    height: 32px;
    background: #ffba00;
}
.mainWapper .otherVote .otherTheme .theme .area2 .state span {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #ffffff;
    cursor: default;
}
.mainWapper .otherVote .otherTheme .theme .area2 .state:before {
    content: "";
    display: block;
    position: absolute;
    border-right: none;
    border: 16px solid transparent;
    border-left: 10px solid #ffffff;
}
.mainWapper .otherVote .otherTheme .theme .timeTheme {
    width: 515px;
    height: 20px;
    margin: 0 auto 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #aaaaaa;
    letter-spacing: 0;
    font-weight: 400;
}
.mainWapper .otherVote .otherTheme .theme .line {
    width: 555px;
    height: 1px;
    background: #f2f2f2;
}
.mainWapper .otherVote .otherTheme .theme .area3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 22px 0 21px 20px;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time {
    margin-right: 20px;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time img {
    min-width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time span {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #aaaaaa;
    letter-spacing: 0;
    font-weight: 400;
}
.mainWapper .otherVote .otherTheme .theme .area3 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainWapper .otherVote .otherTheme .theme .themeKind {
    position: absolute;
    min-width: 68px;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px 0 4px 0;
    top: 0;
    left: 0;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    padding: 0 10px;
    line-height: 32px;
    font-weight: 500;
    box-sizing: border-box;
}
.mainWapper .logoFooter {
    width: 198px;
    height: 34.72px;
    margin: 80px auto 100px;
}
.mainWapper .logoFooter img {
    width: 100%;
    height: 100%;
}
.unlogin-textarea-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* 插件样式

*/

.article-comments .commentcon li .userimg {
    top: 0 !important;
}
.comment-module .quote-content-wrap .comment-list {
    width: 810px !important;
    box-sizing: border-box;
    padding: 20px 0px 20px 0 !important;
}
.comment-module .commenttxt,
.comment-module .commentwrap,
.comment-module .comment-down-body {
    padding: 0 96px !important;
}
.js-common-comment-wrap {
    padding: 30px 96px !important;
}
.article-comments .commentcon li .quote-content-wrap {
    margin-top: 28px !important;
    padding: 0px 0 0px !important;
}

.fwt-800 {
    vertical-align: baseline !important;
}

.toast {
    display: none;
    width: 300px;
    height: 200px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.toast img {
    display: block;
    width: 131px;
    height: 100px;
    margin: 30px auto 14px;
}
.toast .success {
    display: none;
}
.toast .unsuccess {
    display: none;
}
.toast .messages {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.comment-module .quote-content-wrap .reply-more-bar {
    padding: 20px 0 20px 0 !important;
}
.comment-module .quote-content-wrap .reply-more-bar span {
    vertical-align: baseline !important;
}
.comment-list.comment-first-list.isEffectComment.isFadeIn:hover .report.comment-report.hide {
    display: none !important;
}
/*# sourceMappingURL=index.84591130.css.map*/
