.form input.form_code { width: 75px; float: left; margin-right: 10px; }
.form .form_codeimg { width: 90px; float: left; cursor: pointer; height: 30px; }
/*上传布局*/
.tab-pane .fileinput img { width: 252px; height: 252px; }
.tab-pane .fileinput { display: inline-block; margin-bottom: 9px; }
.tab-pane .fileinput .thumbnail { display: inline-block; margin-bottom: 5px; overflow: hidden; text-align: center; vertical-align: middle; }
.tab-pane .fileinput .thumbnail > img { max-height: 100%; }
.tab-pane .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #efefef; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out }
.tab-pane .thumbnail a>img, .thumbnail>img { margin-right: auto; margin-left: auto }
/*头像*/
.w20 { width: 100px; overflow: hidden; }
.w30 { width: 200px; overflow: hidden; }
.w38 { width: 380px; overflow: hidden; }
.user_ico { padding: 0px; margin: 0px; }
.user_ico img { width: 30px; height: 30px; overflow: hidden; }
/*check样式1*/
.chk_all { display: none; }
.chk_all + label { background-color: #F37900; padding: 12px 20px 12px 23px; box-shadow: inset 0 50px 37px -30px rgba(255, 222, 197, 0.3), 0 0 13px rgba(0, 0, 0, 0.6); border-radius: 10px; display: inline-block; position: relative; border-top: 1px solid #ECA14F; margin-right: 30px; color: #FFF; font-size: 16px; width: 110px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); border-bottom: 1px solid #552B09; }
.chk_all + label:hover { border-top: 1px solid #FC8C1E; background: #FC8C1E; box-shadow: inset 0 -50px 37px -30px rgba(255, 222, 197, 0.07), 0 0 13px rgba(0, 0, 0, 0.6); }
.chk_all + label:active { border-top: none; background: #FC8C1E; padding: 13px 20px 12px 23px; box-shadow: inset 0 3px 8px rgba(129, 69, 13, 0.3), inset 0 -50px 37px -30px rgba(255, 222, 197, 0.07), 0 0 13px rgba(0, 0, 0, 0.6); }
.chk_all + label:after { content: ' '; border-radius: 100px; width: 22px; position: absolute; top: 12px; right: 12px; box-shadow: inset 0px 16px 40px rgba(0, 0, 0, 0.4); height: 22px; }
.chk_all + label:before { content: ' '; border-radius: 100px; width: 10px; position: absolute; top: 18px; right: 18px; z-index: 999; box-shadow: inset 0px 16px 40px #FFF; height: 10px; display: none; }
.chk_all:checked + label:before { display: block; }
/*check样式2*/
.chk_one { display: none; }
.chk_one + label { background-color: #8dbb33; padding: 12px 20px 12px 23px; box-shadow: inset 0 50px 37px -30px rgba(255, 222, 197, 0.3), 0 0 13px rgba(0, 0, 0, 0.6); border-radius: 10px; display: inline-block; position: relative; border-top: 1px solid #7ca82a; margin-right: 30px; color: #FFF; font-size: 16px; width: 110px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); border-bottom: 1px solid #7ca82a; }
.chk_one + label:hover { border-top: 1px solid #8dbb33; background: #7ca82a; box-shadow: inset 0 -50px 37px -30px rgba(255, 222, 197, 0.07), 0 0 13px rgba(0, 0, 0, 0.6); }
.chk_one + label:active { border-top: none; background: #7ca82a; padding: 13px 20px 12px 23px; box-shadow: inset 0 3px 8px rgba(129, 69, 13, 0.3), inset 0 -50px 37px -30px rgba(255, 222, 197, 0.07), 0 0 13px rgba(0, 0, 0, 0.6); }
.chk_one + label:after { content: ' '; border-radius: 100px; width: 22px; position: absolute; top: 12px; right: 12px; box-shadow: inset 0px 16px 40px rgba(0, 0, 0, 0.4); height: 22px; }
.chk_one + label:before { content: ' '; border-radius: 100px; width: 10px; position: absolute; top: 18px; right: 18px; z-index: 999; box-shadow: inset 0px 16px 40px #FFF; height: 10px; display: none; }
.chk_one:checked + label:before { display: block; }
/*搜索*/
.seach{ padding:10px;}
.seach .seachLeft{ float:left;}
.seach .seachRight{ float:right;}
