.warper{
    background: #fafafa;
    width:100%;
    min-width: 1200px;
    position:relative;
    min-height: 500px !important;
}

#tab-nav {
    display: flex;
    justify-content: center;
    /* position: relative;
    bottom: 91px; */
}

.list_tab {
    width: 1000px;
}

.deqr_container{
    width:1000px;
    margin:0 auto;
    display:-webkit-box;
    min-height: 436px;
    max-height: 520px;
}
.deqr_container h1{
    font-size: 18px;
    color: rgba(0, 0, 0, .65);
    position: absolute;
    top: 40px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width: 1000px;
    font-weight: 400;
}
.deqr_main{
    width: 100%;
    margin:0 auto;
    text-align:center;
    display:inline-block;
}
.deqr_main ul{
    display:inline-block;
}
.deqr_main ul li{
    float:left;
    width:300px;
    margin-left:30px;
}
.deqr_main ul li .deqr_a{
    cursor: pointer;
    display: block;
    height: 200px;
    background-color: #ffffff;
    transition: box-shadow 300ms linear,-webkit-transform 300ms linear,-moz-transform 300ms linear,-o-transform 300ms linear,transform 300ms linear,background-color 300ms linear;
}
.deqr_main ul li .deqr_a:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    background-color: #fff;
}
.deqr_main ul li:first-child{
    margin-left:0;
}
.deqr_main .deqr_list_describe{
    width:300px;
    background:#fff;
    height:50px;
    line-height:50px;
}
.deqr_main .deqr_list_describe p{
    color:#333;
    font-size:18px;
}
.deqr_main .deqr_list_describe p:hover{
    color:#00c;
}
.deqr_main .deqr_upload{
    position:relative;
}
.deqr_main .deqr_upload .deqr_upload_img{
    width:300px;
    height:198px;
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
    font-size: 520px\9\0;
    overflow: hidden\9\0;
}
.deqr_main .deqr_url_show{
    text-align:center;
    display:none;
    width: 90%;
    margin: 0 5%;
    margin-top: 20px;
}
.deqr_main .deqr_url_show input{
    width: 60%;
    height:20px;
    line-height:20px;
    font-size:16px;
    border:none;
    font-family:Microsoft Yahei,"SimSun";
    display:inline-block;
    padding: 8px 10px;
    border:1px solid #eaeaea;
    outline: none;
}
.deqr_loading{
    margin-bottom:20px;
    text-align:center;
    display:none;
}
.deqr_loading .deqr_loading_img{
    background:url('//static.clewm.net/static/images/loading_a69a0a4.gif') no-repeat center;
    display:inline-block;
    padding:10px 35px;
    height:50px;
}
.deqr_prompt{
    height:30px;
    position:relative;
    display:none;
}
.deqr_prompt p{
    width:540px;
    line-height:20px;
    color:#a94442;
    text-align:center;
    font-size:18px;
    margin-top: 30px;
}
.deqr_prompt p.prompt_current{
    z-index:1;
}
.deqr_result {
    /* display:none; */
    width: 960px;
    margin: 50px auto 0;
    text-align: left;
    }
    .result_title {
        font-size: 18px;
    }
    .deqr_result ul {
        display: block;
        }
        .deqr_result ul li{
            padding:25px;
            border-bottom:1px solid #ccc;
            color:#333;
            width: 100%;
            margin-left:0;
            }
            .result_list_tilte{
                font-size:16px;
                font-weight:bold;
                margin-bottom:10px;
            }
            .deqr_result ul li .title1{
                color:#56a845;
            }
            .deqr_result ul li p{
                font-family:Microsoft Yahei,"SimSun";
            }

.resultmsg{
    margin-top:30px;
    margin-left:30px;
    margin-right:30px;
    height:338px;
    font-size:19px;
}
.resultmsg table{
    height:100%;
    width:100%;
}
.resultmsg table td{
    font-size:20px;
	line-height:30px;
	margin:2px auto;
	text-align:center;
}
.resultdialog .resultbtn{
    width:480px;
    margin:10px auto auto auto;
}
.resultdialog .resultbtn .btn {
	font-size:16px;
	color:#e6e6e6;
	font-weight:600;
	background:#666666;
	width:120px;
	height:35px;
	display:inline-block;
	cursor:pointer;
	line-height:35px;
	text-align:center;
	margin:0px 15px;
    padding: 0;
}
.deqr_logo{
    margin-top: 40px;
}
.deqr_logo_title{
    font-size: 16px;
    color: #777;
    margin-top: 20px;
}
.dno {
    display: none;
}

.cli_foot { border-top: 1px solid #eee;}
kbd { display: none;}

.scanner-wrapper {
    position: absolute;
    border: 1px dashed #d7dbdc;
    top: 0;
    left: 0;
}

.scanner-wrapper .scanner-tips {
    position: absolute;
    bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    z-index: 10;
}

.scanner-wrapper .scanner-switch {
    position: absolute;
    display: flex;
    right: 12px;
    bottom: 12px;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    margin-left: 8px;
}

.scan-switch-wrapper .switch {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
  }

.scan-switch-wrapper .switch input {
    display: none;
  }

.scan-switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 12px;
  }

.scan-switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

.scan-switch-wrapper input:checked + .slider {
    background-color: #00A13B;
  }

.scan-switch-wrapper input:checked + .slider:before {
    transform: translateX(12px);
  }

.scanner-autoScan-switch {
    position: absolute;
    display: flex;
    right: 12px;
    bottom: 12px;
    font-size: 12px;
    z-index: 10;
    margin-left: 8px;
}

.scanner-autoScan-switch div {
  color: #999 !important;
}

.scanner-autoScan-switch-wrapper {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.scanner-autoScan-switch-wrapper .switch {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
  }

.scanner-autoScan-switch-wrapper .switch input {
    display: none;
  }

.scanner-autoScan-switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 12px;
  }

.scanner-autoScan-switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

.scanner-autoScan-switch-wrapper input:checked + .slider {
  background-color: #00A13B;
}

.scanner-autoScan-switch-wrapper input:checked + .slider:before {
    transform: translateX(12px);
  }


.scanner {
  position: relative;
  overflow: hidden;
  display: none;
  width: 666px;
  height: 375px;
  background-color: #000;
}

