html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
}












#aisc{
    display: none;
    width: 100%;
    height: 100vh;
       position: fixed;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    
    
}

.aiimg{
    position: absolute;
    right: 20px;
    cursor: pointer;
    top:50%;
    font-size: 16px;
    background: transparent;
    transform: translateY(-50%);
    border: none;
}
.aiimg1{
 right: 121px;
}

.top{
  
    background:url("/static/index/images/mxl/AIBanner.png");
}
.top .title{
     background:none;
}
.top .title .content .titletop{
    text-shadow: 0px 4px 4px rgba(8, 11, 87, 0.25);
}
    :root {
        --border-color: #ccc;
        --text-color: #ccc;
    }

    .aibox {
     
        width: 1000px;

        border-radius: 20px 20px 0 0;

     margin: 183px auto 30px;
        display: grid;
        grid-template-rows: 50px 1fr;
        box-shadow: 0px 5px 28px rgba(172, 201, 255, 0.4);
    }
.aitable{
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 16px;
}
.aitable div{
    padding: 5px 10px;
}
.aitable .active{
    background: #7cccff;
    color: #fff;
}
    .aibox .aibox_header {
        
        position: relative;
        font-size: 22px;
        color: #fff;
        line-height: 60px;
        margin: 0 auto;
        font-weight: 400;
        margin-bottom: 40px;
        background: linear-gradient(90deg, #7cccff 11.08%, #66a0ff 23.31%);
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .aibox .aibox_bottom {
       background: #fff;
    }
    .aibox .aibox_bottom .aibox_bottom1{
       
         border: 1px solid var(--border-color);
        box-sizing: border-box;
        padding: 5px;
        background: #fff;
        /*display: grid;*/
        grid-template-columns: 300px 1fr;
    }
      .aibox .aibox_bottom > div{
        display:none;
    }
      .aibox .aibox_bottom > div.active{
        display: grid;
    }
    

    .aibox .aibox_bottom .boxl {
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid var(--border-color);
    }
        .aibox .aibox_bottom .boxl .btnbox input#message:focus{
           box-shadow:none !important;
        }
    .aibox .aibox_bottom .boxl .btnbox {
        
        border: 1px solid transparent;
          border-radius: 5px;
          background-clip: padding-box, border-box;
          background-origin: padding-box, border-box;
          background-image: linear-gradient(to top, #fff, #fff), linear-gradient(180deg, rgb(114,190,255), rgb(99,164,255));
        padding: 5px;
        box-sizing: border-box;
        position: relative;
    }

    .aibox .aibox_bottom .boxl .btnbox input#message {
        width: calc(100% - 25px);
        outline: 0;
        border: 0;
        padding-right: 20px;
    }



    .aibox .aibox_bottom .boxl .btnbox img#send {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        /*height: 15px;*/
    }



    .aibox .aibox_bottom .boxl #list {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px 10px;
        min-height: 300px;
        position: relative;
        /* display: none; */
    }

    .aibox .aibox_bottom .boxl #list .item {}

    .aibox .aibox_bottom .boxl #list .item label {
        display: block;
        width: 100%;
        height: 100%;

    }



    .aibox .aibox_bottom .boxl #list .item label input:checked~span {
        color: blue;
        border: 2px solid;
        border-image-source: linear-gradient(90deg, #0159FC 50%, #20CAEF 75.84%);
        border-image-slice: 1;
        background-clip: padding-box, border-box;
    }

    .aibox .aibox_bottom .boxl #list .item label span {
        /* color: blue; */
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        padding: 5px;
        width: 100%;
        font-size: 12px;
        height: 100%;
        border: 1px solid var(--border-color);
    }

    .aibox .aibox_bottom .boxl #list .item label input {
        display: none;
    }

