.tancan-table tr td{
 text-align: center;
 padding-bottom: 10px;
}
.tancan-table tr td:nth-child(1){
    width: 16%;
}
.tancan-table tr td:nth-child(2){
    width: 14%;
}
.tancan-table tr td:nth-child(3){
    width: 14%;
}
.tancan-table tr td:nth-child(4){
    width: 14%;
}
.tancan-table tr td:nth-child(5){
    width: 14%;
}
.tancan-table tr td:nth-child(6){
    width: 14%;
}
.tancan-table tr td:nth-child(2) label{
    display: flex;
    flex-direction: column;
}
.tancan-table tr td span{
    font-weight: bold;
    color: black !important;
}
.container-info .col-left .border-box table tr td .memberImg{
 width: 55px !important;
 height: 55px;
}
.tancan-table tr:nth-child(2) td{
    vertical-align:bottom
}
.tancan-table tr td:nth-child(1) input{
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 10px;
}
.tancan-table tr td:nth-child(1) span{
    font-size: 15px;
}
.tancan-table tr td:nth-child(6) .tag{
    font-weight: bold !important;
}
.tancan-table tr td:nth-child(6) p{
    font-size: 13px !important;
}
.timeInfo{
    text-align: center;
    margin: 24px 0px;
}
.timeInfo p{
    font-size: 14px;
    text-align: center;
}
.timeInfo p span,.timeInfo p b{
    font-size: 14px;
}
.timeInfo img{
    width: 34px;
}
.container-info .col-left .border-box .tancan-table tr{
    padding-bottom: 10px;
}
.logo-right{
    text-align: right;
}
.logo-right select{ 
    width: 70px;
    appearance: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:url('../images/icon/sanjiao.png') no-repeat;
    background-position: 54px 6px;
    font-size:14px;
}
.logo-right select{
    margin-top: 22px;
}
@media (max-width: 986px) {
    .cr{
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .cr{
        overflow: hidden;
    }
	.container-info .col-right{
		border: 0px !important;
        padding-top: 0px;
	}
    .tg{
        padding-top: 12px;
    }
    .logo-right{
        width: 40%;
    }
    .logo-right select{
        margin-top: 10px;
    }
    .container-info{
        border-bottom: 1px solid #ddd;
    }
    .timeInfo p span,.timeInfo p b{
        font-size: 13px;
    }
    .tancan-table tr:nth-child(2) td:nth-child(1){
        vertical-align: top;
    }
}