.scanner-return-button {
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .scanner-return-button img {
    width: 24px;
    height: 24px;
  }

  .scanner-setting-button {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 50px;
    top: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .scanner-setting-button img {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    position: relative;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scanner-setting-button .desc {
    font-size: 10px;
    width: 100px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: -21px;
    visibility: hidden;
  }

  .scanner-fullscreen-button {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 8px;
    top: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .scanner-fullscreen-button img {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scanner-fullscreen-button .desc {
    font-size: 10px;
    color: #fff;
    position: relative;
    bottom: 1px;
    right: 1px;
    visibility: hidden;
  }

  .img-full-screen img {
    height: 32px !important;
    width: 32px !important;
    margin-left: 8px;
  }

  .img-full-screen {
    width: 48px !important;
  }


.scanner video {
    transform: rotateY(180deg);
    filter: brightness(0.7);
}

.scan-area-container {
    width: 50%;
    height: 100%;
    z-index: 1;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scan-area-container img {
    width: 36px;
    height: 36px;
}

.scan-area-container .content-bottom {
    align-items: end;
}


.scan-area {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  /* box-shadow: 0 0 100px 200px rgba(0, 0, 0, .7); */
}

.scan-area .scanner-result-wrapper {
    display: none;
    height: 100%;
    width: 100%;
    background: none;
    border: none;
}

.scan-area .scanner-result-wrapper .scanner-result-content-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.scan-area .scanner-result-content {
    width: 640px;
    height: 320px;
    padding: 0px 74.328px 16px 74.328px;
    flex-direction: column;
    position: relative;
    margin-bottom: 80px;
    border: none;
}

.scan-area .scanner-result-content .scanner-result-text {
    font-size: 22px;
    margin-bottom: 16px;
}

.scan-area .scanner-result-content .scanner-result-url {
    font-size: 22px;
    max-width: 640px;
}

.scan-area .scanner-result-footer {
    position: absolute;
    bottom: 24px;
    width: 100%;
    left: 0;
    color: rgba(0, 0, 0, .45);
}

.scanner-result-footer {
  color: rgba(0, 0, 0, .45);
}

.scan-area-container::after {
  content: ' ';
  width: 100%;
  display: block;
  height: 0px;
  z-index: -1;
  position: absolute;
  /* animation: move 5s linear infinite, fadeInOut 5s linear infinite; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cb067+0,4caf50+50,4caf50+100&0.25+10,1+50,0.25+90 */
background: -moz-linear-gradient(left, rgba(76,175,80,0.25) 0%, rgba(76,175,80,0.25) 10%, rgba(76,175,80,1) 50%, rgba(76,175,80,0.25) 90%, rgba(76,175,80,0.25) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(76,175,80,0.25) 0%,rgba(76,175,80,0.25) 10%,rgba(76,175,80,1) 50%,rgba(76,175,80,0.25) 90%,rgba(76,175,80,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(76,175,80,0.25) 0%,rgba(76,175,80,0.25) 10%,rgba(76,175,80,1) 50%,rgba(76,175,80,0.25) 90%,rgba(76,175,80,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404caf50', endColorstr='#404caf50',GradientType=1 ); /* IE6-9 */
}


/* 定义淡入淡出效果 */
@keyframes fadeInOut {
  0%, 100% { opacity: 0; } /* 开始和结束时透明度为0，隐藏 */
  20%, 80% { opacity: 1; } /* 中间阶段透明度为1，显示 */
}

.scan-area .mark {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #3cb067;
  background: transparent;
}

.scan-area .top-left {
  top: -1px;
  left: -1px;
  border-color: #3cb067 transparent transparent #3cb067;
}

.scan-area .top-right {
  top: -1px;
  right: -1px;
  border-color: #3cb067 #3cb067 transparent transparent;
}

.scan-area .bottom-left {
  bottom: -1px;
  left : -1px;
  border-color: transparent transparent #3cb067 #3cb067;
}

.scan-area .bottom-right {
  bottom: -1px;
  right: -1px;
  border-color: transparent #3cb067 #3cb067 transparent;
}

#cameradialog {
    width: 600px;
    margin: 0 auto;
}

.deqr_main .toggle-deqr-type-tab .list-item {
    display: inline-block;
    position: relative;
    width: auto !important;
    padding: 0;
    margin: 0 10px !important;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    height: 32px;
    line-height: 18px;
    cursor: pointer;
}

.deqr_main .toggle-deqr-type-tab .list-item a {
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: block;
}

.deqr_main .toggle-deqr-type-tab .list-item.on {
    color: #3cb067;
}

.deqr_main .toggle-deqr-type-tab .list-item.on::after {
    display: block;
    position: absolute;
    content: ' ';
    width: 100px;
    height: 3px;
    background: #3cb067;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
}

.deqr-wrapper .uder-line {
    display: block;
    height: 3px;
    background:rgba(120,130,140,0.25);
    width: 640px;
    margin: 0 auto;
    /* position: relative;
    top: -3px; */
}

.deqr-content {
    width: 100%;
    margin: 0 auto;
    margin-top: 74px;
}

.deqr-content .deqr-box {
    width: 1000px;
    height: 180px;
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
    cursor: pointer;
    color: #666666;
}

.deqr-content .deqr-box:hover .deqr-url-tips-footer {
    color: #999;
}

.deqr-content .deqr-box:hover .deqr-url-tips-footer i {
    color: orange;
}

.deqr-content .deqr-box:hover .scanner-camera-tips-text {
    color: #999;
}

.deqr-content .deqr-box:hover .scanner-camera-tips-text i {
    color: orange;
}

.scanner-camera-tips-text i {
    height: 22px;
}

.deqr-content .deqr-box .icon {
    color: rgba(204,204,204,1);
}

.deqr-content .deqr-box .icon .icon-camera {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 200% 1400%;
    background-position: 0px -120px;
    background-color: #fff;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.deqr-content .deqr-box .icon .icon-url {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 200% 1400%;
    background-position: 0px -120px;
    background-color: #fff;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.deqr-content .deqr-box .title {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    user-select: none;
}

.deqr-content .deqr-box-camera {
    width: 666px;
    height: 375px;
    background: rgba(255,255,255,1);
    /* border: 1px dashed #d7dbdc; */
    cursor: pointer;
}

.deqr-content .deqr-box-camera .title {
    font-size: 17px;
    color: rgba(0, 0, 0, .65) !important;
    line-height: 22px;
    margin-top: 8px;
}

.deqr-content .deqr-box-camera .title h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .45) !important;
    line-height: 22px;
    margin-top: 8px;
}

.deqr-content .deqr-box-camera .icon {
    margin-top: 120px;
    color: rgba(204,204,204,1);
}

.deqr-content .deqr-box-url .deqr-url-desc {
    color: #999;
    padding-left: 12px;
}


.deqr-content .deqr-box-upload-img {
    width: 320px;
    height: 182px;
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
    cursor: pointer;
    color: #666666;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-left: 32px;
}

.deqr-content .deqr-box-upload-img .icon {
    color: #999;
}

.deqr-content .deqr-box-upload-img .title {
    width: 320px;
    height: 64px;
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: none;
    flex-direction: column;
    padding-left: 12px;
}

.camera-tips-link {
    color: #166bc7 !important;
    margin-left: 4px;
}

.camera-tips-link:hover {
    color: #144a78 !important;
}

.scanner-camera-tips-text {
    position: absolute;
    bottom: 64px;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.deqr-content .deqr-box-url {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 320px;
    height: 181px;
    margin-top: 12px;
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
    cursor: default;
    color: #999;
    /* padding-left: 24px; */
}

.deqr-content .deqr-box-url .icon {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: rgba(204,204,204,1);
}


.deqr-content .deqr-box-url .input-button-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* justify-content: flex-start; */
}

.deqr-content .deqr-box-url .input-button-wrapper .decode-btn {
    width: 70px;
    height: 32px;
    font-size: 14px;
    color: #00a13b;
    border-radius: 2px;
    border: 1px solid rgba(120, 130, 140, 0.25);
    background: #fff;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.deqr-content .deqr-item-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.deqr-content .deqr-item-left {
    margin-right: 16px;
    position: relative;
    height: 375px;
    width: 666px;
    background: rgba(255,255,255,1);
    /* border: 1px dashed #d7dbdc; */
}

.__type-url-content {
  position: relative;
}

.__type-url-content .input {
    text-align: left;
    width: 100%;
    padding: 16px 16px 0 16px;
    height: 130px;
    display: flex;
    /* align-items: center; */
    padding-left: 8px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    border: none;
    border-right: 0;
}

.__type-url-content .input textarea {
    background: transparent;
    border: 0 none;
    height: 116px;
    padding: 0;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    color: rgba(0, 0, 0, .85);
    resize: none;
}

.__type-url-content .input textarea::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .35) !important;
}

.__type-url-content .input textarea:focus::placeholder {
    color: rgba(0, 0, 0, .15) !important;
}

.__type-url-content .input textarea::-webkit-input-placeholder {
    color: #bbb;
    font-weight: 400;
}

.__type-url-content .input textarea::-moz-input-placeholder {
    color: #bbb;
    font-weight: 400;
}

.__type-url-content .input textarea::-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
}

.__type-url-content .disabled-decode {
    background: #A6D6A8;
    cursor: default;
}

.deqr-result {
    position: relative;
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}

.deqr-result .result-title {
    text-align: left;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.deqr-result .result-content {
    width: 800px;
    border-radius: 2px;
    padding: 20px;
    background: white;
    margin-top: 6px;
    margin-bottom: 70px;
}

.deqr-result .result-content .result {
    display: inline-block;
    line-height: 20px;
    width: 606px;
    text-align: left;
}

.deqr-result .result-content .operate {
    display: inline-block;
    line-height: 20px;
    text-align: left;
}

.deqr-result .result-content .operate span {
    cursor: pointer;
    color: #357BB3;
    font-size: 14px;
}

.deqr-result .result-content .operate .generate {
    margin-left: 32px;
}

.deqr-box.on {
    border-color: #3cb067;
}

.deqr-box.on .title {
    color: #3cb067;
}

.deqr-box.on div,
.deqr-box.on i {
    color: #3cb067;
}

.deqr-content .deqr-box.on .icon .icon-camera {
    background-position: -40px -120px;
}

.deqr-content .deqr-box:hover {
    border-color: #3cb067;
}

.deqr-content .deqr-box:hover div,
.deqr-content .deqr-box:hover i {
    color: #3cb067;
}

.deqr-content .deqr-box:hover .icon .icon-camera {
    background-position: -40px -120px;
}

#filedatacode {
    position: fixed;
    top: -300px;
    right: -400px;
}

.copy-success-tip {
    display: none;
    left: 50%;
    top: -24px;
    z-index: 2147483647;
    min-width: 200px;
    min-height: 35px;
    border-radius: 4px;
    font-size: 12px;
    color: rgb(49, 112, 143);
    box-sizing: border-box;
    position: absolute;
    line-height: 1.5em;
    text-align: center;
    padding: 8px 25px;
    background: rgb(188, 223, 241);
    transform: translateX(-50%);
    border: 1px solid rgb(160, 202, 214);
}

.result-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 20;
}

.result-wrap .decode-result {
    position: absolute;
    width: 600px;
    background: white;
    border-radius: 4px;
    z-index: 21;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
}

.result-wrap .decode-result .title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: rgba(55, 55, 55, 1);
}

.result-wrap .decode-result .result-outer {
    background: rgba(247,249,247,1);
    border-radius: 4px;
    margin: 24px;
    padding: 12px 16px;
}

.result-wrap .decode-result .result {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.result-wrap .decode-result .operate {
    text-align: center;
    position: relative;
}

.result-wrap .decode-result .operate .btn {
    height: 32px;
    line-height: 1;
    padding: 0;
    width: 118px;
    font-size: 14px;
}

.result-wrap .decode-result .operate .op-generate {
    margin-right: 8px;
    border: 1px solid #3cb067;
    background: white;
    color: #3cb067;
}

.result-wrap .decode-result .operate .op-generate:hover {
    color: white;
    background: #3cb067;
}

.result-wrap .decode-result .operate .op-generate:focus {
    background: white;
    box-shadow: none;
    color: #3cb067;
}

.result-wrap .decode-result .operate .op-generate:active {
    color: white;
    background: #3cb067;
}

.result-wrap .decode-result .operate .op-copy {
    margin-left: 8px;
}

.result-wrap .decode-result .tip {
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin-top: 11px;
    margin-bottom: 12px;
    opacity: 0;
    user-select: none;
}

.result-wrap .decode-result .tip i {
    position: relative;
    top: 1px;
    color: #3cb067;
    margin-right: 4px;
}

.result-wrap .close-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
}

.scanner-result-wrapper {
    display: none;
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
}

.scanner-result-wrapper .scan-again-button {
    margin-top: 16px;
    width: 104px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #00a13b;
    margin-right: 16px;
    color: #00a13b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}

.scanner-result-wrapper .scan-again-button:hover {
  background: #008c33;
  border-color: #1cad4c;
  color: #fff;
}

.scan-action-btns-wrapper {
  display: flex;
}

.scan-button-go-home {
  margin-top: 16px;
  width: 104px;
  height: 34px;
  background-color: #00a13b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.scan-button-go-home:hover {
  background-color: #008c33;
}

.upload-dropzone-result-wrapper .text-wrapper p {
  display: block;
  margin-bottom: 12px;
}

.upload-dropzone-result-wrapper .title-text {
  margin-left: 12px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.upload-dropzone-result-wrapper .copy-area {
  display: block;
  margin-left: 4px;
  cursor: pointer;
  position: relative;
  z-index: 20;
  top: 4px;
}

.deqr-url-result-wrapper .text-wrapper {
  display: flex;
}

.deqr-url-result-wrapper .title-text {
  margin-left: 12px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.deqr-url-result-wrapper .copy-area {
  display: block;
  margin-left: 4px;
  cursor: pointer;
  position: relative;
  z-index: 20;
}


.result-wrapper {
  max-width: 312px;
  padding: 16px 24px 0 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.upload-dropzone-result-wrapper .text-wrapper {
  display: flex;
  color: rgba(0, 0, 0, .85) !important;
}

.upload-dropzone-result-wrapper .title-text {
  color: rgba(0, 0, 0, .85) !important;
}

/* .upload-dropzone-result-wrapper .text-wrapper span {
  overflow : hidden;
  text-overflow: ellipsis;
  max-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
} */

.upload-dropzone-result-wrapper .deqr-action-btns-wrapper {
  display: flex;
  position: relative;
}

.upload-dropzone-result-wrapper .deqr-again-button {
  margin-top: 16px;
  width: 104px;
  height: 34px;
  background-color: #00a13b;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  z-index: 20;
}

.upload-dropzone-result-wrapper .deqr-again-button:hover {
  background: #008c33;
}

.upload-dropzone-result-wrapper .deqr-button-go-home {
  margin-top: 16px;
  width: 104px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #00a13b;
  margin-right: 16px;
  color: #00a13b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  z-index: 20;
}

.upload-dropzone-result-wrapper .deqr-button-go-home:hover {
  background-color: #008c33;
  border-color: #1cad4c;
  color: #fff;
}

.deqr-url-result-wrapper p {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.deqr-url-result-wrapper .deqr-action-btns-wrapper {
  display: flex;
}

.deqr-url-result-wrapper .deqr-again-button {
  margin-top: 16px;
  width: 104px;
  height: 34px;
  background-color: #00a13b;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
}

.deqr-url-result-wrapper .deqr-again-button:hover {
  background: #008c33;
}

.deqr-url-result-wrapper .deqr-button-go-home {
  margin-top: 16px;
  width: 104px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #00a13b;
  margin-right: 16px;
  color: #00a13b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
}

.deqr-url-result-wrapper .deqr-button-go-home:hover {
  background-color: #008c33;
  border-color: #1cad4c;
  color: #fff;
}

#scanVideoNew {
  position: relative;
  bottom: 75px;
}

.scanner-result-content {
    display: flex;
    width: 666px;
    height: 375px;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
}

.tab-box-wrapper {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.tab-box-wrapper .tab-box-content {
    width: 850px;
    display: flex;
}

.tab-box-wrapper .tab-box-content div {
    margin-left: 40px;
    height: 50px;
    line-height: 50px;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.tab-box-wrapper .tab-box-content a:hover {
    color: #008C33;
}

.tab-box-wrapper .tab-box-content a {
    color: #666;
}

.tab-box-wrapper .tab-box-content .active {
    margin-left: 40px;
    height: 50px;
    line-height: 50px;
    width: 56px;
    font-size: 14px;
    color: #008C33;
}

.deqr-body-container {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.header-action-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-action-container .header-action-wrapper {
    display: flex;
    width: 100%;
    font-size: 14px;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding-bottom: 4px;
}

.header-action-container .header-action-wrapper .header-btn {
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}

.header-action-container .header-action-wrapper .header-btn:hover {
  color: #008C33;
}

.header-action-container .header-action-wrapper div {
    margin-left: 12px;
}

.scan-list-content {
    width: 666px;
    position: relative;
    bottom: 24px;
}

.scan-list-content .scan-list-item {
    display: flex;
    padding: 12px 12px 12px 24px;
    margin-bottom: 8px;
    width: 666px;
    height: 116px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

.scan-list-content .scan-list-item:hover {
    /* box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1); */
    background-color: #FAFAFA;
    transition: 0.5s all ease;
}

.scan-list-content .scan-list-default {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 336px;
    padding-top: 48px;
}

.scan-list-content .scan-list-default img {
    height: 200px;
    width: 200px;
    position: relative;
    left: 24px;
    border: none !important;
    cursor: default !important;
}

.scan-list-default-title {
    font-size: 14px;
    color: #666;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
}

.scan-list-default-desc {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 18px;
    text-align: center;
}



.scan-list-item .scan-list-item-left {
    display: flex;
    width: 100px;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

.scan-list-item .scan-list-item-left img {
    width: 62px;
    height: 62px;
    cursor: default !important;
}

.scan-list-item .scan-list-item-right {
    width: 910px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}
.scan-list-item .scan-list-item-type {
  margin-right: 8px;
}

.scan-list-item .scan-list-item-right .scan-list-item-title {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    max-width: 545px;
    margin-bottom: 4px;
}

.scan-list-item .scan-list-item-right .scan-list-item-title .title-text {
    /* Limit the text to two lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    /* Required to show ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
}

.scan-list-item .scan-list-item-right .scan-list-item-title img {
  height: 16px;
  width: 16px;
}

.scan-list-item .scan-list-item-right .scan-list-item-title .copy-logo {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  position: relative;
  bottom: 1px;
}

.scan-list-item .scan-list-item-right .scan-list-item-title .copy-logo img {
  cursor: pointer !important;
  border: none;
}

.scan-list-item .scan-list-item-right .footer {
    display: flex;
    justify-content: space-between;
}

.scan-list-item .scan-list-item-right .footer .desc {
  font-size: 12px;
    color: rgba(0, 0, 0, .45);
}

.scan-list-item-right .footer .action {
    display: flex;
    justify-content: space-around;
    width: 164px;
}

.scan-list-item-right .footer .action div {
    font-size: 12px;
    color: rgba(0, 0, 0, .65);
    cursor: pointer;
}

.scan-list-item-right .footer .action div:hover {
  color: #008C33;
}

/* .scan-list-item-right .footer .action div:hover {
    color: #144a78;
} */


.scanner-result-text {
    font-size: 16px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .65);
}

#scan-time-number {
    margin-left: 4px;
    margin-right: 4px;
}

#scan-time-number-out {
  margin-left: 4px;
  margin-right: 4px;
}


.scanner-result-url {
    font-size: 16px;
    max-width: 350px;
}
.scanner-result-footer {
    position: absolute;
    width: 100%;
    bottom: 12px;
}

.cannot-deqr-tip-icon {
    color: orange;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 4px;
    position: relative;
    bottom: 1px;
}

.upload-dropzone-footer .cannot-deqr-tip-icon {
  color: orange;
  height: 20px;
  display: flex;
  align-items: center;
  margin-right: 4px;
  position: relative;
  /* top: 1px; */
}

.deqr-success-tip-icon {
    height: 16px !important;
    width: 16px !important;
    margin-right: 4px;
}

.btn-green {
    background-color: #3cb067;
    color: rgba(255,255,255,1);
}

.warn-tip {
    /* display: none; */
    margin-top: 20px;
    color: #999999;
}

.warn-tip i {
    color: #F5A622;
    margin-right: 4px;
}

.deqr-box .decoding {
    display: none;
    font-size: 14px;
    color: #999;
    margin-top: 26px;
}

.deqr-box .decoding-failure {
    position: absolute;
    bottom: 24px;
    left: 48px;
    display: none;
}

.deqr-box .decoding-failure i {
    color: #F5A622;
    margin-right: 4px;
}

.upload-container {
    width: 320px;
    height: 182px;
    cursor: pointer;
    position: relative;
    /* overflow: hidden; */
    background: rgba(255,255,255,1);
    border: 1px dashed #d7dbdc;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
  }

  .upload-container:hover {
    border-color: #3cb067;
    color: #3cb067;
  }

  .upload-container:hover .upload-dropzone-footer {
    color: #999;
  }

  .upload-container:hover div {
    color: #3cb067;
  }

  .upload-container input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  .upload-dropzone {
    width: 100%;
    height: 100%;
  }

  .upload-dropzone-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }


  .upload-dropzone-content-wrapper img {
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
  }

  .upload-dropzone-desc-wrapper {
    margin-left: 8px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .upload-dropzone-desc-wrapper div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, .65) !important;
  }

  .upload-dropzone-desc-wrapper h2 {
    color: rgba(0, 0, 0, .65) !important;
  }

  .upload-dropzone-desc-wrapper h3 {
    display: inline-block;
    margin-top: 12px;
    color: rgba(0, 0, 0, .45) !important;
  }


  .upload-dropzone-footer {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .upload-dropzone-footer img {
    margin-bottom: 0;
    margin-right: 4px;
  }

.deqr-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    display: inline-block;
}


.deqr-icon-camera {
    background-image: url('https://gstatic.clewm.net/caoliao-resource/231117/a9d81c3b_53325a5f_1689219301.png');
    background-position: 40px 0px;
}

.deqr-icon-url {
    background-image: url('https://gstatic.clewm.net/caoliao-resource/231117/a9d81c3b_e06bce47_1688372712.png');
    background-position: 40px 0px;
}

.deqr-url-tips-footer {
    position: absolute;
    height: 21px;
    bottom: 12px;
    line-height: 16px;
    left: 10px;
    display: flex;
    justify-content: center;
}

.deqr-url-tips-footer i {
    color: orange;
    height: 16px;
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.camera-decode-tip {
    font-size: 12px;
    color: #999;
    text-align: left;
    padding-top: 16px;
}

.scan-again {
    font-size: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    display: none;
    color: #357bb3;
    cursor: pointer;
}

.qr-style-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1001;
    overflow-y: scroll;
  }

  .qr-style-content {
    background-color: #fff;
    width: 1064px;
    height: 622px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    z-index: 1002;
    position: relative;
    margin: 70px auto;
  }

  .qr-style-content>.close {
    font-weight: 400;
    position: absolute;
    z-index: 1003;
    right: 16px;
    top: 17px;
    color: #000;
    cursor: pointer;
  }

  /* seo相关 */
  .deqr_main .toggle-deqr-type-tab .list-item a:hover {
    color: inherit;
  }

  /* 问答相关 */
.community-wrapper .content-box {
    max-width: 100% !important;
  }

  #tab-nav .tab-item{
    /* position: relative;
    top: 91.5px; */
    z-index: 1;
  }

  .tab-item.active a {
    color: #008C33;
  }

  #tab-nav li{
    /* position: relative;
    top: 91px; */
    z-index: 1;
    font-weight: 400;
  }

  .comment-lists-box.comment-lists-box-in-othter-page .comment-single:first-child{
    padding-top: 32px !important;
  }

  .comment-lists-box.comment-lists-box-in-othter-page .comment-single:first-child .comment-stats{
    top: 32px !important;
  }

  .pagination-box {
    padding: 24px 0 24px 68px;
  }

  .wordpress-article {
    width: 1000px;
  }

  .content-box {
    width: 666px !important;
    margin: 0 !important;
  }

  .tab_fixed .list_tab {
    width: 1000px !important;
  }

  #tab-nav .tab-item {
    cursor: pointer;
    position: relative;
    z-index: 10;
  }

  #tab-nav .tab-item:hover {
    color: #008C33;
  }

  .content-box {
    position: relative;
  }

  .confirmDeleteModal {
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirmDeleteModal label {
    display: block;
    margin-bottom: 8px;
  }

  .confirmDeleteModal input[type="text"],
  .confirmDeleteModal input[type="radio"] {
    margin-right: 8px;
  }

  .confirmDeleteModal button {
    margin-top: 16px;
  }

  .confirmDeleteModal .delete-confirmBtn {
    background-color: #00a13b;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 30px;
  }

  .confirmDeleteModal .delete-confirmBtn:hover {
    background: #008c33;
    border-color: #1cad4c;
    color: #fff;
  }

  .confirmDeleteModal .delete-cancelBtn {
    background-color: #fff;
    color: #008c33;
    border: none;
    width: 125px;
    height: 30px;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #00a13b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
  }

  .confirmDeleteModal .delete-cancelBtn:hover {
    background: #008c33;
    border-color: #1cad4c;
    color: #fff;
  }

  .confirmDeleteModalWrapper {
    background-color: #fff;
    display: flex;
    padding-top: 36px;
    flex-direction: column;
    align-items: center;
    height: 200px;
    width: 400px;
    z-index: 14;
    border-radius: 4px;
    position: relative;
    bottom: 80px;
  }

  .confirmDeleteModalWrapper .title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .confirmDeleteModalWrapper .desc {
    font-size: 12px;
    color: #666;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .confirmDeleteModalWrapper .btnWrapper {
    display: flex;
  }

  .confirmDeleteModalWrapper .closeIcon img {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #666;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .confirmEmptyModal {
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirmEmptyModal label {
    display: block;
    margin-bottom: 8px;
  }

  .confirmEmptyModal input[type="text"],
  .confirmEmptyModal input[type="radio"] {
    margin-right: 8px;
  }

  .confirmEmptyModal button {
    margin-top: 16px;
  }

  .confirmEmptyModal .empty-confirmBtn {
    background-color: #00a13b;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 30px;
  }

  .confirmEmptyModal .empty-confirmBtn:hover {
    background-color: #008c33;
  }

  .confirmEmptyModal .empty-cancelBtn {
    background-color: #fff;
    color: #008c33;
    border: none;
    width: 125px;
    height: 30px;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #00a13b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
  }

  .confirmEmptyModal .empty-cancelBtn:hover {
    background: #008c33;
    border-color: #1cad4c;
    color: #fff;
  }

  .confirmEmptyModalWrapper {
    background-color: #fff;
    display: flex;
    padding-top: 36px;
    flex-direction: column;
    align-items: center;
    height: 200px;
    width: 400px;
    z-index: 14;
    border-radius: 4px;
    position: relative;
    bottom: 80px;
  }

  .confirmEmptyModalWrapper .title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .confirmEmptyModalWrapper .desc {
    font-size: 12px;
    color: #666;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .confirmEmptyModalWrapper .btnWrapper {
    display: flex;
  }

  .confirmEmptyModalWrapper .closeIcon img {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #666;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .radio-group {
    display: flex;
    align-items: center;
  }

  .radio {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 36px;
    margin-top: 0 !important;
    cursor: pointer;
  }

  .radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 8px;
    outline: none;
    position: relative;
    bottom: 2px;
  }

  .radio input[type="radio"]:checked {
    background-color: #fff;
    border: 4px solid #00A13B;
  }

  .radio input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin: 2px;
  }

  .scanSettingModal {
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scanSettingModal input[type="text"],
  .scanSettingModal input[type="radio"] {
    margin-right: 8px;
  }

  .scanSettingModal button {
    margin-top: 16px;
  }

  .scanSettingModalWrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    z-index: 14;
    border-radius: 4px;
    position: relative;
    bottom: 80px;
  }

  .scanSettingModalWrapper .header {
    width: 100%;
    padding: 17px 24px 17px 24px;
    border-bottom: 1px solid #F1F2F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .scanSettingModalWrapper .header img {
    height: 16px;
    width: 16px;
    cursor: pointer;
  }

  .scanSettingModalWrapper .header .title {
    height: 16px;
    line-height: 16px;
    margin-right: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, .85);
  }

  .scanSettingModalWrapper .headerTextWrapper {
    width: 100%;
    padding: 24px 24px 0 24px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
  }

  .scanSettingModalWrapper .headerTextWrapper div {
    width: 124px;
  }

  .scanSettingModalWrapper .bottomTextWrapper {
    width: 100%;
    padding: 0 24px 0 24px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
  }

  .scanSettingModalWrapper .bottomTextWrapper div {
    width: 124px;
  }

  .scanSettingModalWrapper .scanGapWrapper {
    width: 300px;
    margin-left: 36px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .65);
  }

  /* .scanSettingModalWrapper .scanGapWrapper div {
    width: 125px;
  } */

  .scanSettingModalWrapper .scanGapWrapper .tippy-box {
    width: 112px;
  }

  .scanSettingModalWrapper .scanSoundWrapper {
    width: 100%;
    padding: 0 24px 0 24px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
  }
  .scanSettingModalWrapper .scanSoundWrapper div {
    margin-right: 33px;
  }

  .scanSettingModalWrapper .autoScanWrapper {
    width: 200px;
    padding: 0 0 0 24px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
  }

  .scanSettingModalWrapper .autoScanWrapper .switch-wrapper {
    margin-left: 19px;
  }

  .scanSettingModalWrapper .autoOpenWrapper {
    width: 100%;
    padding: 0 24px 0 24px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;

  }

  .autoScanContentWrapper {
    width: 600px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid #F1F2F3;
  }

  .scanSettingModalWrapper .autoOpenWrapper div {
    margin-right: 5px;
  }

  .scanSettingModalWrapper .btnWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 52px;
    width: 100%;
    padding: 10px 16px 10px 16px;
  }

  .scanSettingModalWrapper .btnWrapper .cancelBtn {
    width: 65px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    color: #008c33;
    border: 1px solid #00a13b;
    cursor: pointer;
  }

  .scanSettingModalWrapper .btnWrapper .cancelBtn:hover {
    background: #008c33;
    border-color: #1cad4c;
    color: #fff;
  }

  .scanSettingModalWrapper .btnWrapper .confirmBtn {
    width: 65px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    background: #00A13B;
    cursor: pointer;
    color: #fff;
    margin-left: 8px;
  }

  .scanSettingModalWrapper .btnWrapper .confirmBtn:hover {
    background: #008c33;
  }

  .scanSettingModalWrapper input {
    text-align: left;
    width: 210px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    background: #F7F8FA;
    border-radius: 4px 0 0 4px;
}

