#hl-tmation .tool-module {
    padding-top: 60px
}

#hl-tmation .tool-module .tool-label {
    display: block;
    margin-bottom: 25px
}

#hl-tmation .select-left {
    display: block;
    text-align: left
}

#hl-tmation .updata_time {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #666
}

#hl-tmation .action {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-top: 2px
}

#hl-tmation .select-left .small-mode {
    display: block;
    color: #878787;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px
}

#hl-tmation .select-left .small-val {
    display: block;
    color: #212121;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px
}

#hl-tmation .select-left .small-val font {
    font-weight: bold;
    font-size: 22px
}

#hl-tmation .select-right {
    display: block
}

#hl-tmation .select-mod {
    display: block;
    margin-bottom: 20px;
    position: relative
}

#hl-tmation .select-mod .select-s {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    line-height: 38px;
    margin-left: 10px;
    padding-right: 30px;
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#hl-tmation .select-mod .select-s:before {
    content: '▲';
    position: absolute;
    top: 6px;
    right: 7px;
    z-index: 1;
    font-size: 12px;
    color: #333;
    line-height: 1
}

#hl-tmation .select-mod .select-s:after {
    content: '▼';
    position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 1;
    font-size: 12px;
    color: #333;
    line-height: 1
}

#hl-tmation .select-mod .select-s .r {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: inline-block;
    width: 25px;
    height: 100%;
    background: #f5f5f5
}

#hl-tmation .select-mod select {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: transparent;
    font-size: 12px;
    color: #212121;
    border: 0;
    outline: 0
}

#hl-tmation .select-mod .check_btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: #f44534;
    font-size: 25px;
    text-align: center;
    line-height: 34px
}

#hl-tmation .select-mod .val_text {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 240px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#hl-tmation .select-mod .tool-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #f44534;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0
}