body {
  font-family: Helvetica, Sans-Serif, "SF Pro SC", "SF Pro Text", "PingFang SC", Arial;
}
a,
button,
input,
optgroup,
select,
textarea,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.widget-sider {
  display: inline-block;
  position: relative;
  width: 180px;
}
.widget-sider input {
  height: 33px;
  line-height: 33px;
  border: 1px solid #d7d7d7;
  text-indent: 0.4em;
  width: 100%;
}
.widget-sider .popcontent {
  position: absolute;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  z-index: 9;
  margin-top: -1px;
  display: none;
}
.widget-sider ul {
  margin: 5px;
  zoom: 1;
  padding: 0;
}
.widget-sider ul:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.widget-sider li {
  width: 25%;
  float: left;
  cursor: pointer;
  list-style: none;
}
.widget-sider li::after {
  content: attr(data-num);
  width: 29px;
  height: 29px;
  border: 1px solid #d7d7d7;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 29px;
  line-height: 29px;
  text-align: center;
}
.widget-sider li.active::after {
  background: #f60;
  border-color: #f60;
  color: #fff;
}
.widget-sider .sider {
  margin: 20px 10px 20px 10px;
  height: 0;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.widget-sider .sider .sider-btn {
  width: 15px;
  height: 15px;
  background: #f60;
  position: absolute;
  left: 0;
  top: -7px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/*body{
                background: #f9f9f9;
            }*/
* {
  box-sizing: border-box;
}
.content {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  padding: 0 15px;
  padding-top: 4%;
  color: #666;
  padding-bottom: 20vw;
}
.actionbtn {
  display: inline-block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ddd;
  margin: 10px;
}
input[name^=ch],
input[name^=btyType] {
  display: none;
}
input[name^=ch]:checked + label .chbtn,
input[name^=btyType]:checked + label .btybtn,
.data-left button:active,
.mode-box div.active {
  background: #41bcf8;
  color: #fff;
  border-color: #41bcf8;
}
.select,
.selectNext {
  margin: 10px;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 45px;
  border: 1px solid #CCCCCC;
  line-height: 45px;
  font-size: 14px;
  color: #666666;
  padding-left: 6px;
}
.xl-icon,
.xl-iconNext {
  position: absolute;
  right: 11px;
  top: 19px;
  border: 8px solid transparent;
  border-top-color: #ddd;
}
.select:hover,
.selectNext:hover {
  background-color: #f7f7f7;
}
.sq-icon {
  background-position: 4px -33px;
}
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
ul.side-nav.full,
ul.side-nav.fixed {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
ul li {
  list-style-type: none;
}
ul {
  padding: 0;
}
/*--下拉选择列表样式--*/
.select-wrapper .select-dropdown {
  cursor: pointer;
  color: #444;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
  color: #41bcf8;
}
.select-wrapper .select-dropdown::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  right: 5px;
  background: url("data:image/svg+xml;utf8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'><g%20fill%3D'%23999'><path%20d%3D'M0%2C5L30%2C5L15%2C30z'%2F><%2Fg><%2Fsvg>");
}
.dropdown-content {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  margin: 0px;
  min-width: 100px;
  z-index: 1000;
  max-height: 70%;
  opacity: 0;
  z-index: 10000;
  overflow-y: hidden;
  will-change: width,height;
}
.dropdown-content span {
  display: block;
  padding: 1rem 1rem;
  color: #26a69a;
}
.dropdown-content span:hover,
.dropdown-content span:active,
.dropdown-content span:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  background-color: rgba(0, 0, 0, 0.06);
}
.dropdown-content li {
  cursor: pointer;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
}
.dropdown-content li:hover,
.dropdown-content li:active,
.dropdown-content li:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  background-color: rgba(0, 0, 0, 0.06);
}
.select-curtain {
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9999;
  -webkit-transition: opacity 1s ease 0.6s, width 0s ease 1.5s, height 0s ease 1.5s;
  transition: opacity 1s ease 0.6s, width 0s ease 1.5s, height 0s ease 1.5s;
}
.select-curtain.show {
  opacity: 0.2;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}
