* {
    font-family: "PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif";
}
/* 导航栏属性设置 */
#internationalHeader {
    font: 14px -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.international-header {
    min-width: 999px;
    min-height: 56px;
}
.international-header * {
    box-sizing: border-box;
}
.mini-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 56px;
}
.mini-header_content {
    padding: 10px 12px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    white-space: nowrap;
}
/* 头部导航栏左侧 */
.nav-link .nav-link-ul {
    height: 36px;
    display: flex;
    align-items: center;
}
.nav-link .nav-link-ul .nav-link-item>a {
    font-size: 14px;
    color:#212121;
    line-height: 32px;
    display: flex;
}
.nav-link .nav-link-ul .nav-link-item>a>i {
    color: #999;
    font-size: 16px;
}
.nav-link-item {
    margin-right: 12px;
    height: 36px;
}
.nav-link-item>a {
    vertical-align:middle;
}
.nav-link .nav-link-ul .nav-link-items .xialacaidan {
    width: 670px;
    position: absolute;
    border: 1px solid #ebeef5;
    z-index: 4;
    display: none;
    margin-top: 6px;
}
.nav-link .nav-link-ul .nav-link-items .xialacaidan .channel-mini {
   width: 670px;
   height: 467px;
   background: #fff;
   display: flex;
   padding: 10px 5px;
   box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.xialacaidan .channel-mini .box-first {
    flex: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.xialacaidan .channel-mini .box-first a {
    display: flex;
    width: 172px;
    height: 24px;
    line-height: 24px;
    transition: all 0.3s;
    font-size: 14px;
    justify-content: space-between;
    box-sizing: content-box;
    padding: 10px 20px;
}
.xialacaidan .channel-mini .box-first a:hover,.xialacaidan .channel-mini .box-second a:hover {
    background-color: #e7e7e7;
}
.xialacaidan .channel-mini .box-first a .true {
    color: #999;
}
.xialacaidan .channel-mini .box-second {
    flex: 1;
    padding-left: 5px;
    border-left: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.xialacaidan .channel-mini .box-second a {
    display: flex;
    width: 172px;
    height: 24px;
    line-height: 24px;
    padding: 10px 20px;
    color: #212121;
    font-size: 14px;
    justify-content: space-between;
    box-sizing: content-box;
}
.nav-link .nav-link-ul .nav-link-items:hover .xialacaidan {
    display: block;
}
/* s11轮播图 */
.loc-mc-box {
    height:108px;
    position:relative;
    animation:locmoveclipslider 10s ease-out infinite ;
    animation-delay:4.5s;
    width: 54px;
}
.loc-mc-box>.p1 {
    margin: 0;
    color: #212121;
    position:absolute;
    left:0;
    top:0;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
.loc-mc-box>img {
    position:absolute;
    left:0;
    top:36px;
    width:54px;
    height:36px;
    transform:translateZ(0);
}
.loc-mc-box>.p2 {
    margin: 0;
    color: #212121;
    position: absolute;
    left: 0;
    top:72px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
@keyframes locmoveclipslider {
  0% {
      transform: translateY(0px);
  }
  5% {
      transform: translateY(-36px);
  }
  50% {
      transform: translateY(-36px);
  }
  55% {
       transform: translateY(-74px);
  }
  100% {
      transform: translateY(-74px);
  }
}
/* 头部导航栏搜索框 */
.mini-header_content .nav-search-box {
    margin: 0 10px;
    width: 390px;
}
.nav-search-box .nav-search{
    position: relative;
}
.international-header .nav-search #nav-searchform {
    display: block;
    padding: 0 38px 0 16px;
    border: 1px solid hsla(0,0%,100%,0);
    border-radius: 2px;
    background-color: #F4F4F4;
}
.international-header .nav-search #nav-searchform>input {
    overflow: hidden;
    width: 100%;
    height: 34px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #999;
    font-size: 14px;
    line-height: 34px;
    outline: none;
}
.international-header .nav-search #nav-searchform .nav-search-btn {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 48px;
    height: 36px;
    border: none;
    border-radius: 2px;
    background: #e7e7e7;
    line-height: 26px;
    cursor: pointer;
}
.international-header .nav-search #nav-searchform .nav-search-btn>a>img {
    width: 16px;
    height: 16.8px;
    position: absolute;
    top: 10px;
    right: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #505050;
    font-size: 16px;
    line-height: 20px;
 }
 /* 搜索框下拉菜单 */
 .suggest-wrap {
    display:none;
    width: 100%;
    min-width: 236px;
    max-height: 612px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #e6e9ee;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 2px;
    padding: 16px 0;
    margin-top: 2px;
    font-family: PingFang SC,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #212121;
    z-index: 100;
 }
 .international-header .header-search-suggest {
    width: 100%;
    z-index: 10000;
}
.suggest-wrap .suggestions {
    margin-top: -6px;
    margin-bottom: -6px;
}
.suggest-wrap .suggest-item {
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 14px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    padding: 0 16px;
    margin-bottom: 4px;
}
/* 得到焦点后下来菜单出现 */
.nav-search:focus-within .suggest-wrap{
    display: block;
}
 /* 搜索栏右侧 */
 .international-header .nav-user-center {
     display: flex;
 }
 .nav-user-center .user-con {
     display: flex;
     align-items: center;
 }
 .nav-user-center .user-con .items {
    position: relative;
    display: flex;
    margin-left: 12px;
    cursor: pointer;
 }
 .mini-avatar {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     position: relative;
     margin-right: 10px;
 }
.mini-avatar  img {
     width: 36px;
     height: 36px;
     border-radius: 50%;
 }
 .nav-user-center .tougao {
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fb7299;
    border-radius: 2px;
    margin-left: 14px;
 }
 /* 主体部分 */
.top-banner {
    background: #00a0d8;
    height: 86px;
    text-align: center;
    margin-bottom: 20px;
}
.title-line {
    width: 980px;
    height: 28px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2px;    
    text-align: center;
}
.title-line .tit {
    font-size: 38px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    padding: 0 20px;
    background:#fff;
    text-align: center;
}
.login-box {
    display: flex;
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.login-box .login-left {
    width: 489px;
    border-right:1px solid #ddd;
}
.qrcode-login {
    position: relative;
    width: 489px;
}
.qrcode-login .qrcode-con {
    padding-top: 72px;
}
.qrcode-login .qrcode-con .tv-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 160px;
    top: 10px;
    background: url("../Imgs/哔哩哔哩官网登录图片/矢量图.png") no-repeat;
}
.qrcode-login .qrcode-con .qrcode-box {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: #ddd;
    position: relative;
}
.qrcode-login .qrcode-con .qrcode-box .qrcode-tips {
    position: absolute;
    width: 480px;
    height: 192px;
    top:-50px;
    left: 50%;
    margin-left: -240px;
    background: url("../Imgs/哔哩哔哩官网登录图片/替换图2.png") 50% no-repeat;
    background-size: cover;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s;
}
.qrcode-login .qrcode-con .qrcode-box .qrcode-img {
    width: 140px;
    height: 140px;
}
.qrcode-login .qrcode-con .qrcode-box:hover .qrcode-tips {
    opacity: 1;
}
.qrcode-login .qrcode-footer {
    width: 480px;
    height: 155px;
    background: url("../Imgs/哔哩哔哩官网登录图片/哔哩小人.png") 0 -7px no-repeat;
}
.qrcode-login .qrcode-footer .status-txt {
    padding-top: 20px;
    text-align:center;
    color: #222;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.qrcode-login .qrcode-footer .app-link {
    text-align: center;
    color: #717171;
    font-size: 14px;
}
.login-box .login-right {
    padding-left: 45px;
    width:490px;
    box-sizing: border-box;
}
.form-login {
    position: relative;
}
.form-login .input-box {
    margin-top: 50px;
    width: 414px;
}
.login-box .type-tab>a:focus-within {
   color: #00a7de;
}
.login-box .type-tab {
    cursor: pointer;
    align-items: center;
    margin-bottom: 12px;
    display: flex;
}
.login-box .type-tab>a {
    font-size: 14px;
    color: #555;
    letter-spacing: 0;
    margin-right: 20px;
}
.login-box .type-tab a:active {
    color: #02a7de;
}
#content1,#content2 {
    display: none;
}
#content1:target,#content2:target {
    display: block;
}
/* 密码登录界面 */
.status-box {
    position: relative;
}
.form-login .input-box input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    color: #aaa;
    font-size: 14px;
    padding: 10px;
    height: 40px;
    border-radius: 4px;
    outline: none;
    margin-bottom: 32px;
}
#content1 .status-box input:focus-within {
    border: 1px solid #00a1d6;
    transition: border-color .3s;
}
/* 短信登录界面 */
#content2 .form-group {
    position: relative;
    width: 130px;
}
#content2 .form-group .input-with {
    display: inline-table;  
}
#content2 .form-group .input-with>input {
    padding: 0 15px;
    cursor: pointer;
}
#content2 .form-group .input-with>.input1 {
    cursor:text;
}
#content2 .form-group .input-with>i {
    color: rgb(204,198,204);
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 7px;
}
#content2 .form-group .input-with .input1 {
    position: absolute;
    width: 283px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#content2 .form-group .input-with-bottom {
    width: 414px;
    position: relative;
}
#content2 .form-group .input-with-bottom .btn {
    color: #fff;
    background-color: #00a1d6;
    border-color: #00a1d6;
    width: 130px;
    height: 36px;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    cursor: pointer;
}
#content2 .form-group .input-with-bottom input:focus-within,#content2 .form-group .input-with .input1:focus-within {
   border: 1px solid #00a1d6;
   transition: border-color .3s;
}
/* 短信登录下拉菜单 */
.chuxianxialacaidan {
    position: absolute;
    display: none;
    width: 138px;
    background-color: #fff;
    border-radius: 4px;
    margin: 5px 0;
    border:1px solid #e4e7ed;
    overflow: hidden;
    left: 0px;
    top: 30px;
    z-index: 200;
}
.chuxianxialacaidan .xiala {
    height: 200px;
    overflow:auto;
    padding: 6px 0;
    margin: 0;
}
.chuxianxialacaidan .xiala .drop-items {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
} 
.chuxianxialacaidan .xiala .drop-items:hover {
    background-color: #f5f7fa;
}
#content2 .form-group .input-with>input:focus-within +.chuxianxialacaidan {
    display: block;
} 
/* 下拉菜单结束 */
.form-login .input-box .remember {
    margin: 10px 0;
    color: #717171;
    width: 410px;
    font-size: 12px;
}
.form-login .input-box .remember .remember-tool {
    display: flex;
    justify-content: space-between;
}
.form-login .input-box .remember .remember-tool>label {
    display: flex;
    cursor: pointer;
}
.form-login .input-box .remember .remember-tool>label .remember-check {
    margin-right: 8px;
    background: url("../Imgs/哔哩哔哩官网登录图片/空格.svg");
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
}
.form-login .input-box .remember .remember-tool>label .remember-check:active {
    background: url("../Imgs/哔哩哔哩官网登录图片/对勾.svg");
}
.form-login .input-box .remember .remember-tool>label span {
    color: #bbb;
    margin-left: 10px;
}
.form-login .input-box .remember .remember-tool>div>a {
    color: #00a1d6;
    margin-right: 10px;
}
.form-login .input-box .btn-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.form-login .input-box .btn-box .btn-box-login {
    color: #fff;
    border:1px solid #0381aa;
    background-color: #00a7de;
    height: 36px;
    border-radius: 2px;
    width:184px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.form-login .input-box .btn-box .btn-box-login:hover {
    background-color:rgb(0,190,231);
}
.form-login .input-box .btn-box .btn {
    color: #555;
    border:1px solid #ccc;
    height: 36px;
    border-radius: 2px;
    width:184px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.form-login .input-box .btn-box .btn:hover {
  background-color: rgb(247,247,247);
}
.form-login .input-box .sns {
    padding: 12px 0;
    font-size: 12px;
}
.form-login .input-box .sns .btn{
    cursor: pointer;
    color: #717171;
}
.form-login .input-box .sns .btn::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../Imgs/哔哩哔哩官网登录图片/QQ和微博.png");
    vertical-align: middle;
    margin-right: 5px;
}
.form-login .input-box .sns .btn.weixin::before {
    background: url("../Imgs/哔哩哔哩官网登录图片/微信.png");
}
.form-login .input-box .sns .btn.qq,.form-login .input-box .sns .btn.weibo {
    margin-left: 20px;
}
.form-login .input-box .sns .btn.qq::before {
    background-position: 0 -41px;
}
.form-login .input-box .sns .btn.weibo::before {
    background-position: 0 0;
}
.p1{
    margin: 24px auto 0;
    width: 980px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #99a2aa;
    text-align: center;
    line-height: 16px;
}
.p1 a {
    color: #00a1d6;
}
 /* 底部栏 */
.internation-footer {
    font: 12px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    position: relative;
    margin: 0;
    background-color: #f6f9fa;
    padding: 30px 0;
    min-width: 999px;
}
.internation-footer .link-box {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
}
.internation-footer .link-box .footer-left {
    flex: 4;
    display: flex;
    justify-content: space-between;
}
.internation-footer .link-box .link-item {
    flex: 2;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #eee;
}
.internation-footer .link-box .link-item .bt {
    font-size: 16px;
    color: #999;
    display: block;
    height: 20px;
    margin-bottom: 20px;
}
.internation-footer .link-box .link-item ul {
    height: 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.internation-footer .link-box .link-item ul a {
    display: inline-block;
    margin-bottom: 7px;
    width: 50%;
    height: 20px;
    cursor: pointer;
}
.internation-footer .link-box .link-item ul a:hover {
    color: #00a1d6;
    transition: color .2s;
}
.internation-footer .link-box .footer-right {
    flex: 1;
    display: flex;
    align-items: center;
}
.internation-footer .link-box .footer-right .link-c {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.internation-footer .link-box .footer-right .link-c .a-wraper {
    flex: 1;
    display: flex;
    min-width: 70px;
    justify-content: center;
    align-items: center;
}
.internation-footer .link-box .footer-right .link-c .a-wraper .bilibiliapp{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #212121;
}
.internation-footer .link-box .link-item.link-c a p{
    margin-top: 10px;
    color: #212121;
    height: 20px;
    transition: color 0.2s;
}
.internation-footer .link-box .link-item.link-c a:hover p {
    color: #00a1d6;
    transition: color .2s;
}
.internation-footer .link-box .link-c a .qrcode {
    display: none;
    z-index: 4;
    position: absolute;
    top: -125px;
    left: -25px;
    width: 117px;
    height: 117px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/二维码1.png");
}
.internation-footer .link-box .link-c a:hover .qrcode {
    display: block;
}
.internation-footer .link-box .link-c a .erweima {
    background-image: url("../Imgs/哔哩哔哩官网存储图片/二维码2.gif");
    width: 241px;
    left: -185px;
    height: 143px;
    top: -151px;
}
.internation-footer .link-box .link-c a:hover .erweima {
   display: block;
}
.internation-footer .partner {
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    color: #999;
    width: 1160px;
}
.internation-footer .partner .pic-box {
    width: 100px;
    margin-right: 20px;
}
.internation-footer .partner .pic-box .pic {
    width: 96px;
    height: 75px;
}
.internation-footer .partner p {
    line-height: 24px;
    margin: 0;
}
.internation-footer .partner span {
    margin-right: 15px;
    display: inline-block;
}
@media screen and (max-width: 1000px) {
    .nav-search-box {
        display: none;
    }
}