img {
    vertical-align: middle;
    -webkit-user-drag: none;
}

button {
    border: 0;
    outline: none;
    padding: 0;
}

table {
    display: block;
    border-spacing: 0;
}

table td {
    padding: 0;
}

.wrap {
    margin: 0 auto;
    width: 997px;
}

a:hover{
    text-decoration: none;
}
/* 滑动通栏 */

.right-bar {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: 548px;
}

.right-bar>.icon {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 5px;
    height: 100px;
    line-height: 80px;
    cursor: pointer;
}
.right-bar .share{
    margin-left: -150px;
    position: relative;
    width: 250px;
    border-radius: 0 50px 50px 0;
}
.share i {
    display: block;
    /* margin: 22px auto 0; */
    width: 100px;
    height: 100px;
    background: url(../images/icon-share.png) no-repeat;
    z-index: 999;
    position: absolute;
    right: 0;
}

a.to-top i {
    display: block;
    /* margin: 22px auto 0; */
    width: 100px;
    height: 100px;
    background: url(../images/icon-backtop.png) no-repeat;
}

.right-bar .icon,
.right-bar .icon:visited {
    opacity: .7;
    filter: alpha(opacity=70);
}

.right-bar .icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.right-bar .share-cont {
    position: relative;
    top: 23px;
    right: -30px;
    width: 150px;
    height: 54px;
    display: none;
    background-color: #a99ff4;
    border-radius: 27px 0 0 27px;
    overflow: hidden;
}

.right-bar .share-cont .weixin,
.right-bar .share-cont .weibo,
.right-bar .share-cont .qzone {
    float: left;
    width: 60px;
    height: 50px;
    cursor: pointer;
}
.right-bar .share:hover .share-cont{
    display: block;
    animation: showUp .3s ease-out .2ms; -webkit-animation: showUp .3s ease-out .2ms;
    -webkit-backface-visibility: hidden; backface-visibility: hidden; perspective: 1000; -webkit-perspective: 1000;
}
@-webkit-keyframes showUp { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); }
   100% { -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes showUp { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); }
   100% { -webkit-transform: translateX(0); transform: translateX(0); } }
.right-bar .share-cont .weibo {
    background: url(../images/icon-weibo.png) no-repeat;
    margin: 10px 0 0 12px;
}

.right-bar .share-cont .weixin {
    background: url(../images/icon-wechat.png) no-repeat;
    margin-top: 10px;
}

.right-bar .share-cont .qzone {
    background-position: -120px 0;
}


/* 规则弹窗 */

.rule-modal-init {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    filter: alpha(opacity=0);
}

.rule-modal-done {
    z-index: 99999;
    opacity: 1;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    filter: alpha(opacity=100);
}

.rule-modal-init .rule-c {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -400px;
}

.rule-modal-init .rule-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_rulel_close.png") no-repeat;
}

/* header */


/* banner */

.banner {
    height: 1060px;
    background: #b7b6db no-repeat center top;
}

.banner .wrap {
    position: relative;
    height: 100%;
}

.banner .sel-rule {
    position: absolute;
    top: 40px;
    right: 0;
    border: 1px solid #e1c019;
    border-radius: 18px;
    width: 113px;
    height: 34px;
    line-height: 33px;
    font-size: 16px;
    text-align: center;
    letter-spacing: .03em;
}

a.sel-rule:link,
a.sel-rule:visited {
    color: #e1c019;
    text-decoration: none;
}

a.sel-rule:hover {
    color: #ecce8e;
    background-color: rgba(0, 0, 0, .35);
    text-decoration: none;
}

.banner .sign-up {
    position: absolute;
    bottom: 38px;
    left: 418px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: 164px;
    height: 48px;
    text-align: center;
}

a.sign-up,
a.sign-up:visited,
a.sign-up:hover {
    background-image: url("//n.sinaimg.cn/finance/2021_ip_pick/pc/images/sign.png");
    text-decoration: none;
}


/* header-nav */

.header-cont {
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    background-color: #4a44c2;
}

.header .nav-fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.nav {
    margin: 0 auto;
    width: 997px;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    text-align: center;
}

