body,hetml{
	background: #F6F6F6;
}
.content_box{
	padding-top: 0.1rem;
}
.cell-box {
    width: 7.02rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;

}
.title-box{
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.3rem;
    margin: 0.3rem 0.3rem;
}
.firstcheckbox{
    height: 0.5rem;
    line-height: 0.5rem;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;

    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;

}

.firstcheckbox  .input,.value{
    height: 0.5rem;
    line-height: 0.5rem;

}

.label>span{
	color: red;
}
.inner-box {
    width: 6.28rem;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;

    text-align: left;
    margin-top: 0.30rem;

}

.inner_bg {
    width: 7.02rem !important;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0.10rem;
    border: solid 1px #dedede;
    padding-top: 0.10rem;
    padding-bottom: 0.40rem;
    margin-top: 0.20rem;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.inner_bg > .splitline {
    width: 100%;
    height: 1px;
    border: 0.5px dashed #dedede;
    margin-top: 0.40rem;
    margin-bottom: 0.10rem;
}

.inner-box > .left {
    width: 2.0rem;
    height: 0.70rem;
    line-height: 0.70rem;
    font-family: PingFangSC-Regular;
    font-size: 0.30rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: right;
}

.inner-box > .right {
    width: 4.5rem;
    height: 0.70rem;
    line-height: 0.70rem;
    font-family: PingFangSC-Regular;
    font-size: 0.30rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #dedede;
    margin-left: 0.20rem;
    padding-left: 0.20rem;

}

.cell-box .left-box {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.cell-box .left-box .xing {
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f76260;
}

.cell-box .left-box .label {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;

}


.cell-box .left-box .label  .alert{
    font-family: PingFangSC-Regular;
    font-size: 0.26rem;
    font-weight: normal;
    letter-spacing: 0px;
    color: #f76260;
}


.cell-box .right-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.radio-box {
    width: 7.02rem;
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 1px #dedede;
    margin-top: 0.20rem;
    display: flex;
}

.radio-box .mint-cell {
    min-height: 0.88rem !important;
    background-color: transparent;
}

/*.radio-box  .mint-cell-wrapper{*/
/*height: 0.8rem;*/
/*}*/
.radio-box .mint-cell:last-child {
    background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff 50%, transparent 50%) !important;
    background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, #ffffff 50%) !important;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cell-box .wholeright-box {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;

}

.float {
    position: relative;
    float: right;
}

.cell-box .right-box .input {

    flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;

    width: 7.02rem;
    /*height: 0.88rem;*/
    /*line-height: 0.88rem;*/

    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 1px #dedede;
    text-align: left;

    font-family: PingFangSC-Regular;
    font-size: 0.30rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0.29rem 0;
    padding-left: 0.21rem;
    margin-top: 0.20rem;

}

.cell-box .right-box .arraw {
    width: 0.30rem;
    height: 0.17rem;
    margin-left: 0.20rem;
    position: absolute;
    right: 0.20rem;
    bottom: 0.36rem;
}



.image-box {
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
}

.head_img {
    width: 1.8rem;
    height: 1.8rem;

}

.sss {
    position: absolute;
    top: 0;
    left: 0;
}

.btn_delete {
    width: 0.6rem;
    height: 0.6rem;
    padding: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.imgalert {
    flex: 1;
    -webkit-flex:1;
    -ms-flex: 1;

    margin-top: 1.0rem;
    margin-left: 0.2rem;
    margin-right: 0.3rem;
    color: #999999;
    font-size: 0.26rem;
}


.btn_box {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto;
    display: flex;
    /* flex-direction: row; */
    /* -ms-flex-direction: row; */
    /* -webkit-flex-direction: row; */
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 0.6rem; */
    /* border-top: 1px solid #dedede; */
    text-align: center;
    /* background-color:#fff; */

}

.btn {
    width: 6.6rem;
    height: 0.9rem;
    line-height: 0.88rem;

    background-color: #2ab1f3;
    border-radius: 0.10rem;

    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

/* .btnblue {
    background-color: #08b906;
    margin-left: 0.32rem;
} */
.attention{
	width: 6.6rem;
	margin: 0 auto;
	color: red;
	/* margin-bottom: 0.2rem; */
}


.dialog_alert_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;




}


.dialog_box{
    width: 6.00rem !important;

    background-color: #fff;
    border-radius:0.1rem ;
    z-index: 100;
}

.dialog_box .title{

    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #dedede;

}


.dialog_box .dialog_content_box{
    width: 100%;
    padding: 0.4rem 0.4rem;
    line-height: 0.40rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
}

.dialog_box .dialog_content_box .content{
    width: 100%;
    line-height: 0.40rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
}

.dialog_box .dialog_content_box .content span{
    color: #2ab1f3;
}


.dialog_box .dialog_content_box .btn_aler_box{


    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    margin-top: 0.4rem;
}

.dialog_box .dialog_content_box .btn_aler_box .btnagree {
    width: 2.40rem;
    height: 0.88rem;
    line-height: 0.88rem;

    background-color: #2ab1f3;
    border-radius: 0.10rem;

    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.dialog_box .dialog_content_box .btn_aler_box  .btndisagree {
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #999999;

}

.dialog_box .dialog_content_box .btn_aler_box .btnsearch {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}



/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
/*.color-input-red label{*/
    /*display: block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 2px;*/
    /*left: 15px;*/
    /*background: rgba(240, 84, 77, 1);;*/
/*}*/
body,hetml{
	background: #F6F6F6;
}
.content_box{
	/* padding-top: 0.5rem; */
}
.cell-box {
    width: 7.02rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;

}
.step_box>.step_item_doing:nth-of-type(1){
	background: #09ba07;
}
.step_box>.step_item_undo:nth-of-type(2){
	background: #09ba07;
}
.step_box>.step_item_undo:nth-of-type(3){
	background: #CCCCCC;
}

.img_box{
    width: 100%;
    text-align:center;
}

.img_box>img{
    width: 1rem;
    height: 1rem;
    margin-top: 1.26rem;
    mso-horizontal-page-align: center;
    horiz-align: center;
}


.title{
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 0.4rem;
    text-align: center;
}

.desc{
    width: 5.39rem;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.40rem;
    letter-spacing: 0px;
    margin-top: 0.22rem;
    text-align: center;
}

.firstcheckbox{
    height: 0.5rem;
    line-height: 0.5rem;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;

    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;

}

.firstcheckbox  .input,.value{
    height: 0.5rem;
    line-height: 0.5rem;

}


.inner-box {
    width: 6.28rem;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;

    text-align: left;
    margin-top: 0.30rem;

}

.inner_bg {
    width: 7.02rem !important;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0.10rem;
    border: solid 1px #dedede;
    padding-top: 0.10rem;
    padding-bottom: 0.40rem;
    margin-top: 0.20rem;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.inner_bg > .splitline {
    width: 100%;
    height: 1px;
    border: 0.5px dashed #dedede;
    margin-top: 0.40rem;
    margin-bottom: 0.10rem;
}

.inner-box > .left {
    width: 2.0rem;
    height: 0.70rem;
    line-height: 0.70rem;
    font-family: PingFangSC-Regular;
    font-size: 0.30rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: right;
}

.inner-box > .right {
    width: 4.5rem;
    height: 0.70rem;
    line-height: 0.70rem;
    font-family: PingFangSC-Regular;
    font-size: 0.30rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #dedede;
    margin-left: 0.20rem;
    padding-left: 0.20rem;

}

.cell-box .left-box {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.cell-box .left-box .xing {
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f76260;
}

.cell-box .left-box .label {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;

}


.cell-box .left-box .label  .alert{
    font-family: PingFangSC-Regular;
    font-size: 0.26rem;
    font-weight: normal;
    letter-spacing: 0px;
    color: #f76260;
}


.cell-box .right-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.radio-box {
    width: 7.02rem;
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 1px #dedede;
    margin-top: 0.20rem;
    display: flex;
}

.radio-box .mint-cell {
    min-height: 0.88rem !important;
    background-color: transparent;
}

/*.radio-box  .mint-cell-wrapper{*/
/*height: 0.8rem;*/
/*}*/
.radio-box .mint-cell:last-child {
    background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff 50%, transparent 50%) !important;
    background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, #ffffff 50%) !important;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cell-box .wholeright-box {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;

}

.float {
    position: relative;
    float: right;
}

.cell-box .right-box .input {

    flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;

    width: 7.02rem;
    /*height: 0.88rem;*/
    /*line-height: 0.88rem;*/

    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 1px #dedede;
    text-align: left;

    font-family: PingFangSC-Regular;
    font-size: 0.30rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0.29rem 0;
    padding-left: 0.21rem;
    margin-top: 0.20rem;

}

.cell-box .right-box .arraw {
    width: 0.30rem;
    height: 0.17rem;
    margin-left: 0.20rem;
    position: absolute;
    right: 0.20rem;
    bottom: 0.36rem;
}



.image-box {
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
}

.head_img {
    width: 1.8rem;
    height: 1.8rem;

}

.sss {
    position: absolute;
    top: 0;
    left: 0;
}

.btn_delete {
    width: 0.6rem;
    height: 0.6rem;
    padding: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.imgalert {
    flex: 1;
    -webkit-flex:1;
    -ms-flex: 1;

    margin-top: 1.0rem;
    margin-left: 0.2rem;
    margin-right: 0.3rem;
    color: #999999;
    font-size: 0.26rem;
}


.btn_box {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto;
    display: flex;
    /* flex-direction: row; */
    /* -ms-flex-direction: row; */
    /* -webkit-flex-direction: row; */
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 0.6rem; */
    /* border-top: 1px solid #dedede; */
    text-align: center;
    /* background-color:#fff; */

}

.btn {
    width: 6.6rem;
    height: 0.9rem;
    line-height: 0.88rem;

    background-color: #2ab1f3;
    border-radius: 0.10rem;

    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

/* .btnblue {
    background-color: #08b906;
    margin-left: 0.32rem;
} */
.attention{
	width: 6.6rem;
	margin: 0 auto;
	color: red;
	/* margin-bottom: 0.2rem; */
}


.dialog_alert_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;




}


.dialog_box{
    width: 6.00rem !important;

    background-color: #fff;
    border-radius:0.1rem ;
    z-index: 100;
}

.dialog_box .title{

    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #dedede;

}


.dialog_box .dialog_content_box{
    width: 100%;
    padding: 0.4rem 0.4rem;
    line-height: 0.40rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
}

.dialog_box .dialog_content_box .content{
    width: 100%;
    line-height: 0.40rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
}

.dialog_box .dialog_content_box .content span{
    color: #2ab1f3;
}


.dialog_box .dialog_content_box .btn_aler_box{


    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    margin-top: 0.4rem;
}

.dialog_box .dialog_content_box .btn_aler_box .btnagree {
    width: 2.40rem;
    height: 0.88rem;
    line-height: 0.88rem;

    background-color: #2ab1f3;
    border-radius: 0.10rem;

    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.dialog_box .dialog_content_box .btn_aler_box  .btndisagree {
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #999999;

}

.dialog_box .dialog_content_box .btn_aler_box .btnsearch {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}
.cont{
	padding: 0 0.24rem;
}
.title_name{
	font-size: 0.32rem;
	margin-top:0.5rem;
}
.tab_con{
	border: 1px solid #DEDEDE;
	border-radius:6px ;
	background: #FFFFFF;
	margin-top: 0.2rem;
}
input{
	width: 4.48rem;
	height: 0.68rem;
	border: 1px solid #DEDEDE;
	display: inline-block;
	text-indent: 0.2rem;
}
.son{
	padding : 0.3rem 0.4rem 0 0;
	text-align: right;
	font-size: 0.28rem;
}
.input_style{
	border-radius: 6px;
	background: #FFFFFF;
	width: 100%;
	height: 0.88rem;
	text-indent: 0.2rem;
	font-size: 0.3rem;
	margin-top: 0.3rem;
}


/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
/*.color-input-red label{*/
    /*display: block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 2px;*/
    /*left: 15px;*/
    /*background: rgba(240, 84, 77, 1);;*/
/*}*/

/*!*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；*/
      /*该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*!*/
/*.color-input-red:checked label::before{*/
    /* display: block;*/
    /* content: "\2714";*/
    /* text-align: center;*/
    /* font-size: 16px;*/
    /* color: white;*/
/*}*/

/*input[type=checkbox]{*/
    /*visibility: hidden;*/
/*}*/

/*!*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；*/
      /*该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*!*/
/*.color-input-red:checked label::before{*/
    /* display: block;*/
    /* content: "\2714";*/
    /* text-align: center;*/
    /* font-size: 16px;*/
    /* color: white;*/
/*}*/

/*input[type=checkbox]{*/
    /*visibility: hidden;*/
/*}*/
