.-base-button,a.button,.button,a.button-hollow,.button-hollow,a.button-hollow-default,.button-hollow-default {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: 16px;
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  border: 1px solid #FFF;
  font-size: 12px;
  cursor: pointer;
}

.-base-button.disabled,.disabled.button,.disabled.button-hollow,.disabled.button-hollow-default {
  border-color: #CCC;
  color: #FFF;
  background-color: #CCC;
}

.-base-button.disabled:hover,.disabled.button:hover,.disabled.button-hollow:hover,.disabled.button-hollow-default:hover {
  border-color: #CCC;
  color: #FFF;
  background-color: #CCC;
}

a.button,.button {
  color: #fff;
  background-color: #4CACE2;
  border-color: #4CACE2;
}

a.button:hover,.button:hover {
  background-color: #56BFFC;
  border-color: #56BFFC;
}

a.button:active,.button:active {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #459bcc;
  border-color: #459bcc;
}

a.button-hollow,.button-hollow {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
}

a.button-hollow:hover,a.button-hollow.hover,.button-hollow:hover,.button-hollow.hover {
  background-color: #f5f5f5;
  border-color: #bbb;
}

a.button-hollow-default,.button-hollow-default {
  color: #4CACE2;
  background-color: #fff;
  border-color: #4CACE2;
}

a.button-hollow-default:hover,a.button-hollow-default.hover,.button-hollow-default:hover,.button-hollow-default.hover {
  color: #4CACE2;
  background-color: #fff;
  border-color: #4CACE2;
}

a.button,a.button-hollow,a.button-hollow-default {
  text-align: center;
}

.button-group {
  position: relative;
  font-size: 0;
}

.button-group .button-hollow {
  border-color: #4CACE2;
  color: #4CACE2;
}

.button-group .button,.button-group .button-hollow {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-left: -1px;
  z-index: 1;
}

.button-group .button:hover,.button-group .button-hollow:hover {
  z-index: 2;
}

.button-group .button:hover {
  color: #fff;
  background-color: #4CACE2;
  border-color: #4CACE2;
  z-index: 1;
}

.button-group .first,.button-group :first-child {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
  margin-left: 0;
}

.button-group .last,.button-group :last-child {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}

.form-mock .item {
  zoom: 1;
  margin-bottom: 20px;
}

.form-mock .item:before,.form-mock .item:after {
  content: "\0020";
  display: block;
  height: 0;
}

.form-mock .item:after {
  clear: both;
}

.form-mock .item:last-child {
  margin-bottom: 0;
}

.form-mock .item .item-title,.form-mock .item .item-content {
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.form-mock .item .item-title-big {
  width: 95px;
}

.form-mock .item.intro {
  margin: -10px 0 10px 0;
}

.form-mock .item.intro .item-content {
  color: #666;
}

.form-mock .item.intro .item-content em.icon-font {
  margin-right: 6px;
}

.form-mock .item.multiple-intro .item-content {
  height: auto;
  color: #666;
  line-height: 20px;
}

.form-mock .item.multiple-intro .item-content em.icon-font {
  margin-right: 6px;
}

.form-mock .item.gray-intro {
  margin: 28px 0;
  padding: 12px 20px;
  background-color: #f5f5f5;
}

.form-mock .item.radio-checkbox {
  margin-bottom: 15px;
}

.form-mock .item.radio-checkbox .item-title,.form-mock .item.radio-checkbox .item-content {
  height: 25px;
  line-height: 25px;
}

.form-mock .item.warn {
  display: none;
  margin: -10px 0 10px 0;
}

.form-mock .item.warn .item-title,.form-mock .item.warn .item-content {
  line-height: 25px;
}

.form-mock .item.warn .item-content {
  width: 70%;
  height: auto;
  color: red;
}

.form-mock .item.warn .item-content em.icon-font {
  margin-right: 6px;
}

.form-mock .item-inline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.form-mock .item-inline:last-child {
  margin-bottom: 20px;
}

.form-mock .item-inline:last-child .item-title {
  width: 25px;
}

.form-mock .item-inline .item-title {
  width: 60px;
}

.form-mock .item-inline .input-text {
  width: 200px;
}

.form-mock .item-title {
  width: 80px;
  padding-right: 10px;
  text-align: right;
}

.form-mock .item-title em {
  color: red;
}

.form-mock .item-content.multiple {
  height: auto;
  line-height: normal;
}

.form-mock .item-content.multiple .word-limit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #D8D8D8;
}

