/**
* 注意!!!!：建议修改less文件，然后编译，避免less文件生效后覆盖掉原css
*/
/* 主色 #003c8a*/
* {
  padding: 0;
  margin: 0;
  font-family: 微软雅黑;
}
body {
  /* font-size: 14px; */
  font-weight: normal;
  text-decoration: none;
  font-family: 微软雅黑;
  color: #222222;
}
/* 统一样式 */
.w1300 {
  width: 1300px;
}
.mauto {
  margin: 0 auto;
}
.aStyle {
  display: block;
  text-decoration: none;
  color: inherit;
}
.aStyle:visited {
  text-decoration: none;
  color: inherit;
}
.flex {
  display: flex;
}
#tuke #container {
  min-height: calc(100vh - 372px);
}
#tuke .header {
  /* height: 95px; */
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 7px;
  align-items: center;
  /* align-items: baseline; */
}
#tuke .header #logo {
  width: 200px;
  height: 65px;
}
#tuke .header .nav-item-box {
  display: flex;
  width: 715px;
  justify-content: space-between;
  margin-bottom: -5px;
  /* margin-right: 10px; */
}
#tuke .header .nav-item-box .itemSelected {
  color: #1e50ae;
  border-bottom: 2px solid #003c8a;
}
#tuke .header .nav-item-box .item {
  width: 84px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
#tuke .header .nav-item-box .item:hover {
  color: #1e50ae;
  border-bottom: 2px solid #003c8a;
}
#tuke .header .nav-item-box .item:nth-child(3):hover ~ .nav-list-layout,
#tuke .header .nav-item-box .nav-list-layout:hover {
  border-top: 1px solid #e4e4e4;
  height: 70px;
}
#tuke .header .nav-item-box .nav-list-layout {
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  width: fit-content;
  top: 83px;
  left: 0;
  z-index: 20;
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease;
}
#tuke .header .nav-item-box .nav-list-layout .content {
  display: flex;
  width: 1300px;
  margin: auto;
  justify-content: center;
}
#tuke .header .nav-item-box .nav-list-layout .content .nav-item {
  width: 200px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
