#box_view::-webkit-scrollbar {
    display: none
}

#box_view {
    overflow-y: auto;
    box-sizing: border-box;
    height: .46rem;
    position: relative;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #dcdce0;
    background: #fff;
    padding: 0 .1rem;
    color: #666
}

#box_view .lz_type {
    width: 240%;
    height: .44rem;
    position: absolute;
    left: .1rem;
    transition: left .2s linear
}

#box_view .lz_type div {
    font-size: .14rem;
    text-align: center;
    line-height: .44rem;
    width: .5rem;
    margin-right: 0;
    float: left
}

#box_view .lz_type div span {
    display: inline-block
}

#box_view .lz_type div .checked {
    height: .42rem;
    border-bottom: 3px solid #fc3253;
    color: #fc3253
}

#box_view .lz_type div:last-child {
    margin-right: 0
}

#type_box {
    overflow: hidden;
    padding-bottom: .01rem
}

#type_box>div {
    display: none
}

#type_box>div.two_page {
    display: block
}

#type_box>div input {
    border: 1px solid #ccc;
    text-align: center;
    height: .35rem;
    line-height: .35rem;
    font-size: .14rem;
    width: .8rem;
    background: #fff!important;
    border-radius: .04rem;
    margin-left: .09rem;
    margin-top: .11rem;
    outline: none;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button
}

.tjhmq {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0
}

#inputtxt {
    width: 100%;
    border: 0;
    border-top: 1px solid #e1e1e1;
    height: .5rem;
    outline: none;
    padding: .05rem .06rem;
    box-sizing: border-box;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button
}

.submitBtn {
    background: #fff;
    padding: .07rem 0
}

.submitBtn input {
    width: 1.1rem;
    height: .3rem;
    margin-left: .5rem;
    background: #ebebeb;
    font-size: .16rem;
    border: 0;
    color: #737373;
    border-radius: .03rem;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    outline: none
}

.submitBtn .countCode {
    background: #f8223c;
    color: #fff
}

.showResult {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 999
}

.showResult .result_bg {
    position: fixed;
    z-index: 3;
    width: 80%;
    height: 80%;
    background: #fff;
    top: 10%;
    left: 10%;
    padding: .2rem;
    box-sizing: border-box;
    border-radius: .04rem
}

.showResult .result_bg .closeRwsult {
    float: right;
    font-size: .18rem
}

.showResult .result_bg h1 {
    font-size: .2rem;
    line-height: .5rem;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    text-align: center;
    margin-top: .1rem
}

#resultstxt {
    word-wrap: break-word
}

#resultstxt div {
    margin-top: .1rem;
    line-height: .3rem;
    font-size: .14rem;
	display: flex;
	flex-direction: column;
}

#resultstxt div span {
    float: left;
    white-space: nowrap
}

#resultstxt div p {
    float: left;
    color: #6b6b6b
}

.result {
    height: 92%;
    padding-bottom: .1rem;
    overflow-y: scroll
}

.result>p {
    height: 100%
}
