#main .text-input{
    margin: 0 0 0.88rem 0;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 0.72rem;
    border: 1px solid #DDDDDD;
    border-radius:5px;
}
#main .text-input > input{
    float: left;
    width: 70%;
    height: 1.6rem;
    border: none;
    outline: none;
    color: #AAAAAA;
}
#main .text-input > .title-num{
    float: right;
    font-weight: normal;
    color: #AAAAAA;
}
#main .text-input > .title-num.exceed{
    color: #FF0000;
}
/*历史检测记录表格 start*/
#main table.hist{
    table-layout: fixed;
    width: 100%;
}
#main table.hist th{
    color: #888888;
    font-size: 0.56rem;
    font-weight: normal;
    height: 1.6rem;
    border: 1px solid #DDDDDD;
}
#main table.hist td{
    position: relative;
    font-size: 0.48rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.6rem;
    padding: 0 0.4rem;
    border: 1px solid #DDDDDD;
}
#main table.hist td.simple{
    font-size: 0.64rem;
    color: #33A72D;
}
#main table.hist td.complex{
    font-size: 0.64rem;
    color: #FF4848;
}
#main table.hist td.processing{
    font-size: 0.64rem;
    color: #999;
}
#main table.hist td input{
    float: left;
    width: 78%;
    font-size: 0.48rem;
    border: none;
    outline: none;
}
#main table.hist td span{
    position: absolute;
    right: 0.5rem;
    display: inline-block;
    text-align: center;
    font-size: 0.48rem;
    color: #3B83FD;
    cursor: pointer;
}
#main table.hist .row1 {
    width: 20%;
}
#main table.hist .row2 {
    width: 20%;
}
#main table.hist .row3 {
    width: 10%;
}
#main table.hist .row4{
    width: 15%;
}
#main table.hist .row5{
    width: 35%;
    white-space: pre-wrap;
    text-overflow: initial;
}

@media screen and (max-width: 750px) {
    #main table.hist th, #main table.hist td{font-size: 0.96rem;height: 2.56rem;}
    #main table.hist td.simple, #main table.hist td.complex,#main table.hist td.processing{font-size: 0.96rem;}
    #main table.hist td input{width: 60%;}
    #main .text-input{margin: 0 0 0.88rem 0;font-size: 0.96rem;height: 3.32rem;line-height: 3.32rem;}
    #main .text-input > input{font-size: 1.12rem;height: 3.32rem;}
    #main .text-input > input::placeholder{font-size: 1.12rem;}
    #main .text-input > strong{font-size: 0.96rem;}
}
/*历史检测记录表格 end*/

/*步骤条 start*/
#main .bd .process-item{
    width: 33.33333333333333333%;
}
@media screen and (max-width: 750px) {
    #main .bd .process-item {width: 33.3333333333333333%;}
}
/*步骤条 end*/

/*生成标题弹窗 start*/

