
#app nav{
    border-bottom: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 0 5px #d2d2d2;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 9995;
}
#app nav .header-body{
    /*width: 1280px;*/
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 12px;
}
#app nav .header-body .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: auto;
    padding: 0 10px 0 0;
    float: left;
    min-width: 144px;
    height: 60px;
    margin-left: 10px;
}
#app nav .header-body .logo img{
    height: 45px;
}
#app nav .header-body .category{
    float: left;
    height: 60px;
}


#app nav .header-body .category .logo .router-item,
#app nav .header-body .category .router .router-item {
    cursor: pointer;
    display: inline-block;
    line-height: 58px;
    position: relative;
    width: 50px;
    text-align: center;
    height: 58px;
    margin-right: 10px;
}


#app nav .header-body .category .router .router-item .check {
    /*color: #ff3333;*/
}


#app nav .header-body .category .router .router-item .pops-bkg {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 280px;
    font-size: 13px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-top: 1px;
    box-shadow: 0 0 5px #bfbfbf;
}


#app nav .header-body .category .router .router-item .pops-bkg .pops-area {
    /*padding: 10px;*/
    /*margin: 10px;*/
    /*height: 250px;*/
    /*overflow: hidden;*/
}


#app nav .header-body .category .router .router-item .pops-bkg .pops-area .pops-item {
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #fff;
}

#app nav .header-body .category .router-item h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

#app nav .header-body .category .router-item .pops-bkg .pops-area .pops-item h4 {
    font-size: 13px;
}



#app nav .header-body .category .router .router-item .pops-bkg .pops-area .pops-item .check {
    color: #fff;
    background-color: #f1b324;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
    transition: .5s;

}

#app nav .header-body .category .router .router-item .pops-bkg .pops-area .pops-item:hover {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 50px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
    float: left;
}
#app nav .header-body .category .router .router-item .pops-bkg .pops-area .pops-item a h4{
    color: #000;
}
#app nav .header-body .category .router .router-item .pops-bkg .pops-area .pops-item:hover a h4{
    color:#F40002;
}
#app nav .header-body .category .router .router-item .triangle-up{
    background: #fff;
    text-align: left;
    margin-left: 25px;
    height: 5px;
}

#app nav .header-body .category .router .router-item:hover .pops-bkg,
#app nav .header-body .category .router .router-item:hover .triangle-up {
    display: block;
}
#app nav .header-body .category .router .router-item:hover{
    border-bottom: 2px solid #F40002 ;

}

#app nav .header-body .category .router .router-item .triangle-up i{
    width: 0px;                 /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 5px solid #F40002 ;
    display: inherit;
    border-bottom-color: transparent;    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
}
/*搜索框*/
#app nav .header-body .search{
    width: 53%;
    float: left;
    height: 60px;
}
#app nav .header-body .search .search-body {
    position: relative;
    width: 100%;
    /*margin: 0 auto;*/
    margin-top: 9px;
}

#app nav .header-body .search .search-body input, button {
    border: none;
    outline: none;
}

#app nav .header-body .search .search-body input {
    width: 95%;
    height: 41px;
    padding: 0 5px;
    line-height: 43px;
    font-size: 14px;
}

#app nav .header-body .search .search-body button {
    height: 43px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}
#app nav .header-body .search .search-body .input-select{
    float: left;
    width: 15%;
    height: 41px;
    line-height: 40px;
    color: #505050;
    background: #f4f4f4;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

#app nav .header-body .search .search-body .input-select .select{
    background: #f3f3f3;
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*behavior: url(/front/css/PIE.htc);*/
    /*margin-top: 2px;*/
    /*margin-top: 2px;*/
    display: none;
    position: relative;
    z-index: 10000;
}
#app nav .header-body .search .search-body .input-select .select span{
    width: 100%;
    display: inline-block;
}
#app nav .header-body .search .search-body .input-select:hover .select{
    display: block;
}
#app nav .header-body .search .search-body .bar1 {
    float: left;
    width: 85%;
}
.bar1 input {
    border: 2px solid #F40002 ;
    /*border-radius: 5px;*/
    background: #fff;
    color: #fff;
}
#app nav .header-body .search .search-body .bar1 button {
    top: 0;
    right: -2px;
    background: #F40002 ;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    behavior: url(/front/css/PIE.htc);
    color: #fff;
}
#app nav .header-body .search .search-body .bar1 button:before {

}