.nav a {
    display: inline-block;
    padding: 0 20px;
    font-size: 22px;
    color: #c3c2fb;
    cursor: pointer;
    letter-spacing: .03em;
}

.nav a,
.nav a:visited,
.nav a:hover {
    text-decoration: none;
}

.nav a.active {
    color: #fff;
    background-color: #3a35b4;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


/* outer */

.outer {
    padding-top: 70px;
    background: url(../images/content-bg.png) repeat-y left top;
    background-size: contain;
}


/* 评选维度 */

.elect-la {
    position: relative;
    padding-top: 72px;
}

.elect-la .title {
    height: 712px;
    background: url(../images/title1.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.elect-la .overlay-l {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 0;
    width: 158px;
    height: 266px;
    background-image: -webkit-linear-gradient(45deg, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(45deg, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(45deg, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0));
}

.elect-la .overlay-r {
    position: absolute;
    z-index: 2;
    top: 180px;
    right: 0;
    width: 158px;
    height: 266px;
    background-image: -webkit-linear-gradient(135deg, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(135deg, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(135deg, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(-45deg, #fff, rgba(255, 255, 255, 0));
}

.swiper-wd {
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 175px 0;
    width: 997px;
}

.swiper-wd .swiper-slide {
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1dcd3;
    border-radius: 20px;
    width: 310px;
}

.swiper-wd .swiper-slide .top {
    height: 140px;
    background-color: #4c49ca;
}

.swiper-wd .top img {
    position: absolute;
    top: 19px;
    left: 19px;
}

.swiper-wd .bottom {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 0;
    height: 125px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}


/* 作品展示 */

.works-show {
    padding-top: 72px;
}

.works-show .title {
    height: 213px;
    background: url(../images/title2.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.works-c {
    margin-top: 42px;
}

.works-tab {
    font-size: 0;
}

.works-tab span {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #5459b3;
    letter-spacing: .03em;
    padding: 0 30px;
    border-radius: 20px;
}

.works-tab span.cur,
.works-tab span.cur:hover {
    color: #fff;
    background-color: #4c49ca;
}

.works-tab span:hover {
    background-color: #4c49ca;
    color: #fff;
    cursor: pointer;
}

.works-content {
    overflow: hidden;
    margin-top: 24px;
}

.works-content .section {
    height: auto;
}

.works-content .section-hidden {
    overflow: hidden;
    height: 1600px;
}

.works-content .cont {
    margin-left: 0;
}

.works-content .cont,
.works-content .c-rank {
    width: 1048px;
}
.works-content .view-more{
    color: #655eff;
    font-size: 22px;
    width: 330px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #655eff;
    border-radius: 25px;
    cursor: pointer;
}
.works-content .c-rank {
    padding: 2px;
}

.works-content .c-card {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 12px 20px 0;
    width: 240px;
    height: 385px;
    background-color: #fff;
}

.works-content .c-card .cover {
    position: absolute;
    z-index: 1;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 240px;
    height: 240px;
    opacity: 0;
    background-color: #2c2c2c;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    filter: alpha(opacity=0);
    text-align: left;
}

.works-content .c-card .cover:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.works-content .cover .cover-c {
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    /* margin:16px;*/
    width: 220px;
    height: 200px;
    line-height: 28px;
    font-size: 18px;
    text-align: left;
    -webkit-line-clamp: 6;
    word-break: break-all;
}

.works-content .cover a:link,
.works-content .cover a:visited,
.works-content .cover a:hover {
    color: #fff;
    text-decoration: none;
}

.works-content .c-card-info {
    border-radius: 0;
    background-color: #404040;
}

.works-content .c-card-info,
.works-content .c-card-info .pic2 {
    width: 240px;
    height: 240px;
}

.works-content .c-card-info .play {
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
}
.works-content .c-card-info .icon-star{
    width: 48px;
    height: 43px;
    display: inline-block;
    background: url(../images/icon-star.png) no-repeat;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
}
.works-content .work-type {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    color: #ebe6db;
    background-color: rgba(76,73,202, .6);
    text-align: left;
}

.works-content .c-card .u-des1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 18px auto 2px;
    height: 32px;
    background: url(../images/nick-bg.png);
    background-size: cover;
    width: 208px;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
    -webkit-line-clamp: 2;
}

.c-card .m-btn-box {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    left: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin: 0;
    width: 100%;
}

.c-card .m-btn-box:after {
    content: initial;
}

.works-content .u-number {
    margin-top: 15px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.works-content .u-number .number {
    font-size: 23px;
    font-weight: bold;
    color: #4c49ca;
}

.c-card .m-btn-box .btn {
    border-radius: 0;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    background-color: #655eff;
    cursor: pointer;
    border-radius: 14px;
}

.c-card .m-btn-box .btn:hover {
    background-color: #655eff;
}

.works-show .more-works {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

a.more-works:link,
a.more-works:visited {
    background-color: #b1874d;
    text-decoration: none;
}

a.more-works:hover {
    background-color: #b1874d;
    text-decoration: none;
}

.search-box .search-list {
    top: 36px;
    opacity: 1;
    max-height: 112px;
    background-color: #4c49ca;
}

.search-box .search-list li {
    padding: 4px 8px;
    line-height: 20px;
    font-size: 16px;
}

.search-box .search-list li:hover {
    background-color: #4c49ca;
}
/* 投票说明 */
.vote-img{
    position: relative;
}
.weibo-jump{
    position: absolute;
    width: 500px;
    height: 60px;
    top: 10px;
    right: 160px;
}
.toggle-btn{
    background: url(../images/btn-spead.png);
    width: 330px;
    height: 52px;
    margin: 30px auto;
    cursor: pointer;
}
.collapse{
    background: url(../images/btn-collapse.png);
}
.vote-des{
    display: none;
    margin: 40px 0 0;
}
/* 活动流程 */

.act-w {
    padding-top: 72px;
}

.act-w .title {
    height: 213px;
    background: url(../images/title3.png) no-repeat 50% 0;
    text-indent: -9999px;
}


.act-c img {
    display: block;
    margin: 0 auto;
    width: 883px;
    height: 161px;
}

.act-w ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 10px 0 16px;
}

.act-w li {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.act-w h3 {
    margin-bottom: 8px;
    line-height: 30px;
    font-size: 26px;
    color: #4c49ca;
}

.act-w p {
    line-height: 24px;
    font-size: 16px;
    color: #8181c2;
}


/* 评选动态 */

.state-w {
    padding-top: 72px;
}

.state-w .title {
    height: 213px;
    background: url(../images/title4.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.state-w .state-swiper {
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 260px;
}

.state-swiper img.state-show {
    float: left;
    width: 500px;
    height: 260px;
}

.state-swiper .slide-c {
    float: left;
    overflow: hidden;
    width: 497px;
    height: 260px;
    background-color: #fff;
}

.state-swiper .slide-c h4 {
    margin-top: 23px;
    line-height: 28px;
    font-size: 24px;
    color: #4c4c4c;
    text-indent: 26px;
}

.state-swiper .slide-c p {
    overflow: auto;
    margin: 20px 0 0 25px;
    width: 417px;
    height: 160px;
    line-height: 30px;
    font-size: 18px;
    color: #4c4c4c;
}

a.see-more:link,
a.see-more:visited,
a.see-more:hover {
    float: right;
    color: #4c49ca;
    text-decoration: none;
}


/* 低版本箭头和分页器 */

.state-swiper .arrow-left,
.state-swiper .arrow-right {
    position: absolute;
    z-index: 1;
    top: 24%;
    width: 30px;
    height: 74px;
}

.state-swiper .arrow-left {
    left: 0;
}

.state-swiper .arrow-right {
    right: 0;
}

.state-swiper a.arrow-left:link,
.state-swiper a.arrow-left:visited {
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_l.png") no-repeat;
}

.state-swiper a.arrow-left:hover {
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_lh.png") no-repeat;
}

.state-swiper a.arrow-right:link,
.state-swiper a.arrow-right:visited {
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_r.png") no-repeat;
}

.state-swiper a.arrow-right:hover {
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_rh.png") no-repeat;
}

.state-swiper .pagination {
    position: absolute;
    top: 264px;
    left: 438px;
}

.state-swiper .swiper-pagination-switch {
    display: inline-block;
    border: 1px solid #959595;
    border-radius: 50%;
    margin-right: 17px;
    width: 8px;
    height: 8px;
    background-color: #959595;
    cursor: pointer;
}

.state-swiper .swiper-active-switch {
    background-color: #4c49ca;
}


/* 高版本箭头和分页器 */

.state-swiper .swiper-button-prev,
.state-swiper .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 116px;
    width: 30px;
    height: 74px;
}

.state-swiper .swiper-button-prev:after,
.state-swiper .swiper-button-next:after {
    content: none;
}

.state-swiper .swiper-button-prev {
    left: 0;
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_l.png") no-repeat;
}

.state-swiper .swiper-button-prev:hover {
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_lh.png") no-repeat;
}

.state-swiper .swiper-button-next {
    right: 0;
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_r.png") no-repeat;
}

.state-swiper .swiper-button-next:hover {
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_s_arr_rh.png") no-repeat;
}

.state-w .swiper-pa {
    margin-top: 25px;
    text-align: center;
}

.state-w .swiper-pa .swiper-pagination-bullet {
    border-radius: 50%;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #959595;
}

.state-w .swiper-pa .swiper-pagination-bullet-active {
    background-color: #4c49ca;
}


/* 评委风采 */

.mien-w {
    padding-top: 72px;
}

.mien-w .title {
    height: 213px;
    background: url(../images/title4.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.mien-w .subtit,
.wj .subtit {
    text-align: right;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #8181c2;
    /* margin: 20px auto 0; */
}
.mien-w .fc-swiper,
.wj .fc-swiper {
    margin-top: 30px;
    width: 1025px;
}

.fc-swiper .fc-group {
    position: relative;
    float: left;
    margin: 0 25px 30px 0;
    width: 178px;
    height: 271px;
}
.wj .fc-swiper .fc-group{margin-right: 24px;height: 300px;}
.fc-group img {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 5px;
    width: 168px;
    height: 168px;
}

.fc-group span {
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 178px;
    background: url(../images/avatar-border.png) no-repeat 0 0;
}
.wj .fc-group span{
    background: url(../images/diamond-bg.png) no-repeat 0 0;
    height: 201px;
}
.wj .fc-group img{
    height: 193px;
    border-radius: 0;
}
.fc-group h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #4c49ca;
    text-align: center;
}

.fc-group p {
    margin-top: 12px;
    line-height: 24px;
    font-size: 18px;
    color: #8181c2;
    text-align: center;
}


/* 合作专区 */

.coo-w {
    padding-top: 72px;
}

.coo-w .title {
    height: 213px;
    background: url(../images/title6.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.coo-w img {
    display: block;
    /* margin-top: 60px; */
    width: 100%;
    height: auto;
}


/* 大V观察团 */

.wj {
    padding-top: 70px;
}

.wj .title {
    height: 213px;
    background: url(../images/title5.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.wj .list {
    margin: 40px -90px 0 0;
}

.wj .item {
    float: left;
    margin-right: 92px;
    width: 270px;
}

.wj .item img {
    display: block;
    width: 270px;
    height: 152px;
}

.wj .btns {
    overflow: hidden;
    margin-top: 4px;
}

.wj .btns a {
    float: right;
    width: 134px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #7d0101 !important;
    background-color: #cec3ac;
    text-align: center;
}

.wj .btns a:hover {
    background-color: #d3bc7f;
    text-decoration: none;
}

.wj .btns a.px_btn {
    float: left;
}


/* 联系方式 */

.lx {
    padding-top: 70px;
    padding-bottom: 50px;
}

.lx .title {
    height: 213px;
    background: url(../images/title7.png) no-repeat 50% 0;
    text-indent: -9999px;
}

.lx ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
}

.lx ul li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #4c49ca;
    height: 160px;
}

.lx ul li:first-child {
    border-left: none;
}

.lx ul li:nth-child(2) {
    border-right: none;
    border-left: none;
}

.lx ul li:last-child {
    border-right: none;
}

.lx ul dt {
    line-height: 54px;
    font-size: 22px;
    color: #4c49ca;
}

.lx ul dd {
    line-height: 28px;
    font-size: 16px;
    color: #8181c2;
}

.lx .lx-cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.lx .lx-cont .lx-card {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lx-cont .lx-card2 {
    margin-left: 50px;
}

.lx .lx-card h4 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

.lx .lx-card .icon-lx {
    border-radius: 50%;
    width: 145px;
    height: 145px;
}

.lx .lx-card a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    margin-top: 24px;
    width: 110px;
    height: 40px;
    font-size: 18px;
}
.lx .lx-card a .plus{
    font-size: 30px;
    margin: -3px 10px 0 0;
}
.lx .lx-card .icon-focus {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.lx .lx-card .lxc {
    margin: 44px 0 0 20px;
}

.lx .lx-card a,
.lx .lx-card a:visited {
    color: #fff;
    background-color: #4c49ca;
    text-decoration: none;
}

.lx .lx-card a:hover {
    color: #fff;
    background-color: #7371d4;
    text-decoration: none;
}


/* footer */

.footer {
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    height: 350px;
    background: url(../images/foot-bg.png) repeat;
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.footer p.f-rx {
    margin-top: 8px;
    text-indent: 332px;
}

.footer .f-r1 {
    margin-right: 36px;
}

.footer .f-qu {
    text-indent: 260px;
}

.footer .f-q1 {
    margin-right: 6px;
}

.footer .f-q2 {
    margin-right: 15px;
}

.footer .f-link {
    margin-top: 30px;
    text-indent: 103px;
}

.footer a:link,
.footer a:visited,
.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .shu {
    margin: 0 5px;
}

.footer .f-copy {
    margin-top: 30px;
    text-align: center;
}

.footer .f-p1 {
    margin-right: 27px;
    letter-spacing: 1px;
}

.footer .year {
    margin-right: 10px;
}

.footer b {
    display: inline-block;
    width: 6px;
    height: 6px;
}

.footer .f-ban {
    margin-top: 30px;
    text-align: center;
}

.footer .f-b1 {
    margin-right: 15px;
}


/* 投票按钮弹窗 */

.m-accout-pop img {
    border: none;
    width: 750px;
    height: 500px;
}

.official-mask {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: #000;
    filter: alpha(opacity=70);
}

.official-main {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    margin-top: -138px;
    margin-left: -137.5px;
    width: 275px;
    height: 276px;
    background: none;
}

.m-client-main2 {
    margin-top: -275px;
    margin-left: -375px;
    width: 750px;
    height: 750px;
}

.official-main .u-official-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: url("//n.sinaimg.cn/finance/2021_ip_pick/close.png");
    cursor: pointer;
}


/* 投票内容弹窗 */

.vote-pop-up {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vote-pop-up .vote-close {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 36px;
    height: 36px;
    background: url("//n.sinaimg.cn/finance/2021/ip_pick/p_rulel_close.png") no-repeat;
    cursor: pointer;
}

.vote-pop-up .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=50);
}

.vote-modal {
    position: absolute;
    top: 30%;
    left: 50%;
    border-radius: 5px;
    margin-left: -250px;
    width: 500px;
    line-height: 24px;
    background-color: #dae0f6;
}

.vote-modal .vote-head {
    padding: 9px 18px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.vote-modal .vote-main {
    padding: 0 30px 15px;
    font-size: 16px;
    text-indent: 2em;
}

.vote-detail {
    margin: 30px auto;
    padding: 35px 0 20px;
    width: 924px;
    padding-left: 74px;
    background-color: #dadbf5;
    color: #4c49ca;
    text-align: left;
}

.vote-warning {
    padding-left: 40px;
    padding-right: 40px;
}

.vote-detail h3 {
    position: relative;
    padding: 0 0 18px;
    font-size: 26px;
    letter-spacing: 2px;
}

.vote-detail p {
    font-size: 16px;
    line-height: 36px;
}