﻿@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
a,
hr {
  padding: 0;
}
a,
button,
input,
select,
textarea,
hr {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type=checkbox],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
img,
object {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
input {
  font-family: "microsoft yahei";
  -webkit-appearance: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
}
em,
i {
  font-style: normal;
}
/*==== CSS Reset end ====*/
body {
  font-family: "SimHei", "Segoe UI", "Lucida Grande", "STHeiti Light", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #555555;
  font-family: "微软雅黑";
  position: relative;
  padding-right: 0 !important;
  overflow: hidden;
}
@font-face {
  font-family: 'iconfont';
  src: url('http://at.alicdn.com/t/font_494669_39mok7s9bnunb3xr.eot');
  src: url('http://at.alicdn.com/t/font_494669_39mok7s9bnunb3xr.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_494669_39mok7s9bnunb3xr.woff') format('woff'), url('http://at.alicdn.com/t/font_494669_39mok7s9bnunb3xr.ttf') format('truetype'), url('http://at.alicdn.com/t/font_494669_39mok7s9bnunb3xr.svg#iconfont') format('svg');

  /* project id 494669 */
}
.iconfont {
  font-family: 'iconfont';
  font-size: 16px;
}
* {
  outline: none;
}
hr {
  background: #dfdfdf;
  height: 1px;
  border: none;
}
.red {
  color: red;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* button */
/* button end */
/* animation */
.animation {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.fadeInLeft {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
.fadeInRight {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}
.fadeInUp {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}
.fadeInDown {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.active-animeta {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* hp animation end */
/* aside */
.aside-right {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 9999;
  border: 1px solid #dfdfdf;
}
.aside-right .aside-list {
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 0;
  background: #ffffff;
}
.aside-right .aside-list li {
  width: 100%;
  min-height: 30px;
  padding: 3px 20px;
  position: relative;
}
.aside-right .aside-list li:last-child {
  border: none;
}
.aside-right .aside-list li img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}
.aside-right .aside-list li a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 22px;
  font-size: 12px;
  overflow: hidden;
  color: #333333;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #0c82d5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.aside-right .aside-list li a:hover {
  background: #0c82d5;
  color: #ffffff;
}
.aside-right .aside-list li a:hover .iconfont {
  color: #ffffff;
}
.aside-right .aside-list li a > div {
  display: table-cell;
  vertical-align: middle;
}
.aside-right .aside-list li a span {
  display: block;
  margin-top: 5px;
}
.aside-right .aside-list li a .iconfont {
  float: left;
  font-size: 22px;
  margin: 0;
  color: #ffffff;
  line-height: 32px;
}
.aside-right .aside-list li a .qq {
  font-size: 18px;
}
.aside-right .aside-list li a p {
  display: inline-block;
  float: right;
  line-height: 32px;
  color: #ffffff;
}
/* aside end */
.page-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.4);
}
/* filp */
.taobao-pup-box {
  display: none;
  background: #ffffff;
  width: 550px;
  height: 330px;
  -webkit-box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  z-index: 99;
  padding: 0 30px;
}
.taobao-pup-box h5 {
  margin-top: 25px;
  font-size: 16px;
  margin-bottom: 5px;
}
.taobao-pup-box p {
  max-width: 460px;
  line-height: 25px;
  padding-top: 20px;
}
.taobao-pup-box img {
  height: 100px;
  display: block;
  margin: 15px auto;
}
.taobao-pup-box .red {
  color: #FF0000;
  margin-top: 15px;
}
.taobao-pup-box > a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ff5500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  margin-top: 25px;
}
.taobao-pup-box h4 {
  font-size: 16px;
  margin: 0 -30px;
  line-height: 50px;
  background: #0c82d5;
  text-align: center;
  color: #ffffff;
}
.taobao-pup-box > span {
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
}
.weixin-pup-box {
  display: none;
  background: #ffffff;
  width: 550px;
  height: 355px;
  -webkit-box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  z-index: 99;
}
.weixin-pup-box > a {
  display: block;
  width: 150px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 15px;
  color: #0c82d5;
  margin-bottom: 25px;
}
.weixin-pup-box h4 {
  font-size: 16px;
  margin: 0 -30px;
  line-height: 50px;
  background: #0c82d5;
  text-align: center;
  color: #ffffff;
}
.weixin-pup-box > span {
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
}
.weixin-pup-box > p {
  color: #999999;
  text-align: center;
}
.weixin-pup-box .brief-box {
  padding: 20px 45px;
}
.weixin-pup-box .brief-box .brief {
  width: 260px;
  padding-top: 20px;
  float: left;
}
.weixin-pup-box .brief-box .brief img {
  height: 60px;
  display: block;
}
.weixin-pup-box .brief-box .brief p {
  line-height: 25px;
  color: #999999;
}
.weixin-pup-box .brief-box .brief p span {
  color: #555555;
}
.weixin-pup-box .brief-box > img {
  float: right;
  display: block;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.finish-pup-box {
  display: none;
  background: #ffffff;
  width: 550px;
  height: 300px;
  -webkit-box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px -3px 10px 1px rgba(0, 0, 0, 0.1), 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  z-index: 99;
}
.finish-pup-box h4 {
  font-size: 16px;
  margin: 0 -30px;
  line-height: 50px;
  background: #0c82d5;
  text-align: center;
  color: #ffffff;
}
.finish-pup-box > span {
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
}
.finish-pup-box > p {
  color: #999999;
  text-align: center;
}
.finish-pup-box .brief-box {
  padding: 20px 45px;
}
.finish-pup-box .brief-box .brief {
  width: 50%;
  padding-top: 20px;
  float: left;
}
.finish-pup-box .brief-box .brief span {
  display: block;
  font-size: 50px;
  text-align: center;
  color: #41b035;
}
.finish-pup-box .brief-box .brief p {
  color: #41b035;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.finish-pup-box .brief-box .brief > a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #41b035;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  margin-top: 40px;
}
.finish-pup-box .brief-box .img-box {
  width: 50%;
  float: right;
}
.finish-pup-box .brief-box .img-box p {
  margin-top: 15px;
  text-align: center;
  color: #999999;
}
.finish-pup-box .brief-box .img-box img {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
/* filp end */
/* alter mask */
.popup-box {
  display: none;
  overflow: hidden;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-left: -125px;
  margin-top: -125px;
}
.popup-box img {
  width: 100%;
  height: 100%;
}
/* alter mask end */
/* hp common title */
.page-common-title {
  text-align: center;
}
.page-common-title h4 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
}
.page-common-title div {
  height: 20px;
}
.page-common-title div img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
/* hp common title end */
/* page common banner */
.page-common-banner {
  width: 100%;
  height: 340px;
  margin-top: 80px;
  position: relative;
}
.page-common-banner .jqthumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* page common banner end */
/*===== header =====*/
.header-box {
  width: 100%;
  height: 90px;
  position: relative;
  background: #0c82d5;
  border-bottom: 1px solid #dfdfdf;
  z-index: 997;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-nav-box {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  position: relative;
}
.header-box .header-nav-logo {
  float: left;
  display: table;
  width: 360px;
  height: 90px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-nav-logo > div {
  text-align: left;
  display: table-cell;
  line-height: 90px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-nav-logo > div img {
  vertical-align: middle;
}
.header-box .header-nav-logo .logo {
  display: block;
/*   padding-top: 10px; */
}
.header-box .text-box {
  position:relative;
  *position:relative;
  float: left;
  *float:left;
  width: 470px;
  *width:470px;
}
.header-box .text-box h5 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-right: 130px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 15px;
}
.header-box .text-box p {
  color: #ffffff;
  text-align: right;
  font-size: 16px;
}
.result-header .text-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.result-header .collection {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.result-header .collection span {
  float: left;
  font-size: 20px;
}
.result-header .collection p {
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .header-box {
    width: 100%;
    height: 70px;
    position: relative;
    background: #0c82d5;
    border-bottom: 1px solid #dfdfdf;
    z-index: 997;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-box {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0 20px;
    text-align: center;
    position: relative;
  }
  .header-box .header-nav-logo {
    float: left;
    display: table;
    width: 360px;
    height: 70px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo > div {
    text-align: left;
    display: table-cell;
    line-height: 70px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo > div img {
    vertical-align: middle;
    height: 40px;
  }
  .header-box .header-nav-logo .logo {
    display: block;
  }
  .header-box .text-box {
    display: none;
    float: right;
    width: 380px;
  }
  .header-box .text-box h5 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 90px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .header-box .text-box p {
    color: #ffffff;
    text-align: right;
    font-size: 14px;
  }
  .header-box .collection {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
  }
  .header-box .collection span {
    float: left;
    font-size: 20px;
  }
  .header-box .collection p {
    float: left;
    margin-left: 10px;
  }
}
/*===== header end =====*/
/* footer */
footer {
  width: 100%;
  height: auto;
  color: #ffffff;
  padding-top: 30px;
  background: #0c82d5;
  text-align: left;
}
footer .fooer-content {
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 30px;
}
footer .fooer-content ul li {
  float: left;
  width: 25%;
}
footer .fooer-content ul li img {
  display: block;
  float: left;
  height: 45px;
}
footer .fooer-content ul li h5 {
  padding-left: 55px;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .fooer-content ul li p {
  padding-left: 55px;
  font-size: 12px;
}
footer .footer-copy-box {
  background: #363636;
  text-align: center;
}
footer .footer-copy-box p {
  margin: 0 auto;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
footer .footer-copy-box p a {
  float: right;
}
@media screen and (max-width: 1200px) {
  footer {
    width: 100%;
    height: auto;
    color: #ffffff;
    padding-top: 20px;
    background: #0c82d5;
    text-align: left;
  }
  footer .fooer-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  footer .fooer-content ul {
    padding: 0 30px;
  }
  footer .fooer-content ul li {
    float: left;
    width: 50%;
    margin: 10px 0;
  }
  footer .fooer-content ul li h5 {
    padding-left: 55px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .fooer-content ul li p {
    padding-left: 55px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    height: auto;
    color: #ffffff;
    padding-top: 20px;
    background: #0c82d5;
    text-align: left;
  }
  footer .fooer-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  footer .fooer-content ul {
    padding: 0 20px;
  }
  footer .fooer-content ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  footer .fooer-content ul li h5 {
    padding-left: 55px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .fooer-content ul li p {
    padding-left: 55px;
    font-size: 12px;
  }
}
/* footer end */
/* common css end */
/*=== index ===*/
.up-content-box {
  width: 100%;
  padding: 20px 0;
  background: #f2f2f2;
}
.up-content-box .up-content {
  width: 1170px;
  margin: 0 auto;
}
.up-content-box .up-content .up-content-left {
  float: left;
  width: 280px;
}
.up-content-box .up-content .up-content-left .download {
  background: #0c82d5;
  height: 80px;
  text-align: center;
  color: #ffffff;
  padding: 0 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.up-content-box .up-content .up-content-left .download p {
  float: left;
  line-height: 80px;
  margin-right: 20px;
  font-size: 16px;
}
.up-content-box .up-content .up-content-left .download span {
  float: right;
  line-height: 80px;
  font-size: 25px;
}
.up-content-box .up-content .up-content-left .download:hover {
  padding: 0 45px;
}
.up-content-box .up-content .up-content-left .range {
  background: #ffffff;
  margin-top: 10px;
}
.up-content-box .up-content .up-content-left .range h5 {
  line-height: 80px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 70px;
  color: #0c82d5;
  font-size: 22px;
  text-align: center;
}
.up-content-box .up-content .up-content-left .range ul {
  padding: 13px 30px 13px 40px;
}
.up-content-box .up-content .up-content-left .range ul li {
  position: relative;
}
.up-content-box .up-content .up-content-left .range ul li:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #0c82d5;
  position: absolute;
  top: 13px;
  left: -20px;
}
.up-content-box .up-content .up-content-left .range ul li p {
  line-height: 25px;
}
.up-content-box .up-content .up-content-left .range .img-box {
  width: 100%;
  height: 130px;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 25px 0;
}
.up-content-box .up-content .up-content-left .range .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.up-content-box .up-content .up-content-left .range .img-box p {
  font-size: 24px;
  position: relative;
  z-index: 2;
  padding: 5px 0;
}
.up-content-box .up-content .up-content-left .qr-box {
  padding: 30px;
  background: #ffffff;
  margin-top: 10px;
}
.up-content-box .up-content .up-content-left .qr-box img {
  display: block;
  width: 220px;
  height: 220px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.up-content-box .up-content .up-content-left > a {
  display: block;
  margin-top: 10px;
}
.up-content-box .up-content .up-content-left > a img {
  display: block;
}
.up-content-box .up-content .up-content-right {
   float: right;
  width: 870px;
}
.up-content-box .up-content .up-content-right .top {
  padding: 15px 20px;
  background: #ffffff;
}
.up-content-box .up-content .up-content-right .top ul li {
  color: #f23636;
  line-height: 25px;
  font-size: 12px;
  padding: 0px 0;
}
.up-content-box .up-content .up-content-right form .upload-list-table {
  width: 100%;
  background: #ffffff;
  margin-top: 10px;
  position: relative;
}
.up-content-box .up-content .up-content-right form .upload-list-table > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 30px;
  font-size: 12px;
  -webkit-border-radius: 0 0 0 18px;
  -moz-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 18px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.up-content-box .up-content .up-content-right form .upload-list-table .upload-list-menu {
  height: 45px;
  padding-top: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.up-content-box .up-content .up-content-right form .upload-list-table .upload-list-menu ul li {
  float: left;
  width: 140px;
  height: 35px;
  margin-right: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.up-content-box .up-content .up-content-right form .upload-list-table .upload-list-menu ul .curr {
  background: #0c82d5;
  color: #ffffff !important;
}
.up-content-box .up-content .up-content-right form .tab-content {
  display: none;
}
.up-content-box .up-content .up-content-right form .tab-content:first-child {
  display: block;
}
.up-content-box .up-content .up-content-right form .select-shop {
  width: 240px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.up-content-box .up-content .up-content-right form .select-shop .shop-name {
  float: right;
  display: block;
  width: 160px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
  line-height: 35px;
}
.up-content-box .up-content .up-content-right form .select-shop .iconfont {
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #555555;
  position: absolute;
  top: 15px;
  right: 15px;
}
.up-content-box .up-content .up-content-right form .select-shop ul {
  padding: 10px 0;
  display: none;
  width: 160px;
  border: 1px solid #dfdfdf;
  border-top: none;
  position: absolute;
  background: #ffffff;
  top: 35px;
  right: 0;
  z-index: 5;
}
.up-content-box .up-content .up-content-right form .select-shop ul li {
  width: 100%;
  height: 30px;
  background: #ffffff;
  line-height: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 15px;
  border: none;
}
.up-content-box .up-content .up-content-right form .select-shop ul li:hover {
  color: #0c82d5;
}
.up-content-box .up-content .up-content-right form .zuozhe input {
  width: 370px;
}
.up-content-box .up-content .up-content-right form .upload-one {
  padding: 20px 20px 10px 20px;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box {
/*   position: relative; */
  padding-bottom: 20px;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box p {
  float: left;
  line-height: 35px;
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box p span {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box .text-box > span {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  line-height: 35px;
}
    .up-content-box .up-content .up-content-right form .upload-one .input-box input {
        BORDER-BOTTOM: #dfdfdf 1px solid;
        BORDER-LEFT: #dfdfdf 1px solid;
        PADDING-LEFT: 0px\0;
        PADDING-RIGHT: 10px\0;
        *PADDING-LEFT: 0px;
        PADDING-LEFT: 10px\9 \0;
        PADDING-RIGHT: 10px\9 \0;
        *PADDING-RIGHT: 10px;
        WIDTH: 350px;
        FLOAT: left;
        line-height: 35px;
        HEIGHT: 35px;
        COLOR: #999999;
        BORDER-TOP: #dfdfdf 1px solid;
        BORDER-RIGHT: #dfdfdf 1px solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
.up-content-box .up-content .up-content-right form .upload-one .input-box input::-webkit-input-placeholder,
.up-content-box .up-content .up-content-right form .upload-one .input-box textarea::-webkit-input-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box input:-moz-placeholder,
.up-content-box .up-content .up-content-right form .upload-one .input-box textarea:-moz-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box input::-moz-placeholder,
.up-content-box .up-content .up-content-right form .upload-one .input-box textarea::-moz-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box input:-ms-input-placeholder,
.up-content-box .up-content .up-content-right form .upload-one .input-box textarea:-ms-input-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box > span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.up-content-box .up-content .up-content-right form .upload-one .input-box textarea {
  display: block;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  padding: 10px;
  line-height: 22px;
}
.up-content-box .up-content .up-content-right form .upload-one .textarea {
  margin-top: -15px;
  padding-bottom: 0px;
}
.up-content-box .up-content .up-content-right form .upload-one > p {
  color: #999999;
  width: 815px;
  line-height: 25px;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 70px;
  position: relative;
}
.up-content-box .up-content .up-content-right form .upload-one > p span {
  position: absolute;
  left: 0;
  top: 0;
}
.up-content-box .up-content .up-content-right form .upload-one .zuozhe .text-box {
  float: left;
}
.up-content-box .up-content .up-content-right form .upload-one .zuozhe .text-box input {
  width: 200px;
}
.up-content-box .up-content .up-content-right form .upload-one .zuozhe .text-box > span {
  margin-right: 30px;
  margin-left: 15px;
}
.up-content-box .up-content .up-content-right form .upload-one .zuozhe .select-shop {
  float: left;
  margin-left: 0px;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload {
  width: 100%;
  position: relative;
  border: none;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload p {
  margin-bottom: 10px;
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload p span {
  font-size: 14px;
  color: #999999;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload .upload-up-btn {
  float: left;
  width: 100px;
  height: 35px;
  background: #999999;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 35px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload .upload-up-btn span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload .data {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload input[type="file"] {
  width: 100px;
  height: 35px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.up-content-box .up-content .up-content-right form .upload-one .form-upload .file-name {
  float: left;
  width: 320px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
}
.up-content-box .up-content .up-content-right form .upload-one .one-upload .file-name {
  position: absolute;
  left: 110px;
  width: 320px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  border: none;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input p {
  margin-bottom: 20px;
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input p span {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input .upload-up-btn {
  float: left;
  width: 140px;
  height: 35px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 35px;
  margin-left: 10px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input .upload-up-btn span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input .data {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input input[type="file"] {
  width: 100px;
  height: 35px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.up-content-box .up-content .up-content-right form .upload-one .clone-input .file-name {
  float: left;
  width: 230px;
  height: 35px;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
}
.up-content-box .up-content .up-content-right form .upload-one .money {
  margin-top: 10px;
}
.up-content-box .up-content .up-content-right form .upload-one .money .red {
  font-weight: bold;
}
.up-content-box .up-content .up-content-right form .upload-multi .brief {
  padding: 20px 20px 0 20px;
}
.up-content-box .up-content .up-content-right form .upload-multi .brief h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.up-content-box .up-content .up-content-right form .upload-multi .brief > p {
  color: #999999;
  line-height: 22px;
  font-size: 12px;
}
.up-content-box .up-content .up-content-right form .upload-multi .brief .red {
  color: #f23636;
}
.up-content-box .up-content .up-content-right form .upload-multi .brief .case {
  line-height: 20px;
  padding: 0;
  padding-left: 40px;
  position: relative;
}
.up-content-box .up-content .up-content-right form .upload-multi .brief .case span {
  position: absolute;
  top: 0;
  left: 0;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload {
  padding: 0 20px 20px 20px;
  width: 100%;
  position: relative;
  border: none;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload p {
  margin-bottom: 20px;
  font-size: 16px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload p span {
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .text-box {
  float: left;
  width: 370px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .text-box p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .text-box input {
  width: 100%;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .text-box > a {
  float: left;
  display: block;
  width: 140px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  background: #f23636;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .text-box .upload-up-btn {
  float: left;
  width: 100px;
  height: 35px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 35px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .text-box .upload-up-btn span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop {
  float: left;
  margin-left: 40px;
  width: 160px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop .shop-name {
  float: none;
  display: block;
  width: 160px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
  line-height: 35px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop .iconfont {
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #555555;
  position: absolute;
  top: 45px;
  right: 15px;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop ul {
  padding: 10px 0;
  display: none;
  width: 160px;
  border: 1px solid #dfdfdf;
  border-top: none;
  position: absolute;
  background: #ffffff;
  top: 65px;
  right: 0;
  z-index: 5;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop ul li {
  width: 100%;
  height: 30px;
  background: #ffffff;
  line-height: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 15px;
  border: none;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .select-shop ul li:hover {
  color: #0c82d5;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .color-99 {
  background: #999999;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .data {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload input[type="file"] {
  width: 100px;
  height: 35px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.up-content-box .up-content .up-content-right form .upload-multi .form-upload .file-name {
  float: left;
  width: 320px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul {
  padding: 10px 20px 10px 20px;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li {
  margin-bottom: 10px;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li > div {
  background: #f2f2f2;
  float: left;
  width: 12.5%;
  height: 40px;
  line-height: 40px;
  color: #999999;
  text-align: center;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li > div:nth-child(2) {
  width: 25%;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li > div:last-child {
  border: none;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li > div .iconfont {
  font-size: 25px;
  color: #0c82d5;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li > div input {
  width: 90%;
  height: 30px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  color: #999999;
  padding: 0 10px;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li .download {
  color: #0c82d5;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li .delete a {
  display: block;
  color: #ffffff;
  background: #f23636;
  width: 70px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 30px;
  margin: 5px auto;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li .state-box {
  width: 90%;
  height: 20px;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li .state-box > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #0c82d5;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li:first-child {
  border: none;
  background: none;
  margin-bottom: 0;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li:first-child > div {
  background: none;
  height: 50px;
  line-height: 50px;
  color: #555555;
  border: none;
}
.up-content-box .up-content .up-content-right form .upload-multi > ul li:last-child {
  margin-bottom: 0;
}
.up-content-box .up-content .up-content-right form .pay-list-table {
  width: 100%;
  background: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.up-content-box .up-content .up-content-right form .pay-list-table .title {
  padding: 10px 20px 20px 20px;
}
.up-content-box .up-content .up-content-right form .pay-list-table .title h5 {
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .pay-list-table .title p {
  color: #999999;
  margin-top: 5px;
}
.up-content-box .up-content .up-content-right form .pay-list-table > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 35px;
  font-size: 12px;
  -webkit-border-radius: 0 0 0 18px;
  -moz-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 18px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu {
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul li {
  float: left;
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #dfdfdf;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul li img {
  width: 100%;
  height: 100%;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul li:after {
  content: "";
  border: 3px solid #41b035;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul li:nth-child(2):after {
  content: "";
  border: 3px solid #0089e0;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul li:nth-child(3):after {
  content: "";
  border: 3px solid #b1c10c;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul li .hot-img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.up-content-box .up-content .up-content-right form .pay-list-table .pay-list-menu ul .curr:after {
  opacity: 1;
}
.up-content-box .up-content .up-content-right form .pay-list-table .submit {
  font-family: "微软雅黑";
  width: 180px;
  height: 35px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border: none;
  margin-top: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.up-content-box .up-content .up-content-right form .pay-list-table .submit:hover {
  background: #1a9fff;
}
.up-content-box .up-content .up-content-right form .pay-union {
  padding: 20px 20px;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box {
  position: relative;
  padding-bottom: 5px;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box p {
  float: left;
  line-height: 35px;
  font-size: 14px;
  margin-right: 15px;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box p span {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box .text-box > span {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  line-height: 35px;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box input {
  float: left;
  width: 200px;
  height: 35px;
  color: #999999;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box input::-webkit-input-placeholder,
.up-content-box .up-content .up-content-right form .pay-union .input-box textarea::-webkit-input-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box input:-moz-placeholder,
.up-content-box .up-content .up-content-right form .pay-union .input-box textarea:-moz-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box input::-moz-placeholder,
.up-content-box .up-content .up-content-right form .pay-union .input-box textarea::-moz-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box input:-ms-input-placeholder,
.up-content-box .up-content .up-content-right form .pay-union .input-box textarea:-ms-input-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box > span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.up-content-box .up-content .up-content-right form .pay-union .input-box textarea {
  display: block;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  padding: 10px;
  line-height: 22px;
}
.up-content-box .up-content .up-content-right form .pay-union > p {
  color: #999999;
}
.up-content-box .up-content .up-content-right form .pay-taobao {
  padding: 20px 20px;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box {
  position: relative;
  padding-bottom: 20px;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box > p {
  float: left;
  line-height: 35px;
  margin-right: 15px;
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box > p span {
  font-size: 14px;
  color: #999999;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box input::-webkit-input-placeholder,
.up-content-box .up-content .up-content-right form .pay-taobao .input-box textarea::-webkit-input-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box input:-moz-placeholder,
.up-content-box .up-content .up-content-right form .pay-taobao .input-box textarea:-moz-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box input::-moz-placeholder,
.up-content-box .up-content .up-content-right form .pay-taobao .input-box textarea::-moz-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box input:-ms-input-placeholder,
.up-content-box .up-content .up-content-right form .pay-taobao .input-box textarea:-ms-input-placeholder {
  color: #999;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box input {
  float: left;
  width: 200px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  padding: 10px;
  border: 1px solid #dfdfdf;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box > span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box > a {
  float: left;
  display: block;
  width: 170px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ff5500;
  margin-left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.up-content-box .up-content .up-content-right form .pay-taobao .input-box > a p {
  display: inline-block;
  font-size: 14px;
}
.up-content-box .up-content .up-content-right form .pay-taobao > p {
  color: #999999;
}
.up-content-box .up-content .up-content-right .qa {
  padding: 20px 20px 10px 20px;
  background: #ffffff;
  margin-top: 20px;
}
.up-content-box .up-content .up-content-right .qa > h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.up-content-box .up-content .up-content-right .qa ul {
  border: 1px solid #dfdfdf;
}
.up-content-box .up-content .up-content-right .qa ul li .title {
  height: 35px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 34px;
  padding: 0 20px;
  position: relative;
}
.up-content-box .up-content .up-content-right .qa ul li .title .btn {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  position: absolute;
  top: -3px;
  right: 0;
}
.up-content-box .up-content .up-content-right .qa ul li .title .btn span {
  text-align: center;
  width: 30px;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  right: 30px;
  color: #0c82d5;
}
.up-content-box .up-content .up-content-right .qa ul li .title .btn span:last-child {
  font-size: 16px;
}
.up-content-box .up-content .up-content-right .qa ul li .title .btn .fu {
  -webkit-transform: scale(1, 0.7);
  -moz-transform: scale(1, 0.7);
  -ms-transform: scale(1, 0.7);
  -o-transform: scale(1, 0.7);
  transform: scale(1, 0.7);
  margin-top: -1px;
}
.up-content-box .up-content .up-content-right .qa ul li .content {
  display: none;
  padding: 10px 30px;
  border-bottom: 1px solid #dfdfdf;
  color: #999999;
}
.up-content-box .up-content .up-content-right .qa ul li .content p {
  line-height: 30px;
}
.up-content-box .up-content .up-content-right .qa ul li:last-child .title {
  border: none;
}
.up-content-box .result-content {
  width: 1170px;
  margin: 0 auto;
  background: #ffffff;
}
.up-content-box .result-content .table {
  padding: 40px 30px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.up-content-box .result-content .table .brief {
  margin-bottom: 30px;
}
.up-content-box .result-content .table .brief span {
  float: left;
  font-size: 25px;
  line-height: 25px;
  color: #0c82d5;
}
.up-content-box .result-content .table .brief p {
  float: left;
  font-size: 16px;
  margin-left: 15px;
  line-height: 25px;
}
.up-content-box .result-content .table > p {
  color: #999999;
  margin-bottom: 30px;
}
.up-content-box .result-content .table ul li {
  border: 1px solid #dfdfdf;
  border-top: none;
}
.up-content-box .result-content .table ul li > div {
  float: left;
  width: 15%;
  height: 70px;
  line-height: 69px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.up-content-box .result-content .table ul li > div:first-child {
  width: 25%;
}
.up-content-box .result-content .table ul li > div:last-child {
  border: none;
}
.up-content-box .result-content .table ul li .download {
  color: #0c82d5;
}
.up-content-box .result-content .table ul li .delete {
  color: #f23636;
}
.up-content-box .result-content .table ul li:first-child {
  border: none;
  background: #0c82d5;
}
.up-content-box .result-content .table ul li:first-child > div {
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.up-content-box .result-content .notice {
  padding: 30px 20px;
}
.up-content-box .result-content .notice .brief {
  margin-bottom: 20px;
}
.up-content-box .result-content .notice .brief span {
  float: left;
  font-size: 25px;
  line-height: 25px;
  color: #0c82d5;
}
.up-content-box .result-content .notice .brief p {
  float: left;
  font-size: 16px;
  margin-left: 15px;
  line-height: 25px;
}
.up-content-box .result-content .notice > p {
  color: #999999;
  line-height: 25px;
  padding: 5px 0;
}
.up-content-box .result-content .notice > p .red {
  color: #f23636;
}
/*=== index end ===*/
/*=== index ===*/
.result-content-box {
  width: 100%;
  padding: 20px 0;
  background: #f2f2f2;
}
.result-content-box .result-content {
  width: 1170px;
  margin: 0 auto;
  background: #ffffff;
}
.result-content-box .result-content .top {
  padding: 30px;
 min-height:300px;
}
.result-content-box .result-content .top .form-box {
  float: left;
  width: 670px;
}
.result-content-box .result-content .top .brief {
  margin-bottom: 30px;
}
.result-content-box .result-content .top .brief p {
  line-height: 25px;
  font-size: 16px;
  padding-left: 35px;
  position: relative;
}
.result-content-box .result-content .top .brief span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  color: #0c82d5;
}
.result-content-box .result-content .top .input-box {
  position: relative;
}
.result-content-box .result-content .top .input-box p {
  margin-bottom: 15px;
  font-size: 16px;
}
.result-content-box .result-content .top .input-box p span {
  font-size: 14px;
  color: #999999;
}
.result-content-box .result-content .top .input-box input {
  width: 500px;
  height: 50px;
  color: #999999;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}
.result-content-box .result-content .top .input-box > span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.result-content-box .result-content .top .input-box .submit {
  font-family: "微软雅黑";
  width: 150px;
  height: 50px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  border: none;
  margin-top: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.result-content-box .result-content .top .input-box .submit:hover {
  background: #1a9fff;
}
.result-content-box .result-content .top .img-box img {
  float: right;
}
.result-content-box .result-content .top .img-box .qr {
  width: 140px;
  height: 140px;
  margin-left: 30px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.result-content-box .result-content .top .img-box .text {
  height: 150px;
}
.result-content-box .result-content .table {
  padding: 40px 30px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.result-content-box .result-content .table .brief {
  margin-bottom: 30px;
}
.result-content-box .result-content .table .brief p {
  line-height: 25px;
  font-size: 16px;
  padding-left: 35px;
  position: relative;
}
.result-content-box .result-content .table .brief span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  color: #0c82d5;
}
.result-content-box .result-content .table > p {
  color: #999999;
  display: none;
  margin-bottom: 30px;
}
.result-content-box .result-content .table ul li {
  border: 1px solid #dfdfdf;
  border-top: none;
}
    .result-content-box .result-content .table ul li > div {
        float: left;
        width: 14%;
        height: 42px;
        line-height: 40px;
        border-right: 1px solid #dfdfdf;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .result-content-box .result-content .table ul li > div:first-child {
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
.result-content-box .result-content .table ul li > div:last-child {
  border: none;
}
.result-content-box .result-content .table ul li .download {
  color: #0c82d5;
}
.result-content-box .result-content .table ul li .delete {
  color: #f23636;
}
.result-content-box .result-content .table ul li:first-child {
  border: none;
  background: #0c82d5;
}
.result-content-box .result-content .table ul li:first-child > div {
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.result-content-box .result-content .notice {
  padding: 30px 20px;
}
.result-content-box .result-content .notice .brief {
  margin-bottom: 20px;
}
.result-content-box .result-content .notice .brief p {
  line-height: 25px;
  font-size: 16px;
  padding-left: 35px;
  position: relative;
}
.result-content-box .result-content .notice .brief span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  color: #0c82d5;
}
.result-content-box .result-content .notice > p {
  color: #999999;
  line-height: 25px;
  padding: 5px 0;
}
.result-content-box .result-content .notice > p .red {
  color: #f23636;
}
@media screen and (max-width: 1200px) {
  .result-content-box {
    width: 100%;
    padding: 0;
    background: #f2f2f2;
  }
  .result-content-box .result-content {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .result-content-box .result-content .top {
    padding: 30px;
  }
  .result-content-box .result-content .top .form-box {
    float: left;
    width: 100%;
  }
  .result-content-box .result-content .top .img-box {
    display: none;
  }
  .result-content-box .result-content .table ul li > div {
    float: left;
    width: 20%;
    height: 60px;
    line-height: 59px;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .result-content-box {
    width: 100%;
    padding: 0;
    background: #f2f2f2;
  }
  .result-content-box .result-content {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .result-content-box .result-content .top {
    padding: 20px;
  }
  .result-content-box .result-content .top .form-box {
    float: left;
    width: 100%;
  }
  .result-content-box .result-content .top .brief {
    margin-bottom: 10px;
  }
  .result-content-box .result-content .top .brief p {
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
  }
  .result-content-box .result-content .top .brief span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 20px;
    color: #0c82d5;
  }
  .result-content-box .result-content .top .input-box {
    position: relative;
  }
  .result-content-box .result-content .top .input-box p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .result-content-box .result-content .top .input-box p span {
    font-size: 14px;
    color: #999999;
  }
  .result-content-box .result-content .top .input-box input {
    width: 100%;
    height: 40px;
    color: #999999;
    padding: 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
  }
  .result-content-box .result-content .top .input-box > span {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .result-content-box .result-content .top .input-box .submit {
    display: block;
    font-family: "微软雅黑";
    width: 150px;
    height: 40px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    background: #0c82d5;
    color: #ffffff;
    text-align: center;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .result-content-box .result-content .top .input-box .submit:hover {
    background: #1a9fff;
  }
  .result-content-box .result-content .top .img-box {
    display: none;
  }
  .result-content-box .result-content .table {
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
  .result-content-box .result-content .table .brief {
    margin-bottom: 10px;
  }
  .result-content-box .result-content .table .brief p {
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    margin: 0;
  }
  .result-content-box .result-content .table .brief span {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #0c82d5;
  }
  .result-content-box .result-content .table > p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 30px;
  }
    .result-content-box .result-content .table ul li > div {
        float: left;
        border-right:none;
        text-align: left;
        font-size: 12px;
        width: auto;
        height: auto;
        line-height: 19px;
        margin:5px;
    }
    .result-content-box .result-content .table .tableheader div {
        width: 17% !important;
    } .result-content-box .result-content .table ul li > div:first-child {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .result-content-box .result-content .table ul li .author,
    .result-content-box .result-content .table ul li .time,
    .result-content-box .result-content .table ul li .state {
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .result-content-box .result-content .table ul li .time {
        width: 70px;
        text-overflow:initial;
    }
    .result-content-box .result-content .table ul li .delete {
        display: none;
    }
  .result-content-box .result-content .table ul li .download {
    border: none;
  }
  .result-content-box .result-content .table ul li:first-child {
    border: none;
    background: #0c82d5;
  }
  .result-content-box .result-content .table ul li:first-child > div {
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: bold;
  }
  .result-content-box .result-content .notice {
    padding: 20px;
  }
  .result-content-box .result-content .notice .brief {
    margin-bottom: 20px;
  }
  .result-content-box .result-content .notice .brief p {
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    margin: 0;
  }
  .result-content-box .result-content .notice .brief span {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #0c82d5;
  }
  .result-content-box .result-content .notice > p {
    color: #999999;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;
  }
  .result-content-box .result-content .notice > p .red {
    color: #f23636;
  }
   .result-content-box .result-content .table ul li .delete {
        display: none;
   }
 .zidingyi-submit {
  font-family: "微软雅黑";
  width: 120px;
  height: 35px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
  background: #0c82d5;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border: none;
  margin-top: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
}
/*=== index end ===*/
/*=== ====*/
#qrcode_img table{
	margin:0 auto;width: 150px;height: 150px;
}
#qrcode_img table,#qrcode_img th,#qrcode_img td{font-size:1px;overflow: hidden;padding:0}