li {list-style: none;}
table {margin-top:20px;}
.chaxun-button {display: flex;}
.mob {display: none;}
.mob img {margin:4px 2px }
#you {margin-top:4em; text-align:center;margin-bottom: 4em}
#youp1 {font-size: 20px;}
#youp2 {font-size: 18px;}
#youp2 span {font-weight: 600}
#youp2 span img {width: 180px; margin:0 auto;display: block;}
#youp1 img {width: 180px; margin:0 auto;display: block;}
#cait{
    position: absolute;
    right: 125px;
    top: 105px;
    width: 537px;
    height: 15px;
    background-image: url(../image/cait.jpg);
    background-repeat: no-repeat;
    background-position: center ;
}
.ant-switch {
  margin: 15px 0;
}
.ant-switch ul {
  display: flex;
  overflow: hidden;
  text-align: center;
  padding: 0;
  width: 320px;
  margin: 15px auto;
}
.ant-switch ul li {
  font-size: 18px;
  color: #999;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  width: 160px;
  font-weight: 500;
  line-height: 14px;
}
.ant-switch .checked{
  font-size: 22px;
  font-weight: 700;
  color: #3d62ad;
  border-bottom: 5px solid #3d62ad;
  padding-bottom: 5px;
}
.ant-dlq {
  display: none;
}

.ant-switch-new {
  margin-top:45px;
}
.ant-switch-new ul {
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0 ;
}
.ant-switch-new ul li {
  padding: 25px 40px;
  background: #999;
  color: #fff;
  margin: 10px;
  font-size: 24px;
  border-radius: 12px;
}
.ant-switch-new .checked {
  background: #3d62ad;
} 


@media only screen and (max-width:768px){
#you {margin-top:0em;margin-bottom: 0em}
#youp1 {font-size: 16px;}
#youp2 {font-size: 14px;}
#youp1 img {width: 30%;display: block;margin:15px auto;}
#youp2 span img {width: 30%;display: block;margin:15px auto;}
.ant-switch ul {width: 280px}
.ant-switch ul li {width: 140px;font-size:16px;line-height: 6px;}
.ant-switch .checked {font-size: 18px}
.ant-switch-new {
  margin-top: 0;
}
.ant-switch-new ul li {
  font-size: 14px;
  padding: 8px 13px;
  border-radius: 6px;
}

}