﻿/*公用类的样式*/
*,
ul li,
ul,
dl,
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}
li,
ol,
ul,
dl,
dt,
dd {
  list-style: none;
  list-style-type: none;
}
a,
h1,
img,
p {
  border: 0;
}
cite,
em,
i {
  font-style: normal;
}
input[type='password'] {
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
} /*鼠标悬停时*/
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '\20';
}
.mt10 {
  margin-top: 10px;
}
.blue {
  color: #00b9ef;
}
.oran {
  color: #f4ab2e;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.none {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mid {
  float: left;
}

/*dialog样式*/
/*hlgdialog*/
.ui_lock_scroll {
  *overflow: hidden;
}
.ui_lock_scroll body {
  overflow: hidden;
}

/*结构层*/
.ui_content,
.ui_title,
.ui_buttons input {
  font: 12px/1.333 tahoma, arial, \5b8b\4f53, sans-serif;
}
table.ui_border,
table.ui_dialog {
  width: auto;
  border-spacing: 0;
  *border-collapse: collapse;
}
.ui_border td,
.ui_dialog td {
  padding: 0;
}
.ui_dialog {
  background: #fff;
}

/*标题部分开始*/
.ui_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  cursor: move;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: 0 100px 0 0;
}
.ui_title_buttons {
  position: absolute;
  cursor: pointer;
  font-size: 0;
  letter-spacing: -0.5em;
}

