.hint-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 10;
  overflow: hidden;
  background-image: url(../images/hint_icon.png?v=1);
  background-repeat: no-repeat;
}

.hint-inf-m, .hint-war-m, .hint-suc-m, .hint-err-m {
  width: 20px;
  height: 20px;
}

.hint-inf-s, .hint-war-s, .hint-suc-s, .hint-err-s {
  width: 16px;
  height: 16px;
}

.hint-inf {
  background-position: 0 0;
}

.hint-war {
  background-position: -32px 0;
}

.hint-suc {
  background-position: -64px 0;
}

.hint-err {
  background-position: -96px 0;
}

.hint-inf-m {
  background-position: 0 -32px;
}

.hint-war-m {
  background-position: -22px -32px;
}

.hint-suc-m {
  background-position: -44px -32px;
}

.hint-err-m {
  background-position: -66px -32px;
}

.hint-inf-s {
  background-position: 0 -54px;
}

.hint-war-s {
  background-position: -18px -54px;
}

.hint-suc-s {
  background-position: -36px -54px;
}

.hint-err-s {
  background-position: -54px -54px;
}

.popup-hint {
  position: absolute;
}

.popup-hint .hint-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.popup-hint .hint-loader {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(../images/hint_loader.gif?v=1) no-repeat 0 0;
}

.popup-hint em {
  position: relative;
  float: left;
  width: 15px;
  height: 30px;
  overflow: hidden;
  background-image: url(../images/hint_cor.png?v=1);
}

.popup-hint .sl {
  background-position: 0 0;
}

.popup-hint .sr {
  background-position: -15px 0;
}

.popup-hint span {
  float: left;
  height: 30px;
  padding-left: 15px;
  line-height: 31px;
  overflow: hidden;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000',endColorstr='#7F000000');
}

html:root .popup-hint span {
  filter: none;
}

.dialog-box {
  position: absolute;
  width: 500px;
  border: 1px solid #bcbcbc;
  background: #FFF;
}

html:root .dialog-box {
  border: 0 none;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}

.dialog-box iframe {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0 0 5px 5px;
}

.common-dialog-con {
  border: 0 none;
  box-shadow: none;
}

.common-dialog-con .dialog-title {
  display: none;
}

.dialog-title {
  position: relative;
  height: 44px;
  margin: 0;
  padding: 0 15px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.dialog-title strong {
  position: relative;
  float: left;
  padding-right: 15px;
  cursor: pointer;
}

.dialog-title strong i {
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid;
  border-color: #666 transparent transparent;
}

.dialog-title .centered {
  text-align: center;
}

.dialog-title .panel-nav {
  position: absolute;
  top: 7px;
  right: 40px;
  left: 40px;
  height: 30px;
  text-align: center;
  font-size: 0;
}

.dialog-title .panel-nav a {
  position: relative;
  display: inline-block;
  min-width: 42px;
  height: 28px;
  margin: 0 -1px;
  padding: 0 15px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ededed;
  background: #fafafa;
  color: #333;
  font-weight: normal;
  vertical-align: top;
}

.dialog-title .panel-nav a:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.dialog-title .panel-nav a:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dialog-title .panel-nav a:hover {
  text-decoration: none;
  color: #167efb;
}

.dialog-title .panel-nav a.current, .dialog-title .panel-nav a.current:hover {
  z-index: 1;
  color: white;
  border-color: #2b91e3;
  background: #2b91e3;
  cursor: default;
}

.dialog-title .panel-nav a s {
  position: absolute;
  top: -8px;
  right: 5px;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  color: white;
  border-radius: 2px;
  background: #FF8534;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-size-adjust: none;
}

.dialog-handle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}

.dialog-handle a {
  float: left;
  margin-left: 10px;
  width: 23px;
  height: 23px;
  font-size: 0;
  overflow: hidden;
  background-image: url(../images/icon_dialog_handle.png?v=1);
  background-image: -webkit-image-set(url(../images/icon_dialog_handle.png?v=1) 1x, url(../images/icon_dialog_handle@2x.png?v=1) 2x);
  background-repeat: no-repeat;
}

