.search_teacher{margin-top: 10px;margin-bottom: -40px;}
.search_teacher .search_input{height: 34px;background: url(../image/search_input.png) left center no-repeat;width: 140px;padding: 0 15px;overflow: hidden;line-height: 1.2;}
.search_teacher .search_btn{height: 34px;width: 80px;line-height: 1.2;color: #755f54;background: url(../image/search_btn.png) center no-repeat;cursor: pointer;}






/*商业化订单tab*/
#orderModBox{background-color: #f7f7f7;}
.order-header{border-bottom:10px solid #f7f7f7;background-color: #fff;}
.order-header .order-h1{line-height: 50px;padding:0 20px;border-bottom:1px solid #ddd;}
.order-header .order-h1 .nav-1{width: 100%;overflow: hidden;}
.order-header .order-h1 .nav-1 a{display: block;margin-right: 24px;float: left;font-size: 14px;color: #555;}
.order-header .order-h1 .nav-1 a.on{color: #CA1A1D;font-weight: bold;}
.order-header .order-h2{padding:13px 20px;}
.order-header .order-h2 span{display: block;float: left;line-height: 24px;padding: 0 10px;margin-right: 10px;font-size: 12px;border-radius: 12px;cursor: pointer;color: #888;}
.order-header .order-h2 span.on{background-color: #573b2d;color: #fff;}


.order-table .order-mod{display: none;}
.order-table .order-mod.on{display: block;}
.order-table table{font-size: 14px;border-collapse: collapse;}
.order-table th{font-weight:400;line-height: 36px;background-color: #e6e6e6;color: #333333;}
.order-table .magin{height: 10px;}
.order-table .header{background-color: #e6e6e6;height: 44px;line-height: 44px;}
.order-table .header .code{padding-left: 20px;font-size: 15px;color: #555;font-weight: bold;}
.order-table .header .code .org{color: #e57050;}
.order-table .tr{text-align: right;}
.order-table .tl{text-align: left;}
.order-table .tt{text-align: center;}
.order-table .header .contact{height: 20px;display: inline-block;margin-right: 20px;padding-right: 20px;background: url(../image/design/zx-org.png) right center no-repeat;background-size: auto 14px;font-size: 14px;color: #573B2D;vertical-align: middle;line-height: 20px;}
.order-table .cot td{border:1px solid #ddd;border-top: none;background-color: #fff;padding:15px 20px;}
.order-table .cot .info{border-right: none;}
.order-table .cot .info .name{line-height: 1.4;color: #555;margin-bottom: 15px;}
.order-table .cot .info .time{color: #999;}
.order-table .cot .val{border-left: none;border-right: none;color: #555;}
.order-table .cot .statu{border-left: none;}
.order-table .cot .statu-1{color: #CA1A1D}
.order-table .cot .statu-2{color: #333}
.order-table .cot .statu-3{color: #999}
.order-table .cot .clkBtn{display: block;height: 34px;width:80px;border-radius: 3px;background: url(../image/design/bg-1.png) center no-repeat #573B2D;background-size: 100% 100%;color: #fff;font-size: 14px;cursor: pointer;margin:0 auto 6px;}
.order-table .cot .btn{display: block;line-height: 20px;text-align: center;width: 80px;color: #333333;margin:auto;}



















/*上传案例*/
.update-header{line-height: 50px;height: 50px;padding: 0 20px;border-bottom:1px solid #ddd;position: relative;z-index: 0;}
.update-header .t1{color: #b29f92;}
.update-header .btn{width: 120px;height: 34px;line-height: 34px;font-size: 0;text-align: center;background: url(../image/design/bg-1.png) center no-repeat #573B2D;background-size: 100% 100%;border-radius: 3px;margin-top: 8px;cursor: pointer;}
.update-header .btn .icon{display: inline-block;width: 15px;height: 14px;vertical-align: middle;background: url(../image/design/up_btn.png) center no-repeat;background-size: auto 14px;margin-right: 4px;}
.update-header .btn .txt{font-size: 14px;display: inline-block;vertical-align: middle;color: #fff;}



#updateCaseMod .case-box{padding-bottom: 20px;}
#updateCaseMod .case-box .box{width: 261px;border:1px solid #ddd;margin-top: 20px;margin-left: 20px;float: left;position: relative;}
#updateCaseMod .case-box .box .del{line-height: 26px;position: absolute;top: 0;right: 0;background: rgba(0,0,0,.4);width:50px;height:26px;color: #fff;font-size: 12px;text-align: center;cursor: pointer;display: none;}
#updateCaseMod .case-box .box .photo{width: 261px;height: 197px;overflow: hidden;background-color: #f4f4f4;}
#updateCaseMod .case-box .box .photo img{width: 100%;height: 100%;object-fit: cover;cursor: url(../image/tBar/cur_big.cur),pointer;}
#updateCaseMod .case-box .box .info{padding:15px 20px;}
#updateCaseMod .case-box .box .info .name{font-size: 16px;color: #333;line-height: 18px;height: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-bottom: 5px;}
#updateCaseMod .case-box .box .info .intro{font-size: 14px;color: #888;line-height: 16px;height: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#updateCaseMod .case-box .box .info .intro .txt{color: #0a77c0;}
#updateCaseMod .case-box .box .info .h5 .time{line-height: 16px;padding-top: 8px;color: #999;}
#updateCaseMod .case-box .box .info .h5 .btn{display: none;width: 16px;height: 16px;background: url(../image/design/edit-btn.png) center no-repeat;background-size: auto 16px;margin-top: 8px;}
#updateCaseMod .case-box .box:hover .info .h5 .btn{display: block;}
#updateCaseMod .case-box .box:hover .del{display: block;}
#updateCaseMod .case-box .box:hover{
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-box-shadow: 0 0 14px #bbb;
	-ms-box-shadow: 0 0 14px #bbb;
	-moz-box-shadow: 0 0 14px #bbb;
	-o-box-shadow: 0 0 14px #bbb;
	box-shadow: 0 0 14px #bbb;
}