#app nav .header-body .vip{
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
}
#app nav .header-body .vip ul li{
    float: left;
    width: 75px;
}
#app nav .header-body .vip ul li a{
    color:#000000;
    font-size: 12px;
    font-weight: bold;
}
#app nav .header-body .user{
    float: right;
    /*margin-right: 10px;*/
}
#app nav .header-body .user .no-login a{
    font-size: 14px;
    display: inline-block;
    line-height: 60px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}


#app nav .header-body .user .no-login a i{
    color:#F40002 ;
}

#app nav .header-body .user .no-login a span{
    color: #FFFFFF;
    background-color: #F40002;
    border: 1px solid #F40002;
    padding: 5px 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
}
.header-bkg {
    display: inline-block;
    width: 100%;
}




#app nav .header-body .user .qq-login .user-info a{
    color:#000;
    font-size: 14px;
    display: inline-block;
    /*line-height: 59px;*/
    line-height: 56px;
    width: 85px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
}

#app nav .header-body .user .qq-login .router-item {
    cursor: pointer;
    display: inline-block;
    /*line-height: 58px;*/
    position: relative;
    width: 85px;
    text-align: center;
    height: 58px;
}


#app nav .header-body .user .qq-login .router-item .check {
    /*color: #ff3333;*/
}


#app nav .header-body .user .qq-login .router-item .pops-bkg {
    display: none;
    position: absolute;
    right: 0;
    z-index: 100;
    background-color: #fff;
    width: 280px;
    font-size: 13px;
    line-height: 40px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px #bfbfbf;
}


#app nav .header-body .user .qq-login .router-item .pops-bkg .pops-area {
    /*padding: 10px;*/
    /*margin: 10px;*/
    /*height: 250px;*/
    /*overflow: hidden;*/
}


#app nav .header-body .user .qq-login .router-item .pops-bkg .pops-area ul li {
    display: inline-block;
    width: 280px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #fff;
}

#app nav .header-body .user .qq-login-item h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}




#app nav .header-body .user .qq-login .router-item .pops-bkg .pops-area .pops-item .check {
    color: #fff;
    background-color: #f1b324;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
    transition: .5s;

}

#app nav .header-body .user .qq-login .router-item .pops-bkg .pops-area .pops-item:hover {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    float: left;
}
#app nav .header-body .user .qq-login .router-item .pops-bkg .pops-area .pops-item a{
    color: #aeaeaf;
}
#app nav .header-body .user .qq-login .router-item .pops-bkg .pops-area .pops-item:hover a{
    color:#fff;
}
#app nav .header-body .user .qq-login .router-item .triangle-up{
    background: #fff;
    text-align: left;
    margin-left: 235px;
    height: 5px;
}

#app nav .header-body .user .qq-login .router-item:hover .pops-bkg,
#app nav .header-body .user .qq-login .router-item:hover .triangle-up {
    display: block;
}
#app nav .header-body .user .qq-login .router-item:hover{
    border-bottom: 2px solid #F40002 ;
}