.dialog-handle a:hover {
  background-position-y: -23px;
}

.diag-close {
  background-position: 0 0;
}

.diag-minimize {
  background-position: -23px 0;
}

.diag-maximize, .diag-return {
  display: none;
}

.dialog-tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 44px;
  padding-right: 40px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  *height: 43px;
  *border-bottom: 1px solid #efefef;
}

.dialog-tab:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #efefef;
}

.dialog-tab li {
  border-right: 1px solid #efefef;
  color: #666;
  cursor: pointer;
  float: left;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  padding: 1px 30px 0;
  position: relative;
}

.dialog-tab li:hover {
  background: #f9f9f9;
}

.dialog-tab li.focus {
  background: #fff;
  cursor: default;
}

.dialog-tab li.focus:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 2px;
  background: #2b91e3;
}

.dialog-tab li em {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 10px;
  height: 16px;
  padding: 0 3px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  background: #F0561D;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-text-size-adjust: none;
}

.dialog-tab .tab-wrap {
  height: 45px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 63px;
}

.dialog-tab .tab-wrap ul {
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.1s linear;
  -moz-transition: left 0.1s linear;
  -webkit-transition: left 0.1s linear;
}

.dialog-tab .tab-handle {
  border-left: 1px solid #efefef;
  position: absolute;
  top: 0;
  right: 0;
}

.dialog-tab .tab-handle a {
  border-right: 1px solid #efefef;
  float: left;
  width: 30px;
  height: 44px;
}

.dialog-tab .tab-handle a:hover {
  background: #f9f9f9;
}

.dialog-tab .tab-handle a i {
  background-image: url(../images/icon_dialog_tab_handle.png?v=1);
  background-repeat: no-repeat;
  display: block;
  height: 10px;
  line-height: 10;
  width: 10px;
  margin: 17px 10px;
  overflow: hidden;
}

.dialog-tab .tab-handle a.prev i {
  background-position: 0 0;
}

.dialog-tab .tab-handle a.next i {
  background-position: -10px 0;
}

.dg-sub-tab {
  position: relative;
  height: 43px;
  border-bottom: 1px solid #d1d1d1;
  background: #F8F8F8;
}

.dg-sub-tab ul {
  position: absolute;
  top: 10px;
  left: 10px;
}

.dg-sub-tab li {
  float: left;
  margin-right: 5px;
}

.dg-sub-tab li a {
  float: left;
  height: 33px;
  padding: 0 15px;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  border: 1px solid;
  border-bottom: 0 none;
  border-color: transparent;
}

.dg-sub-tab li a:hover {
  text-decoration: none;
}

.dg-sub-tab li a.focus,
.dg-sub-tab li a.focus:hover {
  border-color: #D1D1D1;
  background: #FFF;
}

.dialog-bottom {
  position: relative;
  height: 40px;
  padding: 15px;
  overflow: hidden;
  border-top: 1px solid #efefef;
  border-radius: 0 0 5px 5px;
  background: #f9f9f9;
}

.dialog-bottom .button {
  float: left;
  margin-right: 15px;
  padding: 0 30px;
}

