@charset "UTF-8";

/**
* 全局 style
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: none;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4286;
  color: #fff;
  background-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: inherit !important;
  color: inherit !important;
}

button,
input[type="button"] {
  outline: none;
  border: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role="button"] {
  cursor: pointer;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.text-center {
  text-align: center;
}

.jy-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4286;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jy-btn:active,
.jy-btn.active {
  background-image: none;
  outline: 0;
}

.jy-btn.disabled,
.jy-btn[disabled],
fieldset[disabled] .jy-btn {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.jy-btn.disabled,
fieldset[disabled] a.jy-btn {
  pointer-events: none;
}

.jy-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.jy-btn-default:focus,
.jy-btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.jy-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.jy-btn-default.disabled:hover,
.jy-btn-default.disabled:focus,
.jy-btn-default.disabled.focus,
.jy-btn-default[disabled]:hover,
.jy-btn-default[disabled]:focus,
.jy-btn-default[disabled].focus,
fieldset[disabled] .jy-btn-default:hover,
fieldset[disabled] .jy-btn-default:focus,
fieldset[disabled] .jy-btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.jy-btn-primary {
  color: #fff;
  background-color: #1d6075;
  border-color: #184f61;
}

.jy-btn-primary:focus,
.jy-btn-primary.focus {
  color: #fff;
  background-color: #133e4c;
  border-color: black;
}

.jy-btn-primary:hover {
  color: #fff;
  background-color: #133e4c;
  border-color: #0c2730;
}

.jy-btn-primary.disabled:hover,
.jy-btn-primary.disabled:focus,
.jy-btn-primary.disabled.focus,
.jy-btn-primary[disabled]:hover,
.jy-btn-primary[disabled]:focus,
.jy-btn-primary[disabled].focus,
fieldset[disabled] .jy-btn-primary:hover,
fieldset[disabled] .jy-btn-primary:focus,
fieldset[disabled] .jy-btn-primary.focus {
  background-color: #1d6075;
  border-color: #184f61;
}

.jy-btn-success {
  color: #fff;
  background-color: #209e38;
  border-color: #1c8930;
}

.jy-btn-success:focus,
.jy-btn-success.focus {
  color: #fff;
  background-color: #177429;
  border-color: #061f0b;
}

.jy-btn-success:hover {
  color: #fff;
  background-color: #177429;
  border-color: #11561e;
}

.jy-btn-success.disabled:hover,
.jy-btn-success.disabled:focus,
.jy-btn-success.disabled.focus,
.jy-btn-success[disabled]:hover,
.jy-btn-success[disabled]:focus,
.jy-btn-success[disabled].focus,
fieldset[disabled] .jy-btn-success:hover,
fieldset[disabled] .jy-btn-success:focus,
fieldset[disabled] .jy-btn-success.focus {
  background-color: #209e38;
  border-color: #1c8930;
}

.jy-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.jy-btn-info:focus,
.jy-btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.jy-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.jy-btn-info.disabled:hover,
.jy-btn-info.disabled:focus,
.jy-btn-info.disabled.focus,
.jy-btn-info[disabled]:hover,
.jy-btn-info[disabled]:focus,
.jy-btn-info[disabled].focus,
fieldset[disabled] .jy-btn-info:hover,
fieldset[disabled] .jy-btn-info:focus,
fieldset[disabled] .jy-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.jy-btn-warning {
  color: #fff;
  background-color: #ff7e00;
  border-color: #e67100;
}

.jy-btn-warning:focus,
.jy-btn-warning.focus {
  color: #fff;
  background-color: #cc6500;
  border-color: #663200;
}

.jy-btn-warning:hover {
  color: #fff;
  background-color: #cc6500;
  border-color: #a85300;
}

.jy-btn-warning.disabled:hover,
.jy-btn-warning.disabled:focus,
.jy-btn-warning.disabled.focus,
.jy-btn-warning[disabled]:hover,
.jy-btn-warning[disabled]:focus,
.jy-btn-warning[disabled].focus,
fieldset[disabled] .jy-btn-warning:hover,
fieldset[disabled] .jy-btn-warning:focus,
fieldset[disabled] .jy-btn-warning.focus {
  background-color: #ff7e00;
  border-color: #e67100;
}

.jy-btn-danger {
  color: #fff;
  background-color: #d51819;
  border-color: #be1516;
}

.jy-btn-danger:focus,
.jy-btn-danger.focus {
  color: #fff;
  background-color: #a71314;
  border-color: #4b0909;
}

.jy-btn-danger:hover {
  color: #fff;
  background-color: #a71314;
  border-color: #870f10;
}

.jy-btn-danger.disabled:hover,
.jy-btn-danger.disabled:focus,
.jy-btn-danger.disabled.focus,
.jy-btn-danger[disabled]:hover,
.jy-btn-danger[disabled]:focus,
.jy-btn-danger[disabled].focus,
fieldset[disabled] .jy-btn-danger:hover,
fieldset[disabled] .jy-btn-danger:focus,
fieldset[disabled] .jy-btn-danger.focus {
  background-color: #d51819;
  border-color: #be1516;
}

.jy-btn-block {
  display: block;
  width: 100%;
}

.jy-btn-block+.jy-btn-block {
  margin-top: 5px;
}

input[type="submit"].jy-btn-block,
input[type="reset"].jy-btn-block,
input[type="button"].jy-btn-block {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.4286;
  color: #555555;
}

.form-row {
  position: relative;
  margin-bottom: 15px;
}

.form-block {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 1.4286;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bcbabb;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-block::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-block::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-block:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-block::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-block::placeholder {
  color: #999;
  opacity: 1;
}

.form-block::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-block[disabled],
.form-block[readonly],
fieldset[disabled] .form-block {
  background-color: #eeeeee;
  opacity: 1;
}

.form-block[disabled],
fieldset[disabled] .form-block {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

/**
* page style
*/
@font-face {
  font-family: 'iconfont';
  /* project id 1015746 */
  src: url("../images/iconfont.eot");
  src: url("../images/iconfont.eot?#iefix") format("embedded-opentype"), url("../images/iconfont.woff2") format("woff2"), url("../images/iconfont.woff") format("woff"), url("../images/iconfont.ttf") format("truetype"), url("../images/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: 'iconfont';
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*************************************** layout*****************/
html,
body {
  height: 100%;
}

.sq-wrapper {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 600px;
  background: url(../images/body_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.sq-header {
  height: 90px;
  text-align: center;
  line-height: 90px;
}

.sq-header img {
  max-width: 90%;
  max-height: 100%;
}

.sq-nav {
  position: absolute;
  top: 90px;
  left: 20px;
  right: 20px;
  margin-top: 10px;
  font-size: 0;
  letter-spacing: -3px;
  text-align: center;
}

.sq-nav ul {
  margin: 0 -0.52083%;
}

.sq-nav li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 16px;
  width: 10%;
  padding: 0 0.53191%;
}

.sq-nav li>a {
  display: block;
  background: url(../images/tab_bg.png) no-repeat center center;
  background-size: 100% 100%;
  height: 50px;
  line-height: 35px;
  color: #0fe7ff;
}

.sq-main {
  height: calc(100% - 190px);
  padding: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 150px;
}

.sq-m-lf,
.sq-m-rt,
.sq-m-md {
  height: 100%;
}

.sq-m-lf,
.sq-m-rt {
  width: 26%;
}

.sq-m-md {
  padding: 0 20px;
  width: 48%;
}

.sq-footer {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.sq-pane {
  position: relative;
  background-size: 100% 100%;
  background-position: center center;
  overflow: auto;
}

.sq-pane::-webkit-scrollbar {
  width: 4px;
}

.sq-pane::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(86, 221, 223, 0.5);
}

.sq-pane-title {
  position: absolute;
  left: 55px;
  top: 0;
  font-size: 16px;
  color: #0fe7ff;
}

.sq-pane-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5em;
  margin-left: -2.5em;
  border-bottom: 3px solid #0fe7ff;
  margin-top: 5px;
}

.sq-pane-title.compact {
  top: -4px;
}

.sq-pane-title.compact:after {
  margin-top: 3px;
}

.gender-pane {
  overflow-y: auto;
  padding: 15px 20px;
  height: 10%;
  background-image: url("../images/gender_pane_bg.png");
}

.gender-list {
  display: table;
  width: 100%;
}

.gender-list li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  font-size: 0;
  padding: 0 20px;
}

.gender-list li>img {
  width: 32px;
  margin-right: 10px;
}

.gender-list li+li {
  background: url(../images/icon_divider.png) no-repeat left center;
  background-size: auto 100%;
}

.gender-list article {
  display: inline-block;
  font-size: 14px;
  color: #0fe7ff;
  vertical-align: middle;
}

.gender-list article small {
  font-size: .8em;
  display: block;
}

.gender-list article b {
  display: block;
  font-size: 16px;
}

.renkou-pane {
  height: calc(30% - 15px);
  background-image: url("../images/renkou_pane_bg.png");
}

.article-pane {
  height: calc(23% - 15px);
  background-image: url("../images/article_pane_bg.png");
}

.config-pane {
  height: calc(30% - 15px);
  background-image: url("../images/shezhi_pane_bg.png");
}

.minzu-pane {
  height: calc(30% - 15px);
  background-image: url("../images/minzu_pane_bg.png");
}

.wenhua-pane {
  height: calc(30% - 15px);
  background-image: url("../images/wenhua_pane_bg.png");
}

.sq-map {
  height: 47%;
  background: url("../images/map_bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}

.todos-pane {
  height: 40%;
}

.todos-pane header {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #0fe7ff;
  background-color: #02537b;
}

.todos-pane section {
  height: calc(100% - 40px);
  background-color: #03285c;
  overflow: auto;
}

.todos-pane section::-webkit-scrollbar {
  width: 4px;
}

.todos-pane section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(86, 221, 223, 0.5);
}

.todos-list a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.todos-list .date {
  padding: .2em 1em;
  border-radius: 2em;
  background-color: #f2811d;
  color: #fff;
  margin-right: .8em;
}

.pad-pane {
  padding: 40px 15px 15px 15px;
}

.sq-echart-box {
  width: 100%;
  height: 100%;
}

.article-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sq-article-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0;
  text-align: center;
  letter-spacing: -3px;
}

.sq-article-list>li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0 1.5%;
}

.sq-article-list article {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 8px;
}

.sq-article-list article b {
  font-weight: normal;
  font-size: 1.2857em;
  color: #d0b912;
  display: block;
  margin-top: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-block,
  input[type="time"].form-block,
  input[type="datetime-local"].form-block,
  input[type="month"].form-block {
    line-height: 34px;
  }
}