/*页面初始化    #########################################################################################*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea, th,td,menu,nav,img{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑","Microsoft Yahei",arial,  helvetica, sans-serif;
}
html,body {
    height:100%;
    color: #333;
    -webkit-overflow-scrolling : touch;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em{
    font-style: normal;
}
mark{
    background:none;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: none;
}
td {
    text-align: left;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    cursor: pointer;
}
label, button {
    cursor: pointer;
}
body, form {
    position: relative;
    z-index: 0;
}
/*公用样式      #########################################################################################*/
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.clear_both{
    clear: both;
}
.hide {
    display: none;
}
.img_box{
    display: block;
    overflow: hidden;
}
.img_box img{
    display: block;
    width: 100%;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}

.mb10 {
    margin-bottom: 10px;
}

.vt{
    vertical-align: top;
}
.flex{
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_space_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.flex_start{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_space_between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_last_end{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.mt20{
    margin-top: 20px
}

.mb20{
    margin-bottom: 20px;
}
.mb100{
    margin-bottom: 100px;
}
.wh{
    width: 100%;
}
.pi_re{
    position: relative
}

.tc{
    text-align: center;
}
.active_font{
    color: #d00000 !important;
}
.borderColor{
    border: 1px solid #d22222 !important;
}
.limit2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.limit3{
   text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.dis_in_block{
    display: inline-block
}
i{
    font-style: normal;
}
ins{
    color: #d55555;
    text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder, textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
input:-moz-placeholder, textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999999;
}




.sso_dialog{
    width: 410px;
}
/* 头部 */
header{
    border-bottom: 1px solid #e4e4e4;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9;
    top: 0;
}
.header_icon{
    background: url(../img/icons.png)no-repeat -514px 19px;
    width: 19px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: -16px;
}
.myCase{
    background: url(../img/icons.png)no-repeat -2px -211px;
    width: 16px;
    height: 23px;
    display: inline-block;
    margin-right: 4px !important;
    position: relative;
    top: 5px;
}
.account{
    background: url(../img/icons.png)no-repeat 0px -138px;
    width: 18px;
    height: 23px;
    display: inline-block;
    margin-right: 4px !important;
    position: relative;
    top: 5px;
}
.logout{
    background: url(../img/icons.png)no-repeat 0px -161px;
    width: 19px;
    height: 23px;
    display: inline-block;
    margin-right: 4px !important;
    position: relative;
    top: 5px;
}
.hover_x{
    background-position-x: -27px;
}
.header_box{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.logo{
    height: 40px;
    margin-top: 18px;
    margin-right: 50px;
}
.icon{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.search_box{
    position: relative;
}
.search_box span{
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-right: 35px;
}
.search_box>p{
    display: inline;
}
#search{
    width: 400px;
}
#search input{
    width: 400px;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: rgba(248, 248, 248, 1);
    height: 40px;
    border-radius: 3px;
}

.search_icon{
    position: absolute;
    right: 24px;
    top: 33px;
}
.header_item, .login_box{
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.header_item span a:hover{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #D00000;
}
.header_item{
    margin-left: 40px;
}
.header_item span{
    padding-right: 30px;
}
.header_item span:last-child{
    border-right: 1px solid #e4e4e4;
}
.login_box{
    margin-left: 30px;
}
.login_box span{
    margin-right: 10px;
}
.copy_right{
    clear: both;
    padding: 20px 0;
}
.login{
    width: 50px;
    height: 30px;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 3px;
    font-size: 14px;
    color: #666666;
    padding: 5px 10px;
}
.login:hover{
    background: #fff;
}
.signin{
    font-size: 14px;
    color: #FFFFFF;
    width: 50px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: rgba(208, 0, 0, 1);
}
.signin a{
    color: #fff;
}
.signin:hover{
    background-color: rgba(188, 30, 30, 1);
}

.all_class{
    width: 510px;
    position: absolute;
    top: 58px;
    left: -1px;
    padding: 0 20px 0 20px;
    z-index: 9;
    box-sizing: border-box;
    background: #fff;
    min-height: 400px;
    border: 1px solid #e4e4e4;
    display: none;
}
.user_img_box img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    top: 10px;
}
.header_all_class{
    position: relative;
    display: inline-block;
    line-height: 0;
    top: -1px;
    margin-right: 35px;
    height: 44px;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
}
.class_pop{
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.all_class>.line{
    display: inline-block;
    min-height: 100%;
    width: 1.2px;
    background: #e4e4e4;
    margin-right: 0;
}
.class_title{
    width: 233px;
    height: 380px;
    overflow-y: auto;
    padding-bottom: 20px;
    /* border-right: 1px solid #e4e4e4; */
}
.class_title h3{
    line-height: 40px;
    margin-top: 10px;
}
.class_title ul{
    line-height: 40px;
}
.class_title ul li{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 20px;
    margin-bottom: -1px;
}
.class_title ul li a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.class_title ul li span{
    width: 3px;
    height: 3px;
    border: 1px solid #343333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.arrow_tip{
    position: absolute;
    right: 0;
    font-family: monospace;
    font-weight: bold;
    color: #c8c8c8;
    display: none;
    font-size: 12px;
}
.class_content{
    width: 335px;
    line-height: 1;
    /* border-left: 1px solid #e4e4e4; */
}
.on{
    width: 170px;
    border-right: 2px solid #fff;
    z-index: 999;
    position: relative;
}
.hide_line{
    width: 64px;
    display: inline-block;
    border: 2px solid #fff;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100;
    display: none;
}

.cate_left li:hover .arrow-tip,.cate_left li.on .arrow-tip{
    display: none;
}
.cate_right>div{
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}

#userInfo{
    position: absolute;
    top: 80px;
    z-index: 9;
    right: 50px;
    background: rgb(255, 255, 255);
    width: 100px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 35px;
    border-top: 1px solid #f5f5f5;
    display: none;
}
#userInfo ul{
    width: 100%;
}
#userInfo ul li{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    display: inline-block;
}
#userInfo ul li a{
    display: inline-block;
    width: 100%;
}
#userInfo ul li:hover{
    background: rgba(249, 249, 249, 1.0);
}
.concat_Qrcode img{
    width: 162px;
}
/* 底部 */
footer{
    background-color: rgba(51, 51, 51, 1);
    font-size: 12px;
    color: #CCCCCC;
    width: 100%;
    margin-top: 35px;
    min-width: 1200px;
}
.footer_box{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
}
.footer_box h5 ul{
    margin-top: 5px;
    line-height: 35px;
    line-height: 25px;
    vertical-align: top;
}
.footer_box a {
    color: #999;
}

