@charset "UTF-8";
.service-pc .page-row .row-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  color: #333;
}
.service-pc .page-row .row-sub-title {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  color: #333;
}
.service-pc .page-row-1 {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.service-pc .page-row-2 {
  padding: 30px 0;
  background: #fff;
}
.service-pc .page-banner {
  height: 640px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.service-pc .page-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.service-pc .page-banner .home-banner-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.service-pc .page-banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.service-pc .page-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 80px 20%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.service-pc .page-banner .swiper-container .swiper-slide .title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
.service-pc .page-banner .swiper-container .swiper-slide .title span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.service-pc .page-banner .swiper-container .swiper-slide .title span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fe0d14;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.service-pc .page-banner .swiper-container .swiper-slide .sub-title {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  margin: 20px auto 100px;
  white-space: normal;
}
.service-pc .page-banner .view-more {
  display: block;
  position: relative;
  width: 136px;
  height: 40px;
  background-color: #003e8a;
  color: #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 5px;
}
.service-pc .page-banner .view-more:after {
  content: "\e624";
  font-family: "global-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.service-pc .page-banner .view-more:hover:after {
  right: 15px;
}
.service-pc .number-list {
  padding: 50px 30px;
  background-color: #e9eef3;
  border-radius: 20px;
  margin-top: -60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.service-pc .number-list .item {
  display: flex;
  justify-content: center;
}
.service-pc .number-list .item .global-iconfont {
  font-size: 42px;
  color: #1749a6;
  flex: none;
  margin: 0 10px 0 0;
}
.service-pc .number-list .item .number {
  font-size: 36px;
  color: #1749a6;
  font-weight: 700;
}
.service-pc .number-list .item .unit {
  font-size: 16px;
  color: #333;
  margin-left: 8px;
}
.service-pc .number-list .item .desc {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-top: 15px;
}
.service-pc .business-list .business-item {
  position: relative;
  margin-bottom: 20px;
}
.service-pc .business-list .business-item .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service-pc .business-list .business-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.service-pc .business-list .business-item:hover .img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.service-pc .page-row-3 {
  padding: 80px 0;
  background-color: #024ab9;
  overflow: hidden;
}
.service-pc .page-row-3 .map-box {
  flex: 3;
}
.service-pc .page-row-3 .map-box img {
  width: 100%;
}
.service-pc .page-row-3 .text-box {
  flex: 2;
  padding: 30px 10px;
  color: #fff;
}
.service-pc .page-row-3 .text-box .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
  line-height: 38px;
}
.service-pc .page-row-3 .text-box .title:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -10px;
  border-radius: 50%;
}
.service-pc .page-row-3 .text-box .title:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 0;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  bottom: 5px;
  left: 0;
}
.service-pc .page-row-3.text-box.desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.service-pc .page-row-3.text-box.btn {
  width: 100%;
  border-radius: 0;
}
.service-pc .page-row-3 .text-box .sub-title {
  font-size: 22px;
  line-height: 30px;
}
.service-pc .page-row-4 {
  padding: 50px 0;
  background-color: #fff;
}
.service-pc .page-row-5 {
  padding: 50px 0;
  background-color: #eaeff3;
}
.service-pc .page-row-6 {
  padding: 50px 0;
  background-color: #fff;
}
.service-pc .opportunities-list {
  position: relative;
  display: flex;
  margin-top: 40px;
}
.service-pc .opportunities-list .item {
  flex: 1;
}
.service-pc .opportunities-list .item:first-child {
  margin-right: 40px;
}
.service-pc .opportunities-list .item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-pc .opportunities-list .opportunities-item {
  display: block;
}
.service-pc .opportunities-list .opportunities-item .img {
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service-pc .opportunities-list .opportunities-item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.service-pc .opportunities-list .opportunities-item .text-box .tit {
  font-size: 14px;
  margin-bottom: 10px;
}
.service-pc .opportunities-list .opportunities-item .text-box .desc {
  font-size: 20px;
  font-weight: 600;
}
.service-pc .opportunities-list .opportunities-item-2 .text-box {
  color: #073b87;
  text-shadow: none;
}
.service-pc .opportunities-list .opportunities-item-2 .img {
  padding-bottom: 42.3%;
}
.service-pc .opportunities-list .opportunities-item-3 .img {
  padding-bottom: 35.4%;
}
.service-pc .opportunities-list .opportunities-item:hover .img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.service-pc .partner-list {
  margin-top: 100px;
}
.service-pc .partner-list .item {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  padding: 80px 30px;
  align-items: center;
}
.service-pc .partner-list .item .img-box {
  flex: 2;
  margin-left: 50px;
  order: 2;
  position: relative;
}
.service-pc .partner-list .item .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 480px;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-pc .partner-list .item .info {
  flex: 3;
  padding-top: 30px;
  cursor: pointer;
  order: 1;
}
.service-pc .partner-list .item .info .tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  padding-bottom: 20px;
  position: relative;
}
.service-pc .partner-list .item .info .tit:after {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #294a9f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.service-pc .partner-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
}
.service-pc .partner-list .item .info:hover .tit:after {
  width: 100%;
  height: 1px;
}
.service-pc .partner-list .item:nth-child(2n) .img-box {
  margin-right: 50px;
  margin-left: 0;
  order: 1;
}
.service-pc .partner-list .item:nth-child(2n) .info {
  order: 2;
}

