#header {
	background: linear-gradient(180deg,#ff9a57,#ff7d15);
	padding:0 5px;
	box-sizing: border-box;
	border: none;
}

.tabbar_ul {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	background:linear-gradient(180deg,#e47100,#df5900);
	padding-top: 2px;
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	border: none;
}

.tabbar_ul li {
    flex-shrink: 1;
    width: 33.3%;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: url(../andriod/top_plan_bgnor.png) no-repeat center;
    background-size: 100% auto;
}

.tabbar_ul li.layui-this{
	color: #982503;
    background: url(../andriod/top_plan_bgon.png) no-repeat center;
    background-size: 100% 100%;
}
.tabbar_ul li.layui-this:after{
	display: none;
}
.layui-tab-content{
	padding: 0;
}
/*  */

.cz_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ed6900;
    box-sizing: border-box;
    padding: 0 12px;
}

.cz_list .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    justify-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    background: #ed6900;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 8px 0;
}

.nav::-webkit-scrollbar,
.plan_name::-webkit-scrollbar {
    display: none
}

.cz_list .nav li {
	margin-left: 10px;
}
.cz_list .nav li:first-child{
	margin-left: 0;
}

.cz_list .nav li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 4px 12px;
    text-align: center;
    box-sizing: border-box;
}

.cz_list .nav li.active a {
    color: #fff;
    background: #83391cb2;
    border-radius: 20px;

}

/* 全部计划 */
.plan_wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 54px;
    overflow: hidden;
    margin: 0;
}

.plan_name {
    width: 100%;
    height: 158px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff7f2;
    box-sizing: border-box;
    font-size: 0;
    position: initial;
    white-space: initial;
    padding: 0 12px 9px;
    border-bottom:1px solid #ddd ;
}
.layui-tab[overflow]>.layui-tab-title{
	overflow: inherit;
}
.layui-tab-bar{
	display: none;
}
.plan_name li{
	display: inline-block;
	margin-top: 9px;
	font-size: 14px;
    margin-right: 1.4%;
    width: 23.95%;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background: linear-gradient(180deg,#ffde98,#ffb53f);
    background-size: 100% 100%;
    text-align: center;
    color: #865000;
    position: initial;
    padding: 0;
}
.plan_name li:nth-child(4n){
	margin-right: 0;
}
.plan_name li.layui-this{
    color: #fff;
    /*background: url(../andriod/plan_name_on.png) no-repeat center;*/
   background: linear-gradient(180deg,#ff614d,#ff0404);
    background-size: 100% 100%;
}
/*下拉选择框*/
.plan_set {
	background: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 12px;
}
.plan_setform{
    display: flex;
	font-size: 0;
}
.plan_setform .setfm_item,.plan_setform .set_fmbtn{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.setfm_item input{
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ff7d44;
	background: #fff7f2;
	border-radius: 4px;
}
.setfm_item input:hover, .setfm_item input:hover{
	border-color: #E54600 !important;
}
.layui-form-select .layui-edge{
	border-top-color: #ff7d44;
}
.setfm_item dd{
    font-size: 14px;
}
.plan_setform .set_fmbtn{
    display: flex;
	width: 55%;
	font-size: 0;
	box-sizing: border-box;
}
.set_fmbtn button {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    line-height: 24px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
	margin-left: 5%;
}
.layui-form-select dl dd, .layui-form-select dl dt{
	line-height: 32px;
}
.layui-form-select dl dd.layui-this{
	background: #ed6900;
}
.plan_set button.plan_copy {
	background: linear-gradient(180deg,#ff8c5a,#ea4700);
}

.plan_set button.plan_collect {
	background: linear-gradient(180deg,#ff614d,#ff0404);
    background-size: 100% 100%;
}

.plan_set .plan_collect div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_set .plan_collect div::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../andriod/collect_icon.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.plan_detail {
    width: 100%;
    background: #fff7f2;
    position: relative;
    padding: 12px 12px 90px;
	box-sizing: border-box;
}

.plan_detail_padding {
    padding-bottom: 20px;
}

.plan_detail .refresh{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 222, 222, .7) ;
    position: absolute;
    top: 20px;
    right: 18px;
    text-align: center;
}
.plan_detail .refresh img{
    width: 14px;
    height: 14px;
    margin-top:1px;
}

.plan_detail .detail_text {
    width: 100%;
    height:auto;
    color: #ef541f;
    font-size: 14px;
    overflow: hidden;
    overflow-y: scroll;
}

/* 计划排行 */

.plan_ranking {
    width: 100%;
    height: auto;
}

.plan_ranking .rank_list {
    width: 100%;
    height: calc(100% - 135px);

}

.rank_list_height {
    height: calc(100% - 70px) !important;
}

.plan_ranking .rank_list ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.plan_ranking .rank_tit,
.plan_ranking .rank_list li {
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.plan_ranking .rank_tit span,
.plan_ranking .rank_list li span,
.plan_ranking .rank_list li a{
    flex: 18.8%;
    margin-left: 1.5%;
    height: auto;
    text-align: center;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
}
.plan_ranking .rank_tit span:first-child,
.plan_ranking .rank_list li span:first-child,
.plan_ranking .rank_list li a:first-child{
	margin-left: 0;
}
.plan_ranking .rank_tit .btn_tit,
.plan_ranking .rank_list li .btn_tit {
    flex: 34%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.plan_ranking .rank_tit .btn_tit i {
    font-style: normal;
    font-size: 15px;
   	padding: 10px 0;
}

/* .plan_ranking .rank_list{
    width: 100%;
    height: 600;

} */

.plan_ranking .rank_list li:nth-child(2n-1) {
    background: #fff7f2;
}

.rank_list li span {
    color: #ef541f;
    font-size: 14px;
}
.rank_list li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    background: #ef541f;
    padding: 3px 0;
}

.rank_list li a i {
	color: #fff;
    font-style: normal;
}




/* 底部弹窗 */
#showMore a{
	display: block;
	text-align: center;
	font-size: 13px;
}
#showMore a span{
	background-color: rgba(0,0,0,.58);
	border-radius: 4px 4px 0 0;
	text-align: center;
	color: #fff;
	padding:1px 12px;
	display: inline-block;
	vertical-align: middle;
}
#showMore a span:after{
	content: '';
	margin-left: 6px;
	display: inline-block;
	width: 16px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../andriod/updown_up.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#showMore .hide:after{
	background-image: url(../andriod/updown_up.png) ;
}
#showMore .show:after{
	background-image: url(../andriod/updown_down.png);
}
.count_down{
    width: 100%;
    /*height: 80px;*/
    /* left: 0; */
	position:fixed;
	bottom: 48px;
}
.count_down .updown {
    height: 20px;
    width: 80px;
    background: rgba(0, 0, 0, 0.65) url(../andriod/updown_down.png) no-repeat center;
    background-size: 20%;
    background-position: 33px 4px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);

}
.count_down .popup_wrap {
    width: 100%;
    height:67.1px;
    padding: 0px 7px;
    background: #fff;
    box-sizing: border-box;
    font-size: 0;
}