.ailishi .item .jifen{
        display: flex;
      width: 80px;
       margin-left: auto;
    }

    .aibox .aibox_bottom .boxl #list .item label span {}


    .aibox .aibox_bottom .boxl .tijiao {
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--border-color);
        margin-top: 15px;
        background: linear-gradient(90deg, #00F0FF 0%, #2681FF 100%);
        color: #fff;
        display: none;

    }

    .aibox .aibox_bottom .boxl .huanyipi {
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--border-color);
        margin-top: 15px;
        background: linear-gradient(90deg, #00F0FF 0%, #2681FF 100%);
        color: #fff;
        display: none;
    }

    .aibox .aibox_bottom .boxl .jianyi {
        margin-top: 30px;
        color: #ccc;
        font-size: 14px;
    }



    .aibox .aibox_bottom .boxr {
        margin-left: 15px;
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid var(--border-color);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;

    }

    .aibox .aibox_bottom .boxr .boxr_title {
        border: 1px solid var(--border-color);
        padding: 5px;
        font-size: 14px;

    }

    .aibox .aibox_bottom .boxr .boxr_title .gjc {
        color: var(--text-color);
    }



    .aibox .aibox_bottom .boxr .boxr_title .cbox {
        display: flex;
    }




    .aibox .aibox_bottom .boxr .boxr_title .cbox .clist {}

    .aibox .aibox_bottom .boxr .boxr_title .cbox .clist .item {
        float: left;
        margin-bottom: 5px;
        position: relative;

    }

    .aibox .aibox_bottom .boxr .boxr_title .cbox .clist .item label {
        display: block;
        width: 100%;
        height: 100%;
    }

    .aibox .aibox_bottom .boxr .boxr_title .cbox .clist .item label input {
        display: none;
    }

    /* .aibox .aibox_bottom .boxr .boxr_title .cbox .clist .item label input:checked~span {
        color: #fff;
        background: blue;
    } */

    .aibox .aibox_bottom .boxr .boxr_title .cbox .clist .item label>span {
        float: left;
        background: #d3d3d3;
        padding-right: 10px;
        color: #707070;
        border-radius: 10px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .aibox .aibox_bottom .boxr .boxr_title .cbox .clist .item .sc {
        color: #101010;
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
    }


    .aibox .aibox_bottom .boxr .wztext {
        overflow-y: auto;
    max-height: 500px;
        position: relative;
        flex: 1;

    }
    .aibox .aibox_bottom .boxr .wztext img{
        width: 50%;
    }

    .aibox .aibox_bottom .boxr .wztext .textitem,.ailishi .item .itemb .textitem {
        border: 1px solid var(--border-color);
        font-size: 14px;
        margin-bottom: 20px;
        padding: 5px 5px 10px 5px;
        box-shadow: 0px 3px 8px rgba(172, 201, 255, 0.4);
    }

    .aibox .aibox_bottom .boxr .wztext .textitem.active,.ailishi .item .itemb .textitem.active {
        border: 2px solid;
        border-image-source: linear-gradient(90deg, #0159FC 50%, #20CAEF 75.84%);
        border-image-slice: 1;
        background-clip: padding-box, border-box;
    }

    .aibox .aibox_bottom .boxr .wztext .textitem .textitem_title,.ailishi .item .itemb .textitem .textitem_title{
        color: var(--text-color);
        margin-bottom: 12px;
        font-size: 12px;
    }



    .aibox .aibox_bottom .boxr .wztext .textitem .neirong ,.ailishi .item .itemb .textitem .neirong{
        font-size: 12px;
        line-height: 20px;
    }

    .aibox .aibox_bottom .boxr .btn {
        display: flex;
        justify-content: center;
        align-items: center;
    margin-top:20px;
    }

    .aibox .aibox_bottom .boxr .btn button {
        border: none;
        background: linear-gradient(90deg, #00F0FF 0%, #2681FF 100%);
        color: #fff;
        background-color: #fff;
        margin: 0 20px;
        text-align: center;
        width: 100px;
        padding: 5px 10px;
        cursor: pointer;

    }



    .el-loading-spinner {
        top: 50%;
        margin-top: -21px;
        width: 100%;
        text-align: center;
        position: absolute;
    }



    .el-loading-spinner .circular {
        height: 42px;
        width: 42px;
        animation: loading-rotate 2s linear infinite
    }

    .el-loading-spinner .path {
        animation: loading-dash 1.5s ease-in-out infinite;
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        stroke-width: 2;
        stroke: #409eff;
        stroke-linecap: round
    }

    @keyframes loading-dash {
        0% {
            stroke-dasharray: 1, 200;
            stroke-dashoffset: 0
        }

        50% {
            stroke-dasharray: 90, 150;
            stroke-dashoffset: -40px
        }

        to {
            stroke-dasharray: 90, 150;
            stroke-dashoffset: -120px
        }
    }
#list img{
   width: 100%; 
}
    @keyframes loading-rotate {
        to {
            transform: rotate(1turn)
        }
    }
    .ailishi{
          /*box-shadow: 0px 5px 28px rgba(172, 201, 255, 0.4);*/
         
          width: 1000px;
          margin:0 auto 30px;
            min-height: 500px;
          padding: 5px;
          box-sizing:border-box ;
    }
    .ailishi .item .itemt{
        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
      border-bottom: 1px solid var(--border-color);
      font-size: 14px;
      box-sizing: border-box;
      padding:5px 10px;
    }
    .ailishi .item .itemb{
        margin-top:10px;
    }
    .ailishi .item{
        
    }
    .ailishi .item .title{
        display: flex;
        width: 200px;
      
    }
    .ailishi .item .rq{
        margin-left:auto;
        width: 143px;
    }
     .ailishi .item .gjc{
        display: flex;
            width: 510px;
           
    }
    .ailishi .item .gjc div:first-child{
         
    }
   .ailishi .item .gjc div:last-child,.ailishi .item .title div:last-child{
flex: 1;
         overflow: hidden;
                        text-overflow:ellipsis;
                        white-space:nowrap;
    }
   
    .ailishi .item button:first-child{
         /*margin-left:30px;*/
    }
     .ailishi .item button:last-child{
         margin-left:10px;
    }
     .ailishi .item button{
        border: none;
         background: linear-gradient(90deg, #00F0FF 0%, #2681FF 100%);
    color: #fff;
    background-color: #fff;
    padding: 3px 5px;
    cursor: pointer;
     }
     .ailishi .btn{
        
         display: flex;
         justify-content: flex-end;
     }
     .ailishi .itemb .btn{
          
     }
     .ailishi .btn .fuzhi{
         margin-right: 40px;
         
     }
     .ailishi .textitem.active .fuzhi{
      display: block;
     }
      .ailishi .textitem .fuzhi{
          display: none;
          width: 100px;
      }
     .ailishi .textitem{
         
         display: flex;
         align-items: center;
         justify-content: space-between;
     }




















html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
    min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	overflow-x: auto;
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	
	color: #101010;
    background: #f0f0f1;
    
    --red: #CC0033;
    --black: #1d2327;
    --blue: #0099FF;
}

button { cursor: pointer; }

a { 
    color: #101010;
    text-decoration: none;
}

ul, ol { list-style: none; }

input, textarea { outline: none; }

.fieldset-container input, 
.fieldset-container button { -webkit-appearance: auto !important; appearance: auto !important; }

.bg-gray,
input[readonly] { background-color: #f2f2f2 !important; }

table { border-collapse: collapse; }

.hidden { display: none !important; }
.wzt_seohj_hidden { display: none !important; }
.d-block { display: block !important; }

.d-flex { display: flex !important; }

.page {
    width: 100%;
    position: relative;
}

.wztseo-welcome-container { height: 100%; }

.wztseo-wizard,
.wztseo-welcome-container {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wztseo-welcome-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    position: relative;
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    border: 1px solid #E8E8EB;
    box-shadow: 0 2px 10px #005ae033;
    padding: 70px;
}

.header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.body-content .form-header:not(:first-of-type) {
    margin-top: 25px;
}

.form-header {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.yindao-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    font-size: 14px;
    box-shadow: 0 2px 10px 0 #6a6a6a66;
    width: 265px;
    height: 66px;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    border-radius: 5px;
    transition: .15s;
}

.yindao-button:hover {
    color: #FFFFFF;
    background: var(--red);
}

.yindao-button + .yindao-button {
    margin-top: 30px;
}

.wztseo-wizard-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 900px;
}

.wztseo-wizard-progress li {
    color: white;
    width: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #dcdde1;
    cursor: pointer;
    
    position: relative;
}

.wztseo-wizard-progress li:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: calc(100% + 10%);
    width: 40px;
    height: 2px;
    border-radius: 3px;
    background: #dcdde1;
}

.wztseo-wizard-progress li.done,
.wztseo-wizard-progress li.done::before {
    background: var(--red);
}

.wztseo-wizard-container {
    margin: 40px auto 40px;
    max-width: 900px;
}

.wztseo-wizard-body {
    background-color: #fff;
    max-width: 900px;
    box-shadow: 0 2px 5px #0000000d;
}

.body-content {
    padding: 80px;
}

.body-footer {
    border-top: 1px solid #f0f0f1;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.body-footer > a:last-of-type {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 14px;
}

.wztseo-wizard-form { width: 100%; }

.form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.refuse-dir-group > div { 
    width: 100%;
}

.refuse-dir-group {
    flex-direction: column;
}

.flex-wrap { flex-wrap: wrap; }

.form-item + .form-item {
    margin-top: 25px;
    position: relative;
}

.form-item > span {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    text-align: right;
    flex-shrink: 0;
}

.address-area .form-item > span {
    width: 185px;
}

.flex-start { align-self: flex-start; }

.form-item input[type="text"],
.form-item input[type="number"] {
    margin: 0;
    padding: 0 8px;
    line-height: 2;
    color: #2c3338;
    flex: 1;
    min-height: 40px;
    border-radius: 3px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.form-item textarea {
    font-family: inherit;
    flex: 1;
    border-radius: 3px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 100px;
    resize: none;
    padding: 5px 10px;
}

.form-tip {
    font-size: 14px;
    margin-left: 10px;
}

.form-wrap-tip {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.75;
    color: #666666;
}

.zzts-tip {
    color: #666666;
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.75;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-left: 0;
}

.zzts-tip p + p { margin-top: 10px; }

.baidu-preview,
.baidu-preview-logo {
    width: 560px;
    font-size: 13px;
    line-height: 21px;
}

.baidu-preview h3,
.baidu-preview-logo h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: normal;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.wztkj_row { 
    display: flex;
    flex-wrap: wrap;
}

.align-center { align-items: center; }

.flex-column {
    flex-direction: column;
}

.justify-content-center { justify-content: center; }

.justify-content-between { justify-content: space-between; }

.col-40 { width: 40%; }

.col-60 { width: 60%; }

.col-50 { width: 50%; padding-left: 15px; padding-right: 15px; }

.col-100 { width: 100%; }

.row > .form-item + .form-item {
    margin-top: 0;
}

.top-middle { margin-top: 10px; }
.top-small { margin-top: 6px; }
.top-xsmall { margin-top: 4px; }

.span3 { width: 128px; margin-right: 16px; height: 87px; background: #e8e8e8; border-radius: 12px; }

.span9 { width: 416px; }

.color-gray { color: #9195A3; }

.color-gray2 { color: #626675; }

.content-right { 
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.body-btn {
    width: 110px;
    flex-shrink: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 24px;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: background-color .15s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    color: #FFFFFF;
    background: #a4adb3;
}

.body-btn-sm {
    width: 80px;
}

.body-btn.gray:hover,
.body-btn.red {
    color: #fff;
    border-color: var(--red);
    background: var(--red);
}

.body-btn.gray {
    color: #fff;
    border-color: #A4ADB3;
    background: #A4ADB3;
}

.next-step::after {
    content: "\2192";
    display: none;
}

.body-cancel::before,
.prev-step::before {
    content: "\2190";
    display: none;
}

.body-cancel:hover::before,
.prev-step:hover::before,
.next-step:hover::after {
    display: block;
}

.checkbox-group,
.radio-group { 
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-group input[type="checkbox"],
.radio-group input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.checkbox-group > label,
.radio-group > label {
    display: block;
    font-size: 13px;
    border: 1px solid #8c8f94;
    color: #666;
    padding: 2px 8px 2px 8px; 
    line-height: 30px;
    box-sizing: border-box;
    min-width: 70px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.has-gap .checkbox-group + .checkbox-group {
    margin-top: 15px;
}

.checkbox-group input[type="checkbox"]:checked + label,
.radio-group input[type="radio"]:checked + label {
    border-color: var(--blue);
    background: var(--blue);
    color: #FFFFFF;
}

.checkbox-group > label ~ label, .radio-group > label ~ label { margin-left: 8px; }

.icon-container {
    display: flex;
    align-items: center;
}
input[name="barPieRadioGroup"]{
    display: none;
}
.loading{
    padding: 0 !important;
}
.svg-icon {  
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #75F9FD;
    fill: #FFFFFF;
    right: 5px;
}
.svg-icon.duihao,.svg-icon.chahao{
    right: 182px;
}

.loading {
    fill: #101010;
    background: none;
}

.icon-done {
    padding: 3px;
}

.icon-close {
    background: #1d2327;
    padding: 5px;
}

.icon-wrap .font {
    font-size: 14px;
    min-width: 24px;
    text-align: center;
    color: #75F9FD;
}

.rotate-animate {
    animation: rotate 3s linear infinite;
}

.wztseo-wizard-form .fieldset-container {
    width: 100%;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}

.fieldset-intro {
    cursor: pointer;
}

.fieldset-intro:hover .intro {
    display: block;
}
.fieldset-intro:hover .wzt_webmaster_box_hd_ts_img{
        display: block;
}

.fieldset-intro .intro::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}

.fieldset-container .wzt_seo_keyss_tbs li:nth-child( n + 4 ) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-menu select {
    font-size: 14px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.fieldset-container + .fieldset-container {
    margin-top: 30px;
}

.wzt_switch { box-sizing: border-box; }

.wzt_optimal_box { margin-bottom: 0; }

.fieldset-container table {
    font-size: 13px;
}

.fieldset-container table th {
    font-size: 13px;
    font-weight: normal;
}

table a {
    color: #2271b1;
    font-size: 13px;
    transition-property: border,background,color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}

table a:hover {
    text-decoration: underline;
}

.step-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-list li {
    font-size: 15px;
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.step-list li + li::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 5px;
    width: 1px;
    height: 30px;
    background: var(--red);
}

.step-list li + li {
    margin-top: 30px;
}

.step-score {
    margin-top: 30px;
}

.step-score + h2 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.left-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--red);
}

.wzt_qcpopup_tips,
.wzt_qcpopup_key_container,
.tuli-container {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
}

.wzt_qcpopup_key_container input {
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}

.tuli-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

.tuli-inner.bing-tuli {
    width: 30%;
}

.tuli-inner img {
    width: 100%;
}

.close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 50px;
    cursor: pointer;
}

.close-icon img {
    width: 100%;
    height: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}