/* banner */
.banner{
	width: 100%;
	height: 506px;
	margin-top:64px;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
}
.banner .title{
	width: 100%;
	font-size: 40px;
	text-align: center;
	color:rgba(255,255,255,.8);
	letter-spacing: 2.6px;
	padding: 165px 0 0;
	position: relative;
	z-index: 2;
}
.banner .title::after{
	content: '';
	width: 50px;
	height: 5px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 240px;
}

.banner .en{
	width: 100%;
	color:rgba(255,255,255,.16);
	font-size: 100px;
	font-family: 'Roboto-Bold';
	text-align: center;
	position: absolute;
	top: 108px;
	z-index: 1;
	display: none;
}
a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

/*修改弹窗的名称*/
.dlgMsg.docForm:before {
    content: '联系客服';
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 20px auto 0;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: 300;
}

.dlgMsg.docFail:before {
    content: '该单证超出在线体验范围，联系我们体验更多单证识别。';
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 20px auto 0;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: 300;
}

.ocr .banner {
    background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/banner-technology.jpg);
}

.ocr .banner .ai-box {
    position: absolute;
    right: 57%;
    top: 0;
    height: 100%;
}

@keyframes bgbulin {
    0% {
        opacity: .8;
    }

    25% {
        opacity: .9;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .9;
    }

    100% {
        opacity: .8;
    }
}

.ocr .banner .ai-box img {
    width: 330px;
    bottom: 40px;
    position: absolute;
    animation: 1s bgbulin linear infinite;
}

.ocr .banner .ai-box .line-con {
    width: 330px;
    height: 66%;
    overflow: hidden;
    position: relative;
}

