body { position: relative; padding: 0; margin: 0; background: #f5f7f9; color: #333; font-size: 12px; font-family: sans-serif, "Helvetica Neue", "Tahoma", Helvetica, Arial; }
ul, ul li { list-style: none; margin: 0; padding: 0; }
a:link, a:visited, a:hover { text-decoration: none; color: #0e6a98; }
.red { color: #ff4a4a !important; }
.blue { color: #007fe4; }
.gray { color: #999; }
.hide { display: none; }
.ll { border-left: 1px solid #dfe9f1; }
.rl { border-right: 1px solid #dfe9f1; }
.bl { border-bottom: 1px solid #dfe9f1; }
.subbtn:hover, .paybtn:hover, .fore .helpicon:hover, .infobox .VS:hover { opacity: 1; transition: all 0.2s linear; }
.infobox .watchbtn:hover, .infobox .guestteam a.state:hover, .topitem .state:hover { color: #ff4a4a; text-decoration: none; transition: all 0.2s linear; }
.content::after, .navbox:after, .navbox .nav:after, .c_pinp .under_sotit::after, .subscribe::after, .NoSubmatch::after, .match .infobox::after, .popupPlane .popinfo::after, #myleague::after, .hot_userbox::after, .itembox::after, .plotbox::after { content: ""; clear: both; display: block; }

#bottom .main a { color: #51409d; }
.banner { width: 100%; height: 230px; background: #19133a url(/images/AiService/pc-banner.png)no-repeat center; text-align: center; margin: 0 auto; }
.banner .content { color: #fff; margin: 0 auto; position: relative; }
.banner .introduction { width: 60%; text-align: left; padding: 100px 0 0 30px; float: left; }
.banner .introduction h2 { font-size: 26px; font-weight: bold; letter-spacing: 2px; margin-bottom: 20px; }
.banner .introduction p { font-size: 16px; line-height: 30px; }
.banner .databox { width: 30%; text-align: right; padding: 20px 25px;; float: right; }
.banner .databox text { color: #fff; font-size: 14px; line-height: 20px; font-weight: normal; display: block; }
.banner .databox span { background: rgba(255,255,255,0.1); color: #fb4a4a; font-size: 24px; line-height: 30px; font-weight: bold; text-align: center; width: 120px; padding: 20px 10px; margin: 1px; border-radius: 20px 20px 0 20px; display: inline-block; position: relative; overflow: hidden; }
.banner .databox span:nth-child(2) { border-radius: 20px 20px 20px 0; }
.banner .databox span:nth-child(3) { border-radius: 20px 0 20px 20px; }
.banner .databox span:nth-child(4) { border-radius: 0 20px 20px 20px; }
.banner .databox span:nth-child(2)::after { background: rgba(103, 255, 171, 0.3); animation-delay: 0.4s; }
.banner .databox span:nth-child(3)::after { background: rgba(255, 252, 103, 0.3); animation-delay: 1s; }
.banner .databox span:nth-child(4)::after { background: rgba(255, 103, 166, 0.3); animation-delay: 0.8s; }
.banner .databox span::after, .banner .databox span::before { content: ""; background: rgb(103,228,255,0.3); width: 300px; height: 300px; border-radius: 42%; transform: translate(-50%,0); top: 90%; left: 50%; position: absolute; animation: roate 10s ease-in infinite; }
.banner .databox span::before { background: rgb(232,222,255,0.1); top: 88%; animation: roate 5s ease-in-out 0.2s infinite; }

@keyframes roate {
    0% { transform: translate(-50%, 0) rotate(0); }
    100% { transform: translate(-50%, 0) rotate(360deg); }
}

.expicon { position: absolute; bottom: 40px; right: 80px; width: 70px; height: 70px; background: #0a2dad url(/images/AiService/expicon.png)no-repeat center -7px; border-radius: 50%; border: 1px #538cd2 dashed; box-shadow: 0 0 0 5px #0a2dad; -webkit-animation: flash 3s linear infinite; }

@keyframes flash {
    0% { transform: translate(0, 0); opacity: 0.5; }
    50% { transform: translate(0px, -8px); opacity: 1; }
    100% { transform: translate(0, 0); opacity: 0.5; }
}

.expicon span { position: absolute; bottom: 6px; left: 32%; color: #ff9150; font-size: 14px; }
#subSpnLoading { color: #333; font-size: 14px; padding: 20px; display: block; text-align: center; border-radius: 8px; }
#subSpnLoading img { vertical-align: middle; margin-right: 10px; }

/* ----- 榜单 -----*/
.listbox { background: #fff; width: 98%; padding: 0 10px; margin: 0 auto; border-radius: 4px; }
/* .listbox:last-child {margin: 0;} */
.listbox .title { color: #666; font-size: 15px; font-weight: bold; line-height: 36px; }
.listbox .billicon { width: 20px; height: 20px; margin: 0 5px; vertical-align: -4px; }
.listbox .rotation { position: relative; height: 68px; overflow: hidden; }
.listbox ul { position: absolute; top: 0; left: 50%; transform: translate(-50%,0); width: 100%; }
.listbox .list_table th { background: #f5f5f5; color: #999; font-size: 12px; font-weight: normal; line-height: 26px; text-align: center; }
.listbox .list_table td { font-size: 14px; text-align: center; padding: 6px 0; }
.listbox .rank { background: #fff4cf; color: #c98c2f; font-size: 14px; font-weight: bold; border: 1px solid #fde5b3; width: 22px; height: 22px; line-height: 22px; border-radius: 3px; display: inline-block; }
.headicon { width: 30px; height: 30px; border-radius: 50%; vertical-align: -4px; }
.listbox .userN { text-align: left !important; }
.listbox .rate { color: #ff4a4a; font-size: 16px !important; font-weight: bold; }
.listbox .morebtn { color: #51409d; font-size: 12px; line-height: 30px; text-align: center; text-decoration: none; display: block; cursor: pointer; }
.listbox .morebtn:hover, .propaganda .seemore:hover { color: #ff4a4a; }

/* ----- 推荐 -----*/
.propaganda { background: #fff; color: #333; text-align: center; width: calc(100% - 12px); height: 30px; margin: 0 6px 12px 6px; border: 1px solid #dfe9f1; border-radius: 8px; float: left; overflow: hidden; position: relative; }
.propaganda .propaganda_text { position: absolute; top: 0; left: 50%; transform: translate(-50%,0); width: 100%; display: block; }
.propaganda .propaganda_text li { margin: 5px 0; }
.propaganda .headicon { width: 20px; height: 20px; vertical-align: -5px; }
.propaganda span { font-size: 12px; line-height: 18px; padding: 0 4px; margin: 0 2px; border-radius: 3px; display: inline-block; }
.propaganda .trend { color: #666; }
.propaganda .trend::before, .propaganda .trend::after, .to:before { content: ""; display: inline-block; width: 0; height: 0; margin: 0 4px; border-top: 4px solid #999; border-bottom: 0 none; border-left: 3px solid transparent; border-right: 3px solid transparent; vertical-align: 2px; transform: rotate(90deg); }
.propaganda .trend::after { transform: rotate(-90deg); }
.propaganda .win { background: #e86e5d; color: #fff; }
.propaganda .draw { background: #4395d5; color: #fff; }
.propaganda .loss { background: #619b63; color: #fff; }
.Rident { background: #fff7f4; color: #ff5107; border: 1px solid #f6d1c5; border-radius: 20px; font-size: 12px; line-height: 18px; font-style: normal; padding: 0 8px; margin: 0 4px; display: inline-block; }
.propaganda .seemore { color: #51409d; font-size: 12px; cursor: pointer; text-decoration: none; margin-left: 20px; }

/* ----- 未订阅界面 -----*/
.banner.NoSub { height: 230px; }
.NotSubscribed { width: 1080px; margin: 10px auto; }
.NotSubscribed .NoSubbox { margin-bottom: 10px; border-radius: 8px; overflow: hidden; position: relative; }
.NotSubscribed .turnbtn { background: rgba(0,0,0,0.15); width: 40px; height: 40px; border-radius: 50%; position: absolute; top: 50%; left: 12px; z-index: 10; cursor: pointer; }
.NotSubscribed .turnbtn.right { left: auto; right: 12px; transform: rotate(180deg); }
.NotSubscribed .turnbtn::before { content: ""; border: 2px solid #fff; width: 12px; height: 12px; border-top: none; border-right: none; transform: translate(-50%,-50%) rotate(45deg); position: absolute; top: 50%; left: 54%; }
.NotSubscribed .pointbox { margin: 0; padding: 0; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); z-index: 10; }
.NotSubscribed .pointbox .point { background: #e5e5e5; width: 15px; height: 4px; border-radius: 5px; margin: 0 5px; display: inline-block; cursor: pointer; }
.NotSubscribed .pointbox .on { background: #51409d; }
.NotSubscribed .NoSubmatch { background: #fff; height: 300px; padding: 10px 5px 25px 5px; overflow: hidden; }
.NotSubscribed .mainbox { position: relative; }
.NotSubscribed .NoSubtit { background: linear-gradient(-90deg,#fcfeff,#d7e8f9); border-bottom: 1px solid #ecf5fd; color: #333; font-size: 16px; letter-spacing: 4px; font-weight: bold; padding: 5px 12px; }
.NotSubscribed .NoSubtit img { width: 30px; height: 30px; margin-right: 10px; vertical-align: middle; }
.NotSubscribed .NoSubtit span { vertical-align: -2px; }
.NotSubscribed .NoSubtit i { color: #666; font-size: 14px; line-height: 24px; letter-spacing: 0; font-weight: normal; font-style: normal; padding: 3px; float: right; cursor: pointer; }
.NotSubscribed .NoSubtit i:hover { color: #ff4a4a; }
.NotSubscribed .NoSubrule { background: #fff; font-size: 14px; line-height: 26px; padding: 20px 20px 20px 40px; margin: 0; list-style-type: circle; }
.NotSubscribed .NoSubrule li { padding-left: 10px; }
.NotSubscribed #noLogin, .NotSubscribed #noData { border: none; }
/* ---------------------*/

.subscribe { background: linear-gradient(45deg,#e3e7ff,#b3ddff); font-size: 16px; line-height: 30px; padding: 0; margin: 10px 5px; border: 1px solid #e5e5e5; border-radius: 8px; position: relative; overflow: hidden; /* box-shadow: 0 2px 8px rgb(24 33 40 / 5%); */ }
.subscribe .msg { background: #fff; color: #666; text-align: left; border: none; border-radius: 0; margin: 0; }
.msg2 { display: flex; align-items: flex-start; padding: 10px; background: #fff; }
.hit { display: flex; font-size: 14px; line-height: 18px; align-items: center; margin-right: 12px; }
.hit span { padding: 2px 6px; background-color: #fb4a4a; color: #fff; border-radius: 4px 0px 0px 4px; }
.hitRate { padding: 1px 4px; background-color: #fff6f6; color: #fb4a4a; border-radius: 0px 4px 4px 0px; border: 1px solid #fb4a4a; }
.hitRate2 { padding: 2px 4px; background-color: #fff6f6; color: #fb4a4a; border-radius: 4px; border: 1px solid #fb4a4a; }

.msg2 i { background: url(/images/AiService/notice.png) no-repeat center; width: 20px; height: 20px; margin-right: 10px; vertical-align: -5px; vertical-align: middle; }
.subscribe .msg + .subbox { border-radius: 0 0 8px 8px; }
.subbox { width: calc(100% - 16px); padding: 8px; float: left; }
.subbox i { background: url(/images/AiService/subbicon.png)no-repeat center; background-size: 100%; width: 30px; height: 30px; margin: 0 12px 0 5px; vertical-align: middle; display: inline-block; /*position: absolute;bottom: 0;left: 0;z-index: 1;*/ }
.subbox .info { width: calc(100% - 200px); display: inline-block; }
.subbox span { width: 48%; vertical-align: middle; display: inline-block; }
.subbox span b { font-size: 20px; vertical-align: -2px; margin: 0 5px; }
.subbtn { background: linear-gradient(90deg,#ff906c,#ff6736 85%); color: #fff; font-size: 16px; font-weight: bold; text-align: center; letter-spacing: 2px; width: 190px; padding: 3px 0; border-radius: 6px; float: right; cursor: pointer; }
.subbtn:hover { background: linear-gradient(90deg,#ffb14d,#ff6736 85%);  }
.log_on .subbtn:last-child::after { display: none; }
.msg { background: #ffeee8; color: #ea6830; font-size: 13px; text-align: center; line-height: 30px; border: 1px solid #f1c1b7; border-radius: 0; margin: 10px 0; height: 30px; border-radius: 30px; position: relative; overflow: hidden; }
.msg i { background: url(/images/AiService/notice.png) no-repeat center; width: 20px; height: 20px; margin-right: 8px; vertical-align: -5px; display: inline-block; }
.msg .msgtext { height: 30px; position: absolute; left: 12px; }
.msg .msgtext li a { color: #ea6830; }
.content { width: 1080px; margin: 10px auto; }
.mainbox { padding: 0; margin: 0; border-radius: 0; }
.navbox { background: #fff; margin: 0 0 10px 0; position: relative; }
.navbox .content { margin: 0 auto; }
.navbox .nav { width: 74%; padding: 10px 0; float: left; transition: all 0.5s ease-in-out; }
.navbox .nav li { color: #333; text-align: center; font-size: 16px; line-height: 30px; letter-spacing: 2px; width: 23.8%; float: left; position: relative; cursor: pointer; }
.navbox .nav li a { color: #333; text-decoration: none; display: block; }
.navbox .nav li.on a { font-weight: bold; }
.navbox .nav li.on::after { content: ""; background: linear-gradient(90deg,#3121ff,#ffc901); width: 50px; height: 12px; opacity: 0.3; bottom: 0px; left: 50%; transform: translateX(-50%); position: absolute; }

.navbox .opt { background: #f5f5f5; border: 1px solid #e5e5e5; border-radius: 20px; text-align: right; margin: 10px 0; float: right; overflow: hidden;  }
.navbox .popupPlane .c_pinp { background: #fff; }
.popinfo.opt li { float: none; width: auto; text-align: right; display: inline-block; }
.popinfo.opt li .optbtn { background: none; color: #666; min-width: auto; padding: 0 25px; margin: 0; border: none; transition: all 0.2s linear; }
.popinfo.opt li .optbtn i { display: none; }
.popinfo.opt li input:checked ~ span { background: #fff !important; color: #333 !important; font-weight: bold; box-shadow: 0 0 10px rgba(0,0,0,.1); }

.rightbtn { width: 280px; float: right; }
.navbox .screenbtn { background: #fff; color: #666; font-size: 14px; border: 1px solid #e5e5e5; width: 50%; padding: 0; text-align: center; line-height: 28px; margin: 10px 0; border-radius: 20px; float: right; position: relative; cursor: pointer; }

.navbox .screenbtn::after, .topitem .state::after { content: ""; position: absolute; top: 9px; right: 18%; width: 6px; height: 6px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(45deg); transition: all 0.2s linear; }
.navbox .screenbtn.on { color: #333; font-weight: bold; }
.navbox .screenbtn.on::after, .navbox .screenbtn:hover::after { border-color: #333; top: 13px; transform: rotate(-135deg); }


.match {  background: #fff; border: 1px solid #f6edf8; border-radius: 8px; width: calc(50% - 12px); min-height: 308px; padding: 0; margin: 0 5px 10px 5px;  float: left; position: relative; }
.match .infobox { padding: 12px 0; text-align: center; }
.match .infobox.topitem { background: #f9f9f9; text-align: left; line-height: 40px; padding: 0 0 0 20px; border-radius: 9px 9px 0 0; position: relative; }
.infobox .time { color: #333; text-align: center; padding: 0; display: inline-block; font-size: 14px; }
.infobox .type { color: #DAD67D; margin-right: 8px; }
.infobox.topitem span { color: #ff4a4a; }
.topitem .state { color: #333; min-width: 40px; padding: 0; font-size: 14px; padding-right: 4px; float: right; cursor: pointer; }
.topitem .state::after { transform: rotate(-45deg); border-color: #666; top: 16px; right: 18px; }
.topitem .state:hover::after { border-color: #ff4a4a; }
.ballicon { width: 20px; height: 20px; display: inline-block; margin-left: 5px; vertical-align: -4px; }
.infobox .watchbtn { color: #333; min-width: 50px; line-height: 20px; text-align: center; padding: 0; margin: 6px 15px 0 0; border-right: 1px solid #dfe9f1;  float: right; cursor: pointer; }
.infobox .watchbtn span { color: #999; font-size: 12px; font-weight: normal; line-height: 18px; padding: 0; margin: 0; border: none; display: block; }
.watchbtn i { position: absolute; top: -8px; right: 0; padding: 0 6px; background: #ffcb56; color: #333; height: 20px; line-height: 20px; font-size: 12px; font-style: normal; font-weight: normal; border-radius: 3px; box-shadow: 2px 1px 4px rgba(255,203,86,0.5); overflow: hidden;  }
.infobox .hometeam, .infobox .guestteam { float: left; width: 34%; text-align: right; font-size: 16px; font-weight: bold; line-height: 36px; }
.infobox .guestteam { float: right; text-align: left; }
.infobox .VS { color: #555; position: relative; float: left; width: 30%; text-align: center; font-size: 18px; font-weight: bold; line-height: 36px; padding: 0; margin: 0 5px; border-radius: 50px; display: flex; align-items: center; justify-content: space-around; cursor: pointer; }
.infobox .VS:hover { background: #f5f5f5; }
.teamicon { width: 24px; height: 24px; border-radius: 50%; overflow: hidden; margin: 0; vertical-align: middle; }
.infobox .guestteam a.state { display: inline-block; width: 22px; height: 22px; line-height: 22px; font-size: 14px; font-style: normal; font-weight: normal; text-align: center; color: #999; border: 1px solid #efefef; border-radius: 50%; margin: 0 10px; cursor: pointer; }
.result { position: absolute; right: 0px; top: 40px; width: 60px; height: 60px; z-index: 9; }
.infobox span { color: #088bff; display: inline-block; padding: 0; margin: 0 5px; }
.infobox .fore { width: 50%; line-height: 30px; color: #51409d;; background: #fcf7ff; border: 1px solid #efebff; border-radius: 20px; margin: 0 auto; position: relative; }
.fore .helpicon { background: url(/images/AiService/help.svg) no-repeat center; background-size: 20px; width: 40px; height: 30px; position: absolute; right: 0; top: 2px; border-left: 1px solid #efebff; }
.paybtn { background: #ff4a4a; color: #fff; width: 35%; line-height: 40px; text-align: center; font-size: 16px; border-radius: 5px; margin: 10px 5px; display: inline-block; cursor: pointer; }
.paybtn i { background: url(/images/AiService/lock_w.png)no-repeat center; width: 14px; height: 14px; vertical-align: middle; display: inline-block; margin: 0 10px 4px 0; }
.DY { background: #51409d; position: relative; }
.DY i { background: url(/images/AiService/dy.png)no-repeat center; }
.DY .disicon { position: absolute; top: -6px; right: -10px; background: #ffcb56; color: #333; font-size: 12px; line-height: 22px; padding: 0 8px; border-radius: 4px; box-shadow: 2px 1px 4px rgba(255,203,86,0.5); overflow: hidden; }
.DY .disicon::after, .watchbtn i:after { content: ""; position: absolute; left: -40px; top: -16px; width: 30px; height: 80px; background: linear-gradient(90deg,transparent,#fff); opacity: 0.6; transform: rotate(30deg); animation: move 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite; }

@keyframes move {
    0% { left: -40px; opacity: 0.3; }
    20% { left: 100%; opacity: 0.6; }
    100% { left: 100%; opacity: 0; }
}

.price { margin: 0 10px; text-decoration: line-through; font-size: 14px; }
.remark { color: #999; margin-bottom: 30px; }
#noLogin, #noData { background: #fff url(/images/AiService/nomatch.png)no-repeat center top; color: #fff; font-size: 30px; font-weight: bold; text-align: center; margin: 0; padding: 280px 0 30px 0; border: 1px solid #dfe9f1; border-radius: 8px; }
.infobox .trendleft, .infobox .trendright { float: left; width: 50%; height: 120px; text-align: center; padding: 0; margin: 10px 0; }
.infobox .trendright { float: right; }
.popupPlane .Rident { background: #fff7f4; border: 1px solid #ffe5dc; }
.popupPlane .match { color: #333; background: none; border: none; width: 100%; height: auto; margin: 0; float: none; }
.popupPlane .match .infobox { padding: 0; margin: 12px 0; }
.popupPlane .match .fore { color: #51409d; background: #f1f9ff; border: 1px solid #c5e5ff; }

/* -----------分析图表与结果------------ */
.itembox { padding: 12px; border-top: 1px solid #f6edf8; }
.plotbox { width: 240px; float: left; position: relative; }
.extbox { color: #666; font-size: 14px; line-height: 30px; padding-left: 10px; }
.extbox span { display: block; font-size: 12px; }
.extbox span i { width: 8px; height: 8px; border-radius: 1px; margin-right: 5px; display: inline-block; }
.win { background: #FA4E4E; color: #FA4E4E; }
.draw { background: #2288FF; color: #2288FF; }
.lose { background: #0eb555; color: #0eb555; }
.canvas { background: #efefef; width: 120px; height: 120px; margin: 18px; float: right; border-radius: 50%; }
.canvas canvas { margin-top: -5px; }
.oddbox { background: #f5f5f5; border: 1px solid #e5e5e5; border-radius: 5px; margin: 2px 25px 0 15px; overflow: hidden; }
.oddbox span { color: #666; text-align: center; width: calc(50% - 40px); padding: 5px 20px; border-radius: 4px; display: inline-block; cursor: pointer; transition: all 0.2s linear; }
.oddbox .on { background: #fff; color: #333; font-weight: bold; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.resultbox { width: calc(100% - 242px); border-left: 1px solid #efebff; float: right; }
.resulttit { background: url(/images/AiService/resultit-w.svg)no-repeat -1px top; color: #7D1CED; font-size: 14px; font-weight: bold; width: 40%; height: 30px; line-height: 30px; padding-left: 35px; margin: 0; }
.resultbox ul { padding: 20px 0 10px 10px; min-height: 120px; position: relative; font-size: 14px; }
.resultbox ul.lock::before { content: ""; background: linear-gradient(180deg,transparent,#f7f2ff 65%); width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; }
.resultbox ul.lock::after { content: "立即订阅"; background: url(/images/AiService/lock-icon.png)no-repeat center top; background-size: 75%; color: #51409d; font-size: 14px; padding: 45px 2px 0px 2px; transform: translate(-50%,-50%); top: 50%; left: 50%; position: absolute; z-index: 2; }
.resultlis { padding: 4px 0; }
.resultlis span { margin-right: 5px; }
.resultbox .infobox .fore { width: 85%; margin: 40px auto; }

.vote { padding: 0 10px 0 0; display: flex; justify-content: space-around; margin-bottom: 6px; }
.vote .fx-ht-data { width: 32%; height: 75px; text-align: center; margin: 20px 0; display: inline-block; position: relative; }
.vote .fx-ht-data .bar { width: 60%; height: 0; margin: 0 auto; border-bottom: 2px solid transparent; border-radius: 5px 5px 0 0; bottom: 0; left: 50%; transform: translate(-50%,0); position: absolute; transition: height 0.3s ease-in-out; }
.vote .fx-ht-data .annotation { background: #f5f5f5; color: #666; width: 60%; padding: 2px 0; transform: translateX(-50%); left: 50%; bottom: -20px; position: absolute; }
.vote .fx-ht-data-w { width: 100%; font-size: 12px; font-weight: bold; text-align: center; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); }


/* -----------分析动画------------ */
.bounce .ailoadicon { width: 24px; height: 24px; vertical-align: middle; margin: 5px; border-radius: 50%; }
span.bounce { align-items: center; justify-content: center; white-space: nowrap; padding: 0; margin: 0; margin-left: -20%; border: none; }
span.letter { animation: bounce 0.45s cubic-bezier(0.05, 0.5, 0.2, 1) infinite alternate; transform: translate3d(0, 0, 0); padding: 0; margin: 0; border: none; display: inline-block; /* text-shadow: rgb(255 255 255 / 40%) 0 0 0.05em; */ }
.letter:nth-child(1) { animation-delay: 0s; }
.letter:nth-child(2) { animation-delay: 0.0833333333s; }
.letter:nth-child(3) { animation-delay: 0.1666666667s; }
.letter:nth-child(4) { animation-delay: 0.25s; }
.letter:nth-child(5) { animation-delay: 0.3333333333s; }
.letter:nth-child(6) { animation-delay: 0.4166666667s; }
.letter:nth-child(7) { animation-delay: 0.5s; }
.letter:nth-child(8) { animation-delay: 0.6333333333s; }
.letter:nth-child(9) { animation-delay: 0.7166666667s; }
.letter:nth-child(10) { animation-delay: 0.8s; }

@keyframes bounce {
    0% { transform: translate3d(0, 0px, 0); opacity: 1; color: #fa01ff; }

    100% { transform: translate3d(2px, 0px, 0); opacity: 1; color: #9522ff; }
}

.bgshow { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background-color: #333; z-index: 100; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.popupPlane { width: auto; top: 50%; left: 50%; transform: translate(-50%,-50%); position: fixed; z-index: 101; }
.popupPlane .c_pinp { background: #fff; font-size: 14px; margin: 0 auto; border-radius: 8px; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,0.4); }
.popupPlane .c_pinp .h2 { border-bottom: 1px solid #f2f2f2; font-size: 18px; font-weight: bold; line-height: 50px; position: relative; padding-left: 20px; height: 50px; color: #444; background-color: #FCFCFC }
.popupPlane .c_pinp .h2 .title { color: #999; font-size: 16px; font-weight: normal; }
.closebtn { position: absolute; right: 15px; top: 13px; padding: 0; width: 26px; height: 26px; cursor: pointer; }
.closebtn:hover { background-color: #e5e5e5; border-radius: 50%; }
.closebtn:before, .closebtn:after { position: absolute; content: ''; width: 16px; height: 1px; top: 13px; left: 5px; background-color: #888; }
.closebtn:before { transform: rotate(45deg); }
.closebtn:after { transform: rotate(-45deg); }
.popupPlane .popinfo { margin: 0; padding: 10px; border: none; text-align: center; font-size: 14px; }
.popupPlane .popinfo p { text-align: justify; font-size: 14px; line-height: 22px; padding: 0 10px; margin-bottom: 30px; }
.popupPlane .popinfo span { color: #333; line-height: 20px; margin: 10px 0; display: block; }
.popupPlane .popinfo .botton { width: 100%; margin: 20px auto 10px auto; cursor: pointer; }
.popupPlane .popinfo .clbtn { width: 110px; color: #666; text-align: center; border: 1px solid #ccc; border-radius: 3px; padding: 0 10px; margin: 0 5px; cursor: pointer; display: inline-block; line-height: 35px; }
.popupPlane .popinfo .clbtn:hover { color: #209edd; border: 1px solid #209edd; transition: all 0.2s linear; }
.popinfo .fore { margin: 10px auto 15px auto; }
.popinfo .infobox span { display: inline-block; line-height: 26px; margin: 0 10px; }

.popinfo .infobox a { color: #60a7e1; }
.infobox .VS .popupPlane { display: none; }
.infobox .VS .c_pinp { line-height: 30px; font-weight: normal; font-size: 14px; }
.infobox .VS .c_pinp .oddtitle { background: #edf4f9; color: #819bb3; border-bottom: 1px solid #e2eaef; font-size: 16px; }
.oddtable { width: 100%; border-bottom: 1px solid #efefef; }
.oddthbg { background: #f9f9f9; }
.oddtable tr th, .oddtable tr td { width: 10%; color: #999; line-height: 26px; font-weight: normal; border-bottom: 1px solid #efefef; }
.oddtable tr td { color: #666; font-size: 14px; line-height: 40px; }
.oddtable tr:last-child td { border-bottom: none; }

.navbox .popupPlane { top: 60px; left: auto; right: 0; width: 600px;  }
#myleague { min-height: 150px; }
.c_pinp .under_sotit { width: 50%; color: #333; border-bottom: 1px solid #efefef; text-align: center; line-height: 36px; font-size: 14px; padding: 0 25%; }
.c_pinp .under_sotit li { color: #333; float: left; display: inline-block; width: 50%; text-align: center; font-size: 16px; line-height: 36px; cursor: pointer; }
.c_pinp .under_sotit li.on { color: #ff4a4a; }
.c_pinp .under_sotit li.on::after { content: ""; width: 30px; display: block; margin: 0 auto; border-bottom: 3px solid #ff4a4a; overflow: hidden; }

.popinfo li { float: left; text-align: left; }
.popinfo li input { display: none; }
.popinfo li .optbtn { min-width: 116px; display: inline-block; color: #51409d; background: #f7f5fb;  line-height: 28px; padding: 0 10px; margin: 0 0 4px 7px; border-radius: 20px; cursor: pointer; }
.popinfo li .optbtn i { display: inline-block; background-color: #fff; width: 13px; height: 13px; border: 1px solid #c7c7c7; border-radius: 50%; margin-right: 5px; vertical-align: -3px; }
.popinfo li input:checked ~ span { background: #ff4a4a !important; color: #fff;  }
.popinfo li input:checked ~ span i { background: url(/images/AiService/match-w.png) no-repeat center; width: 15px; height: 15px; float: left; border: none; margin: 7px 5px 0 0; }
.popinfo .bts { overflow: hidden; padding: 10px 12px 0 12px; margin-top: 5px; border-top: 1px solid #efefef; text-align: right; }
.popinfo .bts input { margin-left: 4px; font-size: 14px; background: #51409d; color: #fff; height: auto; line-height: 32px; cursor: pointer; padding: 0 30px; border-radius: 3px; border: none; }
.popinfo .bts input:hover { background: #51409d; text-decoration: none; }

.hotuser { color: #999; font-size: 16px; line-height: 30px; margin: 0 20px; position: relative; }
.hotuser::before, .hotuser::after { content: ""; background: #efefef; position: absolute; top: 15px; left: 0; width: 42%; height: 1px; }
.hotuser::after { left: auto; right: 0; }
.hot_userbox { padding: 5px 0; margin: 0 20px; border-bottom: 1px dashed #efefef; }
.hot_userbox:last-child { border: none; }
.hot_userbox .headicon { float: left; width: 40px; height: 40px; margin: 8px; }
.hot_userbox .Rinfo { float: left; width: 90%; text-align: left; line-height: 20px; margin: 5px; }
.hot_userbox .Hname { margin-bottom: 5px; }
.hot_userbox .Rident { margin: 0 10px; }
.hot_userbox .Htitle { font-size: 14px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hot_userbox .Htitle a { color: #333; }
.hot_userbox .payinfo { color: #999; font-size: 12px; margin-top: 5px; }

/* -----------------问题页--------------- */
.rulebanner { background: #6687a2 url(/images/AiService/rulebanner.jpg)no-repeat center; height: 200px; text-align: center; margin: 0; }
.ruletitle { padding: 50px 0; }
.ruletitle h2 { color: #2e4ca6; font-size: 50px; font-weight: 400; line-height: 60px; letter-spacing: 25px; margin: 0 auto; }
.ruletitle .expinfo { width: 66%; background: rgba(175,205,208,0.3); color: #2c66a2; font-size: 15px; line-height: 30px; margin: 5px auto; }
.rulebox { width: 800px; margin: 10px auto; }
.rulebox li.match { background: none; border: none; border-bottom: 1px solid #efefef; width: 100%; height: auto; min-height: auto; float: none; padding: 26px 0; margin: 0; border-radius: 0; }
.rulebox li.match:last-child { border: none; }
.rulebox .question { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
.rulebox .number { color: #ff4a4a; font-size: 30px; font-style: normal; font-weight: normal; margin-right: 10px; display: inline-block; float: left; }
.rulebox .answer { color: #666; font-size: 16px; text-align: justify; }
.DownLoadQRcode { display: none; }

.hit-box { width: 100%; display: flex; }
.hit-out { display: flex; flex-wrap: wrap; gap: 8px 0px; }


.statetext { display: flex; color: #666; font-size: 12px; line-height: 14px; justify-content: center; }