#tuke .header .nav-item-box .nav-list-layout .content .nav-item:hover {
  color: #1e50ae;
}
#tuke .header .nav-item-box .nav-list-layout .content .navSelect {
  color: #1e50ae;
}
#tuke .swiper {
  width: 100%;
  min-width: 1300px;
  height: 636px;
}
#tuke .swiper .swiper-slide {
  width: 100%;
  height: 636px;
  cursor: default;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  outline: none;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  background-size: cover;
}
#tuke .swiper .side1 {
  background-image: url("../image/2/ABUIABACGAAglbCKrAYohOrNpQQwgA84-AQ.jpg.webp");
}
#tuke .swiper .side2 {
  background-image: url("../image/2/ABUIABACGAAgn7CKrAYo-_-VCzCADzj8BA.jpg.webp");
}
#tuke .swiper .side3 {
  background-image: url("../image/2/AD0IyL-TDhACGAAgzoeroAYoxNaW4gcwgA84-AQ.jpg.webp");
}
#tuke .floatImgWrap .content,
#tuke .floatImgWrap .content-bg {
  width: 315px;
  height: 166px;
  border-radius: 26px;
  overflow: hidden;
  position: absolute;
  top: 171px;
  left: calc(50% - 625px + 872px);
  z-index: 3;
  padding: 20px;
  box-sizing: border-box;
}
#tuke .floatImgWrap .content-bg {
  opacity: 0.44;
  background-image: url("../image/4/ABUIABAEGAAguIXDqQYo0I6R1QEw8wM4hAM!400x400.png");
}
#tuke .floatImgWrap .content {
  background: transparent;
  z-index: 4;
}
#tuke .floatImgWrap .content .floatImgWrap-text {
  color: #fff;
  font-size: 18px;
  font-family: fontface__黑体__2__660852998859;
  line-height: 32px;
  padding: 0 10px;
  height: 76px;
}
#tuke .floatImgWrap .content .btn-box {
  display: flex;
  justify-content: space-between;
}
#tuke .floatImgWrap .content .btn-box .btn-item {
  width: 107px;
  height: 37px;
  padding: 10px;
}
#tuke .floatImgWrap .content .btn-box .floatBtnBox {
  width: 107px;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#tuke .floatImgWrap .content .btn-box .left-btn {
  background: #ffc001;
  color: #fff;
}
#tuke .floatImgWrap .content .btn-box .right-btn {
  color: #ffc001;
  border: 1px solid #ffc001;
  background: #fff;
}
#tuke .company-box {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  height: 526px;
  box-sizing: border-box;
}
#tuke .company-box .company-left {
  width: 701px;
}
#tuke .company-box .company-left .left-title {
  font-size: 30px;
  color: #003c8a;
  margin-bottom: 26px;
  font-weight: bold;
}
#tuke .company-box .company-left .left-title div:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
}
#tuke .company-box .company-left .left-text {
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
}
#tuke .company-box .company-left .left-btn {
  margin: 10px;
  width: 77px;
  height: 26px;
  color: #fff;
  background-color: #003c8a;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  border-radius: 13px;
  margin-top: 38px;
}
#tuke .company-box .company-right {
  position: relative;
  cursor: pointer;
  width: 526px;
  height: 340px;
}
#tuke .problem-box {
  background-color: #f6f6f6;
  min-width: 100%;
  width: fit-content;
  height: 621px;
}
#tuke .problem-box .problem-title {
  width: 372px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 55px;
  padding-bottom: 40px;
}
#tuke .problem-box .problem-title div:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}
#tuke .problem-box .tab-box {
  background-color: #fff;
}
#tuke .problem-box .tab-box .tab-list {
  display: flex;
  height: 68px;
  padding-top: 30px;
}
#tuke .problem-box .tab-box .tab-list .itemHover {
  background-color: #003c8a;
  color: #fff !important;
}
#tuke .problem-box .tab-box .tab-list .list-item {
  width: 50px;
  padding: 0 24px;
  margin: 0 12px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  cursor: default;
  height: 36px;
  color: #666666;
}
#tuke .problem-box .tab-box .tab-list .list-item:hover {
  background-color: #003c8a;
  color: #fff;
}
#tuke .problem-box .tab-box .tab-content {
  height: 309px;
  display: flex;
  justify-content: space-between;
}
#tuke .problem-box .tab-box .tab-content .content-left {
  margin-left: 50px;
  margin-top: 37px;
}
#tuke .problem-box .tab-box .tab-content .content-left .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #373737;
  margin-bottom: 30px;
}
#tuke .problem-box .tab-box .tab-content .content-left .text {
  width: 377px;
  font-size: 16px;
  line-height: 26px;
  color: #949494;
  height: 104px;
}
#tuke .problem-box .tab-box .tab-content .content-right {
  width: 467px;
  height: 281px;
  margin-right: 40px;
  margin-top: -7px;
}
#tuke .problem-box .tab-box .tab-content .content-right img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
#tuke .company-case {
  padding-top: 42px;
  background: url("../image/4/AD0ItviMBhAEGAAgmtr5lQYo0qSEzQUwgA844gQ.png") repeat center, transparent;
  height: 577px;
  box-sizing: border-box;
  min-width: 100%;
  width: fit-content;
}
#tuke .company-case .case-content {
  padding: 0 50px;
  box-sizing: border-box;
}
#tuke .company-case .case-content .case-page-content {
  margin-top: 40px;
  display: flex;
  height: 374px;
}
#tuke .company-case .case-content .case-page-content .side-menu-list {
  width: 200px;
  background: rgba(153, 153, 153, 0.10091743);
  padding-top: 40px;
}
#tuke .company-case .case-content .case-page-content .side-menu-list .nav-item {
  width: 140px;
  color: #ffffffce;
  /* background: #076ce0; */
  height: 41px;
  border-radius: 20.5px;
  text-align: center;
  line-height: 41px;
  margin-bottom: 40px;
  cursor: default;
  transition: background 0.5s ease;
}
#tuke .company-case .case-content .case-page-content .side-menu-list .navItemHover {
  color: #fff;
  background: #076ce0;
}
#tuke .company-case .case-content .case-page-content .side-menu-content {
  width: 1000px;
  overflow: hidden;
  padding: 40px 0;
  padding-right: 0;
  box-sizing: border-box;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .sider {
  width: 3000px;
  transition: transform 1s ease;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .side-item {
  padding-left: 36px;
  float: left;
  width: 1000px;
  box-sizing: border-box;
  overflow: hidden;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .side-item .img-box {
  padding-right: 36px;
  display: flex;
  justify-content: space-between;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .side-item .img-box .img-item {
  height: 300px;
  position: relative;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .side-item .img-box .img-item img {
  cursor: pointer;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .side-item .img-box .img-item .float-tip {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 21px;
  line-height: 21px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: default;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .box {
  justify-content: space-between;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .box .left {
  width: 455px;
  line-height: 28px;
  color: #fff;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .box .left .button {
  /* margin-top: 90px; */
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .box .left .button:hover {
  color: #1f87e8;
  border-color: #1e50ae;
}
#tuke .company-case .case-content .case-page-content .side-menu-content .box .left .left-title {
  font-size: 22px;
  margin-bottom: 40px;
}
#tuke .company-case .case-content .title {
  width: 500px;
  height: 80px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: -15px;
}
#tuke .company-partner {
  padding: 43px 0;
}
#tuke .company-partner .title {
  width: 216px;
  line-height: 30px;
  text-align: center;
}
#tuke .company-partner .title b {
  font-size: 30px;
  color: #000333;
}
#tuke .company-partner .title span {
  color: #999999;
}
#tuke .company-partner .partner-img {
  height: 486px;
}
#tuke .fullmeasureOuterContent {
  background: url("../image/materialLib/other/5000002372.jpg");
  height: 513px;
  padding: 30px 0;
  min-width: 100%;
  width: fit-content;
}
#tuke .fullmeasureOuterContent .title {
  width: 416px;
  font-size: 30px;
  text-align: center;
  color: #333;
  height: 97px;
}
#tuke .fullmeasureOuterContent .title div {
  font-size: 15px;
  line-height: 31px;
}
#tuke .fullmeasureOuterContent .fullmeasureOuter-content {
  justify-content: space-between;
  padding: 0 73px;
  margin-top: 25px;
}
#tuke .fullmeasureOuterContent .fullmeasureOuter-content .fullmeasureOuter-item {
  width: 360px;
  height: 338px;
  background: #f6f6f6;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s ease;
  cursor: default;
}
#tuke .fullmeasureOuterContent .fullmeasureOuter-content .fullmeasureOuter-item .item-top div {
  margin: 30px 0;
  font-size: 18px;
  color: #333;
}
#tuke .fullmeasureOuterContent .fullmeasureOuter-content .fullmeasureOuter-item .item-text {
  text-align: left;
  color: #999;
  font-size: 14px;
  line-height: 27px;
}
#tuke .fk-elemZoneBg {
  height: 646px;
  padding: 40px 85px;
  box-sizing: border-box;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-title {
  font-size: 30px;
  color: #2b2b2b;
  width: 485px;
  margin-bottom: 80px;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content {
  display: flex;
  justify-content: space-between;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content .fk-elemZoneBg-item {
  width: 300px;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content .fk-elemZoneBg-item img {
  width: 300px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content .fk-elemZoneBg-item .item-content {
  padding: 20px;
  background: #f8f8f8;
  height: 200px;
  box-sizing: border-box;
  background: url("../image/materialLib/other/50000098.png");
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content .fk-elemZoneBg-item .item-content .title {
  text-align: center;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
  clear: both;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content .fk-elemZoneBg-item .item-content p {
  font-size: 14px;
  color: #999;
  line-height: 23px;
}
#tuke .fk-elemZoneBg .fk-elemZoneBg-content .fk-elemZoneBg-item:nth-of-type(2) .item-content {
  background: url("../image/materialLib/other/50000096.png");
}
#tuke .major-service {
  background-color: #f6f6f6;
  height: 565px;
  padding-top: 56px;
  /* padding: 56px 66px; */
  box-sizing: border-box;
  width: fit-content;
  min-width: 100%;
}
#tuke .major-service .major-title {
  width: 493px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 70px;
}
#tuke .major-service .major-content {
  justify-content: space-between;
  padding: 0 66px;
}
#tuke .major-service .major-content .major-item {
  width: 266px;
  height: 304px;
  background-color: #fff;
  padding: 10px 33px;
  box-sizing: border-box;
  text-align: center;
  color: #999;
}
#tuke .major-service .major-content .major-item .title {
  font-size: 30px;
  color: #999;
}
#tuke .major-service .major-content .major-item .percent {
  font-size: 48px;
  color: #003c8a;
  margin: 7px 0;
}
#tuke .major-service .major-content .major-item .percent-text {
  font-size: 13px;
  color: #003c8a;
  height: 40px;
}
#tuke .major-service .major-content .major-item .text {
  font-size: 14px;
  line-height: 25px;
}
#tuke .customer-service {
  height: 303px;
  padding-top: 102px;
  box-sizing: border-box;
}
#tuke .customer-service .customer-content {
  height: 201px;
  background: url("../image/2/ABUIABACGAAg6M_KrAYotfa3vQUwvwc4yAE.jpg.webp");
  position: relative;
  font-size: 14px;
  color: #fff;
}
#tuke .customer-service .customer-content #customer-img {
  position: absolute;
  bottom: 0;
  left: 175px;
}
#tuke .customer-service .customer-content .customer-top {
  margin-left: 511px;
  height: 141px;
}
#tuke .customer-service .customer-content .customer-top .line {
  display: flex;
  align-items: center;
  margin: 0 30px;
  margin-right: 60px;
}
#tuke .customer-service .customer-content .customer-top .line div {
  width: 1px;
  height: 74px;
  background: #1a5096;
}
#tuke .customer-service .customer-content .customer-top .top-left {
  padding: 20px 0;
  width: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#tuke .customer-service .customer-content .customer-top .top-left b {
  font-size: 30px;
}
#tuke .customer-service .customer-content .customer-top .top-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  margin-right: 40px;
}
#tuke .customer-service .customer-content .customer-top .top-right img {
  margin-top: 10px;
  width: 127px;
  height: 127px;
}
#tuke .customer-service .customer-content .customer-bottom {
  margin-left: 511px;
  height: 60px;
  /* line-height: 60px; */
  width: 564px;
  justify-content: space-between;
  align-items: center;
}
#tuke .customer-service .customer-content .customer-bottom .customer-button {
  width: 113px;
  border-radius: 5px;
  background: #fff;
  height: 33px;
  color: #003c8a;
  font-size: 16px;
  cursor: pointer;
  line-height: 33px;
  text-align: center;
}
#tuke .footer {
  width: fit-content;
  min-width: 100%;
  height: 257px;
  background-color: #383838;
  padding: 10px 0;
  /* box-sizing: border-box; */
}
#tuke .footer .footer-content {
  color: #8a8989;
  font-size: 14px;
  line-height: 32px;
  padding: 65px 0 20px 48px;
  display: flex;
  box-sizing: border-box;
}
#tuke .footer .footer-content .left {
  width: 320px;
  margin-right: 140px;
}
#tuke .footer .footer-content .left .company-name {
  font-size: 23px;
  color: #8a8989;
}
#tuke .footer .footer-content .right .nav-box-list {
  height: 40px;
}
#tuke .footer .footer-content .right .nav-box-list a {
  text-decoration: none;
  color: inherit;
  width: 122px;
  /* text-align: right; */
  font-size: 16px;
}
#tuke .back-top {
  position: fixed;
  width: 50px;
  bottom: 50px;
  right: 57px;
  cursor: pointer;
  height: 0px;
  overflow: hidden;
  transition: all 1s ease;
}
#tuke .back-top:hover {
  opacity: 0.5;
}
#tuke .deliver-line {
  height: 1px;
  background: #f0efef;
  margin: 20px 0;
}
#tuke .page-content p {
  text-indent: 2em;
  margin-bottom: 24px;
  text-align: center;
  font-size: 17px;
  font-family: 宋体;
  line-height: 1.75em;
}
#tuke .page-content p img {
  width: 661px;
  height: 495.75px;
}
#tuke .page-btn {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
#tuke .page-btn span {
  cursor: pointer;
}
#tuke .page-btn .aStyle {
  margin-left: 30px;
}
#tuke #news-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}
#tuke .banner {
  height: 540px;
  cursor: default;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  outline: none;
  margin: 0px auto;
  z-index: 1;
  background-size: cover;
  background-image: url("../image/2/ABUIABACGAAg7-OorAYozsaTkgUwgA84nAQ.jpg.webp");
  position: relative;
  min-width: 100%;
  width: fit-content;
}
#tuke .banner .banner-content {
  position: absolute;
  color: #003c8a;
  line-height: 42px;
  top: 200px;
  left: 40px;
  opacity: 0;
  transform: scale(0);
  transition: all 1s ease;
}
#tuke .banner .banner-content b {
  font-size: 48px;
}
#tuke .banner .banner-content div {
  font-size: 30px;
}
#tuke .news-box {
  padding: 15px;
  box-sizing: border-box;
}
#tuke .news-box .news-title {
  color: #333;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  margin: 5px 0;
}
#tuke .news-box .news-time {
  margin: 30px 0 20px;
  font-size: 13px;
  color: #adadad;
}
#tuke .news-content hr {
  margin: 7px 0;
}
#tuke .news-content p {
  font-size: 14px;
  color: #676767;
  line-height: 1.8;
}
#tuke .news-content .content-text {
  text-indent: 2em;
}
#tuke .ipv6 {
  display: inline-block;
  border: 2px solid #666666;
  border-radius: 10px;
  font-size: 12px;
  line-height: 12px;
  margin: 0 4px;
  padding: 0 6px;
  transform: scale(0.8);
}
#tuke .dialogVideoDiv {
  width: 800px;
  height: 600px;
  background-color: #000;
  top: calc(50% - 300px);
  z-index: 56;
  box-sizing: border-box;
  left: calc(50% - 400px);
}
#tuke .dialogVideoDiv .cancelDialogVideo {
  color: #fff;
  position: absolute;
  top: 24px;
  right: 10px;
  cursor: pointer;
  z-index: 57;
  width: 50px;
  height: 50px;
  text-align: center;
}
#tuke .tk-dialog {
  display: none;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 55;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tuke .tk-dialog .dialog-body {
  display: block;
  min-width: 50%;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 15vh;
  box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
}
#tuke #dialog,
#tuke .dialog {
  display: none;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 55;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tuke #dialog .dialog-body,
