input, button {
    /*
    border: none;
    outline: none;
    */
}

.sel_mask{ 
    width:120px;
    border:1px solid #c9c9c9;
    background-color:#fff;
    color:#666;
    height:28px;
    line-height:28px;
    padding:4px 6px;
    font-size:14px;
    border-radius:4px;
    cursor:pointer;
    outline:none;
}

.tl-price-input{
    width: 130px;
    height:20px;
    border: 1px solid #ccc;
    padding: 7px 0;
    background: #F4F4F7;
    border-radius: 3px;
    padding-left:5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.tl-price-input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.ant-btn {
    width:110px;
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;   
    -ms-touch-action: manipulation;  
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
}
.ant-btn-green {
    color: #fff;
    background-color: #009933;
    border-color: #009933;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
}

.divThread{display:flex;border-bottom:1px solid #CCC; font-size: 14px;margin-top: 5px;}
.divTitle{margin-top: 5px;margin-left: 10px;height:20px;line-height:20px;font-size: 14px;}

.aCourse {text-decoration: none;}
.aCourse:link{color:#468BD7;}
.aCourse:visited{color:#468BD7;}
.aCourse:hover{color:#468BD7;}
.aCourse:active{color:#468BD7;}

.aCourseThread {text-decoration: none;}
.aCourseThread:link{color:#407D41;}
.aCourseThread:visited{color:#407D41;}
.aCourseThread:hover{color:#407D41;}
.aCourseThread:active{color:#407D41;}

.label-info {background-color:#5bc0de;}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;color:#fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;
}

