.live-main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.live-main .head-wrap {
  height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
.live-main .head-wrap .head-l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-main .head-wrap .head-l .user-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.live-main .head-wrap .head-l .user-img img {
  width: 100%;
  height: 100%;
}
.live-main .head-wrap .head-l .info-text h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.live-main .head-wrap .head-l .info-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-main .head-wrap .head-l .info-text p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-main .head-wrap .head-l .info-text p span:nth-of-type(1) {
  margin-right: 42px;
}
.live-main .head-wrap .head-l .info-text p span i {
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
}
.live-main .head-wrap .head-r {
  width: 362px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-main .head-wrap .head-r span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.live-main .head-wrap .head-r span:nth-of-type(1) {
  margin-right: 52px;
}
.live-main .head-wrap .head-r span i {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}
.live-main .bg-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.live-main .bg-wrap .content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  padding-bottom: 0;
}
.live-main .bg-wrap .content-wrap .content-l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  border-radius: 14px 14px 0px 0px;
  overflow: hidden;
  position: relative;
  background: #333;
}
.live-main .bg-wrap .content-wrap .content-l .player {
  border-radius: 14px 14px 0px 0px;
  height: 100% !important;
  width: 100% !important;
}
.live-main .bg-wrap .content-wrap .content-l .live-end {
  width: 100%;
  height: 100%;
  background: #949494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.live-main .bg-wrap .content-wrap .content-l .live-end img {
  width: 339px;
  height: 235px;
  margin-bottom: 30px;
}
.live-main .bg-wrap .content-wrap .content-l .live-end p {
  font-size: 20px;
  color: #fff;
}
.live-main .bg-wrap .content-wrap .content-l .video-list {
  border-radius: 0px 14px 0px 0px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2021;
  padding: 8px;
}
.live-main .bg-wrap .content-wrap .content-l .video-list li {
  width: 256px;
  height: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.live-main .bg-wrap .content-wrap .content-l .video-list li h5 {
  height: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.live-main .bg-wrap .content-wrap .content-l .video-list li h5 p {
  font-size: 14px;
  color: #333333;
}
.live-main .bg-wrap .content-wrap .content-l .video-list li h5 i {
  font-size: 24px;
  cursor: pointer;
}
.live-main .bg-wrap .content-wrap .content-l .video-list li .s-player-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
}
.live-main .bg-wrap .content-wrap .content-l .video-list li .s-player-content .s-player {
  width: 100% !important;
  height: 100% !important;
  background: #333;
}
.live-main .bg-wrap .content-wrap .content-r {
  width: 362px;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 27, 90, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 27, 90, 0.2);
  border-radius: 14px 14px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.live-main .bg-wrap .content-wrap .content-r .head-title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.live-main .bg-wrap .content-wrap .content-r .notice {
  height: 32px;
  line-height: 32px;
  width: 100%;
  padding: 0 5px 0 30px;
  background-image: url(../../images/ico-notice.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.live-main .bg-wrap .content-wrap .content-r .notice .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.live-main .bg-wrap .content-wrap .content-r .notice .scrollbox .txt {
  color: #666666;
  font-size: 14px;
}
.live-main .bg-wrap .content-wrap .content-r .notice .scrollbox .txt-clone {
  color: #666;
}
.live-main .bg-wrap .content-wrap .content-r .notice .txt,
.live-main .bg-wrap .content-wrap .content-r .notice .txt-clone {
  display: inline;
  position: relative;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
  overflow: auto;
  padding: 24px 22px;
  /*弹出滚动条样式*/
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item {
  font-size: 14px;
  height: auto;
  margin-bottom: 13px;
  position: relative;
  padding-left: 34px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item .user-head,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item .user-head {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item p,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item p .tag,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item p .tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 8px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item p em,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item p em {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: normal;
  color: #666666;
  font-size: 14px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item > span,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item > span {
  display: inline-block;
  padding: 8px 12px;
  background: #f9f9f9;
  border-radius: 0 7px 7px 7px;
  font-size: 14px;
  color: #666666;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content .discuss-item > span:after,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item > span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 9px;
  left: -3px;
  top: -4px;
  background: url("../../images/msg-icon.png") no-repeat center / cover;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content::-webkit-scrollbar,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content::-webkit-scrollbar-thumb,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-content::-webkit-scrollbar-track,
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  height: auto;
  padding-bottom: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0 0 14px 14px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping p a i {
  cursor: pointer;
  color: #666666;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .topping:hover p a i {
  opacity: 1;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-tools {
  width: 100%;
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-tools .discuss-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-tools .discuss-input .form-control {
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-tools .discuss-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.live-main .bg-wrap .content-wrap .content-r .msg-content .discuss-tools .discuss-btn .btn {
  width: 70px;
  height: 34px;
  border-radius: 17px;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.live-main .bg-wrap .tab-wrap {
  margin: 0 422px 0 30px;
  height: 88px;
  position: relative;
}
.live-main .bg-wrap .tab-wrap .tools {
  height: 100%;
  position: absolute;
  right: 23px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-main .bg-wrap .tab-wrap .tools .tool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 45px;
}
.live-main .bg-wrap .tab-wrap .tools .tool-item img {
  width: 31px;
  height: 31px;
  margin-bottom: 3px;
}
.live-main .bg-wrap .tab-wrap .tools .tool-item span {
  font-size: 14px;
  color: #666;
}
.live-main .bg-wrap .tab-wrap .nav-tabs {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.live-main .bg-wrap .tab-wrap .nav-tabs li {
  margin-right: 45px;
}
.live-main .bg-wrap .tab-wrap .nav-tabs li a {
  height: 50px;
  line-height: 50px;
  border: 0;
  color: #666666;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.live-main .bg-wrap .tab-wrap .nav-tabs li.active a {
  font-weight: bold;
}
.live-main .bg-wrap .tab-wrap .nav-tabs li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
}
.live-main .bg-wrap .tab-wrap .nav-tabs li.active a::after {
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.live-main .bg-wrap .tab-wrap .nav-tabs > li.active > a,
.live-main .bg-wrap .tab-wrap .nav-tabs > li.active > a:hover,
.live-main .bg-wrap .tab-wrap .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0;
}
.live-main .bg-wrap .tab-wrap .nav > li > a:hover,
.live-main .bg-wrap .tab-wrap .nav > li > a:focus {
  background-color: transparent;
  border: 0;
}
.tab-content .tab-pane {
  padding: 30px;
}
.tab-content .tab-pane .text-content {
  width: 100%;
  min-height: 560px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #b6ccff;
}
.tab-content .tab-pane .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-content .tab-pane .video-list .video-item {
  width: 240px;
  height: 200px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 62, 141, 0.2);
  box-shadow: 0px 1px 6px 0px rgba(0, 62, 141, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  margin: 10px 32px 30px;
}
.tab-content .tab-pane .video-list .video-item .video-img {
  width: 216px;
  height: 125px;
  position: relative;
  margin-bottom: 12px;
}
.tab-content .tab-pane .video-list .video-item .video-img img {
  width: 100%;
  height: 100%;
}
.tab-content .tab-pane .video-list .video-item .video-img span {
  display: inline-block;
  position: absolute;
  right: 9px;
  bottom: 8px;
  padding: 2px 12px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
}
.tab-content .tab-pane .video-list .video-item > p {
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.modal-dialog {
  width: 423px;
  background: #f0f0f0;
  overflow: hidden;
  border: 0;
}
.modal-dialog .modal-header {
  height: 47px;
  padding: 11px 16px;
  border: 0;
}
.modal-dialog .modal-header .close {
  height: 100%;
  font-weight: 400;
}
.modal-dialog .modal-header .close span {
  font-size: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-dialog .modal-header .modal-title {
  height: 100%;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.modal-dialog .modal-footer {
  text-align: center;
  border: 0;
}
.modal-dialog .modal-footer .btn {
  padding: 5px 18px;
  font-size: 14px;
}
#loginModal .qr-code {
  width: 264px;
  height: 264px;
  margin: 10px auto;
  background: #fff;
  padding: 8px;
}
#loginModal .qr-code img {
  width: 100%;
  height: 100%;
}
#loginModal .qr-code-tip {
  font-size: 14px;
  text-align: center;
}
#authorization .form {
  padding: 25px 33px;
}
#authorization .form .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  border-radius: 4px;
}
#tips p {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
#contact .form {
  padding: 25px 33px;
}
#contact .form .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  border-radius: 4px;
}
#contact .form .form-control:nth-of-type(1) {
  margin-bottom: 16px;
}
#setmodel .tip {
  text-align: center;
  padding-bottom: 15px;
  color: #6fc28b;
  font-size: 13px;
}
#setmodel .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 85px;
}
#setmodel .form-item label {
  width: 130px;
  text-align: right;
  margin-right: 10px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
#setmodel .form-item .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
#payment .money-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 13px;
  margin: 20px 0;
}
#payment .money-list li {
  width: 75px;
  height: 30px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  text-align: center;
  margin-right: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#payment .money-list li:nth-of-type(4n) {
  margin-right: 0;
}
#payment .other {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}
#payment .other .form-control {
  width: 75px;
  margin-right: 4px;
  text-align: center;
  font-size: 14px;
  /* font-weight: bold; */
}
.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.switch .button {
  position: relative;
  top: 50%;
  width: 80px;
  height: 28px;
  background: #6fc28b;
  border-radius: 19px;
  overflow: hidden;
}
.switch .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.switch .knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #d9dde1;
}
.switch .knobs span {
  font-size: 12px;
}
.switch #button .knobs:before {
  content: "关闭";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 13px;
  color: #6fc28b;
  border-radius: 13px;
  background-color: #fff;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  -o-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.switch #button .checkbox:active + .knobs:before {
  width: 62px;
  border-radius: 19px;
}
.switch #button .checkbox:checked + .knobs:before {
  content: "开启";
  left: unset;
  right: 5px;
  background-color: #fff;
}
.btn {
  border: 0;
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn:focus-visible {
  outline: unset;
}
.btn:focus {
  border: 0;
  outline: unset;
}
.btn:active {
  border: 0;
}