.footer_content{
    width: 220px;
    margin-top: 37px;
    border-right: 1px solid #5f5f5f;
    margin-bottom: 20px;
    margin-right: 64px;
}
.footer_content ul{
    margin-right: 50px;
}
.footer_declare{
    background-color: rgba(34, 34, 34, 1);
    width: 100%;
}
.footer_declare p{
    width: 1200px;
    min-width: 1200px;
    line-height: 35px;
    height: 35px;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
}
.jufeng_dev_logo{
    height: 30px !important;
    margin-top: 8px;
}
.footer_url li{
    margin-top: 5px;
}
.footer_url a{
    font-size: 12px;
    color: #CCCCCC;
}
.footer_url a:hover{
    color: #ffffff;
}
.footer_boss{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    color: #999999;
}

.footer_logo1{
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    margin-bottom: 70px;
}
.footer_logo1 img{
    width: 150px;
    height: 43px;
    vertical-align: middle;
    margin-right: 20px;
}
.footer_box p{
    float: right;
}
.footer_box p span{
    margin-left: 30px;
}
.footer_box span:hover{
    cursor: pointer;
    color: rgb(255, 255, 255);
}
.footer_qrCode{
    margin-top: 22px;
}
.footer_qrCode img{
    width: 120px;
    height: 120px;
}
.footer_qrCode span{
    display: block;
}
.concat_box{
    /* margin-left: 60px */
}
.concat_box a{
    color: #fff;
    opacity: 0.9
}
.go_jump_box{
    display: inline-block;
    /* margin-left: 60px; */
}

.file_button {
    width: 150px;
    height: 35px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 35px;
    margin-left: 20px;
    margin-right: 350px;
}
#file_upload-button{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.swfupload{
    left: 152px;
}
.uploadify-queue-item{
    margin-top: 15px;
    width: 315px;
    text-align: left;
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
    box-sizing: border-box;
}
.uploadify-queue-item .cancel{
    float: right;
}
.fileName{
    font-weight: normal !important;
}