/*pc弹窗 start*/
.create-label-pc{
    padding: 2rem 1rem;
}
.create-label-pc .hd{
    height: 2.36rem;
    line-height: 1.36rem;
}
.create-label-pc .hd .introduce{
    float: left;
}
.create-label-pc .hd .introduce .pre{
    font-size: 0.56rem;
    color: #111111;
}
.create-label-pc .hd .introduce>b{
    display: inline-block;
    font-size: 0.56rem;
    font-weight: normal;
    color: #ffffff;
    height: 1.36rem;
    line-height: 1.36rem;
    width: 3rem;
    text-align: center;
}
.create-label-pc .hd .introduce>b.adopt{
    background-color: #33A72D;
}
.create-label-pc .hd .introduce>b.pass{
    background-color: #FF0000;
}
.create-label-pc .hd .introduce .des{
    display: inline-block;
    position: relative;
}
.create-label-pc .hd .introduce .des i{
    font-size: 0.56rem;
    color: #2878FF;
    padding-left: 0.4rem;
    cursor: pointer;
}
.create-label-pc .hd .introduce .des .des-l{
    line-height: 1.8;
    left: 0;
}
.create-label-pc .hd .introduce .des i:hover +.des-l{
    display: block;
}
.create-label-pc .hd .introduce .tips{
    margin-left: 0.4rem;
    color: #888888;
    font-size: 0.48rem;
}
.create-label-pc .hd .introduce .tips a{
    color: #3B83FD;
}
.create-label-pc .hd .btns{
    float: right;
}
.create-label-pc .hd .btns button{
    outline: 0;
    border-radius: 3px;
    font-size: 0.56rem;
}
.create-label-pc .hd .btns .report{
    width: 3.12rem;
    height: 1.36rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
}
.create-label-pc .hd .btns .report i{
    vertical-align: middle;
    padding-right: 0.2rem;
}
.create-label-pc .bd {}
.create-label-pc .bd .title-group{
    overflow: hidden;
}
.create-label-pc .bd .title-group .label{
    display: inline-block;
    height: 1.52rem;
    line-height: 1.52rem;
    font-size: 0.56rem;
    color: #111111;
}
.create-label-pc .bd .title-group .input-wrapper{
    display: inline-block;
    height: 1.52rem;
    line-height: 1.52rem;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.create-label-pc .bd .title-group .input-wrapper .title{
    display: inline-block;
    font-size: 0.56rem;
    color: #111111;
    padding: 0 0.32rem;
    outline: 0;
    border: 0;
    width: 23rem;
    background-color: #f5f5f5;
}
.create-label-pc .bd .title-group .input-wrapper .copy{
    display: inline-block;
    width: 3.28rem;
    text-align: center;
    font-size: 0.56rem;
    color: #3B83FD;
    border-left: 1px solid #dddddd;
    background-color: #F6F9FF;
}
/*pc弹窗 end*/

/*m弹窗 start*/
.create-label-m{
    padding: 1.48rem;
}
.create-label-m .hd{
    height: 3.8rem;
    line-height: 2.8rem;
}
.create-label-m .hd .introduce{
    float: left;
}
.create-label-m .hd .introduce .pre{
    font-size: 0.96rem;
    color: #111111;
}
.create-label-m .hd .introduce>b{
    display: inline-block;
    font-size: 0.96rem;
    font-weight: bold;
    color: #ffffff;
    height: 2rem;
    line-height: 2rem;
    width: 4rem;
    text-align: center;
}
.create-label-m .hd .introduce>b.adopt{
    background-color: #33A72D;
}
.create-label-m .hd .introduce>b.pass{
    background-color: #FF0000;
}
.create-label-m .hd .introduce .tips{
    margin-left: 0.4rem;
    color: #888888;
    font-size: 0.96rem;
}
.create-label-m .hd .introduce .tips a{
    color: #3B83FD;
}
.create-label-m .hd .btns{
    float: right;
}
.create-label-m .hd .btns button{
    outline: 0;
    border-radius: 3px;
    font-size: 1.12rem;
}
.create-label-m .hd .btns .report{
    width: 6.24rem;
    height: 2.8rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
}
.create-label-m .hd .btns .report i{
    vertical-align: middle;
    padding-right: 0.48rem;
}
.create-label-m .bd {}
.create-label-m .bd .title-group{
    overflow: hidden;
}
.create-label-m .bd .title-group .label{
    display: inline-block;
    height: 1.52rem;
    line-height: 1.52rem;
    font-size: 0.96rem;
    color: #111111;
}
.create-label-m .bd .title-group .input-wrapper{
    display: inline-block;
    height: 2.8rem;
    line-height: 2.8rem;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    border-radius: 3px;
    overflow: hidden;
}
.create-label-m .bd .title-group .input-wrapper .title{
    display: inline-block;
    font-size: 0.96rem;
    color: #111111;
    padding: 0 0.32rem;
    outline: 0;
    border: 0;
    width: 17.5rem;
    background-color: #f5f5f5;
}
.create-label-m .bd .title-group .input-wrapper .copy{
    display: inline-block;
    width: 6.24rem;
    text-align: center;
    font-size: 0.96rem;
    color: #3B83FD;
    border-left: 1px solid #dddddd;
    background-color: #F6F9FF;
}
/*m弹窗 end*/

/*生成标题弹窗 end*/