@charset "utf-8";
/*
 *  Author      ：Qiu-675390768@qq.com;
 *  Date        ：2023年12月18日09:27:14;
 *  Abstract    ：懂球圈头尾样式文件
 */

html,body{scroll-behavior: smooth;}
body{ padding-top: 100px!important; min-width: 1240px; background:#f5f5f5; color:#333; font-family:PingFangSC-Regular,Microsoft YaHei,Heiti,Arial,Helvetica,"sans-serif"!important;}
a:hover{text-decoration: none;}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.red{ color: #DA3535; }
.wrap1240{ width:1240px; margin-left:auto; margin-right:auto; position:relative;}
.wrap1240.flex{ display: flex; }

/*header*/
.header{ position: fixed; top: 0; left: 0; z-index: 1111; width: 100%; min-width: 1240px;}
.header .topBar{ height: 80px; position: relative; z-index: 2;background: linear-gradient(180deg,#000000, #404b61 100%); }
.header .topBar .wrap1240{ display: flex; align-items: center;}
.header .logo{ display: flex; align-items: center; width: 204px; height: 80px; background: url(/images/web/public/logo_bg.png) right top no-repeat; background-size: 201px 80px;}
.header .logoImg{ display: block; width: 160px; height: 30px; background: url(/images/web/public/logo.png); background-size: 100% 100%; }
.header .nav{ display: flex; align-items: center; flex:1; }
.header .nav li{ margin-right: 10px;}
.header .nav li a{transition: all .2s; position: relative; display: flex; height: 80px; align-items: center; padding: 0 20px; font-size: 14px; color: #fff; font-weight: bold; overflow: hidden; }
.header .nav li a:hover{ color: #82ADFF; }
.header .nav li a.active{ color: #82ADFF; font-size: 18px; }
.header .nav li a.active:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    transform: translateY(100%);
    width: 20px;
    height: 4px;
    background: #82adff;
	border-radius: 100px 100px 0px 0px;
    animation: .2s both fadeInBottom;
}
@keyframes fadeInBottom{
    100%{transform:translateY(0);}
}
.header .search{ margin-right: 80px; display: flex; align-items: center; width: 345px;height: 40px;background: #fff;border-radius: 100px;}
.header .search i{ margin: 0 12px 0 8px; }
.header .search input{ flex:1; line-height: 40px; border: 0; outline: none; font-size: 14px; background: none; }
.header .search input::placeholder{ color: #999; }
.header .search a{ padding: 0 15px; font-size: 16px; color: #4170CA; font-weight: bold; }
.header .login{ border: 1px solid rgba(255,255,255,0.20);border-radius: 100px;}
.header .login a{ display: flex; align-items: center; height: 40px;}
.header .login .img{ margin: 0 15px 0 4px; display: flex; align-items: center;justify-content:  center;width: 32px;height: 32px;background: #fff;border-radius: 50%; }
.header .login p{ font-size: 16px; font-weight: bold; color: #fff; padding-right: 26px; }
.hasLogin{ position: relative; }
.hasLogin > a{display: flex; align-items: center; position: relative; height: 80px;}
.hasLogin > a img{ width: 40px; height: 40px; border: 2px solid #fff; border-radius: 50%;}
.hasLogin > a span{ margin-left: 10px; font-size: 14px; color: #fff; }
.userSlideInfo{ transition: all .2s; transform: translateY(5px); opacity: 0; visibility: hidden; position: absolute; top: 75px; right: 0; width: 200px;background: #fff;border-radius: 12px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.05); overflow: hidden;  }
.userSlideInfo ul li{ border-bottom: 1px solid #eee; }
.userSlideInfo ul li a{ transition: all .2s; height: 50px; display: flex; align-items: center; padding: 0 12px; font-size: 14px; color: #333;}
.userSlideInfo ul li a path{transition: all .2s;}
.userSlideInfo ul li:last-child{ border-bottom: 0; }
.userSlideInfo ul li .svg24{ margin-right: 12px; }
.userSlideInfo ul li .svg12{ margin-left: auto; margin-top: 21px; }
.userSlideInfo ul li a:hover{ color: #F1A738; }
.userSlideInfo ul li a:hover path{ stroke: #F1A738; }
.userSlideInfo ul li a.vip{ height: 80px; background: #FFF4E2; align-items: flex-start; padding-top: 13px; }
.userSlideInfo .txt h4{ margin-bottom: 2px; line-height: 22px; font-size: 16px; font-weight: bold; color: #F1A738; }
.userSlideInfo .txt p{ line-height: 17px; font-size: 12px; color: #999; }
.hasLogin:hover .userSlideInfo{ opacity: 1; visibility: visible; transform: none; }
.subHeader{ background: #fff; }
.subHeader .wrap1240{ display: flex; align-items: center; }
.subHeader .tab{ display: flex; align-items: center; }
.subHeader .tab a{ position: relative; display: flex; align-items: center; height: 50px; padding: 0 10px; overflow: hidden; margin-right: 30px; font-size: 14px; color: #000; font-weight: bold; }
.subHeader .tab a.active:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    transform: translateY(100%);
    width: 20px;
    height: 4px;
    background: #4170CA;
	border-radius: 100px 100px 0px 0px;
    animation: .2s both fadeInBottom;
}
.switchLanguage{ position: relative; margin-left: auto; }
.switchLanguage > a{ display: flex; align-items: center; height: 50px; }
.switchLanguage > a span{ font-size: 14px; font-weight: bold; color: #fff; padding: 0 8px;}
.switchLanguage > a .svg12{transition: all .2s;}
.switchLanguage .select{transition: all .2s;transform: translateY(5px); opacity: 0; visibility: hidden; position: absolute; right: 0; bottom: initial; top: 100%; margin-top: 4px; width: 140px; background: #fff;border-radius: 12px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.05); }
.switchLanguage .select:before{ content: ""; position: absolute; width: 100%; height: 5px; left: 0; top: -5px; }
.switchLanguage .select li{ border-bottom: 1px solid #eee; cursor: pointer; display: flex; align-items: center; padding: 0 12px 0 20px; height: 50px; font-size: 14px; color: #333;}
.switchLanguage .select li:last-child{ border-bottom: 0; }
.switchLanguage .select li i{ margin-left: auto; opacity: 0; }
.switchLanguage .select li:hover,
.switchLanguage .select li.active{ color: #4170CA; font-weight: 600; }
.switchLanguage .select li.active i{ opacity: 1; }
.switchLanguage:hover a .svg12{ transform: rotate(180deg); }
.switchLanguage:hover .select{ opacity: 1; visibility: visible; transform: none; }

.positionBar{ display: flex; align-items: center; color: #999; font-size: 14px; font-weight: bold; }
.positionBar a{ color: #333; }

/*footer*/
.footer{ margin-top: 60px;}
.footInfoWrap{ height: 230px; background: #333; padding-top: 32px; }
.footInfoWrap .wrap1240{ display: flex; }
.webIntroduc{ width: 400px; padding-top: 2px; margin-right: 150px; }
.webIntroduc img{ display: block; width: 160px; height: 30px; }
.webIntroduc p{ margin-top: 17px; font-size: 12px; color: rgba(255,255,255,.5); line-height: 17px; }
.footInfo{ flex:1; display: flex;}
.footInfo dl:nth-child(1){ width: 256px; }
.footInfo dl:nth-child(2){ width: 213px; }
.footInfo dl:nth-child(3){ flex:1; }
.footInfo dl dt{ margin-bottom: 22px; line-height: 22px; font-size: 16px; font-weight: bold; color: #fff; }
.footInfo dl dd > a{ display: flex; align-items: center; height: 16px; font-size: 14px; margin-bottom: 19px; color: rgba(255,255,255,.7); }
.footInfo dl dd > a:hover{ text-decoration: underline; }
.footInfo dl dd > a i{ display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; margin-right: 12px; }
.footInfo dl:nth-child(3) dt{ margin-bottom: 3px; }
.footInfo .down p{ line-height: 20px; font-size: 14px; color: #999; margin-bottom: 23px; }
.footInfo .down a{ display: flex; align-items: center; width: 140px;height: 40px;background: #585757;border-radius: 8px; font-size: 14px; color: #fff; font-weight: bold; margin-bottom: 10px; }
.footInfo .down a i{ display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin: 0 8px; }
.footInfo .down a:hover{ background: #454242; }
.copyRight{ line-height: 40px; background: #222; font-size: 12px; color: #999; text-align: center; }


