html {
  min-height: 100%;
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
keygen,
li,
menu,
ol,
p,
pre,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  font-weight: 500;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

li,
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #2f3559;
  text-decoration: none;
}

a:hover {
  color: #36f;
}

em {
  font-style: normal;
}

button,
input,
select,
textarea {
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: 0 0;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b9bccd;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b9bccd;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b9bccd;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b9bccd;
}

body,
button,
input,
select,
textarea {
  color: #2f3559;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    "Helvetica Neue",
    "Microsoft YaHei",
    "Heiti SC",
    tahoma,
    arial,
    Hiragino Sans GB,
    "\5B8B\4F53",
    sans-serif;
}

body {
  margin-left: auto;
  margin-right: auto;
  min-width: 1260px;
  max-width: 1920px;
  min-height: 100%;
}

.yi-frames .main-body,
.yi-frames .yi-main {
  position: relative;
  margin: 90px auto 44px;
  overflow: hidden;
}

.yi-frames .main-body .main-aside,
.yi-frames .yi-main .main-aside {
  position: fixed;
  left: 0;
  top: 90px;
  bottom: 20px;
  z-index: 6;
  padding-right: 16px;
  width: 150px;
  overflow: hidden;
  zoom: 1;
}

.yi-frames .main-body .main-content,
.yi-frames .yi-main .main-content {
  margin-left: 160px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.yi-frames .main-body .main-content__component,
.yi-frames .yi-main .main-content__component {
  margin-top: 12px;
  min-height: 628px;
}

.yi-frames .main-body .main-content__component.bg,
.yi-frames .yi-main .main-content__component.bg {
  padding: 20px 20px 30px;
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #dfe0e6;
  border-radius: 8px;
}

.yi-frames .main-body .main-content__component.bg .yi-screen,
.yi-frames .yi-main .main-content__component.bg .yi-screen {
  border-color: #eaeaee;
  border-radius: 4px;
  background: #f9f9fd;
}

.yi-frames .main-body .main-title,
.yi-frames .yi-main .main-title {
  margin-top: -4px;
  min-height: 21px;
}

.yi-frames .main-body .main-title:after,
.yi-frames .yi-main .main-title:after {
  content: "";
  height: 0;
  display: block;
  overflow: hidden;
}

.yi-frames .main-body .main-title .h2tit,
.yi-frames .yi-main .main-title .h2tit {
  font-size: 16px;
}

.yi-frames .main-body .main-title .h3tit,
.yi-frames .yi-main .main-title .h3tit {
  font-size: 14px;
}

.yi-frames .yi-btn-text {
  display: inline-block;
  min-width: auto;
  cursor: pointer;
  color: #36f;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}

.yi-frames .yi-btn {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  min-width: 56px;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.yi-frames .yi-btn.block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yi-frames .yi-btn.lg {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 64px;
  line-height: 34px;
}

.yi-frames .yi-btn.sm {
  padding-left: 12px;
  padding-right: 12px;
  min-width: 44px;
  line-height: 26px;
}

.yi-frames .yi-btn.xs {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 32px;
  font-size: 12px;
  line-height: 22px;
}

.yi-frames .yi-btn[disabled] {
  cursor: not-allowed;
}

.yi-frames .yi-btn.bor-danger,
.yi-frames .yi-btn.bor-primary,
.yi-frames .yi-btn.bor-success,
.yi-frames .yi-btn.bor-warning {
  border: 1px solid;
}

.yi-frames .yi-btn.bor-danger.disabled,
.yi-frames .yi-btn.bor-primary.disabled,
.yi-frames .yi-btn.bor-success.disabled,
.yi-frames .yi-btn.bor-warning.disabled {
  color: #b9bccd;
  border-color: #eaeaee !important;
}

.yi-frames .yi-btn.bor-primary {
  color: #36f;
}

.yi-frames .yi-btn.bor-primary:not(.disabled):hover {
  color: #3150b4;
  border-color: #3150b4;
}

.yi-frames .yi-btn.bor-success {
  color: #27bab1;
}

.yi-frames .yi-btn.bor-danger {
  color: #f2475d;
}

.yi-frames .yi-btn.bor-warning {
  color: #ff901f;
}

.yi-frames .yi-btn.bg-danger,
.yi-frames .yi-btn.bg-primary,
.yi-frames .yi-btn.bg-success,
.yi-frames .yi-btn.bg-warning {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff !important;
}

.yi-frames .yi-btn.bg-danger.disabled,
.yi-frames .yi-btn.bg-danger[disabled],
.yi-frames .yi-btn.bg-danger[disabled]:hover,
.yi-frames .yi-btn.bg-primary.disabled,
.yi-frames .yi-btn.bg-primary[disabled],
.yi-frames .yi-btn.bg-primary[disabled]:hover,
.yi-frames .yi-btn.bg-success.disabled,
.yi-frames .yi-btn.bg-success[disabled],
.yi-frames .yi-btn.bg-success[disabled]:hover,
.yi-frames .yi-btn.bg-warning.disabled,
.yi-frames .yi-btn.bg-warning[disabled],
.yi-frames .yi-btn.bg-warning[disabled]:hover {
  color: #fff !important;
  background-color: #b9bccd;
}

.yi-frames .yi-btn.bg-primary:not(.disabled):hover {
  background-color: #315ce1;
}

.yi-frames .yi-btn.load {
  padding-left: 30px;
  background: url(https://img1.bitautoimg.com/das/fe/yi-widget/pc-widget/other/load.gif) no-repeat 10px center/14px 14px;
}

.yi-frames .yi-btn.ghost {
  border: 1px solid transparent;
}

.yi-frames .yi-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  margin-top: -30px;
  margin-left: -110px;
  padding: 20px 24px;
  width: 172px;
  color: #fff;
  text-align: center;
  background-color: rgba(47, 53, 89, 0.8);
  border-radius: 8px;
}

.yi-frames .yi-toast span {
  display: inline-block;
  text-align: left;
}

.yi-frames .yi-toast .toast-text.inline > i {
  margin-right: 6px;
}

.yi-frames .yi-toast .toast-text.inline > * {
  display: inline-block;
  vertical-align: middle;
}

.yi-frames .yi-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  margin-left: -200px;
  margin-top: -125px;
  padding: 26px 20px 20px;
  width: 360px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.yi-frames .yi-modal.nop {
  padding: 0;
}

.yi-frames .yi-modal.big {
  margin-left: -400px;
  width: 760px;
}

.yi-frames .yi-modal.big .ml-bd {
  min-height: 240px;
}

.yi-frames .yi-modal.big .ml-bd.scroll-y {
  max-height: 368px;
}

.yi-frames .yi-modal.lg {
  margin-left: -300px;
  width: 560px;
}

.yi-frames .yi-modal.lg .ml-bd {
  min-height: 160px;
}

.yi-frames .yi-modal.lg .ml-bd.scroll-y {
  max-height: 244px;
}

.yi-frames .yi-modal.sm {
  margin-left: -150px;
  width: 260px;
}

.yi-frames .yi-modal.sm .ml-bd {
  min-height: 44px;
}

.yi-frames .yi-modal.sm .ml-bd.scroll-y {
  max-height: 44px;
}

.yi-frames .yi-modal .ml-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 20;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -999px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABDUlEQVQoU6WSwUoCARCGv9HdhTJP6TtUkGaFh1xCdw/1xF3cWtjsEK2CkLn0AkUXD4W0tu7EKplJB6O5DfzfMP/8IwBX190jSwqPtr3zmvWr1e/3C6NRvNds1u8kCMLDFOki3Js5w200qi/LgOfdbhuW0QZqKaktnU6nmKQbN8C+ogMrbzpfUCY2LaOtUEOI3hifSDYtCHplFfVUqSAySOKJS1ES4930ED1Q1SgWnPPT46cZkJUfhiUZyyVQAR6AD6AKDHU6dVqt+nOmWwAzyA9Lkl9AoAw1/Rb/D7gIeuVN1FtrpR+mkUEyWTVNFIvOTf/5rMvBxTnDPfs1uHwbZB7cOq/h+/6WSGE3e41Pyuepr8v8MDgAAAAASUVORK5CYII=")
    no-repeat center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACMUlEQVRIS7VVTW/TQBSct07h57RJgAusE59yaIIETStxSYta6IV/wJW/wI2vAy0tLVLFiQNVEi9BAmq3/BXO8XtonTRybCckTdnj2juz783bGcJ/XnSJ73+/qHE/ch0qfNZ6+cdVeI0Jlxm0zhKdee6tE4sRE/h+UGPgyxC0D6JWVZc+zEPi985XOeJPAG7acwJ65Lmlg5iga4IXInieAOw7RC09I0nbBHUSOgYkBo9vTnhZ0eVnMcGp/+uOA9UDUEiSkFKblXvF/WmVGHNRj4RT4MQM1Dxd+jrSoNsNNoSwlyQRkQigTa9StvuZ1TFBA0JH4zcnJqFd1y2+GmlwebJjztcJvCeCpQRaNKxkjMSY341I+scAbiT+ZYHa9YbgGYJY8F7YFJb9NIkCtly3/D7W7Ft4X1iOMuBCT71K6XWy1FGLkpt+L1zjSOwUjVUCosdK6A+DP6bBiehJRZfepPuYSzAY3XCNkSUhAqeqYxB2qrr8Nk+niQSDVgQPhXGQqiSJw8pR2+7d4rtJkzaVwB7qmOABgEOMC28/sQDbnlueCJ4rcvomMYHgMF0FAXbWFyOYpUXT+j+1gskiE4tIcrrYIWdH65XZRW77YZMg1iKuf0wnPTQBtrxFH1qeVVg/Uo5jTe+fVkFEzEL5VnEls+sEDagZzG4xuw7qUSYLUnadFzjzpNogcGCdNT9wspHJraq+PV9k+merDMqPzNjcriH02+2fK6qw1MyE/rRIXPTbX3cQTyjAqCYyAAAAAElFTkSuQmCC")
    no-repeat center center/12px 12px;
}

.yi-frames .yi-modal .ml-hd {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.yi-frames .yi-modal .ml-bd {
  position: relative;
  padding-top: 2px;
  font-size: 14px;
  min-height: 86px;
}

.yi-frames .yi-modal .ml-bd.scroll-y {
  max-height: 116px;
  overflow-y: auto;
  overflow-x: hidden;
}

.yi-frames .yi-modal .ml-bd.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.yi-frames .yi-modal .ml-content {
  display: inline-block;
  text-align: left;
}

.yi-frames .yi-modal .ml-ft {
  margin-top: 18px;
  overflow: hidden;
  text-align: center;
}

.yi-frames .yi-modal .ml-ft .yi-btn {
  margin-left: 10px;
  margin-right: 10px;
  border-color: #36f;
}

.yi-frames .yi-modal .ml-ft .btnno,
.yi-frames .yi-modal .ml-ft .btnok {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 64px;
  line-height: 34px;
  border: 1px solid #36f;
}

.yi-frames .yi-modal .ml-ft .btnok {
  color: #fff;
  background-color: #36f;
}

.yi-frames .yi-modal .ml-ft .btnno {
  color: #36f;
  background-color: #fff;
}

.yi-frames .yi-modal .yi-txta {
  width: auto;
}

.yi-frames .link,
.yi-frames .text-link {
  color: #2f3559;
}

.yi-frames .base,
.yi-frames .text-base {
  color: #2f3559;
}

.yi-frames .gray,
.yi-frames .text-gray {
  color: #8a8ea2;
}

.yi-frames .grayer,
.yi-frames .text-grayer {
  color: #b9bccd;
}

.yi-frames .text-white,
.yi-frames .white {
  color: #fff;
}

.yi-frames .primary,
.yi-frames .text-primary {
  color: #36f;
}

.yi-frames .success,
.yi-frames .text-success {
  color: #27bab1;
}

.yi-frames .danger,
.yi-frames .error,
.yi-frames .text-danger,
.yi-frames .text-error {
  color: #f2475d;
}

.yi-frames .text-warning,
.yi-frames .warning {
  color: #ff901f;
}

.yi-frames .info,
.yi-frames .text-info {
  color: #2f3559;
}

.yi-frames .disabled,
.yi-frames .text-disabled {
  cursor: not-allowed;
  color: #b9bccd !important;
}

.yi-frames .fs12 {
  font-size: 12px;
}

.yi-frames .fs14 {
  font-size: 14px;
}

.yi-frames .fs16 {
  font-size: 16px;
}

.yi-frames .fs18 {
  font-size: 18px;
}

.yi-frames .fs20 {
  font-size: 20px;
}

.yi-frames .fs22 {
  font-size: 22px;
}

.yi-frames .fs24 {
  font-size: 24px;
}

.yi-frames .fs26 {
  font-size: 26px;
}

.yi-frames .fs28 {
  font-size: 28px;
}

.yi-frames .fs30 {
  font-size: 30px;
}

.yi-frames .fs32 {
  font-size: 32px;
}

.yi-frames h1,
.yi-frames h2,
.yi-frames h3,
.yi-frames h4,
.yi-frames h5,
.yi-frames h6 {
  font-weight: 700;
}

.yi-frames small {
  font-weight: 400;
}

.yi-frames .lh-30 {
  line-height: 30px;
}

.yi-frames .lh-32 {
  line-height: 32px;
}

.yi-frames .clear {
  height: 0;
  clear: both;
  overflow: hidden;
}

.yi-frames .clearfix {
  clear: both;
  zoom: 1;
}

.yi-frames .clearfix:after,
.yi-frames .clearfix:before {
  content: "";
  height: 0;
  display: block;
  overflow: hidden;
}

.yi-frames .clearfix:after {
  clear: both;
}

.yi-frames .yi-fl {
  float: left !important;
}

.yi-frames .yi-fr {
  float: right !important;
}

.yi-frames .yi-tl {
  text-align: left !important;
}

.yi-frames .yi-tc {
  text-align: center !important;
}

.yi-frames .yi-tr {
  text-align: right !important;
}

.yi-frames .block {
  display: block;
}

.yi-frames .inline,
.yi-frames .middle,
.yi-frames .va-m {
  display: inline-block;
  vertical-align: middle;
}

.yi-frames .visibility {
  visibility: hidden;
}

.yi-frames .va-t {
  vertical-align: top;
}

.yi-frames .va-b {
  vertical-align: bottom;
}

.yi-frames .yi-middle {
  display: inline-block !important;
  vertical-align: middle !important;
}

.yi-frames .hide {
  display: none;
}

.yi-frames .yi-indent1 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.yi-frames .yi-indent2 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.yi-frames .yi-indent3 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}

.yi-frames .yi-indent4 {
  padding-left: 4em !important;
  text-indent: -4em !important;
}

.yi-frames .yi-indent5 {
  padding-left: 5em !important;
  text-indent: -5em !important;
}

.yi-frames .yi-indent6 {
  padding-left: 6em !important;
  text-indent: -6em !important;
}

.yi-frames .yi-indent7 {
  padding-left: 7em !important;
  text-indent: -7em !important;
}

.yi-frames .yi-indent8 {
  padding-left: 8em !important;
  text-indent: -8em !important;
}

.yi-frames .yi-indent9 {
  padding-left: 9em !important;
  text-indent: -9em !important;
}

.yi-frames .yi-indent10 {
  padding-left: 10em !important;
  text-indent: -10em !important;
}

.yi-frames .ellipsis,
.yi-frames .ellipsis2,
.yi-frames .ellipsis3 {
  overflow: hidden;
}

.yi-frames .ellipsis {
  empty-cells: show;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yi-frames .ellipsis2,
.yi-frames .ellipsis3 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.yi-frames .ellipsis2 {
  max-height: 44px;
  -webkit-line-clamp: 2;
}

.yi-frames .ellipsis3 {
  -webkit-line-clamp: 3;
}

.yi-frames .yi-auto {
  margin-left: auto;
  margin-right: auto;
}

.yi-frames .m-auto {
  margin-left: auto;
  margin-right: auto;
}

.yi-frames .mt0 {
  margin-top: 0 !important;
}

.yi-frames .mr0 {
  margin-right: 0 !important;
}

.yi-frames .mb0 {
  margin-bottom: 0 !important;
}

.yi-frames .ml0 {
  margin-left: 0 !important;
}

.yi-frames .mt-0 {
  margin-top: 0 !important;
}

.yi-frames .mr-0 {
  margin-right: 0 !important;
}

.yi-frames .mb-0 {
  margin-bottom: 0 !important;
}

.yi-frames .ml-0 {
  margin-left: 0 !important;
}

.yi-frames .mt4 {
  margin-top: 4px !important;
}

.yi-frames .mr4 {
  margin-right: 4px !important;
}

.yi-frames .mb4 {
  margin-bottom: 4px !important;
}

.yi-frames .ml4 {
  margin-left: 4px !important;
}

.yi-frames .mt-4 {
  margin-top: -4px !important;
}

.yi-frames .mr-4 {
  margin-right: -4px !important;
}

.yi-frames .mb-4 {
  margin-bottom: -4px !important;
}

.yi-frames .ml-4 {
  margin-left: -4px !important;
}

.yi-frames .mt8 {
  margin-top: 8px !important;
}

.yi-frames .mr8 {
  margin-right: 8px !important;
}

.yi-frames .mb8 {
  margin-bottom: 8px !important;
}

.yi-frames .ml8 {
  margin-left: 8px !important;
}

.yi-frames .mt-8 {
  margin-top: -8px !important;
}

.yi-frames .mr-8 {
  margin-right: -8px !important;
}

.yi-frames .mb-8 {
  margin-bottom: -8px !important;
}

.yi-frames .ml-8 {
  margin-left: -8px !important;
}

.yi-frames .mt12 {
  margin-top: 12px !important;
}

.yi-frames .mr12 {
  margin-right: 12px !important;
}

.yi-frames .mb12 {
  margin-bottom: 12px !important;
}

.yi-frames .ml12 {
  margin-left: 12px !important;
}

.yi-frames .mt-12 {
  margin-top: -12px !important;
}

.yi-frames .mr-12 {
  margin-right: -12px !important;
}

.yi-frames .mb-12 {
  margin-bottom: -12px !important;
}

.yi-frames .ml-12 {
  margin-left: -12px !important;
}

.yi-frames .mt16 {
  margin-top: 16px !important;
}

.yi-frames .mr16 {
  margin-right: 16px !important;
}

.yi-frames .mb16 {
  margin-bottom: 16px !important;
}

.yi-frames .ml16 {
  margin-left: 16px !important;
}

.yi-frames .mt-16 {
  margin-top: -16px !important;
}

.yi-frames .mr-16 {
  margin-right: -16px !important;
}

.yi-frames .mb-16 {
  margin-bottom: -16px !important;
}

.yi-frames .ml-16 {
  margin-left: -16px !important;
}

.yi-frames .mt20 {
  margin-top: 20px !important;
}

.yi-frames .mr20 {
  margin-right: 20px !important;
}

.yi-frames .mb20 {
  margin-bottom: 20px !important;
}

.yi-frames .ml20 {
  margin-left: 20px !important;
}

.yi-frames .mt-20 {
  margin-top: -20px !important;
}

.yi-frames .mr-20 {
  margin-right: -20px !important;
}

.yi-frames .mb-20 {
  margin-bottom: -20px !important;
}

.yi-frames .ml-20 {
  margin-left: -20px !important;
}

.yi-frames .mt24 {
  margin-top: 24px !important;
}

.yi-frames .mr24 {
  margin-right: 24px !important;
}

.yi-frames .mb24 {
  margin-bottom: 24px !important;
}

.yi-frames .ml24 {
  margin-left: 24px !important;
}

.yi-frames .mt-24 {
  margin-top: -24px !important;
}

.yi-frames .mr-24 {
  margin-right: -24px !important;
}

.yi-frames .mb-24 {
  margin-bottom: -24px !important;
}

.yi-frames .ml-24 {
  margin-left: -24px !important;
}

.yi-frames .mt28 {
  margin-top: 28px !important;
}

.yi-frames .mr28 {
  margin-right: 28px !important;
}

.yi-frames .mb28 {
  margin-bottom: 28px !important;
}

.yi-frames .ml28 {
  margin-left: 28px !important;
}

.yi-frames .mt-28 {
  margin-top: -28px !important;
}

.yi-frames .mr-28 {
  margin-right: -28px !important;
}

.yi-frames .mb-28 {
  margin-bottom: -28px !important;
}

.yi-frames .ml-28 {
  margin-left: -28px !important;
}

.yi-frames .mt32 {
  margin-top: 32px !important;
}

.yi-frames .mr32 {
  margin-right: 32px !important;
}

.yi-frames .mb32 {
  margin-bottom: 32px !important;
}

.yi-frames .ml32 {
  margin-left: 32px !important;
}

.yi-frames .mt-32 {
  margin-top: -32px !important;
}

.yi-frames .mr-32 {
  margin-right: -32px !important;
}

.yi-frames .mb-32 {
  margin-bottom: -32px !important;
}

.yi-frames .ml-32 {
  margin-left: -32px !important;
}

.yi-frames .mt36 {
  margin-top: 36px !important;
}

.yi-frames .mr36 {
  margin-right: 36px !important;
}

.yi-frames .mb36 {
  margin-bottom: 36px !important;
}

.yi-frames .ml36 {
  margin-left: 36px !important;
}

.yi-frames .mt-36 {
  margin-top: -36px !important;
}

.yi-frames .mr-36 {
  margin-right: -36px !important;
}

.yi-frames .mb-36 {
  margin-bottom: -36px !important;
}

.yi-frames .ml-36 {
  margin-left: -36px !important;
}

.yi-frames .mt40 {
  margin-top: 40px !important;
}

.yi-frames .mr40 {
  margin-right: 40px !important;
}

.yi-frames .mb40 {
  margin-bottom: 40px !important;
}

.yi-frames .ml40 {
  margin-left: 40px !important;
}

.yi-frames .mt-40 {
  margin-top: -40px !important;
}

.yi-frames .mr-40 {
  margin-right: -40px !important;
}

.yi-frames .mb-40 {
  margin-bottom: -40px !important;
}

.yi-frames .ml-40 {
  margin-left: -40px !important;
}

.yi-frames .mt44 {
  margin-top: 44px !important;
}

.yi-frames .mr44 {
  margin-right: 44px !important;
}

.yi-frames .mb44 {
  margin-bottom: 44px !important;
}

.yi-frames .ml44 {
  margin-left: 44px !important;
}

.yi-frames .mt-44 {
  margin-top: -44px !important;
}

.yi-frames .mr-44 {
  margin-right: -44px !important;
}

.yi-frames .mb-44 {
  margin-bottom: -44px !important;
}

.yi-frames .ml-44 {
  margin-left: -44px !important;
}

.yi-frames .mt48 {
  margin-top: 48px !important;
}

.yi-frames .mr48 {
  margin-right: 48px !important;
}

.yi-frames .mb48 {
  margin-bottom: 48px !important;
}

.yi-frames .ml48 {
  margin-left: 48px !important;
}

.yi-frames .mt-48 {
  margin-top: -48px !important;
}

.yi-frames .mr-48 {
  margin-right: -48px !important;
}

.yi-frames .mb-48 {
  margin-bottom: -48px !important;
}

.yi-frames .ml-48 {
  margin-left: -48px !important;
}

.yi-frames .mt52 {
  margin-top: 52px !important;
}

.yi-frames .mr52 {
  margin-right: 52px !important;
}

.yi-frames .mb52 {
  margin-bottom: 52px !important;
}

.yi-frames .ml52 {
  margin-left: 52px !important;
}

.yi-frames .mt-52 {
  margin-top: -52px !important;
}

.yi-frames .mr-52 {
  margin-right: -52px !important;
}

.yi-frames .mb-52 {
  margin-bottom: -52px !important;
}

.yi-frames .ml-52 {
  margin-left: -52px !important;
}

.yi-frames .mt56 {
  margin-top: 56px !important;
}

.yi-frames .mr56 {
  margin-right: 56px !important;
}

.yi-frames .mb56 {
  margin-bottom: 56px !important;
}

.yi-frames .ml56 {
  margin-left: 56px !important;
}

.yi-frames .mt-56 {
  margin-top: -56px !important;
}

.yi-frames .mr-56 {
  margin-right: -56px !important;
}

.yi-frames .mb-56 {
  margin-bottom: -56px !important;
}

.yi-frames .ml-56 {
  margin-left: -56px !important;
}

.yi-frames .mt60 {
  margin-top: 60px !important;
}

.yi-frames .mr60 {
  margin-right: 60px !important;
}

.yi-frames .mb60 {
  margin-bottom: 60px !important;
}

.yi-frames .ml60 {
  margin-left: 60px !important;
}

.yi-frames .mt-60 {
  margin-top: -60px !important;
}

.yi-frames .mr-60 {
  margin-right: -60px !important;
}

.yi-frames .mb-60 {
  margin-bottom: -60px !important;
}

.yi-frames .ml-60 {
  margin-left: -60px !important;
}

.yi-frames .mt64 {
  margin-top: 64px !important;
}

.yi-frames .mr64 {
  margin-right: 64px !important;
}

.yi-frames .mb64 {
  margin-bottom: 64px !important;
}

.yi-frames .ml64 {
  margin-left: 64px !important;
}

.yi-frames .mt-64 {
  margin-top: -64px !important;
}

.yi-frames .mr-64 {
  margin-right: -64px !important;
}

.yi-frames .mb-64 {
  margin-bottom: -64px !important;
}

.yi-frames .ml-64 {
  margin-left: -64px !important;
}

.yi-frames .mt100 {
  margin-top: 100px !important;
}

.yi-frames .mt200 {
  margin-top: 200px !important;
}

.yi-frames .mt300 {
  margin-top: 300px !important;
}

.yi-frames .mt400 {
  margin-top: 400px !important;
}

.yi-frames .mt500 {
  margin-top: 500px !important;
}

.yi-frames .mr100 {
  margin-right: 100px !important;
}

.yi-frames .mr200 {
  margin-right: 200px !important;
}

.yi-frames .mr300 {
  margin-right: 300px !important;
}

.yi-frames .mr400 {
  margin-right: 400px !important;
}

.yi-frames .mr500 {
  margin-right: 500px !important;
}

.yi-frames .mb100 {
  margin-bottom: 100px !important;
}

.yi-frames .mb200 {
  margin-bottom: 200px !important;
}

.yi-frames .mb300 {
  margin-bottom: 300px !important;
}

.yi-frames .mb400 {
  margin-bottom: 400px !important;
}

.yi-frames .mb500 {
  margin-bottom: 500px !important;
}

.yi-frames .ml100 {
  margin-left: 100px !important;
}

.yi-frames .ml200 {
  margin-left: 200px !important;
}

.yi-frames .ml300 {
  margin-left: 300px !important;
}

.yi-frames .ml400 {
  margin-left: 400px !important;
}

.yi-frames .ml500 {
  margin-left: 500px !important;
}

.yi-frames .pt0 {
  padding-top: 0 !important;
}

.yi-frames .pr0 {
  padding-right: 0 !important;
}

.yi-frames .pb0 {
  padding-bottom: 0 !important;
}

.yi-frames .pl0 {
  padding-left: 0 !important;
}

.yi-frames .pt4 {
  padding-top: 4px !important;
}

.yi-frames .pr4 {
  padding-right: 4px !important;
}

.yi-frames .pb4 {
  padding-bottom: 4px !important;
}

.yi-frames .pl4 {
  padding-left: 4px !important;
}

.yi-frames .pt8 {
  padding-top: 8px !important;
}

.yi-frames .pr8 {
  padding-right: 8px !important;
}

.yi-frames .pb8 {
  padding-bottom: 8px !important;
}

.yi-frames .pl8 {
  padding-left: 8px !important;
}

.yi-frames .pt12 {
  padding-top: 12px !important;
}

.yi-frames .pr12 {
  padding-right: 12px !important;
}

.yi-frames .pb12 {
  padding-bottom: 12px !important;
}

.yi-frames .pl12 {
  padding-left: 12px !important;
}

.yi-frames .pt16 {
  padding-top: 16px !important;
}

.yi-frames .pr16 {
  padding-right: 16px !important;
}

.yi-frames .pb16 {
  padding-bottom: 16px !important;
}

.yi-frames .pl16 {
  padding-left: 16px !important;
}

.yi-frames .pt20 {
  padding-top: 20px !important;
}

.yi-frames .pr20 {
  padding-right: 20px !important;
}

.yi-frames .pb20 {
  padding-bottom: 20px !important;
}

.yi-frames .pl20 {
  padding-left: 20px !important;
}

.yi-frames .pt24 {
  padding-top: 24px !important;
}

.yi-frames .pr24 {
  padding-right: 24px !important;
}

.yi-frames .pb24 {
  padding-bottom: 24px !important;
}

.yi-frames .pl24 {
  padding-left: 24px !important;
}

.yi-frames .pt28 {
  padding-top: 28px !important;
}

.yi-frames .pr28 {
  padding-right: 28px !important;
}

.yi-frames .pb28 {
  padding-bottom: 28px !important;
}

.yi-frames .pl28 {
  padding-left: 28px !important;
}

.yi-frames .pt32 {
  padding-top: 32px !important;
}

.yi-frames .pr32 {
  padding-right: 32px !important;
}

.yi-frames .pb32 {
  padding-bottom: 32px !important;
}

.yi-frames .pl32 {
  padding-left: 32px !important;
}

.yi-frames .pt36 {
  padding-top: 36px !important;
}

.yi-frames .pr36 {
  padding-right: 36px !important;
}

.yi-frames .pb36 {
  padding-bottom: 36px !important;
}

.yi-frames .pl36 {
  padding-left: 36px !important;
}

.yi-frames .pt40 {
  padding-top: 40px !important;
}

.yi-frames .pr40 {
  padding-right: 40px !important;
}

.yi-frames .pb40 {
  padding-bottom: 40px !important;
}

.yi-frames .pl40 {
  padding-left: 40px !important;
}

.yi-frames .pt44 {
  padding-top: 44px !important;
}

.yi-frames .pr44 {
  padding-right: 44px !important;
}

.yi-frames .pb44 {
  padding-bottom: 44px !important;
}

.yi-frames .pl44 {
  padding-left: 44px !important;
}

.yi-frames .pt48 {
  padding-top: 48px !important;
}

.yi-frames .pr48 {
  padding-right: 48px !important;
}

.yi-frames .pb48 {
  padding-bottom: 48px !important;
}

.yi-frames .pl48 {
  padding-left: 48px !important;
}

.yi-frames .pt52 {
  padding-top: 52px !important;
}

.yi-frames .pr52 {
  padding-right: 52px !important;
}

.yi-frames .pb52 {
  padding-bottom: 52px !important;
}

.yi-frames .pl52 {
  padding-left: 52px !important;
}

.yi-frames .pt56 {
  padding-top: 56px !important;
}

.yi-frames .pr56 {
  padding-right: 56px !important;
}

.yi-frames .pb56 {
  padding-bottom: 56px !important;
}

.yi-frames .pl56 {
  padding-left: 56px !important;
}

.yi-frames .pt60 {
  padding-top: 60px !important;
}

.yi-frames .pr60 {
  padding-right: 60px !important;
}

.yi-frames .pb60 {
  padding-bottom: 60px !important;
}

.yi-frames .pl60 {
  padding-left: 60px !important;
}

.yi-frames .pt64 {
  padding-top: 64px !important;
}

.yi-frames .pr64 {
  padding-right: 64px !important;
}

.yi-frames .pb64 {
  padding-bottom: 64px !important;
}

.yi-frames .pl64 {
  padding-left: 64px !important;
}

.yi-frames .pt100 {
  padding-top: 100px !important;
}

.yi-frames .pt200 {
  padding-top: 200px !important;
}

.yi-frames .pt300 {
  padding-top: 300px !important;
}

.yi-frames .pt400 {
  padding-top: 400px !important;
}

.yi-frames .pt500 {
  padding-top: 500px !important;
}

.yi-frames .pr100 {
  padding-right: 100px !important;
}

.yi-frames .pr200 {
  padding-right: 200px !important;
}

.yi-frames .pr300 {
  padding-right: 300px !important;
}

.yi-frames .pr400 {
  padding-right: 400px !important;
}

.yi-frames .pr500 {
  padding-right: 500px !important;
}

.yi-frames .pb100 {
  padding-bottom: 100px !important;
}

.yi-frames .pb200 {
  padding-bottom: 200px !important;
}

.yi-frames .pb300 {
  padding-bottom: 300px !important;
}

.yi-frames .pb400 {
  padding-bottom: 400px !important;
}

.yi-frames .pb500 {
  padding-bottom: 500px !important;
}

.yi-frames .pl100 {
  padding-left: 100px !important;
}

.yi-frames .pl200 {
  padding-left: 200px !important;
}

.yi-frames .pl300 {
  padding-left: 300px !important;
}

.yi-frames .pl400 {
  padding-left: 400px !important;
}

.yi-frames .pl500 {
  padding-left: 500px !important;
}

.yi-frames .border {
  border: 1px solid #eaeaee;
}

.yi-frames .bort {
  border-top: 1px solid #eaeaee;
}

.yi-frames .borr {
  border-right: 1px solid #eaeaee;
}

.yi-frames .borb {
  border-bottom: 1px solid #eaeaee;
}

.yi-frames .borl {
  border-left: 1px solid #eaeaee;
}

.yi-frames .radius2 {
  border-radius: 2px;
}

.yi-frames .radius4 {
  border-radius: 4px;
}

.yi-frames .radius6 {
  border-radius: 6px;
}

.yi-frames .radius8 {
  border-radius: 8px;
}

.yi-frames .radius10 {
  border-radius: 10px;
}

.yi-frames .radius20 {
  border-radius: 20px;
}

.yi-frames .radius50 {
  border-radius: 50px;
}

.yi-frames .radius100 {
  border-radius: 100px;
}

.yi-frames .bg-primary {
  background-color: #36f;
}

.yi-frames .bg-success {
  background-color: #27bab1;
}

.yi-frames .bg-danger {
  background-color: #f2475d;
}

.yi-frames .bg-warning {
  background-color: #ff901f;
}

.yi-frames .bor-primary {
  border-color: #36f;
}

.yi-frames .bor-success {
  border-color: #27bab1;
}

.yi-frames .bor-danger {
  border-color: #f2475d;
}

.yi-frames .bor-warning {
  border-color: #ff901f;
}

.yi-frames .w-100 {
  width: 100% !important;
}

.yi-frames .w70 {
  width: 70px;
}

.yi-frames .w80 {
  width: 80px !important;
}

.yi-frames .w84 {
  width: 84px !important;
}

.yi-frames .w90 {
  width: 90px !important;
}

.yi-frames .w100 {
  width: 100px !important;
}

.yi-frames .w110 {
  width: 110px !important;
}

.yi-frames .w120 {
  width: 120px !important;
}

.yi-frames .w140 {
  width: 140px !important;
}

.yi-frames .w160 {
  width: 160px !important;
}

.yi-frames .w180 {
  width: 180px !important;
}

.yi-frames .w200 {
  width: 200px !important;
}

.yi-frames .w220 {
  width: 220px !important;
}

.yi-frames .w240 {
  width: 240px !important;
}

.yi-frames .w260 {
  width: 260px !important;
}

.yi-frames .w280 {
  width: 280px !important;
}

.yi-frames .w300 {
  width: 300px !important;
}

.yi-frames .w320 {
  width: 320px !important;
}

.yi-frames .w340 {
  width: 340px !important;
}

.yi-frames .w360 {
  width: 360px !important;
}

.yi-frames .w380 {
  width: 380px !important;
}

.yi-frames .w400 {
  width: 400px !important;
}

.yi-frames .w420 {
  width: 420px !important;
}

.yi-frames .w440 {
  width: 440px !important;
}

.yi-frames .w460 {
  width: 460px !important;
}

.yi-frames .w480 {
  width: 480px !important;
}

.yi-frames .w500 {
  width: 500px !important;
}

.yi-frames .w560 {
  width: 560px !important;
}

.yi-frames .w600 {
  width: 600px !important;
}

.yi-frames .w780 {
  width: 780px !important;
}

.yi-frames .w800 {
  width: 800px !important;
}

.yi-frames .w900 {
  width: 900px !important;
}

.yi-frames .yzmimg {
  width: 100px;
  height: 28px;
}

.yi-frames .yi-header-mask,
.yi-frames .yi-mask,
.yi-frames .yi-toast-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.5);
}

.yi-frames .yi-mask.noremove {
  display: none;
}

.yi-frames .yi-toast-mask {
  background: 0 0 !important;
}

.yi-frames .icn-load,
.yi-frames .icon-load {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url(//image.bitautoimg.com/das/fe/yi-widget/pc-widget/other/load.gif) no-repeat center;
  background: url(//image.bitautoimg.com/das/fe/cdnImg/bg-icon_loading.svg) no-repeat left top/32px 32px;
  -webkit-animation: iconLoad 0.8s steps(12) infinite;
  animation: iconLoad 0.8s steps(12) infinite;
}

.yi-frames .sort-box {
  position: relative;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.yi-frames .sort-box .sb,
.yi-frames .sort-box .st {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid transparent;
}

.yi-frames .sort-box .st {
  top: -4px;
  border-bottom-color: #ccc;
}

.yi-frames .sort-box .sb {
  bottom: -4px;
  border-top-color: #ccc;
}

.yi-frames .sort-box.sort-asc .st {
  border-bottom-color: #36f;
}

.yi-frames .sort-box.sort-des .sb {
  border-top-color: #36f;
}

.yi-frames .yi-position {
  position: relative;
  top: 0;
  z-index: 99;
}

.yi-frames .yi-position.fixed {
  position: fixed;
}

@-webkit-keyframes iconLoad {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes iconLoad {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.login-wrap {
  position: relative;
  min-width: 1200px;
  height: 560px;
  min-height: 100vh;
}

.login-main {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -240px;
  margin-right: -600px;
  padding: 44px 32px;
  width: 316px;
  height: 336px;
  background: rgba(247, 250, 255, 0.92);
  box-shadow: 0px 0px 12px 0px rgba(0, 17, 79, 0.2);
  border-radius: 12px;
}

.login-main .log-logo {
  width: 276px;
  height: 33px;
  margin: 0 auto;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.login-main .log-forms {
  padding-top: 2px;
  height: 256px;
}

.login-main .log-ipt {
  margin-top: 36px;
  background: #ffffff;
  border-radius: 6px;
  padding: 0 12px;
}

.login-main .log-ipt.log-yzm {
  margin-top: 24px;
}

.login-main .log-ipt input {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  font-size: 16px;
  padding: 0 20px;
}

.login-main .log-ipt .yzm-btn {
  margin-right: 4px;
  width: 80px;
  float: right;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
}

.login-main .log-yzm input {
  width: 66%;
}

.login-main .log-msg {
  margin-top: 12px;
}

.login-main .log-btn a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background-color: #36f;
  border-radius: 4px;
  font-weight: bold;
}

.jxs-modal {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-jxs__list {
  max-height: 235px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #eaeaee;
  border-radius: 4px;
}

.login-jxs__list li {
  padding-left: 16px;
  cursor: pointer;
  line-height: 52px;
}

.login-jxs__list li:hover {
  background-color: #f7f9ff;
}

.login-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  color: #495a7c;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(1, 17, 78, 0.8);
}

.login-footer a {
  color: #697a9c;
}

.login-footer a:hover {
  color: #899abc;
}

@media screen and (min-width: 999px) {
  body {
    background-image: url("./imgs/bg2.jpg"), linear-gradient(#01114e, #051b74, #01114e);
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .l_anm {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  body {
    background-image: url("./imgs/bg2.jpg"), linear-gradient(#01114e, #051b74, #01114e);
    min-width: auto;
    font-size: 28px;
  }

  .l_anm {
    display: none;
  }

  .login-wrap {
    position: inherit;
    min-width: auto;
    min-height: auto;
  }

  .login-main {
    left: 8%;
    right: 8%;
    top: 40%;
    margin: auto;
    padding: 68px 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 12px;
  }

  .login-main .log-logo {
    width: 552px;
    height: 66px;
  }

  .login-main .log-forms {
    height: auto;
  }

  .login-main .log-ipt {
    margin-top: 72px;
  }

  .login-main .log-ipt input {
    height: 92px;
    font-size: 32px;
  }

  .login-main .log-ipt .yzm-btn {
    width: 170px;
    font-size: 32px;
    line-height: 92px;
  }

  .login-main .log-msg {
    margin-top: 24px;
    height: 140px;
  }

  .login-main .log-btn a {
    font-size: 40px;
    line-height: 96px;
  }
}
