<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 100%;
}
 
html {
    font-family: 'sans-serif', "Microsoft YaHei", "微软雅黑", "Tahoma", "Helvetica";
    font-size: 10px;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
	min-height: 100vh;
	background: #150134;
	max-width: 750px;
	margin: 0 auto;
}
.list2_class {
	width: 32%;
	float: left;
	margin:0px;
	margin-right:2%;
	/*margin: 1%;*/
	line-height: 44px;
	color: #fff;
	text-align: center;
	border-radius:6px;
	/*border: 1px solid #957b35;*/
	background:#ddd;
	font-size:16px;
	color:#333;
}

.list2_class:nth-child(3n-1){
	margin-right:0px;
	}
.list2A:nth-child(n){ width:49%;margin-right:2%;}
.list2A0{ width:49%;margin-right:0%;}

.list2_on {
	/*background: #ebc250;*/
	background-image: -moz-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
}
.list2_class:hover{
	background-image: -moz-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
	color:#fff;
	}
.search {
	overflow: hidden;
	line-height:50px;
	padding: 20px;
}
.search input.text {
	float: left;
	display: block;
	padding: 0;
	width: 79%;
	height: 50px;
	border:none;
	font-size: 16px;
	border:1px solid #e1e1e1;
	border-top-left-radius:6px; 
	border-bottom-left-radius:6px; 
	padding-left:10px;
 }
 .search button.sub_btn {
 	float: left;
 	width: 21%;
 	padding: 0;
 	border: none;
	font-size:18px;
 	/*border:1px solid #ff7f24;*/
 	border-top-right-radius:6px;
 	border-bottom-right-radius:6px;
 	color: #fff;
 	position: relative;
 	/*background: #ff7f24;*/
  background-image: -moz-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
	outline:none;
	height:50px;
	line-height:50px;
	font-weight:bold;
 }


div {
    box-sizing: border-box;
} 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
img {
    border: 0;
	/*max-width: 100%!important;*/
    vertical-align: middle;
}
 
address,
caption,
cite,
code,
dfn,
i,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
 
ol,
ul {
    list-style: none;
}
 
a {
    text-decoration: none;
}
 
a:hover,
a:focus {
    outline: none;
}
 
caption,
th {
    text-align: left;
    font-weight: normal;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
 
q:before,
q:after {
    content: ”;
}
 
abbr,
acronym {
    border: 0;
}
 
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
 
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
 
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.head {
    max-width: 750px;
    position: relative;
}
.return_btn {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: rgba(214, 214, 222, 0.5);
    position:absolute;
    left: 2%;
    top: 4%;
    font-family: "宋体";
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    color: #fff;
	display:none;
}
.return_btn a {
    display: block;
    font-weight: bold;
    border-radius: 2px;
    color: #fff;
}
.tit {
    width: 100%;
    height:50px;
    overflow: hidden;
    /*background: #fff;*/
	/*background:#f0a741;*/
  background-image: -moz-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
    line-height:50px;
    text-indent:36px;
    font-size:16px;
   /* color: #333;*/
   color:#fff;
    position: relative;
	
}
.tit h4{font-weight:bold;}
.tit .icon_star {
    display: block;
    width: 26px;
    height: 22px;
    background: url(../images/vote_spirit.png) no-repeat -1px -23px;
    position: absolute;
    left:10px;
    top:8px;
    transform: scale(0.8);
}
.list2_class{
	/*width: 31%;
    float: left;
    margin: 1%;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #60807d!important;
	height:44px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px;*/
	}
.container {
    max-width: 750px;
    margin:0 auto;
    position: relative;
    padding-bottom: 80px;
}
.footer {
	
    width:100%;
    margin: 0 auto;
    height:54px;
    position: fixed;
    left: 0;
    bottom: 0;
    /*background: #fafafa;*/
    z-index: 10;
	/*border-top:1px solid #eee;*/
}
.footer  .footer_con {
    max-width:750px;
    margin: 0 auto;
	/*border-top: 1px solid #eee;*/
	background: #fafafa;
}
.footer  .footer_li {
	padding-top: 8px;
    width:20%;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 16px;
    color: #575757;
    font-size: 12px;
}
.footer  .footer_li .active {
    /*color: #288ace !important;*/
	color:#fff;
    font-weight: bold;
	background:#2bd2f4;
}
.footer  .footer_li a{
    /*color: #575757;*/
    font-size: 14px;
	color:#2bd2f4;
}
.footer  .footer_li a .icon_footer {
    display: block;
    width: 21px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/vote_spirit.png) no-repeat;
    transform: scale(0.8);
}
.footer .footer_li a .icon_footer.i_5 {
    background-position: -30px -65px;
}
.footer_icon_active {
    /*color: #288ace!important;*/
	color: #fff!important;
	font-weight:bold;
}
.footer  .footer_li .active .icon_footer.i_5  {
    background-position: -54px -65px;
}
.footer  .footer_li a .icon_footer.i_1{
     background-position: -26px -2px;
}
.footer  .footer_li a.active .icon_footer.i_1{
     background-position: -50px -2px;
}
.footer  .footer_li a .icon_footer.i_2 {
     background-position: -72px -2px;
}
.footer  .footer_li a.active .icon_footer.i_2 {
     background-position: -95px -2px;
}
.footer  .footer_li a .icon_footer.i_3 {
     background-position: -118px -2px;
}
.footer  .footer_li a.active .icon_footer.i_3 {
     background-position: -139px -2px;
}
.footer  .footer_li a .icon_footer.i_4 {
     background-position: -2px -48px;
}
.footer  .footer_li a.active .icon_footer.i_4 {
     background-position: -2px -74px;
}