.scanSettingModalWrapper input {
    background: transparent;
    border: 1px solid #D9D9D9;
    height: 32px;
    font-size: 14px;
    width: 236px;
    line-height: 24px;
    color: rgba(0, 0, 0, .85);
}

.scanSettingModalWrapper input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .35) !important;
}

.scanSettingModalWrapper input:focus::placeholder {
    color: rgba(0, 0, 0, .15) !important;
}

.scanSettingModalWrapper input::-webkit-input-placeholder {
    color: #bbb;
    font-weight: 400;
}
.scanSettingModalWrapper input::-moz-input-placeholder {
    color: #bbb;
    font-weight: 400;
}
.scanSettingModalWrapper input::-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
}

.exportSettingModal {
  z-index: 22;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.exportSettingModal input[type="text"],
.exportSettingModal input[type="radio"] {
  margin-right: 8px;
}

.exportSettingModal button {
  margin-top: 16px;
}

.exportSettingModalWrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  z-index: 14;
  border-radius: 4px;
  position: relative;
  bottom: 80px;
}

.exportSettingModalWrapper .header {
  width: 100%;
  padding: 17px 24px 17px 24px;
  border-bottom: 1px solid #F1F2F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exportSettingModalWrapper .header img {
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.exportSettingModalWrapper .header .title {
  height: 16px;
  line-height: 16px;
  margin-right: 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
}

.exportSettingModalWrapper .exportFileNameWrapper {
  width: 100%;
  padding: 24px 24px 0 24px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}

.exportSettingModalWrapper .exportFileNameWrapper div {
  width: 124px;
}

.exportSettingModalWrapper .exportFileTypeWrapper {
  width: 100%;
  padding: 0 24px 0 24px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}
.exportSettingModalWrapper .exportFileTypeWrapper div {
  margin-right: 36px;
}

.exportSettingModalWrapper .exportDuringWrapper {
  width: 100%;
  padding: 0 24px 0 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1F2F3;
}

.exportSettingModalWrapper .exportDuringWrapper div {
  margin-right: 36px;
}

.exportSettingModalWrapper .exportSettingBottomWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 52px;
  width: 100%;
  padding: 10px 0 10px 16px;
}

