html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin: 0;padding: 0;font-weight: normal;}
input,select,textarea{margin: 0;padding: 0}
input,select{vertical-align: middle}
ul,ol{list-style: none}
ul,ol,li,dl,dt,dd,pre,form,fieldset,img,div{ margin: 0px; padding: 0px; border: none; }
img{ vertical-align: middle; border-style: none; max-width: 100%;}
textarea{resize: none}
a{text-decoration: none}
em{font-style: normal}
html{font-size: 100%;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%}
*,*::after,*::before{-webkit-box-sizing: border-box; box-sizing: border-box; }
.clear{clear: both}
.clearfix,.w{zoom: 1}
.clearfix:after,.w:after{content: ".";display: block;overflow: hidden;height: 0;clear: both;visibility: hidden}
.fl{float: left}
.fr{float: right}
html,body{ font-size: 14px; width: 100%; line-height: 186%; color:#333; font-family:'DingTalkJinBuTi Regular','Microsoft YaHei',Arial,Helvetica,sans-serif;}
/**{ moz-user-select: -moz-none;  -moz-user-select: none;  -o-user-select:none;  -khtml-user-select:none;  -webkit-user-select:none;  -ms-user-select:none;  user-select:none; }*/

.filletBox { -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}

/* links */
a{color:#333; text-decoration:none; outline:none !important; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
a:hover{color:#1a73e8; text-decoration:none;} a:focus{outline:thin dotted;} a:hover,a:active{outline:0;}
a, a:hover, a:focus { text-decoration: none; }

/* Header One Star */
.header-one { margin-bottom: 40px; text-align: center;}
    .header-one h2 { font-size: 28px; line-height: 28px; font-weight: normal; color: #333; text-transform: capitalize;}
    .header-one p { font-size: 15px; color: #777; margin: 10px 0 0 0; text-transform: capitalize;}
    .header-one p:before { content: ""; display: inline-block; margin-right: 25px; width: 82px; height: 5px; border-top: 1px solid #aaa;}
    .header-one p:after { content: ""; display: inline-block; margin-left: 25px; width: 82px; height: 5px; border-top: 1px solid #aaa;}
/* Header One End */

input[type="radio"] { margin: -2px 0 0;}
input[type="checkbox"] { margin: 6px 0 0;}

/* Scrollbar Star */
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c4c4c4;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
/* Scrollbar End */

/* Contents Star */
#contents { margin: 60px 0;}
/* Contents End */

/* List Info Star */
.list-info { }
    .list-info.margin { margin-top: 20px;}
    .list-info .head { line-height: 30px;}
    .list-info .head i { margin-right: 5px;}
    .list-info .head .title { float: left; font-size: 17px;}
    .list-info .head .title i { color: #1a73e8;}
    .list-info .head .page { float: right;}
    .list-info .head .page span { color: #1a73e8;}
    .list-info .list { margin-top: 10px;}
/* List Info End */

/* Add Info Star */
.add-info { }
/* Add Info End */

/* Button Info Star */
.button-info { margin: 30px auto 0 auto; text-align: center;}
    .button-info button { margin: 0 5px;  padding: 12px 30px;}
    .button-info button.back { outline: 0; border: none; background-color: #EEE; color: #1a73e8; overflow: hidden; font-weight: 500; font-size: 15px; line-height: 1; position: relative; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .button-info button.back:before {content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);-webkit-animation: wave 1.3s infinite;animation: wave 1.3s infinite;z-index: 1;}

    .button-info button.submit { outline: 0; border: none; background-color: #1a73e8; color: #FFF; overflow: hidden; font-weight: 500; font-size: 15px; line-height: 1; position: relative; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .button-info button.submit:before {content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);-webkit-animation: wave 1.3s infinite;animation: wave 1.3s infinite;z-index: 1;}
/* Button Info End */


/* List Table Star */
.list-table { }
    .list-table thead { font-weight: 700; background: #1a73e8; color: #FFF;}

    .list-table.table-bordered { border: 1px solid #1a73e8;}
    .list-table.table-bordered > thead > tr > th { border: 1px solid #3582e7;}
    .list-table.table-bordered > tbody > tr > td { border: 1px solid #ddd;}

    .list-table.table-bordered > tbody > tr > td .degree { font-size: 12px;}
    .list-table.table-bordered > tbody > tr > td .stage { font-size: 12px; margin: 0 5px 0 0;}
    .list-table.table-bordered > tbody > tr > td .major { color: #ec5050;}
    .list-table.table-bordered > tbody > tr > td .same { color: #ffa836;}
    .list-table.table-bordered > tbody > tr > td .minor { color: #bcbcbc;}

    .list-table.table-bordered > tbody > tr > td .label { font-weight: lighter;}
/* List Table Star */

/* List Detail Start */
.list-detail>td>a { display: block;}
    .list-detail .label { text-align: left; display: inline-block;}
/* List Detail End */

/* Form Section Start */
.form-section { height:32px; line-height:32px; background:#eee; overflow: hidden;}
    .form-section h4{ display:inline-block; float:left; line-height:32px; padding:0 24px 0 20px; background:#1a73e8; color:#fff; font-size:16px; position:relative;}
    .form-section h4:after{ border-color:#1a73e8 rgba(241,241,241,0); border-style:solid; border-width:0 16px 32px 0; position:absolute; right:-16px; top:0; width:0; content:"";}
    .form-section>span{ float:right; margin-right:10px;}
    .form-section .button { float: right;}
    .form-section .button a { padding: 0 20px; line-height: 32px; height: 32px; background: #1a73e8; color: #FFF; display: block;}
    .form-section .button i { margin: 0 5px 0 0;}
/* Form Section End */

/* Form Input Start */
.form-input { border-left: solid 1px #EEE; border-right: solid 1px #EEE; padding: 10px 10px 0 10px;}
    .form-input.bottom { border-bottom: solid 1px #EEE; }
    .form-input ul li { margin-right: 2%; float: left; width: 32.000000%; margin-bottom: 10px;}
    .form-input ul li.no { margin-right: 0;}

    .form-input ul li.full { margin-right: 0; width: 100%; float: none;}
    .form-input ul li img { max-width: none;}

    .form-input ul li .uploadimg,.form-input ul li .uploadfile { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
/* Form Input End */

.panel { border: solid 1px #EEE; border-radius:0; -webkit-box-shadow:none; box-shadow:none;}


.input-group-btn { position: relative;font-size: 0;white-space: nowrap;}

.form-list{}
    .form-list-group{position:relative; margin-bottom:10px;}
    .form-list-group>label{width:150px; position:absolute; left:0; top:0; font-weight:700; color:#666; text-align:right; line-height:34px;}
    .form-list-val{margin-left:150px; min-height:34px; line-height: 34px;}
    .form-list-val>p { margin-top: 0px;}
    .form-list-val .radio-inline{padding-top:5px;}
    .option-change-item{margin-top:20px; border-top:1px dotted #ccc; padding-top:20px;}
    .sel-inline.bootstrap-select.btn-group.form-control:not([class*=col-]){width:auto !important;}


/* Panel Start */
.panel-heading{border-bottom:1px solid #ecedf0; padding: 12px 15px 0 15px;}
    .panel-heading.table-ctrlbar{background:#f7f7f7; padding-bottom: 10px;}
    .panel-heading h3{display:inline-block; font-size:16px; height:24px;}
    .panel-heading h3 span{font-weight:normal;}
/* Panel End */


/* Form Format Txt Start */
.form-format-txt {}
    .form-format-txt .form-list-group{margin-bottom:0px;}
    .form-format-txt .form-list-group>label{color:#888;}
    .form-format-txt .form-list-val>p{line-height:34px;}
    .form-format-txt .form-group{margin-bottom:0px;}
    .form-format-txt .form-control{border:0; padding-top:7px; padding-bottom:7px; min-height:34px;}
    .form-format-txt .form-control[disabled], .form-format-txt .form-control[readonly], .form-format-txt fieldset[disabled] .form-control
    {background:transparent; cursor:default;}
    .form-format-txt .input-group-btn,.form-format-txt .input-group-addon{display:none;}
/* Form Format Txt End */

/* Loading Star */
.loading { font-size: 0; text-align: center; line-height: 10px; margin: 20px auto;}
    .loading i { margin: 0 9px; display: inline-block; vertical-align: top; width: 10px; height: 10px; background-color: #333; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;}

    .loading i:nth-of-type(1) {-webkit-animation: loading1 1s linear infinite;animation: loading1 1s linear infinite;}
    .loading i:nth-of-type(2) {opacity: .85;-webkit-animation: loading2 1s linear infinite;animation: loading2 1s linear infinite;}
    .loading i:nth-of-type(3) {opacity: .7;-webkit-animation: loading3 1s linear infinite;animation: loading3 1s linear infinite;}
    .loading i:nth-of-type(4) {opacity: .55;-webkit-animation: loading4 1s linear infinite;animation: loading4 1s linear infinite;}
    .loading i:nth-of-type(5) {opacity: .4;-webkit-animation: loading5 1s linear infinite;animation: loading5 1s linear infinite;}
    .loading i:nth-of-type(6) {-webkit-opacity: .25;animation: loading6 1s linear infinite;animation: loading6 1s linear infinite; }

    @keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7} }
    @keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55} }
    @keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4} }
    @keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25} }

    @-webkit-keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @-webkit-keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @-webkit-keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7}}
    @-webkit-keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55}}
    @-webkit-keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4}}
    @-webkit-keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25}}
/* Loading End */

/* Loading More Star */
.loading-more { margin: 0 auto; text-align: center;}
    .loading-more i { margin: 0 5px;}
    .loading-more a { text-transform: capitalize; display: block;  width: 160px; padding: 4px 0 2px 0;  text-align: center;  margin: 0 auto; border: 1px solid #DDD; background: #FFF; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    .loading-more a:hover { color: #FFF; background: #1a73e8; border: 1px solid #1a73e8; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
/* Loading More End */

/* Footer Star */
#footer { padding: 30px 0; border-top:1px solid rgba(0, 0, 0, 0.05);}
    #footer .copyright { text-align: center;}
/* Footer End */

/* Tool Input Star */
ul.tool-input { }
    ul.tool-input li { margin-bottom: 10px;}
    ul.tool-input li:last-child { margin-bottom: 0;}
    h1.file-titles { font-size:16px; font-weight: 600; margin: 0 0 5px 0;}
    h1.tool-titles { font-size:16px; font-weight: 600; margin: 0 0 10px 0;}
/* Tool Input End */

/* Tool Result Star */
.tool-result { margin-top: 30px;}
    .tool-result .tool-amount { font-size: 16px; display: block; width: 100%; margin: 0 auto 5px auto; padding: 0 0 5px 0; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content: left; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items: center; }
    .tool-result .tool-amount span {  color: #1a73e8; font-size: 18px; }
    .tool-result .tool-amount:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
/* Tool Result End */

/* Client Detail Star */
.client-detail { display: none;}
    .client-detail span { color: #999;}
/* Client Detail End */

/*超大文件上传进度*/
#percent-bg{position:relative;width:100%;height:20px;border:1px solid #CCC; line-height: 20px; color: #FFF; margin-top: 5px; background: #464646;}
    #percent{position:absolute;display:block;width:0;height:100%;left:0;background:#00a792;z-index:100;}
    #percent_num{position:absolute;display:block;width:30px;height:100%;left:50%;margin-left:-15px;z-index:200; text-align:center;}


/* Case Detail Star */
.case-detail { display: none;}
    .case-detail span { color: #999;}
/* Case Detail End */

/* List Adversary Star */
.list-adversary { margin-top: 5px;}
    .list-adversary .head { width: 100%; text-align: right; font-size: 16px; border-bottom: dotted 1px #f0f0f0; margin-bottom: 5px; padding-bottom: 5px;}
    .list-adversary .head i { margin-right: 6px; color: #1a73e8;}
/* List Adversary End */

/* List Litigant Star */
.list-litigant { margin-top: 5px;}
    .list-litigant .head { width: 100%; text-align: right; font-size: 16px; border-bottom: dotted 1px #f0f0f0; margin-bottom: 5px; padding-bottom: 5px;}
    .list-litigant .head i { margin-right: 6px; color: #1a73e8;}
/* List Litigant End */

.nopd { padding: 0;}

/* Query Drop Star */
.query-drop { display: none; overflow-y: auto; max-height: 110px; position: absolute; left: 0; top: 100%; z-index: 99999999; background: #FFF; width: 100%; border-top: solid 3px #014099; border-left: solid 1px #f0f0f0; border-right: solid 1px #f0f0f0; border-bottom: solid 1px #f0f0f0; padding: 10px;}
    .query-drop dl dd { padding: 5px 0; color:#333; cursor: pointer; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    .query-drop dl dd:hover { color: #014099;}
    .query-drop dl dd i { margin-right: 5px;}
/* Query Drop End */

/* Query Drop Ajax Star */
.query-drop-ajax { display: none; overflow-y: auto; max-height: 110px; position: absolute; left: 0; top: 100%; z-index: 99999999; background: #FFF; width: 100%; border-top: solid 3px #014099; border-left: solid 1px #f0f0f0; border-right: solid 1px #f0f0f0; border-bottom: solid 1px #f0f0f0; padding: 10px;}
    .query-drop-ajax dl dd { padding: 5px 0; color:#333; cursor: pointer; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    .query-drop-ajax dl dd:hover { color: #014099;}
    .query-drop-ajax dl dd i { margin-right: 5px;}
/* Query Drop Ajax End */


.list-detail .dropdown-menu > li > a { padding: 0; margin-left: 10px; display: inline-block;}
    .list-detail .dropdown-menu > li { padding: 3px 20px; display: block; white-space: nowrap;}
    .list-detail .dropdown-menu > li i { color: #3582e7;}
    .list-detail .dropdown-menu > li.divider { padding: 0;}

    .list-detail .dropdown-menu > li > a:hover,
    .list-detail .dropdown-menu > li > a:focus { color: #3582e7; text-decoration: none; background-color: transparent;}

/* Back To Top Star */
#back-to-top { position: fixed; cursor: pointer; z-index: 999999; bottom: 24px; right: 24px; display: block; transition: all 300ms ease-out; visibility: hidden; opacity: 0; text-align: center; width: 48px; height: 48px; line-height: 48px !important; font-size: 16px;border-radius: 150px;color: #014099;background-color: #ffffff;-webkit-box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08); behavior: url(ie-css3.htc);}
    #back-to-top.show { visibility: visible;opacity: 1;}
    #back-to-top:hover { color: #FFF; background: #014099;}
/* Back To Top End */

@-webkit-keyframes wave {
    0% {
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to {
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}@keyframes wave {
     0% {
         background: rgba(0, 0, 0, .25);
         transform: translateX(-50%) translateY(-50%) scale(0)
     }
     to {
         background: transparent;
         transform: translateX(-50%) translateY(-50%) scale(1)
     }
}

/* Ts Wobble Star */
@-webkit-keyframes ts-wobble {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes ts-wobble {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
/* Ts Wobble End */


@media screen and (max-width: 1920px){

}

@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){
    /* Contents Star */
    #contents { margin: 0;}
    /* Contents End */
}

@media screen and (max-width: 767px){

}
@media  (max-width: 450px) {

}