﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    color: #333;
    font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

ul, h1, h3, h4, p, dl, dd {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
}

i {
    font-style: normal;
}

input {
    outline: none;
    padding: 0;
    border: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wrapper {
    width: 1540px;
    margin: 0 auto;
}

.reportverify {
    width: 100%;
    margin: 0 auto;
    
}

.reportverifyitem {
    margin: 0px auto;
    line-height: 35px;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;    
    color: #00539c;
}

.ets_topnav {
    background-color: #cfe5ff;
}

    .ets_topnav .ets_navs {
        height: 53px;
        text-align: right;
        line-height: 53px;
        font-size: 0;
    }

        .ets_topnav .ets_navs li {
            display: inline-block;
            font-size: 15px;
        }

            .ets_topnav .ets_navs li:last-child a {
                border-right: none;
            }



        .ets_topnav .ets_navs a {
            display: inline-block;
            line-height: 1;
            padding: 0 15px;
            border-right: 2px solid #666666;
            color: #666;
        }

            .ets_topnav .ets_navs a:hover {
                /*color: #27BA9B;*/
                color: red;
            }


.ets-login-header {
    height: 110px;
    margin: 0 auto;
    background-color: white;
}

    .ets-login-header .logo {
        width: 200px;
        height: 110px;
        text-indent: -999px;
        background-image: url('/static/image/logo.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
    }

    .ets-login-header .etsname {
        float: left;
        height: 110px;
        /*color: Highlight;*/       
        color: #000064;
        font-size: 50px;
        line-height: 110px;
        margin-left: 270px;
    }

    .ets-login-header .home {
        float: right;
        margin-top: 82px;
        font-size: 16px;
        padding-right: 24px;
        background: url('/static/image/login-enter.png') no-repeat right;
    }

.mainface {
    margin-top: 10px
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-align:left;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-inline {
    float: left;
    width: 280px;
}

.form-group {
    margin-bottom: 10px;
}

.preciseSearch {
    height: 300px;
}

.fastSearch {
    height: 300px;
}

.btnnav {
    float: left;
    width: 135px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inFocus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btnnav:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}


.fastSearchNav {
    float: left;
    width: 270px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .fastSearchNav:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

.searchResult {
    float: right;
    width: 1240px;    
}

table {
    /* margin: 0 auto;*/
    /*width: 960px;*/
    border-collapse: collapse;
    color: #004085;
    table-layout: fixed;
}

.table-bordered {
    width: 1160px;
}

th {
    padding: 10px;
    background: #cfe5ff;
    font-size: 16px;
    font-weight: 400;
}

td, th {
    border: 1px solid #b8daff;
   
}

td {
    padding: 3px;
    color: #666;
    text-align: left;
    font-size: 14px;
    white-space: nowrap; /*不换行 */
    overflow: hidden; /* 隐藏*/
    text-overflow: ellipsis;
}

tbody tr {
    background: #fff;
}

    /*tbody tr:hover {
        background: #c9f2e7 !important;*/
        /* overflow: auto;
        text-overflow: clip;*/
    /*}*/

    tbody tr:nth-child(even) {
        background: #e1ecf8;
    }


 /*   tbody tr:hover td {
        background: none;
    }*/

    /*tbody tr td:hover {*/ /* 鼠标滑过，显示隐藏内容,滚动条 */
        /*overflow: auto;
        text-overflow: clip;
    }*/

.ets-login-footer .copyright {
    height: 115px;
    padding-top: 40px;
    text-align: center;
    color: #999;
    font-size: 15px;
}

    .ets-login-footer .copyright p {
        line-height: 1;
        margin-bottom: 20px;
    }

    .ets-login-footer .copyright a {
        color: #999;
        line-height: 1;
        padding: 0 10px 0 6px;
        border-right: 1px solid #999;
    }

        .ets-login-footer .copyright a:last-child {
            border-right: none;
        }

.ets-login-main {
    height: 488px;
    margin-top:50px;
    background: url('/static/image/login-bg.png') no-repeat left;
}

    .ets-login-main .wrapper {
        width: 1170px;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

        .ets-login-main .wrapper .box {
            width: 450px;
            box-shadow: 0px 0px 25px 0px rgba(3, 3, 3, 0.14);
            position: absolute;
            top: 60px;
            right: 100px;
            background: #fff;
            padding: 20px 40px;
        }

            .ets-login-main .wrapper .box .tab-nav {
               /* display: flex;*/
                justify-content: space-between;
                position: relative;
            }

                .ets-login-main .wrapper .box .tab-nav::before {
                    content: "";
                    position: absolute;
                    left: 50%;
                    top: 8px;
                    width: 1px;
                    height: 20px;
                    background: #ededed;
                }

                .ets-login-main .wrapper .box .tab-nav a {
                    font-size: 18px;
                    height: 35px;
                    line-height: 35px;
                }

.xtx-login-main .wrapper .box .tab-nav a.active {
    border-bottom: 2px solid #17bb9b;
}

.ets-login-main .wrapper .box .tab-pane .code {
    display: block;
    margin: 44px auto;
}

.ets-login-main .wrapper .box .tab-pane .link {
    text-align: right;
    padding-top: 12px;
}

    .ets-login-main .wrapper .box .tab-pane .link a {
        color: #17bb9b;
    }

.ets-login-main .wrapper .box .tab-pane .input {
    border: 1px solid #17bb9b;
    width: 100%;
    height: 36px;
    margin-top: 17px;
    display: flex;
    background: #CFCDCD;
}

    .ets-login-main .wrapper .box .tab-pane .input .iconfont {
        color: #fff;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        font-size: 20px;
    }

    .ets-login-main .wrapper .box .tab-pane .input input {
        flex: 1;
        padding-left: 15px;
        background: #fff;
    }

        .ets-login-main .wrapper .box .tab-pane .input input::placeholder {
            color: #B3B3B3 !important;
        }

.ets-login-main .wrapper .box .tab-pane .agree {
    color: #B3B3B3;
    padding: 17px 0;
}

    .ets-login-main .wrapper .box .tab-pane .agree a {
        color: #0673B1;
    }


.ets-login-main .wrapper .box .tab-pane .agree > label input:checked + span {
    color: #17bb9b;
}

.ets-login-main .wrapper .box .tab-pane .button {
  /*  margin-top: 20px;*/
    margin-bottom: 15px;
}

    .ets-login-main .wrapper .box .tab-pane .button .dl {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #17bb9b;
        color: #fff;
        display: block;
        font-size: 16px;
        margin-bottom: 17px;
    }

    .ets-login-main .wrapper .fr {
        float:right;
    }

#downresultok {   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    color: transparent;
}

    #downresultok span {
        animation: shan 4s linear infinite;
        text-transform: uppercase;
    }

        #downresultok span:nth-child(1) {
            animation-delay: 0s;
        }

        #downresultok span:nth-child(2) {
            animation-delay: .4s;
        }

        #downresultok span:nth-child(3) {
            animation-delay: .8s;
        }

        #downresultok span:nth-child(4) {
            animation-delay: 1.2s;
        }

        #downresultok span:nth-child(5) {
            animation-delay: 1.6s;
        }

        #downresultok span:nth-child(6) {
            animation-delay: 2s;
        }

        #downresultok span:nth-child(7) {
            animation-delay: 2.4s;
        }

        #downresultok span:nth-child(8) {
            animation-delay: 2.8s;
        }

        #downresultok span:nth-child(9) {
            animation-delay: 3.2s;
        }

        #downresultok span:nth-child(10) {
            animation-delay: 3.6s;
        }

        #downresultok span:nth-child(11) {
            animation-delay: 4s;
        }

        #downresultok span:nth-child(12) {
            animation-delay: 4.4s;
        }

        #downresultok span:nth-child(13) {
            animation-delay: 4.8s;
        }

        #downresultok span:nth-child(14) {
            animation-delay: 5.2s;
        }

@keyframes shan {
    0%,100% {
        color: white;
        text-shadow: 0 0 1px red, 
                    0 0 2px red, 
                    0 0 4px red, 
                    0 0 6px red, 
                    0 0 8px red, 
                    0 0 10px red, 
                    0 0 12px red, 
                    0 0 14px red, 
                    0 0 16px red, 
                    0 0 18px red, 
                    0 0 20px red;
    }

    30%,90% {
        color: transparent;
        text-shadow: none;
    }
}
