
@media screen and (min-width: 100%)

html{font-size:16px}
body{ background-color:#019FE0;}


header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .count-info {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background: url(vote/count-info.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

header .count-info .info {
    flex: 1;
    color: #2c50a7;
    text-align: center;
    font-size: 14px;
}

header .count-info .vline {
    height: 50%;
}


header .count-down {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    width: 85%;
    height: 100px;
    line-height: 150px;
    background: url(vote/count-down.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: -45px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.container .rule-container {
    margin-bottom: 5px;
    padding: 5px;
    padding-top: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #2c50a7;
	width:90%;
}

.container .rule-container .title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.container .rule-container .content {
    width: 88%;
    margin: auto;
    padding: 20px 0;
    word-break: break-all;
    font-size: 14px;
    color: #fff !important;
	color:#FFFFFF;
}

.container .rule-container .content  img{ max-width:100%}


.container .rule-container .title img {
    width: 30px;
}

.container .rule-container .title .d-2 {
    margin-left: 5px;
}

.container .rule-container .rule-box {
    width: 95%;
    margin: auto;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 20px;
}

.container .rule-container .rule-box .d-3 {
    left: 5px;
    top: 5px;
}
.container .rule-container .rule-box .d-3, .container .rule-container .rule-box .d-4 {
    width: 23px;
    position: absolute;
}

.container .rule-container .more {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 50%;
    min-width: 70px;
    margin: auto;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    z-index: 1;
}
.vline {
    width: 0;
    height: 100%;
    border-right: 1px solid #fff;
}

.container .sort-table {
    margin: auto;
    margin-bottom: 20px;
    background-color: #2c50a7;
	  width: 100%;
	
}



.container .search {
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
	margin-top:10px;
}

.container .search .search-btn {
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.border-color {
    border-color: #5CACEE !important;
}

.bg-color {
    background: #5CACEE !important;
}

.container .user-list .user .name img {
    width: 30px;
}

.container .user-list  p {
margin:5px;
    
}


.container .user-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.container .user-list .user {
    background-color: #2c50a7;
    border-radius: 10px;
    overflow: hidden;
    width: 46%;
    position: relative;
    margin: 5px;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,0.2);
}

.container .user-list .user .number {
    font-size: 12px;
    color: #ffffff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .user-list .user .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: auto;
}

.container .user-list .user .link .img {
    box-sizing: border-box;
    max-width: 100%;
	max-height:
    border-style: solid;
    border-width: 8px;
    border-image: url(vote/user-border.png?) 20 29 stretch;
}

.container .user-list .user .number .line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 0 10px;
}

.container .user-list .user .name .d-2 {
    margin-left: 10px;
}

.container .user-list .user .name .d-1 {
    margin-right: 10px;
}

body[data-device=pc] .container .user-list .user .name {
    margin: 20px 0;
}

.container .sort-title {
    width: 80%;
    height: 40px;
    line-height:40px;
    margin: auto;
    padding: 2px  0 4px;
}

.container .table-box {
    width: 90%;
    box-sizing: border-box;
    border-width: 15px;
    border-style: solid;
    border-image: url(vote/rank-border.png) 39 44 stretch;
}

.container .sort-table thead tr th {
    text-align: center;
	 background-color: #2c50a7;
	 color:#FFFFFF;
}

.container .sort-table tbody tr td {
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.container2 {
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2c50a7;
}
.container .user-list .user .name {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    margin: 3px 0;
    word-break: break-all;
    padding: 0 5px;
    box-sizing: border-box;
}


body[data-device=pc] .container .user-list .user .vote-btn {
    width: 100px;
    height: 40px;
    border-radius: 3px;
}
.container .user-list .user .vote-btn {
    font-size: 14px;
    color: #2c50a7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 2px;
    background: url(vote/vote.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}


body[data-device=pc] .container .user-list .user .vote-btn2 {
    width: 70px;
    height: 30px;
    border-radius: 3px;
}
.container .user-list .user .vote-btn2 {
    font-size: 14px;
    color: #2c50a7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 2px;
    background: url(vote/vote.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.container .user-list .user .coupon {
    font-size: 14px;
    color: #ffffff;
	margin-top:3px;
    margin-bottom: 3px;
    text-align: center;
}


footer {
    display: block;
	margin:0px auto;
}



footer a{
	text-decoration:none;
}

footer .footer-navs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #2c50a7;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

footer .footer-navs  .active {
    color: #2c50a7 !important;
    background: url(vote/active.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
footer .footer-navs .link {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

footer .footer-navs .link .iconfont {
    margin-top: 5px;
    margin-right: 2px;
    font-size: 14px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-persons:before {
    content: "\e689";
}

.icon-ranking:before {
    content: "\e699";
}

.icon-rule:before {
    content: "\e62e";
}

  .myVoteUserInfo  {width:100%; margin-top:5px; margin-bottom:5px;position:relative; text-align:left; float:right;color:#FFFFFF;}
		.myVoteUserInfo  ul { width:100%;list-style:none;position:relative; height:100%; float:left; padding-inline-start:0px; padding:0px; margin:3px;  }
		.myVoteUserInfo  li { display:inline-block; font-size:12px;text-align:center; line-height:29px; height:29px; vertical-align:middle;border-bottom:1px dashed  #FFFFFF; padding:0px; margin:0px;  overflow:hidden; color:#FFFFFF;}
		.myVoteUserInfo .left  { width:30%;color:#FFFFFF; }
		.myVoteUserInfo .right  { width:68%; text-align:left;color:#FFFFFF;}
		.myVoteUserInfo  li span { width:100%;}
		.myVoteUserInfocontent { margin:5px;}
		.myVoteUserInfocontent img{ width:100%;}