/* common */

.clear {
    *zoom: 1;
}

.clear:after {
    clear: both;
    display: block;
    content: '';
}

.fll {
    float: left;
}

.flr {
    float: right;
}
*{
	margin: 0;
	padding: 0;
	color: #333333;
}
body {
    font-family: '微软雅黑';
    background: #FFF;
}

.competition-container {}

/* header */

.header-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    background: #151651;
}

.header {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
}

.nav {}

.nav-item {
    margin-right: 20px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item a {
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}

.nav-item a:hover {
    color: #4AC0FF;
}

.nav-home-item {
    color: #4AC0FF;
}

.nav-home-item a {
    color: #4AC0FF;
}

.nav-home-item a:hover {
    color: #FFF;
}

.nav-home-item .seperate-line {
    margin-right: 15px;
    position: relative;
    top: -1px;
}

.header-operate-box {}

.header-operate-box {
    font-size: 16px;
    color: #FFF;
}

.header-operate-box a {
	color: #FFF;
    cursor: pointer;
}

.header-operate-box a:hover {
    color: #4AC0FF;
}

.header-operate-box .seperate-line {
    margin: 0 13px;
}

.header-operate-box .share {
    margin-top: 15px;
    margin-left: 22px;
}

.header-operate-box .share a {
    display: inline-block;
    width: 22px;
    height: 23px;
    display: block;
    float: left;
    background: url(../img/share_icon.png) no-repeat;
    background-size: 64px 50px;
    transition: all 0.2s ease-in;
}

.header-operate-box .share a.wx {
    background-position: 0 0;
    margin-right: 16px;
}

.header-operate-box .share a.wx:hover {
    background-position: 0 -26px;
}

.header-operate-box .share a.sina {
    background-position: -41px 0px;
}

.header-operate-box .share a.sina:hover {
    background-position: -41px -26px;
}

/* share */

.wx-share-box {
    position: absolute;
    right: 10px;
    top: 45px;
    z-index: 1000;
    display: none;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4AC0FF;
    margin-left: 127px;
}

.qrcode-img-box {
    padding: 10px;
    border-radius: 8px;
    background: #4AC0FF;
}

.qrcode-img {
    display: block;
    width: 160px;
    height: 160px;
}

/* banner */

.banner-box {
    position: relative;
    width: 100%;
    padding-bottom: 31.5%;
    background: url('../img/pc_banner.png') center;
    background-size: 100% 100%;
    margin-top: 55px;
}

.banner-operate-box {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.banner-operate-box img{
	height: 66px;
}
.banner-btn {
    height: 180px;
    cursor: pointer;
}

/* main */

.main {
    width: 750px;
    margin: 0 auto;
}

.activity-brief {
    margin: 44px auto 0;
}

.brief-con {
    position: relative;
}

.brief-con .paragraph {
    line-height: 46px;
    overflow: hidden;
    font-size: 26px;
    color: #333;
    padding: 0 15px;
}

.brief-con .paragraph p {
    margin-bottom: 0.8em;
}

.brief-con .paragraph p.active {
    color: #0e1294;
    font-size: 30px;
}

.brief-con .fold {
    height: 154px;
}

.lookall-box {
    text-align: center;
}

.lookall-box .lookall-mask {
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.60) 49%, #FFFFFF 85%);
    position: absolute;
    width: 100%;
    top: 71px;
    left: 0;
    height: 70px;
    z-index: 5;
    border: none;
}

.lookall-box .lookall-img {
    width: 120px;
    margin-top: 0;
    cursor: pointer;
}

.main-common-tit {
    margin: 20px 0 40px 0;
}

.brief-tit {
    margin-bottom: 22px;
}

.main-common-tit .vertical-line {
    display: inline-block;
    width: 12px;
    height: 38px;
    background: #0F14A5;
    margin-right: 12px;
    vertical-align: middle;
}

.main-common-tit .tit-txt {
    font-size: 32px;
    color: #333;
    vertical-align: middle;
}

.theme-img {
    display: block;
    width: 676px;
    margin: 37px auto 0;
}

.timeline-box {
    position: relative;
    height: 206px;
    margin-right: 11px;
}

.timeline {
    position: absolute;
    right: 381px;
    top: 2px;
    width: 8px;
    height: 162px;
    background: #0D1190;
}

.timeline-item {
    height: 82px;
    font-size: 28px;
    color: #333;
}

.timeline-item .date {
    position: relative;
    width: 262px;
    text-align: right;
    padding-right: 64px;
    height: 82px;
}

.timeline-item .date:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    border: 8px solid #0D1190;
    background-color: #fff;
    border-radius: 100%;
    top: -1%;
    right: -26px;
    z-index: 99;
}

