@charset "UTF-8";

.headertag {
    font-size: 12px;
    line-height: 41px !important;
    height: 41px !important;
    color: #fff;
    padding-right: 24px;
}

* {
    margin: 0;
    padding: 0;
}


html {
    font-family: arial, "微软雅黑";
    font-size: 62.5%;
}

body {
    background: #f2f5f7;
}

.ecp_top-nav {
    background-color: #6bb2da;
    height: 40px;
    line-height: 40px;
}

/* .ecp_tn-title {
    width: 1180px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  } */
.ecp_tn-title .ecp_tn-tab i {
    color: #fff;
    line-height: 40px;
    margin: 0 12px 0 20px;
}

.ecp_top-nav .ecp_tn-header {
    width: 1180px;
}

.ecp_top-nav .ecp_tn-title .ecp_tn-tab i,
.ecp_top-nav .ecp_tn-title .tn-user i {
    display: inline-block;
    padding: 0 2px 0 0;
    _overflow: hidden;
}

.tn-greeting {
    color: #fff;
    line-height: 40px;
    margin-right: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p,
span,
i,
b,
div {
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:link,
a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input {
    display: block;
    font-weight: 400;
}

input {
    color: #333;
    caret-color: #333 !important;
}

input::-webkit-input-placeholder {
    color: #bbb !important;
}

input::input-placeholder {
    color: #bbb;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbb;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbb;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bbb;
}

input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
}

input:focus,
button:focus {
    outline-color: transparent;
}

input {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

table {
    border-collapse: collapse;
}

em,
i {
    font-style: normal;
}