/*公用*/
html, body, header, main, footer {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #333;
    font-family:"microsoft yahei";
}
/*[if lt IE 10]*/
.header {
    width: 100%;
    height: 68px;
    display: flex;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    /*  border-bottom:1px solid #4285F4;*/
}

.header_left {
    width: 45%;
    display: flex;
    float: left;
    align-items: center;
}
.header_left .pc_logo{
    display: none;
}
.header_left a {
    width: 191px;
    height: 51px;
    display: flex;
    align-items: center;
}
/*[endif]*/
li {
    list-style: none;
}

.fn-right-ico {
    width: 100%;
    height: 100vh;
    /*相对于视口的高度。视口被均分为100单位的vh*/
    background-color: #24253a;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 96;
    display: none;
}
header{
    z-index: 99999;
    background-color: #24253a;
    border-bottom: none;
}

.header {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    background-color: #24253a;
    /*  border-bottom:1px solid #4285F4;*/
}

.header_left {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_left .pc_logo{
    display: none;
}
.header_left a {
    width: 191px;
    height: 51px;
    display: flex;
    align-items: center;
}
/*logo*/
.header_left a img {
    width: 160px;
    height: 44px;
}
/*手机导航条*/
.header_nav {
    width: 100%;
}
.new_header_nav {
    width: 34%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -100%;
    overflow: visible;
    background-color: rgba(0,0,0,0.8) !important;
    z-index: 9999;
    color: white;
    padding-top: 17%;
}
.header_nav>li {
    display: flex;
    flex-flow: column;
}
.header_nav>li>a {
    color: #a6a6a6;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 3px;
    padding: 10px 0;
    /*display: flex;*/
    align-items: center;
    text-align: center;
}

.header_nav>li>a>img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 20px;
}
.header_nav>li>a.active{
    background: #15132b;
    color: #fff;
}
.header_nav>li>a:hover {
    background: #15132b;
    color: #fff;
}

.header_nav>li>span {
    color: white;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 10px 0 0 55px;
    display: flex;
    align-items: center;
}
.header_nav>li>span a{
    color: white;
}
.h_mr{
    display: none;
}
.register_btn{
    display: block;
}
.header_nav>li>span>img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 20px;
}
.header_nav_r{
    width: 100%;
    background-color: transparent;
    color: white;
    overflow: visible;
}
.header_nav_r img{
    display: none;
}
.header_nav_r>div{
    width: 100%;
}
.header_nav_r>div>a{
    color: #a6a6a6;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 3px;
}
.header_nav_r>div>a b{
    font-weight: 400;
}
/*中英切换按钮*/
.header_nav_r .lan_btn{
    width: 54px;
    line-height: 22px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
}
.lan_btn span{
    display: inline-block;
    color: #084cf9;
    background: #fff;
    cursor: pointer;
    width: 100%;
    padding-left: 18%;
    border-radius: 2px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
}
.lan_show{
    margin-bottom: 3%;
}
.lan_btn .lan_hide{
    display: none;
}
.lan_btn:hover .lan_hide{
    display: block;
}
.header_nav_r .head_arrow{
    width: 43%;
    display: inline-block;
}
.header_nav_r .lan_btn a{
    height: auto;
}
/*小箭头*/
.header_arrow {
    transform: rotate(-90deg);
    transition: all 0.25s ease-in-out;
}

.transform_a {
    transform: rotate(0deg);
}

.transform_b {
    transform: rotate(-90deg);
}

.header_nav>li>span:hover {
    color: #4285F4;
}
/*手机下拉菜单颜色*/
.header_nav>li>section {
    width: 0;
    height: 0;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    right: 100%;
}
.header_nav>li>section>a:hover{
    color:#4285f4;
}

.header_nav>li>section>a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    font-size: 16px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
}

