body {
    position: relative;
    font: 12px/1.5 microsoft yahei,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f8f8f8;
    min-width: 1200px;
    color: #323232;
    min-height: 100%;
    box-sizing: border-box;
}

body, dd, dt, h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
}
button, input, select, textarea {
    font-size: 1em;
    font-family: inherit;
}
input {
    outline: none;
}

div {
    display: block;
}

label {
    cursor: default;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: inherit;
}

img {
    border: none;
    outline: none;
}

pre, xmp, plaintext, listing {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
    overflow: auto; 
}

user agent stylesheet
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}
user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}


.demo {
    font-size: 0;
}
.demo {
    padding: 83px 0;
    background-color: #fff;
}

.demo h1 {
    margin-left: 518px;
    font-size: 40px;
    line-height: 40px;
    /*text-align: center;*/
    font-family:MicrosoftYaHeiLight;
    color:rgba(0,0,0,1);
    margin-bottom: 60px;
    font-weight: lighter;
    /*-webkit-margin-before: 0.67em;*/
    /*-webkit-margin-after: 0.67em;*/
    /*-webkit-margin-start: 0px;*/
    /*-webkit-margin-end: 0px;*/
    color:#000
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.demo-tab {

    margin-bottom: 30px;
}

.demo-tab-wrap {
    text-align: center;
    margin-left: 165px;
    display: inline-block;
    border-radius: 5px;
    /*border: 1px solid #d5d5d5;*/
    font-size: 0;
}

.demo-tab a.cur {
    border: 1px solid #d05000;
    background:#d05000;
    color: #fff;
}
.demo-tab a:first-child {
    borde: none;
    margin-left: 0px;
}
.demo-tab a {
    margin-left: 30px;
    /*padding: 0 20px;*/
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #999999;
    font-size:16px;
    display: inline-block;
    width: 148px;
    height: 36px;
    float: left;
}

.demo .img-list {
    display: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.demo .img-list .img-wrap {
    opacity: .6;
    float: left;
    width: 100px;
    height: 90px;
}
.demo .img-list .img-wrap.active {
    opacity: 1;
}


.demo .img-list .img-wrap img {
    margin-right: 10px;
    width:90px;
    height:90px;
    border-radius: 90px;
    display: block;
    border: none;
    outline: none;
}

.tab-cont {
    display: none;
    position: relative;
}

.demo-opt {
    margin-right: 18px;
    width: 590px;
}
.demo-box {
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
}

.demo .img-preview {
    margin-bottom: 30px;
    height: 352px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    border-radius: 10px
}

.demo .img-preview label {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    padding: 0px  20px 0 20px;
    font-size:14px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #D2D2D2;
    border-width: 0 1px 1px 0;
    z-index: 1;
    border-radius: 10px 0 10px 0 ;
}

.demo .img-preview img {
    margin: auto;
    display: block;
    height: 100%;
}

.demo .img-preview .err-tip {
    display: none;
    font-size: 12px;
    color: #b2b2b2;
    text-align: center;
    margin-top: 120px;
}

.demo .img-preview .err-tip:before {
    content: '';
    display: block;
    width: 85px;
    height: 65px;
    margin: 0 auto 18px;
    background-image: url(../img/file_error.png);
    background-position: 0 -340px;
}

.demo .img-analysis {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.demo .img-analysis-rs {
    position: absolute;
}

.demo .img-analysis-rect {
    width: 0px;
    height: 0px;
    border: 2px solid #8FCE65;
    position: absolute;
}

.left-arrow:before{
    position: absolute;
    left: -8px;
    top: 6px;
    content: "";
    height: 0;
    width: 0;
    border-right: 8px solid #8FCE65;
    border-top: 8px dashed transparent;
    border-bottom: 8px dashed transparent;
}


.right-arrow:before{
    position: absolute;
    left: 125px;
    top: 6px;
    content: "";
    height: 0;
    width: 0;
    /*border-right: 8px solid #4cb050;*/
    border-top: 8px dashed transparent;
    border-bottom: 8px dashed transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.demo .img-analysis-item {
    border: 2px solid #8FCE65;
    width: 125px;
    height: 32px;
    line-height: 32px;
    font-weight: lighter;
    font-size:16px;
    color:#333333;
    text-align:center;
    /*text-align: left;*/
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 16px;
    /*padding: 0 13px;*/
    margin-bottom: 8px;
}

.demo .form-row .btn-upload {
    width: 195px;
}
.demo .form-row .btn {
    background-color: #d05000;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    vertical-align: bottom;
    padding:0px 2px;
}
.demo .form-row .btn-test {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.demo .form-row .ui-input-bg {
    border-radius: 3px;
}

.ui-input-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    transition: border-color .15s,background-color .15s;
}

.disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hidden {
    display: none!important;
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.demo .form-row label {
    margin: 0 5px;
}
.inputfile+label {
    margin: 0!important;
    cursor: pointer;
}

.demo .form-row .imgurl {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.demo .tips {
    font-size: 12px;
    color: #999999;
    /*margin-top: 10px;*/
}

.demo .form-row .ui-input input {
    box-sizing: border-box;
}

.ui-input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
}

.ui-input input {
    position: relative;
    width: 100%;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    outline: none;
    border: none;
    background: none;
    z-index: 1;
}

.demo .form-row-container{
    width: 1200px;
    text-align: center;
    /*margin-bottom: 10px;*/
}
.form-row-container-haft{
    text-align: center;
}

.demo .form-row .ui-input {
    padding-right: 120px;
}
.demo-opt .imgurl .ui-input {
    width: 357px;
}

.demo-rs {
    width: 580px;
    height: 352px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    vertical-align: top;
    position: relative;
    overflow-y: auto;
    border-radius: 10px;
}

.demo-rs .jmod-result {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 46px 44px;
    overflow-y: auto;
}

.demo-rs .jmod-result .err-tip{
    font-size: 12px;
    color: #b2b2b2;
    text-align: center;
    margin-top: 89px;
}
.demo-rs .jmod-result .err-tip:before{
    content: '';
    display: block;
    width: 84px;
    height: 65px;
    margin: 15px auto;
    background-image: url(../../static/img/file_error.png);
}

.demo-rs-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    padding: 0px  20px 0 20px;
    font-size:14px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #D2D2D2;
    border-width: 0 1px 1px 0;
    z-index: 1;
    border-radius: 10px 0 10px 0 ;
}
.demo-rs-label {
    z-index: 10;
}

.demo-rs .sec {
    margin-top: 20px;
}
.demo-rs .sec pre {
    margin: 0;
    font-family: microsoft yahei;
    border: none;
    background-color: #ffffff;
}
.demo-rs pre {
    margin: 0;
    font-family: microsoft yahei;
    background-color: #ffffff;
}

.demo-powerby {
    position: absolute;
    bottom: 0;
    right: 45px;
    color: #b2b2b2;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 12px;
}

.ui-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.ui-loading span:first-child {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: .13s;
    animation-delay: .13s;
}
.ui-loading span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: .26s;
    animation-delay: .26s;
}
.ui-loading span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: .39s;
    animation-delay: .39s;
}

.ui-loading span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: .52s;
    animation-delay: .52s;
}

.ui-loading span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.ui-loading span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: .78s;
    animation-delay: .78s;
}