.form-mock .item-content.multiple.multiple-detail {
  float: none;
  margin-left: 75px;
  padding-top: 12px;
  word-break: break-all;
  word-wrap: break-word;
}

.form-mock label.input-label {
  margin-right: 15px;
}

.form-mock label.input-label input {
  margin-right: 5px;
}

.form-mock .form-button {
  width: 96px;
  font-size: 12px;
}

.form-mock b {
  text-decoration: none;
  color: #999;
  margin-left: 13px;
}

.input-text,.input-area,.sign-tag-container {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 450px;
  padding: 0 0 0 10px;
  border: 1px solid #DDD;
  color: #333;
  font-size: 12px;
}

.input-text:hover,.input-text:focus,.input-area:hover,.sign-tag-container:hover,.input-area:focus,.sign-tag-container:focus {
  border-color: #AAA;
}

.input-text {
  height: 34px;
  line-height: 34px;
}

.input-area,.sign-tag-container {
  padding-top: 9px;
  line-height: 20px;
  resize: none;
}

.input-warn {
  border-color: red;
}

.input-warn:hover,.input-warn:focus {
  border-color: red;
}

.upload-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  width: 95px;
  height: 115px;
  margin-right: 20px;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #999;
  cursor: pointer;
}

.upload-box:last-child {
  margin-right: 0;
}

.upload-box:hover {
  border-color: #AAA;
}

.upload-box .box-preview {
  position: relative;
  width: 85px;
  height: 80px;
  margin: 5px auto 0;
  background-color: #F5F5F5;
  overflow: hidden;
}

.upload-box .box-preview span {
  display: block;
  width: 48px;
  margin: 32px auto;
  text-align: center;
}