.fixed_top {
    background: rgba(0,0,0,.5);
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    z-index: 1000;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 12px;
    display: none;
}
.a-top {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/vote_spirit.png) no-repeat -84px -55px;
}
.mask_pop {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top:0;
    z-index: 999;
}
.images_com {
    max-width: 780px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}
.images_com img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.show_img {
    overflow-y: hidden;
}
.colse_x {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    line-height: 25px;
    text-align: center;
    position: fixed;
    right: 20px;
    top:20px;
    font-size: 24px;
    cursor: pointer;
}
.tptimes{font: 12px \5b8b\4f53,"宋体",arial,helvetica; text-align:center;padding:0px 25px 10px; color:#fff; font-weight:normal; font-size:12px; line-height:24px;}
.piaoshu_box .piaoshu_list li .num_box{ float:left; width:50%!important; text-align:right!important;}
.piaoshu_box .piaoshu_list li .num{float:left; width:50%!important; text-align:left!important; text-indent:5px;}
.piaoshu_box .piaoshu_list li:after{ clear:both;}
.piaoshu_box .num_dbox{ text-align:center;color: rgb(231,200,107);
font: 12px \5b8b\4f53,"宋体",arial,helvetica;}
.piaoshu_box .num_dbox .num_box{ margin-right:6px; font-size:14px; line-height:26px;}
.piaoshu_box .num_dbox .num{font-size:14px; line-height:26px;}
.piaoshu_box .num_dbox .num01{ margin-right:12px;}
.piaoshu_box .num_dbox .num_box01{ margin-left:15px;}


/*倒计时开始*/
.timebox2{
width:100%;
padding: 1rem 0 2.6rem;
}
.timebox2 div,timebox2 span,timebox2 div span{color: #fff !important;}
.timebox2 .timecounter span{color: #fff !important; display:inline-block;}
.timebox2 .timecounter span.dongshu{ 
height:40px; 
line-height:40px;
width:40px;
background-image: -moz-linear-gradient( -90deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
background-image: -webkit-linear-gradient( -90deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
background-image: -ms-linear-gradient( -90deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
margin-right:1rem;
border-radius:4px;
margin-left:0px;
text-align:center;
}
.timebox2 .timecounter span.wz_box{
	height:40px;
	line-height:40px;
	font-size:1.6rem;
	text-align:center;
	width:auto;
	margin-right:1rem;
	}
.timebox2 .timecounter span.wz_box:last-child{ margin-right:0px;}
.timetext{width: 100%;text-align: center;}
.timecounter{font-size:1.6rem;}
.timecounter span{color: #fff;}
/*倒计时结束*/
@media (max-width:768px){
.timebox2{
width:100%;
padding: 1rem 0 1.6rem;
}
.timebox2 .timecounter span.dongshu{ 
height:26px; 
line-height:26px;
width:26px;
margin-right:0.3rem;
border-radius:4px;
}
.timebox2 .timecounter span.wz_box{
	height:26px;
	line-height:26px;
	font-size:1rem;
	margin-right:0.3rem;
	}
.timebox2 .timecounter span.wz_box:last-child{ margin-right:0px;}
.timecounter{font-size:1rem;}
	}
@media screen and (max-width:320px){ /*  iPhone 4,5 */
.piaoshu_box .num_dbox .num_box{font-size:12px;}
.piaoshu_box .num_dbox .num{font-size:12px;}
 html{ font-size: 10px;color: #333;}
  .container .vote_item .vote_list .morebtn {
         width: 75px;
         height: 75px;
         line-height: 75px;
     }
  .vote_item .vote_list .vote_count b{
        float: left;
        width: 100%;
        text-align: center;
    }
    .list_des_r p b {
        float: right;
    }
   .container .ranking_list .ranking_item .ranking_l .No {
        padding-left: 0;
        width: 62%;
    }
    .container .project .project_tit .look_more {
        width: 78.2%;
    }
  
}
@media screen and (min-width:375px){ /*  iPhone 6 */
 html{ font-size: 12px;color: #333;background:#f7f7f7;}
    .container .vote_item .vote_list .morebtn {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
}
@media screen and (min-width:414px){  /*  iPhone 6 plus */
 html{ font-size: 12px;color: #333;}
}
@media screen and (min-width:600px){
    html{ font-size:14px;color: #333;}
}
@media screen and (min-width:768px){
	.designer .tit{ height:50px; line-height:50px; text-indent:42px;/* background:#f0a741;*/
	 background-image: -moz-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(88,241,220) 0%, rgb(93,200,252) 100%);
	}
	.designer .tit h4{ font-size:18px; font-family:"微软雅黑";}
	.tit .icon_star{ top:13px;transform: scale(0.8);}
	}</pre></body></html>