﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
 */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2rem;
  color: #000000;
  /*background-color: #fbf9fe;*/
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007aff;
  text-decoration: none;
}
button {
  -webkit-appearance: none;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 14px 0;
  font-weight: 600;
  font-size: 100%;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 14px;
}

.margin_top_0 {
  margin-top: 0px;
}

.default_title
{width:100%;padding:10px 0px 10px 0px;text-align:center;font-weight:bold;border-bottom:1px solid #e0e0e0;font-size:1.5em;}

.subtitle{ padding: 15px; font-size: 16px; border-bottom: 1px solid #efeff4; border-top: 1px solid #efeff4; background-color: #FBF9FE; text-align:center; }


.smart-clearfix:after,
.smart-clearfix:before,
.smart-container:after,
.smart-container:before,
.smart-row:after,
.smart-row:before {
  display: table;
  content: " ";
}
.smart-fs-xl {
  font-size: 18px;
}
.smart-fs-lg {
  font-size: 16px;
}
.smart-fs-sm {
  font-size: 13px;
}
.smart-fs-xs {
  font-size: 11px;
}
.smart-border-t {
  border-top: 1px solid #efefef;
}
.smart-border-b {
  border-bottom: 1px solid #efefef;
}
.smart-border-tb {
  border-top: #efefef 1px solid;
  border-bottom: #efefef 1px solid;
  background-image: none;
}
.smart-border-l {
  border-left: 1px solid #efefef;
}
.smart-border-r {
  border-right: 1px solid #efefef;
}
.smart-border {
  border: 1px solid #efefef;
}
.smart-whitespace {
  padding-left: 1rem;
  padding-right: 1rem;
}
.smart-whitespace-left {
  padding-left: 1rem;
}
.smart-whitespace-right {
  padding-right: 1rem;
}
.smart-row {
  display: block;
  overflow: hidden;
}
.smart-col {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
.smart-col-10 {
  width: 10%;
}
.smart-col-20 {
  width: 20%;
}
.smart-col-25 {
  width: 25%;
}
.smart-col-33 {
  width: 33.3333%;
}
.smart-col-50 {
  width: 50%;
}
.smart-col-67 {
  width: 66.6666%;
}
.smart-col-75 {
  width: 75%;
}
.smart-col-80 {
  width: 80%;
}
.smart-col-90 {
  width: 90%;
}
.smart-row-flex {
  display: -webkit-box;
  width: 100%;
  -webkit-box-sizing: border-box;
}
.smart-row-flex .smart-col {
  float: none;
  -webkit-box-flex: 1;
  width: 0;
  height: 100%;
}
.smart-row-flex .smart-col-2 {
  -webkit-box-flex: 2;
}
.smart-row-flex .smart-col-3 {
  -webkit-box-flex: 3;
}
.smart-row-flex .smart-col-4 {
  -webkit-box-flex: 4;
}
.color_red{color:#f00;}
.color_black{color:#000;}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="smart-icon-"],
[class*=" smart-icon-"] {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smart-icon {
  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;
  /*font-weight:bold;*/
  color:#d6d5d9;
}
.smart-icon-check:before {
  content: "\e60b";
}
.smart-icon-appreciate:before {
  content: "\e644";
}
.smart-icon-check1:before {
  content: "\e645";
}
.smart-icon-close:before {
  content: "\e646";
}
.smart-icon-edit:before {
  content: "\e649";
}
.smart-icon-emoji:before {
  content: "\e64a";
}
.smart-icon-favorfill:before {
  content: "\e64b";
}
.smart-icon-favor:before {
  content: "\e64c";
}
.smart-icon-loading:before {
  content: "\e64f";
}
.smart-icon-locationfill:before {
  content: "\e650";
}
.smart-icon-location:before {
  content: "\e651";
}
.smart-icon-phone:before {
  content: "\e652";
}
.smart-icon-roundcheckfill:before {
  content: "\e656";
}
.smart-icon-roundcheck:before {
  content: "\e657";
}
.smart-icon-roundclosefill:before {
  content: "\e658";
}
.smart-icon-roundclose:before {
  content: "\e659";
}
.smart-icon-roundrightfill:before {
  content: "\e65a";
}
.smart-icon-roundright:before {
  content: "\e65b";
}
.smart-icon-search:before {
  content: "\e65c";
}
.smart-icon-commentfill:before {
  content: "\e666";
}
.smart-icon-camera:before {
  content: "\e665";
}
.smart-icon-camerafill:before {
  content: "\e664";
}
.smart-icon-warn:before {
  content: "\e663";
}
.smart-icon-warnfill:before {
  content: "\e662";
}
.smart-icon-unfold:before {
  content: "\e661";
}
.smart-icon-time:before {
  content: "\e65f";
}
.smart-icon-timefill:before {
  content: "\e65e";
}
.smart-icon-taxi:before {
  content: "\e65d";
}
.smart-icon-comment:before {
  content: "\e667";
}
.smart-icon-likefill:before {
  content: "\e668";
}
.smart-icon-like:before {
  content: "\e669";
}
.smart-icon-notificationfill:before {
  content: "\e66a";
}
.smart-icon-notification:before {
  content: "\e66b";
}
.smart-icon-order:before {
  content: "\e66c";
}
.smart-icon-samefill:before {
  content: "\e66d";
}
.smart-icon-same:before {
  content: "\e66e";
}
.smart-icon-deliver:before {
  content: "\e671";
}
.smart-icon-discover:before {
  content: "\e67e";
}
.smart-icon-cascades:before {
  content: "\e67c";
}
.smart-icon-back:before {
  content: "\e679";
}
.smart-icon-wang:before {
  content: "\e678";
}
.smart-icon-ticket:before {
  content: "\e677";
}
.smart-icon-shop:before {
  content: "\e676";
}
.smart-icon-send:before {
  content: "\e675";
}
.smart-icon-pay:before {
  content: "\e673";
}
.smart-icon-evaluate:before {
  content: "\e672";
}
.smart-icon-list:before {
  content: "\e682";
}
.smart-icon-more:before {
  content: "\e684";
}
.smart-icon-myfill:before {
  content: "\e685";
}
.smart-icon-my:before {
  content: "\e686";
}
.smart-icon-scan:before {
  content: "\e689";
}
.smart-icon-settings:before {
  content: "\e68a";
}
.smart-icon-questionfill:before {
  content: "\e690";
}
.smart-icon-question:before {
  content: "\e691";
}
.smart-icon-shopfill:before {
  content: "\e697";
}
.smart-icon-right:before {
  content: "\e6a3";
}
.smart-icon-pullup:before {
  content: "\e6a0";
}
.smart-icon-pulldown:before {
  content: "\e69f";
}
.smart-icon-top:before {
  content: "\e69e";
}
.smart-icon-footprint:before {
  content: "\e69d";
}
.smart-icon-filter:before {
  content: "\e69c";
}
.smart-icon-pic:before {
  content: "\e69b";
}
.smart-icon-wangfill:before {
  content: "\e69a";
}
.smart-icon-lightauto:before {
  content: "\e6f6";
}
.smart-icon-service:before {
  content: "\e6ff";
}
.smart-icon-searchlist:before {
  content: "\e6fe";
}
.smart-icon-flashlightopen:before {
  content: "\e6fd";
}
.smart-icon-flashlightclose:before {
  content: "\e6fc";
}
.smart-icon-barcode:before {
  content: "\e6fb";
}
.smart-icon-light:before {
  content: "\e6fa";
}
.smart-icon-camerarotate:before {
  content: "\e6f9";
}
.smart-icon-lightfill:before {
  content: "\e6f8";
}
.smart-icon-lightforbid:before {
  content: "\e6f7";
}
.smart-icon-sort:before {
  content: "\e700";
}
.smart-icon-1212:before {
  content: "\e702";
}
.smart-icon-down:before {
  content: "\e703";
}
.smart-icon-mobile:before {
  content: "\e704";
}
.smart-icon-mobilefill:before {
  content: "\e705";
}
.smart-icon-copy:before {
  content: "\e706";
}
.smart-icon-mao:before {
  content: "\e746";
}
.smart-icon-ju:before {
  content: "\e745";
}
.smart-icon-hua:before {
  content: "\e744";
}
.smart-icon-suan:before {
  content: "\e743";
}
.smart-icon-read:before {
  content: "\e742";
}
.smart-icon-cut:before {
  content: "\e74b";
}
.smart-icon-magic:before {
  content: "\e74c";
}
.smart-icon-backwardfill:before {
  content: "\e74d";
}
.smart-icon-forwardfill:before {
  content: "\e74e";
}
.smart-icon-playfill:before {
  content: "\e74f";
}
.smart-icon-stop:before {
  content: "\e750";
}
.smart-icon-tagfill:before {
  content: "\e751";
}
.smart-icon-tag:before {
  content: "\e752";
}
.smart-icon-group:before {
  content: "\e753";
}
.smart-icon-move:before {
  content: "\e754";
}
.smart-icon-arrow:before {
  content: "\e756";
}
.smart-header {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color:#258ee7;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  z-index: 11;
}
.smart-header .smart-span {
    width:84%;display:block;float:right;
    }

.smart-header img {
  margin-top: 12px;
  height: 25px;
  vertical-align: top;
}
.smart-header .smart-header-left {
  left: 10px;
}
.smart-header .smart-header-right {
  right: 10px;
}
.smart-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
}
/*表单标题样式*/
.smart-form-title-item {
  padding: 20px 10px 10px 10px;
  font-size: 16px;
  color:#258ee7;
}

.smart-form-title-item-special{
    padding:20px 0 10px;
}
.smart-form-button-item-a-special{
    padding:10px 5px;
}


/*表单注释样式*/
.smart-form-desc-item {
  padding: 10px 15px 10px 15px;
  font-size: 13px;
  color: #b2b2b2;
}
/*表单错误样式*/
.smart-form-error-item {
  padding: 0px 10px 0px 115px;
  font-size: 13px;
  color: #EB4F4F;
  position: relative;
  top: -4px;
}
/*表单多选框错误样式*/
.smart-form-error-checkbox-item {
  padding: 1px 10px 1px 10px;
  font-size: 13px;
  color: #EB4F4F;
  position: relative;
  top: 0px;
}
/*表单项样式*/
.smart-form-item {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  color: #000000;
  line-height: 24px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
}
.smart-form-item:first-child {
  margin-left: 0!important;
}
.smart-form-item div {
  -webkit-box-flex: 10;
}
/*表单文本项样式*/
.smart-form-text-item {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  color: #000000;
  line-height: 24px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;


}
.smart-form-text-item:first-child {
  margin-left: 0!important;
}
.smart-form-text-item div {
  -webkit-box-flex: 10;
}
.smart-form-text-item > label:first-child {
  width: 95px;
  display: block;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
}
.smart-form-text-item input[type=text],.smart-form-text-item input[type=tel],.smart-form-text-item input[type=date],select,.smart-form-text-item .shijian,
.smart-form-text-item > textarea {
  display: block;
  box-sizing: border-box;
  background: 0 0;
  padding: 6px;
  line-height: 25px;
  margin: 0px 4px;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  color: #888888;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-flex: 10;
  z-index:10;
}
select{height:40px;}
.smart-form-text-item textarea {
  -webkit-appearance: none;
  resize: none;
  min-height: 50px;
  padding: 0px 8px;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
/*表单下拉框样式*/
.smart-form-select-item {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  color: #000000;
  line-height: 24px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
}
.smart-form-select-item:first-child {
  margin-left: 0!important;
}
.smart-form-select-item div {
  -webkit-box-flex: 10;
}
.smart-form-select-item label {
  display: block;
  width: 95px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  line-height: 39px;
}
.smart-form-select-item select {
  -webkit-appearance: none;
  background: 0 0;
  padding: 4px;
  outline: 0;
  line-height: 25px;
  margin: 0px 4px;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: #888888;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  -webkit-box-flex: 10;
}
.smart-form-select-item select:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #a6a6a6;
  content: "";
  pointer-events: none;
}
/*表单单选框、多选框样式*/
.smart-form-checkbox-item,
.smart-form-radio-item {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  color: #000000;
  line-height: 24px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
}
.smart-form-checkbox-item:first-child,
.smart-form-radio-item:first-child {
  margin-left: 0!important;
}
.smart-form-checkbox-item div,
.smart-form-radio-item div {
  -webkit-box-flex: 10;
}
.smart-form-checkbox-item input,
.smart-form-radio-item input {
  display: inline-block;
  position: relative;
  overflow: visible;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  vertical-align: top;
}
.smart-form-checkbox-item input[type=radio],
.smart-form-radio-item input[type=radio] {
  width: 20px;
  height: 20px;
  top: 1px;
  left: -5px;
}
.smart-form-checkbox-item input[type=checkbox],
.smart-form-radio-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  top: 3px;
  left: -4px;
}
.smart-form-checkbox-item input:before,
.smart-form-radio-item input:before {
  content: '';
  display: block;
  border: 1px solid #dfe0e1;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0px;
  top: 0px;
}
.smart-form-checkbox-item input[type=radio]:before,
.smart-form-radio-item input[type=radio]:before {
  width: 20px;
  height: 20px;
  border-radius: 11px;
}
.smart-form-checkbox-item input[type=checkbox]:before,
.smart-form-radio-item input[type=checkbox]:before {
  width: 18px;
  height: 18px;
}
.smart-form-checkbox-item input:checked:after,
.smart-form-radio-item input:checked:after {
  display: block;
  /*background:@global-green;*/
  position: absolute;
}
.smart-form-checkbox-item input[type=radio]:checked:after,
.smart-form-radio-item input[type=radio]:checked:after {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
  color: #258ee7;
  content: "\e656";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  left: -1px;
  top: -2px;
}
.smart-form-checkbox-item input[type=checkbox]:checked:after,
.smart-form-radio-item input[type=checkbox]:checked:after {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
  color: #258ee7;
  content: "\e755";
  width: 18px;
  height: 18px;
  left: -1px;
  top: -3px;
}
.smart-form-checkbox-item:active,
.smart-form-radio-item:active {
  background-color: #ECECEC;
}
/*表单开关项样式*/
.smart-form-switch-item {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  color: #000000;
  line-height: 24px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
}
.smart-form-switch-item:first-child {
  margin-left: 0!important;
}
.smart-form-switch-item div {
  -webkit-box-flex: 10;
}
.smart-form-switch-item input {
  width: 52px;
  height: 32px;
  position: absolute;
  z-index: 2;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  top: 7px;
  right: 15px;
}
.smart-form-switch-item input:before {
  content: '';
  width: 50px;
  height: 30px;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #dfdfdf;
  -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, box-shadow 0.4s;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  top: 0px;
}
.smart-form-switch-item input:checked:before {
  border-color: #258ee7;
  -webkit-box-shadow: #258ee7 0 0 0 16px inset;
  box-shadow: #258ee7 0 0 0 16px inset;
  background-color: #258ee7;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
}
.smart-form-switch-item input:checked:after {
  left: 21px;
}
.smart-form-switch-item input:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: left .2s;
  transition: left 0.2s;
}

.smart-form-switch-item:active {
  background-color: #ECECEC;
}



/*表单边框线样式*/
.smart-form-border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.smart-form-border-top {
  border-top: 1px solid #e0e0e0;
}
.smart-form-border-left {
  border-left: 1px solid #e0e0e0;
}
.smart-form-border-right {
  border-right: 1px solid #e0e0e0;
}
.smart-form-button-item .smart-button{
    display:block;
    }
.smart-button.primary {
  background-color: #0894ec;
  color: #ffffff;
}
.smart-button {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-align: center;
  font-size: 1.6rem;
  vertical-align: top;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-flex: 4;
  cursor: pointer;
  border-radius: 0.4rem;
}
.return_button {
  position:absolute;
  top:13%;
  left:1.5%;
  min-width: 15%;
  height:32px;
  line-height:32px;
  background:#F9F9F9;
  color:#333;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -webkit-background-clip: padding-box;
  
  outline: 0;
  display: block;
  -webkit-box-flex: 4;
  cursor: pointer;
  border-radius: 5px;
}
.smart-button:after,.return_button:after {
  content: " ";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.smart-button input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39px;
  opacity: 0;
  cursor: pointer;
}
.smart-button {
  background-color: #258ee7;
  color: #ffffff;
}
.smart-button:active,
.smart-button.active {
  background-color: #1f74bf;
  color: rgba(255, 255, 255, 0.6);
}
.smart-button:disabled,
.smart-button.disabled {
  background-color:#258ee7;
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.smart-button-green {
  background-color: #258ee7;
  color: #ffffff;
}
.smart-button-green:active,
.smart-button-green.active {
  background-color: #1f74bf;
  color: rgba(255, 255, 255, 0.6);
}
.smart-button-green:disabled,
.smart-button-green.disabled {
  background-color: #258ee7;
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.smart-button-white {
  background-color: #f9f9f9;
  color: #454545;
  display:block;
}
.smart-button-white:active,
.smart-button-white.active {
  background-color: #d6d6d6;
  color: rgba(69, 69, 69, 0.6);
}
.smart-button-white:disabled,
.smart-button-white.disabled {
  background-color: #f8f8f8;
  color: rgba(69, 69, 69, 0.3);
  cursor: default;
}
.smart-button-red {
  background-color: #eb4f4f;
  color: #ffffff;
}
.smart-button-red:active,
.smart-button-red.active {
  background-color: #bc3f3f;
  color: rgba(255, 255, 255, 0.6);
}
.smart-button-red:disabled,
.smart-button-red.disabled {
  background-color: #eb4f4f;
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.smart-form-button-item {
  display: -webkit-box;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  padding: 10px 9px;
}
.smart-swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  width: 100%;
  /*.@{ns}-swipe-pagination{
    a {
      box-sizing: content-box;
      display: block;
      width: 24px;
      height: 24px;
      padding: 4px 0;
      margin: -16px 0 0;
      position: absolute;
      top: 50%;
      z-index: 10;
      overflow: hidden;
      opacity: 0.45;
      cursor: pointer;
      color: @white;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
      background-color: @black;
      font-size: 0;
      text-align: center;
      transition: all .3s ease;

      &:before {
          display: inline-block;
          font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
          -webkit-font-smoothing: antialiased;
          -webkit-transform: translate(0,0);
          transform: translate(0,0);
          content: "\f053";
        font-size: 16px;
        line-height: 24px;
      }

      &.am-prev {
        left: 0;
        padding-right: 5px;
      }

      &.am-next {
        right: 0;
        padding-left: 5px;

        &:before {
            content: "\f054";
        }
      }
    }

  }*/
}
.smart-swipe .smart-swipe-wrap {
  overflow: hidden;
  position: relative;
}
.smart-swipe .smart-swipe-wrap .smart-swipe-item {
  float: left;
  width: 100%;
  position: relative;
}
.smart-swipe .smart-swipe-wrap .smart-swipe-item img {
  display: block;
  width: 100%;
}
.smart-swipe .smart-swipe-wrap .smart-swipe-item span {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  padding: 8px;
  width: 100%;
  color: #ffffff;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-swipe .smart-swipe-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 6px;
  font-size: 0;
  line-height: 0;
  bottom: 14px;
  right: 0;
}
.smart-swipe .smart-swipe-pagination li {
  display: inline-block;
  margin-right: 6px;
}
.smart-swipe .smart-swipe-pagination li a {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-indent: -9999px;
}
.smart-swipe .smart-swipe-pagination li a:hover,
.smart-swipe .smart-swipe-pagination li a.active {
  background:#258ee7;
}
/* list-default */
.smart-list-default {
  padding-left: 15px;
}
.smart-list-default .smart-list-default-item {
  padding: 0 15px 0 0;
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  border-bottom: 1px solid #e0e0e0;
}
.smart-list-default .smart-list-default-title {
  width: 4em;
  margin-right: 15px;
  font-size: 14px;
  color: #000000;
}
.smart-list-default .smart-list-default-content {
  font-size: 14px;
  color: #888888;
  -webkit-box-flex: 1;
}
/* list-default-left */
.smart-list-default-left .smart-list-default-content {
  width: 0;
  max-width: 100%;
  /*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
}
.smart-list-default-left .smart_hh
{white-space: normal;word-wrap: break-word;line-height:30px;}

/* list-default-right */
.smart-list-default-right .smart-list-default-content {
  text-align: right;
  padding-right: 10px;
}
/* list-link */
.smart-list-link {
  padding-left: 0;
}
.smart-list-link .smart-list-link-item {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  display: -webkit-box;
}
.smart-list-link .smart-list-link-item:last-child a {
  border-bottom: 0;
}
.smart-list-link .smart-list-link-item:active {
  background-color: #eee;
}
.smart-list-link a {
  display: block;
  width: 0;
  max-width: 100%;
  margin-left: 15px;
  text-decoration: none;
  -webkit-box-flex: 1;
  color: #000000;
  border-bottom: 1px solid #e0e0e0;
}
.smart-list-link a span {
  display: block;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
}
.smart-list-link a span i {
  position: absolute;
  right: 10px;
}
/* list-image */
.smart-list-image {
  padding-left: 0;
}
.smart-list-image .smart-list-image-item-outer:active {
  background-color: #eee;
}
.smart-list-image .smart-list-image-item {
  margin-left: 15px;
  padding: 10px 15px 10px 0;
  display: -webkit-box;
  border-bottom: 1px solid #e0e0e0;
}
.smart-list-image .smart-list-image-left {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.smart-list-image .smart-list-image-right {
  padding-left: 10px;
  -webkit-box-flex: 1;
  width: 0;
}
.smart-list-image .smart-list-image-title {
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.smart-list-image .smart-list-image-note {
  position: relative;
  margin-top: 12px;
}
.smart-list-image .smart-list-image-note-left {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  font-size: 12px;
  color: #888888;
}
.smart-list-image .smart-list-image-note-right {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  font-size: 12px;
  color: #888888;
}
/* list-image-small */
.smart-list-image-small .smart-list-image-item {
  height: 70px;
}
.smart-list-image-small .smart-list-image-left {
  width: 50px;
  height: 50px;
}
.smart-list-image-small img {
  width: 50px;
  height: 50px;
}
.smart-list-image-small .smart-list-image-right {
  height: 50px;
}
/* list-image-big */
.smart-list-image-big .smart-list-image-item {
  height: 82px;
}
.smart-list-image-big .smart-list-image-left {
  width: 95px;
  height: 62px;
}
.smart-list-image-big img {
  width: 95px;
  height: 62px;
}
.smart-list-image-big .smart-list-image-right {
  height: 62px;
}
.smart-list-image-big .smart-list-image-title {
  margin-top: -3px;
}
.smart-list-image-big .smart-list-image-subtitle {
  font-size: 13px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
/* list-flex */
.smart-list-flex {
  padding-left: 0;
}
.smart-list-flex .smart-list-flex-item {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #000000;
  display: block;
}
.smart-list-flex .smart-list-flex-item span {
  display: block;
  margin-left: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.smart-list-flex .smart-list-flex-item span i {
  position: absolute;
  right: 10px;
}
.smart-list-flex .smart-list-flex-item:active {
  background-color: #eee;
}
.smart-list-flex .smart-list-flex-subitem {
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  color: #555555;
  display: -webkit-box;
}
.smart-list-flex .smart-list-flex-subitem span {
  display: block;
  width: 100%;
  margin-left: 20px;
  border-bottom: 1px solid #efeff4;
}
.smart-list-flex .smart-list-flex-subitem:active {
  background-color: #eee;
}
.smart-list-flex div {
  display: none;
}
/* table-common */
.smart-table {
  line-height: 40px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
}
.smart-table th {
  border-bottom: 2px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
.smart-table td {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
/* table-color */
.smart-table-color tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
/* table-default */
.smart-table-default {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.smart-table-default tr:last-child td {
  border-bottom: 0;
}
.smart-table-default tr td:last-child,
.smart-table-default tr th:last-child {
  border-right: 0;
}
/* table-fullborder */
.smart-table-fullborder {
  border: 1px solid #e0e0e0;
}
.smart-tab {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.smart-tab .title {
  display: -webkit-box;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #888888;
}
.smart-tab .title .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 1;
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
}
.smart-tab .title .chosen {
  color: #258ee7;
  border-bottom: 2px solid #258EE7;
}
.smart-tab-dynamic .content .item {
  width: 100%;
  height: 100%;
  display: none;
}
.smart-tab-dynamic .content .chosen {
  display: block;
}
/**
 * 弹窗类
 */
.smart-modal {
  position: relative;
  width: 270px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 3px;
}
.smart-modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1110;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0;
}
.smart-modal-overlay.show {
  display: -webkit-box;
  display: box;
  opacity: 1;
}
.smart-modal-head {
  position: relative;
  color: #258ee7;
  padding: 15px 20px;
  font-size: 16px;
}
.smart-modal-body {
  min-height: 50px;
  padding: 0 20px;
  display: box;
  -webkit-box-align: left;
  color: #888;
  line-height: 24px;
  padding-bottom: 15px;
}
.smart-modal-body.center {
  padding-top: 15px;
  text-align: center;
}
.smart-modal-body > h4 {
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
}
.smart-modal-body > div,
.smart-modal-body > ul {
  width: 100%;
}
.smart-modal-foot {
  display: -webkit-box;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-align: center;
  border-top: 1px solid #b2b2b2;
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #efefef;
}
.smart-modal-foot button {
  text-align: center;
  border-right: 1px #efefef solid;
  width: 100%;
  background: transparent;
  display: block;
  -webkit-box-flex: 1;
}
.smart-modal-foot button:active {
  background-color: #efefef !important;
}
.smart-modal-foot button:last-child {
  border-right: 0;
}
/**
 * 弹窗类
 */
.smart-loading {
  position: relative;
  width: 130px;
  height: 130px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  pointer-events: auto;
  background-color: rgba(40, 40, 40, 0.75);
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
}
.smart-loading .smart-loading-icon {
  min-height: 100%;
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center;
  -webkit-box-align: left;
  -webkit-box-orient: vertical;
  text-align: center;
}
.smart-loading .smart-loading-icon i {
  font-size: 40px;
  -webkit-animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.smart-loading-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1120;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: none;
  opacity: 0;
}
.smart-loading-overlay.show {
  display: -webkit-box;
  display: box;
  opacity: 1;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/**
 * 弹窗类
 */
.smart-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 1090;
}
.smart-tips .smart-tips-content {
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.smart-tips .smart-tips-content.smart-tips-warning {
  background-color: rgba(235, 79, 79, 0.95);
}
.smart-tips .smart-tips-content.smart-tips-success {
  background-color: rgba(4, 190, 2, 0.95);
}
/*日期选择器控件样式*/
/* Datewheel overlay */
.smart-datepicker {
  /* Datewheel overlay background */
  /* Bubble positionings */
  /* Datewheel wheel container wrapper */
  /* Datewheel label */
  /* Datewheel value */
  /* Datewheel wheel container */
  /* Datewheel wheels */
  /* Higlighted */
  /* Valid entry */
  /* Hidden entry */
  /* Wheel +/- buttons */
  /* Datewheel wheel overlay */
  /* Background line */
  /* Datewheel button */
  /* Datewheel button container */
  /* Datewheel button wrapper */
  /* Hidden label */
  /* Multiple selection */
  /* Backgrounds */
  /* Fade in */
  /* Fade out */
  /* Pop in */
  /* Pop out */
  /* Flip in */
  /* Flip out */
  /* Swing in */
  /* Swing out */
  /* Slide horizontal in */
  /* Slide horizontal out */
  /* Slide vertical in */
  /* Slide vertical out */
  /* Slide Down In */
  /* Slide down out */
  /* Slide Up In */
  /* Slide up out */
  /* Android ICS skin */
  /* Docked */
  /* Multiple select */
  /* Light version */
  /* Bubble positioning */
  /* Bubble positioning */
  /* Multiple select */
}
.smart-datepicker .dw {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 1120;
}
.smart-datepicker .dwi {
  position: static;
  display: inline-block;
}
.smart-datepicker .dwwr {
  min-width: 170px;
  zoom: 1;
  padding: 0 10px;
  text-align: center;
}
.smart-datepicker .dw-persp,
.smart-datepicker .dwo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1120;
}
.smart-datepicker .dwo {
  background: rgba(0, 0, 0, 0.6);
}
.smart-datepicker .dw-bubble .dw {
  margin: 20px 0;
}
.smart-datepicker .dw-bubble .dw-arrw {
  position: absolute;
  left: 0;
  width: 100%;
}
.smart-datepicker .dw-bubble-top .dw-arrw {
  bottom: -36px;
}
.smart-datepicker .dw-bubble-bottom .dw-arrw {
  top: -36px;
}
.smart-datepicker .dw-bubble .dw-arrw-i {
  margin: 0 30px;
  position: relative;
  height: 36px;
}
.smart-datepicker .dw-bubble .dw-arr {
  display: block;
}
.smart-datepicker .dw-arr {
  display: none;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px;
}
.smart-datepicker .dw-bubble-bottom .dw-arr {
  top: 0;
  border-color: transparent transparent #fff transparent;
}
.smart-datepicker .dw-bubble-top .dw-arr {
  bottom: 0;
  border-color: #fff transparent transparent transparent;
}
.smart-datepicker .dwc {
  padding: 30px 2px 5px 2px;
  display: inline-block;
}
.smart-datepicker .dwl {
  text-align: center;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -30px;
  width: 100%;
}
.smart-datepicker .dwv {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.smart-datepicker .dw-hidden {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.smart-datepicker .dwrc {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.smart-datepicker .dwwc {
  margin: 0;
  padding: 0 2px;
  position: relative;
  background: #000;
  zoom: 1;
}
.smart-datepicker .dwwl {
  margin: 4px 2px;
  padding: 0 2px;
  position: relative;
  z-index: 5;
}
.smart-datepicker .dwww {
  position: relative;
  padding: 1px;
}
.smart-datepicker .dww {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.smart-datepicker .dw-moz .dww {
  opacity: .99;
  /* Fixes Firefox translate overflow bug */
}
.smart-datepicker .dwsc .dwwl {
  background: #888;
  background: linear-gradient(#000000 0%, #333333 35%, #888888 50%, #333333 65%, #000000 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(0.35, #333333), color-stop(0.5, #888888), color-stop(0.65, #333333), to(#000000));
  background: -webkit-linear-gradient(#000000 0%, #333333 35%, #888888 50%, #333333 65%, #000000 100%);
  background: -moz-linear-gradient(#000000 0%, #333333 35%, #888888 50%, #333333 65%, #000000 100%);
}
.smart-datepicker .dwsc .dww {
  background: #444;
  background: linear-gradient(#000000 0%, #444444 45%, #444444 55%, #000000 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(0.45, #444444), color-stop(0.55, #444444), to(#000000));
  background: -webkit-linear-gradient(#000000 0%, #444444 45%, #444444 55%, #000000 100%);
  background: -moz-linear-gradient(#000000 0%, #444444 45%, #444444 55%, #000000 100%);
}
.smart-datepicker .dw-bf {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.smart-datepicker .dw-ul {
  position: relative;
  z-index: 2;
}
.smart-datepicker .dw-li {
  padding: 0 5px;
  display: block;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: 0 1px 1px #000;
  vertical-align: bottom;
  opacity: .3;
  filter: alpha(opacity=30);
}
.smart-datepicker .dw-li.dw-hl {
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.smart-datepicker .dw-li.dw-v {
  opacity: 1;
  filter: alpha(opacity=100);
}
.smart-datepicker .dw-li.dw-h {
  visibility: hidden;
}
.smart-datepicker .dw-i {
  position: relative;
  height: 100%;
}
.smart-datepicker .dwwb {
  position: absolute;
  z-index: 4;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 40px;
  text-align: center;
  opacity: 1;
  transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
}
.smart-datepicker .dwa .dwwb {
  opacity: 0;
}
.smart-datepicker .dwwbp {
  top: 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.smart-datepicker .dwwbm {
  bottom: 0;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.smart-datepicker .dwpm .dwwc {
  background: transparent;
}
.smart-datepicker .dwpm .dwwl {
  padding: 0;
}
.smart-datepicker .dwpm .dw-li {
  text-shadow: none;
}
.smart-datepicker .dwpm .dwwol {
  display: none;
}
.smart-datepicker .dwwo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*    background: linear-gradient(#000000 0%, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000000 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(0.52, rgba(44, 44, 44, 0)), color-stop(0.48, rgba(44, 44, 44, 0)), to(#000000));
    background: -webkit-linear-gradient(#000000 0%, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000000 100%);
    background: -moz-linear-gradient(#000000 0%, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000000 100%);*/
  pointer-events: none;
}
.smart-datepicker .dwwol {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -1px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #555;
  pointer-events: none;
}
.smart-datepicker .dwbg .dwb {
  cursor: pointer;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -webkit-backface-visibility: hidden;
}
.smart-datepicker .dwbc {
  padding: 5px 0;
  text-align: center;
}
.smart-datepicker .dwbw {
  display: block;
  -webkit-box-flex: 1;
}
.smart-datepicker .dwbc-p .dwbw {
  width: 33.33%;
}
.smart-datepicker .dwhl {
  padding-top: 10px;
}
.smart-datepicker .dwhl .dwl {
  display: none;
}
.smart-datepicker .dwms .dwwms .dw-li {
  padding: 0 40px;
  position: relative;
}
.smart-datepicker .dwms .dw-msel:after {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  content: '✔';
}
.smart-datepicker .dwbg {
  background: #fff;
}
.smart-datepicker .dwbg .dwpm .dwwl {
  border: 1px solid #aaa;
}
.smart-datepicker .dwbg .dwpm .dww {
  color: #000;
  background: #fff;
  -webkit-border-radius: 3px;
}
.smart-datepicker .dwbg .dwwb {
  background: #ccc;
  color: #888;
  text-shadow: 0 -1px 1px #333333;
  box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
}
.smart-datepicker .dwbg .dwwbp {
  background: linear-gradient(#f7f7f7, #bdbdbd);
  background: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), to(#f7f7f7));
  background: -webkit-linear-gradient(#f7f7f7, #bdbdbd);
  background: -moz-linear-gradient(#f7f7f7, #bdbdbd);
}
.smart-datepicker .dwbg .dwwbm {
  background: linear-gradient(#bdbdbd, #f7f7f7);
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#bdbdbd));
  background: -webkit-linear-gradient(#bdbdbd, #f7f7f7);
  background: -moz-linear-gradient(#bdbdbd, #f7f7f7);
}
.smart-datepicker .dwbg .dwb-a {
  background: #efefef;
}
.smart-datepicker .dwbg .dwwl .dwb-a {
  background: #efefef;
}
.smart-datepicker .dw-trans .dw-persp {
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
.smart-datepicker .dw-trans .dwwb,
.smart-datepicker .dw-trans .dwwo {
  -webkit-backface-visibility: hidden;
}
.smart-datepicker .dw-in,
.smart-datepicker .dw-out {
  animation-duration: 350ms;
  -webkit-animation-duration: 350ms;
  -moz-animation-duration: 350ms;
}
.smart-datepicker .dw-in {
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.smart-datepicker .dw-out {
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
}
.smart-datepicker .dw-flip,
.smart-datepicker .dw-swing,
.smart-datepicker .dw-slidehorizontal,
.smart-datepicker .dw-slidevertical,
.smart-datepicker .dw-slidedown,
.smart-datepicker .dw-slideup,
.smart-datepicker .dw-fade {
  backface-visibility: hidden;
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-backface-visibility: hidden;
  -moz-transform: translateX(0);
}
.smart-datepicker .dw-swing,
.smart-datepicker .dw-slidehorizontal,
.smart-datepicker .dw-slidevertical,
.smart-datepicker .dw-slidedown,
.smart-datepicker .dw-slideup,
.smart-datepicker .dw-fade {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}
.smart-datepicker .dw-flip,
.smart-datepicker .dw-pop {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
.smart-datepicker .dw-pop.dw-in {
  opacity: 1;
  transform: scale(1);
  animation-name: dw-p-in;
  -webkit-animation-name: dw-p-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-p-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-pop.dw-out {
  opacity: 0;
  animation-name: dw-p-out;
  -webkit-animation-name: dw-p-out;
  -moz-animation-name: dw-p-out;
}
.smart-datepicker .dw-flip.dw-in {
  opacity: 1;
  transform: scale(1);
  animation-name: dw-fl-in;
  -webkit-animation-name: dw-fl-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-fl-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-flip.dw-out {
  opacity: 0;
  animation-name: dw-fl-out;
  -webkit-animation-name: dw-fl-out;
  -moz-animation-name: dw-fl-out;
}
.smart-datepicker .dw-swing.dw-in {
  opacity: 1;
  transform: scale(1);
  animation-name: dw-sw-in;
  -webkit-animation-name: dw-sw-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sw-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-swing.dw-out {
  opacity: 0;
  animation-name: dw-sw-out;
  -webkit-animation-name: dw-sw-out;
  -moz-animation-name: dw-sw-out;
}
.smart-datepicker .dw-slidehorizontal.dw-in {
  opacity: 1;
  transform: scale(1);
  animation-name: dw-sh-in;
  -webkit-animation-name: dw-sh-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sh-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-slidehorizontal.dw-out {
  opacity: 0;
  animation-name: dw-sh-out;
  -webkit-animation-name: dw-sh-out;
  -moz-animation-name: dw-sh-out;
}
.smart-datepicker .dw-slidevertical.dw-in {
  opacity: 1;
  animation-name: dw-dw-sv-in;
  transform: scale(1);
  -webkit-animation-name: dw-dw-sv-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-dw-sv-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-slidevertical.dw-out {
  opacity: 0;
  animation-name: dw-sv-out;
  -webkit-animation-name: dw-sv-out;
  -moz-animation-name: dw-sv-out;
}
.smart-datepicker .dw-slidedown.dw-in {
  animation-name: dw-sd-in;
  transform: scale(1);
  -webkit-animation-name: dw-sd-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sd-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-slidedown.dw-out {
  animation-name: dw-sd-out;
  -webkit-animation-name: dw-sd-out;
  -webkit-transform: translateY(-100%);
  -moz-animation-name: dw-sd-out;
  -moz-transform: translateY(-100%);
}
.smart-datepicker .dw-slideup.dw-in {
  transform: scale(1);
  animation-name: dw-su-in;
  -webkit-animation-name: dw-su-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-su-in;
  -moz-transform: scale(1);
}
.smart-datepicker .dw-slideup.dw-out {
  animation-name: dw-su-out;
  -webkit-animation-name: dw-su-out;
  -webkit-transform: translateY(100%);
  -moz-animation-name: dw-su-out;
  -moz-transform: translateY(100%);
}
.smart-datepicker .dw-fade.dw-in {
  opacity: 1;
  animation-name: dw-f-in;
  -webkit-animation-name: dw-f-in;
  -moz-animation-name: dw-f-in;
}
.smart-datepicker .dw-fade.dw-out {
  opacity: 0;
  animation-name: dw-f-out;
  -webkit-animation-name: dw-f-out;
  -moz-animation-name: dw-f-out;
}

.sprite {
  background-image: url(../images/cdff4ec5b96e490583e923a8607dac58.gif);
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-___-1 {
  position: absolute;
  background-position: -2px -2px;
  width: 22px;
  height: 22px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 40%;
}
.sprite.sprite-___-10 {
  position: absolute;
  background-position: -28px -2px;
  width: 22px;
  height: 22px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 40%;
}
.sprite.sprite-___-11 {
  position: absolute;
  background-position: -54px -2px;
  width: 22px;
  height: 22px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 40%;
}
.sprite.sprite-___-12 {
  position: absolute;
  background-position: -80px -2px;
  width: 34px;
  height: 26px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 67%;
}
.sprite.sprite-___-2 {
  position: absolute;
  background-position: -118px -2px;
  width: 24px;
  height: 36px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 34%;
}
.sprite.sprite-___-3 {
  position: absolute;
  background-position: -146px -2px;
  width: 28px;
  height: 34px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 38%;
}
.sprite.sprite-___-4 {
  position: absolute;
  background-position: -178px -2px;
  width: 35px;
  height: 28px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 55%;
}
.sprite.sprite-___-5 {
  position: absolute;
  background-position: -217px -2px;
  width: 32px;
  height: 30px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
}
.sprite.sprite-___-6 {
  position: absolute;
  background-position: -253px -2px;
  width: 30px;
  height: 35px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  webkit-transform-origin: 0% 35%;
}
.sprite.sprite-___-7 {
  position: absolute;
  background-position: -287px -2px;
  width: 34px;
  height: 26px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 67%;
}
.sprite.sprite-___-8 {
  position: absolute;
  background-position: -325px -2px;
  width: 15px;
  height: 26px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
}
.sprite.sprite-___-9 {
  position: absolute;
  background-position: -344px -2px;
  width: 23px;
  height: 26px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0% 50%;
}



@keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dw-f-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes dw-f-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes dw-f-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dw-p-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dw-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dw-p-in {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes dw-p-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes dw-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes dw-p-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes dw-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes dw-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes dw-fl-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0);
  }
}
@keyframes dw-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-fl-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes dw-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes dw-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes dw-sw-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
@keyframes dw-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-sw-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes dw-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes dw-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes dw-sh-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes dw-sh-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes dw-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes dw-sh-out {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes dw-dw-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-dw-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-dw-sv-in {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes dw-sv-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-sv-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes dw-sd-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-sd-in {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@keyframes dw-sd-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes dw-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes dw-sd-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
  }
}
@keyframes dw-su-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-su-in {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@keyframes dw-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-su-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}
.smart-datepicker.android-ics .dw {
  padding: 0;
  background: #ffffff;
}
.smart-datepicker.android-ics .dw .dwwc,
.smart-datepicker.android-ics .dw .dwwl,
.smart-datepicker.android-ics .dw .dww,
.smart-datepicker.android-ics .dw .dwb,
.smart-datepicker.android-ics .dw .dwpm .dww {
  background: none;
}
.smart-datepicker.android-ics .dwwr {
  padding: 0;
}
.smart-datepicker.android-ics .dwc {
  padding: 30px 10px 1px 10px;
}
.smart-datepicker.android-ics .dwhl {
  padding: 1px 10px;
}
.smart-datepicker.android-ics .dwv {
  color: #258ee7;
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #258ee7;
}
.smart-datepicker.android-ics .dwwl {
  margin: 0 2px;
}
.smart-datepicker.android-ics .dww,
.smart-datepicker.android-ics .dw .dwpm .dwwl,
.smart-datepicker.android-ics .dw .dwpm .dww {
  border: 0;
}
.smart-datepicker.android-ics .dww .dw-li {
  text-shadow: none;
}
.smart-datepicker.android-ics .dww .dw-li.dw-hl {
  background: #31b6e7;
  background: rgba(49, 182, 231, 0.5);
}
.smart-datepicker.android-ics .dwwo {
  /*    background: linear-gradient(#282828 0%, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(0.52, rgba(40, 40, 40, 0)), color-stop(0.48, rgba(40, 40, 40, 0)), to(#282828));
    background: -moz-linear-gradient(#282828 0%, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828 100%);
    background: -o-linear-gradient(#282828 0%, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828 100%);*/
}
.smart-datepicker.android-ics .dw .dwwb {
  background: #292829;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.smart-datepicker.android-ics .dwwb span {
  display: none;
}
.smart-datepicker.android-ics .dwwb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  color: #7e7e7e;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  content: '';
}
.smart-datepicker.android-ics .dwwbm {
  top: 0;
  bottom: auto;
}
.smart-datepicker.android-ics .dwwbp {
  bottom: 0;
  top: auto;
}
.smart-datepicker.android-ics .dwwbm:after {
  border-color: transparent transparent #7e7e7e transparent;
}
.smart-datepicker.android-ics .dwwbp:after {
  border-color: #7e7e7e transparent transparent transparent;
}
.smart-datepicker.android-ics .dw .dwwl .dwb-a {
  background: #efefef;
}
.smart-datepicker.android-ics .dwwbm.dwb-a:after {
  border-color: transparent transparent #319abd transparent;
}
.smart-datepicker.android-ics .dwwbp.dwb-a:after {
  border-color: #319abd transparent transparent transparent;
}
.smart-datepicker.android-ics .dw .dwwol {
  width: 60%;
  left: 20%;
  height: 36px;
  border-top: 1px solid #258ee7;
  border-bottom: 1px solid #258ee7;
  margin-top: -18px;
  display: block;
}
.smart-datepicker.android-ics .dwbc {
  display: -webkit-box;
  box-sizing: border-box;
  border-top: 1px solid #b2b2b2;
  height: 42px;
  line-height: 41px;
  padding: 0;
}
.smart-datepicker.android-ics .dw .dwb {
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
}
.smart-datepicker.android-ics .dw .dwb-a {
  background: #efefef;
}
.smart-datepicker.android-ics .dwb-s .dwb,
.smart-datepicker.android-ics .dwb-n .dwb {
  border-right: 1px solid #b2b2b2;
}
.smart-datepicker.android-ics .dw-bottom .dw,
.smart-datepicker.android-ics .dw-top .dw {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.smart-datepicker.android-ics .dwwms .dwwol {
  display: none;
}
.smart-datepicker.android-ics .dwwms .dw-li {
  padding-left: 5px;
  padding-right: 36px;
}
.smart-datepicker.android-ics .dwwms .dw-li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  color: #31b6e7;
  line-height: 14px;
  border: 1px solid #424542;
  text-shadow: 0 0 5px #29799c;
}
.smart-datepicker.android-ics .dwwms .dw-msel:after {
  content: '✔';
}
.smart-datepicker.android-ics .light .dw {
  background: #f5f5f5;
}
.smart-datepicker.android-ics .light .dww .dw-li {
  color: #000;
}
.smart-datepicker.android-ics .light .dwwo {
  background: linear-gradient(#f5f5f5 0%, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: -moz-linear-gradient(#f5f5f5 0%, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5 100%);
  background: -o-linear-gradient(#f5f5f5 0%, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5 100%);
}
.smart-datepicker.android-ics .light .dw .dwwb {
  background: #f5f5f5;
  color: #f5f5f5;
}
.smart-datepicker.android-ics .light .dwbc {
  border-top: 1px solid #dbdbdb;
}
.smart-datepicker.android-ics .light .dwb {
  color: #000;
}
.smart-datepicker.android-ics .light .dwb-a {
  color: #fff;
}
.smart-datepicker.android-ics .light .dwb-s .dwb,
.smart-datepicker.android-ics .light .dwb-n .dwb {
  border-right: 1px solid #dbdbdb;
}
.smart-datepicker.android-ics .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent #292829 transparent;
}
.smart-datepicker.android-ics .dw-bubble-top .dw-arr {
  border-color: #292829 transparent transparent transparent;
}
.smart-datepicker.android-ics .light .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent #f5f5f5 transparent;
}
.smart-datepicker.android-ics .light .dw-bubble-top .dw-arr {
  border-color: #f5f5f5 transparent transparent transparent;
}
.smart-datepicker.android-ics .light .dwwms .dw-li:after {
  text-shadow: 0 0 5px #31b6e7;
}
.smart-nav {
  display: -webkit-box;
  position: fixed;
  left: 0;
  width: 100%;
  height: 40px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #888888;
  background-color: #ffffff;
  z-index: 1000;
}
.smart-nav .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 1;
}
.smart-nav .chosen {
  color: #258ee7;
}
.smart-nav-top {
  top: 0;
}
.smart-nav-top .item {
  border-bottom: 1px solid #dfdfdf;
}
.smart-nav-top .chosen {
  border-bottom: 2px solid #02bb00;
}
.smart-nav-bottom {
  bottom: 0;
}
.smart-nav-bottom .item {
  border-top: 1px solid #dfdfdf;
}
.smart-nav-bottom .chosen {
  border-top: 2px solid #02bb00;
}
.smart-gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #258ee7;
  border-radius: 2px;
  cursor: pointer;
}
.smart-gotop i {
  font-size: 20px;
  color: #ffffff;
}
.smart-notice .title {
  padding: 20px 0;
  text-align: center;
  font-size: 2rem;
}
.smart-notice .content {
  text-indent: 29px;
  font-size: 1.4rem;
  padding: 0 20px;
  color: #666666;
}
.smart-notice .button-con {
  text-align: center;
  padding: 20px;
}
.smart-notice .button-con .smart-button {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.smart-notice-check {
  position: relative;
  top: 0;
  left: 10%;
  width: 80%;
  height: 20px;
  text-align: center;
}
.smart-notice-check span {
  position: relative;
  bottom: 2px;
  color: #258ee7;
  font-size: 13px;
}
.smart-numberinput {
  width: 60px;
  height: 25px;
  box-sizing: border-box;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.smart-numberinput .minus,
.smart-numberinput .plus {
  position: relative;
  bottom: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
}
.smart-numberinput .minus {
  float: left;
  margin-left: -25px;
  background-color: #ddd;
}
.smart-numberinput .plus {
  float: right;
  margin-right: -25px;
  background-color: #258ee7;
}
.smart-numberinput .value {
  position: relative;
  bottom: 2px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  color: #aaa;
  border-style: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 20px;
  font-family: Arial;
  text-align: center;
  box-sizing: border-box;
}
.smart-inform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #f8f8f8;
}
.smart-inform .logo {
  margin-top: 80px;
}
.smart-inform .text {
  display: inline-block;
  color: #888888;
  font-size:1.8rem;
}
.smart-inform .desc {
  margin: 20px;
  color: #b2b2b2;
  font-size: 1.3rem;
}
.smart-inform .button {
  padding: 0 20px 12px;
}
.smart-inform .button .smart-button {
  display: block;
  width: 100%;
}
.smart-button.primary.hollow {
  background-color: transparent;
  color: #258ee7;
}
.smart-button.primary.hollow:after {
  border-color: #258ee7;
}
.smart-button.primary.hollow:active,
.smart-button.primary.hollow.active {
  background-color: transparent;
  color: #258ee7;
  border-color: #258ee7;
}
.smart-button.primary.hollow:active:after,
.smart-button.primary.hollow.active:after {
  border-color: #258ee7;
}
.smart-button.primary.hollow:disabled,
.smart-button.primary.hollow.disabled {
  background-color: transparent;
  color: #cccccc;
  border-color: #dfe0e0;
  cursor: default;
}
.smart-button.primary.hollow:disabled:after,
.smart-button.primary.hollow.disabled:after {
  border-color: #dfe0e0;
}
.smart-asynclist {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}
.smart-corner {
  position: absolute;
  border-style: solid;
}
.smart-corner i {
  position: absolute;
  display: inline-block;
  font-style: normal;
  -webkit-transform: rotate(-45deg);
}
.smart-corner-on {
  border-color: #258ee7;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.smart-corner-off {
  border-color: #aaa;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.smart-share {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #258ee7;
  z-index: 1200;
}
.smart-share .text {
  font-size: 20px;
  margin-top: 65px;
}
.smart-share .smart-icon-arrow {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 50px;
  -webkit-animation: startUp 0.8s infinite linear;
}
@-webkit-keyframes startUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(5px, -12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}



.smart-notice-check{margin-top:20px;}

.smart_tip{
    font-size:14px;
    color:#888888;
    margin:-10px 0 -10px 10px;
}
#get_style{
            -webkit-appearance: none;
            padding-left:10px;
        }
#area{
            -webkit-appearance: none;
            padding-left:10px;
        }
#zjmc{
            -webkit-appearance: none;
            padding-left:10px;
        }
#cllx{
            -webkit-appearance: none;
            padding-left:10px;
        }
#bhlx{
            -webkit-appearance: none;
            padding-left:10px;
        }
#born{
    height:40px;
     -webkit-appearance: none;
            padding-left:10px;
}
#tj_style{
            -webkit-appearance: none;
            padding-left:10px;
        }

.smart-form-text-item select{
 -webkit-appearance: none;
            padding-left:10px;
            

}


.town,.locality{
    margin-left:99px;
}
.text-width{
    margin-left:104px;
}



/*.detailed #address{
    margin-left:99px;
}*/
.detailed{
    padding-left:110px;
}
.detailed-add{
    padding-left:115px;
}
.font_16{font-size:16px;}

/*.detailed #consignee_address{
    margin-left:104px
}*/

.smart-list-link-item-tip{margin:0px 114px;width:100%;color:#f00;}
.smart-form-photo-item{width:150px;height:150px;margin:auto 4px; overflow:hidden;}
.smart-form-photo-item img{height:150px;}