#app nav .header-body .user .qq-login .router-item .triangle-up i{
    width: 0px;                 /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 5px solid #F40002 ;
    display: inherit;
    border-bottom-color: transparent;    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
}
.pagination{
    height: 60px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.pagination li{
    float: left;
    /*padding: 5px;*/
    font-size: 16px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
}

.pagination li:hover{
    background: #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
}

.pagination .active{
    background: #F40002 ;
    color: #fff;
}
.pagination .active a{
    color: #fff;
    font-size: 16px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    z-index: 0;
    behavior: url(/front/css/PIE.htc);
}

/*以下是老的内容*/

.login-window {
    min-height: 400px;
    font-size: 14px;
}
.login-window .login-left-content{
    width: 38%;
    /*background: #F40002 ;*/
    border-right: 1px solid #d2d2d2;
    height: 400px;
    padding-top: 50px;
}
.login-window .login-left-content ul{
    margin-top: 80px;
}
.login-window .login-left-content ul li{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.login-window .login-right-content{
    width: 60%;
}
.login-window .login-right-content ul{
    margin-top: 80px;
}
.login-window .login-right-content ul li{
    min-height: 50px;
    text-align: center;
}
.login-window .login-right-content ul .window-logo img{
    height: 60px;
    width: 80px;
}

.login-window .login-right-content ul .qq-login-btn a{
    display: inline-block;
    margin-top: 20px;
    width: 60%;
    height: 50px;
    background: #28b7f7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    color: #fff;
}

.login-window .login-right-content ul .wx-login-btn a{
    display: inline-block;
    margin-top: 20px;
    width: 60%;
    height: 50px;
    background: #05d02f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    color: #fff;
}

.login-window .login-right-content ul .login-register{
    font-size: 12px;
    margin-top: 20px;
}
.login-window .login-right-content ul .login-register a{
    color: #00a7d0;
}



.vip-window {
    min-height: 400px;
    font-size: 14px;
}
.vip-window .login-left-content{
    width: 38%;
    /*background: #F40002 ;*/
    border-right: 1px solid #d2d2d2;
    height: 400px;
    padding-top: 50px;
}
.vip-window .login-left-content ul{
    margin-top: 80px;
}
.vip-window .login-left-content ul li{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.vip-window .login-right-content{
    width: 60%;
}
.vip-window .login-right-content ul{
    margin-top: 40px;
}
.vip-window .login-right-content ul li{
    min-height: 100px;
    text-align: center;
    margin-top: 10px;
}
.vip-window .login-right-content ul .window-logo{
    /*height: 60px;*/
    width: 100%;
    /*border-bottom: 1px solid #ddd;*/
}
.vip-window .login-right-content ul .window-log a{
    display: inline-block;
    padding: 20px;
}

.vip-window .login-right-content ul .wx-login-btn a{
    display: inline-block;
    margin-top: 20px;
    width: 60%;
    height: 50px;
    background: #05d02f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    color: #fff;
}

.vip-window .login-right-content ul .vip-login-btn .left-block{
    width: 50%;
}
.vip-window .login-right-content ul .vip-login-btn .right-block{
    width: 50%;
}

.vip-window .login-right-content ul .vip-login-btn .right-block img{
    width: 130px;
    height: 130px;
}
.vip-window .login-right-content ul .login-register{
    font-size: 12px;
    margin-top: 20px;
}
.vip-window .login-right-content ul .vip-login-btn a{
    display: inline-block;
    margin-top: 20px;
    width: 60%;
    height: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    color: #fff;
}
.vip-window .login-right-content ul .login-register a{
}

#ppt-download-link-header{
    width: 140px;
    height: 40px;
    /* border: 1px solid #d2d2d2; */
    display: inline-block;
    line-height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/front/css/PIE.htc);
    line-height: 40px;
    background: #F40002 ;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}


#app nav .header-body .search .search-body .dropdown-menu{
    position: absolute;
    background: #fff;
    width: 79%;
    /*min-height: 350px;*/
    margin-left: 15%;
    display: inline-block;
    z-index: 100000;
    margin-top: 50px;
}
#app nav .header-body .search .search-body .dropdown-menu a{
    display: inline-block;
    width: 100%;
}
#app nav .header-body .search .search-body .dropdown-menu .dropdown-content{
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
}
#app nav .header-body .search .search-body .dropdown-menu .dropdown-content:hover{
    background: #f5f5f5;
}
#app nav .header-body .search .search-body .dropdown-menu .dropdown-content span{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #F40002 ;
}
#app nav .header-body .search .search-body .dropdown-menu .update-dropdown span{
    color: #989898;
}
#app nav .header-body .search .search-body .dropdown-menu .dropdown-content em{
    font-size: 14px;
    color: #000;
}



.vip-window-two {
    min-height: 400px;
    font-size: 14px;
}
.vip-window-two .login-left-content{
    width: 23%;
    /*background: #F40002 ;*/
    border-right: 1px solid #d2d2d2;
    height: 450px;
    /*padding-top: 50px;*/
}
.vip-window-two .login-left-content ul{
    margin-top: 80px;
}
.vip-window-two .login-left-content ul li{
    height: 32px;
    line-height: 32px;
    text-align: left;
    /*padding-left: 20px;*/
    width: 65%;
    margin: 0 auto;
}
.vip-window-two .login-right-content{
    width: 76%;
}

