.lottery_hd {
    background: linear-gradient(to bottom,#7E5322,#C68D3A);
}
.lottery_hd .hd{
    padding-top: 0.2rem;
    text-align: center;
    color: #ffffff;
}
.lottery_hd .hd .issue{
    color: #fff14f;
}
.lottery_hd .balls{
    display: flex;
    justify-content: space-around;
    padding: 0.1rem 0;
}

.lottery_hd .balls span{
    color: #d23b36;
    font-size: 0.6rem;
    font-family: Arial;
    background-image: url('../img/num-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.1rem;
    height: 1.3rem;
    line-height: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.lottery_hd .balls-10 span{
    font-size: 0.22rem;
    background-image: url('../img/num-bg-2.png');
    width: 0.75rem;
    height: 0.8rem;
    line-height: 0.8rem;
}
.lottery_hd .ft{
    background: #FFF6E6;
    color: #916F45;
    text-align: center;
    position: relative;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.22rem;
}
.lottery_hd .ft .issue{
    color: #d23b36;
    font-weight: 400;
}
.lottery_hd .ft {

}
.lottery_hd .ft .time{
    color: #d23b36;
}
.lottery_hd .ft span {

}
.lottery_hd .ft .sound{
    display: inline-block;
    background-image: url('../img/sound-open.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    vertical-align: middle;
}
.lottery_hd .ft .sound-close{
    background-image: url('../img/sound-close.png');
}

.lottery_plan_list {
    flex: 1;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.lottery_plan_list .list_hd{
	padding: 0 0.2rem;
	height: 0.95rem;
	margin: 0;
	background: #EDDCCB;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lottery_plan_list .list_hd h3{
	padding: 0 0 0 10px;
	color: #7D4218;
	position: relative;
    font-size: 0.28rem;
}
.lottery_plan_list .list_hd h3::before{
	position: absolute;
    background: #88522A;
    border-radius: 8px;
    width: 5px;
    height: 0.26rem;
    left: 0;
    top: 50%;
    margin-top: -0.13rem;
    content: " ";
}
.lottery_plan_list .list_hd .operation {
    display: flex;
}
.lottery_plan_list .list_hd .operation a{
    width: 1.6rem;
    height: 0.5rem;
    background: linear-gradient(#B87A1F,#9C691F);
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.23rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lottery_plan_list .list_hd .operation a + a {
    margin-left: 0.15rem;
}
.lottery_plan_list .list_hd .operation a.active{
    background: linear-gradient(#E2463F,#CD3C35);
}
.lottery_plan_list .list_cont{
	background: #FFF6E6;
	padding: 0.1rem;
	box-sizing: border-box;
    width: 100%;
	overflow: auto;
    flex: 1;
}
.lottery_plan_list .list_cont_ul{
	width: 100%;
	height: auto;
}
.lottery_plan_list .list_cont_ul li {
    line-height: 0.3rem;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 0 3px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #E4C298;
}
.lottery_plan_list .list_cont_ul li:nth-child(4n) {
    margin-right: 0;
}
.lottery_plan_list .list_cont_ul li a {
    font-size: 0.25rem;
    padding: 0.1rem 0;
    color: #916f45;
    display: block;
    text-align: center;
}

.list2_cont {
    background: #FFF6E6;
	box-sizing: border-box;
    width: 100%;
	overflow: auto;
    flex: 1;
}
.list2_cont .col-1 {
    width: 10%;
}
.list2_cont .col-2 {
    width: 25%;
}
.list2_cont .col-3 {
    width: 25%;
}
.list2_cont .col-4 {
    width: 20%;
}
.list2_cont .col-5 {
    width: 20%;
}
.list2_cont .hd{
    display: flex;
    background: #AF7A38;
    color: #ffffff;
    font-size: 0.22rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
}
.list2_cont .bd{
    background: #FFF9EF;
    color: #C49761;
    font-size: 0.22rem;
}
.list2_cont .bd .item{
    border-bottom: 1px solid #E6C8A2;
    display: flex;
    padding: 0.15rem 0;
    text-align: center;
    align-items: center;
}
.list2_cont .bd .item .b0{
    padding: 0.05rem 0.15rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d29449;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}
.list2_cont .bd .item .b1{
    color: #d29449;
    border-color: #d29449;
    background: #ffebd8;
}
.list2_cont .bd .item .b2{
    color: #ec4b43;
    border-color: #ec4b43;
    background: #fed7d8;
}
.list2_cont .bd .item .ball {
    display: inline-block;
    background: #af7a38;
    border-radius: 100%;
    color: #fff;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
}
.list2_cont .bd .item:nth-child(1) .ball,.list2_cont .bd .item:nth-child(2) .ball,.list2_cont .bd .item:nth-child(3) .ball{
    background: #e74f4a;
}

.flex_plan_content {
    height: calc(100vh - 48px);
    background: #FFF6E6;
}
.flex_plan_content .main {
    display: flex;
    flex-flow: column;
    flex: 1;
    height: 100%;
}
.flex_plan_content .red {
    color: #D23B36;
}
.flex_plan_content .hd {
    min-height: 0.5rem;
    box-sizing: border-box;
    padding: 0.15rem 0;
    display: flex;
    justify-content: space-around;
    font-size: 0.22rem;
    color: #88522a;
}
.flex_plan_content .hd-10 {
    font-size: 0.14rem;
}
.flex_plan_content .filter,.flex_plan_content .current_filter {
    height: 0.7rem;
    display: flex;
    align-items: center;
    background: #EDDCCB;
    border-top: 1px solid #DFBB8F;
    color: #88522a;
    font-size: 0.23rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.flex_plan_content .current_filter {
    justify-content: center;
}
.flex_plan_content .filter select, .select{
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #DEB88B;
  
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/icon-down.png") no-repeat scroll right 0.1rem center transparent;
    
    background-size: 0.2rem;
  
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding: 0 0.3rem 0 0.2rem;

    font-size: 0.2rem;
    color: #916f45;
    border-radius: 0.05rem;
    height: 0.5rem;
    min-width: 2rem;
    box-sizing: border-box;
    background-color: #fff;
}
.div_select {
    display: flex;
    align-items: center;
}
.div_input {
    display: flex;
    align-items: center;
    color: #916f45;
    background-color: #fff;
    border: solid 1px #DEB88B;
    padding: 0 0 0 0.2rem;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    height: 0.5rem;
    box-sizing: border-box;
}

.flex_plan_content .bd {
    flex: 1;
    font-size: 0.2rem;
    color: #88522a;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 1rem;
}
.flex_plan_content .bd .line {
    height: 0.25rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.flex_plan_content .ft {
    min-height: 0.5rem;
    background: #EDDCCB;
    padding: 0.2rem 0;
    box-sizing: border-box;
    font-size: 0.23rem;    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.flex_plan_content .ft .operation {
    display: flex;    
    justify-content: space-evenly;
}
.flex_plan_content .ft .btn{
    text-align: center;
    background: linear-gradient(#B87A1F,#9C691F);
    color: #ffffff;
    width: 1.65rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
}
.flex_plan_content .ft .total {
    text-align: center;
    margin-top: 0.2rem;
}
.lottery_filter {
    box-sizing: border-box;
    padding: 0.2rem 0.15rem;
    display: flex;
    background: #FAEAD9;
    font-size: 0.2rem;
    color: #88522a;
}
.lottery_filter .select {
    min-width: 1rem;
}
.lottery_filter .l{
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 1.1rem;
}
.lottery_filter .l .col{
    display: flex;
    justify-content: space-between;
}
.lottery_filter .l .col .item{
    display: flex;
    align-items: center;
}
.lottery_filter .l .col .item .layui-form-select{
    width: 2rem;
}
.lottery_filter .l .col .item > span{
    color: #A67B58;
    margin-right: 8px;
}
.lottery_filter .l .col-3 .item .layui-form-select{
    width: 1.1rem;
}
.lottery_filter .r{
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0.2rem;
    display: flex;
    flex-flow: column;
    color: #fff;
    font-size: 0.25rem;
    background: linear-gradient(#B87A1F,#9C691F);
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
}
.lottery_filter .r i{
    width: 0.46rem;
    height: 0.46rem;
    margin: 0;
}
.lottery_filter {
    
}
.lottery_filter {
    
}

.dialog_mashu {
    padding: 0.2rem;
    box-sizing: border-box;
}
.dialog_mashu > div{
    display: flex;
}
.dialog_mashu input{
    width: 1rem;
    height: 0.4rem;
    font-size: 0.2rem;
    border: 1px solid #e6e6e6;
}
.dialog_radio_list {
    padding: 0 20px;
    box-sizing: border-box;
}
.dialog_radio_list .item{
    padding: 5px;
    display: flex;
    align-items: center;
}
.dialog_radio_list .item i {
    margin-right: 5px;
}
.radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.radio__inner.checked {
    border-color: #409eff;
    background: #409eff;
}
.radio__inner:after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}
.radio__inner.checked:after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}


.layui-form-select .layui-select-title{
	background: #fff;
	border-radius:3px;
	border: 1px solid #DEB88B;
	border-radius: 5px;
}
 .lottery_filter .layui-select-title input{
	width:80%;
	padding-right: 8px;
	padding-left: 8px;
	border-radius:3px 0 0 3px;
	border: 0 none;
    color: #916f45;
	border-radius: 5px;
    height: 0.5rem;
}
.lottery_filter .layui-select-title input::-webkit-input-placeholder{
	color: #916f45;
}
.layui-form-select .layui-edge{
	border-top-color: #916F45;
	border-width: 6px;
}
.layui-form-select dl dd.layui-this {
    background: #916F45;
}
