@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}


/* 栅格 */
.ewb-container {
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}


.ewb-span1 {
    float: left;
    width: 27px;
}

.ewb-span2 {
    float: left;
    width: 78px;
}

.ewb-span3 {
    float: left;
    width: 129px;
}

.ewb-span4 {
    float: left;
    width: 180px;
}

.ewb-span5 {
    float: left;
    width: 231px;
}

.ewb-span6 {
    float: left;
    width: 282px;
}

.ewb-span7 {
    float: left;
    width: 333px;
}

.ewb-span8 {
    float: left;
    width: 384px;
}

.ewb-span9 {
    float: left;
    width: 435px;
}

.ewb-span10 {
    float: left;
    width: 486px;
}

.ewb-span11 {
    float: left;
    width: 537px;
}

.ewb-span12 {
    float: left;
    width: 588px;
}

.ewb-span13 {
    float: left;
    width: 639px;
}

.ewb-span14 {
    float: left;
    width: 690px;
}

.ewb-span15 {
    float: left;
    width: 741px;
}

.ewb-span16 {
    float: left;
    width: 792px;
}

.ewb-span17 {
    float: left;
    width: 843px;
}

.ewb-span18 {
    float: left;
    width: 894px;
}

.ewb-span19 {
    float: left;
    width: 945px;
}

.ewb-span20 {
    float: left;
    width: 996px;
}

.ewb-span21 {
    float: left;
    width: 1047px;
}

.ewb-span22 {
    float: left;
    width: 1098px;
}

.ewb-span23 {
    float: left;
    width: 1149px;
}

.ewb-span24 {
    float: left;
    width: 1200px;
}

/* 背景 */

.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    overflow: hidden;
    zoom: 1;
    width: 100%;
    height: 100%;
    background: center 0;
    background-attachment: fixed;
}

.bg img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 头部 */


.ewb-topbar {
    height: 56px;
    border-bottom: 1px solid #ff6100;
    background-color: #f8f8f8;
}

.ewb-logo {
    margin-left: 42px;
    padding-top: 5px;
}


.ewb-weather {
    color: #626262;
    margin-left: 122px;
    line-height: 56px;
}

.weather-ico {
    margin-top: 17px;
}

.ewb-top-nav {
    margin-right: 70px;
}

.ewb-top-nav>li {
    float: left;
    line-height: 56px;
    margin-left: 60px;
}

@media (max-width:1600px) {
    .ewb-top-nav>li {
        margin-left: 30px;
    }
}

@media (max-width:1366px) {
    .ewb-top-nav>li {
        margin-left: 10px;
    }
}

.ewb-top-nav>li:first-child {
    margin-left: 0;
}

.ewb-top-nav>li>a {
    color: #626262;
    font-size: 17px;
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1);
}

.ewb-top-nav>li:hover>a {
    color: #ff6200;
}

/* logo区域 */
.ewb-logo-area {
    height: 100px;
}

.ewb-logo-name {
    margin-top: 20px;
}


.ewb-search-area {
    margin-top: 20px;
    border: 1px solid #eee;
}

.ewb-search-btn {
    float: right;
    width: 50px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: url('../imgs/epointsearch.png') center center no-repeat #ff6200;
}


.ewb-search-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}

.jylx-m {
    float: right;
    width: 100px;
    height: 40px;
    line-height: 39px;
    background-color: #fff;
    border: 0;
    outline: none;
    border-left: 1px solid #e4e4e4;
}

.ewb-search-txt {
    float: right;
    padding-left: 16px;
    width: 294px;
    height: 40px;
    line-height: 10px;
    background-color: #fff;
    border: 0;
    color: #999;
}

.ewb-search {
    position: relative;
    z-index: 1;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 16px;
    height: 40px;
    line-height: 40px;
    color: #999;
    z-index: 0;
    cursor: text;
}


/* @group Base */

.chosen-container {
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 0px;
    border-left: 1px solid #eee;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../imgs/chosen-sprite.png") center center no-repeat;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("../imgs/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../imgs/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}


/* @end */


/* @group Active  */



.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../imgs/chosen-spriteh.png) center center no-repeat;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #333;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("../imgs/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* 导航 */

.ewb-nav {
    height: 60px;
    background-color: #ff7d43;
    overflow: hidden;
}


.ewb-nav-node {
    float: left;
    width: 14.2%;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    height: 60px;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    color: #fff;
    background-color: #d96a39;
}

/* 底部 */

.ewb-footer {
    min-height: 142px;
    background-color: #f8f8f8;
}

.ewb-footer-wrap {
    margin: 0 20px;
}

.ewb-friend-links {
    height: 73px;
    border-bottom: 1px solid #d7d7d7;
}

.ewb-friend-txt {
    margin-left: 30px;
    line-height: 73px;
    color: #ff7d43;
    font-size: 16px;
    font-weight: bold;
}

.ewb-friend-items {
    padding-top: 20px;
}

.ewb-friend-items>li {
    float: left;
    width: 330px;
    margin-left: 20px;
}

.ewb-friend-items>li:first-child {
    margin-left: 20px;
}

.ewb-friend-sel {
    display: block;
    width: 100%;
    height: 38px;
    outline: none;
    border: 1px solid #dedede;
}


.ewb-friend-items>li .chosen-container-single .chosen-single {
    height: 38px;
    border: 1px solid #dedede;
    line-height: 38px;
}

.ewb-friend-items>li .chosen-container .chosen-drop {

    position: absolute;
    top: auto;
    bottom: 38px;
    /*    根据select的高度设置       */
    border: 1px solid #dedede;
    border-bottom: 0;
}

.ewb-friend-items>li .chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 4px 4px 0 0;
}

.ewb-footer-info {
    line-height: 64px;
    color: #838383;
}

.ewb-footer-info a {
    color: #838383;
}

.ewb-footer-info a:hover {
    color: #ff6200;
}


/* 分页 */
.ewb-pager {
    padding-top: 20px;
    text-align: center;
}

.ewb-pager .m-pagination-page>li>a {
    padding: 0 5px;
    min-width: 24px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f7f7f7;
}

.ewb-pager .m-pagination-page>li.active>a {
    border-color: transparent;
    color: #ff7d43;
    background-color: transparent;
}


.ewb-pager .m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    color: #333;
}

.ewb-pager .m-pagination-group>input {
    height: 34px;
}

.ewb-pager .m-pagination-group>button {
    height: 36px;
}

.ewb-pager .m-pagination-page>li>a,
.ewb-pager .m-pagination-size>select,
.ewb-pager .m-pagination-group>input {
    border-color: #ddd;
}

.ewb-pager .m-pagination-group>button {
    color: #fff;
    border-color: #ff6200;
    background-color: #ff6200;
}

.ewb-pager .m-pagination-group>button:hover {
    background-color: #ff6200;
}


/* 2020-02-27 */

.float-win {
    position: absolute;
    width: 120px;
    height: 70px;
    z-index: 999999;
    cursor: pointer;
    background: url("../imgs/mjcx.jpg") center no-repeat;
}

.layui-layer-setwin .layui-layer-close2 {
    right: 0!important;
    top: 4px!important;
    width: 9px!important;
    height: 9px!important;
    background-position: 0 0!important;
    background: url("../imgs/diagnosis_close.png") center no-repeat;
}

.layui-layer {
    background-color: transparent!important;
}