.header_right {
    width: 20%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_right img{
    width: 30px;
    height: 24px;
}
/*牛头*/
.fn-line-kf{
    position:fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}
/*ios多个软件包下载*/
.ios-download-layer{
    display: none;
    color: #333;
    padding-bottom: 17px;
}
.ios-download-title{
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    position: relative;
    border-bottom: 1px solid #dfdddd;
    margin-bottom: 30px;
}
.ios-dl-shut{
    position: absolute;
    right: 19px;
    top: 20px;
    cursor: pointer;
}
.ios-dl-qrcode{
    padding: 0 42px 0 57px;
}
.ios-qrcode-items{
    text-align: center;
    width: 172px;
    /*float: left;*/
    margin: 0 auto;
}
.ios-qr-title{
    font-size: 14px;
}
.ios-qr-hot{
    color: #f3110f;
}
.ios-qr-hot img{
    margin-top: -12px;
}
.ios-qrcode{
    background: #ff4242;
    padding: 9px 0;
    margin-top: 12px;
}
.ios-qrcode .ios-hicn{
    width: 154px;
}
.ios-dl-btn{
    width: 145px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    margin-top: 20px;
}
.ios-dl-btn:hover{
    background: url("../png/btn2-2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    line-height: 30px;
    color: #fff;
}
.onecn-wrap{
    margin: 0 70px;
}
.ios-dl-tips{
    font-size: 16px;
    color: #f37112;
    border-bottom: 1px solid #f37112;
    width: 460px;
    margin: 50px auto 0;
}
/*pc、pad屏幕*/
@media screen and (min-width: 768px) {
    header {
        width: 100%;
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        transition: background 1s;
        -moz-transition: background 1s; /* Firefox 4 */
        -webkit-transition: background 1s; /* Safari 和 Chrome */
        -o-transition: background 1s; /* Opera */
    }
    header:hover{
        background: #24253a !important;

    }
    .header {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        /*border-bottom: 1px solid #4285F4; */
        background-color: transparent;
    }
    .header a{
        font-size: 16px;
    }
    .header span {
        font-size: 15px;
        line-height: 69px;
    }
    .header_left{
        width: 192px;
    }
    .header_left img{
        display: none;
    }
    .header_left .pc_logo{
        display: block;
    }
    .new_header_nav{
        width: 80%;
        position: relative;
        right: 0;
        left: 10px;
        display: flex;
        /*justify-content: space-between;*/
        align-items: flex-start;
        background-color: transparent !important;
        color: white;
        overflow: visible;
        height:100%;
        padding-top: 0;
    }
    .header_nav{
        width: 100%;
        position: relative;
        right: 0;
        display: flex;
        /*justify-content: space-between;*/
        align-items: flex-start;
        background-color: transparent;
        color: white;
        overflow: visible;
        height:100%;
        padding-top: 0;
    }
    .header_nav img{
        display: none;
    }
    .header_nav>li{
        width: 90px;
    }
    .header_nav>li>a{
        height: 70px;
        color: white;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .header_nav>li>a.active{
        background: none;
        color: #4285F4;
    }
    .header_nav_r{
        /*width: auto;*/
        position: relative;
        right: 0;
        display: flex;
        /*justify-content: space-between;*/
        align-items: flex-start;
        background-color: transparent;
        color: white;
        overflow: visible;
        height:100%;
    }
    .header_nav_r img{
        display: none;
    }
    .header_nav_r .tx{
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 5px;
    }
    .header_nav_r>div{
        width: 100px;
    }
    .header_nav_r>div>a{
        height: 70px;
        color: white;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .header_nav>li>a:hover{
        background: none;
        color: #4285F4;
    }
    .h_mr{
        display: inline-block;
    }
    .register_btn{
        display: none;
    }
    /*中英切换按钮*/
    .header_nav_r .lan_btn{
        float: left;
        width: 90px;
        line-height: 22px;
        margin-top: 25px;
        margin-left: 6%;
        margin-right: 4%;
        flex-shrink: 0;
    }
    .lan_btn span{
        display: inline-block;
        color: #084cf9;
        background: #fff;
        cursor: pointer;
        width: 100%;
        padding-left: 10%;
        border-radius: 2px;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
    }
    .lan_show{
        margin-bottom: 3%;
    }
    .lan_btn .lan_hide{
        display: none;
    }
    .lan_btn:hover .lan_hide{
        display: block;
    }
    .header_nav_r .head_arrow{
        width: 22%;
        display: inline-block;
    }
    .header_nav_r .lan_btn a{
        height: auto;
    }
    /**调整登录注册按钮位置**/
    #login-nav{
        padding-right: 5px;
        justify-content: flex-end;
    }
    #login-nav b{
        font-weight: 400;
        border: 1px solid #4285f4;
        letter-spacing: 0;
        padding: 0 8px;
        border-radius: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    #register-nav{
        padding-left: 5px;
        justify-content: flex-start;
    }
    #center-nav{
        justify-content: flex-end;
        float: right;
    }
    #center-nav>.avatar_icon{
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 20px;
        margin-right: 5px;
    }
    #logout-nav{
        display: inline-block;
        height: 70px;
        line-height: 70px;
    }
    #logout-nav img{
        position: relative;
        left: -20px;
        display:inline-block;
        width: 12px;
        height: 12px;
        vertical-align: middle;
    }
    #logout-nav span{
        position: relative;
        left: 0;
        font-size: 14px;
        color: #fff;
        display:inline-block;
        border: 1px solid #4285f4;
        line-height: 20px;
        letter-spacing: 0;
        padding: 0 8px;
        border-radius: 15px;
        white-space: nowrap;
    }
    .header_nav>li>span,
    .header_nav>li>a{
        height: 68px;
        color: white;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;

    }
    .header_nav>li>a.active{
        color: #4285f4;
    }
    .header_nav > li > section{
        background-color: #24253a;
        width: 100px;
        position: static;
    }

    .header_nav > li > section > a{
        color: white;
        text-align: center;
        padding: 0;
        font-size: 14px;
    }
    /*菜单移入变为蓝色*/
    .header_nav>li>section>a:hover {
        background-color: #4285F4;
        color: white;
    }

    .header_right {
        width: 45px;
        display: none;
    }
    .header_right img{
        width: 45px;
        height: 45px;
    }

    .pc_b_b{
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        width: 100%;
        height: 2px;
    }
    .pc_header_bottom{
        position: relative;
        height: 2px;
        background: #4285f4;
    }

    /*右侧客服窗口*/
    .fn-menu{
        position:fixed;
        right: 2%;
        top:40%;
        padding-bottom:0px;
        margin-left:532px;
        /*background:url(../images/kefu/kefu_bg.png) 0px bottom no-repeat;*/
        z-index:999;
    }
    /*相对定位*/
    .fn-menu .btn-showbr{
        width:61px;
        height:80px;
        margin-bottom:1px;
        cursor:pointer;
        position:relative;
    }
    /*背景*/
    .fn-menu .btn-qq{
        background: url(../png/gfqq.png) 0px 0px no-repeat;
    }

    .fn-menu .btn-wx{
        background: url(../png/wx-2.png) 0px 0px no-repeat;
    }

    .fn-menu .btn-qq .qq{
        background: url(../png/qqewm_bg.png) center no-repeat;
        position: absolute;
        left: -194px;
        top: 0px;
        display: none;
        width: 196px;
        height: 198px;
        max-width: none !important;
        text-align: center;
    }

    .fn-menu .btn-qq .qq p{
        color:#ff6000;
        font-size: 10px;
        margin-left: -10px;
    }
    /*hover弹出框*/
    .fn-menu .btn-wx .wx{
        background: url(../png/ewm_bg.png) center no-repeat;
        position: absolute;
        left: -194px;
        top: 0px;
        display: none;
        width: 196px;
        height: 178px;
        max-width: none !important;
    }
    .fn-menu .btn-wb{
        background: url(../png/wb.png) 0px 0px no-repeat;
    }
    /*微博弹出框*/
    .fn-menu .btn-wb .wb{
        background: url(../png/ewm_bg.png) center no-repeat;
        position: absolute;
        left: -194px;
        top: 0px;
        display: none;
        width: 196px;
        height: 178px;
        max-width: none !important;
    }

    .fn-menu .btn-kf{
        background: url(../png/kf.png) 0px 0px no-repeat;
    }
    /*客服弹出框*/
    .fn-menu .btn-kf .kf{
        background: url(../png/line-bg.png) center no-repeat;
        position: absolute;
        left: -194px;
        top: 0px;
        display: none;
        width: 196px;
        height: 48px;
        color: #ff6000;
        text-align: center;
        line-height: 47px;
        max-width: none !important;
    }
    .fn-menu .btn-top{
        background: url(../png/top.png) 0px 0px no-repeat;
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .header_nav>li>a,
    .header_nav_r>div>a{
        font-size: 14px;
    }
    .header_nav>li>section>a{
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .header_nav>li>section{
        height: 216px !important;
    }
    .header{
        height: 45px;
    }
    .header_left a img{
        width: 106px;
        margin-left: 20%;
        height: auto;
    }
    .header_right{
        height: 45px;
    }
    .header_right img{
        width: 22px;
        height: auto;
    }
}
