* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  padding-top: 60px;
  font-size: 18px;
  font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

input {
  outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

input::focus-inner {
  padding: 0;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #333;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  width: 100%;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.Width {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.start-time input,
.end-time input {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 54px 0px rgba(239, 239, 239, 0.75);
  width: 422px;
  height: 66px;
  border: none;
  font-size: 18px;
  text-indent: 34px;
  margin-right: 30px;
}

.scBtn {
  background: #F9333E;
  background: linear-gradient(90deg, #F9333E, #FC5858);
  width: 188px;
  height: 63px;
  line-height: 63px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-left: 105px;
  cursor: pointer;
}

.top-cont {
  margin-bottom: 40px;
}

.tab-cls {
  margin-bottom: 10px;
}

.tab-cls .list-tab-menu {
  float: left;
  width: 50%;
  font-size: 30px;
  color: rgb(249, 50, 61);
  text-align: center;
  height: 73px;
  line-height: 73px;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.tab-cls .list-tab-menu.on,
.table-wrap tr:hover td a {
  background: #F9323D;
  background: linear-gradient(90deg, #F9323D, #FF4B04);
  color: #fff;
  border-radius: 50px;
}

.table-wrap .table_container {
  margin-bottom: 30px;
  box-shadow: 0px 6px 24px -10px rgba(0, 0, 0, 0.07);
}

.tab-cls .tab-menu {
  border-radius: 50px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.saveBtn {
  display: inline-block;
  color: red;
  cursor: pointer;
  margin-bottom: 15px;
}

.saveBtn:hover {
  text-decoration: underline;
}

.inpuWp {
  display: inline-block;
  font-size: 18px;
  width: 145px;
  margin-bottom: 30px;
}

.tab-cls .list-tab-cont-provs .inpuWp {
  width: 95px;
}

.inpuWp input[type="radio"]+label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(210, 210, 210);
  border-style: solid;
}

.inpuWp input[type="radio"]+label {
  cursor: pointer;
}

.inpuWp input[type="radio"]:checked+label::before {
  background: #fff url(../images/dui.png) no-repeat;
  background-size: 100% 100%;
  border-color: red;
  /* background: red;*/
}

.inpuWp input[type="radio"] {
  display: none;
}

.inpuWp input[type="radio"]+label {
  cursor: pointer;
}

.table-wrap {
  width: 100%;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  margin-bottom: 75px;
}

.table-wrap td {
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}

.table-wrap th {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  background: #F62933;
  padding: 25px 0;
}

.table-wrap th:nth-child(2) {
  background: #DE241E;
}

.table-wrap td a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 233, 233);
  border-radius: 35px;
  width: 132px;
  height: 43px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  color: #FF5353;
  text-decoration: none;
  box-sizing: border-box;
}

.table-wrap tr:hover td a {
  border: none;
}

.table-wrap tr:last-child td {
  border-bottom: none;
}

.table-wrap tr td:last-child {
  border-right: none;
}

.table-wrap tr:hover td {
  cursor: pointer;
  box-shadow: 0px 6px 24px -10px rgba(0, 0, 0, 0.07);
}

.other-cls {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(228, 228, 228);
  width: 532px;
  height: 64px;
  line-height: 64px;
  border-radius: 50px;
  text-align: center;
  color: rgb(101, 101, 101);
  margin: 0 auto 165px;
  display: none;
}

.other-cls a {
  font-size: 26px;
  color: #FF3B3B;
}

.layui-laydate-main,
.layui-laydate-content table {
  width: 420px !important;
}

/*.layui-laydate-content table{
	width:252px!important;
}*/
#layui-laydate1.layui-laydate .layui-this,
#layui-laydate2.layui-laydate .layui-this {
  background: #F34D4D !important;
}

.layui-laydate-content td {
  color: #333 !important;
  font-size: 16px !important;
}

.layui-laydate-content {
  padding: 0px !important;
  padding-left: 0 !important;
}

.layui-laydate-content .laydate-day-next,
.layui-laydate-content .laydate-day-prev {
  color: #d2d2d2 !important;
}

.layui-laydate-content td,
.layui-laydate-content th {
  height: 60px !important;
  border-radius: 100%;
  padding: 0 !important;
  line-height: 1 !important;
}

.type-table {
  width: 100%;
  border: solid 1px #dedede;
  border-top: solid 2px #e92930;
  margin: 0 auto 32px;
  font-size: 16px;
}

.type-table a {
  display: block;
  color: #e92930;
  text-decoration: none;
}

.type-table a:hover {
  text-decoration: underline;
}

.table-wrap table {
  width: 100%;
}

.type_title {
  line-height: 42px;
  text-align: center;
}

.type-table tr td {
  line-height: 44px;
  border: solid 1px #dedede;
  text-align: center;
}

@media only all and (max-width:1080px) {
  .table-wrap th {
    line-height: 1rem;
    padding: .7rem 0;
  }

  .table-wrap td a {
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}