#tuke .dialog .dialog-body {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 58;
  top: 0;
}
#tuke .videoPoster {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-image: url('../image/2/AI4BCJiwkA8QAhgAIKzjx6oGKO7UhtoGMMAHOKAE.jpg');
}
#tuke .videoPoster .play-btn {
  background: url('../image/v2/mbg01.png?v=202011021234') -2308px -845px no-repeat;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
#tuke .dialog-header {
  width: 100%;
  text-align: center;
}
#tuke .dialog-header .title {
  font-size: 20px;
}
#tuke .dialog-footer {
  width: 100%;
  text-align: right;
}
#tuke .dialog-footer .footer-cancel {
  padding: 8px 15px;
  background-color: #003c8a;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
#tuke .dialog-footer .footer-confirm {
  padding: 8px 15px;
  background-color: #003c8a;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
#tuke .tk-form .tk-form-item {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#tuke .tk-form .tk-form-item .tk-form-item-label {
  display: block;
  width: 130px;
  margin-bottom: 10px;
}
#tuke .tk-form .tk-form-item input,
#tuke .tk-form .tk-form-item textarea {
  width: 100%;
  padding: 8px;
  color: #666666;
  border: 1px solid #dcdfe6;
  border-radius: 2px !important;
  box-sizing: border-box;
}
#tuke .tk-form .tk-form-item input:focus,
#tuke .tk-form .tk-form-item textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}
.message-box {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  top: 0;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 100;
  padding-top: 60px;
}
.message-box .message-warning {
  background-color: #FDF6EC;
  border: 1px solid #faecd8;
  color: #e6a23c !important;
  padding: 10px;
  border-radius: 4px;
  /* min-width: 200px; */
  align-items: center;
  display: block;
  height: fit-content;
}
.message-box .message-error {
  background-color: #FEF0F0;
  color: #f56c6c !important;
  padding: 10px;
  border-radius: 4px;
  /* min-width: 200px; */
  align-items: center;
  display: block;
  height: fit-content;
}
.message-box .message-success {
  background-color: #f0f9eb;
  color: #afde97 !important;
  padding: 10px;
  border-radius: 4px;
  /* min-width: 200px; */
  align-items: center;
  display: block;
  height: fit-content;
}