.exportSettingModalWrapper .exportSettingBottomLeft {
  width: 150px;
  padding-left: 10px;
}

.exportSettingModalWrapper .exportSettingBottomLeft span {
  margin-left: 4px;
  margin-right: 4px;
  color: #00a13b;
}



.exportSettingModalWrapper .exportSettingBottomRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 52px;
  width: 100%;
  padding: 10px 16px 10px 16px;
}

.exportSettingModalWrapper .exportSettingBottomRight .cancelBtn {
  width: 65px;
  height: 32px;
  border-radius: 2px;
  display: flex;
  color: #008c33;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #00a13b;
  cursor: pointer;
}

.exportSettingModalWrapper .exportSettingBottomRight .cancelBtn:hover {
  background: #008c33;
  border-color: #1cad4c;
  color: #fff;
}

.exportSettingModalWrapper .exportSettingBottomRight .confirmBtn {
  width: 65px;
  height: 32px;
  border-radius: 2px;
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  background: #00A13B;
  cursor: pointer;
  color: #fff;
  margin-left: 8px;
}

.exportSettingModalWrapper .exportSettingBottomRight .confirmBtn:hover {
  background: #008c33;
}

.exportSettingModalWrapper input {
  text-align: left;
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  background: #F7F8FA;
  border-radius: 4px 0 0 4px;
}

