@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(../images/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 .nav1 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: rgba(10, 19, 66, 0.96) !important;
  border: none !important;
  padding: 16px 16px !important;
  font-size: 16px !important;
}

/*.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: #FFF !important;
}

.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 .nav1 {
  height: 72px;
  position: relative;
  margin-left: 30px;
}

.header_main .nav1 ul {
  width: 100%;
  font-size: 0;
}

.header_main .nav1 li {
  vertical-align: top;
  padding: 0 16px 7px;
  position: relative;
  z-index: 10;
  font-size: 14px;
}

.header_main .nav1 li .nav1-a {
  padding: 0 7px;
  text-align: center;
  height: 65px;
  line-height: 72px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  color: #676c70;
}

.header_main.light .nav1 li .nav1-a {
  color: #676c70;
}

.header_main .nav1 li .nav1-a i {
  margin-left: 8px;
  border-color: #676c70;
  -webkit-transform-origin: 25% 25%;
  transform-origin: 25% 25%;
  vertical-align: middle;
}

.header_main.light .nav1 li .nav1-a i {
  border-color: #676c70;
}

.header_main .nav1 li .nav1-a:before {
  content: '\20';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0f93ff;
}

.header_main .nav1 li.hover .nav1-a:before,
.header_main .nav1 li:hover .nav1-a:before {
  width: 100%;
}

.header_main .nav1 li.hover .nav1-a,
.header_main .nav1 li.hover .nav1-a .arrow,
.header_main.light .nav1 li:hover .nav1-a,
.header_main.light .nav1 li .nav1-a:hover {
  color: #0f93ff;
}

.header_main .nav1 li.hover .nav1-a .arrow,
.header_main .nav1 li.hover .nav1-a .arrow .arrow,
.header_main .nav1 li:hover .nav1-a .arrow {
  border-color: #0f93ff;
}

.header_main .nav1 li:hover .nav1-a .arrow {
  border-color: #4dafff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_main.light .nav1 li:hover .nav1-a .arrow {
  border-color: #0f93ff;
}

.header_main .nav1 li:hover .sub-nav {
  display: block;
}

.header_main .nav1 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 .nav1 li:hover .sub-nav.product-list {
  display: flex;
  background-color: rgba(10, 19, 66, 0.96);
  border: 1px solid #0A1342;
}

.header_main .nav1 li .sub-nav.product-list {
  flex-wrap: wrap;
  width: 792px;

  padding-right: 0px;
  padding-bottom: 16px;
}

.header_main .nav1 li .sub-nav.product-list .mt1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 64px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 6px;
  margin-right: 16px;
}

.header_main .nav1 li .sub-nav.product-list .mt1:hover {
  /*background-color: #f5fbff;*/
  background-color: rgba(255, 255, 255, 0.1);
}

.header_main .nav1 li .sub-nav.product-list a:hover .arrow {
  border-color: #4DAFFF;
}

.header_main .nav1 li .sub-nav .mt1 {
  cursor: pointer;
}

.header_main .nav1 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;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 16px;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-right: 16px;
  border-radius: 6px;
}

.header_main .nav1 li .sub-nav .sub-nav-case-item a:hover {
  /*color: #2284fe;*/
  /*background-color: #fff;*/
  /*color:white;*/
  background-color: rgba(255, 255, 255, 0.1);
}

.header_main .nav1 li .sub-nav .sub-nav-case-item a:hover .more-icon {
  display: none;
}

.header_main .nav1 li .sub-nav .sub-nav-case-item a:hover .more-icon-active {
  display: block;
}

.header_main .nav1 li .sub-nav .sub-nav-case-item a:hover .header_main .nav1 li .sub-nav a:hover .header_main .nav1 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 .nav1 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 .nav1 .sub-nav.product-list {
  left: -224px;
}

.header_main .nav1 li .sub-nav-normal {
  width: 220px;
  /*top: 82px;*/
  left: -70px;
  padding: 20px 20px;
  border-radius: 10px;
  /*-webkit-box-shadow: 0 1px 1px #f2f2f2;
  box-shadow: 0 1px 1px #f2f2f2;*/
}

.header_main .nav1 li .sub-nav-normal .mt1 {
  height: 60px;
  margin-bottom: 12px;
  /*background-color:aqua;
  opacity: 0.1;*/
}

.header_main .nav1 li .sub-nav-normal .mt1:last-child {
  margin-bottom: 0;
}

