@charset "UTF-8";
/*主要存放公共头部、底部等通用css*/

body{
    background-color: #f7f7f7;
    min-width: 1220px;
    overflow-x: auto;
}
.vzkoo-center{
    width: 1200px;
    margin: 0 auto;
}
.vzkoo-center-full{
    width: 100%;
    margin: 0 auto;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 18px;
}
h3{
    font-size: 14px;
}
/*头部视频*/
.header{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: url(../images/videobg2-low.jpg) top center no-repeat;
    /* background-color: #091b2a; */
    background-size: auto 100%;
}
.header .banner-video{
    /*width: 100%;*/
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 8;
    margin-left: -960px;
}
.blackbg{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}
.header-menu{
    width: 100%;
    height: 60px;
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0) ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* 标准的语法 */
    position: relative;
    z-index: 99;
    position: fixed;
    top: 0;
    transition: all 0.5s;
}
.header-menu-fixed{
    background: none;
    background-color: #222630;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: all 0.5s;
}
.header-menu-fixed .header-logo{
    height: 40px;
    width: 142px;
    margin-top: 9px;
    transition: all 0.5s;
}
.header-menu-fixed .header-menu-right .header-nav li{
    margin: 0 25px 0 15px;
    transition: all 0.5s;
}
.header-logo{
    display: block;
    height: 44px;
    width: 156px;
    margin-top: 7px;
    float: left;
    transition: all 0.5s;
}
.header-logo img{
    height: 100%;
    width: 100%;
}
.header-menu-right{
    float: right;
    height: 60px;
    width: auto;
}
.header-menu-right .header-nav{
    float: left;
}
.header-menu-right .header-nav li{
    height: 60px;
    display: inline-block;
    margin: 0 32px 0 15px;
    transition: all 0.5s;
}
.header-menu-right .header-nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}
.header-menu-right .header-nav li a:hover{
    color: #ffc41f;
}
.header-menu-right .header-nav .on a{
    color: #ffc41f;
    position: relative;
}
.header-menu-right .header-nav .on a::after{
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 100px;
    background-color: #ffc41f;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0;
    z-index: 11;
}
.header-login{
    display: block;
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    margin-top: 14px;
    background: url(../images/login-icon.png) 15px center no-repeat;
    background-size: 14px 16px;
    padding-left: 36px;
    margin-left: 20px;
}
.header-login a{
    color: #fff;
    font-size: 14px;
    margin: 0 2px;
}
.header-login a:hover{
    color: #ffc41f;
}
.header-login2{
    display: block;
    float: right;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 100px;
    margin-top: 14px;
    background: url(../images/login-icon.png) 15px center no-repeat;
    background-size: 14px 16px;
    padding-left: 36px;
    margin-left: 20px;
}
.header-login2 .mesg{
    display: inline-block;
    padding-left: 30px;
    background: url(../images/login-icon2.png) 3px center no-repeat;
    background-size: 16px 15px;
}
.header-login2 a{
    color: #fff;
    font-size: 14px;
    margin: 0 2px;
}
.header-login2 a:hover{
    color: #ffc41f;
}
.header-login2 .header-quit{
    display: block;
    float: right;
}
.header-login2 .header-quit a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../images/login-icon3.png) center no-repeat;
    background-size: 15px 14px;
}
.header-login2 .header-quit a:hover{
    background-color: rgba(255, 255, 255, 0.15);
}
.header-title{
    display: block;
    font-size: 52px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-top: 156px;
}
.header-search{
    width: 100%;
    position: relative;
    z-index: 10;
}
.header-search .sp1{
    display: block;
    text-align: center;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin-top: 150px;
}
.search-body{
    display: block;
    text-align: center;
    margin-top: 35px;
    position: relative;
}
.second-logo{
    display: block;
    position: absolute;
    width: 82px;
    height: 68px;
    z-index: 19;
    left: 136px;
    bottom: 4px;
}
.second-logo img{
    width: 100%;
    height: 100%;
}
.search-body .two-btn{
    position: absolute;
    width: 250px;
    height: 54px;
    display: block;
    top: 0;
    right: 0px;
    z-index: 19;
    text-align: left;
}
.search-body .two-btn a{
    display: inline-block;
    width: 60px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    padding-top: 36px;
    text-align: center;
    margin-left: 20px;
}
.search-body .two-btn a:hover{
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
}
.upload-btn{
    background: url(../images/header-upload.png) top 7px center no-repeat;
    background-size: auto 24px;
}
.approve-btn{
    background: url(../images/header-renzheng.png) top 7px center no-repeat;
    background-size: auto 24px;
}
.search-hot{
    width: 670px;
    margin: 0 auto;
    margin-top: 8px;
}
.search-hot .title1{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 4px;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}
.search-hot ul{
    float: left;
}
.search-hot ul li{
    display: inline-block;
    margin-right: 10px;
}
.search-hot ul li a{
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
}
.search-hot ul li a:hover{
    background-color: rgba(255, 255, 255, 0.25);
}
.search-border{
    display: inline-block;
    width: 670px;
    height: 54px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.search-border .selcet1{
    float: left;
    width: 64px;
    margin-left: 20px;
    height: 54px;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #707b86;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-icon.png) right center no-repeat;
    background-size: 11px 6px;
}
.search-border .sub1{
    width: 105px;
    height: 54px;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
    float: right;
    background: url(../images/search-icon.png) center no-repeat;
    background-size: 24px 24px;
    background-color: #00a6e6;
    cursor: pointer;
}
.search-border .sub1:hover{
    background-color: #24c2ff;
}
.search-border .sub1:active{
    background-color: #0096d0;
}
.search-border .input1{
    width: 450px;
    height: 52px;
    line-height: 54px;
    border: none;
    outline: none;
    float: left;
    font-size: 16px;
    margin-left: 10px;
}
.search-border .input1::placeholder{
    color: #bbbbbb;
}
/*二级头部*/
.second-header{
    height: 340px;
}
.second-header .header-search .sp1{
    margin-top: 72px;
}
.second-header .header-menu{
    position: absolute;
    bottom: 0;
    top: auto;
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7) ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); /* 标准的语法 */
}
.second-header .header-menu-right{
    width: 100%;
    float: none;
}
.second-header .header-menu-fixed{
    background: none;
    background-color: #222630;
}
/*个人中心头部*/
.person-header{
    height: 340px;
}
.footer{
    width: 100%;
    background-color: #292e3e;
    margin-top: 15px;
    padding-bottom: 15px;
}
.footer-left{
    width: 800px;
    float: left;
}
.footer-right{
    width: 400px;
    float: right;
}
.footer-qr{
    width: 120px;
    text-align: center;
    float: right;
    margin-top: 20px;
}
.footer-qr img{
    width: 90px;
    height: 90px;
}
.footer-qr span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #bcc3ce;
    margin-top: 4px;
}
.footer-left .ul1{
    width: 100%;
    margin-top: 24px;
}
.footer-left .ul1 li{
    display: inline-block;
}
.footer-left .ul1 li a{
    font-size: 14px;
    color: #fff;
    padding: 0 16px;
    position: relative;
}
.footer-left .ul1 li:first-child a{
    padding-left: 0;
}
.footer-left .ul1 li a:hover{
    color: #bcc3ce;
}
.footer-left .ul1 li a::after{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #bcc3ce;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
}
.footer-left .ul1 li:last-child a::after{
    display: none;
}
.footer-add{
    width: 100%;
    margin-top: 50px;
}
.footer-add span{
    display: inline-block;
    color: #bcc3ce;
    font-size: 12px;
    margin-right: 20px;
}
.footer-add span a{
    color: #bcc3ce;
}
.footer-add span a:hover{
    color: #ffffff;
}
.footer-add .sp1{
    background: url(../images/footer-plice.png) left center no-repeat;
    background-size: auto 14px;
    padding-left: 20px;
}
/*侧边分享*/
.sharebar{
    position: fixed;
    /* left: 10px; */
    bottom: 164px;
    z-index: 9999;
    width: 60px;
}
.sharebar .goto-top{
    display: none;
}
.sharebar-ul{
    width: 100%;
    border-right: none;
    position: relative;
}
.sharebar-ul li{
    height: 55px;
    padding: 0 10px;
    display: block;
    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
}
.sharebar-ul li:last-child{
    border-bottom: none;
}
.sharebar-ul li a{
    display: block;
    /* height: 100%; */
    text-align: center;
    padding-top: 36px;
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: top 10px center;
    font-size: 12px;
    color: #666666;
}
.sharebar-ul li a:hover{
    color: #00a6e6;
}
.sharebar-btn{
    display: block;
    width: 100%;
    background-color: #00a6e6;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 0;
}
.sharebar-ul .fav-btn{
    margin-top: 8px;
}
.sharebar-ul .fav-btn a{
    background-image: url(../images/shoucang-icon.png);
}
.sharebar-ul .fav-btn  .active{
    background-image: url(../images/shoucang-iconh.png);
    color: #ffb135;
}
.sharebar-ul .fav-btn  .active:hover{
    color: #ffb135;
}
.sharebar-ul .dianzan-btn a{
    background-image: url(../images/dianzan-icon.png);
}
.sharebar-ul .dianzan-btn .active{
    background-image: url(../images/dianzan-iconh.png);
    color: #f85555;
}
.sharebar-ul .dianzan-btn .active:hover{
    color: #f85555;
}
.sharebar-ul .fav-btn a:hover{
    color: #333;
}
.sharebar-ul .dianzan-btn a:hover{
    color: #333;
}
.sharebar-ul .goto-top{
    margin-top: 8px;
}
.sharebar-ul .goto-top a{
    padding-top: 14px;
}
.sharebar-ul .goto-top i{
    font-size: 24px;
    color: #bbbbbb;
}
.sharebar-ul .goto-top a:hover i{
    color: #00a6e6;
}
/*弹窗*/
.pop-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
.pop-body{
    width: 100%;
    background-color: #fff;
}
.pop-body-hd{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #d8d8d8;
}
.pop-body-hd ul{
    width: 80%;
    float: left;
}
.pop-body-hd ul li{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 18px;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
}
.pop-body-hd ul .on{
    font-weight: bold;
    border-bottom: 2px solid #00a6e6;
}
.pop-close{
    float: right;
    display: block;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.pop-close i{
    font-size: 14px;
    color: #999;
}
.pop-close:hover i{
    color: #00a6e6;
}
.pop-body-bd{
    width: 100%;
}
.pop-login{
    padding: 10px 30px 20px 30px;
}
.pop-register{
    padding: 10px 30px 20px 30px;
}
.pop-changeheader{
    padding: 20px 30px 10px 30px;
    text-align: center;
}
.pl-user{
    width: calc(100% - 38px - 2px);
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
    background: url(../images/pl-user-icon.png) 10px center no-repeat;
    background-size: 14px auto;
    border-radius: 5px;
    padding-left: 38px;
    font-size: 14px;
    outline: none;
    margin-top: 15px;
}
.pl-user::placeholder{
    color: #aaaaaa;
}
.pl-psd{
    width: calc(100% - 38px - 2px);
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
    background: url(../images/pl-psw-icon.png) 10px center no-repeat;
    background-size: 14px auto;
    border-radius: 5px;
    padding-left: 38px;
    font-size: 14px;
    outline: none;
    margin-top: 15px;
}
.pl-psd::placeholder{
    color: #aaaaaa;
}
.pl-phone{
    width: calc(100% - 38px - 2px);
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
    background: url(../images/pl-phone-icon.png) 10px center no-repeat;
    background-size: 14px auto;
    border-radius: 5px;
    padding-left: 38px;
    font-size: 14px;
    outline: none;
    margin-top: 15px;
}
.pl-phone::placeholder{
    color: #aaaaaa;
}
.pl-psw{
    width: calc(100% - 38px - 2px);
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
    background: url(../images/pl-psw-icon.png) 10px center no-repeat;
    background-size: 14px auto;
    border-radius: 5px;
    padding-left: 38px;
    font-size: 14px;
    outline: none;
    margin-top: 15px;
}
.pl-psw::placeholder{
    color: #aaaaaa;
}
.pl-subbtn{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #00a6e6;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    outline: none;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    font-size: 16px;
}
.pl-subbtn:hover{
    background-color: #03aff2;
}
.pl-subbtn:active{
    background-color: #009edb;
}
.ph-uploadpic{
    width: 100%;
    height: 34px;
    line-height: 32px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
}
.ph-uploadpic:hover{
    border: 1px solid #00a6e6;
    color: #00a6e6;
    background-color: #e9f9ff;
}
.pl-noaccount{
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.pl-noaccount .goto-reg{
    color: #00a6e6;
}
.pl-noaccount .goto-reg:hover{
    text-decoration: underline;
}
.pl-noaccount .forget-psw{
    float: right;
}
.pl-noaccount .forget-psw a{
    color: #00a6e6;
}
.pl-noaccount .forget-psw a:hover{
    text-decoration: underline;
}
.pl-noaccount .goto-psw a:hover{
    text-decoration: underline;
}
.pop-line{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: url(../images/line.jpg) center repeat-x;
    text-align: center;
    margin-top: 25px;
}
.pop-line span{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    background-color: #fff;
}
.pop-tip{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 6px;
}
.pop-chooselogin{
    text-align: left;
    padding: 0 30px;
    height: 60px;
    background-color: #fafafa;
    margin-top: 20px;
}
.pop-chooselogin li{
    display: inline-block;
    line-height: 24px;
    margin: 18px 6px;
}
.pop-chooselogin li img{
    width: 24px;
    height: 24px;
}
.pop-chooselogin li span{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    color: #999999;
}
.pop-c-title{
    float: left;
    color: #999;
}
.pr-input{
    width: calc(100% - 10px - 2px);
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
    margin-top: 15px;
}
.pr-input::placeholder{
    color: #aaaaaa;
}
.pop-get-code{
    display: block;
    width: calc(100% - 2px);
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 5px;
}
.getcode-inp{
    width: calc(60% - 10px);
    float: left;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
}
.getcode-inp::placeholder{
    color: #aaaaaa;
}
.getcode-btn{
    width: 38%;
    height: 36px;
    line-height: 36px;
    float: right;
    text-align: center;
    border: none;
    outline: none;
    background-color: transparent;
    color: #00a6e6;
    font-size: 14px;
    cursor: pointer;
}
.getcode-btn:hover{
    color: #04b3f6;
}
.getcode-btn:active{
    color: #009fdd;
}
.getcode-btn:disabled{
    color: #999999;
}
.wrong-tip{
    display: block;
    margin-top: 6px;
    height: 16px;
    padding-left: 10px;
    font-size: 12px;
    color: #f22020;
}
.feedback{
    padding: 10px 20px 20px 10px;
}
.feedback-title{
    width: 100%;
    margin-top: 10px;
}
.feedback-title .tit1{
    display: block;
    float: left;
    font-size: 14px;
    color: #000;
    width: 88px;
    text-align: right;
    height: 26px;
    line-height: 26px;
}
.feedback-title .tit1 i{
    color: #ec2c2c;
}
.feedback-title ul li{
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #cccccc;
    border-radius: 100px;
    font-size: 12px;
    color: #000000;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    cursor: pointer;
}
.feedback-title ul .active, .feedback-title ul li:hover{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}
.feedback-cont{
    width: 100%;
    margin-top: 15px;
}
.feedback-cont .tit1{
    display: block;
    float: left;
    font-size: 14px;
    color: #000;
    width: 88px;
    text-align: right;
    height: 26px;
    line-height: 26px;
}
.feedback-cont .tit1 i{
    color: #ec2c2c;
}
.feedback-cont textarea{
    resize: none;
    float: left;
    width: calc(100% - 88px - 8px);
    border: 1px solid #d8d8d8;
    height: 150px;
    border-radius: 5px;
    outline: none;
    line-height: 24px;
    font-size: 14px;
    font-family:"Microsoft YaHei","PingFang SC";
}
.feedback-upload{
    width: 100%;
    margin-top: 15px;
}
.feedback-upload .tit1{
    display: block;
    float: left;
    font-size: 14px;
    color: #000;
    width: 88px;
    text-align: right;
    height: 28px;
    line-height: 28px;
}
.feedback-upload .tit1 i{
    color: #ec2c2c;
}
.upload-btn2{
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    background-color: #f7f7f7;
}
.upload-btn2:hover{
    border: 1px solid #00a6e6;
    color: #00a6e6;
    background-color: #e9f9ff;
}
.upload-tip{
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
.feedback-btn{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.feedback-subbtn{
    width: 120px;
    height: 34px;
    background-color: #00a6e6;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.feedback-subbtn:hover{
    background-color: #0db6f7;
}
.feedback-subbtn:active{
    background-color: #009bd9;
}
/* .mini-dialog-header{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-bottom: none  !important;
}
.mini-dialog-header span{
    display: none !important;
} */
.pop-header-big{
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.pop-header-big .ph-sp1{
    display: block;
    width: 350px;
    height: 350px;
    border: 1px solid #d8d8d8;
}
.pop-header-big .ph-sp1 img{
    width: 100%;
    height: 100%;
}
.pop-header-small{
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.pop-header-small .ph-sp1{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}
.pop-header-small .ph-sp2{
    display: block;
    margin-top: 20px;
    text-align: center;
    height: 210px;
}
.pop-header-small .ph-sp3{
    display: block;
    height: 62px;
    text-align: left;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    padding: 15px;
}
.pop-header-small .ph-sp3 i{
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}
.pop-header-small .ph-sp2 img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}
/* .mini-dialog-header i{
    margin-right: -6px !important;
    margin-top: -6px !important;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff !important;
    border-radius: 50%;
}
.mini-dialog-header{
    overflow: auto !important;
} */
.mini-dialog-main{
    text-align: justify;
}
.uploadpic-box{
    display: block;
    float: left;
    width: 780px;
}
.header-menu-fixed2{
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;
}
.secondbar-fixed{
    position: fixed !important;
    top: 60px;
    border-top: 10px solid #fff;
    z-index: 98;
}
.pdf-btnbar-fixed{
    position: fixed !important;
    bottom: 0;
    left: auto !important;
    z-index: 97;
}
/*底部固定*/
.pdf-btnbar-fixed{
    position: fixed;
    left: auto;
    z-index: 99;
}
/*我的消息*/
.tt-message{
    width: 100%;
}
.tt-message-hd{
    width: 100%;
}
.tt-message-hd ul{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tt-message-hd ul li{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    padding: 5px 0;
}
.tt-message-hd ul li i{
    background-color: #ec2c2c;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    right: -18px;
    top: -2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
}
.tt-message-hd ul li a{
    font-size: 15px;
}
.tt-message-hd ul .active{
    border-bottom: 2px solid #03a7e7;
}
.tt-xtxx{
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.tt-xtxx .ttx-sp1{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.tt-xtxx .ttx-sp1 i{
    font-size: 20px;
}
.tt-xtxx .ttx-sp1 img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.tt-xtxx .ttx-sp2{
    flex: 1;
    margin-left: 20px;
}
.tt-xtxx .ttx-sp2 .ttx-p1{
    font-size: 14px;
    color: #666;
}
.tt-xtxx .ttx-sp2 .ttx-p1 i{
    color: #000;
    margin-right: 6px;
}
.tt-xtxx .ttx-sp2 .ttx-p2{
    font-size: 16px;
    margin-top: 4px;
}
.tt-xtxx .ttx-sp2 .ttx-p4{
    font-size: 16px;
    margin-top: 6px;
    background-color: #f1f2f3;
    padding: 10px 10px;
}
.tt-xtxx .ttx-sp2 .ttx-p4 i{
    margin-right: 6px;
}
.tt-xtxx .ttx-sp2 .ttx-p4 a{
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}
.tt-xtxx .ttx-sp2 .ttx-p4 a:hover{
    text-decoration: underline;
}
.tt-xtxx .ttx-sp2 .ttx-p3{
    font-size: 14px;
    margin-top: 4px;
    color: #999;
}
.dynamic-effect{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.starry-sky-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    background: url(https://public.vzkoo.com/static/themes/images/videobg2.jpg) top center no-repeat;
    background-size: auto 100%;
}
/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1632px) and (max-width: 1939px) {
    .header{
        background-size: 100% 100%;
    }
    .starry-sky-bg{
        background-size: 100% 100%;
    }
}
@media screen and (min-width:1940px){
    .header{
        background-size: 100% auto;
    }
    .starry-sky-bg{
        background-size: 100% auto;
    }
}

.article-read{
    padding: 0 15px;
    margin-top: 10px;
}
.article-read ul{
    width: 100%;
}
.article-read ul li a{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background: url(../images/third-icon.png) left center no-repeat;
    background-size: 5px auto;
    /*display: block;*/
    padding-left: 10px;
}
.article-read ul li a:hover{
    color: #00a6e6;
}
.article-read ul li i{
    color: #f30000;
}
.article-read ul li strong {
    color: #f30000;
}
.article-read .ar-tit{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.article-report{
    padding: 0 15px;
    margin-top: 20px;
}
.article-report .ar2-tit{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.article-report .ar2-list{
    border: 1px solid #d8d8d8;
    padding: 10px;
}
.article-report .ar2-list h3{
    /* font-weight: bold; */
    color: #222222;
}
.article-report .ar2-list h3 a{
    color: #222222;
    font-size: 16px;
}
.article-report .ar2-list h3 i{
    color: #f30000;
}
.article-report .ar2-list h3 strong {
    color: #f30000;
}
.article-report .ar2-list a:hover{
    color: #00a6e6;
}
.article-report .ar2-list .p2{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.article-report .ar2-list .p2 strong{
    color: #f30000;
}
.ar2-list .al-left{
    display: block;
    float: left;
    width: 124px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}
.ar2-list .al-left img{
    width: 100%;
    height: 100%;
}
.ar2-list .al-right{
    width: 640px;
    float: left;
    margin-left: 15px;
}
.ar2-list .gticon{
    width: 80px;
    display: block;
    float: right;
    text-align: right;
    margin-top: 30px;
}
.ar2-list .gticon i{
    font-size: 12px;
    margin-left: 2px;
}
.ar2-list .gticon a{
    font-size: 14px;
    color: #999;
}
.article-tag{
    padding: 0 15px;
    margin-top: 24px;
}
.article-tag ul{
    width: 100%;
}
.article-tag .at-tit{
    display: inline-block;
    padding: 5px 10px 5px 0;
    font-size: 20px;
    font-weight: bold;
}
.article-tag ul li{
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
}
.article-tag ul li a{
    display: inline-block;
    padding: 5px 12px;
    background-color: #ebf3f6;
    border-radius: 100px;
    color: #262c2e;
    font-size: 14px;
}
.article-tag ul li a:hover{
    background-color: #dae6eb;
}
i {
    font-style: normal;
}
.ds-comment-body em{
    color: #00a6e6;
}
/*推荐文档面包屑开始*/
.tuijian-location{
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px
}
.tuijian-location li{
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin: 0 5px;
}
.tuijian-location i{
    color: #999;
    font-size: 16px;
}
.tuijian-location li a{
    color: #5e5f64;
    font-size: 14px;
}
.tuijian-location li a:hover{
    color: #00a6e6;
}
.tuijian-location .tit-icon{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 10px;
}
/*推荐文档面包屑结束*/