﻿body,html{
    padding:0;
    margin:0;
}
input[type=text],select{
    border:1px solid #ccc;
    height:32px;
    line-height:32px;
    font-size:18px;
}
.tc{
    text-align:center;
}
.mt10{
    margin-top:10px;
}
.btn-log,input[type=submit],input[type=button]{
    height:32px;
    line-height:32px;
    font-size:15px;
    padding-left:20px;
    padding-right:20px;
    border-radius:20px;
  
}
.live-body{
    background-color:#f1f1f1;
}

.tb-list{
    background-color:#fff;
}
table.tb-list{
    border-collapse:collapse;
    border-spacing:0;
    margin:5px auto;
    width:97%;
}
table.tb-list td b{
   color:#666;
}
table.tb-list td{
    
}
table .ok{
    color:green;
}
table .not{
    color:red;
}
.flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
tr.ctrl{
    border-bottom:1px solid #ddd;
    line-height:50px;
}

table.tb-list img{
    display:block;
    width:100%;
}
.btn-1{
    text-decoration:none;
    color:#0073c6;
    font-size:15px;
    line-height:24px;
    border:1px solid #0073c6;
    border-radius:15px;
    padding:3px 20px;
}
.selectBox select{
    width:97%;
    border:solid 1px #ddd;
    text-align:center;
    margin:15px auto;
    font-size:18px;
    color:#0073c6;
}
.live-item {
    border:solid 1px #ddd;
    margin:5px;
}
.live-item b {
    font-weight:normal;
    font-size:15px;
    line-height:24px;
}
.live-item .name {
    margin-bottom:10px;
}
.live-item .name b{
    color:#0073c6;
    font-size:16px;
    margin-right:10px;
}
.live-item td.temp {
    padding:5px;    
}
.btn-show {
    width:97%;
    border:solid #ddd 1px;
    background:#0073c6;
    color:#fff;
}
table.new th {
   line-height:28px;
   text-align:right;
   font-weight:normal;
   color:#0073c6;
}
table.new textarea {
    border:solid 1px #ddd;
}
.btn-submit-1 {
    color:#fff;
    border:0;
    padding:0 35px!important;
}
.bg-red {
    background:#fb2951;
}
.bg-blue {
    background:#0773db;
}
input[type=submit].btn-log{
    background: #0773db !important;
    width:70%;
    display: block;
    margin:0 auto;
    border:0;
    color: #fff;
    border-radius:2px!important;
    margin-top:40px;
}
.tips-info{
    background: url("../images/live/tip.png") 0 0 no-repeat;
    width:20px;
    height:20px;
    background-size:100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.loginBox input{
    width:70%;
}
.header img{
    margin:0 auto;
}