.exportSettingModalWrapper input {
  background: transparent;
  border: 1px solid #D9D9D9;
  height: 32px;
  font-size: 14px;
  width: 236px;
  line-height: 24px;
  color: rgba(0, 0, 0, .85);
}

.exportSettingModalWrapper input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, .35) !important;
}

.exportSettingModalWrapper input:focus::placeholder {
  color: rgba(0, 0, 0, .15) !important;
}

.exportSettingModalWrapper input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
.exportSettingModalWrapper input::-moz-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
.exportSettingModalWrapper input::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

.scanner-header-text {
    position: absolute;
    color: #fff;
    font-size: 32px;
    top: 12%;
    left: 0;
    width: 100%;
}

.scanner-bottom-text {
    position: absolute;
    color: #fff;
    font-size: 24px;
    bottom: 18%;
    left: 0;
    width: 100%;
}

/* 分页区域的样式 */
.scan-list-pagination {
    margin-top: 2px;
    display: flex;
    justify-content: center;
  }

.scan-list-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 32px;
}

.scan-list-pagination-wrapper img {
    width: 20px;
    height: 20px;
    filter: invert(60%);
}

.scan-list-go-back-btn {
    height: 24px;
    width: 24px;
    position: relative;
    right: 16px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scan-list-go-forward-btn {
    height: 24px;
    width: 24px;
    position: relative;
    left: 8px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deqr-footer-info {
  position: absolute;
  visibility: hidden;
  bottom: 4px;
  width: 100%;
}

.deqr-footer-info a {
  color: rgba(0, 0, 0, .65);
}

.deqr-footer-info a :hover {
  color: #144a78 !important;
}

.scan-list-loading {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scan-list-loading img {
  height: 48px;
  height: 48px;
}

.scan-list-pagination a {
  font-size: 14px;
}

.scan-list-pagination .next,
.scan-list-pagination .prev {
  font-size: 12px;
}

.scan-list-pagination .place {
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height:24px;
  line-height: 22px;
  position: relative;
  left: 6px;
  color: #9b9b9b;
  font-size: 12px;
}

.scan-list-pagination .page-item,
.scan-list-pagination .prev,
.scan-list-pagination .next {
  margin-right: 8px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  user-select: none;
  width: 24px;
  height:24px;
  line-height: 22px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}

.scan-list-pagination .page-item.active {
  border: 1px solid rgba(76,175,80,1);
  color: #3cb067;
}

.scan-list-pagination .disabled {
  border: 1px solid #d9d9d9 !important;
  color: #d9d9d9 !important;
  cursor: not-allowed !important;
}

.scanner-camera-tips-text .cannot-deqr-tip-icon {
  bottom: 0;
  top: 4px;
  display: inline-block;
}

.upload-dropzone-result-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 100%;
  font-size: 16px;
  top: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, .85);
}

.upload-dropzone-result-wrapper p {
  line-height: 22px;
}

.deqr-url-result-wrapper {
  position: absolute;
  z-index: 14;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 16px;
  top: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, .85);
  border: 1px dashed #d7dbdc;
}

