@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)
}
.search {
	overflow: hidden;
	line-height: 30px;
	padding: 20px;
}
.search input.text {
	float: left;
	display: block;
	padding: 0;
	width: 79%;
	height:  30px;
	border:none;
	font-size: 14px;
	border:1px solid #e1e1e1;
	border-top-left-radius: 4px; 
	border-bottom-left-radius: 4px; 
	padding-left:10px;
 }
 .search button.sub_btn {
 	float: left;
 	width: 21%;
 	padding: 0;
 	border: none;
	font-size: 14px;
 	border:1px solid #ff7f24;
 	border-top-right-radius: 4px;
 	border-bottom-right-radius: 4px;
 	color: #fff;
 	position: relative;
 	background: #ff7f24;
	outline:none;
	height:30px;
	line-height:28px;
 }


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:36px;
    overflow: hidden;
    /*background: #fff;*/
	background:#ebc250;
    line-height:36px;
    text-indent:36px;
    font-size:15px;
    color: #333;
    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);
}

.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;
    padding-top: 8px;
	border-top: 1px solid #eee;
	background: #fafafa;
}
.footer  .footer_li {
    width:20%;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 16px;
    color: #575757;
    font-size: 12px;
}
.footer  .footer_li .active {
    color: #288ace !important;
    font-weight: bold;
}
.footer  .footer_li a{
    color: #575757;
    font-size: 14px;
}
.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;
	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;
}

@media screen and (max-width:320px){ /*  iPhone 4,5 */
 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;;}
    .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:36px; line-height:36px; text-indent:36px; background:#ebc250;}
	.designer .tit h4{ font-size:15px; font-family:"微软雅黑";}
	.tit .icon_star{ top:6px;transform: scale(0.6);}
	}