.list {margin-top: 50px;}
.order {position: relative; padding: 15px 30px; background-color: #fff; border-radius: 4px; box-shadow: 0 0 40px 0 #f1f0f6; font-size: 14px; color: #888;}
.order + .order {margin-top: 30px; }
.top {color: #1ac5bd;}
.row + .row {margin-top: 10px;}
.row span {min-width: 120px !important; padding: 0;}
.bottom {padding-top: 10px; border-top: 1px solid #eee;}
.wage {color: #ff9c00;}
.btn-accept,
.btn-finished {position: absolute; top: 10px; right: 20px; width: 80px; height: 30px; border-radius: 15px !important;}
.btn-finished {background-color: #ddd !important; color: #888 !important;}
.form-group {display: flex; align-items: center;}
.form-group input {flex: 1;}
.form-group input + input {margin-left: 10px;}
.btn-query {width: 100px; height: 36px; margin-left: 10px;}
.modal-body .red {padding: 0 0 20px;}
.btn-default, .btn-default:focus, .btn-default:hover { background: #eff1f6; height: 36px;}
.form-group .btn-default:active{background:#BE4745;color: #fff;}
.form-group .form-btn{margin-right: 10px;}


.row .task-details{color: #1171d8;cursor: pointer;}
.modal .details-body{padding: 20px;}
.modal .details-body .details-basic{display: flex; flex-wrap: wrap; }
.modal .details-body .details-basic p{width: 50%;padding-bottom: 10px;}
.details-body .list-box{margin-top: 20px;background: #f5f5f5;margin: 10px auto 0;  width: 100%;  height: 236px;  opacity: 1;}
.list-tle{display: flex;flex-wrap: wrap;width: 100%;text-align: center;padding-top: 20px;}
.list-tle span{width: 33%;}
.details-body .list-country{margin-bottom: 10px;}
.details-body .list-category span{color: #ff9c00;cursor: pointer;}
.modal .details-body strong{color: #999;font-weight: 500;}
.details-body .list-box .list-ctn { height: 170px;overflow-y: auto;margin-top: 24px;}
.list-category .tooltip-inner {margin-left: 10px;}
.details-body .list-box .list-ctn .ll-list li { margin-bottom: 26px;width: 100%;display: flex;justify-content: space-between;text-align: center;}
.details-body .list-box .list-ctn .ll-list li span { width: 33%;}

.btn-import{position: absolute;  right: 20px;  bottom: 10px;  color: #09af07; background: #e3f7de;  padding: 2px 20px;  border-radius: 50px;border: none;}
.btn-import:hover{color: #fff;background: #09af07;}
.file-download .modal-body .form-group{margin-bottom: 0;}
.modal-body .form-group input{border: none !important;outline: none !important;}
.modal-body .import-download {padding-top: 21px;padding-bottom: 27px; display: block; color: #337ab7;}
.import-warp {display: none;}
.import-warp .imp-green{color: #4caf50}
.import-warp .imp-red{color: red}
.import-warp .import-title{font-weight: bold;padding-top: 12px;padding-bottom: 5px;}
.import-warp .import-booy{overflow: auto;max-height: 340px;min-height: 100px; margin-bottom: 21px; margin-top: 10px;}
.import-booy p{padding: 5px 0px;font-size: 12px;}
.two-btn {display: flex;justify-content: center; padding-bottom: 10px;}
.two-btn .btn{width: 120px;display: block;}
.two-btn .grey{background: #979797}
.two-btn .btn+.btn { margin-bottom: 0;margin-left: 15px;}

.import-loading {width: 65px;height: 65px;text-align: center;line-height: 79px;position: fixed;top: 50%;border-radius: 4px; left: 50%;margin-top:-35px;margin-left:20px;z-index: 9999;    opacity: 0.8;display:none;}
.import-loading span{font-size:33px;color:#666}

.user-main{position: relative;}
.user-main .operation-tips{position: absolute;right: 40px;top: 20px;}
.user-main .operation-tips .btn-default{border-radius: 50px;font-size: 12px;width: 120px;background: #d6f9ff;color: #29727e;}
.user-main .operation-tips .btn-default:hover{background: #84C9D5;color: #fff;}
.user-main .operation-tips i{padding-right: 5px;}
.modal-body .operation{display: block;}
.modal-body .operation p{font-weight: 600;}
.modal-body .operation img{width: 100%;margin: 10px 0;border: 1px solid #999;padding: 10px;}
.file-download .prompt-exception{color: red;}
.file-download .form-group{margin-bottom: 0;}

@media screen and (max-width:786px){
    .modal-content{width: 100% !important;}
    .btn-default, .btn-default:focus, .btn-default:hover { height: 33px; padding-right: 5px; padding-left: 5px;font-size: 12px;}
    .dropdown-toggle .caret{margin-left: 5px;}
    .task-name{width: 70%;}
    .modal .details-body .details-basic p {width: 100%;}

    .btn-import { top: 50px;bottom:inherit;}
}