@import url('_swiper.css');
@import url('font.css');
* { margin: 0; padding: 0; outline: none; word-wrap: break-word; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
    *:hover { outline: none; }
html { font-size: 100%; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -o-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Microsoft YaHei", "黑体"; }
ul,
ol,
dl { list-style-type: none; list-style: none; }
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
h1,
h2,
h3,
h4,
h5,
h6,
small { font-size: 100%; font-weight: normal; }
input,
label,
img,
th,
textarea { vertical-align: middle; }
img,
iframe { border: none; max-width: 100%;}
a { text-decoration: none; outline: none; color: #2d3b49; }
    a:hover { text-decoration: none; _zoom: 1; outline: 0; }
    a:focus { outline: none; }
    a:focus,
    a:active,
    a:hover,
    a:focus { outline: 0; }
address,
caption,
cite,
code,
dfn,
em,
th,
var { font-style: normal; font-weight: 400; }
input,
button,
textarea,
select,
optgroup,
option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input,
button { overflow: visible; vertical-align: middle; outline: 0; }
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="text"],
    input[type="password"] { -webkit-appearance: none; outline: 0; }
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] { -webkit-appearance: button; cursor: pointer; }
code,
kbd,
pre,
samp { font-family: monaco, menlo, consolas, 'courier new', courier, monospace; }
code { font-size: 90%; color: #5683ad; background-color: rgba(232, 241, 248, 0.0980392); padding: 1px 2px; border: 1px solid #bcd8f1; border-radius: 3px; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; overflow: auto; }
:before,
:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input { line-height: normal !important; }
}

html,
body { max-width: 100%; min-height: 100%; color: #2d3b49; font-size: 14px; }
.wrapper { clear: both; margin: 0 auto; max-width: 1200px; }

    .wrapper:after { content: ''; display: block; width: 100%; height: 0; clear: both; }
.clearfix:after,
ul:after { content: ''; display: block; width: 100%; height: 0; clear: both; }
.panel-table { display: table; }
    .panel-table > * { display: table-cell; vertical-align: top !important; }
.g-left { float: left; display: inline; }
.g-right { float: right; display: inline; }
/*表单元素*/
.ur-row-col { margin: 0 -1%; }
    .ur-row-col:after { content: ''; display: block; clear: both; height: 0; }
    .ur-row-col > .ur-inline { float: left; margin: 0 1% 10px; }
.ur-inline,
.ur-form-input,
.ur-form-select { position: relative; display: inline-block; vertical-align: middle; max-width: 100% !important; }
.ur-inline { display: block; margin-bottom: 10px; }
    .ur-inline:after,
    .ur-inline:before { content: ''; display: block; clear: both; height: 0; }
.ur-form-input,
.ur-form-select { max-width: 100%; width: 100%; }
.ur-form-select { width: 100%; }
.ur-form-label { display: block; padding: 6px 10px 6px 0; line-height: 20px; font-weight: 400; font-size: 14px; color: rgba(0, 39, 80, 0.85); }
.ur-input,
.ur-textarea { display: block; width: 100%; max-width: 100%; padding: 0 10px; height: 36px; line-height: 36px; border: 1px solid #e6e6e6; background-color: #fff; border-radius: 2px; color: #333; font-size: 14px; }
    .ur-input:focus,
    .ur-textarea:focus { border-color: #19a6b7; background-color: #fff; }
        .ur-input:focus.border-none,
        .ur-textarea:focus.border-none { border-color: transparent; }
    .ur-input:disabled,
    .ur-textarea:disabled { background-color: #f8f8f8; color: #a7b1c2; }
    .ur-input::-webkit-input-placeholder,
    .ur-textarea::-webkit-input-placeholder { color: #a7b1c2; }
    .ur-input:-moz-placeholder,
    .ur-textarea:-moz-placeholder { color: #a7b1c2; }
    .ur-input::-moz-placeholder,
    .ur-textarea::-moz-placeholder { color: #a7b1c2; }
    .ur-input:-ms-input-placeholder,
    .ur-textarea:-ms-input-placeholder { color: #a7b1c2; }
    .ur-input[readonly],
    .ur-textarea[readonly] { cursor: pointer; }
    .ur-input.input-dark,
    .ur-textarea.input-dark { background: #f3f7f9; }
        .ur-input.input-dark:hover,
        .ur-textarea.input-dark:hover { background-color: #fff; }
    .ur-input.isError,
    .ur-textarea.isError { background-color: #fffafa !important; border-color: #f2bbb5 !important; }
.ur-textarea { height: auto; line-height: 1.6; padding: 4px 12px; }
    .ur-textarea::-webkit-scrollbar { width: 6px; height: 6px; }
    .ur-textarea::-webkit-scrollbar-thumb { -webkit-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; background: rgba(47, 64, 80, 0.46); border: none; }
    .ur-textarea::-webkit-scrollbar-track { background: #f6f6f6; border: none; }
    .ur-textarea::-webkit-scrollbar-button { display: none; }
    .ur-textarea::-webkit-scrollbar-corner { background: #f6f6f6; }
.form-horizontal.ur-inline { padding: 0 20px 0 100px; }
.form-horizontal .ur-form-label { position: absolute; z-index: 10; zoom: 1; left: 0; top: 0; width: 100px; text-align: right; }
.form-horizontal .ur-form-input,
.form-horizontal .ur-form-select { width: 100%; }
.ur-form-title { display: block; clear: both; width: 100%; height: 20px; margin-bottom: 20px; border-bottom: 1px #eee solid; position: relative; }
    .ur-form-title label { display: inline-block; line-height: 20px; padding: 0 10px; background-color: #fff; position: absolute; z-index: 1; zoom: 1; bottom: 0; left: 20px; margin-bottom: -10px; font-size: 16px; color: #a7b1c2; font-weight: normal; }
.ur-form-text { display: inline-block; min-height: 32px; padding-top: 4px; padding-bottom: 4px; margin-bottom: 0; max-width: 100%; }
    .ur-form-text::selection { background: #19a6b7; color: #fff; }
    .ur-form-text::-moz-selection { background: #19a6b7; color: #fff; }
.form-round { -webkit-border-radius: 200px; -moz-border-radius: 200px; -o-border-radius: 200px; border-radius: 200px; padding-left: 15px; }
.ur-form-select { position: relative; }
    .ur-form-select .ur-input { padding-right: 14px; cursor: pointer; text-overflow: ellipsis; }
    .ur-form-select:after { content: ''; display: inline-block; width: 0; height: 0; position: absolute; z-index: 20; zoom: 1; top: 50%; right: 8px; vertical-align: middle; border-top: 4px solid #a7b1c2; border-right: 4px solid transparent; border-left: 4px solid transparent; -webkit-transform: scale(1.002); -moz-transform: scale(1.002); -o-transform: scale(1.002); transform: scale(1.002); transition: .25s; }
.input-group { position: relative; display: table; border-collapse: separate; }
    .input-group > * { display: table-cell; position: relative; white-space: nowrap; vertical-align: middle; margin: 0 !important; }
        .input-group > *:last-child,
        .input-group > *:last-child .ur-btn,
        .input-group > *:last-child .ur-input { border-left: 0 !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
        .input-group > *:first-child,
        .input-group > *:first-child .ur-btn,
        .input-group > *:first-child .ur-input { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
    .input-group .ur-form-input .ur-input { width: 100%; }
    .input-group .ur-btn { height: 32px; }
    .input-group .input-group-addon { padding: 4px 8px; font-size: 14px; font-weight: 400; width: 1%; line-height: 1; color: #767d85; text-align: center; background-color: #f3f7f9; border: 1px solid #e6e6e6; border-radius: 3px; }
        .input-group .input-group-addon:first-child { border-right: 0 !important; }
.input-search { position: relative; }
    .input-search .ur-btn { position: absolute; top: 50%; z-index: 1; right: 4px; margin: 0 !important; width: 32px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #767d85 !important; }
.help-block { display: block; max-width: 100%; margin-top: 7px; margin-bottom: 8px; color: #a7b1c2; }
[class^="col-"] > .ur-form-input,
[class*=" col-"] > .ur-form-input { width: 100% !important; }

@media (max-width: 640px) {
    [class^="width-"],
    [class*=" width-"] { width: initial; }
    .ur-inline { float: initial; width: 100%; padding-right: 0; }
    .ur-form-input,
    .ur-form-select { width: 100%; }
    .form-horizontal.ur-inline { padding: 0; }
    .form-horizontal .ur-form-label { position: initial; left: initial; top: initial; width: initial; text-align: initial; }
    .form-horizontal .ur-form-input,
    .form-horizontal .ur-form-select { width: 100%; }
    .ur-form-title label { left: 0; }
}
/*单选、复选框*/
.ur-checkbox,
.ur-radio { display: none; z-index: 1; width: 20px; height: 20px; opacity: 0; }
    .ur-checkbox + label,
    .ur-radio + label { position: relative; display: inline-block; max-width: 100%; padding-left: 8px; margin-left: 20px; vertical-align: middle; min-height: 20px; line-height: 20px; cursor: pointer; }
        .ur-checkbox + label:before,
        .ur-radio + label:before,
        .ur-checkbox + label:after,
        .ur-radio + label:after { position: absolute; left: 0; top: 50%; margin: -10px 0 0 -20px; display: inline-block; width: 20px; height: 20px; }
        .ur-checkbox + label:before,
        .ur-radio + label:before { content: ""; z-index: 1; background-color: #fff; border: 1px solid #ebf0fa; border-radius: 3px; -webkit-transition: all all 0.3s ease-in-out 0s ease-in-out; -moz-transition: all all 0.3s ease-in-out 0s ease-in-out; -o-transition: all all 0.3s ease-in-out 0s ease-in-out; transition: all all 0.3s ease-in-out 0s ease-in-out; }
        .ur-checkbox + label:after,
        .ur-radio + label:after { content: "\f00c"; font-family: "FontAwesome"; display: none; z-index: 2; font-size: 12px; line-height: 20px; color: #fff; text-align: center; }
    .ur-checkbox:checked + label:before,
    .ur-radio:checked + label:before { border-color: #ebf0fa; border-width: 10px; -webkit-transition: all all 0.3s ease-in-out 0s ease-in-out; -moz-transition: all all 0.3s ease-in-out 0s ease-in-out; -o-transition: all all 0.3s ease-in-out 0s ease-in-out; transition: all all 0.3s ease-in-out 0s ease-in-out; }
    .ur-checkbox:checked + label:after,
    .ur-radio:checked + label:after { display: inline-block; }
    .ur-checkbox:disabled:checked + label:after,
    .ur-radio:disabled:checked + label:after { color: #a7b1c2; cursor: not-allowed; }
    .ur-checkbox:disabled + label:before,
    .ur-radio:disabled + label:before,
    .ur-checkbox:disabled:checked + label:before,
    .ur-radio:disabled:checked + label:before { cursor: not-allowed; background-color: #f3f7f9; border-color: #ebf0fa; border-width: 1px; }
    .ur-radio + label:before { border-radius: 50%; }
    .ur-radio + label:after { content: "\f111"; font-size: 9px; -khtml-opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); }
/*输入框菜单*/
.dropdown-list { display: none; position: absolute; z-index: 999; left: 0; top: 100%; float: left; margin: 2px 0 0; padding: 0; zoom: 1; min-width: 100%; border: 1px solid #19a6b7; background-color: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); }
    .dropdown-list li { display: block; padding: 6px 12px; clear: both; font-weight: normal; line-height: 20px; font-size: 13px; color: #767d85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; text-align: left; -webkit-transition: all all 0 ease 0 ease-in-out; -moz-transition: all all 0 ease 0 ease-in-out; -o-transition: all all 0 ease 0 ease-in-out; transition: all all 0 ease 0 ease-in-out; }
        .dropdown-list li.selected { position: relative; }
            .dropdown-list li.selected:after { content: "\f192"; font-family: 'WebIcons'; width: 20px; line-height: 20px; text-align: center; display: inline-block; position: absolute; z-index: 1; zoom: 1; top: 50%; right: 10px; margin-top: -10px; color: #333; }
        .dropdown-list li:hover,
        .dropdown-list li:focus { color: #767d85; text-decoration: none; background-color: #f5f5f5; outline: 0; }
        .dropdown-list li.active { color: #fff; text-decoration: none; background-color: #19a6b7; outline: 0; }
    .dropdown-list table { min-width: 100%; overflow: hidden; padding: 4px 0; font-size: 13px; }
        .dropdown-list table tr { white-space: nowrap; overflow: hidden; border-bottom: 1px #f2f2f2 solid; cursor: pointer; }
            .dropdown-list table tr td,
            .dropdown-list table tr th { padding: 8px; overflow: hidden; text-overflow: ellipsis; }
                .dropdown-list table tr td span,
                .dropdown-list table tr th span { display: inline-block; line-height: 1; overflow: hidden; text-overflow: ellipsis; }
    .dropdown-list .inner { zoom: 1; min-width: 100%; max-width: 500px; max-height: 296px; overflow: auto; }
        .dropdown-list .inner::-webkit-scrollbar { width: 6px; height: 6px; }
        .dropdown-list .inner::-webkit-scrollbar-thumb { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #19a6b7; border: none; }
        .dropdown-list .inner::-webkit-scrollbar-track { background: #f9f9f9; border: none; }
        .dropdown-list .inner::-webkit-scrollbar-button { display: none; }
        .dropdown-list .inner::-webkit-scrollbar-corner { background: #f9f9f9; }
        .dropdown-list .inner tr:hover { background-color: #f9fbfc; }
        .dropdown-list .inner tr.active { background-color: #ffe48d; }
    .dropdown-list .fixed { min-width: 100%; max-width: 500px; overflow: hidden; background-color: #f8f8f8; }
        .dropdown-list .fixed table { color: #767d85; background-color: #f8f8f8; }
            .dropdown-list .fixed table span { padding: 2px 0; }
    .dropdown-list.open { display: block; }
    .dropdown-list.dropup { top: auto; bottom: 100%; margin-bottom: 2px; -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125); -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125); -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125); }
    .dropdown-list.inright { left: auto; right: 0; }
/*下拉菜单*/
.dropdown-menu { display: none; position: absolute; z-index: 1200; left: 0; top: 100%; float: left; margin: 2px 0 0; padding: 1px 0; zoom: 1; min-width: 100%; border: 1px solid #ebf0fa; background-color: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); transition: .25s; }
    .dropdown-menu:after { content: " "; width: 100%; height: 3px; position: absolute; z-index: 1000; zoom: 1; top: -3px; left: 0; }
    .dropdown-menu > li { padding: 0 3px; margin: 3px 0; font-size: 14px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; min-width: 150px; }
        .dropdown-menu > li > a { display: block; padding: 6px 12px; clear: both; font-weight: 400; line-height: 1.6; color: #767d85; white-space: nowrap; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
            .dropdown-menu > li > a:focus,
            .dropdown-menu > li > a:hover { color: #fff; text-decoration: none; background-color: #19a6b7; }
        .dropdown-menu > li.active a { color: #fff; background-color: #19a6b7; }
        .dropdown-menu > li [class^="fa-"],
        .dropdown-menu > li [class*=" fa-"] { cursor: pointer; margin-right: 0.6em; height: 1em; }
    .dropdown-menu .divider { height: 1px; margin: 4px 0; overflow: hidden; background-color: #ebf0fa; }
    .dropdown-menu > .disabled { color: #a7b1c2; }
        .dropdown-menu > .disabled > a,
        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover { color: #a7b1c2 !important; text-decoration: none; cursor: not-allowed; background-color: transparent !important; background-image: none !important; }
    .dropdown-menu.pull-right { right: 0; left: auto; }


.wui-checkbox, .wui-radio { display: none; z-index: 1; }
    .wui-checkbox + label,
    .wui-radio + label { position: relative; display: inline-block; max-width: 100%; padding-left: 22px; min-height: 20px; padding-right: 0.5em; vertical-align: middle; cursor: pointer; }
        .wui-checkbox + label:before,
        .wui-radio + label:before,
        .wui-checkbox + label:after,
        .wui-radio + label:after { position: absolute; left: 0; top: 50%; width: 18px; height: 18px; line-height: 18px; border: 1px transparent solid; border-radius: 2px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
        .wui-checkbox + label:after,
        .wui-radio + label:after { display: inline-block; content: ""; z-index: 1; background-color: #fff; border-color: #d8d8d8; -webkit-transition: all all 0.3s ease-in-out 0s ease-in-out; -moz-transition: all all 0.3s ease-in-out 0s ease-in-out; -o-transition: all all 0.3s ease-in-out 0s ease-in-out; transition: all all 0.3s ease-in-out 0s ease-in-out; }
        .wui-checkbox + label:before,
        .wui-radio + label:before { display: none; z-index: 3; font-size: 12px; font-family: iconfont; font-weight: normal !important; color: #fff; text-align: center; }
    .wui-checkbox:checked + label:after,
    .wui-radio:checked + label:after { border-color: #19a6b7; background-color: #19a6b7; }
    .wui-checkbox:checked + label:before,
    .wui-radio:checked + label:before { display: inline-block; }
    .wui-checkbox:disabled + label,
    .wui-radio:disabled + label { color: #aaa !important; cursor: not-allowed; }
    .wui-checkbox:disabled:checked + label:after,
    .wui-radio:disabled:checked + label:after { border-color: #d2d2d2 !important; background-color: #d2d2d2 !important; }
    .wui-checkbox + label:before { content: "\e642"; font-size: 17px; }
    .wui-radio + label:before,
    .wui-radio + label:after { -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
    .wui-radio + label:after { background-color: #fff !important; }
    .wui-radio + label:before { content: " "; width: 8px; height: 8px; margin-left: 5px; background-color: #19a6b7; }
    .wui-radio:disabled:checked + label:after { background-color: #fff !important; }
    .wui-radio:disabled:checked + label:before { background-color: #d2d2d2 !important; }