.ocr .banner .line-con .moveline {
    position: absolute;
    left: 10%;
    top: 0;
    width: 12px;
    height: 120px;
    background: url(https://cdn.001.bailian-ai.com/web2/images/technology/ai-line.png) 0 0 no-repeat;
    z-index: 1;
}

@keyframes linemove {
    0% {
        opacity: 0;
        top: 100%;
    }

    50% {
        top: 50%;
        opacity: .7;
    }

    100% {
        opacity: 0;
        top: -60px;
    }
}

.ocr .banner .line-con .line1 {
    left: 10%;
    animation: linemove 11s linear infinite;
}

.ocr .banner .line-con .line2 {
    left: 18%;
    animation: linemove 5s linear infinite;
}

.ocr .banner .line-con .line3 {
    left: 21%;
    animation: linemove 11s linear infinite;
}

.ocr .banner .line-con .line4 {
    left: 74%;
    animation: linemove 13s linear infinite;
}

.ocr .banner .line-con .line5 {
    left: 82%;
    animation: linemove 13s linear infinite;
}

.ocr .banner .line-con .line6 {
    left: 10%;
    animation: linemove 11s linear infinite;
}

.ocr .banner .line-con .line7 {
    left: 18%;
    animation: linemove 5s linear infinite;
}

.ocr .banner .line-con .line8 {
    left: 21%;
    animation: linemove 6.5s linear infinite;
}

.ocr .banner .line-con .line9 {
    left: 74%;
    animation: linemove 9s linear infinite;
}

.ocr .banner .line-con .line10 {
    left: 82%;
    animation: linemove 5s linear infinite;
}


/* tabæè¿°æ¨¡å— */
.tabTitle {
    height: 120px;
    width: 100%;
    background: #335ad4;
}

.tabTitle ul li {
    float: left;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    opacity: 0.6;
}

.tabTitle ul li a {
    width: inherit;
}

.tabTitle ul li:nth-child(2) {
    background: #5173da;
    opacity: 1;
}

.tabTitle ul li img {
    margin-right: 25px;
}

.tabTitle ul li span {
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.tabDes {
    height: 414px;
    width: 100%;
    background: #5173da;
    color: #fff;
    position: relative;
    background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/technology-tab2-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.tabDes h1 {
    font-size: 40px;
    font-weight: 300;
    padding: 60px 0 40px;
}

.tabDes p {
    font-size: 20px;
    line-height: 36px;
}

.tabDes ul li {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    width: 200px;
    float: left;
    text-align: center;
    margin-top: 55px;
    cursor: pointer;
    border: 1px solid transparent;
}

.tabDes ul li a {
    color: #fff;
    width: inherit;
}

.tabDes ul li:hover {
    border: 1px solid #fff;
}

.tabDes ul li:last-child {
    border: 1px solid #fff;
    background: #4a6dd9;
    margin-left: -1px;
}

#triangle-up {
    bottom: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f3f7f9;
    margin-left: 488px;
}


/* åŠŸèƒ½æ¨¡å— */
.ocr {
    background-color: #f3f7f9;
}

.ocr .banner {
    width: 100%;
}

.ocr .banner img {
    width: 100%;
}


.ocr .content {
    width: 1200px;
    margin: 0 auto;
}

.ocr .content h3 {
    font-size: 40px;
    color: #484949;
    text-align: center;
    padding: 52px 0;
}

/*复杂单证识别开始*/
.complex-doc {
    width: 1292px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 84px;
}

.complex-doc h1 {
    font-size: 40px;
    color: #484949;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 28px;
}

.complex-doc h2 {
    font-size: 16px;
    color: #555555;
    text-align: center;
    margin-bottom: 34px;
}

.complex-doc .tabBig {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.complex-doc .tabBig span {
    padding: 12px 16px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #5781f0;
    cursor: pointer;
    line-height: 1;
}

.complex-doc .tabBig span.active {
    font-size: 14px;
    color: #fff;
    background: #5781f0;
    text-align: center;
}

.complex-doc .docMain {
    background: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

/*左侧canvas*/

.complex-doc .docMain .left {
    background: #fff;
    width: 800px;
    border-radius: 4px;
    position: relative;
}

.complex-doc .docMain .left .topMain {}

.complex-doc .docMain .left .topMain ul {
    background: #f5f5f5;
    overflow: hidden;
}

.complex-doc .docMain .left .topMain ul li {
    float: left;
    color: #2b2b2b;
    line-height: 40px;
    padding: 0 23px;
    cursor: pointer;
    font-size: 18px;
    position: relative;

}

.complex-doc .docMain .left .topMain ul li.active {
    color: #5781f0;
}

.complex-doc .docMain .left .topMain ul li span {
    position: absolute;
    top: 37px;
    left: 50%;
    height: 2px;
    border-top: 2px solid #5781f0;
    display: block;
    width: 43px;
    text-align: center;
    margin-left: -23px;
    display: none;
}

.complex-doc .docMain .left .topMain ul li.active span {
    display: block;
}

.complex-doc .docMain .left .ocrLoading {
    position: absolute;
    top: 0;
    left: 0;
    width: 799px;
    height: 724px;
    background: #fff;
    opacity: 0.9;
    background-image: url(https://cdn.001.bailian-ai.com/web2/images/technology/loading.gif);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 1;
}

.complex-doc .docMain .left .imageOCR {
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.complex-doc .docMain .left .imageOCR iframe {
    top: 0;
    position: absolute;
}

.complex-doc .docMain .left .imageOCR .labelTool {
    width: 40px;
    background: #f5f5f5;
    height: 684px;
    text-align: center;
}

.complex-doc .docMain .left .imageOCR .labelTool .iconfont {
    cursor: pointer;
    font-size: 18px;
}

.complex-doc .docMain .left .imageOCR .labelTool .line {
    width: 20px;
    border-top: 1px solid #e1e4e6;
    height: 1px;
    margin: 0 auto;
}

.complex-doc .docMain .left .imageOCR .labelTool .page {
    margin-top: 22px;
    margin-bottom: 10px;
}

.complex-doc .docMain .left .imageOCR .labelTool .zoomin {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.complex-doc .docMain .left .imageOCR .labelTool .zoomout {
    margin-bottom: 16px;
    text-align: center;
}

.complex-doc .docMain .left .imageOCR .labelTool .pageUp {
    margin-top: 16px;
    margin-bottom: 22px;
    text-align: center;
}

.complex-doc .docMain .left .imageAnnotate {
    width: 100%;
    height: 684px;
    position: relative;
}

.complex-doc .docMain .left .imageAnnotate canvas:nth-child(1) {
    background: #FAFBFC;
}

/*右侧识别结果*/

.complex-doc .docMain .right {
    width: 448px;
    margin-left: 8px;
    position: relative;
}

.complex-doc .docMain .right .alert {
    position: absolute;
    left: 0;
    background: rgb(233, 240, 251, 1);
    bottom: 50%;
    padding: 18px;
    display: none;
}

.complex-doc .docMain .right .alert .btn {
    text-align: center;
    margin-top: 20px;

}

.complex-doc .docMain .right .alert .close {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 20px;
    cursor: pointer;
}

.complex-doc .docMain .right .alert .btn button {
    line-height: 40px;
    border-radius: 50px;
    background: #5781f0;
    color: #fff;
    padding: 0 16px;
    border: 0;
    cursor: pointer;
    margin: 20px 0 10px;
}

.complex-doc .docMain .right .topMain {
    color: #2b2b2b;
    font-size: 18px;
    background: #f5f5f5;
    padding-left: 22px;
    line-height: 40px;
}

.complex-doc .docMain .right .fileds {
    padding: 0 16px;
    background: #fafbfc;
    max-height: 574px;
    overflow: auto;
    height: 574px;

}



.complex-doc .docMain .right .fileds .classify {
    font-size: 16px;
    line-height: 40px;
    padding: 11px 0;
}

.complex-doc .docMain .right .fileds .classify .title {
    color: #5781f0;
}

.complex-doc .docMain .right .fileds .classify .title span {
    color: #5781f0;
}

.complex-doc .docMain .right .fileds .classify .title em {
    background: url(https://cdn.001.bailian-ai.com/web2/images/technology/complex-doc-type.png) 0px 0px no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
}

.complex-doc .docMain .right .fileds .classify .classifyName {
    margin-left: 34px;
}

.complex-doc .docMain .right .fileds .filedsUl {
    padding-bottom: 10px;

}



.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li {
    line-height: 38px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li span {
    display: inline-block;
    vertical-align: middle;
}

.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li span em {
    display: inline-block;
    color: #5781f0;
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}

.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li .key {
    font-size: 16px;
    color: #5781f0;
    background: #e9effb;
    width: 154px;
    padding-left: 5px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-shrink: 0;
}

.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li .value {
    font-size: 16px;
    color: #2b2b2b;
    background: #fff;
    padding-left: 24px;
    flex: 1;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li .value.active {
    border: 1px solid #5781f0;
}

.complex-doc .docMain .right .fileds .filedsUl ul.singleValue li .value:hover {
    border: 1px solid #5781f0;
}


.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li {
    margin-bottom: 10px;
    display: flex;
}

.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li span em {
    display: inline-block;
    color: #5781f0;
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}

.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li .key {
    font-size: 16px;
    color: #5781f0;
    background: #e9effb;
    width: 154px;
    padding-left: 5px;
    min-height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;

}

.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li .values {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li .value {
    font-size: 16px;
    color: #2b2b2b;
    background: #fff;
    /*flex: 1;*/
    border: 1px solid #e2e2e2;
    cursor: pointer;
    line-height: 30px;
    padding: 4px 0 4px 24px;
    min-height: 40px;
}

.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li .value:hover {
    border: 1px solid #5781f0;
}

.complex-doc .docMain .right .fileds .filedsUl ul.mulValue li .value.active {
    border: 1px solid #5781f0;
}

.complex-doc .docMain .right .uploadFile {
    text-align: center;
}

.complex-doc .docMain .right .uploadFile .subhelp {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 20px;
    text-align: center;
}



.complex-doc .docMain .right .uploadFile #complex-upload {
    line-height: 40px;
    border-radius: 50px;
    background: #5781f0;
    color: #fff;
    padding: 0 16px;
    border: 0;
    cursor: pointer;
    margin: 20px 0 10px;
	font-size: 14px;
}