﻿@charset "UTF-8";
.w1000,
.w1080,
.w1200,
.w1280,
.w1400 {
  margin: 0 auto;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
.ease,
.ease *,
.footer_main .bnav .item a,
.header_main .u-btn a {
  -webkit-transition: all ease 0.8s;
}
svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1080 {
  width: 1080px;
}
.w1200 {
  width: 1200px;
}
.w1280,
.w1400 {
  width: 1280px;
}
.w1000 {
  width: 1000px;
}
.ico {
  background: url(/templates/xgjnew/img/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #000;
}
.ease,
.ease * {
  transition: all ease 0.8s;
}
.noease,
.noease * {
  -webkit-transition: none;
  transition: none;
}
::placeholder{
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
::-webkit-input-placeholder{
    color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #ccc;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
 }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
select:invalid{
    color: #ccc;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.none {
  display: none !important;
}
#baiduIframe,
.arrow,
.header_main .nav li,
.header_main .u-btn a,
.icon {
  display: inline-block;
}
.g-mt20 {
  margin-top: 20px;
}
.g-mt10 {
  margin-top: 10px;
}
.g-mt40 {
  margin-top: 40px;
}
.g-ml10 {
  margin-left: 10px;
}
.g-ml20 {
  margin-left: 20px;
}
.g-tc {
  text-align: center;
}
.g-tr {
  text-align: right;
}
.g-tl {
  text-align: left !important;
}
.g-pb20 {
  padding-bottom: 20px;
}
.g-fs16 {
  font-size: 16px !important;
}
.g-fs18 {
  font-size: 18px !important;
}
@font-face {
  font-family: iconfont;
  src: url(//at.alicdn.com/t/font_1251825_s70z1m4crt.eot);
  src: url(//at.alicdn.com/t/font_1251825_s70z1m4crt.eot?#iefix)
      format('embedded-opentype'),
    url(//at.alicdn.com/t/font_1251825_s70z1m4crt.woff2) format('woff2'),
    url(//at.alicdn.com/t/font_1251825_s70z1m4crt.woff) format('woff'),
    url(//at.alicdn.com/t/font_1251825_s70z1m4crt.ttf) format('truetype'),
    url(//at.alicdn.com/t/font_1251825_s70z1m4crt.svg#iconfont) format('svg');
}
#baiduIframe {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.about {
  width: 120px !important;
  left: 0 !important;
  background-color:#fff !important;
  border: none !important;
  padding: 10px 16px !important;
  font-size: 16px;
}
/*.about p {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}*/
/* .about p a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px !important;
} */
.about p a {
    color:#303133;
}
.download-wrap {
  width: 280px !important;
  background-color:rgba(10, 19, 66, 0.96) !important;
  border:none !important;
  left:-96px !important;
}
.download-wrap p a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px !important;
}
.helptxt {
    color: rgba(255, 255, 255, 0.6) !important;
}

.arrow {
  width: 6px;
  height: 6px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  background: 0 0;
  vertical-align: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.up-arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.left-arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bottom-arrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow-middle {
  width: 8px;
  height: 8px;
}
.header_main,.header_main.light {
  background: #fff;
  width: 100%;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.header_main.border {
  border-bottom: 1px solid #ebf0f5;
}
.header_main .logo {
  width: 120px;
  height: 35px;
  display: block;
  margin-top: 18.5px;
  font-size: 0;
}
.header_main .logo img {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}
.header_main .u-btn {
  margin-top: 18px;
}
.header_main .u-btn a {
  height: 30px;
  line-height: 35px;
  width: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  transition: all ease 0.8s;
  vertical-align: top;
}
.header_main .u-btn a.btn2,
.header_main.light .u-btn a.btn2 {
  margin-left: 15px;
  color: #0f93ff;
  width: 96px;
  height: 36px;
  line-height: 34px;
  background: #fff;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b8dfff;
  cursor: pointer;
}
.header_main .u-btn a:hover,
.header_main.light .u-btn a:hover {
  color: #0f93ff;
}
.header_main .u-btn a.btn1,
.header_main .u-btn a.btn2:hover,
.header_main.light .u-btn a.btn1,
.header_main.light .u-btn a.btn2:hover {
  background: #0f93ff;
  color: #fff;
  border: 1px solid transparent;
}
.header_main .nav {
  height: 72px;
  position: relative;
  margin-left: 30px;
}
.header_main .nav ul {
  width: 100%;
  font-size: 0;
}
.header_main .nav li {
  vertical-align: top;
  padding: 0 24px 7px;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.header_main .nav li .nav-a{
  padding: 0;
  text-align: center;
  height: 65px;
  line-height: 72px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  color: #303133;
}
.header_main.light .nav li .nav-a{
    color: #676c70;
}

.header_main .nav li .nav-a i {
  margin-left: 8px;
  border-color: #676c70;
  -webkit-transform-origin: 25% 25%;
  transform-origin: 25% 25%;
  vertical-align: middle;
}
.header_main.light .nav li .nav-a i{
    border-color: #676c70;
}
.header_main .nav li .nav-a:before {
  content: '\20';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0f93ff;
}
.header_main .nav li.hover .nav-a:before,
.header_main .nav li:hover .nav-a:before {
  width: 100%;
}
.header_main .nav li.hover .nav-a,
.header_main .nav li.hover .nav-a .arrow,
.header_main.light .nav li:hover .nav-a,
.header_main.light .nav li .nav-a:hover {
  color: #0f93ff;
}
.header_main .nav li.hover .nav-a .arrow,
.header_main .nav li.hover .nav-a .arrow .arrow,
.header_main .nav li:hover .nav-a .arrow {
  border-color: #0f93ff;
}
.header_main .nav li:hover .nav-a .arrow {
  border-color: #4dafff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_main.light .nav li:hover .nav-a .arrow{
    border-color: #0f93ff;
}
.header_main .nav li:hover .sub-nav {
  display: block;
}
.header_main .nav li .sub-nav {
  position: absolute;
  top: 72px;
  left: -115px;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  display: none;
  /*color: #676c70;*/
  color: #FFFFFF;
  font-size: 14px;
  background: #fff;
  /*-webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, 0.5);
  box-shadow: 0 2px 8px 0 rgba(230, 241, 250, 0.5);*/
  border-radius: 2px;
  border: 1px solid #edf4fa;
}
.header_main .nav li:hover .sub-nav.product-list{
  border-top: 1px solid #EBEEF5;
}
.header_main .nav .sub-nav.product-list .sub-menu-wrapper {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header_main .nav .sub-nav.product-list .sub-nav-menu {
  flex: 0;
  margin-right: 20px;
}
.header_main .nav .sub-nav.product-list .sub-nav-menu:first-child {
  margin-bottom: 16px;
}
.header_main .nav .sub-nav.product-list .sub-nav-menu .sub-nav-title {
  position: relative;
  line-height: 22px;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #303133;
}
.header_main .nav .sub-nav.product-list .sub-nav-menu .sub-nav-title:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background-color: #2284FE;
}
.header_main .nav .sub-nav.product-list .sub-nav-menu .sub-nav-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 252px;
}
.header_main .nav li .sub-nav.product-list{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 344px;
  padding-top: 30px;
  padding-right:0px;
  padding-bottom: 16px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.03);
}
.header_main .nav li .sub-nav.product-list .mt1{
  display: flex;
  align-items: center;
  width: 248px;
  height: 64px;
  padding: 9px 16px;
  box-sizing: border-box;
  border: 1px solid #EBEEF5;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.header_main .nav li .sub-nav.product-list .mt1:hover{
  background: rgba(34,132,254,0.05);
}
.header_main .nav li .sub-nav.product-list .mt1 .rtxt {
  padding-left: 12px;
}
.header_main .nav li .sub-nav.product-list .mt1 .rtxt .main-txt {
  margin-bottom: 4px;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
}
.header_main .nav li .sub-nav.product-list .mt1 .rtxt .helptxt {
  color: #909399 !important;
  font-size: 14px;
}
.header_main .nav li .sub-nav.product-list .mt1.max {
  width: 350px;
  height: 106px;
}
.header_main .nav li .sub-nav.product-list .mt1.max .rtxt .main-txt {
  margin-bottom: 10px;
}
.header_main .nav li .sub-nav.product-list .mt1.max img {
  width: 60px;
  height: 60px;
}

.header_main .nav li .sub-nav .mt1 {
  cursor: pointer;
}
.header_main .nav li .sub-nav .sub-nav-case-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 248px;
  height: 46px;
  padding: 12px 16px;
  color: #101010;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #EBEEF5;
  box-sizing: border-box;
}
.header_main .nav li .sub-nav .sub-nav-case-item a:hover {
  background: rgba(34,132,254,0.05);
}
.header_main .nav li .sub-nav .sub-nav-case-item a:hover .more-icon {
  display: none;
}
.header_main .nav li .sub-nav .sub-nav-case-item a:hover .more-icon-active {
  display: block;
}
.header_main
  .nav
  li
  .sub-nav
  .sub-nav-case-item
  a:hover
  .header_main
  .nav
  li
  .sub-nav
  a:hover
  .header_main
  .nav
  li
  .sub-nav-easy {
  width: 120px;
  left: 0;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.header_main .nav li .sub-nav-easy a {
  width: 100%;
  padding: 0;
  line-height: 40px;
  text-align: center;
  color: #676c70;
  display: inline-block;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header_main .nav .sub-nav.product-list {
  left: -224px;
} 
.header_main .nav li .sub-nav-normal {
  width: 220px;
  /*top: 82px;*/
  left: -70px;
  padding: 20px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.03);
  /*-webkit-box-shadow: 0 1px 1px #f2f2f2;
  box-shadow: 0 1px 1px #f2f2f2;*/
}
.header_main .nav li .sub-nav-normal .mt1 {
  height: 60px;
  margin-bottom: 12px;
  /*background-color:aqua;
  opacity: 0.1;*/
}
.header_main .nav li .sub-nav-normal .mt1:last-child {
  margin-bottom: 0;
}
.header_main .nav li .sub-nav-normal .mt1 a {
  padding: 8px 12px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_main .nav li .sub-nav-normal .mt1 a .rtxt {
  margin-left: 16px;
}
.header_main .nav li .sub-nav-normal .mt1 a .rtxt > span {
  font-size: 16px;
  /*color: #3d4042;*/
  color: #FFFFFF;
  font-weight: 500;
}
.header_main .nav li .sub-nav-normal .mt1 a .rtxt > span:nth-child(2) {
  /*color: #676c70;*/
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}
.header_main .nav li .sub-nav-normal.product-list:before{
  left: -265px;
}
.header_main .nav li .sub-nav-normal:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 0;
  margin: auto;
  right: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  /*隐藏小三角*/
  display:none;
}
.header_main .nav li .sub-nav a:hover {
  /*background: #f5fbff;*/
}
.header_main .nav li .sub-nav-easy a:hover {
  background: #fff;
  color: #0f93ff;
}
.header_main .nav li .sub-nav a:hover .arrow {
  border-color: #969da3;
}
.header_main .nav li .sub-nav a img {
  width: 44px;
  height: 44px;
  display: inline-block;
}
.header_main .nav li .sub-nav a div {
  height: 44px;
  padding-left: 64px;
  position: relative;
}
.header_main .nav li .sub-nav a div i {
  position: absolute;
  right: 1px;
  top: 14px;
}
.header_main .nav li .sub-nav a span {
  display: block;
  font-size: 16px;
  color: #3d4042;
  line-height: 1;
  font-weight: 500;
}
.header_main .nav li .sub-nav a span:nth-of-type(2) {
  font-size: 14px;
  color: #676c70;
  font-weight: 400;
  margin-top: 6px;
}
.footer_main {
  width: 100%;
  background: #fff;
}
.footer_main .footercon {
  padding: 45px 0;
}
.footer_main .footercon .tit {
  font-size: 16px;
  margin-bottom: 22px;
  color: #3d4042;
}
.footer_main .bnav {
  width: 206px;
  float: left;
}
.footer_main .bnav .item {
  width: 150px;
  float: left;
  line-height: 42px;
}
.footer_main .bnav .item a {
  display: block;
  transition: all ease 0.8s;
  font-size: 14px;
  color: #676c70;
  line-height: 36px;
}
.footer_main .bnav .item a:hover {
  color: #0f93ff;
}
.footer_main .bintroduce {
  width: 206px;
  float: left;
}
.footer_main .bcontact {
  width: 360px;
  float: left;
}
.footer_main .bintroduce .item {
  float: left;
  line-height: 42px;
}
.footer_main .bintroduce .item a {
  display: block;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  font-size: 14px;
  color: #676c70;
  line-height: 36px;
  cursor: pointer;
}
.footer_main .bintroduce .item a:hover {
  color: #0f93ff;
}
.footer_main .bcontact ul {
  line-height: 42px;
}
.footer_main .bcontact ul .t {
  margin-top: 15px;
}
.footer_main .bcontact .item {
  float: left;
  line-height: 42px;
}
.footer_main .bcontact .item a {
  display: block;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  font-size: 14px;
  color: #676c70;
  line-height: 36px;
}
.footer_main .ewmlist {
  float: right;
  width: 382px;
}
.footer_main .ewmlist .tit {
  font-size: 16px;
  color: #3d4042;
  line-height: 16px;
}
.footer_main .ewmlist li {
  width: 98px;
  margin-left: 42px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #676c70;
  line-height: 14px;
  margin-top: 10px;
}
.footer_main .ewmlist li img {
  width: 94px;
  height: 94px;
  background: #fff;
  display: block;
  margin-top: 5px;
}
.footer_main .ewmlist li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.footer_main .links {
  width: 100%;
  line-height: 22px;
  padding: 30px 0;
  background: url(/templates/xgjnew/img/bbg.jpg) 0 top repeat-x;
  color: #999;
}
.footer_main .links a {
  color: #999;
  margin-right: 15px;
  display: inline-block;
}
.footer_main .links a:hover {
  color: #fff;
}
.footerconhr {
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a3d6ff),
    to(#75b6ff)
  );
  background: -webkit-linear-gradient(left, #a3d6ff 0, #75b6ff 100%);
  background: linear-gradient(90deg, #a3d6ff 0, #75b6ff 100%);
}
.copyright {
  padding-bottom: 40px;
  font-size: 12px;
  color: #676c70;
  line-height: 24px;
}
.copyright a {
  color: inherit;
}
.copyright .icp {
  float: right;
}
.copyright .desc-qx {
  position: relative;
  cursor: pointer;
}
.copyright .desc-qx .inner-desc-qx {
  position: absolute;
  width: 150px;
  background-color: #3a4d67;
  opacity: 0.8;
  left: calc(100% + 5px);
  bottom: -10px;
  display: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
}
.copyright .desc-qx .inner-desc-qx.active {
  display: block;
}
.footer-apply {
  height: 280px;
  width: 100%;
  text-align: center;
  background: url(../images/freebj.png) center center no-repeat;
  background-size: cover;
}
.footer-apply h2 {
  padding-top: 88px;
  font-size: 34px;
  font-weight: 500;
  color: #3d4042;
  line-height: 1;
}
.footer-apply label {
  display: block;
  margin: 30px auto 0;
  width: 400px;
  height: 40px;
  outline: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, 0.5);
  box-shadow: 0 2px 8px 0 rgba(230, 241, 250, 0.5);
  border-radius: 22px;
  border: 1px solid #edf4fa;
}
.footer-apply label input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: none;
  outline: 0;
  padding-right: 96px;
  padding-left: 24px;
}
.footer-apply label a {
  float: right;
  width: 96px;
  height: 36px;
  line-height: 36px;
  background: #0f93ff;
  border-radius: 22px;
  color: #fff;
  position: absolute;
  right: 1px;
  top: 1px;
}
.toolbar2-wrap {
  position: fixed;
  left: 10px;
  bottom: 100px;
  z-index: 997;
  font-size: 12px;
}
.toolbar2-wrap.none {
  display: none;
}
.toolbar2-wrap .pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 124px;
  cursor: pointer;
}
.toolbar2-wrap .pos .left-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#_VIDEO_WRAP,
.dialog,
.modal,
.toolbar1-wrap {
  position: fixed;
}
.toolbar2-wrap .pos .content-wrap {
  margin-top: -10px;
  padding-top: 10px;
  border-radius: 10px;
  border: 2px solid #0f93ff;
  overflow: hidden;
}
.toolbar2-wrap .pos .zx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  color: #fff;
  background: #0f93ff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toolbar2-wrap .pos .zx-box:hover {
  background-color: #0d84e5;
}
.toolbar2-wrap .pos .zx-box img {
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.toolbar2-wrap .left-avatar {
  width: 90px;
  height: 82px;
}
.toolbar2-wrap ul {
  margin-top: -10px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.toolbar2-wrap ul li {
  padding: 8px;
  font-weight: 400;
  color: #3d4042;
  line-height: 16px;
}
.toolbar2-wrap ul li:first-child {
  padding-top: 18px;
}
.toolbar2-wrap ul li:nth-child(even) {
  background-color: rgba(15, 147, 255, 0.1);
}
.toolbar2-wrap ul li:hover {
  background-color: rgba(15, 147, 255, 0.2);
}
.toolbar2-wrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hot-list,
.toolbar1 dd i,
.toolbar1 dd a {
  -ms-flex-direction: column;
}
.toolbar2-wrap .bottom .border {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #0f93ff;
}
.toolbar2-wrap .close-point {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/templates/xgjnew/img/close-icon.png);
  background-size: 100%;
}
.toolbar1-wrap {
  right: 10px;
  bottom: 100px;
  z-index: 997;
}
.toolbar1 .top-wrap {
  display: block;
}
.toolbar1 .top-wrap.none {
  display: none;
}
.right-avatar {
  width: 80px;
  height: 86px;
  cursor: pointer;
}
.toolbar1 {
  margin: -5px auto 0;
  width: 68px;
}
.toolbar1 dd {
  width: 100%;
  height: 64px;
  position: relative;
  background: #1b82fa;
  border-radius: 1px;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
}
.toolbar1 dd:hover {
  background-color: #166ed4;
}
.plus-icon,
.toolbar1 dd .wechat-icon {
  width: 24px !important;
  height: 24px !important;
}
.arrow-icon {
  width: 24px !important;
  height: 10px !important;
}
.toolbar1 dd i,
.toolbar1 dd a {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.toolbar1 dd i .word,
.toolbar1 dd a .word {
  font-size: 12px;
  padding: 7px 4px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.toolbar1 .tel a {
  color: #fff;
}
.toolbar1 .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.toolbar1 .pop {
  position: absolute;
  right: 74px;
  top: -3px;
  background: #fff;
  border: 1px solid #e6edf5;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
}
.toolbar1 .dd_cd:not(:last-child) {
  border-bottom: 1px solid #166ed4;
}
.header_main .nav li .sub-nav-fun-normal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1380px;
  top: 82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 27px 33px 39px 45px;
  border-radius: 10px;
}
.hot-list,
.sub-nav-case-item:last-child ul,
.sub-nav-fun-normal .sub-nav-fun-list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.header_main .nav li .sub-nav-fun-normal li {
  padding: 0 !important;
}
.header_main .nav li .sub-nav-fun-normal .hot-wrap {
  padding-left: 32px;
  width: 306px;
  color: #646566;
  font-size: 16px;
  border-left: 1px solid #dcdee0;
}
.more-icon,
.more-icon-active {
  margin-left: 8px;
  width: 12px !important;
  height: 12px !important;
  vertical-align: middle;
}
.header_main .nav li .sub-nav .sub-nav-case-item a .more-icon-active {
  display: none;
}
.sub-nav-fun-normal .sub-nav-fun-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sub-nav-fun-normal .sub-nav-fun-list ul li {
  width: 100%;
}
.sub-nav-fun-normal .sub-nav-case-item:nth-child(2) li:not(:first-child) {
  margin-top: 24px;
}
.sub-nav-fun-normal .sub-nav-case-item:first-child {
  width: 250px;
}
.sub-nav-fun-normal .sub-nav-case-item:nth-child(2) {
  margin: 0 160px;
}
.sub-nav-fun-normal .hot-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 39px;
  border: 1px solid #dcdee0;
}
.hot-search-icon {
  margin: 0 13px;
  width: 15px;
  height: 15px;
}
.hot-list li,
.hot-title {
  margin-top: 24px;
}
.hot-search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hot-search-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.hot-search-input::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}
.hot-search-input:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.hot-search-input::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.hot-search-input::placeholder {
  color: #ccc;
  font-size: 16px;
}
.hot-title {
  color: #969799;
  font-size: 16px;
}
.hot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header_main .nav li .sub-nav-resolve-normal {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 450px;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.03);
}
.header_main .sub-nav-resolve-normal .sub-nav-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.sub-nav-case-list .sub-nav-case-item {
  width: 248px;
  margin-right: 60px;
  padding: 0 !important;
  font-size: 16px;
}
.sub-nav-case-list .sub-nav-case-item:last-child {
  margin-right: 0;
}
.sub-nav-case-item li {
  padding: 0 !important;
  font-size: 16px !important;
  margin-bottom: 16px;
}
.sub-nav-case-item:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dialog,
.fun-sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
}
.fun-sub-wrap,
.fun-sub-wrap div:nth-child(n + 3) {
  margin-top: 24px;
}
.fun-sub-title {
  color: #969799;
  font-size: 16px;
}
.fun-sub-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 227px;
}
/*.sub-nav-case-item:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 125px;
}*/
/*.sub-nav-case-item:first-child li:not(:first-child),
.sub-nav-case-item:last-child li:not(:first-child),
.sub-nav-case-item:nth-child(2) li:nth-child(n + 3) {
  margin-top: 24px;
}*/

.sub-nav-case-item:nth-child(2) {
  width: 240px;
}
.sub-nav-case-title {
  position: relative;
  line-height: 22px;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #303133;
}
.sub-nav-case-title:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background-color: #2284FE;
}

.toolbar1 .top-wrap {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.toolbar1 .dd_cd:hover .pop {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.toolbar1 .pop-code {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 165px;
  padding: 20px 20px 0;
}
.toolbar1 .pop-tel {
  color: #1e1d22;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  white-space: nowrap;
}
.toolbar1 .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar1 .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar1 .qq span {
  background-position: center 8px;
}
.toolbar1 .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  color: #fff;
}
.toolbar1 .zxzx span {
  background-position: center 0;
}
.toolbar1 .tel span {
  background-position: center -41px;
}
.toolbar1 .code span {
  background-position: center -85px;
}
.toolbar1 .top span {
  background-position: center -129px;
}
#_VIDEO_WRAP,
#_VIDEO_WRAP .content,
.dialog {
  background: rgba(0, 0, 0, 0.5);
}
.dialog {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#_VIDEO_WRAP,
.dialog .content {
  display: -webkit-box;
  display: -ms-flexbox;
}
.dialog .apply-title{
    font-size: 26px;
    font-weight: 600;
    color: #3D4042;
    line-height: 37px;
    margin-top: 75px;
    margin-left: 132px;
}

.dialog .content {
  position: relative;
  display: flex;
  width: 900px;
  height: 540px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  border-radius: 18px;
}
.dialog .content .close {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 20;
}
.dialog .content .dialog-left {
  width: 480px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background-image: url('/templates/xgjnew/img/freetrail/xgj.png');
  background-repeat: no-repeat;
  background-size: 379px 504px;
  background-position: center left;
  text-align: center;
}
.dialog .content .dialog-left .dialog-left-title {
  line-height: 30px;
  margin-top: 80px;
  margin-bottom: 9px;
  font-size: 26px;
  font-weight: 600;
  color: #303133;
}
.dialog .content .dialog-left .dialog-left-sub-title {
  line-height: 16px;
  margin-bottom: 42px;
  font-size: 14px;
  color: #80878E;
}
.dialog .content .dialog-left .dialog-left-logo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dialog .content .dialog-left .dialog-left-logo .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  margin: 0 8px 16px;
  border-radius: 8px;
  background-color: #fff;
}
.dialog .content .dialog-left .dialog-left-logo .logo-item>img {
  max-width: 98px;
  width: auto;
}
.dialog .content .dialog-left .dialog-left-footer {
  margin-top: 21px;
  color: #606266;
  font-size: 16px;
}
.dialog .content .dialog-right {
  width: 420px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.dialog .content .dialog-right .form-wrapper {
  display: none;
  width: 389px;
  height: 440px;
  margin-top: 56px;
  padding-top: 36px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
  border-radius: 18px 18px 18px 18px;
  box-sizing: border-box;
}
.dialog .content .dialog-right .form-wrapper.active {
  display: inline-block;
}
.dialog .content .dialog-right .form-wrapper .apply-title {
  line-height: 30px;
  margin-top: 0; 
}
.dialog .content .dialog-right .form-wrapper > img {
  width: 120px;
  height: 35px;
  display: block;
  font-size: 0;
  margin: 30px auto 0;
}
.dialog .content .dialog-right .form-wrapper .dialog-form {
  margin-top: 21px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item  .form-item-label{
    display: inline-block;
    line-height: 15px;
    margin-bottom: 8px;
    font-size: 13px;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item  .form-item-label .icon-required {
  margin-right: 4px;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item.form_persons {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  .icon-required:after {
  content: '*';
  color: red;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item-content {
  position: relative;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .clear {
  position: absolute;
  right: 10px;
  background: #fff;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  opacity: 0.9;
  border-radius: 50%;
  cursor: pointer;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .code-send-btn {
  position: absolute;
  right: 15px;
  top: 14px;
  line-height: 1;
  padding-left: 12px;
  color: #0f93ff;
  border-left: 1px solid #0f93ff;
  cursor: pointer;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .code-send-btn.disabled {
  color: #909399;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item:hover
  .clear {
  display: block;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item input {
  width: 100%;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border: 1px solid #E1ECF5;
  border-radius: 8px;
  padding: 0 16px;
  line-height: 42px;
  outline: 0;
}
.dialog .content .dialog-right .school-size-item {
  position: relative;
  display: inline-block;
  width: 118px;
  height: 42px;
  line-height: 42px;
  margin-right: 12px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #E6EDF5;
  color: #303133;
  cursor: pointer;
}
.dialog .content .dialog-right .school-size-item>img {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.dialog .content .dialog-right .school-size-item.active {
  border-color: #0F93FF;
  color: #0F93FF;
}
.dialog .content .dialog-right .school-size-item.active>img {
  display: inline-block;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input:focus {
  border-color: #0f93ff;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input::-webkit-input-placeholder {
  color: #ccc;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input::-moz-placeholder {
  color: #ccc;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input:-ms-input-placeholder {
  color: #ccc;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input::-ms-input-placeholder {
  color: #ccc;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input::placeholder {
  color: #ccc;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .hint {
  position: absolute;
  left: 0;
  top: 69px;
  line-height: 1;
  font-size: 12px;
  color: red;
  display: none;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .require .hint {
  display: block;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .require input {
  border-color: red;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .code {
  position: relative;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .code input {
  padding-right: 130px;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .code .getcode {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 110px;
  height: 14px;
  line-height: 1;
  float: right;
  text-align: center;
  border-left: 1px solid #d5dbe0;
  color: #0f93ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .photocode {
  position: relative;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .photocode input {
  padding-right: 140px;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .photocode
  .getphotocode {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 140px;
  height: 40px;
  line-height: 1;
  float: right;
  text-align: center;
  color: #0f93ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dialog .content .dialog-right .form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 389px;
  height: 440px;
  margin-top: 56px;
  padding-top: 42px;
  padding-bottom: 80px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
  border-radius: 18px 18px 18px 18px;
  text-align: center;
}
.dialog .content .dialog-right .form-success.active {
  display: flex;
}
.dialog .content .dialog-right .form-success img {
  width: 78px;
  height: 78px;
  margin-bottom: 10px;
  padding: 0;
}
.dialog .content .dialog-right .form-success .line-1 {
  font-size: 24px;
  font-weight: 400;
  color: #303133;
  line-height: 24px;
  margin-bottom: 20px;
}
.dialog .content .dialog-right .form-success .line-2 {
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  line-height: 21px;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EBEEF5;
}
.dialog .content .dialog-right .form-success .form-success-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dialog .content .dialog-right .form-success .form-success-code>img {
  width: 110px;
  height: 110px;
  margin: 0 0 5px;
}
.dialog .content .dialog-right .form-success .form-success-code>span{
  font-size: 16px;
  color: #606266;
}
.dialog .content .dialog-right .btn {
  display: block;
  height: 42px;
  background: #0f93ff;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 36px;
  width: auto !important;
}
.dialog .toast {
  margin-top: 64px;
  padding-bottom: 20px;
  text-align: center;
}
.dialog .toast .icon {
  font-size: 108px;
}
.dialog .toast .dialog_hint {
  font-size: 24px;
  color: #3d4042;
  line-height: 24px;
  margin-top: 30px;
}
.dialog .toast .dialog_ms {
  display: inline-block;
  width: 260px;
  height: 42px;
  font-size: 14px;
  color: #a1aab3;
  line-height: 21px;
  margin-top: 18px;
}
.dialog .toast .dialog_closeBtn {
  margin-top: 48px;
  display: inline-block;
  width: 260px;
  height: 42px;
  background: #0f93ff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
@-webkit-keyframes scalein {
  from {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scalein {
  from {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#_VIDEO_WRAP {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#_VIDEO_WRAP .content {
  width: 800px;
  height: 1422.22222 px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
#_VIDEO_WRAP .content video {
  width: 100%;
  height: 100%;
}
#_VIDEO_WRAP .content .close {
  position: absolute;
  top: -26px;
  right: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.8;
}
.modal {
  left: 50%;
  top: 50%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.modal.none {
  display: none;
}
.modal .modal-avatar {
  margin-right: 16px;
  width: 70px;
  height: 70px;
}
.modal .modal-right {
  position: relative;
}
.modal .modal-right img {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal h3 {
  font-weight: 600;
  color: #333;
  line-height: 28px;
  font-size: 20px;
}
.modal p {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #676c70;
  line-height: 20px;
}
.modal .btn-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .btn-wrap .btn-item {
  width: 128px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #0f93ff;
  text-align: center;
  border: 1px solid #0f93ff;
  border-radius: 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .btn-wrap .btn-item:first-child {
  margin-right: 10px;
  background-color: #0f93ff;
  color: #fff;
}
.modal .btn-wrap .btn-item:first-child:hover {
  background-color: #0d84e5;
}
.modal .btn-wrap .btn-item:last-child:hover {
  border-color: #0d84e5;
  color: #0d84e5;
}
#popToast .tips_content {
  background: #fff;
  position: fixed;
  top: 50%;
  width: 450px;
  margin-left: -240px;
  margin-top: -64px;
  left: 50%;
  padding: 20px 20px 40px 40px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.showVedio2,
.vedioMask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#popToast .tips-close-icon {
  overflow: hidden;
  width: 100%;
}
#popToast .tips-close-icon .icon {
  color: #ccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#popToast .tips-close-icon .icon:hover {
  color: #3673ff;
}
#popToast .tips-close-icon .icon:active {
  color: #3e61c8;
}
#popToast .container {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
}
#popToast .container .tips-icon,
#popToast .container .tips-icon .icon {
  width: 24px;
  height: 24px;
}
#popToast .container .tips-container {
  width: calc(100% - 44px);
  margin-left: 20px;
}
#popToast .tips-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  line-height: 24px;
}
#popToast .tips-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
}
#popToast .btn-blue,
#popToast .btn-cancel {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #d7dce6;
  padding: 8px 12px;
  cursor: pointer;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  text-align: center;
  margin-left: 10px;
}
#popToast .btn-cancel:hover {
  background: #eee;
  border-color: #e9e9e9;
}
#popToast .btn-blue {
  background: #0eda98;
  border: 1px solid #0eda98;
  color: #fff;
}
#popToast .btn-blue:hover {
  background-color: #02c687;
  border-color: #02c687;
}
.vedioMask {
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
}
.showVedio2 {
  margin: auto;
  z-index: 9999;
  display: none;
}
.showVedio2 .showVedio2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.showVedio2 .playcon {
  width: 64vw;
  height: 36vw;
  margin: auto;
  position: relative;
}
.showVedio2 .playcon .player {
  width: 100% !important;
  height: 100% !important;
}
.showVedio2 .close {
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: -16px;
  top: -40px;
  cursor: pointer;
  background: url(../img/close.png) center center no-repeat;
}
.showVedio2 video {
  width: 100%;
  height: 100%;
  display: block;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form_types {
  display: flex;
  flex-wrap: wrap;
}
.form-select-item{
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-select-item input {
  margin: 0 10px 0 0 !important;
  width: 15px !important;
  height: 15px !important;
}
.form-select-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  width: 50%;
  cursor: pointer;
}
.form_types{
    justify-content: center;
}
.form_types label{
    width: 118px;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #E6EDF5;
    height: 32px;
    line-height: 32px;
    margin: 18px 0 8px 0;
}
.form_types label+label{
    margin-left: 12px;
}
.form_types label.is-checked{
    background: url(/templates/xgjnew/img/radio-checked.png) no-repeat top right;
    background-size: 16px 16px;
    border-radius: 4px 6px 4px 4px;
}
.form_types label:hover,
.form_types label.is-checked{
    border: 1px solid #0F93FF;
    color: #0F93FF;
    font-weight: 600;
}
.form_types input[type='radio']{
    display: none!important;
}
.form_persons{
    border: 1px solid #E1ECF5;
    width: 100%;
    height: 42px;
    position: relative;
    overflow: visible;
}
.form_persons .down-arrow{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 14px;
    fill: #666;
}
.require.form_persons {
  border-color: red;
}
.form-item-select {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0 35px 0 20px;
  line-height: 42px;
  outline: 0;
  border-radius: 8px;
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
}
.double-code-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.code-modal {
  position: relative;
  width: 700px;
  height: 540px;
  font-size: 20px;
  color: #666666;
  border-radius: 20px;
  background-image: url(/templates/xgjnew/img/common/yx-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.code-modal .header-img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 100px;
}
.code-modal .code-wrap {
  display: flex;
  justify-content: center;
  height: 430px;
}
.code-modal .code-img {
  margin-bottom: 10px;
  width: 280px;
  height: 280px;
}
.code-close-img {
  position: absolute;
  right: -36px;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.code-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.code-item>span {
  color: #606266;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 10px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.solution_ul {
    margin-top:12px;
}
.bottom-container{
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    background: transparent;
    z-index: 99;
    transition: all .8s;
    min-width: 1200px;
}
.advertising-banner{
    width: 100%;
    height: auto;
}
.advertising-banner-img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.advertising-btn-wrap {
    position: absolute;
    left: 70%;
    top: 0;
    width: 40vw;
    height: 100%;
    display: flex;
    align-items: center;
}
.advertising-btn-wrap .btn-live-streaming{
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #3A3676;
    border-radius: 18px;
    padding: 0 16px;
    margin-top: 6%;
    cursor: pointer;
}

.zhibo-qrcode{
    display: none;
    position: absolute;
    bottom: 55%;
    width: 150px;
    height: auto;
    left: -32px;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 1460px){
    .zhibo-qrcode{
        bottom: 58%;
    }
}

.btn-live-streaming:hover {
    opacity: 0.9;
}
.btn-live-streaming:hover + .zhibo-qrcode{
    display: block;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.zhibo-close{
    width: 21px;
    height: auto;
    margin-top: 6%;
    margin-left: 14px;
    opacity: 0.3;
    cursor: pointer;
}
.zhibo-close:hover{
    opacity: 1;
}
.footer-advertising {
  position: fixed;
  bottom: -400px;
  left: 0;
  width: 100vw;
  height: 130px;
  min-width: 1200px;
  z-index: 100;
  transition: bottom .8s;
}
.footer-advertising .adv-placeholder {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #03043D;
}
.footer-advertising .adv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-image: url('../images/footerAdv520.png');
  background-size: auto 130px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.footer-advertising .adv-btn {
  position: absolute;
  left: calc((100% - 1200px)/2);
  top: 74px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-advertising .adv-btn .adv-btn-content {
  width: 100%;
}
.footer-advertising .adv-btn .adv-btn-content .adv-btn-content-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-advertising .adv-btn .btn-item {
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #166EFC;
  border: 1px solid #166EFC;
  border-radius: 20px;
  cursor: pointer;
}
.footer-advertising .adv-btn .btn-item.primary {
  margin: 0 20px 0 24px;
  color: #fff;
  background-color: #166EFC;
}
.footer-advertising .adv-btn .btn-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 20px;
}
.footer-advertising.new {
  cursor: pointer;
}
.footer-advertising.new .adv-placeholder {
  background-color: #070855;
}
.footer-advertising.new .adv-image {
  background-image: url('../images/footerAdv520.png');
}
.footer-advertising.new .adv-btn .btn-register{
  width: 112px;
  height: 40px;
  margin-right: 12px;
} 
.toolbar-wrapper-new {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  z-index: 997;
}
.toolbar-wrapper-new.hidden {
  right: -800px;
}
.toolbar-wrapper-new .toolbar-close {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: -10px;
  cursor: pointer;
}
.toolbar-wrapper-new .toolbar-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
  height: 227px;
  margin-bottom: 11px;
  padding: 20px 0 8px;
  color: #fff;
  background: #2284FE;
  border-radius: 100px 100px 4px 4px;
}
.toolbar-wrapper-new .toolbar-top .person {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}
.toolbar-wrapper-new .toolbar-top .tel {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 12px;
}
.toolbar-wrapper-new .toolbar-top .tel>img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.toolbar-wrapper-new .toolbar-top .phone {
  line-height: 16px;
  margin-bottom: 13px;
  font-size: 12px;
  font-family: DINAlternate-Bold;
  font-weight: bold;
}
.toolbar-wrapper-new .toolbar-top .btn {
  width: 84px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #2284FE;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.toolbar-wrapper-new .toolbar-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 40px;
  border-radius: 4px;
  background-color: #2284FE;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.toolbar-wrapper-new .toolbar-bottom>img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.toolbar-wrapper-new .wxzxbtn:hover .pop-code{
  transform: scale(1);
}
.toolbar-wrapper-new .pop-code {
  position: absolute;
  right: 127px;
  top: 35px;
  background: #fff;
  border: 1px solid #e6edf5;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 165px;
  padding: 20px 20px 0;
}
.toolbar-wrapper-new .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar-wrapper-new .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}