/*对齐自适应*/
.ui_main {
  min-width: 6em;
  min-width: 0\9;
  text-align: center;
}
.ui_content {
  zoom: 1;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
.ui_content.ui_state_full {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}
.ui_content.ui_state_full iframe {
  border-radius: 0 0 2px 2px;
}
.ui_loading {
  width: 96px;
  height: 32px;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
  background: url(icons/loading.gif) no-repeat center center;
}
.ui_icon_bg {
  margin: 20px 5px 20px 15px;
}
.ui_icon {
  vertical-align: top;
}
.ui_icon img {
  width: 48px;
  height: 48px;
}

/*标题纯CSS按钮开始 min 最小化，max最大化，res还原，rese恢复，close关闭*/
.ui_min,
.ui_max,
.ui_close,
.ui_res {
  position: relative;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-family: tahoma, arial, \5b8b\4f53, sans-serif;
}
.ui_min b,
.ui_max b,
.ui_res_t,
.ui_res_b {
  display: block;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.ui_close {
  font-weight: 500;
  text-decoration: none;
  outline: 0 none;
}
.ui_close:hover {
  text-decoration: none;
}

/*Tips部分*/
.ui_state_tips .ui_main {
  min-width: 3em;
}
.ui_state_tips .ui_content {
  margin-top: -2px;
  padding: 8px 10px !important;
}
.ui_state_tips .ui_icon_bg {
  margin: 11px 0 6px 9px;
  width: 28px;
  height: 28px;
}
.ui_state_tips .ui_title,
.ui_state_tips .ui_title_buttons,
.ui_res {
  display: none;
} /* 还原按钮也在这里隐藏，这样可节省代码，注间这段一定要写在上面那段代码的下面*/

#ldg_lockmask {
  background: #000;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
/*==================制作新皮肤到这里结束复制==================*/

/*样式层开始*/
.ui_dialog {
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.ui_state_lock .ui_dialog {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
} /*锁屏时遮罩*/
.ui_state_drag .ui_dialog,
.ui_state_lock.ui_state_drag .ui_dialog {
  box-shadow: none;
} /*拖动时隐藏阴影，通过css3实现渐变动画*/
.ui_state_focus .ui_title {
  color: #505050;
}

.ui_lb,
.ui_rb,
.ui_lt,
.ui_rt {
  width: 0;
  height: 0;
  *width: 1px;
  *height: 1px;
} /*隐藏边框*/
.ui_rb {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
} /*重新显示右下角拖动，设为负值会造成浏览器显示滚动条*/

/*标题栏样式*/
.ui_title_bar {
  position: relative;
  height: 100%;
  border-bottom: 1px solid #ddd;
}
.ui_title {
  font-size: 14px;
  font-weight: bold;
  height: 51px;
  line-height: 51px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 2px 2px 0 0;
  padding-left: 10px;
  font-size: 18px;
  color: #212121;
  text-align: left;
}
/*标题纯CSS按钮定位部分*/
.ui_title_buttons {
  top: 7px;
  right: 5px;
}
.ui_min,
.ui_max,
.ui_close,
.ui_res {
  color: #ccc;
  font-size: 23px;
  width: 38px;
  height: 39px;
  line-height: 39px;
}
.ui_min_b {
  top: 10px;
  left: 5px;
  width: 10px;
  height: 2px;
  border-bottom: 2px solid #aaa;
}
.ui_max_b {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 7px;
}
.ui_res_t,
.ui_res_b {
  top: 8px;
  left: 3px;
  width: 10px;
  height: 5px;
}
.ui_res_b {
  top: 4px;
  left: 6px;
}
.ui_res_t,
.ui_res_b,
.ui_max_b {
  border: 1px solid #aaa;
  border-top-width: 3px;
}
.ui_res_t {
  background: #fafafa;
} /*还原按钮底部框背景与标题背景融合*/
.ui_close {
  vertical-align: baseline;
  _line-height: 22px;
} /*IE6关闭按钮垂直居中*/
.ui_close:hover,
.ui_close:focus {
  color: #bf160b;
}
.ui_min:hover b,
.ui_max:hover b,
.ui_res:hover b {
  border-color: #2492ff;
}

/*按钮结构部分*/
.ui_buttons {
  padding: 4px 8px;
  text-align: right;
  white-space: nowrap;
  border-top: 1px solid #ececec;
  border-radius: 0 0 2px 2px;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc, #f4f4f4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f4f4f4));
  background: -o-linear-gradient(top, #fcfcfc, #f4f4f4);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
  background: linear-gradient(top, #fcfcfc, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f4f4f4');
}
.ui_buttons input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

.ui_buttons input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 10px;
  padding: 0 16px;
  height: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
  background: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
  font: 12px \5b8b\4f53;
  color: #555;
  vertical-align: middle;
  cursor: pointer;
}
.ui_buttons input:hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
  background: #f4f4f4;
  color: #555;
}
.ui_buttons input:active {
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #e8e8e8, #fbfbfb);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#fbfbfb));
  background: -o-linear-gradient(top, #e8e8e8, #fbfbfb);
  background: -ms-linear-gradient(top, #e8e8e8 0%, #fbfbfb 100%);
  background: linear-gradient(top, #e8e8e8, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#fbfbfb');
}
/*用于弹框里的取消或者完成按钮*/
.ui_buttons .completeBtn {
  display: inline-block;
  zoom: 1;
  margin-left: 10px;
  padding: 0 16px;
  height: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #f2f2f2;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f4f4f4));
  background: linear-gradient(top, #f2f2f2, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#f4f4f4');
  font: 12px \5b8b\4f53;
  color: #555;
  vertical-align: middle;
  cursor: pointer;
}
.ui_buttons .completeBtn:hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
  background: #fff;
  color: #707070;
  border: 1px solid #97e6ff;
}
.ui_buttons .completeBtn:active {
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #e8e8e8, #fbfbfb);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#fbfbfb));
  background: -o-linear-gradient(top, #e8e8e8, #fbfbfb);
  background: -ms-linear-gradient(top, #e8e8e8 0%, #fbfbfb 100%);
  background: linear-gradient(top, #e8e8e8, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#fbfbfb');
}
input.ui_state_highlight {
  border: 1px solid #38b3eb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #4dc2e6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NzZjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDZmYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4dc2e6 0%, #38b3eb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4dc2e6), color-stop(100%, #38b3eb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4dc2e6 0%, #38b3eb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4dc2e6 0%, #38b3eb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4dc2e6 0%, #38b3eb 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4dc2e6 0%, #38b3eb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc2e6', endColorstr='#38B3EB',GradientType=0 ); /* IE6-8 */
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
}
input.ui_state_highlight:hover {
  background: #38b3eb;
  color: #fff;
}
input.ui_state_highlight:active {
  background: #43bbe9; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NWNhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzZhYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #43bbe9 0%, #4dc2e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43bbe9), color-stop(100%, #4dc2e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #43bbe9 0%, #4dc2e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #43bbe9 0%, #4dc2e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #43bbe9 0%, #4dc2e6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #43bbe9 0%, #4dc2e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43BBE9', endColorstr='#4dc2e6',GradientType=0 ); /* IE6-8 */
}
/*Tips 部分开始*/
/*基本重置*/
.ui_state_tips,
.ui_state_tips .ui_inner,
.ui_state_tips .ui_dialog,
.ui_state_tips .ui_title_bar {
  border: 0 none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  filter: none;
}
.ui_state_tips .ui_content {
  font-weight: bold;
  font-size: 14px;
  color: #323232;
  text-align: center;
}
/*Tips(图片背景，IE6也支持圆角) End*/
.ui_state_tips .ui_dialog,
.ui_state_tips .ui_l,
.ui_state_tips .ui_r {
  background-image: url(icons/gb_tip_layer.png);
  _background-image: url(icons/gb_tip_layer_ie6.png);
  background-repeat: no-repeat;
} /*共用背景图片*/
.ui_state_tips .ui_l {
  background-position: -6px 0;
  width: 5px;
} /*左侧背景侧样式*/
.ui_state_tips .ui_r {
  background-position: 0 0;
  width: 5px;
} /*右侧背景样式*/
.ui_state_tips .ui_dialog {
  background-position: 0 -54px;
  background-repeat: repeat-x;
  height: 54px;
  overflow: hidden;
} /*主体内容背景*/
/*loading部分*/
.ui-loading .ui_icon_bg {
  width: 200px;
  height: 160px;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.3;
  z-index: 99996;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal-con {
  padding: 0px 0 51px 0;
}
/*dialog登陆注册样式*/
.reveal-modal-con dl dt {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #343e4c;
}
.reveal-modal-con dd {
  margin-top: 16px;
  color: #fff;
}
.reveal-modal-con dd input[type='text'],
.reveal-modal-con dd input[type='password'] {
  width: 336px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #b3bbd1;
  border-radius: 4px;
  font-size: 14px;
  color: #363e4f;
  padding-left: 31px;
}
.reveal-modal-con dd input[type='text']:hover,
.reveal-modal-con dd input[type='password']:hover,
.reveal-modal-con dd input[type='text']:focus,
.reveal-modal-con dd input[type='password']:focus {
  border: 1px solid #2386ee;
}
.reveal-modal-con dd input[type='button'] {
  border: none;
}
.reveal-modal-con dd#authRow1 {
  position: relative;
}
/*.reveal-modal-con dd input#reg_username,.reveal-modal-con dd input#reg_pwd,.reveal-modal-con dd input#reg_pwd_confirm,.reveal-modal-con dd input#reg_validatacode,.reveal-modal-con dd input#reg_company{ width:300px\9;background:#f2f2f3 ;padding:0 10px;}*/
.reveal-modal-con .reg_validatacode_dd,
.login_validatacode_dd {
  position: relative;
}
.reveal-modal-con .reg_validatacode_dd a.reg_validatacode_a,
.reveal-modal-con .reg_validatacode_dd a.reg_validatacode_b,
.reveal-modal-con a.login_validatacode_a,
.reveal-modal-con a.login_validatacode_b {
  position: absolute;
  font-size: 14px;
  color: #fff;
  right: 0px;
  top: 0px;
  display: block;
  width: 139px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-radius: 4px;
}
.reveal-modal-con .reg_validatacode_dd a.reg_validatacode_a,
.reveal-modal-con a.login_validatacode_a {
  text-decoration: none;
}
.reveal-modal-con a.login_validatacode_a,
.reveal-modal-con a.reg_validatacode_a {
  background: #319af2;
  background: linear-gradient(180deg, #319af2 0%, #2386ee 100%);
}
.reveal-modal-con a.login_validatacode_a:hover,
.reveal-modal-con a.reg_validatacode_a:hover {
  background: #2386ee;
  background: linear-gradient(180deg, #2386ee 0%, #319af2 100%);
}
.reveal-modal-con a.login_validatacode_b,
.reveal-modal-con a.reg_validatacode_b {
  background: #e4e8f2;
  font-size: 14px;
  color: #a0b0d0 !important;
}
.reveal-modal-con .reg_validatacode_dd a.reg_validatacode_b,
.reveal-modal-con a.login_validatacode_b,
.reveal-modal-con a.login_validatacode_b:hover {
  display: none;
}
.reveal-modal-con .reg_validatacode_dd a.reg_validatacode_a:hover,
.reveal-modal-con .reg_validatacode_dd a.reg_validatacode_b:hover {
  text-decoration: none;
}
.reveal-modal-con dd input#login_btn,
.reveal-modal-con dd input#login_btn_gray,
.reveal-modal-con dd input#login_prevbtn,
.reveal-modal-con dd input#login_nextbtn,
.reveal-modal-con dd input#login_nextbtn_gray,
.reveal-modal-con dd input#reg_btn_gray,
.reveal-modal-con dd input#reg_btn2_gray,
.reveal-modal-con dd input#joinCorp_gray,
.reveal-modal-con dd input#reg_btn,
.reveal-modal-con dd input#reg_btn2,
.reveal-modal-con dd input#joinCorp {
  width: 336px;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: auto;
  height: 43px;
  line-height: 43px;
  border-radius: 3px;
  background: #319af2;
  background: linear-gradient(180deg, #319af2 0%, #2386ee 100%);
}
.reveal-modal-con dd input#login_btn_gray,
.reveal-modal-con dd input#reg_btn_gray,
.reveal-modal-con dd input#login_nextbtn_gray,
.reveal-modal-con dd input#reg_btn2_gray,
.reveal-modal-con dd input#joinCorp_gray {
  background: #ccc;
}
.reveal-modal-con dd input#login_btn:hover,
.reveal-modal-con dd input#login_nextbtn:hover,
.reveal-modal-con dd input#login_prevbtn:hover,
.reveal-modal-con dd input#reg_btn:hover,
.reveal-modal-con dd input#reg_btn2:hover,
.reveal-modal-con dd input#joinCorp:hover {
  background: #2386ee;
  background: linear-gradient(180deg, #2386ee 0%, #319af2 100%);
  cursor: pointer;
}
.reveal-modal-con #rem-chk-wrap {
  margin-top: 16px;
  margin-bottom: 19px;
}
.reveal-modal-con #rem-chk-wrap,
.reveal-modal-con #rem-chk-wrap a {
  color: #999;
}
.reveal-modal-con #rem-chk-wrap .chk {
  background: url('https://cdn.jdy.com/jdy/images/loginandreg/new/checked.svg') no-repeat 0 0;
  padding-left: 26px;
  display: block;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
  font-size: 12px;
  color: #56688e;
}
.reveal-modal-con #rem-chk-wrap .chk input {
  display: none;
}
.reveal-modal-con #rem-chk-wrap .checked {
  background: url('https://cdn.jdy.com/jdy/images/loginandreg/new/unchecked.svg') no-repeat 0 bottom;
}
.qrcodeLogin {
  display: none;
}

/*验证提示样式*/
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 5000;
  cursor: pointer;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #6ca3b3;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-family: tahoma;
  font-size: 14px;
  border: 1px solid #555;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 0px;
  height: 1px;
  background: #6ca3b3;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: 0 solid #555;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #555;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #555;
}

.span_label {
  display: inline-block;
  width: 60px;
  margin-right: 14px;
}

.login_btn_div {
  display: block;
  margin: auto;
  background: #fff;
  color: #00b9ef;
  font-size: 16px;
  border-radius: 36px;
  height: 43px;
  line-height: 43px;
  border: 1px solid;
}
.login_btn_div:hover {
  background: rgba(0, 185, 239, 0.2);
}
.login_btn_div a {
  color: #00b9ef;
}
.label_under {
  text-decoration: underline !important;
  color: #00b9ef !important;
}

input[type='email'],
input[type='password'],
input[type='tel'],
input[type='text'],
textarea {
  padding: 0 12px;
}

.select-btn {
  width: 185px;
  color: #28b7ff;
  background: #f0fdfe;
  font-size: 16px;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  padding: 16px;
  border: 1px solid #28b7ff;
}

#select-userstyle-box select-btn {
  padding: 0px 5px;
}

#select-userstyle-box {
  width: 640px;
  height: 190px;
  position: absolute;
  left: 50%;
  margin-left: -320px;
  background-color: white;
  z-index: 100000;
}

.cur {
  background-color: #00b9ef;
  color: #fff !important;
}

.select_style_div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 80px;
  font-size: 12px;
  margin-top: -40px;
}

#select_l {
  margin-left: -220px;
}

