@charset "UTF-8";

/* radio.css Date:2019-05-20 13:55:09 */

.lg-radio {
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 22px;
  height: 24px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lg-radio + .lg-radio {
  margin-left: 13px;
}

.lg-radio:hover .lg-radio-label:before {
  border-color: #2BA3FF;
}

.lg-radio-o {
  display: none;
}

.lg-radio-o + .lg-radio-label {
  cursor: pointer;
  padding-right: 8px;
}

.lg-radio-o + .lg-radio-label:after,
.lg-radio-o + .lg-radio-label:before {
  content: '';
  position: absolute;
}

.lg-radio-o + .lg-radio-label:before {
  top: 5px;
  left: 0;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #FFF;
}

.lg-radio-o + .lg-radio-label:after {
  left: 3px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #0083FF;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms;
}

.lg-radio-o:checked + .lg-radio-label:before {
  border-color: #0083FF;
}

.lg-radio-o:checked + .lg-radio-label:after {
  opacity: 1;
}

.lg-radio-o:disabled + .lg-radio-label {
  cursor: no-drop;
  color: #d2d2d2;
}

.lg-radio-o:disabled + .lg-radio-label:before {
  border-color: #E8E8E8;
  background-color: #f8f8f8;
}

.lg-radio-o:disabled + .lg-radio-label:after {
  background-color: #e5e5e5;
}

.lg-radio-label {
  color: #434343;
}

.lg-radio-label:empty {
  padding-right: 0;
}

.lg-radio-font {
  padding: 0;
  overflow: hidden;
  height: 30px;
  line-height: 28px;
}

.lg-radio-font .lg-radio-label {
  border: 1px solid #d2d2d2;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 16px 4px;
  background-color: #FFF;
  border-radius: 2px;
  transform: translateZ(0);
}

.lg-radio-font .lg-radio-label:before {
  opacity: 0;
  height: 24px;
  width: 24px;
}

.lg-radio-font .lg-radio-label:after {
  left: 10px;
  top: 7px;
  width: 8px;
  height: 4px;
  border: solid #FFF;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) scale(0);
  transition: transform 300ms;
}

.lg-radio-font:hover .lg-radio-label {
  border-color: #2BA3FF;
}

.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label {
  border-color: #0083FF;
}

.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label:after,
.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label:before {
  opacity: 1;
  left: auto;
  bottom: 0;
  border-radius: 0;
}

.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label:before {
  transform: rotate(46deg);
  top: 15px;
  right: -12px;
  height: 24px;
  width: 24px;
  background-color: #0083FF;
  transition: background-color 300ms;
}

.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label:after {
  top: 17px;
  right: 0;
  width: 8px;
  height: 4px;
  border: solid #FFF;
  background-color: transparent;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) scale(1);
  transition: transform 300ms;
}

.lg-radio-font .lg-radio-o:disabled ~ .lg-radio-label {
  border-color: #E8E8E8;
  background-color: #f8f8f8;
}

.lg-radio-font .lg-radio-o:disabled ~ .lg-radio-label:before {
  background-color: #e5e5e5;
}

.lg-radio-font .lg-radio-o:disabled ~ .lg-radio-label:after {
  border-color: #FFF;
}

.lg-radio-group {
  font-size: 0;
}

.lg-radio-group .lg-radio-label {
  font-size: 14px;
  border-radius: 0;
  transform: translateZ(1px);
  position: relative;
}

.lg-radio-group .lg-radio-label:hover {
  z-index: 1;
  color: #0083FF;
}

.lg-radio-group .lg-radio-font + .lg-radio-font {
  margin-left: -1px;
}

.lg-radio-group .lg-radio-font:first-child {
  border-radius: 2px 0 0 2px;
}

.lg-radio-group .lg-radio-font:last-child {
  border-radius: 0 2px 2px 0;
}

.lg-radio-group .lg-radio-o:checked ~ .lg-radio-label {
  color: #0083FF;
  z-index: 1;
}

.lg-radio-group .lg-radio-o:checked ~ .lg-radio-label:after,
.lg-radio-group .lg-radio-o:checked ~ .lg-radio-label:before {
  display: none;
}

.lg-radio-group .lg-radio-o:disabled ~ .lg-radio-label {
  color: #d2d2d2;
  border-color: #E8E8E8;
  background-color: #f8f8f8;
}

/* 媒体选择器 */

/* 清楚浮动 */

/* flexbox */

/* 栅格化 */

/* 栅格空隙  */

/* 阴影 */

/* 圆角 */

/* // 强制不换行 */

/* 以下是否有必要 */

/* 块级元素/容器 水平居中 */

/* 垂直居中 */

/* 是否可以选择文本 */

/* 可循环背景图 */

/*通过透明度得出新的颜色hex */

/* @function hexa($color, $alpha){
    @if (unitless($alpha)){
        $alpha : percentage($alpha)
    }
    $al : 100% - $alpha;
    @return lighten($color, $al)
} */

/* 滚动条 */

/* 栅格化 */

/* 栅格空隙  */