.count_down .popup_wrap strong {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #eaeaea;
}
.popup_wrap i{
	font-style: normal;
}
.count_down .cz_logo {
    width: 12%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.count_down .cz_logo img {
	max-width: 100%;
	margin-top: 20px;
}
.count_down .issue {
    /*width: 50%;*/
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0px;
    height: auto;
    position: relative;
    vertical-align: middle;
}
.count_down .timer {
    /*width: 36%;*/
    width: 38%;
    display: inline-block;
    box-sizing: border-box;
    /*padding-left: 4px;*/
    text-align: center;
    vertical-align: middle;
    height: auto;

    position: relative;
}

.count_down .issue:after,.count_down .timer:after{
	display: block;
	content: '';
	width: 1px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 8%;
	background: #eaeaea;
}
.count_down .issue p,
.count_down .timer p {
    font-size: 13px;
    color: #333;
    text-align: center;

}

.count_down .issue p i,
.count_down .timer p i {
    font-style: normal;
    color: #ef541f;

}
.count_down .issue .kj_nums {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.count_down .issue .kj_nums li {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(180deg,#ffc765,#fc790f);
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}
.count_down .issue .kj_nums10 li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.count_down .timer .timer_num {
	margin-top: 3px;
}
/*倒计时时间*/
.count_down .timer .timer_num span {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius:3px;
    background: linear-gradient(180deg,#ffc765,#fc790f);
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.count_down .timer .timer_num i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    color: #fc7c12;
    text-align: center;
    font-style: normal;
    font-size: 20px;
}

/*0911*/
html,body{
    height: 100%;
    overflow: hidden;
}
.layui-tab{
    margin: 0;
    height: calc(100% - 48px - 48px);
    box-sizing: border-box;
}
.layui-tab-content{
    height: calc(100% - 1px - 43px);
}
.layui-tab-content .layui-tab-item{
    height: 100%;
}
.layui-tab-item .plan_wrapper{
    height: 100%;
}
.plan_wrapper.plan .layui-tab-content{
    height: calc(100% - 215px);
}
.plan_wrapper.plan .layui-tab-content .layui-tab-item{
    height: 100%;

}
.plan_detail{
    height: 100%;
}
.plan_detail .detail_text{
    height: 100%;
    overflow-y: auto;
}
.cz_list .nav{
    background: none;
}
.collect_box .plan_detail{
    height: calc( 100% - 158px - 53px - 14px);
}
.plan_ranking{
    height: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 375px) {
    .plan_detail{
        /*height: 270px;*/
    }
    .count_down .issue p, .count_down .timer p{
        font-size: 12px;
    }
    .plan_ranking .rank_tit span, .plan_ranking .rank_list li span, .plan_ranking .rank_list li a{
        font-size: 12px;
    }

}
@media only screen and (min-width:375px) and (min-height: 760px){
    .count_down{
        /* bottom: 64px; */
    }
}