.upload-box .box-trigger {
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.upload-box .preview-img {
  position: absolute;
}

.areacode-input {
  width: 60px;
}

.num-input {
  width: 150px;
  margin-left: 10px;
}

.phone-input {
  width: 300px;
}

.charge-input {
  width: 220px;
}

.audio-speed {
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 17px 10px 0;
  vertical-align: baseline;
}

.audio-speed:before,.audio-speed:after {
  content: "\0020";
  display: block;
  height: 0;
}

.audio-speed:after {
  clear: both;
}

.audio-speed li {
  float: left;
  width: 50px;
  height: 8px;
  margin-right: 1px;
  cursor: pointer;
  background-color: #F5F5F5;
}

.audio-speed li:last-child {
  margin-right: 0;
}

.audio-speed li:hover:not(.disabled) {
  background-color: #CCC;
}

.audio-speed li.on.speed-1 {
  background: url(//img.alicdn.com/tps/TB1GsprJFXXXXbcXVXXXXXXXXXX-50-8.png) no-repeat 0 0;
}

.audio-speed li.on.speed-2 {
  background: url(//img.alicdn.com/tps/TB1OLFIJFXXXXX2XpXXXXXXXXXX-50-8.png) no-repeat 0 0;
}

.audio-speed li.on.speed-3 {
  background: url(//img.alicdn.com/tps/TB11AlJJFXXXXX6XpXXXXXXXXXX-50-8.png) no-repeat 0 0;
}

.audio-speed li.on.speed-4 {
  background: url(//img.alicdn.com/tps/TB1yZpJJFXXXXXYXpXXXXXXXXXX-50-8.png) no-repeat 0 0;
}

.audio-speed li.on.speed-5 {
  background: url(//img.alicdn.com/tps/TB1BPlHJFXXXXawXpXXXXXXXXXX-50-8.png) no-repeat 0 0;
}

.dl-example-excel {
  color: #4cace2;
}

.excel-span .excel-icon {
  margin-left: 20px;
  color: green;
}

.excel-span i {
  margin-left: 3px;
  color: #999;
}

.upload-audio-container {
  height: 380px;
  overflow: auto;
}

.upload-audio-container .audio-text {
  display: block;
  width: 100%;
  line-height: 330px;
  font-size: 24px;
  color: #DDD;
  text-align: center;
}

.upload-audio-tools span {
  margin-left: 15px;
  color: #999;
  font-size: 12px;
}

.upload-audio-list li {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #F2F2F2;
}

.upload-audio-list li .audio-name,.upload-audio-list li .audio-status,.upload-audio-list li .audio-progress {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 30px;
}

.upload-audio-list li .audio-name,.upload-audio-list li .audio-status,.upload-audio-list li .audio-cancel {
  color: #333;
  font-size: 12px;
}

.upload-audio-list li .audio-name {
  width: 160px;
  line-height: 55px;
}

.upload-audio-list li .audio-status {
  width: 100px;
}

.upload-audio-list li .audio-status em.icon-font {
  margin-right: 10px;
  vertical-align: middle;
}

.upload-audio-list li .audio-status .success {
  color: #3EB43E;
}

.upload-audio-list li .audio-status .waiting,.upload-audio-list li .audio-status .ing {
  color: #333;
}

.upload-audio-list li .audio-status .err {
  color: #CCC;
}

.upload-audio-list li .audio-status .cancel {
  color: #FF7500;
}

.upload-audio-list li .audio-progress {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  width: 180px;
  height: 4px;
  margin-right: 15px;
  background-color: #DDD;
  overflow: hidden;
}

.upload-audio-list li .audio-progress i {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background-color: #4cace2;
}

.upload-audio-list li .audio-cancel {
  color: #999;
}

.upload-audio-list li .audio-cancel:hover {
  color: #666;
}

.sign-tag-container {
  max-height: 200px;
  height: auto !important;
  padding: 0;
  border-bottom: 1px solid #DDD;
  overflow: auto;
}

.account-balance {
  margin: 37px 0 27px;
  padding-left: 3px;
  line-height: 19px;
  font-size: 12px;
}

.account-balance .money {
  color: #333;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
}

.un-pay-record {
  padding: 38px 0 30px;
  border-bottom: 1px solid #EEE;
}

.un-pay-record p.un-pay-info {
  margin-bottom: 25px;
}

.un-pay-record .account-balance {
  margin: 5px 0;
}

.un-pay-record a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 25px;
}

.highlight {
  color: #333;
  font-weight: 700;
}

.warning-input {
  width: 260px;
}

.wg-upload-process {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.service-form-mock .input-text {
  width: 400px;
}

.time-scope {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #CCC;
  overflow: hidden;
  margin-top: 3px;
}

.time-scope .input-text {
  position: relative;
  width: 120px !important;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.calendar-group {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 34px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}

.calendar-group .cal-start,.calendar-group .cal-end {
  width: 100px;
  padding: 7px 8px;
  cursor: pointer;
  border: none;
  color: #666;
  height: 100%;
  line-height: 200%;
}

.calendar-group .cal-start:hover,.calendar-group .cal-end:hover {
  background-color: #EEE;
}

.calendar-group .cal-word {
  padding: 7px 0;
  height: 100%;
  line-height: 150%;
}

.calendar-group i {
  display: block;
  float: right;
  margin-top: 5px;
  padding: 0 8px 0 0;
  height: 100%;
  line-height: 150%;
}

.form-mock.form-detail .item {
  margin-bottom: 0;
}

.-base-warn,.warn-info,.warn-alert,.warn-error {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  cursor: default;
  border: 1px solid #FFF;
}

.warn-info {
  background-color: #f2fbff;
  border-color: #CCEEFF;
}

.warn-alert {
  background-color: #FFF7E6;
  border: 1px solid #FFCC66;
}

.warn-error {
  background-color: rgba(255,116,0,0.8);
  border-color: rgba(255,116,0,0.8);
  color: #FFF;
}

@font-face {
  font-family:'icon-font';src:url("//at.alicdn.com/t/font_1449711315_4444766.eot");src:url("//at.alicdn.com/t/font_1449711315_4444766.eot?#iefix") format("embedded-opentype"),url("//at.alicdn.com/t/font_1449711315_4444766.woff") format("woff"),url("//at.alicdn.com/t/font_1449711315_4444766.ttf") format("truetype"),url("//at.alicdn.com/t/font_1449711315_4444766.svg#iconfont") format("svg");
}

.icon-font {
  font-family: "icon-font" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: hiragino sans gb w3 , hiragino sans gb , "Microsoft YaHei",arial , helvetica , simsun,Tahoma,sans-serif;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
}

html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

a,a:hover,a:active,a:visited {
  outline: none;
}

a[disabled],a.disabled {
  color: #CCC;
  cursor: not-allowed;
}

input,textarea {
  outline: none;
}

.loading {
  width: 100%;
  background: #FFF url(//img.alicdn.com/tps/i1/T1cKm3XkRpXXXXXXXX-48-48.gif) no-repeat center center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.v-line {
  color: #fff;
  line-height: 55px;
}

.xiala .xiala-icon,.xiala .xiala-icon-gray,.xiala-hover .xiala-icon,.xiala-hover .xiala-icon-gray {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.xiala .xiala-icon,.xiala-hover .xiala-icon {
  background: url(https://img.alicdn.com/tps/TB1qtsvJpXXXXX5XVXXXXXXXXXX-12-12.png) no-repeat 0 0;
}

.xiala .xiala-icon-gray,.xiala-hover .xiala-icon-gray {
  background: url(https://img.alicdn.com/tps/TB1hBUsJpXXXXXVaXXXXXXXXXXX-12-12.png) no-repeat 0 0;
}

.xiala-hover:hover .xiala-icon,.xiala-hover:hover .xiala-icon-gray,.xiala.hover .xiala-icon,.xiala.hover .xiala-icon-gray {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-menu {
  cursor: pointer;
}

.popup-menu:hover .popup-menu-list,.popup-menu:active .popup-menu-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: block;
}

.popup-menu ul.popup-menu-list {
  zoom: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  margin-top: -1px;
  background-color: #0083CD;
}

.popup-menu ul.popup-menu-list:before,.popup-menu ul.popup-menu-list:after {
  content: "\0020";
  display: block;
  height: 0;
}

.popup-menu ul.popup-menu-list:after {
  clear: both;
}

.popup-menu ul.popup-menu-list li {
  display: block;
  float: none;
  height: 37px;
  line-height: 37px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #349CD7;
}

.popup-menu ul.popup-menu-list li:last-child {
  border-bottom: 0;
}

.popup-menu ul.popup-menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

@-khtml-keyframes pjax-loading {
  0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pjax-loading {
  0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pjax-loading {
  0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pjax-loading {
  0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pjax-loading {
  0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pjax-loading {
  0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.folder-menu {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.folder-menu ul.folder-menu-list {
  zoom: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

.folder-menu ul.folder-menu-list:before,.folder-menu ul.folder-menu-list:after {
  content: "\0020";
  display: block;
  height: 0;
}

.folder-menu ul.folder-menu-list:after {
  clear: both;
}

.folder-menu ul.folder-menu-list li {
  position: relative;
}

.folder-menu ul.folder-menu-list li.pjax:after {
  -webkit-animation-name: pjax-loading;
  -moz-animation-name: pjax-loading;
  -o-animation-name: pjax-loading;
  animation-name: pjax-loading;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  position: absolute;
  content: '\e645';
  right: 20px;
  top: 0;
  font-family: 'icon-font';
}

.folder-menu ul.folder-menu-list li:hover {
  background-color: #f5f5f5;
}

.folder-menu ul.folder-menu-list li.on {
  color: #4CACE2;
}

.folder-menu ul.folder-menu-list li.on a {
  color: #4CACE2;
}

.folder-menu ul.folder-menu-list li.on .v-line {
  display: block;
}

.folder-menu ul.folder-menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 52px;
  font-size: 12px;
  color: #333;
}

.folder-menu ul.folder-menu-list li .v-line {
  display: none;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 34px;
  background-color: #4CACE2;
}

.pjax-loading {
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -ms-transition: all 3s ease-in-out 0s;
  -o-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 51;
  width: 0;
  height: 2px;
  background-color: #FFF;
}

.slider,.slider-switch {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  min-width: 32px;
  height: 10px;
  margin: 5px 0 0 10px;
}

.slider.on i.slider-ball,.on.slider-switch i.slider-ball {
  left: inherit;
  right: -4px;
}

.slider span.slider-bg,.slider-switch span.slider-bg {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=27);
  opacity: 0.27;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #4CACE2;
  cursor: pointer;
}

.slider i.slider-ball,.slider-switch i.slider-ball {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -moz-box-shadow: 0px 2px 4px 0px rgba(16,19,21,0.22);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(16,19,21,0.22);
  box-shadow: 0px 2px 4px 0px rgba(16,19,21,0.22);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background-color: #4cace2;
  cursor: pointer;
}

.slider-switch.on span.slider-bg {
  background-color: #4CACE2;
}

.slider-switch.on i.slider-ball {
  background-color: #4cace2;
}

.slider-switch span.slider-bg {
  background-color: #ccc;
}

.slider-switch i.slider-ball {
  background-color: #ccc;
}

.width1 {
  width: 1%;
}

.width2 {
  width: 2%;
}

.width3 {
  width: 3%;
}

.width4 {
  width: 4%;
}

.width5 {
  width: 5%;
}

.width6 {
  width: 6%;
}

.width7 {
  width: 7%;
}

.width8 {
  width: 8%;
}

.width9 {
  width: 9%;
}

.width10 {
  width: 10%;
}

.width11 {
  width: 11%;
}

.width12 {
  width: 12%;
}

.width13 {
  width: 13%;
}

.width14 {
  width: 14%;
}

.width15 {
  width: 15%;
}

.width16 {
  width: 16%;
}

.width17 {
  width: 17%;
}

.width18 {
  width: 18%;
}

.width19 {
  width: 19%;
}

.width20 {
  width: 20%;
}

.width21 {
  width: 21%;
}

.width22 {
  width: 22%;
}

.width23 {
  width: 23%;
}

.width24 {
  width: 24%;
}

.width25 {
  width: 25%;
}

.width26 {
  width: 26%;
}

.width27 {
  width: 27%;
}

.width28 {
  width: 28%;
}

.width29 {
  width: 29%;
}

.width30 {
  width: 30%;
}

.width31 {
  width: 31%;
}

.width32 {
  width: 32%;
}

.width33 {
  width: 33%;
}

.width34 {
  width: 34%;
}

.width35 {
  width: 35%;
}

.width36 {
  width: 36%;
}

.width37 {
  width: 37%;
}

.width38 {
  width: 38%;
}

.width39 {
  width: 39%;
}

.width40 {
  width: 40%;
}

.width41 {
  width: 41%;
}

.width42 {
  width: 42%;
}

.width43 {
  width: 43%;
}

.width44 {
  width: 44%;
}

.width45 {
border-left:1px solid #666;
  width: 45%;
}

.width46 {
  width: 46%;
}

.width47 {
  width: 47%;
}

.width48 {
  width: 48%;
}

.width49 {
  width: 49%;
}

.width50 {
  width: 50%;
}

.width51 {
  width: 51%;
}

.width52 {
  width: 52%;
}

.width53 {
  width: 53%;
}

.width54 {
  width: 54%;
}

.width55 {
  border-left:1px solid #666;
  width: 55%;
}

.width56 {
  width: 56%;
}

.width57 {
  width: 57%;
}

.width58 {
  width: 58%;
}

.width59 {
  width: 59%;
}

.width60 {
  width: 60%;
}

.width61 {
  width: 61%;
}

.width62 {
  width: 62%;
}

.width63 {
  width: 63%;
}

.width64 {
  width: 64%;
}

.width65 {
  border-left:1px solid #666;
  width: 65%;
}

.width66 {
  width: 66%;
}

.width67 {
  width: 67%;
}

.width68 {
  width: 68%;
}

.width69 {
  width: 69%;
}

.width70 {
  width: 70%;
}

.width71 {
  width: 71%;
}

.width72 {
  width: 72%;
}

.width73 {
  width: 73%;
}

.width74 {
  width: 74%;
}

.width75 {
  width: 75%;
}

.width76 {
  width: 76%;
}

.width77 {
  width: 77%;
}

.width78 {
  width: 78%;
}

.width79 {
  width: 79%;
}

.width80 {
  width: 80%;
}

.width81 {
  width: 81%;
}

.width82 {
  width: 82%;
}

.width83 {
  width: 83%;
}

.width84 {
  width: 84%;
}

.width85 {
  width: 85%;
}

.width86 {
  width: 86%;
}

.width87 {
  width: 87%;
}

.width88 {
  width: 88%;
}

.width89 {
  width: 89%;
}

.width90 {
  width: 90%;
}

.width91 {
  width: 91%;
}

.width92 {
  width: 92%;
}

.width93 {
  width: 93%;
}

.width94 {
  width: 94%;
}

.width95 {
  width: 95%;
}

.width96 {
  width: 96%;
}

.width97 {
  width: 97%;
}

.width98 {
  width: 98%;
}

.width99 {
  width: 99%;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
  position: relative;
}

.loading {
  width: 100%;
  background: #FFF url(//img.alicdn.com/tps/i1/T1cKm3XkRpXXXXXXXX-48-48.gif) no-repeat center center;
}

.no-border {
  border: 0 !important;
}

.search {
  position: relative;
  margin: 0;
  font-size: 0;
}

.search input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 220px;
  height: 33px;
  line-height: 33px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  outline: none;
  color: #666;
}

.search input:focus {
  width: 300px;
  border-color: #999;
}

.search .search-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #999;
}

.search .search-button:hover {
  color: #000;
}

.search .search-button.j-search-clear {
  visibility: hidden;
}

.word-limit {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
}

.word-limit em.red {
  color: red;
}

.scroll-bar {
  display: inline-block;
}

.scroll-bar.disabled {
  cursor: default;
}

.scroll-bar li {
  position: relative;
  float: left;
  width: 61px;
  height: 10px;
  background-color: #EEE;
  border-right: 1px solid #DDD;
  cursor: pointer;
}

.scroll-bar li.selected {
  background-color: #FF7500;
}

.scroll-bar li i {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iMS4xMDIyMDgiIHgyPSIwLjcxOTE4NiIgeTI9Ii0wLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGY0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjYzQ5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(70deg, #ff8f4a,#fcc495);
  background-image: -webkit-linear-gradient(70deg, #ff8f4a,#fcc495);
  background-image: linear-gradient(20deg, #ff8f4a,#fcc495);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  right: -10px;
  top: -6px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-color: #FF7500;
  border: 1px solid #FFF;
}

.tabs .tab-head li {
  float: left;
  position: relative;
  padding: 15px 30px;
  border: 1px solid #DDD;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  background-color: #EEE;
}

.tabs .tab-head li.first {
  border-left: 1px solid #DDD;
}

.tabs .tab-head li.on {
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}

.tabs .tab-head li:hover {
  color: #333;
}

.tabs .tab-item {
  margin-top: -1px;
  padding: 20px;
  border: 1px solid #DDD;
}

.quick-menu {
  z-index: 10;
  position: fixed;
  right: 0px;
  top: 200px;
  font-size: 12px;
  display: none;
}

.quick-menu li {
  width: 39px;
  position: relative;
  padding-right: 12px;
  right: -12px;
  margin-bottom: 5px;
  color: #fff;
  line-height: 1.4;
  transition: all .2s;
}

.quick-menu li:hover {
  right: 0;
}

.quick-menu a {
  display: block;
  height: 100%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 10px 0 10px;
}

.quick-menu li.wangwang {
  background-color: #4cace2;
}

.quick-menu li.open-product {
  background-color: #ff9100;
}

.quick-menu li.quick-start {
  background-color: #ff7500;
}

.to-top {
  position: fixed;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #bababa;
  bottom: 20px;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  color: #fff;
}

.to-top:hover {
  background-color: #999;
}

.to-top .span {
  font-size: 18px;
}

.footer a {
  margin: 0 8px;
  letter-spacing: 1px;
  color: #aaa;
  font-size: 12px;
}

.all-notice {
  position: relative;
  z-index: 100;
  width: 100%;
  font-size: 0;
}

.all-notice .notice {
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  cursor: default;
  color: #333;
  background-color: #FFF8F2;
}

.all-notice .close-notice {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
