@charset "utf-8";
@import url(robo/fonts.css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);
@import url('fira/fonts.css?family=Fira+Sans+Condensed:100,200,300,400,500,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext');
@import "icon/icon.css";

html, body {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    color: #404040;
    font-weight: 400;
    cursor: default;
    background: #fff;
    overflow-x: hidden;
}

img {
    border: none;
    max-width: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

address, article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, dl, p {
    margin: 0;
    padding: 0;
}

input, textarea, select {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

button {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: none;
}

iframe {
    max-width: 100% !important;
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

main {
    scrollbar-color: #7f7f7f #ccc;
    scrollbar-width: thin;
}

main::-webkit-scrollbar {
    width: 10px;
    border-radius: 0;
}

main::-webkit-scrollbar-track {
    background: #cbd8e4;
    border-radius: 0;
}

main::-webkit-scrollbar-thumb {
    background-color: #323232;
    border-radius: 0;
    border: 2px solid #cbd8e4;
}

main::-webkit-scrollbar-thumb:hover {
    background-color: #111;
}

[fn] {
    font-family: 'Fira Sans Condensed', sans-serif;
}

[fticon] {
    font-family: 'logoIcon' !important;
}

[w1] {
    width: 100%;
}

[hf] {
    height: 100%;
}

[wbox5] {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

[wbox6] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

[wbox7] {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

[wbox8] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

[wbox9] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

[wbox10] {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

[wbox11] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

[wbox12] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

[wbox125] {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

[wbox13] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

[wbox14] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

[wbox15] {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

[w20] {
    width: 20%;
}

[w30] {
    width: 30%;
}

[w40] {
    width: 40%;
}

[w50] {
    width: 50%;
}

[w60] {
    width: 60%;
}

[w70] {
    width: 70%;
}

[w80] {
    width: 80%;
}

[w90] {
    width: 90%;
}

[fh] {
    height: 100%;
}

[fhmn] {
    min-height: 100%;
}

[fw1] {
    font-weight: 100;
}

[fw2] {
    font-weight: 200;
}

[fw3] {
    font-weight: 300;
}

[fw4] {
    font-weight: 400;
}

[fw5] {
    font-weight: 500;
}

[fw6] {
    font-weight: 600;
}

[fw7] {
    font-weight: 700;
}

[fw8] {
    font-weight: 800;
}

[fw9] {
    font-weight: 900;
}

[fb] {
    font-weight: bold;
}

[fs12] {
    font-size: 12px;
}

[fs12] {
    font-size: 12px;
}

[fs13] {
    font-size: 13px;
}

[fs14] {
    font-size: 14px;
}

[fs15] {
    font-size: 15px;
}

[fs16] {
    font-size: 16px;
}

[fs17] {
    font-size: 17px;
}

[fs10] {
    font-size: 10px;
}

[fs18] {
    font-size: 18px;
}

[fs19] {
    font-size: 19px;
}

[fs20] {
    font-size: 20px;
}

[fs22] {
    font-size: 22px;
}

[fs25] {
    font-size: 25px;
}

[fs28] {
    font-size: 28px;
}

[cm] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[cml] {
    display: flex;
    align-items: center;
    justify-content: left;
}

[cmr] {
    display: flex;
    align-items: center;
    justify-content: right;
}

[tb] {
    display: table;
}

[tc] {
    display: table-cell;
}

[vm] {
    vertical-align: middle;
}

[vt] {
    vertical-align: top;
}

[vb] {
    vertical-align: bottom;
}

[dn] {
    display: none;
}

[db] {
    display: block;
}

[df] {
    display: flex;
}

[di] {
    display: inline-block;
}

[ula] {
    margin: 0;
}

[ula] li {
    display: inline-block;
}

[ulb] {
    margin: 0;
}

[ulb] li {
    display: block;
}

[dlb] {
    margin: 0;
    padding: 0;
}

[dlb] dd, [dlb] dt {
    display: block;
}

[dla] {
    margin: 0;
    padding: 0;
}

[dla] dd, [dla] dt {
    display: inline-block;
    margin: 0;
}

[txl] {
    text-align: left;
}

[txr] {
    text-align: right;
}

[txc] {
    text-align: center;
}

[txj] {
    text-align: justify;
}

[pr] {
    position: relative;
}

[pa] {
    position: absolute;
}

[pf] {
    position: fixed;
}

[ps] {
    position: sticky;
}

[tp] {
    text-transform: uppercase;
}

[z2] {
    z-index: 2;
}

[fl] {
    float: left;
}

[fr] {
    float: right;
}

[cp] {
    cursor: pointer;
}

[wsnw] {
    white-space: nowrap;
}

[flexSt] {
    align-items: flex-start;
}

[lp] {
    letter-spacing: 2px;
}

[p10] {
    padding: 10px;
}

[p010] {
    padding: 0 10px;
}

[p020] {
    padding: 20px 0;
}

[p200] {
    padding: 0 20px;
}

[mrg150] {
    margin: 15px 0;
}

[mrg200] {
    margin: 20px 0;
}

[p1500] {
    padding: 15px 0 0 0;
}

[p150] {
    padding: 15px 0;
}

[sw] {
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.25);
}

[wdbr] {
    word-break: break-all;
}

[txint] {
    text-indent: 40px;
}

[bg1] {
    background: #fff;
}

[bg2] {
    background: #502617;
}

[bg3] {
    background: #d6bf7f;
}

[bs] {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

[bsa] {
    background-position: 50% 100% !important;
    background-size: cover !important;
}

[cff] {
    color: #fff;
}

[cr0] {
    color: #000;
}

[c0] {
    color: #222;
}

[c1] {
    color: #05054d;
}

[c2] {
    color: #ffc600;
}

/*ead087*/
[c3] {
    color: #00c96d;
}

[c4] {
    color: #ff3131;
}

[c5] {
    color: #555;
}

[c6] {
    color: #606060;
}

[c7] {
    color: #747474;
}

[c9] {
    color: #999;
}

.blue {
    color: #05054d;
}

header {
    background: #05054d;
    padding: 5px 0 5px 0;
}

.headersc .logo {
    width: 170px;
    padding: 12px 0 15px 0;
}

.headersc .logo a {
    padding: 0 10px;
    font-size: 99px;
    font-weight: normal;
}

.headersc aside {
    width: calc(50% - 85px);
    padding: 0;
}

.text_logo h1 {
    padding: 45px 0 0 0;
}

.text_logo h1 span {
}

.text_logo h2 {
    padding: 7px 0 0 0;
}

.headMenu {
    padding: 5px 0 0 0;
    right: 12px;
}

.headMenu ul li a {
    color: #ffc600;
    display: block;
    padding: 7px 8px 1px 8px;
    font-weight: 300;
    position: relative;
}

.headMenu ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 100%;
    height: 0.5pt;
    background: #ead3a6;
    transition: all 0.2s ease;
}

.headMenu ul li a:hover:after {
    left: 8px;
    right: 8px;
}

.headMenu ul li a:hover {
    color: rgba(234, 211, 166, 0.8);
}

.userbk {
    padding: 47px 10px 0 0;
}

.userbk li {
    padding: 0 0 0 2px;
}

.userbk li [btna] i {
    font-size: 19px;
    display: inline-block;
    padding-right: 8px;
}

.userbk li [logn] {
    font-size: 22px;
    color: #040435;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 38px;
    border-radius: 4px;
}

.userbk li [logn]:hover {
    color: #93703d;
    background: #fff;
}

.userbk li [lognn] {
    background: rgba(235, 208, 135, 1);
    height: 38px;
    border-radius: 4px;
    padding: 0 25px 0 12px;
}

.userbk li [lognn] i {
    font-size: 22px;
    padding-right: 8px;
}

.userbk li [lognn]:after {
    content: '\e914';
    font-family: icomoon;
    position: absolute;
    right: 9px;
    font-size: 14px;
}

.userbk li [lognn]:hover {
    background: rgba(235, 208, 135, 0.9);
}

.profilebx {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    right: 0;
    top: 100%;
    box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.4);
    z-index: 505;
    width: 300px;
    display: none;
}

.profilebx dl dt {
    padding: 2px 0;
}

.profilebx dl dt a {
    display: block;
    padding: 10px 0 10px 50px;
}

.profilebx dl dt a i {
    font-size: 17px;
    width: 36px;
    height: 36px;
    background: #eee;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 2px;
}

.profilebx dl [brtop] {
    border-bottom: 1px solid #ccc;
    padding: 2px 0 12px 0;
    margin-bottom: 12px;
}


.menu {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10082;
    background: #fff;
}

.menubx {
    position: sticky;
    top: 0;
    z-index: 130;
    padding: 0 10px;
}

.menubx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menubx ul > li {
    position: relative;
    display: inline-block;
    min-width: 130px;
}

.menubx ul li a {
    display: block;
    padding: 20px 12px;
    color: #040435;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    position: relative;
}

.menubx ul li a:hover {
    background: #fff1d7;
    color: #000;
}

.menubx ul li:hover > a {
    background: #fff1d7;
    color: #000;
}

.menubx ul ul {
    position: absolute;
    width: 270px;
    background: #fff;
    text-align: left;
    padding: 20px 0 20px 0;
    left: 0;
    top: 100%;
    display: none;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.menubx ul ul:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    height: 4px;
    top: 0;
    left: 0;
    z-index: 2;
}

/*.menubx ul ul:after{content:'';position:absolute;width:10000px;left:-5000px;top:0%;height:100%;background: #040435;}*/
.menubx ul ul li {
    display: block;
}

.menubx ul ul li a {
    color: #040435;
    padding: 10px 12px 10px 18px;
    font-weight: 400;
    background: none;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-transform: none;
    text-align: left;
}

.menubx ul ul li:hover {
    color: #040435;
    opacity: 1;
}

.menubx ul ul li a:hover {
    color: #000;
    opacity: 1;
    background: #fff1d7;
}

.menubx ul li:hover > ul {
    display: block;
}

.menubx ul ul ul {
    position: absolute;
    background: #fff;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    width: 270px;
    left: 270px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: none;
}

.menubx ul ul ul ul {
    position: absolute;
    background: #fff;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    width: 270px;
    left: 270px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: none;
}

.menubx ul ul ul:before {
    display: none;
}

.menubx ul ul li:hover > ul {
    display: block;
}

.menubx ul ul ul li {
    display: block;
    width: 100%;
}

.menubx ul ul ul li a {
    padding: 10px 12px;
}

.menubx ul li .insub:after {
    content: '\e903';
    font-family: icomoon;
    position: absolute;
    right: calc(50% - 8px);
    bottom: 3px;
}

.menubx ul li .insub:hover:after {
    bottom: 1px;
}

.menubx ul li ul li .insub:after {
    content: '\e905';
    font-family: icomoon;
    position: absolute;
    right: 5px;
    bottom: calc(50% - 11px);
}

.menubx ul li ul li .insub:hover:after {
    bottom: calc(50% - 11px);
    right: 2px;
}


.brbbt {
    border-bottom: 4px solid #eabe6c;
}


.mainsd {
    height: 360px;
    background: #fff;
}

.mainfdbg {
    padding: 10px 20px 10px 20px;
    border-radius: 7px 7px 0 0;
    border-bottom: 4px solid #eabe6c;
    height: 100%;
}

.mainfd {
    background: rgba(0, 0, 25, 0.35);
    padding: 15px 50px 10px 50px;
    border-radius: 4px;
}

.mainfd h1 {
    font-size: 25px;
    font-weight: 400;
    padding: 0 0 11px 0;
}

.mainfd p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.infops {
    left: 0;
    right: 0;
    bottom: 20px;
}


.bannerlinka {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 30px 10px 0 10px;
    display: flex;
}

.bannerlink {
    width: 33.33%;
    border-radius: 4px;
    position: relative;
    height: 140px;
    overflow: hidden;
    margin: 0 5px;
    padding: 0 10px;
}

.bannerlink a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.bannerlink:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(5, 5, 77, 0.7);
    transition: all 0.2s ease;
}

.bannerlink:hover:after {
    background: rgba(5, 5, 77, 0.5);
}

.bannerlink section {
    position: relative;
    z-index: 10;
}

.bannerlink section h1 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 5px 0;
    line-height: 24px;
}

.bannerlink section label {
    font-size: 16px;
    color: #ffc600;
}

.bannerlink span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    z-index: 5;
}


[btna] {
    font-size: 15px !important;
    color: #040435 !important;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 15px !important;
    border-radius: 4px;
    font-weight: 700;
    height: 38px;
}

[btna]:hover {
    color: #93703d !important;
    background: #fff;
}

[btnb] {
    font-size: 15px;
    color: #d7bc89 !important;
    background: #05054d;
    padding: 11px 15px !important;
    border-radius: 5px;
}

[btnb]:hover {
    background: #06193b;
    color: #fff4ce;
}

[btnc] {
    font-size: 15px;
    color: #d7bc89 !important;
    background: #05054d;
    padding: 11px 36px !important;
    border-radius: 5px;
}

[btnc]:hover {
    background: #06193b;
    color: #fff4ce;
}

[btnd] {
    font-size: 15px;
    color: #eabe6c !important;
    background: #05054d;
    padding: 11px 36px !important;
    border-radius: 5px;
    height: 42px;
}

[btnd]:hover {
    background: #06193b;
    color: #fff4ce;
}

[btne] {
    width: 40px;
    height: 42px;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    font-size: 17px;
}

[btne]:hover {
    color: #eabe6c;
}


[atitle] {
    font-size: 20px;
    color: #05054d;
    padding: 15px 0 25px 0;
    position: relative;
}

[atitle]:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #eace9a;
    left: 0;
    top: 26px;
    right: 10px;
}

/*eabe6c*/
[atitle] label {
    background: #fff;
    display: inline-block;
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 1;
}

[btnbp] {
    padding: 30px 0 10px 0;
}

[titlea] {
    font-size: 18px;
    color: #05054d;
    padding: 15px 0 15px 0;
}

[titleb] {
    font-size: 20px;
    color: #fff;
    padding: 15px 0 15px 0;
}

[titlec] {
    font-size: 17px;
    color: #05054d;
    padding: 15px 0 15px 0;
}

[titled] {
    font-size: 25px;
    padding: 15px 0 5px 0;
}

[titlet] {
    font-size: 16px;
    padding: 12px 0 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

[icons] {
    padding-left: 36px;
}

[icons] span {
    width: 28px;
    height: 28px;
    background: #e2f0ff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 11px;
}

[tablea] {
    border-collapse: collapse;
}

[tablea] tr td {
    padding: 5px;
    border: 0.5pt solid #e1e1e1;
}

[tableb] {
    border-collapse: collapse;
}

[tableb] tr td {
    padding: 5px 10px;
    border: 0.5pt solid #ccc;
}

[tablec] {
    border-collapse: collapse;
}

[tablec] tr td {
    padding: 7px 10px;
    border-top: 0.5pt solid #ccc;
}

[tabled] {
    border-collapse: collapse;
}

[tabled] thead th {
    padding: 10px 10px;
    border: 0.5pt solid #ccc;
    background: #f1f1f1;
}

[tabled] tr td {
    padding: 10px 10px;
    border: 0.5pt solid #ccc;
}

[mbtn] {
    font-size: 14px;
    color: #1d5df2;
    display: inline-block;
    padding: 8px 25px 8px 8px;
}

[mbtn]:after {
    content: '\e902';
    font-family: icomoon;
    position: absolute;
    right: 4px;
    top: 9px;
    font-size: 16px;
    transition: all 0.2s ease;
}

[mbtn]:hover:after {
    right: 0;
}

[btnk] {
    position: relative;
    padding: 7px 36px 7px 0;
    display: inline-block;
    color: #25377a;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

[btnk]:hover {
    border-bottom: 1px solid #25377a;
}

[btnk] span {
    right: 10px;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

[btnka] {
    position: relative;
    padding: 5px 15px 2px 0;
    display: inline-block;
    color: #1a47ca;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

[btnka]:hover {
    border-bottom: 1px solid #25377a;
}

[btnka] span {
    right: -5px;
    font-size: 17px;
    position: absolute;
    bottom: 2px;
}

[btnkab] {
    position: relative;
    padding: 7px 7px 7px 17px;
    display: inline-block;
    color: #4474ff;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

[btnkab]:hover {
    border-bottom: 1px solid #25377a;
}

[btnkab] i {
    left: 0;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

[btnkab]:hover i {
    left: -2px;
}

.mainsearch {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
}

.mainsearch input {
    background: #ebe7e0;
    padding: 9px 55px 9px 12px;
    border: none;
    border-radius: 5px;
}

.mainsearch input:focus {
    background: #fff;
    padding: 10px 55px 10px 14px;
}

.mainsearch a {
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    color: #93703d;
    border-radius: 5px;
}

.mainsearch a:hover {
    color: #fff;
    background: #ba9560;
}


/*.toptext{padding:10px 15px;background:#d6bf7f;margin:15px auto;border-radius:2px;}*/
.toptext {
    padding: 10px 15px;
    max-width: 1180px;
    background: #f5ebd8;
    margin: 0 auto;
    border-radius: 2px;
}

.toptext aside {
    width: 70px;
}

.toptext aside i {
    font-size: 22px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ce161d;
}

.toptext section {
    width: calc(100% - 70px);
}

.toptext a {
    font-size: 16px;
    display: inline-block;
    padding: 12px 30px 12px 30px;
    color: #040435;
}


.abox {
    background: #05054d;
    padding: 50px 0 40px 0;
}

.aboxn {
    padding: 15px 0 0 0;
}

.aboxn section {
    width: 50%;
    background: #fff;
    margin: 10px;
    padding: 10px 20px 80px 20px;
    border-radius: 2px;
}

.ulnav section ul li {
    padding: 7px 0;
    border-top: 1px solid #eee;
}

.ulnav section ul li a {
    display: inline-block;
    padding: 0;
    position: relative;
    color: #0964ca;
    transition: all 0.2s ease;
}

.ulnav section ul li h1 {
    display: inline-block;
    padding: 2px 0 2px 0px;
    position: relative;
    color: #0964ca;
    transition: all 0.2s ease;
    font-size: 17px;
    font-weight: 400; /*text-transform:uppercase;*/
}

.ulnav section ul li h1 b {
    font-size: 15px;
    font-weight: 700; /*text-transform:uppercase;*/
}

.ulnav section ul li h2 {
    display: block;
    padding: 1px 0 0 0px;
    position: relative;
    color: #474747;
    transition: all 0.2s ease;
    font-size: 15px;
    font-weight: 400;
    font-size: 14px;
}

.ulnav section ul li h2 i {
    display: inline-block;
    color: #808080;
    font-style: normal;
    padding-right: 5px;
    text-align: left;
}

/*
.ulnav section ul li a:before{content:'\e916';font-family:icomoon;position:absolute;left:8px;font-size:12px;}
.ulnav section ul li a:after{background: #065c99;content:'';position:absolute;left:30px;height:1px;bottom:0;width:0;}
*/
.ulnav section ul li a:hover {
    color: #000;
}

.ulnav section ul li a:hover:after {
    width: 95%;
    transition: all 0.2s ease;
}

.ulnav section [btnbp] {
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.tprow {
    padding: 30px 10px 60px 10px;
}

.tprow section {
    width: 28%;
    padding: 0 0 0 5px;
    background: #fff;
}

[todayt] {
    font-size: 17px;
    color: #222;
    padding: 0 0 10px 0;
}

[enpad] {
    margin-top: 40px;
}

.tprbg {
    background: #fff;
}

[liverow] {
    padding: 8px 15px 15px 15px;
    width: 24%;
    border-right: 1px solid #fff;
    position: relative;
    background: #dadada;
}

/*
[liverow]:nth-child(1){background: #eee6ce;}
[liverow]:nth-child(2){background: #e0e0e0;}
[liverow]:nth-child(3){background: #d6bf7f;}
*/
[liverow] [mrre] [btnk] {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

[liverow] h2 {
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0 20px 0;
    position: relative;
}

[liverow] h2:before {
    position: absolute;
    content: '';
    right: 0;
    top: 12px;
    width: 12px;
    height: 15px;
}

[liverow] h3 {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0 0 0;
}

.crt_a {
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.crt_a h2 {
    color: #ed4652;
    color: #00254e;
}

.crt_a h2:before {
    background: #ed4652;
}

.crt_b {
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.crt_b h2 {
    color: #41b88d;
    color: #00254e;
}

.crt_b h2:before {
    background: #41b88d;
}

.crt_c {
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.crt_c h2 {
    color: #3b9aeb;
    color: #00254e;
}

.crt_c h2:before {
    background: #3b9aeb;
}

[lven] {
    font-size: 17px;
    font-weight: 400;
    color: #040435;
    border-bottom: 1px solid #25377a;
    line-height: 24px;
}


.ctinfohot {
    padding: 25px 10px 20px 10px;
}

.ctinfoh {
    background: #fff;
    border-radius: 2px;
    padding: 8px 0 12px 0;
}

/*.ctinfoh aside{width:16%;padding:10px 20px 12px 0;}
.ctinfoh aside h1 a{font-size:22px;font-weight:400;line-height:27px;}*/
.ctinfoh section {
    width: 25%;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 15px 17px 40px 17px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: 0.5pt solid rgba(0, 0, 0, 0.05);
}

.ctinfoh section:nth-child(1) {
    border-left: none;
    margin: 0 5px 0 0;
}

.ctinfoh section:nth-child(2) {
    margin: 0 5px 0 5px;
}

.ctinfoh section:nth-child(3) {
    margin: 0 5px 0 5px;
}

.ctinfoh section:nth-child(4) {
    margin: 0 0 0 5px;
}

.ctinfoh section [mrre] {
    bottom: 0;
    right: 0;
    padding: 0 8px 5px 0;
}

.ctinfoh section h1 {
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 8px 0;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 0.5pt solid #c1c1c1;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}

.ctinfoh section h1 b {
    color: #353535;
    font-size: 15px;
    display: block;
}

.ctinfoh section strong {
    padding-bottom: 10px;
    display: block;
    font-weight: 400;
}

.ctinfoh section dl {
    border-top: 0.5pt solid #c1c1c1;
    padding-bottom: 5px;
}

.ctinfoh section dl:nth-child(2) {
    border-top: none;
}

.ctinfoh section dl dd {
    width: 35px;
    font-weight: 700;
    font-size: 20px;
    padding: 9px 0 8px 0;
}

.ctinfoh section dl dt {
    width: 100%;
}

.ctinfoh section dl dt [hrfm] {
    display: inline-block;
    padding: 10px 0 5px 0;
    font-size: 16px;
    line-height: 20px;
}

.ctinfoh section dl dt [hrfm] mark {
    background: none;
    color: #353535;
    border-bottom: 0.5pt solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

/*1120a9    97a6c4*/
.ctinfoh section dl dt [hrfm] mark:hover {
    border-bottom: 0.5pt solid #000;
    color: #000;
}

.ctinfoh section dl dt [actpr], .ctinfoh section dl dt [actfn] {
    margin-bottom: 8px;
    background: #fff;
    border-radius: 4px;
}

.ctinfoh section dl dt [actpr] a {
    padding: 5px 10px 5px 30px;
    color: #ff7437;
    display: block;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    z-index: 2
}

.ctinfoh section dl dt [actpr] a:before {
    content: '\edb7';
    position: absolute;
    font-family: icomoon;
    color: #ff7437;
    left: 7px;
    font-size: 18px;
    top: 5px;
}

.ctinfoh section dl dt [actpr]:before {
    content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #ff7437;
    animation: loadct 4s infinite;
    border-radius: 1px;
}

@keyframes loadct {
    0% {
        width: 0%
    }
    50% {
        width: 100%;
        left: 0%;
    }
    90% {
        left: 100%;
        width: 0%;
    }
}


.ctinfoh section dl dt [actfn] a {
    background: #fff;
    padding: 5px 10px 5px 30px;
    color: #19ac57;
    display: block;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 400;
    position: relative;
}

.ctinfoh section dl dt [actfn] a:before {
    content: '\e9e3';
    position: absolute;
    font-family: icomoon;
    color: #19ac57;
    left: 7px;
    font-size: 17px;
}

.ctinfoh section dl dt [actfnb] a {
    background: #fff;
    padding: 5px 10px 5px 30px;
    color: #ff555d;
    display: block;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 400;
    position: relative;
}

.ctinfoh section dl dt [actfnb] a:before {
    content: '\edb7';
    position: absolute;
    font-family: icomoon;
    color: #ff555d;
    left: 7px;
    font-size: 17px;
}

.ctinfoh .zrna dl dd {
    color: #4a70ff;
}

.ctinfoh .zrna strong b {
    color: #4a70ff;
}

.ctinfoh .zrnb dl dd {
    color: #ff7437;
}

.ctinfoh .zrnb strong b {
    color: #ff7437;
}

.ctinfoh .zrnc dl dd {
    color: #19ac57;
}

.ctinfoh .zrnc strong b {
    color: #19ac57;
}

.ctinfoh .zrna h1 {
    color: #05054d;
    font-weight: 700;
}

/*4a70ff*/
.ctinfoh .zrnb h1 {
    color: #05054d;
    font-weight: 700;
}

/*ff7437*/
.ctinfoh .zrnc h1 {
    color: #05054d;
    font-weight: 700;
}

/*19ac57*/


.calndrbox {
    padding: 20px 10px 0 10px;
    background: #f0e9db;
    border-top: 4px solid #eabe6c;
}

.calndrbox [thmntc] {
    padding: 7px 0 12px 0;
}

.catable table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background: #fff;
}

.catable thead th {
    padding: 5px;
    border: 0.5pt solid #ccc;
    background: #f4f4f4;
}

.catable tr td {
    padding: 5px;
    border: 0.5pt solid #ccc;
    height: 40px;
}

.catable tr .jobdt {
    cursor: pointer
}

.catable tr .jobdt:hover {
    background: #daeeff;
}

.catable tr td strong {
    font-weight: 400;
    font-size: 13px;
    z-index: 5;
    position: absolute;
    top: 2px;
    left: 4px;
    color: #222;
}

.catable tr td article {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
}

.catable tr td label {
    width: 12px;
    height: 12px;
    display: inline-block;
    top: 0;
    border-radius: 2px;
}

.catable tr td [co_a] {
    right: 32px;
}

.catable tr td [co_b] {
    right: 18px;
}

.catable tr td [co_c] {
    right: 4px;
}

.catable tr td [co_d] {
    right: 46px;
}

.catable tr td [co_e] {
    right: 60px;
}

.catable tr .vocdt {
    color: #e4424e;
}

.catable tr .todayn {
    background: #ffe9d0;
}

.catable tr .todayn strong {
    font-weight: 700;
    color: #003d1d !important;
}

.co_a1 {
    background: #4a70ff;
}

.co_a2 {
    background: #ff7437;
}

.co_a3 {
    background: #19ac57;
}

.co_a4 {
    background: #ea4747;
}

.co_a5 {
    background: #5a4747;
}

.co_a6 {
    background: #ffc600;
}

[linkss] {
    padding: 15px 0 0 0;
}

.cldraw {
    padding: 5px 0 0 0;
    border-bottom: 2px solid #eabe6c;
}

.cldraw li {
    padding: 8px 10px 8px 10px;
}

.cldraw .actvli {
    margin-bottom: -2px;
    background: #fff;
    padding: 10px 17px 9px 17px;
    border: 2px solid #eabe6c;
    border-bottom: 2px solid #fff;;
    border-radius: 2px 2px 0 0; /*border-bottom:6px solid #040435;*/
}

.cldraw .actvli a {
    color: #000;
}

.cldraw li label {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.cldraw li a {
    padding: 1px 0 1px 7px;
    color: #474747;
}

.cldraw li a i {
    font-style: normal;
    color: #0080ed;
}

.cgmnt {
    z-index: 5;
    width: 40px;
    height: 40px;
    font-size: 22px;
    top: calc(50% - 20px);
}

.cgmntl {
    left: 0;
}

.cgmntr {
    right: 0;
}

.cgmnt:hover {
    font-size: 24px;
    background: rgba(255, 255, 255, 0.4);
}

.cgmnt:active {
    top: calc(50% - 18px);
}

.bbox {
    padding: 40px 10px;
}

.bbox section {
    width: 33.33%;
    margin: 10px;
    background: #eee;
    padding: 20px;
}

.jditdy {
    background: #ffe9d0;
}

.catable tr .jditdy:hover {
    background: #ffe9d0;
}

.slidebox {
    background: #555;
    height: 420px;
    border-radius: 3px;
    overflow: hidden;
}

.slidev {
    left: 0;
    top: 0;
}

.slidev article {
    bottom: 0;
    left: 0;
    padding: 36px 20px 20px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.7) 54%, rgba(0, 0, 0, 0.7) 100%);
}

.slidev article h1 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 0 0 5px 0;
    font-weight: 400;
}

.slidev article h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}


.crline {
    background: #f4f4f4;
}

.hmnewss {
    padding: 40px 12px 25px 12px;
}

[xline] {
    padding: 10px 0 0 0;
    margin: 0 auto;
}

[xline]:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: #f4f4f4;
    bottom: 0;
    left: 0;
    z-index: 5;
}

[xline] .scrolx {
    width: 100%;
    overflow-x: auto;
}

[xline] dl {
    padding: 20px 0 15px 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

[xline] dt {
    padding: 0;
    width: calc(33.9% - 20px);
    flex: 0 0 auto;
    background: #fff;
    margin: 0 20px 0 0;
    border-radius: 2px;
}

[xline] dt figure figcaption {
    height: 220px;
    border-radius: 2px;
}

[tydate] {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    padding: 5px 0;
}

[tydate] i {
    position: relative;
    display: inline-block;
    padding: 0 8px 0 19px;
    font-style: normal;
    vertical-align: bottom;
}

[tydate] i:before {
    content: '\e989';
    font-family: icomoon;
    left: 0;
    position: absolute;
    top: 0;
    color: #999;
    font-size: 13px;
}

[xline] dt figure [hrfn] {
    font-size: 18px;
    font-weight: 400;
    color: #062242;
    display: block;
    padding: 0 0 10px 0;
    font-size: 18px;
}

[xline] dt figure article {
    padding: 4px 15px 15px 15px;
}

.xscrll {
    width: 40px;
    height: 40px;
    top: 180px;
    z-index: 15;
}

.ltms {
    left: 0;
}

.rtms {
    right: 0;
}


.hnewbx {
    background: #fff;
}

.nbox {
    padding: 0 0 40px 10px;
    position: relative;
}

/*.nbox:before{content:'';position:absolute;left:10px;right:10px;top:0;background: #ffc600 	;height:2px;}*/
.hmainws {
    width: 33%;
    padding: 8px 12px 0 0;
}

.nnwslist {
}

.hslidenws {
    width: 100%;
    height: 302px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #363636;
}

.hmainws iframe {
    width: 100%;
    height: 300px;
    border-radius: 2px;
    overflow: hidden;
}

.hmainws section {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.hmainws section:nth-child(1) {
    display: block;
}

.hmainws section .ifrm {
    height: 100%;
}

.hmainws article {
    bottom: 0;
    left: 0;
    padding: 36px 15px 20px 18px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.7) 54%, rgba(0, 0, 0, 0.7) 100%);
}

.hmainws article h1 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 0 0 5px 0;
    font-weight: 400;
}

.hmainws article h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.hmainws article h2:hover {
    text-decoration: underline;
}

.hlistnews {
    width: 67%;
}

.hlistnews [acol] {
    width: calc(50% - 20px);
    margin: 8px 9px 8px 9px;
    display: inline-block;
    vertical-align: top;
}

.hlistnews figure [hfnn] {
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hlistnews figure article {
    width: 100px;
    height: 90px;
    border-radius: 2px;
    background: #222;
    overflow: hidden;
}

.hlistnews figure article i {
    font-size: 42px;
    color: #ffc600;
}

.hlistnews figure article iframe {
    width: 100px;
    height: 90px;
}

.hlistnews figure article [midim] {
    height: 100%;
}

.hlistnews figure article [midim] label {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(10px);
}

.hlistnews figure article [midim] img {
    max-width: 100px;
    max-height: 90px;
    position: relative;
    z-index: 5;
}

.hlistnews figure figcaption {
    padding: 0 10px 0 18px;
    width: calc(100% - 100px);
}

.hlistnews figure figcaption [tydate] {
    padding: 0 0 2px 0;
}

.hlistnews figure figcaption h2 {
    font-size: 16px;
    line-height: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.hlistnews figure:hover figcaption h2 {
    border-bottom: 1px solid #0857c4;
    color: #0047a7;
}

.hlistnews figure:hover article {
    transform: scale(1.05);
    transition: all 0.1s ease;
}

.hmnewtb {
    padding: 0 10px 15px 10px;
}

.hmnewtb ul {
    border-bottom: 1px solid #113157;
}

.hmnewtb ul li {
    padding: 8px 12px;
    color: #707070;
}

.cntrl li {
    width: 35px;
    height: 10px;
    background: #eabe6c;
    margin: 10px 2px 0 2px;
}

.cntrl .actve {
    background: #ce161d;
}


.bbox [titlea] {
    padding-bottom: 10px;
}

.tabbtn {
    border-bottom: 1px solid #065c99;
    padding: 22px 0 0 0;
    margin-bottom: 15px;
}

.tabbtn li {
    padding: 9px 12px 8px 33px;
    color: #707070;
    position: relative;
    z-index: 2;
    border-radius: 2px 0 0 2px;
}

.tabbtn li span {
    position: absolute;
    left: 12px;
    top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.actv {
    background: #d9efff;
    margin-bottom: -2px;
    color: #000 !important;
}

.staticnw {
    padding: 30px 0 40px 0;
}

.staticnw h1 {
    padding-bottom: 15px;
}

.staticnw table {
    border-collapse: collapse;
}

.staticnw table thead th {
    color: #999;
    font-weight: 400;
    border-bottom: 0.5pt solid #e1e1e1;
    font-size: 14px;
    padding: 5px 7px;
}

.staticnw table tr td {
    padding: 5px 7px;
    border: 0.5pt solid #e1e1e1;
}

.staticnw table tr td article {
    width: 150px;
    height: 10px;
    border-radius: 2px;
    background: #e1e1e1;
}

.staticnw table tr:hover {
    background: #dbefff;
}

.staticnw table tr:hover td {
    color: #000;
}

.staticnw table tr td article span {
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px 0 0 2px;
}

.staticnw .co_1 tr td article span {
    background: #4a70ff;
}

.staticnw .co_2 tr td article span {
    background: #ff7437;
}

.staticnw .co_3 tr td article span {
    background: #19ac57;
}


.cbox {
    padding: 20px 5px 20px 5px;
}

.cbox section {
    width: calc(25% - 10px);
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2;
    border-radius: 2px;
    padding: 15px 18px 20px 18px;
    margin: 5px;
}

.cbox section [iconbr] dd {
    width: 70px;
}

.cbox section [iconbr] dt {
    width: calc(100% - 70px);
}

.cbox section [iconbr] dd article {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #040435;
    color: #ead087;
}

.cbox section img {
    width: 30px;
}

.cbox section a {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #040435;
}

.cbox section a:hover {
    border-bottom: 1px solid #25377a;
}

.cboxa {
    padding: 20px 5px 20px 5px;
}

.cboxa section {
    width: calc(25% - 10px);
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2;
    margin: 5px;
    transition: all 0.2s ease;
    border-radius: 4px;
    overflow: hidden;
}

.cboxa section span {
    width: 30px;
    height: 30px;
    border: 1px solid #eabe6c;
    border-radius: 50%;
    color: #040435;
    font-size: 12px;
}

.cboxa section h1 {
    padding: 8px 0 0 0;
}

.cboxa section:hover {
    transform: scale(1.05);
}

.cboxa section a {
}

/*
.cboxa{padding:20px 5px 20px 5px;}
.cboxa section{width:calc(25% - 10px);display:inline-block;vertical-align:top;background: #f2f2f2;border-radius:2px;height:120px;margin:5px;transition:all 0.2s ease;}
.cboxa section span{width:30px;height:30px;border:1px solid #eabe6c;border-radius:50%;color: #040435;font-size:12px;}
.cboxa section h1{padding:8px 0 0 0;}
.cboxa section:hover{transform:scale(1.05);}
.cboxa section a{z-index:5;cursor:pointer;}
*/


.pgTitle {
    padding: 0 10px 0 10px;
}

.pgTitle ul {
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 0;
    color: #555;
}

.pgTitle ul li label {
    display: block;
    padding: 8px 12px 8px 0;
    color: #555;
}

.pgTitle ul li a {
    display: block;
    padding: 8px 12px;
    color: #555;
}

.pgbox {
    padding: 20px 10px;
}

.pgmenu {
    width: 200px;
    padding: 10px 0 0 0;
}

.colmnb {
    width: calc(100% - 420px);
    padding: 0 0 0 15px;
}

.colmnc {
    width: 220px;
    padding: 0 0 0 10px;
}

.colmnd {
    width: calc(100% - 200px);
    padding: 0 0 0 15px;
}

.pgmenu li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    color: #707070;
}

.cldrawa {
    padding: 5px 0 0 0;
}

.cldrawa li {
}

.cldrawa li label {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.cldrawa li a {
    padding: 1px 0 1px 7px;
    color: #474747;
}

.cldrawa li a i {
    font-style: normal;
    color: #0080ed;
}

.nwrowa {
    display: flex;
    padding: 20px 0;
    border-bottom: 0.5pt solid #e1e1e1;
}

.nwrowa article {
    width: 240px;
    height: 155px;
    border-radius: 3px;
}

.nwrowa figcaption {
    width: 100%;
    padding: 0 10px 0 20px;
    width: calc(100% - 250px);
}

.nwrowa figcaption h1 a {
    font-size: 19px;
    padding: 0 0 5px 0;
    line-height: 22px;
    font-weight: 400;
}

.nwrowb {
    padding: 20px 0;
    border-bottom: 0.5pt solid #e1e1e1;
}

.nwrowb article {
    width: 100%;
    height: 340px;
    border-radius: 3px;
    margin: 2px 0 12px 0;
}

.nwrowb figcaption h1 a {
    font-size: 19px;
    padding: 0 0 5px 0;
    line-height: 22px;
    font-weight: 400;
}

.nwrowa p, .nwrowb p {
    color: #606060;
}

.rbookrw {
    padding: 20px 0;
}

.rbookrw article img {
    max-width: 70%;
    max-height: 140px;
}

.rbookrw h1 a {
    font-size: 16px;
    display: inline-block;
    padding: 8px 0 0 0;
}

.booksr {
    width: 300px;
}

.bookLs {
    width: calc(100% - 300px);
    padding: 15px 0 25px 15px;
}

.bookLsd {
    width: calc(100% - 300px);
    padding: 15px 0 25px 15px;
}

.booksrch {
    border: 1px solid #e1e1e1;
    padding: 15px;
    width: 100%;
}


.bkcaty {
    padding: 20px 0 30px 0;
}

.bkcaty ul {
    margin: 0;
    padding: 0;
}

.bkcaty ul li a {
    font-size: 16px;
    padding: 9px 5px 9px 15px;
    display: block;
    border-top: 1px solid #e1e1e1;
    position: relative;
    color: #1d2876;
    cursor: pointer;
}

.bkcaty ul li ul {
    display: none;
}

.bkcaty ul li ul li a {
    padding-left: 35px;
    color: #606060;
}

.bkcaty ul li ul li a:before {
    content: '\e905';
    position: absolute;
    font-family: icomoon;
    left: 15px;
    color: #999;
}

.bkcaty ul li ul li a:hover {
    color: #1d2876;
}

.sbtag {
    position: relative;
}

.sbtag:after {
    content: '\eadb';
    font-family: icomoon;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.biact:after {
    content: '\e9f0';
    font-family: icomoon;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.allfn {
    font-size: 16px;
    padding: 9px 5px 9px 15px;
    display: block;
    border-top: none;
    position: relative;
    color: #1d2876;
    cursor: pointer;
}

.bookList figure {
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 25px 0;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 2px;
}

.bookList figure:hover {
    background: #e9f5ff;
    border-radius: 2px;
    overflow: hidden;
}

.bookList figure a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

.bookList figure article {
    width: 100%;
    height: 170px;
    position: relative;
}

.bookList figure article img {
    max-width: 90%;
    max-height: 170px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.bookList figure figcaption {
    padding: 10px 18px 10px 18px;
}

.bookList figure figcaption h1 {
    font-size: 16px;
    padding: 5px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bookList figure figcaption strong {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}

.bookList figure figcaption h2 {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 1px 0;
}

.bkseacrh {
    padding: 0 20px;
}

.parnul {
    border-bottom: 1px solid #eabe6c;
    font-weight: 700;
}

.bookde {
    padding: 20px 10px;
}

.bookde aside {
    width: 250px;
    paddign: 0;
}

.bookde section {
    width: calc(100% - 250px);
    padding: 0 0 0 30px;
}

.bookde section h1 {
    font-size: 15px;
}

.bookde section h2 {
    font-size: 20px;
    padding: 5px 0 0 0;
}

.bookde section h4 {
    padding: 3px 0;
}

[pdtop] {
    padding: 30px 0 15px 0;
}

[ckpd] {
    padding: 4px 0 4px 30px;
}

.warnmks {
    display: none;
}

.warnmks h1 {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0;
    color: #fa4747;
}

.courtnw {
    padding: 0 0 0 20px;
}

.courtnw .catable table tr td {
    height: 30px;
}

.edbody {
    padding: 15px 0;
}

.edbody h1 {
    font-size: 18px;
    color: #222;
    padding: 8px 0;
}

.zrtable {
    border-collapse: collapse;
    margin: 20px 0;
}

.zrtable tr td {
    border: 0.5pt solid #ccc;
    padding: 8px;
    color: #333;
}

.lvebn {
    padding: 4px 4px 4px 18px;
    display: block;
    color: #006edf;
}

.lvebn:before {
    content: '\e9a1';
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 3px;
}

.lvrow article {
    width: 150px;
    padding: 20px 30px 0 0;
}

.lvrow article h1 {
    font-size: 16px;
    color: #187be1;
}

.lvrow article label {
    font-size: 14px;
    font-weight: 700;
    color: #187be1;
}

.lvrow figcaption {
    width: calc(100% - 150px);
    padding: 20px 20px 20px 25px;
    border-left: 2px solid #e1e1e1;
    position: relative;
}

.lvrow figcaption h1 {
    font-size: 15px;
    color: #333;
}

.lvrow figcaption h2 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 2px 0;
}

.lvrow figcaption h2 label {
    color: #858585;
}

.lvrow figcaption:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #2a8ff7;
    left: -12px;
    top: 20px;
}


.linkrow {
    background: #fff;
    padding: 30px 0 30px 0;
}

.linkrow .linkrown section {
    width: 33.33%;
    padding: 20px 25px 80px 25px;
    background: #f2f2f2;
    margin: 0 10px;
    border-radius: 3px;
}

.linkrow .linkrown section img {
    width: 85px;
    margin: 15px auto 0 auto;
}

.linkrow .linkrown section h1 {
    font-size: 20px;
    padding: 15px 0 10px 0;
}

.linkrow .linkrown section dl {
    bottom: 30px;
    width: 100%;
    left: 0;
}

.linkrowna section {
    width: 33.33%;
    margin: 0 10px;
    overflow: hidden;
}

.linkrowna section iframe, .linkrowna section embed {
    width: 100%;
    height: 100%;
}

.linkrowna section iframe video, .linkrowna section video {
    width: 100%;
    height: 100%;
}

.linkrowna section .ifrm {
    width: 100%;
    height: 100%;
}

.ytp-title-channel {
    display: none !important;
}

.ytp-title {
    display: none !important;
}

.vlkna .vsildea {
    width: 100%;
    top: 0;
    left: 0;
    height: 209px;
    background: #f2f2f2;
    display: none;
    border-radius: 3px;
    overflow: hidden;
}

.vlkna .vlknt {
    display: block;
}

.cntrv li {
    width: 30px;
    height: 12px;
    background: #eabe6c;
    margin: 10px 2px 0 2px;
}

.cntrv .actve {
    background: #ce161d;
}

#vsildea0, #vsildeb0, #vsildec0 {
    display: block;
}


.txtlnkn {
    padding: 25px 25px 25px 15px;
}

.txtlnkn li a {
    display: inline-block;
    padding: 7px 0 7px 40px;
    color: #3842a0;
}

.txtlnkn li a span {
    border-bottom: 0.5pt solid #647bce;
}

.txtlnkn li a i {
    width: 30px;
    left: 0;
    top: 9px;
    font-size: 18px;
    color: #a17f07;
}

.txtlnkn li a:hover span {
    border-bottom: 0.5pt solid #295d92;
    color: #00346a
}

.highcharts-legend {
    position: absolute;
}

.cheit {
    height: 420px;
    border: 0.5pt solid #e1e1e1;
}

.brdrr {
    border-collapse: collapse;
}

.brdrr tr td {
    border-top: 0.5pt solid #c1c1c1;
    padding: 10px 7px;
}


.sttnews {
    padding: 30px 0 0 0;
}

.chartss {
    padding: 30px 0 20px 0;
}

.chartss section {
    width: calc(33.33% - 20px);
    padding: 10px;
    background: none !important;
    border: 1px solid #e1e1e1;
    margin: 10px;
    border-radius: 4px;
}

.chartss section aside {
    width: 100%;
    height: 350px;
    background: none;
}

.datetd {
    width: 300px;
    margin: 0 auto;
}

.datetd input {
    padding: 6px 10px;
    width: calc(50% - 20px);
}

.datetd input:nth-child(1) {
    border-radius: 3px 0 0 3px;
}

.datetd input:nth-child(2) {
    border-radius: 0 3px 3px 0;
    border-left: none;
}

.datetd a {
    width: 40px;
    bottom: 0;
    right: 0;
    top: 2px;
    background: #ccc;
    border-radius: 0 3px 3px 0;
}

.datetda {
    margin: 20px auto 0 auto;
}

.listdl dl {
    border-bottom: 0.5pt solid #ccc;
    padding: 10px 0;
}

.listdl [yesnm] dd {
    width: 100px;
}

.listdl [yesnm] dt {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.listdl [nonm] {
}

.listdla dl {
    border-bottom: 0.5pt solid #ccc;
}

.listdla dl:hover {
    border-bottom: 0.5pt solid #417cf3;
}

.listdla dl a {
    color: #0037a7;
    display: inline-block;
    padding: 10px 0;
}

.listdla dl a:hover {
    color: #000;
}

.pageTitle {
    border-top: 4px solid #eabe6c;
    background: #f0e9db;
    padding: 25px 20px 30px 20px;
}

.pageTitle > div {
    padding: 0 20px;
}

.pageTitle p {
    padding: 10px 0 0 0;
}

.pageTitlea {
    border-top: 4px solid #eabe6c;
    background: #f0e9db;
    padding: 20px 0 20px 0;
}

.pageTitleb {
    border-top: 4px solid #eabe6c;
    background: #f0e9db;
    padding: 20px 20px 20px 20px;
}

.pageTitleb > div {
    padding: 0 20px;
}

.pageTitleb p {
    padding: 10px 0 0 0;
}

.pageTitlec {
    border-top: 4px solid #eabe6c;
    background: #f0e9db;
    padding: 0;
}

.pageTitlec [bssz] {
    padding: 25px 0 30px 0;
}

.pageTitlec [bssza] {
    padding: 70px 0 80px 0;
}

.pageTitlec [bssza] h1 {
    font-size: 28px;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    font-weight: 400;
}

.pageTitlec [padnw] {
    padding: 25px 0;
}

.pageTitlec [desctxt] {
    display: block;
    font-size: 17px;
    padding: 2px 0 0 0;
}

.pageTitlec [bxxa] a {
    display: inline-block;
    padding: 8px 20px;
    font-weight: 700;
    border: 0.5pt solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 5px;
    background: #d0ddf5;
}

.pageTitlec [bxxa] a span {
    display: block;
    text-transform: none;
    font-weight: 400;
}

.pageTitlec [bxxa] .actvha {
    background: #05054d;
    color: #fff;
}

.pnrml {
    display: none;
}


.leftHmenu {
    width: 285px;
    float: left;
}

.leftHmenuon {
    display: none;
}

.leftHmenua {
    width: 270px;
}

.pgContent {
    width: calc(100% - 285px);
    float: right;
    padding: 8px 30px 25px 30px;
}

.pgContenton {
    width: 100%;
    padding: 8px 30px 25px 30px;
    max-width: 950px;
    margin: 0 auto;
}

.pgContenta {
    width: calc(100% - 270px);
    padding: 25px 36px 25px 36px;
}

[mnht] {
    min-height: calc(100vh - 250px);
}

.load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10080;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

.load .loadsp {
    animation: spina 1.2s infinite linear;
    position: absolute;
    font-size: 36px;
    color: #c8ac5f;
    text-shadow: 0 0 40px #c8ac5f;
    top: 37vh;
}

.loadb {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10080;
    display: none;
}

.loadb > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loadb .loadsp {
    animation: spina 1.2s infinite linear;
    position: absolute;
    font-size: 36px;
    color: #c8ac5f;
    text-shadow: 0 0 40px #c8ac5f;
}

[lbga] {
    background: rgba(240, 233, 219, 0.9);
}

@keyframes spina {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

.loada {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10080;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.loada [toppd] {
    padding-top: 22vh;
}

.loada .loadsp {
    animation: spina 1.2s infinite linear;
    position: absolute;
    font-size: 36px;
    color: #c8ac5f;
    text-shadow: 0 0 40px #c8ac5f;
}


[db] {
    display: block;
}

[m150] {
    margin: 15px 0;
}

[inputa] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    margin-top: 2px;
    background: #f7f7f7;
}

[inputa]:focus {
    border: 1px solid #cab478;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background: #faf7f0;
}

[inputs] {
    padding: 9px 9px 9px 9px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    margin-top: 2px;
    background: #f7f7f7;
}

[inputs]:focus {
    border: 1px solid #cab478;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background: #faf7f0;
}

.warning {
    border: 1px solid #ff3737;
    background: #ffeded;
}

.addusers {
    padding: 15px;
}

.addusers dl h1 {
    line-height: 14px;
    margin-bottom: -5px;
    position: relative;
    z-index: 5;
    padding: 0 0 0 10px;
    color: #808080;
}

.addusers dl h1 label {
    background: #fff;
    display: inline-block;
}

.warnmsj {
    display: none;
}

.warnmsj h2 {
    color: red;
}

.loginn {
    padding: 50px 10px;
}

.urls a {
    padding: 2px 2px 2px 25px;
    color: #0062d0;
}

.urls a:hover {
    text-decoration: underline;
}

.urls a i {
    left: 0;
    top: 4px;
}

.useri i {
    height: calc(100% - 8px);
    width: 35px;
    bottom: 0;
    right: 0;
    cursor: pointer;
    color: #808080;
}

.useri i:hover {
    color: #222;
}


[bg5] {
    background: #f5f5f5;
}

.seacrhot {
    padding: 0 20px;
}

.seacrhat {
    border-bottom: 1.5pt solid #c1c1c1;
    padding: 25px 0;
}

.seacrhat input {
    font-size: 18px;
}

.seacrhat li {
    padding: 0 2px;
}

[tpinm] h1 {
    line-height: 14px;
    margin-bottom: -5px;
    position: relative;
    z-index: 5;
    padding: 0 0 0 10px;
    color: #808080;
}

[tpinm] h1 label {
    background: #fff;
    display: inline-block;
}

.atonements {
    padding: 10px 20px 20px 20px;
    min-height: 30vh;
}

.atonementspd {
    padding: 0;
}


[lurla] a {
    display: inline-block;
    color: #337bff;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #337bff;
    padding: 2px 0;
}

[lurla] a:hover {
    border-bottom: 1px solid #000;
}

[lurla] span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 0;
    color: #343434;
}

[tbpad] {
    padding-bottom: 5px;
}

[lurlah] {
    border-top: 0.5pt solid #ccc;
}

[lurlah] a {
    display: inline-block;
    color: #337bff;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 3px 0;
}

[lurlah] a:hover {
    border-bottom: 1px solid #337bff;
}

[lurlah] span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 0;
    color: #343434;
}

.party {
    padding: 30px 0;
}

[hrfn] {
    display: inline-block;
    border-bottom: 1px solid #3842a0;
    color: #3842a0;
}

[hrfn]:hover {
    color: #010c35;
    border-bottom: 1px solid #af905f;
}

.party table {
    border-collapse: collapse;
}

.party table tr td {
    padding: 5px 8px;
}

.party table tr:hover {
    background: #daedff;
}

.atonementspd {
    padding: 30px 0;
}

.atonementspd table {
    border-collapse: collapse;
    font-size: 14px;
}

.atonementspd table tr td {
    padding: 5px;
    border: 0.5pt solid #c1c1c1;
    text-align: left;
}

.atonementspd [bgcv] {
    background: #eee;
}

.atonementspd [bgcv] td {
    font-weight: 700;
}

.zrbox {
    padding: 30px 0;
}

.zrbox dl {
    border-top: 0.5pt solid #c1c1c1;
    padding: 15px 0;
}

.zrbox dd {
    width: 80px;
}

.zrbox [clna] {
    width: calc(65% - 80px);
}

.zrbox [clnb] {
    width: 15%;
    padding: 0 15px;
}

.zrbox [clnc] {
    width: 20%;
}

.zrbox [thmnm] {
    font-size: 18px;
    padding: 0 0 12px 0;
    line-height: 24px;
}

.zrbox [thdate] {
    font-size: 16px;
    padding: 0 0 10px 0;
    font-weight: 400;
    color: #222;
}

.zrbox dd h2 {
    font-size: 36px;
    padding: 5px 0 0 0;
    color: #888;
    font-weight: 400;
}

.zarinfo {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.zarinfoa {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

.zarinfoa .m_list:nth-child(1) {
    width: 50%;
    padding-right: 8px;
}

.zarinfoa .m_list:nth-child(2) {
    width: 50%;
    padding-left: 8px;
}

.m_list {
    padding: 15px 0 45px 0;
}

.m_list [ztable] {
    border-collapse: collapse;
}

.m_list [ztable] thead th {
    border: 0.5pt solid #ccc;
    padding: 5px 10px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 700;
}

.m_list [ztable] tr td {
    border: 0.5pt solid #ccc;
    padding: 15px 10px;
    font-size: 0.97em;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px !important;
}

.m_list [ztable] tr td span {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px !important;
    line-height: 19px !important;
}

.m_list [ztable] tr td p {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px !important;
    line-height: 19px !important;
}

.m_list [ztable] tr td:nth-child(1) {
    background: #f8f8f8;
}

/*.m_list [ztable] tr td:nth-child(3){background: #f8f8f8;}*/
.m_list [ztable] tr td h2 {
    font-size: 16px;
}

.m_list [ztable] [zhbg] td {
    padding: 5px 10px;
    background: #f2f2f2 !important;
    font-weight: 700;
}

.m_list [ztable] [nnbrr] td {
    padding: 5px 0 12px 0;
    background: none !important;
    border: none;
}

.m_list [ztable] [nnbrra] td {
    padding: 1px 0 1px 0;
    background: none !important;
    border: none;
}

.m_list [ztable] [nnbrra] td span {
    display: inline-block;
    padding: 0 2px;
    vertical-align: top;
    font-size: 16px;
}

/*.m_list [ztable] > newd a {color: #336DFF }*/
.m_list [ztable] > newd strong {
    color: #336DFF
}

/*
.m_list [ztable] [nnbrra] td span:nth-child(1){text-align:right;width:45%;}
.m_list [ztable] [nnbrra] td span:nth-child(2){text-align:left;width:55%;}
*/
.hddnn {
    position: absolute;
    z-index: -5;
}

[tiftr] {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 0 0;
}

[printbtn] {
    padding: 8px 15px 8px 35px;
    background: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}

[printbtn]:before {
    content: '\eae0';
    font-family: icomoon;
    position: absolute;
    left: 10px;
    font-size: 17px;
}

[printbtn]:hover {
    background: #f1f1f1;
    color: #000;
}

[bga1] {
    background: #f1f7fc;
}


.alertbx {
    position: fixed;
    z-index: 999999999;
    display: none;
    background: #fff;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 25%;
    margin: 0 auto;
    box-shadow: 0px 1px 90px -3px rgba(0, 0, 0, 0.5);
    padding: 40px 30px 30px 30px;
}

.alertbx h1 {
    font-size: 22px;
    font-weight: 300;
}

.alertbx [clsx] {
    position: absolute;
    right: 5px;
    top: 0;
}

[clsx] {
    width: 35px;
    height: 35px;
    border: none;
    background: none;
    font-size: 16px;
    color: #222;
    cursor: pointer;
}

[clsx]:hover {
    color: red;
    font-size: 20px;
}

.addusernd {
    border-top: 4px solid #d7bc89;
    padding: 50px 10px;
}

.addusernd i {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid #d7bc89;
    border-radius: 50%;
    color: #19ac57;
    font-size: 25px;
}

.addusernd strong {
    font-size: 25px;
    padding: 30px 0 30px 0;
    color: #19ac57;
    display: block;
}

.succss {
    border-top: 4px solid #d7bc89;
    padding: 50px 10px;
}

.sucssbx {
    border: 1px solid #d7bc89;
    border-style: dotted;
    padding: 30px 20px;
}

.iconsc {
    width: 70px;
    height: 70px;
    font-size: 25px;
    margin: 0 auto;
    border: 2px solid #d7bc89;
    border-radius: 50%;
}

.sucssbx h1 {
    padding: 25px 0 10px 0;
}


[tbnn] table, [tbnn] table tr td {
    max-width: 100% !important;
}

.seacrhdt {
    padding: 10px 0 20px 0;
}

.seacrhdt dt:nth-child(1) {
    width: calc(30% - 4px);
}

.seacrhdt dt:nth-child(2) {
    width: calc(20% - 4px);
}

.seacrhdt dt:nth-child(3) {
    width: calc(10% - 4px);
}

.seacrhdt dt:nth-child(4) {
    width: calc(20% - 4px);
}

.seacrhdt dt:nth-child(5) {
    width: calc(20% - 4px);
}

[sinpt] input {
    padding: 22px 10px 5px 9px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fff;
}

[sinpt] input:hover {
    border: 2px solid #3f8df7;
}

[sinpt] input:focus {
    border: 2px solid #3f8df7;
}

[sinpt] span {
    top: 2px;
    left: 11px;
    z-index: 5;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.cofjmnts {
    padding: 20px 0 20px 0;
}

[cinpt] input {
    padding: 22px 10px 5px 9px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fff;
}

[cinpt] select {
    padding: 22px 8px 4px 8px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fff;
}

[cinpt] input:hover, [cinpt] select:hover {
    border: 2px solid #3f8df7;
}

[cinpt] input:focus, [cinpt] select:focus {
    border: 2px solid #3f8df7;
}

[cinpt] span {
    top: 2px;
    left: 11px;
    z-index: 5;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.cofjmnts [cinpt] input {
    padding: 22px 10px 5px 9px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #f2f2f2;
}

.cofjmnts [cinpt] select {
    padding: 22px 8px 4px 8px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #f2f2f2;
}

[ww2] input {
    width: 50%;
    display: inline-block;
}

.cofjmnts dt {
    margin: 4px 2px;
}

.cofjmtpd {
    padding: 24px 0 0 0;
}

.coftgl .coftgla {
    width: 320px;
    padding: 15px 20px;
    border: 0.5pt solid #ccc;
    margin-right: -1px;
}

.coftgl .coftglb {
    width: calc(100% - 320px);
    padding: 0 20px 20px 20px;
    border: 1px solid #ccc;
}

.coftgl .coftglon {
    width: 100%;
    padding: 0 0 20px 0;
    max-width: 800px;
    margin: 0 auto;
}


.seacrhcoj {
    padding: 10px 20px 10px 20px
}

.seacrhcoj dl dt:nth-child(1) {
    width: calc(28% - 6px);
    margin: 0 2px 0 0;
}

.seacrhcoj dl dt:nth-child(2) {
    width: calc(18% - 6px);
    margin: 0 2px;
}

.seacrhcoj dl dt:nth-child(2) input {
    width: 50%;
}

.seacrhcoj dl dt:nth-child(3) {
    width: calc(18% - 8px);
    margin: 0 2px;
}

.seacrhcoj dl dt:nth-child(4) {
    width: calc(18% - 8px);
    margin: 0 2px;
}

.seacrhcoj dl dt:nth-child(5) {
    width: calc(18% - 6px);
    margin: 0 0 0 2px;
}

[titlepd] {
    padding: 10px 0 0 0;
}

.adseacrht {
    padding: 0 20px 0 20px;
}

.adseacrh {
    padding: 15px 0 25px 0;
}

.adseacrhs {
    padding: 15px 0 0 0;
}

.adseacrhs dt {
}

[binpt] input {
    padding: 22px 10px 5px 9px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fff;
}

[binpt] select {
    padding: 22px 8px 4px 7px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fff;
}

[binpt] input:hover, [binpt] select:hover {
    border: 2px solid #3f8df7;
}

[binpt] input:focus, [binpt] select:focus {
    border: 2px solid #3f8df7;
}

[binpt] input:focus, [binpt] select:focus {
    border: 2px solid #3f8df7;
}

[binpt] span {
    top: 2px;
    left: 11px;
    z-index: 5;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.adseacrh [clmna] {
    width: calc(40% - 6px);
    margin: 0 2px 0 0;
}

.adseacrh [clmnb] {
    width: calc(20% - 6px);
    margin: 0 2px;
}

.adseacrh [clmnc] {
    width: calc(20% - 6px);
    margin: 0 0 0 2px;
}

.adseacrh [clmnc] input:nth-child(1) {
    border-radius: 4px 0 0 4px;
}

.adseacrh [clmnc] input:nth-child(2) {
    border-radius: 0 4px 4px 0;
}


[oninp] input {
    padding: 10px;
    border-radius: 4px;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fff;
    height: 42px;
}

[oninp] input:hover, [oninp] select:hover {
    border: 2px solid #3f8df7;
}

[oninp]:hover input {
    border: 2px solid #3f8df7;
}

[oninp] a {
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 18px;
}

[oninp] a:hover {
    color: #3f8df7;
}

.conserch {
    padding: 15px 0 0 0;
}

.conserch [clmn_ta] {
    width: calc(100% - 100px);
    padding-right: 5px;
}

.conserch [clmn_tb] {
    width: 100px;
}

[bsszb] {
    padding: 50px 25px;
}

[bsszb] h1 {
    font-size: 28px;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: 1px 1px #000;
}

.bgarr {
    background: rgba(0, 0, 25, 0);
    padding: 20px 40px;
    border-radius: 5px;
    max-width: 850px;
    margin: 0 auto;
    display: inline-block;
}

[bsfnt] h1 {
    font-size: 22px;
    line-height: 26px;
}

[bsszbt] {
    padding: 40px 25px;
}

.colearch {
    padding: 30px 20px;
}

.colearch aside {
    width: 300px;
    padding-right: 30px;
}

.colearch dl {
    width: calc(100% - 300px);
}

.bkseacrh {
    padding: 0 20px;
}

.strucul ul {
    padding: 10px 0 10px 30px;
}

.strucul ul li a {
    display: inline-block;
    text-decoration: underline;
    color: #152b87;
    padding-top: 5px;
}

.strucul ul li .insub {
    text-decoration: none;
}


.sw1a {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.sw1b {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.tlbrzmj {
    display: flex;
}

.tlbrzmj .filterAv {
    width: 330px;
    padding: 0 20px 0 12px;
    max-height: calc(100vh - 110px);
}

/*position:sticky;top:100px;align-self: flex-start;*/
.tlbrzmj .tlist {
    width: calc(100% - 330px);
    padding: 15px 18px;
}

.tlbrzmj .infltr {
    border: 1px solid #e1e1e1;
    padding: 30px 18px 10px 18px;
}

/*background: #f2f2f2;*/

.st_toim, .st_marg {
    display: none;
}


.tzmjbx {
    padding: 15px 15px;
}

.tzmjbx:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #e1e1e1;
}

.tzmjbx dd {
    width: 140px;
    margin: 0;
    padding: 0;
}

.tzmjbx dt {
    width: calc(100% - 280px);
}

.tzmjbx dd h1 {
    font-size: 16px;
    padding: 0;
}

.tzmjbx dd h2 {
    font-size: 14px;
    font-weight: 400;
}

[inka] {
    color: #000769;
    border-bottom: 0.5pt solid rgba(0, 0, 0, 0);
}

[inka]:hover {
    border-bottom: 0.5pt solid #1120a9;
    color: #4553d9;
}

.tzmjbx {
    border-collapse: collapse;
    margin-bottom: 25px;
}

.tzmjbx tr td {
    border: 0.5pt solid #d9d9d9;
    padding: 10px 8px;
}

/*.tzmjbx tr td:nth-child(1){background: #f7f7f7;}*/
.tzmjbx [tbtbg] {
    background: #ebebeb;
    font-weight: 700;
    font-size: 15.5px;
}

.tzmjbx [tbtbg] td:nth-child(1) {
    background: #ebebeb;
}

.tzmjbx [tbrdn] {
    border: none;
    font-weight: 700;
    font-size: 18px;
    background: #fff;
}

.tzmjbx [tbrdn]:nth-child(1) {
    background: #fff;
}

.backbtn {
    border-bottom: 0.5pt solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 4px;
}

.backbtn .bbbtn {
    width: 35%;
}

.backbtn .sclbx {
    width: 65%;
}

.backbtn .sclbx ul li {
    vertical-align: top;
}

[sclb] {
    font-size: 14px;
    padding: 7px 12px;
    color: #fff;
    border-radius: 4px;
}

.readn {
    color: #474747;
    background: #f2f2f2;
    padding: 5px 12px;
}

.readn span {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}

.readn label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 16px;
}

.leftHmenu {
    padding: 20px 20px 30px 0;
    position: sticky;
    top: 90px;
    align-self: flex-start;
}

.leftHmenu li a {
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #e1e1e1;
    color: #707070;
    line-height: 18px;
}

.leftHmenu li a:hover {
    border-bottom: 1px solid #eabe6c;
    color: #3842a0;
}

.leftHmenu li .tstses {
    color: #040435;
    border-bottom: 2px solid #eabe6c;
}

.leftHmenu li .tstses:hover {
    color: #040435;
    border-bottom: 2px solid #eabe6c;
}

.leftHmenu li ul {
    padding: 0 0 0 25px;
    display: none;
}

.leftHmenu li .insub {
    position: relative;
    padding-right: 20px;
}

.leftHmenu li .insub:after {
    content: '\eadb';
    font-family: icomoon;
    width: 15px;
    color: #999;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: 13px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftHmenu li .insub:hover:after {
    color: #070774;
    font-size: 14px;
    font-weight: bold;
}

.leftHmenu li .insubCg {
    color: #3842a0;
}

.leftHmenu li .plmin:after {
    content: '\e9f0';
    color: #070774;
}

.leftHmenu li .plmin {
    color: #070774;
}

.leftHmenu li ul li a {
    position: relative;
}

.leftHmenu li ul li a:before {
    content: '\ea4f';
    font-family: icomoon;
    font-size: 11px;
    position: absolute;
    top: 9px;
    left: -20px;
    width: 15px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftHmenu li .visibul {
    display: block;
}

#menupmb li .plmin:after {
    content: '\e904';
    color: #070774;
}

#menupmb li .plmin {
    color: #070774;
}

#menupmb li .visibul {
    display: block;
}

.leftHmenu li .acmenu {
    color: #040435;
    border-bottom: 2px solid #eabe6c;
}

.jcrtcol aside {
    padding: 10px 25px 25px 25px;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.36);
}

.jcrtcol section {
    padding: 0 0 0 30px;
}

.procGd {
    padding: 0;
    position: relative;
}

.procGd:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #c1c1c1;
    left: 70px;
}

.procGd dl {
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 2;
}

.procGd dl dd {
    width: 40px;
    padding: 4px 0 0 0;
    color: #ff7437;
    font-weight: 700;
    font-size: 14px;
}

.procGd dl [dt_b] {
    width: 60px;
}

.procGd dl [dt_b] i {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #ccc;
    margin: 0 auto;
    background: #fff;
}

.procGd dl [dt_c] {
    width: calc(100% - 100px);
}

.procGd dl dt h1 {
    font-size: 16px;
    font-weight: 400;
    padding: 4px 0 0 5px;
}

.procGd .chrwo {
    opacity: 1;
}

.procGd .chrwo [dt_b] i {
    background: #ff7437;
    border: 2px solid #ff7437;
}

.procGd .chrwo dt i:before {
    content: '\e989';
    font-family: icomoon;
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.pagepad {
    padding: 20px 20px;
    min-height: 40vh;
}

.pagepadb {
    padding: 20px 10px;
    min-height: 40vh;
}

.pagepadc {
    padding: 20px;
    min-height: 40vh;
}

.pcRow {
    padding: 20px 0;
    border-bottom: 0.5pt solid #e2e2e2;
}

.pginrow {
    padding: 8px 0 0 0;
}

.hallrp {
    display: none;
}

.hallrpa {
    display: block;
}


.list1 .imgbx {
    float: left;
    padding: 0 20px 5px 0;
}

.list1 .imgbx img {
    width: 300px;
}

.list2 .imgbx {
    float: right;
    padding: 0 0 5px 20px;
}

.list2 .imgbx img {
    width: 300px;
}

.list3 .imgbx {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background: #f2f2f2;
    text-algin: center;
}

.list3 .imgbx img {
    width: 100%;
    margin: 0 auto;
}

#pgContent .list6 {
    background: #f1f1f1;
    text-align: center;
}

#pgContent .list6 iframe {
    width: 50%;
    margin: 0 auto;
    max-height: 290px;
}

.ysClass .list4, .ysClass .list5 {
    width: 100%;
    display: table;
}

.ysClass .list4 .icolmn, .ysClass .list5 .icolmn {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.ysClass .list4 .icolmn:nth-child(1), .ysClass .list5 .icolmn:nth-child(1) {
    padding-right: 15px;
}

.ysClass .list4 .icolmn:nth-child(2), .ysClass .list5 .icolmn:nth-child(2) {
    padding-left: 15px;
}

.mrContent .list1 .imgbx {
    float: left;
    padding: 0 20px 5px 0;
}

.mrContent .list1 .imgbx img {
    width: 300px;
}

.mrContent .list2 .imgbx {
    float: right;
    padding: 0 0 5px 20px;
}

.mrContent .list2 .imgbx img {
    width: 300px;
}

.mrContent .list6 {
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 15px;
}

.mrContent .list6 iframe {
    max-width: 100%;
    margin: 0 auto;
}

.colTma {
    width: 220px;
    height: 160px;
    background: #eee;
    float: left;
    margin-top: 4px;
}

.colTma iframe, .colTma embed {
    width: 220px;
    height: 160px;
}

.colTmb {
    width: calc(100% - 220px);
    float: right;
    padding: 0 0 0 20px;
}

.pcRowa {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.pcRowa:nth-child(odd) {
    padding: 20px 10px 30px 0;
}

.pcRowa:nth-child(even) {
    padding: 20px 0 20px 10px;
}

.vidBox .cttlea {
    font-size: 18px;
    font-weight: 400;
    padding: 4px 0 0 0;
}

.vidBox .imageNV {
    width: 100%;
    height: 230px;
    margin-bottom: 8px;
    background: #111;
    overflow: hidden;
}

.vidBox .imageNV img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 2;
}

.vidBox .imageNV label {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(2px);
    z-index: 1;
    transform: scale(1.1);
    opacity: 0.5;
}

.vidBox .imageNV iframe {
    width: 100%;
    height: 230px;
}

.pcRowgd {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}

.newsgrid {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
}

.newsgrid section figure {
    max-width: 520px;
}

.newsgrid article {
    width: 130px;
}

.newsgrid .imageNV {
    width: 130px;
    height: 90px;
    background: #111;
    overflow: hidden;
}

.newsgrid:hover .imageNV {
    transform: scale(1.05);
    transition: all 0.1s ease;
}

.newsgrid .imageNV iframe {
    width: 130px;
    height: 90px;
}

.newsgrid .imageNV img {
    max-width: 100%;
    max-height: 90px;
    position: relative;
    z-index: 2;
}

.newsgrid .imageNV label {
    max-width: 100%;
    max-height: 90px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(2px);
    z-index: 1;
    transform: scale(1.1);
    opacity: 0.5;
}

.newsgrid section {
    padding: 5px 15px 0 15px;
}

.newsgrid h1 {
    padding: 0 0 4px 0;
}

.newsgrid h1 a {
    font-size: 18px;
    line-height: 19px;
    color: #4447ba;
    font-weight: 400;
}

.ffbg .imageNV label {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(2px);
    z-index: 1;
    transform: scale(1.1);
    opacity: 1;
}

.ffbg .imageNV label:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*
.txbody{}
.txbody ul{padding:5px 0 5px 0px;list-style:none;margin:2px 0;}
.txbody ol{padding:5px 0 5px 0px;margin-top:2px;margin-bottom:2px;list-style-type:decimal;list-style:decimal;}
.txbody ol li{list-style-type:circle !important;}
.txbody ul li, .txbody ol li{padding:5px 0 5px 28px;position:relative;display:block;font-size:16px !important;}
.txbody ul li:before{content:'\eb86';font-family:icomoon;font-size:11px;color: #baa055;position:absolute;left:5px;top:6px;}
.txbody ul li::marker{content:'\eb86';font-family:icomoon;font-size:11px;color: #baa055;position:absolute;left:5px;top:6px;}
*/

.txbody ul {
    padding: 5px 0 5px 45px;
    margin: 2px 0;
}

.txbody ol {
    padding: 5px 0 5px 45px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.txbody ol li {
}

.txbody ul li, .txbody ol li {
    padding: 5px 0 5px 0;
    position: relative;
    font-size: 16px !important;
}

/*
.txbody ul li:before{content:'\eb86';font-family:icomoon;font-size:11px;color: #baa055;position:absolute;left:5px;top:6px;}
.txbody ul li::marker{content:'\eb86';font-family:icomoon;font-size:11px;color: #baa055;position:absolute;left:5px;top:6px;}
*/

.txbody {
    font-size: 16px !important;
}

/*font-family: 'Fira Sans Condensed', sans-serif !important;*/
.txbody p {
    padding: 5px 0;
    font-size: 16px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin: 0 !important;
}

.onopp p {
    padding: 5px 0;
    text-indent: 0 !important;
    display: inline-block;
}

.txbody h1 {
    font-size: 17px;
    fong-weight: 700;
    padding: 2px 0 10px 0;
    line-height: 20px;
    color: #222;
}

.txbody h1 strong {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px;
    fong-weight: 700;
    padding: 2px 0 10px 0;
    line-height: 20px;
    color: #222;
}

.txbody a {
    color: #3842a0;
    border-bottom: 0.5pt solid #1120a9;
}

.txbody table {
    border-collapse: collapse;
    width: 100% !important;
    border: none !important;
}

.txbody table tr td {
    padding: 5px 8px;
    border: 0.5pt solid #ccc !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.txbody iframe {
    width: 100%;
    height: 450px;
}

.txbody img {
    height: auto !important;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    border-bottom: 5px solid #fff;
    border-top: 10px solid #fff;
    margin-top: 5px;
}

.cttle {
    font-size: 22px;
    color: #060647;
    font-weight: 400;
    padding: 0 0 8px 0;
    line-height: 24px;
}

[hvera]:hover a {
    color: #37447a;
    border-bottom: 0.5pt solid #37447a;
}

.date_ {
    color: #9b8b64;
}

.txbody blockquote {
    background: #fdf2de;
    margin: 0;
    color: #111;
    padding: 10px 15px;
    margin: 5px 0;
    position: relative;
}

.txbody blockquote:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-top: 3px solid #eabe6c;
    border-left: 3px solid #eabe6c;
    top: 0;
    left: 0;
}

.txbody blockquote:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-bottom: 3px solid #eabe6c;
    border-right: 3px solid #eabe6c;
    bottom: 0;
    right: 0;
}

.txbody .indntn {
    padding: 5px 0;
    text-indent: 0 !important;
}

.textin p {
    padding: 5px 0;
    text-indent: 45px;
}

.nnindt p {
    text-indent: 0 !important;
}

.bigtt p {
    padding: 5px 0;
    text-indent: 45px !important;
    line-height: 22px;
    font-size: 19px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin: 0 !important;
}

.bigtt ul li, .txbody ol li {
    padding: 5px 0 5px 0;
    position: relative;
    font-size: 19px !important;
    line-height: 22px;
}

.txbody table td p {
    text-indent: 0 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.txbody table td span {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.txbody table td strong {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.txbody span {
    font-family: 'Roboto Condensed', sans-serif !important;
}


.txbody .iframeVideo {
    width: 100%;
    height: 480px;
}

.txbody .iframeVideo video {
    width: 100% !important;
    height: 100% !important;
}

.iframeAudio {
    width: 100%;
    height: 180px !important;
    background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSl-1FIUykXp_81v7KM4EqTgQI0PI3zCo_6lfDHxvxiuK7uCrD5j4UBKHn4dRLlOpxfuhI&usqp=CAU') repeat-x 50% 100%;
}


.pagern {
    padding: 20px 0 0 0;
}

.pagern ul li {
    padding: 2px;
    vertical-align: middle;
}

.pagern ul li a {
    width: 30px;
    height: 30px;
}

.pagern ul li a:hover {
    background: #f0e9db;
}

.pagern ul .hdnn {
    display: none;
}

.pagern ul .tspgst a {
    background: #eabe6c;
    color: #040435;
}

.pagern ul .tspgst {
    display: inline-block;
}

.pagern ul .adinshw {
    display: inline-block;
}

.pagern ul .shwnn1 {
    display: inline-block;
    background: #f0e9db !important;
}

.inpd {
    padding: 0;
}

.inpd input {
    background: #f2f2f2;
}

.calcmat {
    padding: 15px 0;
}


[addbuta] {
    color: #0a55ff;
    padding: 0 12px 0 0;
    height: 36px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

[addbuta] i {
    padding-right: 4px;
}

[addbuta]:hover {
    background: #dee8ff;
    color: #0a55ff;
}

.zarinfo a:hover, .zarinfoa a:hover {
    text-decoration: underline;
}

.readis {
    color: #4f41da;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.readis:hover {
    text-decoration: underline;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

footer {
    background: #05054d;
    padding: 25px 0;
}

.ftools section {
    width: 33.33%;
    display: inline-block;
    padding: 10px 10px 10px 10px;
}

.ftools aside {
    width: 66.66%;
    display: inline-block;
    padding: 10px 0 10px 0;
}

.ftools aside [lneul] {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0;
}

.ftools aside [lneul] > li {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}

.ftools aside [lneul] > li > a {
    text-transform: uppercase;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
}

.ftools aside [lneul] > li > a:before {
    display: none;
}

.ftools aside [lneul] ul {
    padding: 0;
}

.ftools [frowa] h1 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
}

.ftools [frowa] p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0 8px 0 0;
}

.ftools [frowa] a {
    color: #fff;
}

.ftools aside [lneul] ul {
    margin: 5px 0 0 0;
}

.ftools aside [lneul] ul li {
    display: block;
    width: 100%;
}

.ftools aside [lneul] ul li a {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 2px 10px 2px 15px;
    position: relative;
}

.ftools aside [lneul] ul li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 2px;
    top: 9px;
    background: #80a2c9;
}

.ftools aside [lneul] ul li a:hover {
    color: #fff;
}

.frowb {
    padding: 15px 10px 10px 10px;
}

.frowb ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
}

.frowb ul li a {
    width: 40px;
    height: 36px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.frowb strong {
    color: rgba(255, 255, 255, 0.7);
    padding: 15px 0 0 0;
    display: block;
}

[clcm] {
    color: #040435;
}

[clfb] {
    color: #1773ea;
}

[cltw] {
    color: #1c9ceb;
}

[clyt] {
    color: #f70000;
}

[clfbg] {
    background: #1773ea;
}

[cltwg] {
    background: #1c9ceb;
}

.zmot {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zmot;
    animation-name: zmot;
    animation-duration: 0.25s;
}

@keyframes zmot {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
    50% {
        opacity: 1;
    }
}

.s_ttle h1 {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 4px 0;
    margin-bottom: 10px;
}

[mr200] {
    margin: 20px 0;
}

[mr150] {
    margin: 15px 0;
}

[tpic] h1 {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 2px 0;
    margin-bottom: 5px;
    font-weight: 700;
}

[tpic] dt {
    padding: 2px 0 3px 2px;
}

[tpic] dt article {
    padding: 2px 0 2px 30px;
    font-size: 15.5px;
}

[woinp] input, [woinp] select {
    width: 50%;
}

[tpica] h1 {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 2px 0;
    margin-bottom: 1px;
    font-weight: 700;
}

[tpin] input {
    padding: 15px 10px 8px 10px;
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 1px 1px 0 0;
    border-bottom: 1px solid #e1e1e1;
}

[tpin] select {
    padding: 14px 10px 7px 5px;
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.01);
    border-radius: 1px 1px 0 0;
    border-bottom: 1px solid #e1e1e1;
}

[tpin] input:hover, [tpin] select:hover {
    border-bottom: 1px solid #eabe6c;
    background: #f9f9f9;
}

[tpin] input:focus, [tpin] select:hover {
    border: 1px solid #eabe6c;
    background: #f9f9f9;
}

[tpin] label {
    left: 10px;
    top: 2px;
    display: inline-block;
    padding: 0 4px 0 0;
    font-size: 14px;
    color: #222;
    font-weight: 300;
}

.hidden_tm, .hidden_lw, .hidden_tg {
    display: none;
}

.checka[type=checkbox]:not(old),
.checka[type=radio   ]:not(old) {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    opacity: 0;
    vertical-align: middle;
    cursor: pointer;
}

.checka[type=checkbox]:not(old) + label,
.checka[type=radio   ]:not(old) + label {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.checka[type=checkbox]:not(old) + label:after,
.checka[type=radio   ]:not(old) + label:after {
    font-family: icomoon;
    content: '\ea4c';
    position: absolute;
    left: 0;
    color: #acacac;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checka[type=checkbox]:not(old):hover + label:after,
.checka[type=radio   ]:not(old):hover + label:after {
    color: #f0af35;
}

.checka[type=checkbox]:not(old):checked + label:after,
.checka[type=radio   ]:not(old):checked + label:after {
    font-family: 'icomoon';
    content: '\e9d9';
    position: absolute;
    color: #f0af35;
    font-size: 25px;
    left: -2px;
}


.disablity-btn {
    padding: 5px 15px;
    margin-left: 20px;
    display: block;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    min-width: 120px;
}

.disablity-btn:hover {
    padding: 5px 15px;
    margin-left: 20px;
    display: block;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    min-width: 120px;
}
