@charset "UTF-8";
@import url('../css/fonts.css');
/*reset css*/
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  background-color: #fff;padding-top: 160px;
  font-style: normal;
  overflow-x: hidden;
}
html,body{font-family:"huawei","微软雅黑","sans-serif","microsoft yahei";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0px;
  padding: 0px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color:#333;
  /* transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s; */
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
textarea{width: 100%;max-width: 100%;resize: none;}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border:none;
}
button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
select::-ms-expand { display: none; }
input::-ms-clear{display: none;}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  margin:0;
  padding:0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          /* transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s; */
}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}
/* a:visited{color: #333;} */
a{color: #333;}
/*p,a{word-break: break-all;}*/
.section{width: 100%;overflow: hidden;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.scrollbar{overflow-y: auto;}
.scrollbar::-webkit-scrollbar {
 width: 3px;
 background: url(../images/scroll2.png)repeat-y center;
}
.scrollbar::-webkit-scrollbar-thumb {
 background:url(../images/scroll1.png)repeat-y center;
 border-radius: 10px;
}
.clearfix:before,.clearfix:after{
  content: " ";display: table;
}
.clearfix:after{
  clear: both;
}
em{font-style: normal;}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
/*单行文本省略号*/
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.dot2,.dot3,.dot4,.dot5,.dot6{display:-webkit-box;display: -webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
/*多行文本省略号*/
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.dot6{-webkit-line-clamp:6;}
/*盒子布局*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}

/* 滚动条样式 */
/* 滚动条样式 */
::-webkit-scrollbar {width:5px;/* height:4px; */}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#f5f5f5;}
::-webkit-scrollbar-thumb {border-radius:0;background-color: #1267c4;}
::-webkit-scrollbar-thumb:vertical:hover {background-color: #1267c4;}
::-webkit-scrollbar-thumb:vertical:active {background-color: #1267c4;}
.about .about-develop-tpft .dec::-webkit-scrollbar{
  width: 2px;
}
.about .about-develop-tpft .dec::-webkit-scrollbar-corner,.about .about-develop-tpft .dec::-webkit-scrollbar-track{
  background-color:rgba(255,255,255,0.3);
}
.about .about-develop-tpft .dec::-webkit-scrollbar-thumb{
  background-color:rgba(255,255,255,1);
}
.about .about-develop-tpft .dec::-webkit-scrollbar-thumb:vertical:hover{
  background-color:rgba(255,255,255,1);
}
.about .about-develop-tpft .dec::-webkit-scrollbar-thumb:vertical:active{
  background-color:rgba(255,255,255,1);
}
img{
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.index-new .index-swiperright-img img{
  width: 100%;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.index-new .index-swiperright-img:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.index-make .index-make-listicon img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bsBox {display: none;z-index: 100000001;font-size: 12px;background: url(//static.bshare.cn/frame/images//background-opaque-dark.gif) !important;padding: 6px !important;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;max-width: 80% !important;transform: translateY(-50%) translatex(-50%);margin: 0 !important;box-sizing: content-box !important}
.bsTop {color: #666;background: #f2f2f2;height: 24px;line-height: 24px;border-bottom: 1px solid #e8e8e8}
.bsClose {_overflow: hidden;cursor: pointer;position: absolute;z-index: 10000000;color: #666;font-weight: bold;font-family: Helvetica,Arial;font-size: 14px;line-height: 20px}
#bsWXBox {display: none}
.bsFrameDiv, #bsMorePanel, .bsTop, .bsBox {max-width: 100% !important}
.bsFrameDiv > div {height: 220px !important;width: 220px !important}
#qrcode img {padding: 20px;background: #fff}
label.error{
    color: #ef4e65 !important;
    font-size: 12px !important;
}