@charset "UTF-8";

/* 
    Created on : 2016-11-17, 15:22:40
    Author     : Kansta
*/
.display-block, .block {
  display: block; }

.inline {
  display: inline; }

.inline-im {
  display: inline !important; }

.display-table {
  display: table;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle; }

.bg-w-02 {
  background: rgba(255, 255, 255, 0.2) !important; }

.bg-w-04 {
  background: rgba(255, 255, 255, 0.4) !important; }

.bg-w-06 {
  background: rgba(255, 255, 255, 0.6) !important; }

.bg-w-08 {
  background: rgba(255, 255, 255, 0.8) !important; }

.bg-b-02 {
  background: rgba(0, 0, 0, 0.2) !important; }

.bg-b-04 {
  background: rgba(0, 0, 0, 0.4) !important; }

.bg-b-06 {
  background: rgba(0, 0, 0, 0.6) !important; }

.bg-b-08 {
  background: rgba(0, 0, 0, 0.8) !important; }

.text-justify {
  text-align: justify !important; }

.opacity08 {
  opacity: 0.8; }

.opacity09 {
  opacity: 0.9; }

body {
  overflow-x: hidden; }

table {
  border-collapse: collapse; }

.font12 {
  font-size: 12px !important; }

.font14 {
  font-size: 14px !important; }

.font16 {
  font-size: 16px !important; }

.font18 {
  font-size: 18px !important; }

.font20 {
  font-size: 20px !important; }

.font22 {
  font-size: 22px !important; }

.font24 {
  font-size: 24px !important; }

.zindex111 {
  z-index: 111 !important; }

.zindex222 {
  z-index: 222 !important; }

.zindex333 {
  z-index: 333 !important; }

.zindex444 {
  z-index: 444 !important; }

.zindex555 {
  z-index: 555 !important; }

.zindex666 {
  z-index: 666 !important; }

.zindex777 {
  z-index: 777 !important; }

.zindex888 {
  z-index: 888 !important; }

.zindex999 {
  z-index: 999 !important; }

.zindex1000 {
  z-index: 1000 !important; }

