/* alice.base 样式模块 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; 
}
body,
dd,
div,
dt,
li,
p,
span,
td {
  font: 14px/1.5 Microsoft Yahei, SimHei, tahoma, arial, Hiragino Sans GB,
    SimSun, sans-serif;
  font-weight: 400;
  color: #333;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB",
    \5b8b\4f53;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: "";
}

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* 渐变链接 */
a {
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
/* 正常链接 未访问 */
a:link {
  color: #08c;
}

/* 鼠标悬停 */
a:hover {
  color: #f00;
  /* text-decoration: underline; */
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

/* 代码字体 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
  display: none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,
.fn-right {
  display: inline;
}

.fn-left {
  float: left;
}

.fn-right {
  float: right;
}

/* 单行文字溢出时出现省略号，需设定宽度 */
.fn-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 简单的渐变 */
.fn-linear {
  background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#f1f1f1");
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
  background: linear-gradient(to bottom, #fcfcfc, #f1f1f1);
}

/* 浅色的渐变 */
.fn-linear-light {
  background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#f9f9f9");
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
  background: linear-gradient(to bottom, #fcfcfc, #f9f9f9);
}

/* 人民币符号 */
.fn-rmb {
  font-family: arial;
  font-style: normal;
  padding-right: 4px;
}

/* chrome 下字体过小的问题 */
.fn-webkit-adjust {
  -webkit-text-size-adjust: none;
}

/*display：inline-block  */
.fn-clean-space {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
}

/*详情链接红色字体*/
a.ui-details-red,
a.ui-details-red:link {
  color: #c00;
}
a.ui-details-red:hover {
  color: #f00;
}

/*----------------头部-----------------start*/
.ui-top-fix {
  height: 64px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}
.ui-nav-panel {
  min-width: 1250px;
  width: 100%;
}
.ui-nav-center {
  height: 64px;
  background: url("../images/nav_bg.png")/*tpa=http://jj1.boyue.ink/images/nav_bg.png*/ top no-repeat;
}
.ui-top-content {
  width: 1000px;
  height: 64px;
  margin: 0 auto;
}
.ui-logo {
  margin-left: 26px;
  margin-top: 9px;
}
.ui-nav {
  height: 100%;
  margin: 0 0 0 16px;
}
.ui-nav li {
  float: left;
}
.ui-nav-box > a {
  height: 62px;
  padding-top: 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-nav .ui-nav-box:first-child > a {
  margin-left: 0;
}

.ui-nav a:hover {
  background: url("../images/nav_active.png")/*tpa=http://jj1.boyue.ink/images/nav_active.png*/ no-repeat center center;
  background-size: cover;
}
.ui-nav-box a.active {
  background: url("../images/nav_active.png")/*tpa=http://jj1.boyue.ink/images/nav_active.png*/ no-repeat center center;
  background-size: cover;
}
.ui-nav-line {
  margin-top: 19px;
}
.ui-nav-line > img {
  width: 1px;
}
.ui-nav .ui-nav-1 {
  width: 98px;
}

.ui-nav .ui-nav-2 {
  width: 176px;
}
.ui-nav .ui-nav-3 {
  width: 152px;
}
.ui-nav .ui-nav-4 {
  width: 161px;
}

.ui-nav .ui-nav-5 {
  width: 134px;
}

.ui-nav a p {
  font-size: 12px;
  font-family: "Verdana";
  color: #938d8b;
  transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  margin-top: -4px;
}
.ui-telphone {
  width: 212px;
  height: 40px;
  margin-left: 10px;
  margin-top: 13px;
  background: url("../images/nav_tel.png")/*tpa=http://jj1.boyue.ink/images/nav_tel.png*/ no-repeat;
}
/*----------------头部-----------------end*/



/*----------------客服中心-----------------start*/
.ui-service {
  width: 171px;
  height: 350px;
  border: 1px solid #cde9f8;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  position: fixed;
  left: 0px;
  background: #fff;
  top: 370px;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px #dadada;
          box-shadow: 1px 1px 5px #dadada;
}

.ui-service-1 {
  width: 100%;
  height: 45px;
  background: #0491db;
  border-radius: 0 10px 0 0;
  line-height: 45px;
  text-align: center;
}
.ui-service-1 > span {
  font-size: 20px;
  color: #fff;
}
.ui-service-1 > img {
  vertical-align: -2px;
  margin-right: 8px;
}
.ui-service-2 {
  margin: 0 auto;
  width: 146px;
  padding: 20px 0 10px 0;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}
.ui-service-2 > p {
  font-size: 13px;
  color: #000;
  font-weight: 900;
  margin-top: 2px;
}
.ui-service-3 {
  margin: 0 auto;
  width: 146px;
  padding: 20px 0 17px 0;
  text-align: center;
  /* font-size: 14px; */
  border-bottom: 1px dashed #e5e5e5;
}
.ui-service-3 > div {
  font-size: 14px;
}
.ui-service-3 > div > a > img {
  vertical-align: -19px;
  margin-left: 8px;
  margin-bottom: 7px;
}
.ui-service-4 {
  margin: 0 auto;
  width: 146px;
  padding: 9px 0 0 0;
  text-align: center;
  font-size: 14px;
}
.ui-service-4 > div {
  width: 100%;
  background: #e9e9e9;
  color: #0491db;
  font-size: 16px;
  font-weight: 900;
  border-radius: 10px;
  margin-top: 3px;
}
.ui-service-btn {
  position: absolute;
  background: #058ed4;
  width: 19px;
  height: 114px;
  border-radius: 0 8px 8px 0;
  right: -53px;
  top: 48px;
  padding: 14px 11px 0 10px;
  color: #fff;
  cursor: pointer;
}
.ui-service-btn > p {
  margin-top: 6px;
  width: 19px;
  height: 14px;
  background: url("../images/service_arrow_bg.png")/*tpa=http://jj1.boyue.ink/images/service_arrow_bg.png*/ no-repeat 0 -26px;
}

/*----------------尾部-----------------start*/
.ui-footer {
  min-width: 1250px;
  width: 100%;
  /* height: 247px; */
  background: #f6f6f6;
  border-top: 2px solid #e44c40;
}
.ui-footer-top {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}

.ui-footer-top > a {
  margin: 0 5px;
  color: #666;
  font-size: 14px;
}
.ui-footer-top > a:hover {
  color: #cc0000;
}

.ui-footer-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}
.ui-container-nav {
  color: #ccc;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 24px;
}
.ui-container-nav a {
  color: #666;
  text-decoration: none;
}
.ui-container-nav a:hover {
  color: red;
}

.ui-ft-1 {
  color: #cc0000;
  font-size: 14px;
  margin-bottom: 12px;
}
.ui-ft-2 {
  font-size: 14px;
  color: #a7a7a7;
}
.ui-ft-3 {
  font-size: 14px;
  color: #636363;
  margin: 10px 0 20px 0;
}
.ui-ft-3 > i {
  font-style: normal;
  color: #cc0000;
}
.ui-ft-3 > a {
  color: #006699;
}
.ui-ft-3 > a:hover {
  text-decoration: underline;
}
.ui-ft-4 > a {
  display: inline-block;
  margin: 0 4px;
}
.ui-ft-4 img {
  border: 1px solid #ccc;
}