.deqr-url-result-wrapper p {
  line-height: 22px;
  max-width: 250px;
  /* margin-bottom: 16px; */
  display: block;
}

.scanner-line-animation {
  width: 100%;
  height: 4px; /* 设置父容器高度为8px */
  overflow: hidden; /* 隐藏超出容器大小的内容 */
  animation: move 2s linear infinite, fadeInOut 2s linear infinite;
}

.scanner-line-animation-inner {
  position: relative;
  width: 100%;
  height: 4px; /* 设置半圆的高度 */
  background: radial-gradient(circle at top 200px right 50%, rgb(9, 255, 0), transparent); /* 设置径向渐变背景 */
  border-radius: 100px 100px 0 0; /* 设置边框半径 */
}

.camera-loading-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, .65);
}

/* 定义淡入淡出效果 */
@keyframes fadeInOut {
  0%, 100% { opacity: 0; } /* 开始和结束时透明度为0，隐藏 */
  20%, 80% { opacity: 1; } /* 中间阶段透明度为1，显示 */
}

.dragin-placeholder {
  visibility: hidden;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  z-index: 24;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 2px dashed rgba(120, 130, 140, 0.25);
  background: rgba(255, 255, 255);
  font-size: 16px;
  color: rgba(0, 0, 0, .65);
  pointer-events: none;
}

