* {
    margin: 0;
    padding: 0;
}

html {
    font-family: "PingFang SC", sans-serif;
    line-height: 1.5;
}
body {
    background: #fff;
}

h3 {
    color: rgb(51, 51, 51);
    font-size: 15px;
    line-height: 1;
    margin: 16px auto 12px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

.container {
    padding: 0px 0px 100px;
}

.headerBarWhite {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 44px;
    position: sticky;
    top: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.headerBarWhite .icon{
    width: 24px;
    height: 24px;
}
.headerBarWhite .title {
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 17px;
    line-height: 44px;
    font-weight: 600;
}

.container-top {
    padding: 15px 16px 0px;
}

.tips,
.tips img {
    display: block;
    width: 100%;
}

.desc {
    color: rgb(102, 102, 102);
    font-size: 12px;
    padding: 0 16px;
}

.steps {
    padding: 8px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.off {
    display: none;
    margin-bottom: -22px;
}

.steps .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
}

.steps img {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

@media (min-width: 780px) {
    body {
        margin: 0 auto;
        width: 780px;
    }
}
.img-measure {
    padding:  0 16px;
    box-sizing: border-box;
}
.container-top.off+.tables h3 {
    margin-top: 24px;
}
.left {
    float: left;
}

.right {
    float: right;
}

.myStepTxt {
    font-size: 15px;
    color: #333;
}

.save {
    font-size: 14px;
    color: #1377CC;
}

.mystep {
    padding: 0 6px;
    display: none;
}

.mystep_top {
    height: 33px;
    line-height: 21px;
}
.hideList.mystep_top {
    margin: 0;
}

.mystep_cont {
    display: flex;
    justify-content: space-between;
}
.mystep_cont > div {
    display: flex;
    align-items: center;
}

.mystep_txt {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-right: 8px;
}

.step_height,
.step_width {
    height: 30px;
    line-height: 26px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    position: relative;
    width: 130px;
    box-sizing: border-box;
}

.step_unit {
    font-size: 12px;
    color: #999;
}

.step_num {
    display: inline-block;
    width: 34px;
    font-size: 12px;
    color: #333 !important;
    background: transparent;
    outline: none;
    border: none;
    text-indent: 10px;
}
.step_num::-webkit-input-placeholder {
    color: #999;
}

.step_num_focus {
    background: #fff;
}

.step_height_list,
.step_width_list {
    width: 100%;
    height: 209px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.11);
    border-radius: 4px;
    position: relative;
    z-index: 100;
}

ul ,li {
    list-style: none;
}

.step_num_li {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #efefef;
    font-size: 11px;
    color: #333;
}

.step_height_list_more,
.step_width_list_more {
    width: 6px;
    height: 10px;
    float: right;
    margin: 10px 8px;
}

.select {
    background: url("../img/select.png") no-repeat right center;
    -webkit-background-size: 15px 12px;
    background-size: 15px 12px;
}

.mask {
    padding: 0 20px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.db {
    display: block;
}

.arrowDown {
    transform: rotate(90deg);
}

.mystep_txt_left {
    text-align: left;
}


.seeMore {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 6px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #e7e7e7;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seeMore img {
    height: 10px;
}

.tables {
    padding: 0px;
}

.hideList {
    margin-top: 24px;
}

.howto {
    width: calc(100% + 16px);
    margin-left: -8px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

header text {
    font-size: 18px;
    color: #333;
    font-family: PingFangSC-Medium;
}

header img {
    height: 8px;
}


.table-container {
    margin-top: 16px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.table-container table{
    padding: 0px 16px;
    box-sizing: border-box;
    min-width: 100%;
    font-size: 12px;
    font-family:  sadfPingFang SC;
}

.table-container td,
.table-container th {
    white-space: nowrap;
    text-align: center;
    border: 1px solid #E7E7E7;
}

.table-container th {
    background-color: #F6F6F6;
    padding: 8px 12px;
    font-family: PingFangSC-Semibold;
    font-weight: bold;
    color: #222;
}

.table-container td {
    padding: 8px 6px;
    font-family: PingFang-SC-Medium;
    border-top: none;
    color: #666;
}

.table-container td + td,
.table-container th + th {
    border-left: none;
}

.table-container thead > tr > th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.table-container thead > tr > th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.table-container tbody > tr:last-child > td:first-child {
    border-radius: 0px 0px 0px 10px;
}

.table-container tbody > tr:last-child > td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.instructions {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333333;
    box-sizing: border-box;
    padding: 0px 16px;
}

.action-container {
    width: 100%;
    height: 56px;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 4px 16px 0px 16px; 
    box-sizing: border-box;
    display: none;
    /* margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom); */
}

.action-container .action {
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #333;
    border: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC;
    display: none;
    font-size: 14px;
    font-weight: 600;
}

.action-container.btn, .action-container.result {
    display: block;
}
.action-container.btn .btn {
    display: flex;
}

.action-container.result .result {
    display: flex;
}

.action-container .action.result {
    color: #1377CC;
    font-weight: 600;
}

.action-container img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}