* {
  -webkit-text-size-adjust: none;
}

html {
  overflow-y: scroll;
}

html,
body {
  text-align: left;
}

body,
input,
textarea,
select,
button {
  font: 12px "Microsoft YaHei", Verdana, arial, sans-serif;
  line-height: 22px;
}

input,
textarea,
select,
button {
  vertical-align: middle;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

body,
ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

ul,
dl {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #3278e6;
  blur: expression(this.blur());
}

a:hover {
  outline: none;
  color: #78aaf0;
  text-decoration: none;
}

.hr {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto;
}

.w1300 {
  clear: both;
  margin: auto;
  width: 1300px;
  height: 100%;
}

.w990 {
  clear: both;
  margin: auto;
  width: 990px;
}

.w960 {
  clear: both;
  margin: auto;
  width: 960px;
}

.w920 {
  clear: both;
  margin: auto;
  width: 920px;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 10px;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.box {
  clear: both;
  height: 0px;
}

*html .box {
  display: inline;
  clear: both;
}

.fontwhite {
  color: #fff !important;
}

.fontblue {
  color: #3278e6 !important;
}

.fontred {
  color: #f00 !important;
}

.fontorange {
  color: #ff7800 !important;
}

a.fontwhite:hover {
  color: #d2d2d2 !important;
}

.relative {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tr {
  text-align: right;
}

.hide {
  display: none;
}

.mt5px_ie6 {
  _margin-top: 5px;
}

.mt6px_ie6 {
  _margin-top: 6px;
}

.mt10px {
  margin-top: 10px;
}

.mt20px {
  margin-top: 20px;
}

.mb10px {
  margin-bottom: 10px;
}

.mr10px {
  margin-right: 10px;
}

.ml10px {
  margin-left: 10px;
}

.p5px {
  padding: 5px;
}

.p10px {
  padding: 10px;
}

.pt10px {
  padding-top: 10px;
}

.p20px {
  padding: 20px;
}

.pl10px {
  padding-left: 10px;
}

.pl40px {
  padding-left: 40px;
}

.pl5em {
  padding-left: 5em;
}

.t2em {
  text-indent: 2em;
}

.hidden {
  display: none;
}

.hide_word {
  text-indent: -65535px;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.yahei {
  font-family: "Microsoft YaHei", arial, sans-serif;
}

.font12px {
  font-size: 12px;
}

.font14px {
  font-size: 14px;
}

.font16px {
  font-size: 16px;
}

.fontnormal {
  font-weight: normal;
}
/* 新版云打印头部 */
.header {
  position: relative;
  height: 90px;
  z-index: 100;
  min-width: 990px;
  background-color: #444444;
}

.header-new {
  clear: both;
  margin: auto;
  width: 1300px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-new .logo-head-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-new .logo-head-nav .logo {
  width: 116px;
  height: 32px;
  margin-right: 80px;
}

.header-new .logo-head-nav .logo a {
  display: inline-block;
  width: 116px;
  height: 32px;
}

.header-new .logo-head-nav .logo a img {
  width: 100%;
  height: 100%;
}

.head-nav {
  height: 90px;
}

.head-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.head-nav ul .head-noborder {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 65px;
}

/* .head-nav ul .head-noborder .ico_select {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0082fa;
  position: relative;
  margin-left: -50%;
  top: 18px;
} */

.head-nav ul .head-noborder a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}

.head-nav ul .head-noborder a:hover {
  color: #0082fa;
}

.head-nav ul .head-noborder .head-nav-select {
  color: #0082fa;
}

/* .head-nav ul .head-noborder a .ico_select {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0082fa;
  position: relative;
} */

.head-nav ul .head-noborder-cp .ico_triangle {
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 5px;
  vertical-align: middle;
  background: url("https://www.kuaidi100.com/images/arrow-down.png") no-repeat center center;
}

.head-nav ul .head-noborder-cp:hover .ico_triangle {
  background: url("https://www.kuaidi100.com/images/arrow-up.png") no-repeat center center;
}

.head-nav ul .head-noborder-cp:hover .cloud-product {
  display: block;
  animation: hideIndex 0.3s;
  -moz-animation: hideIndex 0.3s;
  /* Firefox */
  -webkit-animation: hideIndex 0.3s;
  /* Safari and Chrome */
  -o-animation: hideIndex 0.3s;
  /* Opera */
}

@keyframes hideIndex {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.head-nav ul .head-noborder-badge {
  position: relative;
}

.head-nav ul .head-noborder-badge .badge {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 16px;
  background: url(https://cdn.kuaidi100.com/images/newsent/ico_new_tag.png) no-repeat;
}
/* 新版云打印头部结束 */

.head-city {
  float: left;
  height: 25px;
  margin-top: 30px;
  font-size: 16px;
  border-left: solid 1px #d2d2d2;
  padding-left: 5px;
  width: 80px;
  cursor: pointer;
}

.divide-border {
  border-left: solid 1px #d2d2d2;
  height: 26px;
  margin-left: 10px;
  margin-top: -30px;
  vertical-align: middle;
  display: inline-block;
}
/* 新版云打印头部 */
.header .header-handler {
  width: 60px;
  height: 30px;
  background: #ff9631;
  border-radius: 4px;
}

.header .header-handler a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.cloud-product {
  z-index: 99;
  display: none;
  width: 1300px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -650px;
  background: #F8F8F8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.cloud-product .cloud-product-box {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}

.cloud-product .cloud-product-box .cloud-product-hardware {
  padding-top: 30px;
  width: 800px;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-title {
  padding-left: 36px;
  font-size: 14px;
  line-height: 14px;
  color: #6C7073;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-title .hardware-title-act {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list {
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 400px;
  height: 253px;
  border-bottom: 2px solid #F0F1F2;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list .box-content {
  display: flex;
  transition: all 0.2s;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list .box-content img {
  width: 122px;
  height: 117px;
  margin-right: 35px;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list .box-content .box-text p {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  margin-bottom: 15px;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list .box-content .box-text .p1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list:hover .box-content {
  background-color: #FFFFFF;
  padding: 30px;
  margin-top: -20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.cloud-product .cloud-product-box .cloud-product-hardware .hardware-box .hardware-box-list::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 193px;
  top: 50%;
  transform: translateY(-97px);
  right: 0;
  background: #F0F1F2;
}

.cloud-product .cloud-product-box .cloud-product-software {
  padding-top: 30px;
  width: 400px;
}

.cloud-product .cloud-product-box .cloud-product-software .software-title {
  font-size: 14px;
  line-height: 14px;
  color: #6C7073;
  padding-left: 36px;
}

.cloud-product .cloud-product-box .cloud-product-software .software-title .software-title-act {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box .software-box-list {
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 400px;
  height: 253px;
  border-bottom: 2px solid #F0F1F2;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box .software-box-list .box-content {
  display: flex;
  transition: all 0.2s;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box .software-box-list .box-content img {
  width: 122px;
  height: 117px;
  margin-right: 35px;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box .software-box-list .box-content .box-text p {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  margin-bottom: 15px;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box .software-box-list .box-content .box-text .p1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.cloud-product .cloud-product-box .cloud-product-software .software-box .software-box-list:hover .box-content {
  background-color: #FFFFFF;
  padding: 30px;
  margin-top: -20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
/* 新版云打印头部结束 */


.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background: #ff7800;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
}

.btn:hover {
  background-color: #ff961e;
  color: #fff !important;
  text-decoration: none;
}

a.btn-default {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

a.btn-yellow {
  display: inline-block;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #ff7800;
}

a.btn-yellow:hover {
  background-color: #ff961e;
  color: #fff;
  text-decoration: none;
}

a.btn-yellow.disabled,
a.btn-yellow.disabled:hover {
  background-color: #bfc6d0;
  cursor: not-allowed;
}

a.btn-yellow:focus,
a.btn-yellow:active {
  background-color: #e66414;
}

a.btn-blue {
  display: inline-block;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #3278e6;
}

a.btn-blue:hover {
  background-color: #78aaf0;
  color: #fff;
  text-decoration: none;
}

a.btn-blue:focus,
a.btn-blue:active {
  background-color: #2864c8;
}

.inp-default {
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  outline: none;
}

.inp-default:focus {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
}

.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}

.close:hover::before,
.close:hover::after {
  background: #ff961e;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 60%;
  top: 50%;
  left: 20%;
  margin-top: -1px;
  background: #fff;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.user-box {
  float: right;
  position: relative;
  z-index: 99;
}

.user-info li {
  max-width: 158px;
  margin: 0;
}

.user-info ul li a {
  /* width: 160px; */
  padding-left: 2px;
  *padding-left: 0px;
  padding-top: 24px;
}

/* .user-info ul li:hover {
  border-top: 1px solid #ff7800;
} */
.user-box ul ul {
  left: auto;
}

.user-info ul ul li a {
  color: #000;
  float: none;
  padding-right: 0px;
  width: 100%;
  text-align: center;
}

.user-info .user-img {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  *padding-bottom: 0px;
  *bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}

.user-img img {
  border-radius: 50%;
  width: 35px;
  /*height: 35px;*/
  overflow: hidden;
}

.user-info ul .user-name {
  overflow: hidden;
  /* width: 135px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 100px;
  *width: 100px;
  vertical-align: middle;
  display: inline-block;
}

a.btn-login:hover {
  text-decoration: none;
  background-color: #aaaaaa;
  border: 1px solid #aaaaaa;
}

a.btn-login:active,
a.btn-login:focus {
  text-decoration: none;
  background-color: #2864c8;
}

a.btn-login,
a.btn-reg {
  line-height: 30px;
  height: 30px;
  width: 70px;
  font-size: 14px;
}

a.btn-reg {
  border: 1px solid #ff7800;
  background-color: #ff7800;
  color: #ffffff;
}

a.btn-reg:hover {
  text-decoration: none;
  background-color: #ff961e;
  border: 1px solid #ff961e;
}

a.btn-reg:active,
a.btn-reg:focus {
  text-decoration: none;
  background-color: #2864c8;
}

a.btn-login {
  margin-left: 5px;
  border: 1px solid #969696;
  background-color: #969696;
  color: #ffffff;
}

#welcome {
  position: relative;
  top: 28px;
  color: #515151;
}

.sign a {
  color: #515151;
  font-size: 16px;
  padding: 0 5px;
  line-height: 1.8em;
}

.sign a:hover {
  color: #3278e6;
}

.sign i {
  color: #bbb;
  font-size: 16px;
  font-style: normal;
}

.head-tip {
  min-width: 990px;
  width: 100%;
  height: 50px;
  background: center center no-repeat;
}

.head-tip-btn {
  vertical-align: middle;
  line-height: 35px;
  height: 35px;
  width: 100px;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  right: 55px;
  top: 8px;
  z-index: 3;
}

.head-tip-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.tips {
  padding: 8px;
  line-height: 24px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: left;
}

.tips-close {
  display: block;
  float: right;
  z-index: 2;
  height: 22px;
  width: 22px;
  margin-top: 6px;
  margin-right: 2px;
  background: url("/images/spider_search_v4.png") no-repeat 3px -1283px;
  cursor: pointer;
}

.tips-close.result-close {
  margin-right: 10px;
  margin-top: 16px;
}

.tips-close:hover {
  background: url("/images/spider_search_v4.png") no-repeat -33px -1283px;
}

.tips dl {
  margin-left: 36px;
}

.tips dt {
  font-weight: bold;
}

.tips dd {
  font-family: "瀹嬩綋";
}

.tips p {
  line-height: 30px;
  padding-left: 35px;
  font-size: 14px;
  background: url("https://cdn.kuaidi100.com/images/spider_search_v4.png") 10px -199px no-repeat;
  color: #ff7800;
}

.foot-follow {
  padding: 20px 0;
  height: 30px;
}

.ft-info-social {
  float: left;
  width: 500px;
}

.ft-info-social dt {
  display: inline-block;
  float: left;
  line-height: 32px;
  font-size: 16px;
  color: #828282;
}

.ft-info-social dd a {
  display: inline-block;
  margin: 0 6px;
  /*position: relative;*/
}

.ft-social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/images/spider_base_v4.png") no-repeat 0 -50px;
  overflow: hidden;
}

.ft-social-weibo .ft-social-icon {
  background-position: -50px -50px;
}

.ft-wx-code {
  display: none;
  position: absolute;
  width: 150px;
  height: 174px;
  background: url(/images/spider_base_v4.png) no-repeat 0px -160px;
  margin-left: -60px;
  margin-top: -210px;
  *margin-left: -92px;
  *margin-top: -174px;
  z-index: 1;
}

.ft-social-wx:hover div {
  display: block;
}

.ft-social-qq .ft-social-icon {
  background-position: -100px -50px;
}

.ft-select-lang {
  float: right;
  font-size: 16px;
}

.ft-social-sw .ft-social-icon {
  background-position: -151px -50px;
}

.ft-sw-code {
  display: none;
  position: absolute;
  width: 150px;
  height: 174px;
  background: url("https://cdn.kuaidi100.com/images/spider_base_v4.png?version=201701161530") no-repeat 0px -442px;
  margin-left: -58px;
  margin-top: -215px;
  *margin-left: -91px;
  *margin-top: -178px;
  z-index: 1;
}

.ft-social-sw:hover div {
  display: block;
}

.footer {
  background: #eff2f5;
}

.foot-link {
  padding: 20px 0;
}

.foot-link,
.foot-link a {
  color: #828282;
  font-size: 14px;
  line-height: 25px;
}

.foot-link,
.foot-link a:hover {
  color: #3278e6;
}

.foot-link dt {
  line-height: 35px;
  font-size: 14px;
  color: #323232;
}

.foot-link dl {
  float: left;
  width: 150px;
}

.foot-code {
  background: url("/images/index/spider_index_v4.png") 0px -535px no-repeat;
  float: right;
  width: 127px;
  padding-top: 127px;
  color: #aaaaaa;
}

.foot-code.foot-code-sjd {
  background: url("/images/index/spider_index_v4.png?version=20170926") -170px -535px no-repeat;
  margin-right: 10px;
}

.footCpoyright {
  width: 680px;
  margin: 10px auto;
}

.footCpoyright li {
  margin-left: 8px;
  line-height: 30px;
  white-space: nowrap;
  float: left;
  color: #aaaaaa;
}

.footCpoyright a {
  color: #aaaaaa;
}

.footCpoyright a:hover {
  color: #3278e6;
}

.ft-kingde-log {
  display: block;
  width: 67px;
  height: 30px;
  background: url("/images/spider_base_v4.png") 0px -330px;
}

.valid {
  margin: auto;
  width: 350px;
  clear: both;
  height: 60px;
}

.valid li {
  display: inline-block;
  float: left;
}

.valid li a {
  display: block;
  width: 50px;
  height: 50px;
}

.valid .sznet01 {
  background: url("/images/spider_base_v4.png") 6px -98px;
}

.valid .sznet02 {
  background: url("/images/spider_base_v4.png") -43px -98px;
}

.valid .sznet03 {
  background: url("/images/spider_base_v4.png") -92px -98px;
}

.valid .sznet04 {
  background: url("/images/spider_base_v4.png") -145px -98px;
}

.valid .sznet05 {
  width: 105px;
  background: url("/images/spider_base_v4.png") 0 -628px;
}

.send-box {
  padding: 8px;
  line-height: 40px;
  border: 1px solid #d2d2d2;
}

.send-box .send-title {
  font-size: 16px;
  text-align: center;
}

.send-box div {
  line-height: 36px;
}

.send-box hr {
  border: 1px dotted #d2d2d2;
}

.inp-send {
  padding: 5px 4px;
  height: 18px;
  line-height: 18px;
  font: 12px Verdana;
  border: 1px solid #d2d2d2;
}

.inp-send2 {
  width: 424px;
  height: 80px;
  padding: 5px 4px;
  font: 12px Verdana;
  resize: none;
  line-height: 20px;
  border: 1px solid #d2d2d2;
}

.btn-copy {
  width: 56px;
  height: 30px;
  line-height: 30px;
  *line-height: 26px;
  _line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  overflow: hidden;
  border: 0px;
  color: #fff;
  background-color: #3278e6;
}

.send-box .hover {
  background-color: #78aaf0;
}

.inp-send,
.inp-send2 {
  width: 444px;
  outline: none;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  width: 100%;
  height: 100%;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}

.fullscreen .full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.7);
  opacity: 0.7;
  filter: alpha(opacity=70);
  _display: none;
}

.fullscreen .full-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen .send-box {
  margin: 450px auto 0;
  width: 592px;
  background-color: #fff;
}

.box-shadow {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#828282, direction=120, strength=3);
  -moz-box-shadow: 1px 10px 20px #828282;
  -webkit-box-shadow: 1px 10px 20px #828282;
  box-shadow: 1px 10px 20px #828282;
}

/*nav-crumbs*/
.nav-crumbs {
  line-height: 50px;
  font-size: 14px;
  color: #828282;
  height: 50px;
}

.nav-crumbs a {
  display: inline-block;
  padding: 0 5px;
  color: #828282;
}

.nav-crumbs a:hover {
  color: #3278e6;
}

/* nav-capsule */
.nav-capsule {
  text-align: center;
}

.nav-capsule a {
  display: inline-block;
  margin: 15px;
  border: 1px solid #dedede;
  border-radius: 40px;
  font-size: 14px;
  color: #333;
  padding: 0.4em 2.5em;
}

.nav-capsule a.active,
.nav-capsule a:hover {
  background: #3278e6;
  border: 1px solid #3278e6;
  color: #fff;
}

.animation_paused {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

/*feedback*/
.fix-box-middle {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 500;
}

.fix-box-middle .ctrl-btn-1 {
  display: block;
  margin-bottom: 5px;
  width: 48px;
  height: 58px;
  background: url("/images/index/spider_index_v4.png") 0px -942px no-repeat;
  cursor: pointer;
}

.fix-box-middle .ctrl-btn-1:hover {
  background-position: -140px -942px;
}

.fix-box-middle .ctrl-btn-2 {
  display: block;
  margin-bottom: 5px;
  width: 48px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: url(/images/sz/sz_icon.png) 13px -469px no-repeat #2864c8;
}

.fix-box-middle .ctrl-btn-3 {
  background-position: -58px -469px;
  margin-bottom: 18px;
}

.fix-box-middle .ctrl-btn-2:hover {
  background-color: #78aaf0;
}

.btn-ok {
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #289646;
}

.btn-cancel {
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #289646;
}

.icon-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
  margin-left: 3px;
  border-top: 4px solid #b9b9b9;
}

li:hover .icon-down {
  border-bottom: 4px solid #b9b9b9;
  border-top: none;
}

.bg-section {
  min-width: 990px;
  height: 167px;
  margin-top: -1px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
}

img[src=""] {
  opacity: 0;
  filter: alpha(opacity=0);
}

.global-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.global-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.global-loading {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  background-image: url(/images/loading_global.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  animation: loading 1s steps(1) infinite;
  -webkit-animation: loading 1s steps(1) infinite;
  background-size: 300px auto;
}

@keyframes loading {
  0% {
    background-position: 0 0;
  }

  12.5% {
    background-position: -60px 0;
  }

  25% {
    background-position: -120px 0;
  }

  37.5% {
    background-position: -180px 0;
  }

  50% {
    background-position: -240px 0;
  }

  62.5% {
    background-position: -180px 0;
  }

  75% {
    background-position: -120px 0;
  }

  87.5% {
    background-position: -60px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes loading {
  0% {
    background-position: 0 0;
  }

  12.5% {
    background-position: -60px 0;
  }

  25% {
    background-position: -120px 0;
  }

  37.5% {
    background-position: -180px 0;
  }

  50% {
    background-position: -240px 0;
  }

  62.5% {
    background-position: -180px 0;
  }

  75% {
    background-position: -120px 0;
  }

  87.5% {
    background-position: -60px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-moz-keyframes loading {
  0% {
    background-position: 0 0;
  }

  12.5% {
    background-position: -60px 0;
  }

  25% {
    background-position: -120px 0;
  }

  37.5% {
    background-position: -180px 0;
  }

  50% {
    background-position: -240px 0;
  }

  62.5% {
    background-position: -180px 0;
  }

  75% {
    background-position: -120px 0;
  }

  87.5% {
    background-position: -60px 0;
  }

  100% {
    background-position: 0 0;
  }
}

.user-img i {
  position: absolute;
  top: -22px;
  left: 0;
  background: #ff7f02;
  font-size: 10px;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  font-style: normal;
  white-space: nowrap;
  line-height: 1.5;
  /* -webkit-transform: scale(.9); */
}

.user-img i:after {
  position: absolute;
  bottom: -3px;
  left: 10px;
  content: "";
  border-top: 4px solid #ff7f02;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#mask,
.mask-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 115;
  display: none;
}

#mask:before,
.mask-dialog:before {
  content: "";
  background-color: #637691;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#mask .dialog,
.mask-dialog .dialog {
  position: relative;
  min-width: 500px;
  max-width: 80%;
  margin: 150px auto 0;
}

.dialog .message {
  font-size: 16px;
}

.mask-dialog .dialog {
  width: 400px;
  min-width: auto;
}

.dialog .dialog-title {
  color: #fff;
  background: #448ef3;
  font-size: 16px;
  text-align: center;
  line-height: 3em;
}

.dialog .dialog-content {
  background: #fff;
  padding: 20px;
  min-height: 60px;
}

.dialog .dialog-close {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(https://cdn.kuaidi100.com/images/spider_search_v4.png) no-repeat 3px -1283px;
  cursor: pointer;
}

.dialog .dialog-close:hover {
  opacity: 0.8;
}

.dialog-footer {
  display: table;
  background: #fff;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

.dialog-footer .dialog-btn {
  display: table-cell;
  color: #448ef3;
  background: #fff;
  outline: none;
  border: none;
  font-size: 16px;
  padding: 10px 0;
  border-right: 1px solid #d7d7d7;
  text-align: center;
}

[role-slot] {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
  opacity: 0;
}

[role-slot]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 44px;
  width: 50px;
  height: 22px;
  -webkit-animation: loading 2s steps(4, end) infinite;
  animation: loading 2s steps(4, end) infinite;
}

@-webkit-keyframes loading {
  to {
    margin-left: 60px;
  }
}

@keyframes loading {
  to {
    margin-left: 60px;
  }
}

[role-slot] img {
  max-width: 100%;
}

[role-slot] .close {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  z-index: 5;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  padding: 0 0.5em;
}

[role-slot] .close:before {
  display: none;
}

[role-slot] .close:after {
  position: static;
  content: "+";
  display: inline-block;
  height: auto;
  width: auto;
  background: transparent;
  vertical-align: -1px;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}