#select_r {
  margin-left: 20px;
}

/*登录样式*/
#loginbyyzj {
  color: #00b9ef;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 41px;
  background: url('../images/login_bg.png') no-repeat right top;
  padding: 10px 36px 0 0;
  cursor: pointer;
}
#loginbyyzj {
  text-indent: -9999px;
}
#loginbyyzj:hover {
  text-indent: 0px;
}
#loginbyphone {
  color: #00b9ef;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.main-navigation-ul > li.has-mega-menu > ul.sub-menu,
.main-navigation-ul > li.no-mega-menu > ul {
  margin-top: -16px;
}
/*手机响应式处理*/
@media only screen and (max-width: 500px) {
  .mobileHide,
  #homePageTopBar {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .mobile > div {
    padding: 0px !important;
  }
  .mobile_padding {
    background-color: #ebeff2;
    margin: 0px -20px;
  }

  #mk-header {
    height: 60px !important;
    border-top: 0 !important;
  }

  .mk-header-logo,
  .mk-header-logo a {
    height: 60px !important;
    line-height: 60px !important;
  }

  #theme-page {
    width: 100%;
  }

  .mobile_width {
    margin-left: -20px;
    margin-right: -20px;
  }

  .mk-header-logo {
    margin-left: 0px !important;
  }

  .desktop-mode {
    right: 30px;
    left: initial !important;
    top: 0 !important;
  }

  /*客户反馈*/
  .swiper-container_kh {
    text-align: center;
    /*width: 10rem;*/
  }

  .swiper-container_kh img {
    width: 1.33rem;
  }

  .content_kh,
  .name_kh {
    font-size: 14px;
    color: #333;
    padding: 0px 1rem;
  }

  .content_kh {
    text-align: left;
    margin: 20px 0px;
  }

  .name_kh {
    text-align: right;
  }

  .swiper-pagination-bullet-active {
    background: #777 !important;
  }

  /*  .swiper-pagination-bullet{
      background: #ccc !important;
      opacity: 1 !important;
    }*/
  .blog-list-entry {
    border: 0px !important;
  }
}
.wd15 {
  width: 15%;
}
.wd16 {
  width: 16%;
}
.wd20 {
  width: 20%;
}
.wd25 {
  width: 25%;
}
.wd33 {
  width: 33.33%;
}
.wd45 {
  width: 45%;
}
.wd50 {
  width: 50%;
}
/*手机版官网css begin*/
.mobile {
  display: none;
}
/*关于我们侧边导航*/
.wpb_wrapper .ab-1 {
  background: linear-gradient(to right, #3dd2e8, #44bbfc);
  background: -webkit-linear-gradient(to right, #3dd2e8, #44bbfc);
  text-align: center;
}
.wpb_wrapper .ab-2 {
  text-align: center;
}
#selectUserNameDiv span,
#selectUserNameDiv a {
  color: #017ee1;
}

.lkhdb {
  position: relative;
  border: #cdcccc 1px solid;
  border-radius: 3px;
  padding: 12px 10px 10px 51px;
  background: url('../../../../service.jdy.com/css/img/gth_ico.png') no-repeat 19px 10px;
  margin-top: 10px;
}
.lkhdb img {
  position: absolute;
  top: -11px;
  left: 51px;
}
.lkhdb li {
  margin: 0 0 10px 0;
  color: #b9babb;
}
.lkhdb li span {
  width: auto;
  color: #f95e5e;
  display: inline;
}
.cloudservice {
  width: 290px;
  height: 156px;
  background: #18a0ff;
  border-radius: 3px;
  position: fixed;
  right: 71px;
  bottom: 255px;
  z-index: 19;
  display: none;
}
.cloudservice_close {
  text-align: right;
}
.cloudservice_close img {
  width: 14px;
  height: 14px;
  margin: 10px;
  cursor: pointer;
}
.cloudservicecon {
  display: flex;
  padding: 0 10px 10px;
}
.cloudservice_left {
  margin-right: 10px;
}
.cloudservice_left img {
  width: 51px;
  height: 51px;
}
.cloudservice_right dl dt,
.cloudservice_right dl dd {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.cloudservice_right dl dd {
  height: 19px;
  line-height: 19px;
  margin: 10px 0 19px 0;
  background: url('../../images/footer/tel_ico.png') no-repeat left center;
  background-size: 17px;
  text-indent: 23px;
}
.cloudservice_right p {
  display: flex;
  justify-content: space-between;
}
.cloudservice_right p a {
  display: block;
  width: 91px;
  height: 31px;
  line-height: 31px;
  border-radius: 3px;
  border: #fff 1px solid;
  font-size: 13px;
  text-align: center;
  transition: 0.3s;
}
.cloudservice_right p a:nth-child(1) {
  background: #fff;
  background-position: 71px center;
  color: #18a0ff;
}
.cloudservice_right p a:nth-child(1):hover {
  background: #fff url('../../images/footer/ab.png') no-repeat 71px center;
  text-indent: -11px;
}
.cloudservice_right p a:nth-child(2) {
  color: #fff;
  background-position: 71px center;
}
.cloudservice_right p a:nth-child(2):hover {
  background: url('../../images/footer/aw.png') no-repeat 71px center;
  text-indent: -11px;
}

.wpb_content_element {
  margin-bottom: 0;
}
.newjdywidth {
  width: 1180px;
  margin: 0 auto;
}
.exp {
  height: 190px;
  background: url('../images/index/exp_bg.png') no-repeat center;
  background-size: cover;
  /* margin-top: 80px;
  margin-bottom:100px */
}
.expcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 190px;
}
.expcon dl dt {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.expcon dl dd {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.expcon div {
  display: flex;
  justify-content: space-between;
}
a.expbtn_a {
  display: block;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  border: 1px solid rgb(255, 255, 255, 0.65);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
a.expbtn_b {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background: #fff;
  color: #2386ee;
  font-size: 14px;
  text-align: center;
}
a.expbtn_one {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #2386ee;
  font-size: 14px;
  text-align: center;
}
.expcon div a:nth-child(2) {
  margin-left: 16px;
}
.tit {
  font-size: 32px;
  font-weight: 800;
  color: #212121;
  text-align: center;
  margin: 80px 0 40px 0;
}
.litit {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  text-align: center;
  margin: 80px 0 40px 0;
}
.bannercon dl {
  padding-top: 200px;
}
.bannercon dt {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 67px;
  letter-spacing: 1px;
}
.bannercon dd {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 24px 0 40px 0;
}
.bannercon p {
  display: flex;
  align-items: center;
}
a.btn_c {
  display: block;
  width: 122px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 16px;
}
a.btn_w {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}
a.btn_b {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
}
a.btn_c,
a.btn_w,
a.btn_b,
.expbtn_one,
a.whitearrow,
a.bluearrow,
a.blackarrow {
  text-indent: 11px;
}
a.btn_c:after,
a.btn_w:after,
a.btn_b:after,
.expbtn_one:after,
a.whitearrow:after,
a.bluearrow:after,
a.blackarrow:after {
  display: inline-block;
  content: '';
  padding: 3px;
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
  transition: 0.5s;
  opacity: 0;
}
a.btn_c:after,
a.btn_w:after,
a.whitearrow:after {
  border: #fff solid;
  border-width: 0 1px 1px 0;
}
.expbtn_one:after,
a.bluearrow:after {
  border: #2386ee solid;
  border-width: 0 1px 1px 0;
}
a.blackarrow:after,
a.btn_b:after {
  border: #333 solid;
  border-width: 0 1px 1px 0;
}
a.btn_c:hover:after,
a.btn_w:hover:after,
a.btn_b:hover:after,
.expbtn_one:hover:after,
a.whitearrow:hover:after,
a.bluearrow:hover:after,
a.blackarrow:hover:after {
  margin-left: 10px;
  transition: 0.5s;
  opacity: 1;
}
.proexpModalBg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 99991;
  display: none;
  top: 0;
  left: 0;
}
.proTwoModal {
  width: 611px;
  height: 278px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.proThreeModal {
  width: 912px;
  height: 278px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.proFourModal {
  width: 611px;
  height: 400px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.proSixModal {
  width: 912px;
  height: 400px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.proThreeModal > div,
.proFourModal > div,
.proTwoModal > div {
  padding: 23px;
}
.proexpCon {
  display: flex;
  justify-content: space-around;
  margin-bottom: 24px;
}
.proexpClose {
  text-align: right;
}
.proexpClose img {
  cursor: pointer;
}
.proexpTit {
  font-size: 20px;
  font-weight: 800;
  color: #212121;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.proexpCon > div {
  width: 256px;
  height: 114px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proexpCon > div > img {
  width: 64px;
  height: 64px;
}
.proexpCon .star {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.proexpCon .star img {
  margin-top: 24px;
  width: 181px;
  height: 42px;
}
.proexpCon .star .star_tips {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: #2384ec;
  color: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  display: none;
}
.proexpCon > div:hover {
  background: #ecfaff;
  border: 1px solid #ecfaff;
  cursor: pointer;
}
.proexpCon > div dl {
  margin-left: 20px;
}
.proexpCon > div dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 3px;
}
.proexpCon > div dl dd {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

/* 促销活动样式开始 */
.promotionActivity {
  width: 560px;
  height: 508px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.promotionActivity .promotionClose {
  height: 48px;
  text-align: right;
}
.promotionClose img {
  width: 48px;
  height: 48px;
  margin-right: 90px;
  cursor: pointer;
}
.promotion-img {
  width: 560px;
  height: 460px;
  cursor: pointer;
}
/* 促销活动样式结束 */
.tipexpModal {
  width: 556px;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: fixed;
  z-index: 99992;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.tipexpTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 23px;
  border-bottom: #e6e6e6 1px solid;
}
.tipexpTit img {
  cursor: pointer;
}
.tipexpTit span {
  font-size: 19px;
  color: #212121;
}
.tipexpCon ul li {
  padding: 23px;
  font-size: 16px;
  color: #666;
  line-height: 23px;
}
.tipexpCon ul li:last-child {
  padding-top: 3px;
}
.tipexpCon ul li span {
  color: #2386ee;
}
.tipexpBtn {
  border-top: #e6e6e6 1px solid;
  background: #f2f2f2;
  padding: 10px 23px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tipexpBtn p {
  cursor: pointer;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  margin-left: 11px;
  margin-bottom: 0.1px;
}
.tipexpBtn p:nth-child(1) {
  background: #2386ee;
  color: #fff;
  border: 1px solid #2386ee;
}
.tipexpBtn p:nth-child(2) {
  background: #fff;
  color: #212121;
  border: 1px solid #ccc;
}
.prob_left {
  height: 61px;
  line-height: 61px;
  background-image: url('../images/pro/productfix/xc.png');
  background-repeat: no-repeat;
  background-repeat: left center;
  background-size: 61px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  text-indent: 76px;
}
.prob_left.prob_kj {
  background-image: url('../images/pro/productfix/kj.png');
}
.prob_left.prob_jxc {
  background-image: url('../images/pro/productfix/jxc.png');
}
.prob_left.prob_bx {
  background-image: url('../images/pro/productfix/bx.png');
}
.prob_left span {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin-left: 10px;
}
.prob_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prob_right > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.prob_right span {
  font-size: 24px;
  color: #ee7200;
}
.prob_right em {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  font-style: normal;
  margin: 0 31px 0 13px;
}
.prob_right > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prob_right a {
  margin-left: 12px;
  margin-right: 1px;
}
.fix_pro .prob_left {
  margin-left: 51px;
}
.fix_pro .prob_right {
  margin-right: 51px;
}
.ly_div {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
}
.lybottom .ly_div:nth-child(1) {
  background: url('../images/pro/productfix/xc_vesion.png') no-repeat left top;
  background-size: 53px;
  border-right: 1px solid #dbdbdb;
}
.lybottom .ly_div:nth-child(2) {
  background: url('../images/pro/productfix/jxc_vesion.png') no-repeat left top;
  background-size: 53px;
}
.lybottom .ly_div:nth-child(1) dl {
  background: url('../images/pro/productfix/xc.png') no-repeat left center;
  background-size: 61px;
}
.lybottom .ly_div:nth-child(2) dl {
  background: url('../images/pro/productfix/jxc.png') no-repeat left center;
  background-size: 61px;
}
.lybottom .ly_div:nth-child(2) dl.ly_kj {
  background: url('../images/pro/productfix/kj.png') no-repeat left center;
  background-size: 61px;
}
.ly_div dl {
  height: 61px;
  padding-left: 76px;
  margin: 0 51px 0 61px;
}
.ly_div dl dt {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  margin-top: 6px;
}
.ly_div dl dd {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.ly_div div {
  margin-top: 10px;
}
.ly_div div p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.ly_div div p span {
  font-size: 24px;
  color: #ee7200;
}
.ly_div div p a {
  font-size: 16px;
  color: #1981ee;
  font-weight: normal;
  margin-right: 9px;
}
#J_pro,
#J_ly {
  height: 100px;
  margin-bottom: 100px;
}
.probottom {
  width: 1180px;
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
.fix_pro {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%);
  box-shadow: 0px 0px 40px 0px rgba(82, 82, 82, 0.2);
  border-radius: 8px;
}
.newDiscount {
  position: absolute;
  width: 74px;
  height: 74px;
  padding: 0px !important;
}
.product-discount {
  width: 272px;
  height: 25px;
  background: linear-gradient(270deg, #ffa61e 0%, #ff6d0d 100%);
  border-radius: 4px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.product-discount p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  height: 25px;
  width: 230px;
  margin: 0px 0px 0px 15px;
}
.product-title-p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.discount-tooltips {
  position: absolute;
  left: 0px;
  top: 85px;
  width: 288px;
  background: #ffffff;
  box-shadow: 6px -2px 14px 0px rgb(0 0 0 / 20%);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  text-align: left;
  border-radius: 8px;
  z-index: 99;
  display: block;
}
.discount-question-icon {
  margin-left: 5px;
}
.discount-tooltips p {
  margin: 0px;
}
.discount-tooltips::after {
  position: absolute;
  top: 50px;
  left: 162px;
  content: '';
  width: 0px;
  height: 0px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