.dragin-placeholder img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}


.dragin-placeholder .dragin-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dragin-placeholder-active {
  visibility: hidden;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  z-index: 25;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 2px dashed #008C33;
  background: rgba(242, 249, 245);
  font-size: 16px;
  color: rgba(0, 0, 0, .65);
  pointer-events: none;
}

.dragin-placeholder-active img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}


.dragin-placeholder-active .dragin-active-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.over-limit-info {
  margin-right: 8px;
  color: rgba(0, 0, 0, .45);
}

.over-limit-info div {
  display: flex;
  align-items: center;
}

.over-limit-info i {
  position: relative;
  top: 2px;
}

#scan-list-export img {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  cursor: pointer !important;
  border: none;
  filter: grayscale(1);
}

#scan-list-export {
  border-radius: 2px;
  border: 1px solid rgba(120, 130, 140, 0.25);
  background: #FFF;
  height: 26px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scan-list-export img {
  transition: none;
}

#scan-list-export:hover {
  border: 1px solid #008C33;
}

#scan-list-export:hover img {
  filter: grayscale(0);
}

.deqr-success-info-container {
  width: 260px;
  font-size: 14px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, .45);
}

.deqr-success-info-container img {
  position: relative;
  display: inline-block !important;
  bottom: 1px;
  border: none !important;
  cursor: default !important;
}

.blinking {
  animation: flashing 1.5s infinite; /* 使用动画来控制闪烁效果 */
}

@keyframes flashing {
  0%, 100% {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08); /* 第1和第4关键帧，保持初始背景颜色 */
  }
  50% {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2); /* 第2关键帧，背景颜色变暗 */
  }
}

.scan-list-length-wrapper {
  color: rgba(0, 0, 0, .45);
}

.scanner-autoScan-text {
  z-index: 15;
  pointer-events: none;
  position: absolute;
  top: 22px;
  font-size: 12px;
  color: #fff;
  right: 105px;
}

.copy-area img {
  height: 16px;
  width: 16px;
  z-index: 20;
  cursor: pointer !important;
}

.scan-list-item-go-home {
  position: relative;
}

.scan-list-item-go-home:hover .drop-down {
  display: block;
}

.scan-list-item-go-home .drop-down {
  position: absolute;
  left: -58px;
  bottom: calc(100% + 12px);
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 50;
  font-size: 12px;
  color: rgba(0, 0, 0, .65) !important;
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.scan-list-item-go-home .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  bottom: -7px; /* 调整这个值来控制角的垂直位置 */
  transform: translateX(-50%) rotate(45deg); /* 使伪元素旋转45度，形成角 */
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-right: 1px solid rgba(0, 0, 0, .05);
  z-index: -1; /* 将伪元素放在下方，避免覆盖内容 */
}

.deqr-url-result-wrapper .deqr-button-go-home {
  position: relative;
}

.deqr-url-result-wrapper .deqr-button-go-home:hover .drop-down {
  display: block;
}

.deqr-url-result-wrapper .deqr-button-go-home .drop-down {
  position: absolute;
  top: calc(100% + 12px); /* 修改这里的top属性 */
  left: 50%; /* 居中显示 */
  transform: translateX(-50%); /* 居中显示 */
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 1;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.deqr-url-result-wrapper .deqr-button-go-home .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  bottom: 27px; /* 将伪元素位置放在内容上方 */
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  transform: translateX(-50%) rotate(225deg); /* 使伪元素旋转45度，形成角 */
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  border-right: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  z-index: -5; /* 将伪元素放在下方，避免覆盖内容 */
}

.scan-button-go-home {
  position: relative;
}

.scan-button-go-home:hover .drop-down {
  display: block;
}

