body {
    color: #333;
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,"Microsoft YaHei", Arial, sans-serif, Tahoma;
    min-width: 1150px;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
a {
    color: #333;
    transition: all 300ms;
    -moz-transition: all 300ms; /* Firefox 4 */
    -webkit-transition: all 300ms; /* Safari 和 Chrome */
    -o-transition: all 300ms; /* Opera */
}
a:hover {
    color: #ff6a00;
}
.hot-color {
    color: #ff6a00;
}


/*shandow*/
.ui-run-shadow {
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
}
.ui-run-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 35px !important;
}

/*layout*/
.ui-hide {
    display: none;
}
.ui-hide-important {
    display: none !important;
}
.ui-page {
    width: 100%;
}
.ui-page .ui-header {
    width: 100%;
}
.ui-page .ui-main {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.ui-f-left {
    float: left;
}
.ui-f-right {
    float: right;
}

/*button*/
button.ui-btn, input[type='button'].ui-btn, input[type='submit'].ui-btn, input[type='file'].ui-btn {
    font-size: 14px;
    line-height: 1;
    min-height: 30px;
    min-width: 80px;
    display: block;
    outline: 0;
    padding: 0 10px;
    cursor: pointer;
}
button.ui-btn .webuploader-pick {
    background: unset;
    color: unset;
    border-radius: unset;
}
a.ui-btn {
    font-size: 14px;
    line-height: 1;
    padding: 8px 10px;
    min-width: 80px;
    display: inherit;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.ui-btn.radius {
    border-radius: 3px;
}
.ui-btn.default {
    background: #fafafa;
    color: #666;
    border: 1px solid #d5d5d5;
}
.ui-btn.primary {
    background: #ff6a00;
    color: #fff;
    border: 1px solid #ff6a00;
}
.ui-btn.primary:hover {
    background: #ff9a00;
    border-color: #ff9a00;
}
.ui-btn.default:hover {
    background: #fafafa;
    border-color: #aaa;
    color: #333;
}
.ui-btn.default.ghost {
    background: #fff;
}
.ui-btn.primary.ghost {
    color: #ff6a00;
}
.ui-btn.primary.ghost:hover {
    color: #ff9a00;
}
.ui-btn.ghost {
    background: #fff;
}
.ui-btn.ghost:hover {
    background: #fff;
}
.ui-btn.disabled, .ui-btn.disabled:hover {
    border: 1px solid #f1f1f5 !important;;
    color: #cdcdcd !important;;
    background: #fafafa !important;
    cursor: no-drop;
}

    /*格*/
.ui-row {
    width: 100%;
    display: inline-block;
}
.ui-row .ui-col {
    box-sizing: border-box;
    word-wrap:break-word;
}
.ui-row .ui-col.need::before {
    content: '*';
    color: #ff6a00;
    font-weight: bold;
}
.ui-row .ui-col-1{
    width: 4.166%;
    float: left;
}
.ui-row .ui-col-2 {
    width: 8.333%;
    float: left;
}
.ui-row .ui-col-3 {
    width: 12.5%;
    float: left;
}
.ui-row .ui-col-4 {
    width: 16.666%;
    float: left;
}
.ui-row .ui-col-5 {
    width: 20.833%;
    float: left;
}
.ui-row .ui-col-6 {
    width: 25%;
    float: left;
}
.ui-row .ui-col-7 {
    width: 29.162%;
    float: left;
}
.ui-row .ui-col-8 {
    width: 33.333%;
    float: left;
}
.ui-row .ui-col-9 {
    width: 37.499%;
    float: left;
}
.ui-row .ui-col-10 {
    width: 41.666%;
    float: left;
}
.ui-row .ui-col-11 {
    width: 45.833%;
    float: left;
}
.ui-row .ui-col-12 {
    width: 50%;
    float: left;
}
.ui-row .ui-col-13 {
    width: 54.166%;
    float: left;
}
.ui-row .ui-col-14 {
    width: 58.333%;
    float: left;
}
.ui-row .ui-col-15 {
    width: 62.499%;
    float: left;
}
.ui-row .ui-col-16 {
    width: 66.666%;
    float: left;
}
.ui-row .ui-col-17 {
    width: 70.833%;
    float: left;
}
.ui-row .ui-col-18 {
    width: 74.999%;
    float: left;
}
.ui-row .ui-col-19 {
    width: 79.166%;
    float: left;
}
.ui-row .ui-col-20 {
    width: 83.333%;
    float: left;
}
.ui-row .ui-col-21 {
    width: 87.499%;
    float: left;
}
.ui-row .ui-col-22 {
    width: 91.666%;
    float: left;
}
.ui-row .ui-col-23 {
    width: 95.8333%;
    float: left;
}
.ui-row .ui-col-24 {
    width: 100%;
    float: left;
}

.ui-section {
    width: 100%;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.border-right {
    border-right: 1px solid #f5f5f5;
}

/*ui-table*/
.ui-table .ui-table-title {
    line-height: 3;
    background: #f1f1fa;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #666
}
.ui-table .ui-table-list .ui-row {
    font-size: 12px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #efefef;
    float: left;
}
.ui-table .ui-table-list .ui-row .ui-col {
    box-sizing: border-box;
    padding: 2px 4px;
}
.ui-table .ui-table-list a {
    color: #ff6a00;
}

/*面包屑*/
.crumb {
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px 0;
    color: #aaa;
    font-size: 14px;
}
.crumb a {
    color: #666;
}
.crumb a:hover {
    color: #ff6a00;
}
.crumb a:after {
    content: "\e7ad";
    font-size: 12px;
    padding: 0 5px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.crumb a.iconfont {
    font-size: 14px;
}
.crumb a:last-child:after {
    display: none;
}

/*ui-tab*/
.ui-tab .ui-tab-title {
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #f5f5fa;
}
.ui-tab .ui-tab-title div {
    cursor: pointer;
}
.ui-tab .ui-tab-title .active {
    border-bottom: 1px solid #ff6a00;
}
.ui-tab .ui-tab-content {
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-corner {
    background-color: white;
}
::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
::-webkit-resizer:vertical {
    background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #d1d2d8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #888;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #ddd;
}

/*系统分页*/
.pagination {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.pagination .pageview {
    margin: 0;
    text-align: center;
}
.pagination .pageview a.flip:hover, .pagination .pageview .active {
    background-color: #ff6a00;
    border-color: #ff6a00;
    color: #fff;
}
.pagination .custom span, .pagination .custom a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #efefef;
}
.pagination .custom span:last-child, .pagination .custom a:last-child {
    border: 0;
    padding: 0;
}

/*iconfont symbol icon*/
.iconfont-symbol-icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.3em;
    fill: currentColor;
    overflow: hidden;
}

/*webupload*/
.uploader-list {
    float: left;
    width: 100%;
}
.uploader-list .ajax_pro_img_list {
    float: left;
}
.uploader-list .ajax_pro_img_list div {
    float: left;
    margin-right: 10px;
    background: #efefef;
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}
.uploader-list .ajax_pro_img_list div img {
    width: 100%;
    height: 100%;
}
.uploader-list .ajax_pro_img_list div span.image_info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #ff6a00;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.uploader-list .ajax_pro_img_list div span.image_info i {
    color: #fff !important;
}
.uploader-list .ajax_pro_img_list div span.image_info:hover {
    background: #FF9966;
}
#file_div {

}
#file_div div {
    line-height: 19px;
    margin-bottom: 10px;
    border-left: 3px solid #aaa;
    padding-left: 10px;
}
#file_div div .deleteNeedsFile {
    background: #ff6600;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 10px;
}
#file_div div .deleteNeedsFile:hover {
    background: #FF9966;
}
.lnklike {
    color: #333;
}
.may-need a i {
    text-decoration: unset;
}