.iter {
    font-size: 36px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(2, 17, 41, 1);
    line-height: 24px;
    text-shadow: 2px 1px 2px rgba(2, 17, 41, 0.48);
    text-align: center;
}


.sys-struct {
    margin-top: -10px;
    font-size: 36px;
    font-family: Humanist777BT-BlackB;
    font-weight: 900;
    color: rgba(28, 41, 80, 1);
    line-height: 24px;
    opacity: 0.12;
}

/* åŠŸèƒ½ä»‹ç» */
.iter-text{
    margin-top: 50px;
    height: 250px;
}

.iter-txt{
    margin-top: 50px;
    height:17px;
    font-size:16px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(41,45,51,1);
    line-height:30px;
    text-align: center;
}

.iter-funs ul li {
    margin-top: 50px;
    margin-left: 000px;
    text-align: center;


}

.iter-funs ul  {
    display: inline-block;
}

.iter-funs{
    width: 800px;
    text-align: center;
    float: left;
    margin-left: 600px;
}



.iter-funs li {
    list-style: none;
}



/* åŠŸèƒ½ä½“éªŒ */
.iter-exp{
    margin-top: 50px;
    height:845px;
    background:rgba(245,246,250,1);
}
.detect-context{
    margin-top: 50px;
}
.h-1 {
    height: 20px;
}

.title {
    font-size: 34px;
    text-align: center;
}

.img-resp {
    background-color: white;
    height: 654px;
    margin: 0 auto;
    width: 1200px;
}

.img-info {
    width: 742px;
    height: 654px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
}

.img-show {
    height: 545px;
    width: 850px;
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: crimson;
}

.img {
    background: center center / cover no-repeat;
    position: relative;
    height: 445px;
}

.image-url {
    position: absolute;
    width: 510px;
    height: 26px;
    top: 480px;
    left: 10px;
    font-size: 16px;
    /*background-color: dimgray;*/
    color: chocolate;

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #393635;
    font-size: 16px;
}

.image-button {
    position: absolute;
    width: 100px;
    height: 32px;
    border-color: white;
    border: style 1px;
    top: 480px;
    left: 520px;
    background-color: blue;
;
    color: white;
    font-size: 16px;
}

.image-text {
    position: absolute;
    width: 100px;
    height: 12px;
    border-color: white;
    border: style 1px;
    top: 485px;
    left: 640px;
    color: white;
    font-size: 16px;
}

.image-local {
    position: absolute;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    top: 480px;
    left: 680px;
}

.image-local input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.res-json {
    position: relative;
    width: 450px;
    height: 700px;
    left: 750px;
}

#info {
    position: absolute;
    color: #fffdfb;
    font-size: 16px;
    height: 300px;
    width: 150px;
    margin: 6px;
    top: 120px;
    /*background-color: #1a81ed;*/
}

.face-demo {
    position: absolute;
    width: 742px;
    height: 444px;
    background: lightgray;
}

.face-list {
    position: absolute;
    width: 742px;
    height: 133px;
    /*background: crimson;*/
    margin-top: 464px;
    text-align: center;
}

/* url */
.detect-input{
    position: absolute;
    margin-top: 570px;
    margin-left: 20px;
}

input{
    width:376px;
    border: 1px solid #ccc;
    padding: 7px 0px;
    border-radius: 3px;
    padding-left:5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


.face-result {
    width: 742px;
    position: absolute;
    font-size: 24px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(2, 17, 41, 1);
    line-height: 42px;
    text-align: center;

}

.face-result1 {
    font-size: 20px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: lightslategray;
    line-height: 42px;
    text-align: center;
}

.face-img {
    width: 742px;
    height: 444px;
}

.result-info{
    padding:20px;
    margin:20px;
    position:absolute;
    width:127px;
    height:35px;
    background:rgba(0,0,0,0.36);
    border:1px solid rgba(2,17,41,1);
}
.result-info .res-info1{
    margin-left: 10px;
    font-size:24px;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:26px;
}
.result-info .res-info2{
    margin-left: 10px;
    font-size:18px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:24px;
}

.face-img-1 {
    width: 742px;
    height: 444px;
}

.local-update {
    width: 700px;
    height: 36px;
    text-align: center;
    margin-top: 30px;
}

.update-txt {
    /* margin-top: 20px;
    width: 120px;
    height: 36px;
    background: rgba(2, 17, 41, 1); */
    display: inline-block;
    background: rgba(2, 17, 41, 1);
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 7px 30px;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    top: 480px;
    left: 680px;
    font-size: 16px;
    margin-left: 5px;

}

.local-1 {
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(145, 148, 153, 1);
    line-height: 24px;

}

.local-rem {
    margin-left: 45px;
    margin-top: 20px;
    font-size: 12px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(145, 148, 153, 1);
    line-height: 24px;
}

.face-list-s {
    height: 92px;
    width: 148px;

}

/* åº”ç”¨åœºæ™¯ */

.application-scene{
    height: 490px;;
}
.scenarios{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.pro-name {
	font-size: 20px;
	font-family: PingFang-SC-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 20px;
}

.span3 {
	width: 184px;
	height: 88px;
	font-size: 16px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	margin-left: 120px;
	margin-top: 10px;
}


.scenarios .b .c {
    width: 423px;
    height: 445px;
    float: left;
    margin-right: 8px;
    margin-bottom: 40px;
    text-align: center;

}

.scenarios ul li {
    width: 223px;
    height: 445px;

}

.scenarios ul {
    display: inline-block;
}

.scenarios li {
    list-style: none;
}

.pro{
    width: 132px;
    height: 137px;
}

/* æŠ€æœ¯ç‰¹ç‚¹ */
.technical-chara {
    height: 430px;
    background: rgba(245, 246, 250, 1);
}

.technical {
    margin-left: 220px;
    margin-top: 70px;
    padding: 0px 0;
}

.technical ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 250px;
}

.technical ul li {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    list-style: none;
}

.technical ul li a {
    color: #999
}

.technical ul li.technical-tit a {
    font-size: 16px;
    color: #bababa;
}

.technical ul li.technical-tit {
    font-size: 24px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(43, 47, 51, 1);
    line-height: 47px;
}

.technical ul li.technical-text {
    font-size: 18px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(129, 140, 153, 1);
    line-height: 90px;
}


/* å…¶ä»–æŽ¨è */
.recommend {
    height: 70px;
    margin-left: 220px;
}

.other {
    font-size: 16px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.recom {
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(129, 140, 153, 1);
    line-height: 32px;
}