.col {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0;
}

.form-wrap .form-control {
  width: 100%;
  box-sizing: border-box;
}

.form-wrap .input-row {
  margin-bottom: 10px;
}

.form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
}

.form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #333;
  border: none;
  padding: 10px 15px;
  height: 64px;
  margin: 20px 0 30px;
  font-size: 12px;
}

.form-wrap .btn-box .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin: 20px auto 40px;
  font-size: 14px;
  padding: 10px 15px;
  height: 64px;
}

.form-wrap {
  margin-top: 40px;
}

.form-wrap .input-row {
  margin-bottom: 10px;
}

.form-wrap .input-row .required {
  width: 5px;
  height: 5px;
  background: #C41200;
  border-radius: 50%;
  margin-right: 10px;
}

.form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
}

.form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 23px 15px !important;
  margin: 20px 0 30px;
  font-size: 12px;
}

.form-wrap .btn-box .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
}

.supply-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.supply-page.mobile::-webkit-scrollbar {
  width: 0;
}
.supply-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.supply-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.supply-page.mobile .page-banner {
  height: 250px !important;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.supply-page.mobile .page-banner .page-banner-box {
  z-index: 1;
  position: relative;
}
.supply-page.mobile .page-banner .home-banner-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.supply-page.mobile .banner-title {
  padding-top: 30px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 62px;
  font-weight: 700;
}
.supply-page.mobile .banner-box {
  position: relative;
}
.supply-page.mobile .banner-box .banner-left .title {
  font-size: 16px;
  margin: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.supply-page.mobile .banner-box .banner-left .title.title-after:after {
  position: absolute;
  content: "";
  border-bottom: 7px solid #FFFFFF;
  width: 30px;
  bottom: 0px;
  left: 0;
}
.supply-page.mobile .banner-box .banner-left .sub-title {
  width: 80%;
  font-size: 12px;
  margin: 20px auto;
  line-height: 20px;
  color: #FFFFFF;
}
.supply-page.mobile .banner-box .banner-left .btn-box {
  background: #2546A1;
  padding: 12px 60px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 6px;
}
.supply-page.mobile .banner-box .banner-right {
  flex: none;
  width: 540px;
}
.supply-page.mobile .banner-box .banner-right .banner-desc-bg {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  backdrop-filter: blur(5px); /* 调整模糊效果的程度 */
  background-color: rgba(255, 255, 255, 0.1); /* 设置背景颜色并添加透明度 */
}
.supply-page.mobile .banner-box .banner-right .banner-desc-bg .banner-desc {
  padding: 20px;
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 400;
}
.supply-page.mobile .m-container .page-banner {
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 250px;
  padding-bottom: 0 !important;
}
.supply-page.mobile .m-container .page-banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.supply-page.mobile .m-container .page-banner .swiper .swiper-item {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.supply-page.mobile .m-container .page-banner .swiper .swiper-item .title {
  font-size: 16px;
  margin: 20px;
  font-weight: 700;
}
.supply-page.mobile .m-container .page-banner .swiper .swiper-item .sub-title {
  width: 80%;
  font-size: 12px;
  margin: 20px auto;
  line-height: 20px;
}
.supply-page.mobile .m-container .page-banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.supply-page.mobile .m-container .page-row .row-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  line-height: 24px;
  color: #333;
  padding: 0 30px;
}
.supply-page.mobile .m-container .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 20px;
  line-height: 20px;
}
.supply-page.mobile .m-container .page-row-1 {
  padding: 10px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.supply-page.mobile .m-container .page-row-1 .number-list {
  padding: 25px 15px;
  background-color: #e9eef3;
  border-radius: 20px;
  margin-top: -60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.supply-page.mobile .m-container .page-row-1 .number-list .item {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.supply-page.mobile .m-container .page-row-1 .number-list .item .global-iconfont {
  font-size: 28px;
  color: #1749a6;
  flex: none;
  margin: 30px 10px 0 0;
}
.supply-page.mobile .m-container .page-row-1 .number-list .item .title {
  line-height: 35px;
}
.supply-page.mobile .m-container .page-row-1 .number-list .item .title .number {
  font-size: 22px;
  color: #1749a6;
  font-weight: 700;
}
.supply-page.mobile .m-container .page-row-1 .number-list .item .title .unit {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
}
.supply-page.mobile .m-container .page-row-1 .number-list .item .desc {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  width: 120px;
  height: 60px;
}
.supply-page.mobile .m-container .page-row-2 {
  padding: 10px 10px 30px 10px;
  background: #fff;
}
.supply-page.mobile .m-container .page-row-2 .scroll-wrap {
  width: 100%;
  overflow-x: auto;
}
.supply-page.mobile .m-container .page-row-2 .scroll-wrap::-webkit-scrollbar {
  display: none;
}
.supply-page.mobile .m-container .page-row-2 .scroll-wrap .business-list {
  display: flex;
}
.supply-page.mobile .m-container .page-row-2 .scroll-wrap .business-list .item {
  margin-right: 10px;
}
.supply-page.mobile .m-container .page-row-2 .scroll-wrap .business-list .item .thumb {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  position: relative;
}
.supply-page.mobile .m-container .page-row-2 .scroll-wrap .business-list .item .thumb .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.supply-page.mobile .m-container .page-row-3 {
  padding: 10px 0;
  background-color: #024ab9;
  overflow: hidden;
}
.supply-page.mobile .m-container .page-row-3 .map-box image {
  width: 100%;
}
.supply-page.mobile .m-container .page-row-3 .text-box {
  padding: 10px;
  color: #fff;
}
.supply-page.mobile .m-container .page-row-3 .text-box .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  line-height: 38px;
}
.supply-page.mobile .m-container .page-row-3 .text-box .title::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 0;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  bottom: 5px;
  left: 0;
}
.supply-page.mobile .m-container .page-row-3 .text-box .title::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -10px;
  border-radius: 50%;
}
.supply-page.mobile .m-container .page-row-3 .text-box .sub-title {
  font-size: 14px;
  line-height: 30px;
}
.supply-page.mobile .m-container .page-row-4 {
  padding: 10px 0;
  background: #fff;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item .thumb .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item .thumb .text-box .tit {
  font-size: 14px;
  margin-bottom: 10px;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item .thumb .text-box .desc {
  font-size: 16px;
  font-weight: 600;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item-2 {
  margin: 10px 0;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item-2 .thumb {
  padding-bottom: 42.3%;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item-2 .thumb .text-box {
  color: #073b87;
  text-shadow: none;
}
.supply-page.mobile .m-container .page-row-4 .opportunities-list .opportunities-item-3 .thumb {
  padding-bottom: 35.4%;
}
.supply-page.mobile .m-container .page-row-5 {
  padding: 10px 0;
  background-color: #eaeff3;
}
.supply-page.mobile .m-container .page-row-5 .partner-list {
  padding: 0 10px;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item {
  margin: 20px auto;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .img-box {
  flex: 2;
  margin-left: 10px;
  order: 2;
  position: relative;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .img-box .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .info {
  flex: 3;
  cursor: pointer;
  order: 1;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .info .tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 10px;
  position: relative;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .info .tit::after {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #294a9f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .info:hover .tit::after {
  width: 100%;
  height: 1px;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item .info .desc {
  font-size: 12px;
  line-height: 22px;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item:nth-child(2n) .info {
  order: 2;
}
.supply-page.mobile .m-container .page-row-5 .partner-list .item:nth-child(2n) .img-box {
  margin-left: 0;
  margin-right: 10px;
}
.supply-page.mobile .m-container .page-row-6 {
  padding: 10px 0;
  background: #fff;
}
.supply-page.mobile .m-container .page-row-6 .form-wrap .u-border {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 10px 15px !important;
  font-size: 12px;
}
.supply-page.mobile .m-container .page-row-6 .form-wrap .sub-btn {
  width: 100%;
  border-radius: 0;
  background: #32459c;
  border: none;
  margin: 10px auto;
  font-size: 14px;
  padding: 10px 15px;
  height: 45px;
  color: #fff;
}
.supply-page.mobile .form-wrap .form-control {
  height: 40px !important;
  border-radius: 0 !important;
  background-color: #f2f2f2 !important;
  color: #999 !important;
  border: none !important;
  padding: 10px 15px !important;
  margin: 10px 0 20px !important;
  font-size: 12px !important;
}