/*-------------------------------------------------------------------------------------------------*/
.center-box {
  font-size: 0;
  letter-spacing: -3px;
  text-align: center;
}
.center-box-hidebox,
.center-box:after {
  height: 100%;
  width: 0;
  font-size: 0;
  letter-spacing: -3px;
  display: inline-block;
  vertical-align: middle;
  _display: inline;
  zoom: 1;
}
.center-box:after {
  content: ".";
}
.center-content {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0px;
  font-size: 16px;
  _display: inline;
  zoom: 1;
}
.frameTriangle {
  display: block;
  position: absolute;
  top: -3px;
  left: 95px;
  background-color: #fff;
  border: 8px solid transparent;
  border-top-color: #ddd;
}
.dropDown {
  position: relative;
  text-align: center;
  display: inline-block;
}
.selectListNext {
  top: 58px;
}
.cell {
  width: 50px;
  height: 50px;
  overflow-y: auto;
}
.cell a {
  display: block;
  width: 50px;
  height: 50px;
}
.data-box .data-list {
  width: 200px;
  display: inline-block;
}
.data-left {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.data-left button {
  font-size: 30px;
  width: 60px;
  padding: 6px 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
}
.data-left button:first-child {
  border-right: none;
}
.jishu {
  margin-right: 40px;
}
.data-box .unit {
  padding-right: 15px;
  vertical-align: middle;
}
.data-box input {
  border: none;
  padding: 0 15px;
  text-align: right;
  font-size: 18px;
  width: 120px;
  vertical-align: middle;
}
.f-tac {
  text-align: center;
}
.tit {
  font-size: 60px;
  line-height: 1.01;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.code-tit {
  padding: 20px 15px;
}
.lang-box {
  position: absolute;
  top: 10px;
  right: 25px;
}
.btyType,
.mode-box {
  padding: 20px 0;
}
.chbtn,
.btybtn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 10%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cell-box {
  width: 240px;
}
.mode-box,
.data-box {
  width: 600px;
  max-width: 100%;
}
.action-box {
  position: fixed;
  right: calc((100% - 1200px) /2);
  top: calc(50% - 300px);
  height: 600px;
  background: #fff;
  border: 1px solid #41bcf8;
  width: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.actionbtn {
  position: absolute;
  left: -100px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  font-size: 0;
  background: #41bcf8;
  line-height: 1.3;
  top: calc(50% - 100px);
  margin: 0;
  color: #fff;
  cursor: pointer;
}
.actionbtn:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: radial-gradient(center, circle cover, rgba(65, 188, 248, 0) 20%, #41bcf8 100%);
  background: -o-radial-gradient(center, circle cover, rgba(65, 188, 248, 0) 20%, #41bcf8 100%);
  background: -ms-radial-gradient(center, circle cover, rgba(65, 188, 248, 0) 20%, #41bcf8 100%);
  background: -moz-radial-gradient(center, circle cover, rgba(65, 188, 248, 0) 20%, #41bcf8 100%);
  background: -webkit-radial-gradient(center, circle cover, rgba(65, 188, 248, 0) 20%, #41bcf8 100%);
  -webkit-animation: bo 3s linear infinite;
  -ms-animation: bo 3s linear infinite;
  animation: bo 3s linear infinite;
}
.actionbtn-txt {
  display: inline-block;
  font-size: 30px;
}
.actionbtn-closed {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 1l1-1 29 29-1 1z'/%3E%3Cpath d='M29 0l1 1L1 30l-1-1z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
  background-color: #41bcf8;
  background-size: 28%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.show.action-box {
  width: 1200px;
}
.show .actionbtn-closed {
  opacity: 1;
}
@keyframes bo {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(0.9);
    opacity: 0.1;
  }
  70% {
    transform: scale(1.1);
    opacity: 0.25;
  }
  80% {
    transform: scale(1.25);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
#qrcode {
  display: none;
}
.qrcodeCanvas {
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% - 87px);
  width: 400px;
  height: 175px;
  max-width: 100%;
  max-height: 44vw;
}
#qrcodeCanvas {
  margin: 0 auto;
  background: #fff;
  display: none;
}
#qrcodeCanvasimg {
  width: 100%;
}
.quanping {
  position: fixed !important;
  top: 0;
  left: 0;
  min-height: 100% !important;
  height: 100%;
  margin: 0 !important;
}
.qrcodeCanvas-nav {
  display: none;
  text-align: center;
  opacity: 0;
}
.qrcodeCanvas-nav li {
  cursor: pointer;
  background: #41bcf8;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
}
.yidong {
  display: none;
}
@media (max-width: 1400px) {
  .yidong {
    display: block;
    font-size: 30px;
    background: #41bcf8;
    line-height: 1.3;
    width: 300px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    padding: 10px 0;
    margin-top: 40px;
    cursor: pointer;
  }
  .action-box {
    display: block;
    width: 100% !important;
    min-height: 0;
    height: 0;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    border: none;
  }
  .action-box .actionbtn {
    transition: top 300ms;
    font-size: 0;
    left: calc(50% - 50px);
    top: -100px;
    position: relative;
    width: 100px;
    height: 100px;
  }
  .chbtn,
  .btybtn {
    width: 70px ;
    width: auto;
    padding: 0 18px;
  }
  .actionbtn-txt {
    font-size: 14px;
  }
  .show.action-box {
    display: block;
    opacity: 1;
  }
  .show.action-box .actionbtn {
    top: 20px !important;
  }
}
@media (max-width: 468px) {
  .qrcodeCanvas {
    left: 0;
  }
  .action-box .actionbtn {
    font-size: 0;
    left: calc(50% - 40px);
    position: relative;
    width: 80px;
    height: 80px;
  }
  .yidong {
    width: 100%;
    margin-top: 60px;
  }
  .content {
    padding-bottom: 50vw;
  }
  .tit {
    font-size: 11vw;
  }
}
