.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.menu{
	display: flex;
	flex-direction: row;
}
.menu div {
    width: 50%;
    background: #fff;
    border-bottom: 1px solid #b9b9b9;
    padding: .4rem .2rem;
    text-align: center;
    font-size: .8rem;
    position: relative;
}
.tm{
	border-right:1px solid #b9b9b9;
}
.menu i{
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1rem;
    font-size: 1rem;
    display: none;
}
.tdBox i{
	position: absolute;
    bottom: 0;
    right: 0;
    line-height: .6rem;
    display: none;
    font-size: .6rem;
}
.act i{
	display: inline;
}
.act{
	background: #f6c441!important;
    color: #fff;
}
.jxTab{
	border: 1px solid;
    margin: .8rem auto;
    width: 90%;
}
.jxTab thead{
	background: #39ccf1;
    color: #f0fcf0
}
.jxTab th{
	padding: .2rem;
    border: 1px solid #a3a3a3;
}
.jxBtn{
	width: 90%;
    margin: .8rem auto;
    font-size: .8rem;
    line-height: 1.6rem;
    color: #fff;
    text-align: center;
    border-radius: .2rem;
    background: #f1592a;
}
.numTr div{
	line-height: 1.2rem;
    margin: 0 auto;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: .6rem;
    text-indent: -4px;
}
.ret .retList{
	display: flex;
	flex-wrap: wrap;
}
.ret .retList div{
	line-height: 1.1rem;
    margin: 2px;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: .5rem;
    text-indent: -4px;
    font-weight: 600;
    text-align: center;
}
.css01,.css02,.css07,.css08,.css12,.css13,.css18,.css19,.css23,.css24,.css29,.css30,.css34,.css35,.css40,.css45,.css46{
    background: url(../images/g-red.png);
}
.css03,.css04,.css09,.css10,.css14,.css15,.css20,.css25,.css26,.css31,.css36,.css37,.css41,.css42,.css47,.css48{
	background: url(../images/g-blue.png);
}
.css05,.css06,.css11,.css16,.css17,.css21,.css22,.css27,.css28,.css32,.css33,.css38,.css39,.css43,.css44,.css49{
	background: url(../images/g-green.png);
}
.tmTab td{
	padding: .3rem .5rem;
	font-size: .7rem;
}
.tdBox{
	display: flex;
	flex-wrap: wrap;
}
.tdBox div{
	background-color: #ebebeb;
    border: 1px solid #d9d9d9;
    padding: .6rem;
    margin: .2rem 0;
    margin-right: .3rem;
    position: relative;
    cursor: pointer;
}
.tmTab tr td:first-child{
	border-right: 1px solid #b5b0b0;
    background-color: #4cccff;
    color: #fff;
    /* padding-left: .6rem; */
    font-size: .8rem;
    font-weight: 600;
}
.tmTab tr td{
	background:#fff;
}
.tmTab tr{
	border-bottom:1px solid #b5b0b0;
}
.tmInfo{
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    background: #ebebeb;
    
    line-height: 2rem;
    font-size: .6rem;
    justify-content: space-around;
    border-top:1px solid #a8a8a8;
}
.tmInfo div{
	width: 33%;
    text-align: center;
}
.tmInfo div:nth-child(1),.tmInfo div:nth-child(2){
	border-right:1px solid #a8a8a8;
}
.ret{
	position: fixed;
	width: 100%;
	bottom: 2rem;
}
.ret .yixuan,.ret .jiaoji{
	padding: .3rem;
    border: 1px solid #dedede;
    background-color: #f8f8f8;
    padding-bottom: .5rem;
    border-bottom: 0;
}
.nav_tit{
	height: 1.8rem;
    line-height: 1.8rem;
    font-size: .8rem;
    text-align: center;
    color: #fff;
    padding-left: .5rem;
    background: -webkit-gradient(linear,left top,left bottom,from(#44e5f3),to(#259eed));
}