.scan-button-go-home .drop-down {
  position: absolute;
  top: calc(100% + 12px); /* 修改这里的top属性 */
  left: 50%; /* 居中显示 */
  transform: translateX(-50%); /* 居中显示 */
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 1;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.scan-button-go-home .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  bottom: 27px; /* 将伪元素位置放在内容上方 */
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  transform: translateX(-50%) rotate(225deg); /* 使伪元素旋转45度，形成角 */
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  border-right: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  z-index: -5; /* 将伪元素放在下方，避免覆盖内容 */
}

.copy-area {
  position: relative;
}

.copy-area:hover .drop-down {
  display: block;
}

.copy-area .drop-down {
  position: absolute;
  right: -32px;
  bottom: calc(100% + 12px);
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 50;
  font-size: 12px;
  color: rgba(0, 0, 0, .65) !important;
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.copy-area .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  bottom: -7px; /* 调整这个值来控制角的垂直位置 */
  transform: translateX(-50%) rotate(45deg); /* 使伪元素旋转45度，形成角 */
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-right: 1px solid rgba(0, 0, 0, .05);
  z-index: -1; /* 将伪元素放在下方，避免覆盖内容 */
}

.copy-logo {
  position: relative;
}

.copy-logo:hover .drop-down {
  display: block;
}

.copy-logo .drop-down {
  position: absolute;
  right: -32px;
  bottom: calc(100% + 7px);
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 50;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, .65) !important;
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.copy-logo .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  bottom: -7px; /* 调整这个值来控制角的垂直位置 */
  transform: translateX(-50%) rotate(45deg); /* 使伪元素旋转45度，形成角 */
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-right: 1px solid rgba(0, 0, 0, .05);
  z-index: -1; /* 将伪元素放在下方，避免覆盖内容 */
}

.deqr-box-camera .scanner-setting-button {
  z-index: 21;
  position: absolute;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 12px;
}

.deqr-box-camera .scanner-setting-button img {
  height: 16px;
  width: 16px;
}

.deqr-box-camera .scanner-setting-button .content {
  position: relative;
}

.deqr-box-camera .scanner-setting-button .content:hover .drop-down {
  display: block;
}

.deqr-box-camera .scanner-setting-button .content .drop-down {
  position: absolute;
  bottom: calc(100% + 24px); /* 修改这里的top属性 */
  right: -56px; /* 居中显示 */
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 30;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
  font-weight: 400;
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.deqr-box-camera .scanner-setting-button .content .drop-down span {
  z-index: 2;
}

.deqr-box-camera .scanner-setting-button .content .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  bottom: -7px; /* 调整这个值来控制角的垂直位置 */
  transform: translateX(-50%) rotate(45deg); /* 使伪元素旋转45度，形成角 */
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-right: 1px solid rgba(0, 0, 0, .05);
  z-index: -1; /* 将伪元素放在下方，避免覆盖内容 */
}

.upload-dropzone-result-wrapper .deqr-button-go-home {
  position: relative;
}

.upload-dropzone-result-wrapper .deqr-button-go-home:hover .drop-down {
  display: block;
}

.upload-dropzone-result-wrapper .deqr-button-go-home .drop-down {
  position: absolute;
  top: calc(100% + 12px); /* 修改这里的top属性 */
  left: 50%; /* 居中显示 */
  transform: translateX(-50%); /* 居中显示 */
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  z-index: 1;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
  display: none;
  cursor: default !important;
  transition: all .3s;
}

.upload-dropzone-result-wrapper .deqr-button-go-home .drop-down::after {
  content: ""; /* 必须设置content属性，但可以为空 */
  position: absolute;
  bottom: 27px; /* 将伪元素位置放在内容上方 */
  left: 50%; /* 将伪元素定位到父元素的水平中心 */
  transform: translateX(-50%) rotate(225deg); /* 使伪元素旋转45度，形成角 */
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  border-right: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  z-index: -5; /* 将伪元素放在下方，避免覆盖内容 */
}

.scanGapWrapper .select-placeholder {
  position: relative;
  bottom: 1px;
  margin-left: 12px;
  margin-right: 12px;
  height: 32px;
  width: 112px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding-left: 8px;
  position: relative;
  display: flex;
  align-items: center;
}

.scanGapWrapper .icon-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}

.scanGapWrapper .icon-area i {
  transition: all 0.3s;
}

.scanGapWrapper .icon-rotate i {
  transform: rotate(180deg);
  display: inline-block;
}

.scanGapWrapper .tippy-box {
  background: #fff;
  color: rgba(0, 0, 0, .85);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  bottom: 10px;
}

.scanGapWrapper .tippy-content {
  padding: 0;
}

.scanGapWrapper .tippy-box li {
  height: 24px;
  cursor: pointer;
  padding: 4px 8px 4px 8px;
}

.scanGapWrapper .tippy-box li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.switch-wrapper {
  position: relative;
  top: 2px;
}

.switch {
  margin-left: 8px;
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 12px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.switch-wrapper input:checked + .slider {
  background-color: #00A13B;
}

.switch-wrapper input:checked + .slider:before {
  transform: translateX(24px);
}

.auto-close-button {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  color: #fff;
  z-index: 15;
}


@media screen and (min-width: 1440px) {
  .warper {
    min-width: 1200px;
    min-height: 564px !important;
  }

  .foot-box {
    max-width: 1240px !important;
  }

  .deqr_container {
    width: 1200px;
  }

  .deqr-content .deqr-box-camera {
    width: 793px;
    height: 446px;
  }

  .upload-container {
    width: 422px;
    height: 213px;
  }

  .deqr-content .deqr-box-url {
    width: 422px;
    height: 213px;
    padding-left: 8px;
    margin-top: 20px;
  }

  .__type-url-content .input {
    width: 100%;
    height: 162px;
  }

  .__type-url-content .input textarea {
    height: 144px;
  }

  .deqr-content .deqr-box-camera .icon {
    margin-top: 164px;
  }

  .deqr-url-tips-footer {
    bottom: 19px;
    left: 20px;
  }

  .deqr-content .deqr-item-left {
    width: 793px;
    height: 446px;
  }

  .scanner {
    width: 793px;
    height: 446px;
  }

  .scanner-result-content {
    width: 793px;
    height: 446px;
  }

  .tab_fixed .list_tab {
    width: 1240px !important;
  }

  .list_tab {
    width: 1240px;
  }

  .w-1000 {
    width: 1240px
  }

  .scan-list-content {
    width: 793px;
  }

  .scan-list-content .scan-list-item {
    width: 793px;
  }

  .content-box {
    width: 793px !important;
  }

  .scan-list-item .scan-list-item-right .scan-list-item-title {
    max-width: 660px;
  }

  .wordpress-article {
    width: 1240px;
  }

  .upload-dropzone-result-wrapper .text-wrapper p {
    display: block;
    margin-bottom: 16px;
  }

  .upload-dropzone-result-wrapper {
    max-width: 330px;
  }

  .upload-dropzone-result-wrapper .result-wrapper {
    max-width: 330px;
  }

  .deqr-url-result-wrapper .result-wrapper {
    max-width: 330px;
  }

  .deqr-url-result-wrapper p {
    max-width: 330px;
  }
}

@media screen and (max-width: 1200px) {
  .warper {
    min-width: unset;
  }
}