.header_main .nav1 li .sub-nav-normal .mt1 a {
  padding: 8px 12px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_main .nav1 li .sub-nav-normal .mt1 a .rtxt {
  margin-left: 16px;
}

.header_main .nav1 li .sub-nav-normal .mt1 a .rtxt>span {
  font-size: 16px;
  /*color: #3d4042;*/
  color: #FFFFFF;
  font-weight: 500;
}

.header_main .nav1 li .sub-nav-normal .mt1 a .rtxt>span:nth-child(2) {
  /*color: #676c70;*/
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}

.header_main .nav1 li .sub-nav-normal.product-list:before {
  left: -265px;
}

.header_main .nav1 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 .nav1 li .sub-nav a:hover {
  /*background: #f5fbff;*/
}

.header_main .nav1 li .sub-nav-easy a:hover {
  background: #fff;
  color: #0f93ff;
}

.header_main .nav1 li .sub-nav a:hover .arrow {
  border-color: #969da3;
}

.header_main .nav1 li .sub-nav a img {
  width: 44px;
  height: 44px;
  display: inline-block;
}

.header_main .nav1 li .sub-nav a div {
  height: 44px;
  padding-left: 64px;
  position: relative;
}

.header_main .nav1 li .sub-nav a div i {
  position: absolute;
  right: 1px;
  top: 14px;
}

.header_main .nav1 li .sub-nav a span {
  display: block;
  font-size: 16px;
  color: #3d4042;
  line-height: 1;
  font-weight: 500;
  margin-top: 2px;
}

.header_main .nav1 li .sub-nav a span:nth-of-type(2) {
  font-size: 14px;
  color: #676c70;
  font-weight: 400;
  margin-top: 9px;
}

.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(../images/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: 20px 0 40px;
  font-size: 12px;
  color: #676c70;
  line-height: 24px;
}

.copyright a {
  color: inherit;
}

.copyright .address {
  position: absolute;
  left: 0;
}

.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(../images/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: 33px;
  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 .nav1 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 .nav1 li .sub-nav-fun-normal li {
  padding: 0 !important;
}

.header_main .nav1 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 .nav1 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 .nav1 li .sub-nav-resolve-normal {
  width: 700px;
  /*970px;*/
  /*top: 82px;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*padding: 27px 135px 39px 45px;*/
  border-radius: 10px;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: rgba(10, 19, 66, 0.96);
  border: none;
}

.sub-nav-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-nav-case-item {
  padding: 0 !important;
  font-size: 16px;
  color: #101010;

}

.sub-nav-case-item li {
  padding: 0 !important;
  font-size: 16px !important;
  margin-bottom: 12px;
}

.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;
}

.sub-nav-case-item ul {
  margin-top: 24px;
}

.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-item li {
  width: 180px;
}


.sub-nav-case-item:first-child {
  width: 240px;
}

.sub-nav-case-item:last-child {
  width: 136px;
}

.sub-nav-case-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  padding-left: 16px;
}

.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 {
  width: 900px;
  height: 540px;
  -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;
  -webkit-animation: scalein 0.3s;
  animation: scalein 0.3s;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}

.dialog .content .close {
  position: absolute;
  top: 16px;
  right: 16px;
  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;
}

.dialog .content .dialog-right {
  width: 420px;
  height: 100%;
  background: #fff;
  position: relative;
}

.dialog .content .dialog-right .form-wrapper {
  padding-bottom: 80px;
}

.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: 10px;
  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: 20px;
  position: relative;
}

.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 {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}

.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .icon-required:after {
  content: '*';
  color: red;
  line-height: 46px;
}

.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: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 20px;
  line-height: 42px;
  outline: 0;
}

.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: 44px;
  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;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 0 80px;
  z-index: 2;
  text-align: center;
}

.dialog .content .dialog-right .form-success.active {
  display: block;
}

.dialog .content .dialog-right .form-success img {
  width: 108px;
  height: 108px;
  padding: 0;
  margin: 124px auto 30px;
}

.dialog .content .dialog-right .form-success .line-1 {
  font-size: 24px;
  font-weight: 400;
  color: #3d4042;
  line-height: 24px;
  margin-bottom: 20px;
}

.dialog .content .dialog-right .form-success .line-2 {
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #a1aab3;
  line-height: 21px;
  text-align: left;
  margin-bottom: 46px;
}

.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: 48px;
}

.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(../images/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: 660px;
  background-color: #ffffff;
  font-size: 20px;
  color: #666666;
  border-radius: 16px;
}

.code-modal .header-img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}

.code-modal .code-wrap {
  display: flex;
  justify-content: space-between;
  padding: 80px 85px;
}

.code-modal .code-img {
  margin-bottom: 10px;
  width: 222px;
}

.code-close-img {
  position: absolute;
  right: -36px;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.code-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.solution_ul {
  margin-top: 12px;
}