.timeline-item .event {
    width: 340px;
    padding-left: 50px;
}

.collection-method {}

.collection-info-box {
    width: 696px;
    margin: 0 auto;
}

.collection-item {
    width: 100%;
    box-shadow: 1px 7px 14px #dadada;
    margin-bottom: 54px;
    border-radius: 0 0 8px 8px;
}

.collection-item .collection-hd {
    width: 100%;
    height: 72px;
    line-height: 72px;
    font-size: 30px;
    color: #FFF;
    text-align: center;
}

.collection-item .collection-hd1 {
    background: url('../img/collect1.png');
    background-size: cover;
}

.collection-item .collection-hd2 {
    background: url('../img/collect2.png');
    background-size: cover;
}

.collection-item .collection-hd3 {
    background: url('../img/collect3.png');
    background-size: cover;
}

.collection-item .collection-hd4 {
    background: url('../img/collect4.png');
    background-size: cover;
}

.collection-item .collection-hd5 {
    background: url('../img/collect5.png');
    background-size: cover;
}

.collection-item .collection-bd {
    padding: 25px 25px 25px 25px;
}

.collection-item .collection-bd p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.collection-item .collection-bd p .active {
    color: #0E13A5;
}

.schedule-box {
    text-align: center;
}

.schedule-img {
    width: 750px;
}

/* layer */

.layer-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.layer-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}

.commit-suc-layer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    line-height: 32px;
    background: rgba(0, 0, 0, .8);
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    padding: 22px 36px;
}

.case-tips-wrapper {
    display: none;
}

.case-tips-layer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    line-height: 32px;
    background: rgba(0, 0, 0, .8);
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    padding: 22px 36px;
    width: 4.5rem;
}

.common-tips-layer {
    position: fixed;
    width: 484px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    background: #fff;
    border-radius: 4px;
}

.common-tips-layer .hd {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #DDD;
    ;
}

.common-tips-layer .hd .txt {
    font-size: 24px;
    color: #999;
}

.common-tips-layer .hd .close {
    vertical-align: bottom;
    margin-right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46);
    -moz-transition: background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46);
    transition: background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46);
    font-style: normal;
    position: absolute;
    top: 31px;
    right: 30px;
    cursor: pointer;
}

.common-tips-layer .hd .close:after, .common-tips-layer .hd .close:before {
    position: absolute;
    content: "";
    width: 22px;
    top: 9px;
    right: 3px;
    height: 2px;
    background-color: #000;
}