.lg-radio-button.lg-radio-button {
  padding: 0;
  overflow: hidden;
  height: 30px;
  line-height: 28px;
}

.lg-radio-button.lg-radio-button .lg-radio-label {
  border: 1px solid #d2d2d2;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 16px 4px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: translateZ(0);
}

.lg-radio-button.lg-radio-button .lg-radio-label:before {
  opacity: 0;
  height: 24px;
  width: 24px;
}

.lg-radio-button.lg-radio-button .lg-radio-label:after {
  left: 10px;
  top: 7px;
  width: 8px;
  height: 4px;
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) scale(0);
  transition: transform 300ms;
}

.lg-radio-button.lg-radio-button:hover .lg-radio-label {
  border-color: #2ba3ff;
}

.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label {
  border-color: #0083ff;
}

.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label:before,
.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label:after {
  opacity: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  border-radius: 0;
}

.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label:before {
  transform: rotate(46deg);
  top: 15px;
  right: -12px;
  height: 24px;
  width: 24px;
  background-color: #0083ff;
  transition: background-color 300ms;
}

.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label:after {
  top: 17px;
  right: 0;
  width: 8px;
  height: 4px;
  border: solid #ffffff;
  background-color: transparent;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) scale(1);
  transition: transform 300ms;
}

.lg-radio-button.lg-radio-button .lg-radio-o:disabled ~ .lg-radio-label {
  border-color: #e8e8e8;
  background-color: #f8f8f8;
}

.lg-radio-button.lg-radio-button .lg-radio-o:disabled ~ .lg-radio-label:before {
  background-color: #e5e5e5;
}

.lg-radio-button.lg-radio-button .lg-radio-o:disabled ~ .lg-radio-label:after {
  border-color: #ffffff;
}

.lg-radio-button.lg-radio-button .lg-radio-o:disabled ~ .lg-radio-label:hover {
  z-index: 0;
}

.lg-radio-button.lg-radio-button {
  margin-right: 0;
}

.lg-radio-button.lg-radio-button + .lg-radio-button {
  margin-left: -1px;
}

.lg-radio-button.lg-radio-button:first-child {
  border-radius: 2px 0 0 2px;
}

.lg-radio-button.lg-radio-button:last-child {
  border-radius: 0 2px 2px 0;
}

.lg-radio-button.lg-radio-button .lg-radio-label {
  font-size: 14px;
  border-radius: 0;
  transform: translateZ(1px);
  position: relative;
}

.lg-radio-button.lg-radio-button .lg-radio-label:hover {
  z-index: 1;
  color: #0083ff;
}

.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label {
  color: #0083ff;
  z-index: 1;
}

.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label:before,
.lg-radio-button.lg-radio-button .lg-radio-o:checked ~ .lg-radio-label:after {
  display: none;
}

.lg-radio-button.lg-radio-button .lg-radio-o:disabled ~ .lg-radio-label {
  color: #d2d2d2;
  border-color: #e8e8e8;
  background-color: #f8f8f8;
}

.lg-itemcheck-box {
  display: inline-block;
}

.lg-itemcheck-box + .lg-itemcheck-box {
  margin-left: 8px;
}

.lg-itemcheck-box .lg-itemcheck-item {
  position: relative;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}

.lg-itemcheck-box .lg-itemcheck-item:hover {
  border-color: #2ba3ff;
}

.lg-itemcheck-box .lg-radio-o:checked + .lg-itemcheck-item {
  border-color: #0083ff;
}

.lg-itemcheck-box .lg-radio-o:checked + .lg-itemcheck-item:before,
.lg-itemcheck-box .lg-radio-o:checked + .lg-itemcheck-item:after {
  opacity: 1;
  position: absolute;
  content: "";
  box-sizing: border-box;
}

.lg-itemcheck-box .lg-radio-o:checked + .lg-itemcheck-item:before {
  height: 24px;
  width: 24px;
  background-color: #0083ff;
  transform: rotate(46deg);
  bottom: -12px;
  right: -12px;
}

.lg-itemcheck-box .lg-radio-o:checked + .lg-itemcheck-item:after {
  right: 0px;
  bottom: 4px;
  width: 10px;
  height: 6px;
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) scale(1);
  transition: transform 300ms;
}

.lg-itemcheck-box .lg-radio-o:disabled + .lg-itemcheck-item {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
  cursor: no-drop;
}

.lg-itemcheck-box .lg-radio-o:disabled + .lg-itemcheck-item.is-checked:before {
  background-color: #e5e5e5;
}

.lg-radio-new .lg-radio-o {
  display: none;
}

.lg-radio-new .lg-radio-o + .lg-radio-label:before,
.lg-radio-new .lg-radio-o + .lg-radio-label:after {
  box-sizing: border-box;
}

.lg-radio-new .lg-radio-o + .lg-radio-label:before {
  width: 14px;
  height: 14px;
}

.lg-radio-new.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label:before {
  width: 26px;
  height: 26px;
}

.lg-radio-new.lg-radio-font .lg-radio-o:checked ~ .lg-radio-label:after {
  width: 10px;
  height: 6px;
}