.c000 {
  color: #000 !important; }

.bgc000 {
  background-color: #000 !important; }

.c333 {
  color: #333 !important; }

.bgc333 {
  background-color: #333 !important; }

.c666 {
  color: #999 !important; }

.bgc666 {
  background-color: #999 !important; }

.c999 {
  color: #999 !important; }

.bgc999 {
  background-color: #999 !important; }

.cccc {
  color: #ccc !important; }

.bgcccc {
  background-color: #ccc !important; }

.cfff {
  color: #fff !important; }

.bgcfff {
  background-color: #fff !important; }

.cf00 {
  color: #f00 !important; }

.bgcf00 {
  background-color: #f00 !important; }

.c0f0 {
  color: #0f0 !important; }

.bgc0f0 {
  background-color: #0f0 !important; }

.c00f {
  color: #00f !important; }

.bgc00f {
  background-color: #00f !important; }

.csuccess {
  color: #5eb95e !important; }

.bgcsuccess {
  background-color: #5eb95e !important; }

.cprimary {
  color: #0E90D2 !important; }

.bgcprimary {
  background-color: #0E90D2 !important; }

.cwarning {
  color: #F37B1D !important; }

.bgcwarning {
  background-color: #F37B1D !important; }

.csecondary {
  color: #3BB4F2 !important; }

.bgcsecondary {
  background-color: #3BB4F2 !important; }

.cdanger {
  color: #DD514C !important; }

.bgcdanger {
  background-color: #DD514C !important; }

.czi {
  color: #5623BE !important; }

.bgczi {
  background-color: #5623BE !important; }

.cpurple {
  color: #800080 !important; }

.bgcpurple {
  background-color: #800080 !important; }

.cpurplered {
  color: #C71585 !important; }

.bgcpurplered {
  background-color: #C71585 !important; }

.cpink {
  color: #F29EC2 !important; }

.bgcpink {
  background-color: #F29EC2 !important; }

.cyellow {
  color: #FFED61 !important; }

.bgcyellow {
  background-color: #FFED61 !important; }

html, body {
  width: 100%;
  height: 100%; }

.div {
  position: relative; }

.div:before, .div:after, .am-row:before, .am-row:after {
  content: "";
  display: table; }

.div:after, .am-row:after {
  clear: both; }

.zindex5 {
  z-index: 5; }

.zindex9im {
  z-index: 9 !important; }

ul, li {
  list-style: none; }

.wrap-body {
  width: 100%;
  overflow: hidden; }

.am-btn {
  border-radius: 3px; }

.am-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.am-topbar {
  z-index: 222; }

.am-form-file input[type=file] {
  width: 160px;
  height: 40px; }

.am-table * {
  word-break: break-all; }

.am-table td {
  vertical-align: middle !important; }

.am-form-group {
  position: relative; }

.am-form-group select {
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0; }

.am-form-field.am-radius {
  border-radius: 3px !important; }

.am-btn-purple {
  background: #800080 !important;
  border-color: #730173 !important;
  color: #fff !important; }

.am-btn-purple:hover {
  background: #730173 !important; }

.am-btn-purplered {
  background: #C71585 !important;
  border-color: #BB137D !important;
  color: #fff !important; }

.am-btn-purplered:hover {
  background: #BB137D !important; }

.am-btn-pink {
  background: #F29EC2 !important;
  border-color: #F38DB8 !important;
  color: #fff !important; }

.am-btn-pink:hover {
  background: #F38DB8 !important; }

.am-btn-yellow {
  background: #FFED61 !important;
  border-color: #E7D75A !important;
  color: #fff !important; }

.am-btn-yellow:hover {
  background: #E7D75A !important; }

.am-btn-xxs {
  padding: 3px 5px;
  vertical-align: text-top;
  margin-top: 1px; }

/*.am-container{overflow: hidden}*/
.iframe {
  border: none;
  width: 100%;
  height: 100%; }

.hidden {
  display: none; }

.visible {
  display: block; }

.float-l {
  float: left !important; }

.float-r {
  float: right !important; }

.float-none {
  float: none !important; }

.h100 {
  height: 100%; }

.w100 {
  width: 100% !important; }

.w50 {
  width: 50% !important; }

.w40 {
  width: 40% !important; }

.wauto {
  width: auto !important; }

.text-center, .text-center-child > *, .text-center-all *, .text-center-all {
  text-align: center !important; }

.no-opacity-all, .no-opacity-all * {
  opacity: 1 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.border {
  border: 1px solid #ddd; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-y-auto {
  overflow: hidden !important;
  overflow-y: auto !important; }

.white-space-no {
  white-space: nowrap !important; }

.title1 {
  padding: 5px 1em;
  margin: 0;
  margin-bottom: 1em;
  border-radius: 3px;
  color: #fff; }

.mar-no {
  margin: 0 !important; }

.pad-no {
  padding: 0 !important; }

.pad-no-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pad-no-l {
  padding-left: 0 !important; }

.pad-no-r {
  padding-right: 0 !important; }

.mar-no-lr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mar-no-l {
  margin-left: 0 !important; }

.mar-no-r {
  margin-right: 0 !important; }

.mar-l-15px {
  margin-left: 15px !important; }

.mar-t-15px {
  margin-top: 15px !important; }

.mar-r-15px {
  margin-right: 15px !important; }

.pad-10px {
  padding: 15px !important; }

.pad-15px {
  padding: 15px !important; }

.pad-t-10px {
  padding-top: 10px !important; }

.pad-tb-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pad-tb-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pad-tb-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pad-lr-15px {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.mar-tb-15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.pad-b-5px {
  padding-bottom: 5px !important; }

.mar-b-5px {
  margin-bottom: 5px !important; }

.pad-b-10px {
  padding-bottom: 10px !important; }

.mar-b-10px {
  margin-bottom: 10px !important; }

.pad-b-15px {
  padding-bottom: 15px !important; }

.mar-b-15px {
  margin-bottom: 15px !important; }

.pad-b-25px {
  padding-bottom: 25px !important; }

.mar-b-25px {
  margin-bottom: 25px !important; }

.pad-b-35px {
  padding-bottom: 35px !important; }

.mar-b-35px {
  margin-bottom: 35px !important; }

.ani-dly-05 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.ani-dly-1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.ani-dly-15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important; }

.ani-dly-2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important; }

.ani-dly-25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important; }

.ani-dly-3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important; }

.ani-dly-35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important; }

.ani-dly-4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important; }

.ani-dly-45 {
  -webkit-animation-delay: 4.5s !important;
  animation-delay: 4.5s !important; }

.ani-dly-5 {
  -webkit-animation-delay: 5s !important;
  animation-delay: 5s !important; }

.ani-dly-55 {
  -webkit-animation-delay: 5.5s !important;
  animation-delay: 5.5s !important; }

.ani-dly-6 {
  -webkit-animation-delay: 6s !important;
  animation-delay: 6s !important; }

.ani-dly-65 {
  -webkit-animation-delay: 6.5s !important;
  animation-delay: 6.5s !important; }

.ani-dly-7 {
  -webkit-animation-delay: 7s !important;
  animation-delay: 7s !important; }

.ani-dly-75 {
  -webkit-animation-delay: 7.5s !important;
  animation-delay: 7.5s !important; }

.hov-sc-15:hover {
  transform: scale(1.5); }

.hov-sc-2:hover {
  transform: scale(2); }

.hov-opacity-08:hover {
  opacity: 0.8; }

.hov-opacity-1:hover {
  opacity: 1; }

.pointer {
  cursor: pointer; }

* {
  transition: 0.2s ease-in-out;
  transition-property: color,background,border-color;
  outline: 0 !important; }

.radio1 + label {
  position: relative;
  display: inline-block;
  z-index: 999;
  height: 25px;
  padding: 3px 5px 3px 29px;
  cursor: pointer; }

.radio1 + label:before {
  content: "";
  color: #fff;
  width: 20px;
  height: 20px;
  background: #777980;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  box-shadow: 0px 0px 3px #A19797; }

.radio1:checked + label:before {
  content: "";
  background: #1caf9a; }

.radio1 + label:after {
  content: attr(title);
  width: 8px;
  height: 8px;
  display: block;
  border: 3px solid #F7F9F9;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 7px;
  background: #777980;
  box-shadow: 0px 0px 3px #F2EBEB; }

.radio1:checked + label:after {
  background: #1caf9a; }

/* end .slideOne */
/* .slideTwo */
.slideTwo {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 10px auto;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); }

.slideTwo:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 14px;
  height: 2px;
  width: 52px;
  background: #111;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); }

.slideTwo label {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); }

.slideTwo label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #333;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9); }

.slideTwo input[type=checkbox] {
  visibility: hidden; }

.slideTwo input[type=checkbox]:checked + label {
  left: 54px; }

.slideTwo input[type=checkbox]:checked + label:after {
  background: #00bf00; }

.article, .article-text-img {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all; }
.article-text-img {
  text-indent: 2em;
}

.article a, .article-text-img a {
  font-size: inherit; }

.article-text-img img {
  margin-bottom: 5px; }
  .article-text-img img.float-l {
    margin-right: 0.75em; }
  .article-text-img img.float-r {
    margin-left: 0.75em; }
  .article-text-img img.w100 {
    margin-bottom: 1em; }

@media screen and (max-width: 1024px) {
  [class*="am-u"].pad-no-l {
    padding-left: 1.5rem !important; }

  [class*="am-u"].pad-no-r {
    padding-right: 1.5rem !important; } }
@media screen and (max-width: 640px) {
  .am-row {
    margin-left: -1rem;
    margin-right: -1rem; }

  .am-container {
    padding: 0 5px; }

  .am-popover.am-active {
    left: 0 !important;
    width: 100%; }

  [class*="am-u"].pad-no-l {
    padding-left: 1rem !important; }

  [class*="am-u"].pad-no-r {
    padding-right: 1rem !important; }

  .article, .article-text-img {
    font-size: 18px; } }
@media screen and (max-width: 320px) {
  body {
    font-size: 1.4rem; } }
.dm {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0.5;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.mydm {
  color: #5eb95e;
  z-index: 3;
  opacity: 1;
  font-size: 16px !important;
  line-height: 16px !important;
  height: 16px !important;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); }

.dm img {
  height: 100%;
  width: auto;
  margin: 0 5px;
  vertical-align: top; }

.dmsys {
  text-shadow: none;
  color: #DD514C;
  opacity: 0.95 !important;
  border-radius: 100px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 16px !important;
  line-height: 14px !important;
  height: 24px !important;
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
  padding: 4px 50px 4px 12px;
  animation-name: dmsys;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  -webkit-animation-name: dmsys;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s; }

@keyframes dmsys {
  0% {
    transform: rotateX(0deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05)); }
  35% {
    transform: rotateX(0deg); }
  50% {
    transform: rotateX(360deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 100%, rgba(0, 0, 0, 0.05));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 100%, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 100%, rgba(0, 0, 0, 0.05)); }
  65% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(0deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.05));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.05)); } }
@-webkit-keyframes dmsys {
  0% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 35%, rgba(0, 0, 0, 0.05)); }
  35% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg); }
  50% {
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 100%, rgba(0, 0, 0, 0.05));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 100%, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 100%, rgba(0, 0, 0, 0.05)); }
  65% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg); }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.05));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.05));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.05)); } }
.dmsys a {
  display: block;
  color: #0E90D2; }

.dmsys a:hover {
  color: #DD514C;
  text-decoration: underline; }

.qsearch {
  color: #F37B1D;
  opacity: 0.95 !important; }

.mymenu-box {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 50px;
  min-height: 60px;
  padding: 5px 0;
  background: #fff;
  border-radius: 3px;
  z-index: 444;
  display: none; }
  .mymenu-box > * {
    display: block;
    width: 100%;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee; }
  .mymenu-box > *:last-child {
    border: none; }
  .mymenu-box > *:hover {
    background: #cfcfcf; }
  .mymenu-box > *.active, .mymenu-box > *.active-1 {
    background: #DD514C;
    color: #fff; }
  .mymenu-box.icon .am-icon-fw {
    margin-left: -5px; }

.mymenu {
  cursor: pointer;
  width: 22px;
  float: right;
  text-align: right; }

.fixed, .toggle-margin, .win-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 777; }

.toggle-margin {
  width: 300px;
  margin-left: -300px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  overflow: visible; }
  .toggle-margin .toggle-margin-btn {
    z-index: 777;
    position: absolute;
    width: 24px;
    margin-right: -24px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    height: 16%;
    top: 42%;
    right: 0;
    text-align: center;
    display: table;
    color: #fff;
    cursor: pointer; }
    .toggle-margin .toggle-margin-btn:hover {
      animation: toggle-margin-btn .3s ease-in-out;
      animation-iteration-count: 2; }
    .toggle-margin .toggle-margin-btn.active {
      background: #0E90D2;
      border-radius: 0px;
      border-bottom-left-radius: 13px;
      border-top-left-radius: 13px; }
    .toggle-margin .toggle-margin-btn.active1 {
      background: rgba(0, 0, 0, 0.9);
      /*background: map-get($color,'primary');*/ }
    .toggle-margin .toggle-margin-btn.active:hover {
      margin-right: 0;
      animation: toggle-margin-btn-hover .3s ease-in-out;
      animation-iteration-count: 2; }
    .toggle-margin .toggle-margin-btn > * {
      display: table-cell;
      vertical-align: middle;
      font-size: 18px; }

.toggle-margin.white {
  background: rgba(255, 255, 255, 0.8);
  color: #333; }
  .toggle-margin.white .toggle-margin-btn {
    background: rgba(14, 144, 210, 0.5);
    color: #fff; }
    .toggle-margin.white .toggle-margin-btn.active1, .toggle-margin.white .toggle-margin-btn.active {
      color: #fff;
      background: #0E90D2;
      /*background: rgba(255,255,255,0.8);*/ }

@keyframes toggle-margin-btn {
  to {
    padding-left: 4px;
    padding-right: 4px;
    width: 32px;
    margin-right: -32px; } }
@keyframes toggle-margin-btn-hover {
  to {
    padding-left: 4px;
    padding-right: 4px;
    width: 32px;
    margin-right: 0; } }
.input-text, .fix-write-top > .write > .write-input {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px; }

.fix-write-top {
  position: fixed;
  top: 0;
  left: 3%;
  width: 40px;
  height: 120px;
  z-index: 666; }
  .fix-write-top > .line {
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    height: 80px;
    left: 19.5px; }
  .fix-write-top > .btn {
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    text-align: center; }
    .fix-write-top > .btn > i {
      font-size: 18px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.8);
      transition: none ease-in-out; }
    .fix-write-top > .btn.active {
      box-shadow: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .fix-write-top > .btn.active > i {
        opacity: 0.9;
        display: block;
        margin: 3px;
        height: 34px;
        line-height: 32px;
        border-radius: 50%;
        background-color: #5eb95e;
        opacity: 0.9; }
  .fix-write-top.active:hover {
    animation: fix-write-top-hover .5s ease-in-out;
    animation-iteration-count: 2; }
  .fix-write-top > .write {
    position: absolute;
    display: none;
    bottom: 0;
    margin-left: 40px;
    height: 40px;
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.3);
    width: 338px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
    .fix-write-top > .write > .write-input {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      height: 34px;
      background: rgba(255, 255, 255, 0.8);
      border-color: rgba(255, 255, 255, 0.8);
      margin-left: 3px;
      margin-right: 4px;
      padding: 5px 10px;
      overflow: hidden;
      resize: none;
      border-radius: 17px;
      width: 242px;
      margin-top: -4px; }
    .fix-write-top > .write > .am-btn {
      opacity: 0.9;
      display: inline-block;
      max-width: 50px;
      padding-top: 9px;
      padding-bottom: 9px;
      margin-top: -4px;
      opacity: 0.9; }
    .fix-write-top > .write .emo {
      margin-top: 2px;
      margin-right: 4px; }
      .fix-write-top > .write .emo i {
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer; }
      .fix-write-top > .write .emo .am-dropdown-content:after, .fix-write-top > .write .emo .am-dropdown-content:before {
        border: none; }
      .fix-write-top > .write .emo img {
        cursor: pointer; }

@keyframes fix-write-top-hover {
  0%,100% {
    transform: translateY(0px); }
  25%,75% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(-10px); } }
.emo ul {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  min-width: 240px; }
.emo .am-u-sm-3 {
  padding: 0;
  width: 59px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px; }
.emo li {
  display: inline-block; }
.emo img {
  height: auto !important;
  width: 50px; }

.win-tips {
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  opacity: 0; }
  .win-tips > div {
    display: table-cell;
    vertical-align: middle; }
    .win-tips > div > div {
      margin: auto;
      border-radius: 2em;
      font-size: 16px;
      padding: 2em;
      border: 8px solid rgba(0, 0, 0, 0.6);
      background: rgba(255, 255, 255, 0.8);
      min-height: 3em;
      width: 30%;
      text-align: center;
      line-height: 1.88; }

.win-tips-top {
  background: none !important;
  height: 50px !important;
  top: 10px !important;
  overflow: visible !important; }
  .win-tips-top > div {
    display: block !important; }
    .win-tips-top > div > div {
      border-width: 4px !important;
      padding: 0.7em !important; }

.no-select, .ctrl-panel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.en-select, .en-select * {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

@keyframes ctrl-panel-drop {
  0%,50%,100% {
    transform: rotateZ(0deg); }
  25% {
    transform: rotateZ(5deg); }
  75% {
    transform: rotateZ(-5deg); } }
@-webkit-keyframes ctrl-panel-drop {
  0%,50%,100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  25% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); }
  75% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg); } }
.ctrl-panel {
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 65px;
  z-index: 333;
  left: 200px;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  /*top*/ }
  .ctrl-panel.drop-active {
    background: none;
    border-color: rgba(0, 0, 0, 0.3); }
    .ctrl-panel.drop-active .sq, .ctrl-panel.drop-active .center {
      opacity: 0; }
  .ctrl-panel .drop-down {
    position: absolute;
    border-radius: 50%;
    background: rgba(221, 81, 76, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3; }
    .ctrl-panel .drop-down ul {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
      .ctrl-panel .drop-down ul li {
        width: 100%;
        text-align: center; }
        .ctrl-panel .drop-down ul li:first-child {
          padding-top: 6px; }
        .ctrl-panel .drop-down ul li:last-child {
          padding-bottom: 15px; }
        .ctrl-panel .drop-down ul li a {
          display: block;
          font-size: 12px;
          padding: 3px 0;
          color: rgba(255, 255, 255, 0.8); }
        .ctrl-panel .drop-down ul li:hover {
          background: rgba(255, 255, 255, 0.3); }
          .ctrl-panel .drop-down ul li:hover a {
            color: rgba(255, 255, 255, 0.8); }
        .ctrl-panel .drop-down ul li.active {
          background: rgba(255, 255, 255, 0.2);
          animation: ctrl-panel-drop 1.7s linear;
          animation-iteration-count: infinite;
          animation-delay: 1s;
          -webkit-animation: ctrl-panel-drop 1.7s linear;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-delay: 1s; }
        .ctrl-panel .drop-down ul li.active:hover {
          background: rgba(255, 255, 255, 0.3); }
          .ctrl-panel .drop-down ul li.active:hover a {
            color: rgba(255, 255, 255, 0.8); }
  .ctrl-panel * {
    color: rgba(255, 255, 255, 0.8); }
  .ctrl-panel .center {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    position: absolute;
    top: 37px;
    left: 37px;
    line-height: 36px;
    text-align: center;
    background: black;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.6); }
  .ctrl-panel .sq {
    width: 67px;
    height: 67px;
    position: absolute;
    line-height: 63px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.6); }
  .ctrl-panel .sq:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3); }
  .ctrl-panel .left {
    transform: rotateZ(45deg);
    top: 24px;
    left: -22px; }
  .ctrl-panel .right {
    transform: rotateZ(45deg);
    top: 24px;
    right: -22px; }
  .ctrl-panel .left > i {
    transform: translate(4px, -6px) rotateZ(-45deg); }
  .ctrl-panel .right > i {
    transform: translate(-6px, 4px) rotateZ(-45deg); }
  .ctrl-panel .top, .ctrl-panel .bottom {
    border-color: transparent; }
  .ctrl-panel .top {
    transform: rotateZ(45deg);
    top: -22px;
    left: 24px; }
  .ctrl-panel .bottom {
    transform: rotateZ(45deg);
    bottom: -22px;
    right: 24px; }
  .ctrl-panel .top > i {
    transform: translate(5px, 6px) rotateZ(-45deg); }
  .ctrl-panel .bottom > i {
    transform: translate(-5px, -6px) rotateZ(-45deg); }

/*蓝黑PAGE*/
.tp-page1 a, .tp-page1 span {
  height: 28px;
  padding: 0px 10px;
  text-align: center;
  line-height: 28px;
  float: left;
  background: #202833;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  transition: ease-in-out 0.4s; }

.tp-page1 a:hover, .tp-page1 span.current {
  background: #0097da;
  color: #fff; }

/*红灰*/
.tp-page2 a, .tp-page2 span {
  background: #BDABC2;
  color: #fff; }

.tp-page2 a:hover, .tp-page2 span.current {
  background: #709; }

.scroll-8-30b::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.scroll-8-30b::-webkit-scrollbar-button {
  background-color: #00A9FF;
  height: 0;
  width: 0; }

.scroll-8-30b::-webkit-scrollbar-track {
  background: none; }

.scroll-8-30b::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0.3); }

.scroll-8-30b::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3); }

.scroll-8-30b::-webkit-scrollbar-corner {
  background: #CCC; }

.scroll-8-30b::-webkit-scrollbar-resizer {
  background: #fff; }

.scroll-8-50b::-webkit-scrollbar-thumb {
  background: url(../images/50.png); }

.scroll-12-30b::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

.scroll-2-30b::-webkit-scrollbar {
  width: 2px;
  height: 2px; }

.scroll-no::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

@media screen and (max-width: 1366px) {
  .win-tips > div > div {
    padding: 1.5em;
    border-width: 5px !important;
    width: 50%; }

  .win-tips-top > div > div {
    padding: 0.6em !important;
    border-width: 4px !important; } }
@media screen and (max-width: 1170px) {
  .fix-write-top {
    left: 1.5rem;
    position: absolute; } }
@media screen and (max-width: 1024px) {
  .win-tips > div > div {
    padding: 1.3em;
    border-width: 5px;
    width: 80%; }

  .win-tips-top > div > div {
    padding: 0.5em !important;
    border-width: 4px !important; } }
@media screen and (max-width: 640px) {
  .fix-write-top {
    left: 5px; }

  [class*="scroll-"]::-webkit-scrollbar {
    width: 0px; }

  .fix-write-top .write .write-input, .fix-write-top .write .am-btn {
    margin-top: 0px; }

  @-moz-document url-prefix() {
    .fix-write-top .write .write-input, .fix-write-top .write .am-btn {
      margin-top: -2px; } }
  .fix-write-top > .write {
    width: 334px; }

  .fix-write-top > .write .emo {
    top: 2px; }

  .toggle-margin-btn {
    height: 10%;
    top: 45%; }

  .win-tips > div > div {
    padding: 1.2em;
    border-width: 4px;
    width: 95%; }

  .win-tips-top > div > div {
    padding: 0.4em !important;
    border-width: 3px !important; } }
@media screen and (max-width: 480px) {
  .fix-write-top > .write {
    width: 298px; }
    .fix-write-top > .write > .write-input {
      width: 202px; } }
@media screen and (max-width: 350px) {
  .fix-write-top > .write {
    width: 272px; }
    .fix-write-top > .write > .write-input {
      width: 172px; } }
/*part2 for xinsigao*/
