* {
  -webkit-appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  outline: none;
  border: none;
  font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #B4B4B4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B4B4B4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B4B4B4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B4B4B4;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

img,
table {
  border: 0
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

select {
  -webkit-appearance: button;
  border: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*公用transition*/
.common-fade-enter-active,
.common-fade-leave-active {
  transition: opacity .1s;
  /*opacity: 1;*/
  /*-webkit-transition: opacity linear 0.2s;*/
  /*transition: opacity linear 0.2s;*/
}

.common-fade-enter,
.common-fade-leave-active {
  opacity: 0;
}

button {
  outline: none;
  border: none;
}

.bhbtn:hover {
  background-color: #639fff !important;
}

/* 聊天按钮 */
#chat {
  position: fixed;
  bottom: 36px;
  right: 38px;
  z-index: 998;
  height: 80px;
  width: 80px;
  cursor: pointer;
  display: none !important;
}

#chat>img {
  width: 100%;
  height: 100%;
}

/*#LRdiv2 {
  display: none !important;
}*/
@font-face {
  font-family: 'iconfont';
  /* project id 2104092 */
  src: url('//at.alicdn.com/t/font_2104092_mi6hp073c49.eot');
  src: url('//at.alicdn.com/t/font_2104092_mi6hp073c49.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2104092_mi6hp073c49.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2104092_mi6hp073c49.woff') format('woff'),
    url('//at.alicdn.com/t/font_2104092_mi6hp073c49.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2104092_mi6hp073c49.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-cw:before {
  content: "\e7f5";
  font-size: 88px;
}

.iconfont-zy:before {
  content: "\e7f4";
  font-size: 88px;
}

.iconfont-xz:before {
  content: "\e7f3";
  font-size: 88px;
}

.iconfont-xs:before {
  content: "\e7f1";
  font-size: 88px;
}

.iconfont-rc:before {
  content: "\e7f2";
  font-size: 88px;
}

.iconfont-bi:before {
  content: "\e7ec";
  font-size: 128px;
  color: #0092ff;
}

.iconfont-bb:before {
  content: "\e7ed";
  font-size: 128px;
  color: #0092ff;
}

.iconfont-lc:before {
  content: "\e7ee";
  font-size: 128px;
  color: #0092ff;
}

.iconfont-mh:before {
  content: "\e7ef";
  font-size: 128px;
  color: #0092ff;
}

.iconfont-ziyuan2:before {
  content: "\e807";
  font-size: 86px;
  color: #0092ff;
  margin: 0 auto;
  position: relative;
  top: 29px;
}

.iconfont-zx:before {
  content: "\e7f0";
  font-size: 128px;
  color: #0092ff;
}

.iconfont-tx:before {
  content: "\e7e9";
  font-size: 128px;
  color: #0092ff;
}

.iconfont-dianhua:before {
  content: "\e7fb";
  font-size: 45px;
  color: #29a3ff;
  padding-left: 10px;
}

.iconfont-tiyan:before {
  content: "\e7f7";
  font-size: 26px;
}

.iconfont-zixun:before {
  content: "\e7f8";
  font-size: 26px;
}

.iconfont-dianhua1:before {
  content: "\e7f9";
  font-size: 30px;
}

.iconfont-kefu:before {
  content: "\e7fa";
  font-size: 35px;
}

.iconfont-delete:before {
  content: "\e7fd";
}

.iconfont-toTop:before {
  content: "\e7fc";
  font-size: 35px;
  color: #fff;
}


.iconfont-check:before {
  content: "\e802";
  font-size: 22px;
  color: #BCC1CC;
  position: absolute;
  right: 0;
}

.iconfont-net:before {
  content: "\e800";
  font-size: 22px;
  color: #BCC1CC;
  position: absolute;
  left: 8px;
  top: 8px;

}

.iconfont-Java:before {
  content: "\e801";
  font-size: 22px;
  color: #BCC1CC;
  position: absolute;
  left: 8px;
  top: 8px;
}

.iconfont-bofang:before {
  content: "\e805";
  font-size: 27px;
}

.iconfont-code1:before {
  content: "\e804";
  font-size: 78px;
}

.iconfont-code2:before {
  content: "\e7fe";
  font-size: 78px;
}

.iconfont-code3:before {
  content: "\e7ff";
  font-size: 78px;
}

.iconfont-code4:before {
  content: "\e803";
  font-size: 78px;
}

.toTop img{width:32px;}

#nb_icon_wrap {
  display: none !important;
}

.online {
  position: fixed;
  bottom: 240px;
  right: 0;
  z-index: 1000;

}

.online .online_one {
  width: 80px;
  height: auto;
  background: #2d94f2;
  box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
  border-radius: 2px 0 0 2px;
}

.online_items {
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #EFEFF9;
  margin: 0 10px;
}

.online_items:last-child {
  border: 0 !important;
}

.online_items .iconfont {
  font-size: 20px;
  color: #fff;
}

.online_items p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding-top: 7px;
}

.toTop {
  width: 80px;
  height: 80px;
  text-align: center;
  background:#2d94f2;
  /* margin-top: 10px; */
  line-height: 80px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 10000;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);

}

.online .wechat {
  width: 212px;
  height: 242px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 88px;
  bottom: 218px;
  z-index: 1000;
  border-radius: 2px;

}

.online .wechat .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #3A3434;
  text-align: center;
}

.we_img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  /* padding-top: 34px; */
  padding-bottom: 10px;
}

.we_img img {
  width: 100%;
  height: 100%;
}

.connect_phone {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
  bottom: 300px;
  right: 96px;
  padding: 20px 28px;
  border-radius: 2px;
  display: none;
}

.connect_phone.show {
  display: block;
}

.top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E1E5;
  margin-bottom: 17px;
}

.top span {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #3A3434;
}

.two {
  display: flex;
  justify-content: space-between;
}

.two .right p {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #3A3434;
  margin-bottom: 10px;
}

.two .right span {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  color: #3A3434;
}

.three {
  width: 248px;
  display: flex;
  justify-content: space-between;
  background: #EFEFEF;
  padding: 10px;
  padding: 10px;
  margin-top: 20px;
}

.three .left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.three .left .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #3A3434;
}

.three .left p span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #818181;
}

.three .right {
  width: 50px;
  height: 50px;
}

.three .right img {
  width: 100%;
  height: 100%;
}

.same {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #818181;
  text-align: right;
  margin-top: 14px;
}