.common-tips-layer .hd .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.common-tips-layer .hd .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.common-tips-layer .bd {
    line-height: 50px;
    padding: 48px 52px 56px 52px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.candidate-case-box {}

.common-hd-title {
    margin-top: 46px;
    font-size: 38px;
    color: #333;
}

.common-hd-title .tit-line {
    display: inline-block;
    width: 13px;
    height: 38px;
    margin-right: 10px;
    background: #0F14A5;
    vertical-align: middle;
}

.common-hd-title .txt {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.case-list {
    width: 714px;
    margin: 40px auto 40px;
}

.case-item {
    width: 198px;
    padding: 10px;
    margin-right: 28px;
    margin-bottom: 28px;
    background: #F3F3F3;
    border-radius: 2px;
    box-shadow: 1px 1px 5px 3px #e6e4e4;
    -webkit-box-shadow: 1px 1px 5px 3px #e6e4e4;
    -moz-box-shadow: 1px 1px 5px 3px #e6e4e4;
    cursor: pointer;
}

.case-item:nth-of-type(3n) {
    margin-right: 0;
}

.case-item .case-img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.case-item .vote-btn {
    display: block;
    width: 166px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 0;
    margin-bottom: 15px;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    background: linear-gradient(45deg, #0D118A 0%, #0177F6 100%);
    border-radius: 4px;
    cursor: pointer;
}

.case-item .tit {
    font-size: 28px;
    color: #333;
    line-height: 36px;
    padding-top: 14px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-item .hos-name {
    margin-top: 10px;
    line-height: 34px;
    height: 72px;
    padding-top: 14px;
    border-top: 1px dashed #BBB;
    font-size: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vote-detail-box {
    width: 730px;
    margin: 50px auto 100px;
}

.vote-detail-box .left-part {
    margin-right: 35px;
}

.vote-detail-box .left-part .detail-logo-img {
    width: 200px;
    height: 200px;
}

.vote-detail-box .left-part .vote-btn {
    width: 166px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 12px;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    background: linear-gradient(45deg, #0D118A 0%, #0177F6 100%);
    border-radius: 4px;
    cursor: pointer;
}

.vote-detail-box .left-part .vote-btn.voted {
    background: #DDD;
    font-size: 25px;
    color: #999;
    cursor: auto;
}

.vote-detail-box .left-part .ticket-num-box {
    text-align: center;
    font-size: 28px;
    color: #0D118A;
}

.vote-detail-box .right-part {
    width: 460px;
}

.vote-detail-box .right-part .tit {
    line-height: 46px;
    font-size: 34px;
    color: #333;
}

.vote-detail-box .right-part .hos-name {
    margin: 26px 0 18px 0;
    font-size: 24px;
    color: #999;
}

.vote-detail-box .right-part .desc {
    font-size: 28px;
    color: #333;
    border-top: 1px solid #EEE;
    line-height: 40px;
    padding: 20px 0;
}

.return-home {
    display: none;
}
.content_wrap{
	width: 1146px;
	margin: auto;
	padding-top: 55px;
    padding-bottom: 50px;
}
.list_title{
	float: left;
}
.list_title div{
    width: 8px;
    height: 36px;
    background: linear-gradient(to bottom,#2284FC,#AB55FF);
    display: inline-block;
    vertical-align: middle;
    margin-top: -16px;
}
.list_title span{
	font-size: 26px;
	margin-left: 10px;
}
.search_wrap{
	float: right;
	position: relative;
}
.search_wrap img{
	width: 20px;
	position: absolute;
	left: 15px;
	top: 11px;
}
.search_wrap input{
    width: 260px;
    height: 40px;
    padding-left: 49px;
    background: #E5E9FC;
    font-size: 14px;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    float: left;
    border: none;
}
.search_wrap div{
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: linear-gradient(to right,#2284FC,#AB55FF);
	color: white;
	font-size: 20px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    cursor: pointer;
}
.list_ul{
	width: 100%;
    margin-top: 35px;
}
.list_ul li{
 	width: 49%;
    min-height: 535px;
    margin-right: 2%;
    float: left;
    background: linear-gradient(90deg,rgba(242,248,254,1) 0%,rgba(252,247,255,1) 100%);
    border-radius: 10px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.list_ul li:nth-child(2n){
	margin-right:0;
}
.ls_content_wrap{
	width: 92%;
	margin-left: 4%;
}
.ls_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
}
.ls_top img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
    flex-shrink: 0;
}
.ls_top div{
    flex: 1;
}
.ls_top span{
    font-size: 22px;
    display: block;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.ls_top p{
    font-size: 16px;
    color: #999999;
    padding-top: 6px;
}
.uname,.logined,.seperate-line{
	color: white;
}

.ls_content{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 2em;
	color: #999999;
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px dashed #999999;
}
.null_wrap{
	padding-top: 50px;
	padding-bottom: 50px;
}
.null_wrap img{
	width: 140px;
	margin: auto;
	display: block;
}
.null_wrap p{
	line-height: 1.5;
    font-size: 18px;
	text-align: center;
}
.null_wrap p:nth-child(2){
	margin-top: 25px;
}
.ls_bottom{
    margin-top: 25px;
}
.ls_bottom span{
	font-size: 24px;
	float: left;
    margin-top: 8px;
}
.ls_bottom div{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius:4px;
	float: right;
	font-size: 24px;
	color: white;
	background: linear-gradient(to right,#BDBDBD,#888888);
}
.ls_btn{
	
}
.ls_btn:after{
	content: "已投票";
}
.ls_bottom .ls_btn1{
	background: linear-gradient(to right,#2284FC,#AB55FF);
	cursor: pointer;
}
.ls_btn1:after{
	content: "为TA投票";
}
.ls_btn2{
	
}
.ls_btn2:after{
	content: "投票结束";
}
.vote_shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 9999999999;
}
.vote_window{
	width: 360px;
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -180px;
	border-radius:10px;
}
.vote_window>div{
    width: 100%;
    height: 300px;
    padding-top: 46px;
    position: relative;
    z-index: 9;
}
.vote_window>div img:nth-child(1){
	width: 190px;
	display: block;
	margin: auto;
}
.vote_window>div p{
	font-size: 26px;
	margin-top: 24px;
	text-align: center;
}
.n_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .banner-btn {
        height: 120px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 750px) {
    .banner-btn {
        height: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-box {
        margin-top: 0;
    }
    .header {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .banner-box {
        position: relative;
        width: 100%;
        padding-bottom: 119%;
        background: url('../img/wap_banner.png') center;
        background-size: 100% 100%;
    }
    .banner-btn {
        height: 1.96rem;
    }
    .main {
        width: 7.5rem;
    }
    .main-common-tit {
        margin: .2rem 0 .3rem 0;
    }
    .theme-img {
        width: 6.76rem;
        margin: .37rem auto 0;
    }
    .collection-item .collection-hd {
        width: 100%;
        height: .72rem;
        line-height: .72rem;
        font-size: .3rem;
    }
    .collection-info-box {
        width: 6.96rem;
    }
    .collection-item {
        margin-bottom: .54rem;
    }
    .collection-item .collection-bd p {
        font-size: .28rem;
    }
    .schedule-img {
        width: 7.5rem;
    }
    .lookall-box .lookall-img {
        width: 1.5rem;
    }
    .brief-con p {
        line-height: .46rem;
        overflow: hidden;
        font-size: .28rem;
        color: #333;
        padding: 0 15px;
    }
    .brief-con .fold {
        height: 1.82rem;
    }
    .lookall-box .lookall-mask {
        top: 1.1rem;
        height: .7rem;
    }
    .timeline-item .event {
        width: 3.4rem;
        padding-left: .5rem;
    }
    .timeline-item .date {
        position: relative;
        width: 2.62rem;
        text-align: right;
        padding-right: .64rem;
        height: .82rem;
    }
    .timeline-item {
        height: .82rem;
        font-size: .28rem;
        color: #333;
    }
    .timeline-item .date:after {
        content: '';
        position: absolute;
        width: .27rem;
        height: .27rem;
        border: .08rem solid #0D1190;
        background-color: #fff;
        border-radius: 100%;
        top: -1%;
        right: -.26rem;
        z-index: 99;
    }
    .timeline-box {
        height: 2.5rem;
    }
    .timeline {
        position: absolute;
        right: 3.81rem;
        top: .02rem;
        width: .08rem;
        height: 1.62rem;
        background: #0D1190;
    }
    .main-common-tit .vertical-line {
        width: .13rem;
        height: .38rem;
        margin-right: 14px;
    }
    .main-common-tit .tit-txt {
        font-size: .38rem;
    }
    .activity-brief {
        margin: .44rem auto 0;
    }
    .brief-con .paragraph p.active {
        font-size: .3rem;
    }
    .common-hd-title {
        margin-top: .46rem;
        font-size: .38rem;
        color: #333;
    }
    .common-hd-title .tit-line {
        width: .13rem;
        height: .38rem;
        margin-right: .1rem;
    }
    .common-hd-title .txt {
        position: relative;
        top: -.02rem;
    }
    .case-list {
        width: 7.14rem;
        margin: .4rem auto .9rem;
    }
    .case-item {
        width: 1.98rem;
        padding: .1rem;
        margin-right: .28rem;
        margin-bottom: .28rem;
        border-radius: 2px;
        box-shadow: .01rem .01rem .05rem .03rem #e6e4e4;
        -webkit-box-shadow: .01rem .01rem .05rem .03rem #e6e4e4;
        -moz-box-shadow: .01rem .01rem .05rem .03rem #e6e4e4;
    }
    .case-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .case-item .case-img {
        width: 2rem;
        height: 2rem;
    }
    .case-item .vote-btn {
        width: 1.66rem;
        height: .5rem;
        line-height: .5rem;
        margin: .1rem auto 0;
        margin-bottom: .15rem;
        font-size: 14px;
        border-radius: .08rem;
    }
    .case-item .tit {
        font-size: .28rem;
        color: #333;
        line-height: .36rem;
        padding-top: .14rem;
        height: .75rem;
    }
    .case-item .hos-name {
        margin-top: .1rem;
        line-height: .34rem;
        height: .72rem;
        padding-top: .14rem;
        font-size: .24rem;
    }
    .return-home {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        margin-left: -3.75rem;
        left: 50%;
        width: 7.5rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .28rem;
        z-index: 800;
        text-align: center;
        background: #0D118A;
        color: #FFF;
    }
    .vote-detail-box {
        width: 7.3rem;
        margin: .5rem auto 1rem;
    }
    .vote-detail-box .left-part {
        margin-right: .35rem;
    }
    .vote-detail-box .left-part .detail-logo-img {
        width: 2rem;
        height: 2rem;
    }
    .vote-detail-box .left-part .vote-btn {
        width: 1.66rem;
        height: .5rem;
        line-height: .5rem;
        margin: .2rem auto .12rem;
        font-size: .25rem;
        border-radius: .04rem;
    }
    .vote-detail-box .left-part .vote-btn.voted {
        font-size: .25rem;
    }
    .vote-detail-box .left-part .ticket-num-box {
        font-size: .28rem;
    }
    .vote-detail-box .right-part {
        width: 4.6rem;
		min-height: 4.6rem;
    }
    .vote-detail-box .right-part .tit {
        line-height: .46rem;
        font-size: .34rem;
    }
    .vote-detail-box .right-part .hos-name {
        margin: .26rem 0 .18rem 0;
        font-size: .24rem;
    }
    .vote-detail-box .right-part .desc {
        font-size: .28rem;
        border-top: .01rem solid #EEE;
        line-height: .4rem;
        padding: .2rem 0;
    }
    .common-tips-layer {
        position: fixed;
        width: 4.84rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1002;
        background: #fff;
        border-radius: .04rem;
    }
    .common-tips-layer .hd {
        padding: .2rem .3rem;
    }
    .common-tips-layer .hd .txt {
        font-size: .28rem;
    }
    .common-tips-layer .hd .close {
        vertical-align: bottom;
        margin-right: .1rem;
        display: inline-block;
        width: .22rem;
        height: .22rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: .31rem;
        right: .3rem;
    }
    .common-tips-layer .hd .close:after, .common-tips-layer .hd .close:before {
        position: absolute;
        content: "";
        width: .22rem;
        top: .09rem;
        right: .03rem;
        height: .02rem;
    }
    .common-tips-layer .bd {
        line-height: .5rem;
        padding: .48rem .52rem .56rem .52rem;
        font-size: .34rem;
    }
    .banner-operate-box{
    	bottom: 14%;
    }
    .content_wrap{
    	width: 92%;
    	margin-left: 4%;
	    padding-top: 0.5rem;
        padding-bottom: 0.4rem;
    }
    .banner-operate-box img{
    	height: 0.8rem;
    }
    .list_title{
    	float: inherit;
	    margin-top: 0.3rem;
    }
    .list_title div{
	    width: 6px;
	    height: 25px;
	    vertical-align: middle;
	    margin-top: -8px;
    }
    .list_title span{
	    font-size: 0.36rem;
    	font-weight: bold;
    }
    .search_wrap div{
	    width: 1.6rem;
	    height: 0.6rem;
	    line-height: 0.6rem;
        font-size: 0.32rem;
    }
    .search_wrap{
    	float: inherit;
    }
    .search_wrap input{
	    width: 62%;
        height: 0.6rem;
    	padding-left: 14%;
	    font-size: 0.28rem;
    }
    .search_wrap img{
	    width: 0.34rem;
	    position: absolute;
	    left: 6%;
	    top: 25%;
    }
    .list_ul{
	    margin-top: 0.5rem;
    }
    .list_ul li{
 		width: 100%;
 		min-height: inherit;
	    height: inherit;
	    margin-right: 0;
       	margin-bottom: 0.3rem;
    	padding-top: 0.3rem;
    	padding-bottom: 0.3rem;
    }
    .ls_top{
    	padding-bottom: 0.3rem;
    }
    .ls_top img{
    	width: 1.2rem;
    	height: 1.2rem;
    }
    .ls_top span{
        /* width: 74%;
	    display: inline-block; */
	    font-size: 0.32rem;
    }
    .ls_top p{
        font-size: 0.24rem;
        color: #999999;
        padding-top: 0.06rem;
    }
    .ls_content{
    	padding-top: 0.2rem;
    	padding-bottom: 0.2rem;
    	min-height: 3rem;
    	height: inherit;
    	font-size: 0.24rem;
    }
    .ls_bottom{
    	margin-top: 0.2rem;
    }
    .ls_bottom span{
      	font-size: 0.32rem;
    	margin-top: 0.06rem;
    }
    .ls_bottom div{
    	width: 1.8rem;
    	height: 0.64rem;
    	line-height: 0.64rem;
    	font-size: 0.32rem;
    }
    .vote_window{
    	width: 3.6rem;
	    height: 3.6rem;
	    margin-left: -1.8rem;
	    margin-top: -1.8rem;
    }
    .vote_window>div{
	    height: 3.6rem;
    	padding-top: 0.5rem;
    }
    .vote_window>div img:nth-child(1){
    	width: 1.9rem;
    }
    .vote_window>div p{
    	font-size: 0.32rem;
    	font-weight: bold;
        margin-top: 0.2rem;
    }
    .null_wrap{
    	padding-top: 0.5rem;
    	padding-bottom: 0.5rem;
    }
    .null_wrap img{
    	width: 2rem;
    }
    .null_wrap p{
    	font-size: 0.32rem;
    }
    .null_wrap p:nth-child(2) {
	    margin-top: 0.3rem;
	}
}
@media screen and (min-width: 750px) {
	
}
.clear1:after{
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
}