.vip-window-two .login-right-content ul .window-logo{
    /*height: 60px;*/
    width: 100%;
    /*border-bottom: 1px solid #ddd;*/
    min-height: 200px;
}
.vip-window-two .login-right-content .window-logo ul li{
    width: 25%;
    float: left;
    text-align: center;
    /*border: 2px solid #ddd;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/front/css/PIE.htc);
    margin-left: 20px;
    padding: 10px;
    cursor: pointer;
}
.vip-window-two .login-right-content  .window-log{
    margin:  0 auto;

}
.vip-window-two .login-right-content  .window-log ul a{
    display: inline-block;
    padding: 20px;
}

.vip-window-two .login-right-content  .wx-login-btn ul a{
    display: inline-block;
    margin-top: 20px;
    width: 60%;
    height: 50px;
    background: #05d02f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    color: #fff;
}

.vip-window-two .login-right-content .vip-login-btn ul{
    margin-top: 10px;
}
.vip-window-two .login-right-content .vip-login-btn ul li{
    min-height: 100px;
    text-align: left;
    width: 80%;
    margin: 10px auto;
}

.vip-window-two .login-right-content  .vip-login-btn .left-block{
    width: 50%;
    text-align: center;
    padding-top: 20px;
}
.vip-window-two .login-right-content  .vip-login-btn .right-block{
    width: 50%;
}

.vip-window-two .login-right-content  .vip-login-btn .right-block img{
    width: 130px;
    height: 130px;
}
.vip-window-two .login-right-content  .login-register{
    font-size: 12px;
    margin-top: 20px;
}
.vip-window-two .login-right-content  .vip-login-btn a{
    display: inline-block;
    margin-top: 20px;
    width: 60%;
    height: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/front/css/PIE.htc);
    line-height: 50px;
    color: #fff;
}

.pay-window{

}
.pay-window .layui-layer-content{
    text-align: center;
}
.pay-window .layui-layer-btn .layui-layer-btn0{
    border-color: #F40002 ;
    background-color: #F40002 ;
    font-size: 12px;
}
.pay-window .layui-layer-btn .layui-layer-btn1{
    font-size: 12px;
}





#app .scroll-nav .header-body .search{
    width: 53%;
    float: left;
    height: 60px;
}
#app .scroll-nav .header-body .search .search-body {
    position: relative;
    width: 100%;
    /*margin: 0 auto;*/
    margin-top: 9px;
}

#app .scroll-nav .header-body .search .search-body input, button {
    border: none;
    outline: none;
}

#app .scroll-nav .header-body .search .search-body input {
    width: 95%;
    height: 42px;
    padding: 0 5px;
    line-height: 43px;
    font-size: 14px;
}

#app .scroll-nav .header-body .search .search-body button {
    height: 43px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}
#app .scroll-nav .header-body .search .search-body .input-select{
    float: left;
    width: 15%;
    height: 42px;
    line-height: 40px;
    color: #505050;
    background: #f4f4f4;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

#app .scroll-nav .header-body .search .search-body .input-select .select{
    background: #f3f3f3;
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*behavior: url(/front/css/PIE.htc);*/
    margin-top: 1px;
    display: none;
}
#app .scroll-nav .header-body .search .search-body .input-select .select span{
    width: 100%;
    display: inline-block;
}
#app .scroll-nav .header-body .search .search-body .input-select:hover .select{
    display: block;
}
#app .scroll-nav .header-body .search .search-body .bar1 {
    float: left;
    width: 85%;
}
.bar1 input {
    border: 2px solid #F40002 ;
    /*border-radius: 5px;*/
    background: #fff;
    color: #fff;
}
#app .scroll-nav .header-body .search .search-body .bar1 button {
    top: 0;
    right: -2px;
    background: #F40002 ;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    behavior: url(/front/css/PIE.htc);
    color: #fff;
}
#app .scroll-nav .header-body .search .search-body .bar1 button:before {

}

#app .scroll-nav .header-body .search .search-recommend .tag-list a{

}

@media only screen and (min-width: 1280px) and (max-width: 1480px) {
    #app nav .header-body{
        width: 1280px;
    }
}
@media only screen and (min-width: 1480px) and (max-width: 2480px) {
    #app nav .header-body{
        width: 1360px;
    }
}
@media only screen and (min-width: 860px) and (max-width: 1300px) {
    #app nav .header-body{
        width: 1150px;
    }
}

#app .header-body .search-recommend .tag-list{
    float:left;
    height: 36px;
    color: #999;
    text-align: left;
    font-size: 16px;
    position: relative;
    z-index: 0;
    line-height: 56px;
    font-weight: 600
}
#app .header-body .search-recommend .tag-list a{
    display: inline-block;
    margin-right: 8px;
    padding: 0px 8px;
}