.ui-loading span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: .91s;
    animation-delay: .91s;
}

.ui-loading span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

.ui-loading span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0033d9;
    position: absolute;
    -webkit-animation: a 1.04s ease infinite;
    animation: a 1.04s ease infinite;
}
@keyframes a
{
    0% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
.demo-box.compare {
    width: 590px;
    margin-right: 0;
}

.tab-cont .compare-row {
    text-align: center;
    margin-top: 48px;
}

.btn-compare {
    width: 200px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    background-color: #8FCE65;
    transition: background .3s ease;
}
.compare-result {
    width: 215px;
    height: 52px;
    background-image: url(../img/file_compare.png);
    background-position: 0 0;
    position: absolute;
    top: 152px;
    left: 490px;
    z-index: 10;
    text-align: center;
    display: none;
}

.jmod-compare-fail-result {
    width:372px;
    height:62px;
    background:rgba(255,255,255,1);
    border-radius: 12px;
    background-position: 0 0;
    position: absolute;
    top: 152px;
    left: 403px;
    z-index: 10;
    text-align: center;
    border: 1px solid #D2D2D2;
}

.jmod-compare-fail-result img {
    float: left;
    margin-left: 15px;
    width:22px;
    margin: 20px 12px 20px 22px;
    height:22px;
    line-height:62px;

}
.jmod-compare-fail-result p {
    float: left;
    width:288px;
    height:15px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(0,0,0,1);
    line-height:62px;

}

.compare-result p {
    color: #fff;
    font-size:20px;
    /*margin-top: 11px;*/
    line-height: 40px;
}

.compare-result .poweredby {
    font-size: 12px;
    margin: 0;
}

.demo .img-pos i {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #4affca;
}

.demo-box.face-search .jmod-result {
    padding: 20px 14px;
}

.demo-rs .sec-img {
    width: 120px;
    height: 120px;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.demo-rs .sec-img:nth-child(4n+1) {
    margin-left: 0;
}

.demo-rs .sec-img.origin p {
    background:rgba(0,0,0,0.3);
    /*opacity:0.3;*/
}

.demo-rs .sec-img p {
    text-align: center;
    font-size: 14px;
    /*background-color: rgba(0,82,217);*/
    line-height: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.demo-rs .sec-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}