.dialog-bottom .con {
  float: right;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.dialog-bottom .con .button {
  margin: 0 0 0 15px;
  font-size: 14px;
}

.dialog-bottom .con .btn-link {
  position: relative;
  top: 10px;
  float: left;
  margin-left: 20px;
  line-height: 20px;
  color: #666;
  padding: 0 2px;
}

.dialog-bottom .con .btn-link:hover {
  background: #2b91e3;
  color: #fff;
  text-decoration: none;
}

.dialog-bottom .dialog-status {
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.dialog-msg {
  width: 300px;
  margin: auto;
  padding: 20px 0 30px;
}

.dialog-msg h3 {
  position: relative;
  width: 260px;
  height: 30px;
  padding: 10px 0 10px 40px;
  zoom: 1;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
}

.dialog-msg h3:first-child:last-child {
  text-align: center;
}

.dialog-msg h3 .hint-icon {
  margin: -2px 10px 0 -40px;
  vertical-align: middle;
}

.dialog-msg h3 span {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dialog-msg-text {
  padding-bottom: 10px;
  word-wrap: break-word;
  color: #BBB;
}

.dialog-input {
  position: relative;
  padding: 30px 30px 40px;
  zoom: 1;
}

.dialog-input .text {
  width: 420px;
  height: 14px;
  padding: 12px 9px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid;
  border-color: #CECECF;
  background: white;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.dialog-input .text:focus {
  outline: none;
  border-color: #92AFED;
  box-shadow: 0 0 5px #92AFEC, inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.dialog-input .file-ext-name {
  position: absolute;
  top: 31px;
  right: 31px;
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
  font-size: 16px;
  color: #999;
  background: #F6F6F6;
}

.dialog-input label {
  display: block;
  margin-bottom: 3px;
  line-height: 20px;
  text-align: right;
  color: #999;
}

.dialog-input textarea {
  display: block;
  width: 420px;
  margin: 0;
}

.dialog-input textarea {
  height: 80px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
}

.dialog-select {
  height: 40px;
  position: relative;
  z-index: 1;
}

.dialog-select .text {
  float: left;
  width: 320px;
  margin-right: 10px;
}

.dialog-select .btn-link {
  font-size: 14px;
  float: left;
  line-height: 40px;
}

.dialog-select .btn-select {
  float: left;
  width: 320px;
  height: 14px;
  padding: 12px 9px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #CECECF;
  background: #fafafa;
  margin-right: 10px;
  position: relative;
}

.dialog-select .btn-select:hover {
  text-decoration: none;
}

.dialog-select .btn-select s {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 9px;
  height: 5px;
  overflow: hidden;
  background-image: url(../images/icon_arrow_9_5.png?v=1);
  background-image: -webkit-image-set(url(../images/icon_arrow_9_5.png?v=1) 1x, url(../images/icon_arrow_9_5@2x.png?v=1) 2x);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.dialog-select .select-menu {
  background: #fff;
  border: 1px solid #c5c5c5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 338px;
  left: 30px;
  top: 69px;
}

.dialog-select .select-menu li {
  height: 32px;
  line-height: 32px;
}

.dialog-select .select-menu li a {
  color: #333;
  font-size: 14px;
  display: block;
  padding: 0 10px 0 30px;
  position: relative;
}

.dialog-select .select-menu li a s {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 11px;
  overflow: hidden;
  background: url(../images/icon_menu_selected.png?v=1) no-repeat 0 0;
  background-image: -webkit-image-set(url(../images/icon_menu_selected.png?v=1) 1x, url(../images/icon_menu_selected@2x.png?v=1) 2x);
  position: absolute;
}

.dialog-select .select-menu li a:hover,
.dialog-select .select-menu li.focus a {
  color: #fff;
  background: #2b91e3;
  text-decoration: none;
}

.dialog-select .select-menu li a:hover s,
.dialog-select .select-menu li.focus a s {
  background-position: 0 -11px;
}

.dialog-select .select-menu li.selected s {
  display: block;
}

.dialog-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}

.dialog-frame iframe,
.window-frame iframe,
.popup-window iframe,
.dg-sub-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.window-frame {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 0;
}

.dg-sub-frame {
  position: absolute;
  top: 85px;
  right: 0;
  bottom: 0;
  left: 0;
}

.file-select {
  width: 700px;
}

.file-select .dialog-frame {
  height: 404px;
}

.file-select .dialog-bottom {
  padding: 10px;
}

.file-select .dialog-bottom input {
  position: relative;
  top: 13px;
  float: left;
  width: 14px;
  height: 14px;
  margin: 0;
}

.file-select .dialog-bottom label {
  float: left;
  padding-left: 5px;
  line-height: 40px;
}

.share-box {
  width: 700px;
}

.share-box .dialog-frame {
  height: 395px;
}

.bottom-input {
  position: relative;
  top: 2px;
  float: left;
  border: 1px solid #ddd;
  background: #FFF;
}

.bottom-input i, .bottom-input b {
  position: absolute;
  top: 9px;
  left: -11px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid;
  border-color: transparent #ddd transparent transparent;
}

.bottom-input b {
  left: -10px;
  border-color: transparent #fff transparent transparent;
}

.bottom-input input {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 120px;
  height: 14px;
  margin: 0;
  padding: 7px;
  font-size: 12px;
  border: 0 none;
  background: none;
}

.easy-download {
  width: 415px;
}

.easy-download .dialog-frame {
  height: 162px;
}

.file-copy {
  height: 300px;
  overflow: auto;
  border-bottom: 1px solid #EFEFEF;
}

.file-copy ul {
  overflow: hidden;
}

.file-copy li {
  float: left;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-copy .file-name {
  width: 250px;
}

.file-copy .file-rate {
  float: right;
  width: 100px;
}

.file-copy dt {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid #f0f2f6;
}

.file-copy dd {
  height: 24px;
  line-height: 24px;
}

.file-copy dd em {
  color: #4883D3;
}

.file-copy dd:nth-of-type(2n) {
  background: #F8F8F8;
}

.file-copy dd.err {
  color: #F60;
}

.dg-sort {
  position: relative;
  max-height: 225px;
  padding: 30px 30px 25px;
  overflow: auto;
}

.dg-sort li {
  position: relative;
  height: 38px;
  margin-bottom: 5px;
  padding: 0 10px;
  line-height: 38px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #EFEFEF;
  background: #F9F9F9;
  cursor: pointer;
}

.dg-sort li em {
  display: none;
  position: absolute;
  top: 12px;
  right: 10px;
}

.dg-sort li em .icon {
  float: left;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  line-height: 10;
  overflow: hidden;
  background-image: url(../../file/images/icon_file_operate.png?v=1);
  background-image: -webkit-image-set(url(../../file/images/icon_file_operate.png?v=1) 1x, url(../../file/images/icon_file_operate@2x.png?v=1) 2x);
  background-repeat: no-repeat;
}

.dg-sort li em .icon:hover {
  background-position-y: -14px;
}

.dg-sort li:hover {
  border-color: #DDD;
}

.dg-sort li:hover em {
  display: block;
}

.dg-sort li.selected {
  border-color: #D7E5F3;
  background: #F2F8FF;
}

.isort-rename {
  background-position: -42px 0;
}

.isort-remove {
  background-position: -28px 0;
}

.dgsort-add {
  position: relative;
  top: 11px;
  float: left;
  height: 18px;
  line-height: 18px;
  color: #666;
}

.dgsort-add s {
  display: none;
}

.dgsort-add:hover {
  text-decoration: none;
  color: #2b91e3;
}

.dgsort-add:hover s {
  background-position: 0 -18px;
}

.bt-file-list {
  margin: 30px;
  border: 1px solid #ccc;
  background: #FFF;
}

.bt-file-list .file-name {
  float: left;
  width: 280px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bt-file-list .file-size {
  float: left;
  width: 90px;
}

.bt-file-list ul {
  position: relative;
  max-height: 248px;
  overflow: auto;
}

.bt-file-list li {
  height: 30px;
  padding-left: 6px;
  line-height: 30px;
  vertical-align: middle;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}

.bt-file-list li:nth-child(2n) {
  background: #F9F9F9;
}

.bt-file-list li:last-child {
  border-bottom: 0 none;
}

.bt-file-list .bt-file-title {
  height: 30px;
  padding-left: 6px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background: #F3F3F3;
}

.ex-popoup-hint {
  position: fixed;
  z-index: 11111;
  width: 170px;
  min-height: 48px;
  padding: 138px 15px 14px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.ex-popoup-hint:after {
  content: "";
  display: inline-block;
  height: 48px;
  vertical-align: middle;
}

.ex-popoup-hint s {
  position: absolute;
  top: 42px;
  left: 50%;
  height: 80px;
  overflow: hidden;
  background-image: url(../images/ext_hint_icon.png?v=1);
  background-repeat: no-repeat;
}

.ex-popoup-hint span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-family: "Yuanti SC", "Microsoft Yahei", "Heiti";
  color: white;
}

.ex-popoup-hint span b {
  font-weight: normal;
  color: white;
}

.exph-suc {
  background-image: url(about:blank);
  background-color: rgba(47, 183, 70, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F22FB746', endColorstr='#F22FB746');
}

html:root .exph-suc {
  filter: none;
}

.exph-suc s {
  width: 100px;
  margin-left: -50px;
  background-position: 0 0;
  -webkit-animation: suc 0.5s ease;
  -webkit-animation-fill-mode: both;
}

.exph-war {
  background-image: url(about:blank);
  background-color: rgba(248, 149, 0, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F89500', endColorstr='#F2F89500');
}

html:root .exph-war {
  filter: none;
}

.exph-war s {
  width: 16px;
  margin-left: -8px;
  background-position: -100px 0;
  -webkit-animation: war 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
}

.exph-err {
  background-image: url(about:blank);
  background-color: rgba(181, 12, 3, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2B50C03', endColorstr='#F2B50C03');
}

html:root .exph-err {
  filter: none;
}

.exph-err s {
  width: 80px;
  margin-left: -40px;
  background-position: -116px 0;
  -webkit-animation: err 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
}

.exph-loader {
  background-image: url(about:blank);
  background-color: rgba(102, 102, 102, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2666666', endColorstr='#F2666666');
}

html:root .exph-loader {
  filter: none;
}

.exph-loader s {
  top: 54px;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  background: url(../images/ext_hint_loader.gif?v=1) no-repeat 0 0;
  -webkit-transform: scale(0);
}

.exph-loader:before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background-image: url(../images/ext_hint_loader.png?v=1);
  opacity: 0;
  -webkit-animation: loader 1.5s linear infinite;
}

@-webkit-keyframes suc {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@-webkit-keyframes war {
  0%, 33.33%, 66.66%, 100% {
    opacity: 1;
  }
  16.66%, 50% {
    opacity: 0;
  }
}

@-webkit-keyframes err {
  0% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.8);
  }
  30% {
    -webkit-transform: scale(1.2);
  }
  45% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes loader {
  0%, 4.166% {
    opacity: 1;
    -webkit-transform: rotate(0);
  }
  4.167%, 8.333% {
    -webkit-transform: rotate(15deg);
  }
  8.334%, 12.5% {
    -webkit-transform: rotate(30deg);
  }
  12.501%, 16.666% {
    -webkit-transform: rotate(45deg);
  }
  16.667%, 20.833% {
    -webkit-transform: rotate(60deg);
  }
  20.834%, 25% {
    -webkit-transform: rotate(75deg);
  }
  25.001%, 29.166% {
    -webkit-transform: rotate(90deg);
  }
  29.167%, 33.333% {
    -webkit-transform: rotate(105deg);
  }
  33.334%, 37.5% {
    -webkit-transform: rotate(120deg);
  }
  37.501%, 41.666% {
    -webkit-transform: rotate(135deg);
  }
  41.667%, 45.833% {
    -webkit-transform: rotate(150deg);
  }
  45.834%, 50% {
    -webkit-transform: rotate(165deg);
  }
  50.001%, 54.166% {
    -webkit-transform: rotate(180deg);
  }
  54.167%, 58.333% {
    -webkit-transform: rotate(195deg);
  }
  58.334%, 62.5% {
    -webkit-transform: rotate(210deg);
  }
  62.501%, 66.666% {
    -webkit-transform: rotate(225deg);
  }
  66.667%, 70.833% {
    -webkit-transform: rotate(240deg);
  }
  70.834%, 75% {
    -webkit-transform: rotate(255deg);
  }
  75.001%, 79.166% {
    -webkit-transform: rotate(270deg);
  }
  79.167%, 83.333% {
    -webkit-transform: rotate(285deg);
  }
  83.334%, 87.5% {
    -webkit-transform: rotate(300deg);
  }
  87.501%, 91.666% {
    -webkit-transform: rotate(315deg);
  }
  91.667%, 95.833% {
    -webkit-transform: rotate(330deg);
  }
  95.834%, 99.999% {
    -webkit-transform: rotate(345deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
  }
}
