html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
	margin-top:0;
    outline:0;
    font-size:100%;
    /*vertical-align:baseline;*/
    background:transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    /*border-collapse:collapse;
    border-spacing:0;*/
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*------------------------------------------------------------------------------------------------
left menu
------------------------------------------------------------------------------------------------*/
.sider_menu {}
.sider_menu .widget_top {}
.sider_menu .widget_content {}
.sider_menu .widget_bottom {height:17px;}
.sider_menu dl {width:214px;margin:0 auto;}
.sider_menu dt { font-family:"微軟正黑體", Verdana; font-size:14px; padding-bottom:5px; }
.sider_menu dt span { display: block; height: 42px; line-height: 42px; padding-left: 30px; background:url('/12sky2/static/images/bg/menu_btn.png') left top no-repeat; cursor: default; }
.sider_menu dt a { display: block; height: 42px; line-height: 42px; padding-left: 30px; background:url('/12sky2/static/images/bg/menu_btn.png') left top no-repeat; color: #557193;  }
.sider_menu dt a:hover,
.sider_menu dt a.focus { background:url('/12sky2/static/images/bg/menu_btn-h.png') left top no-repeat; color: #FFF; text-decoration: none;}

.sider_menu dd { display: none; }
.sider_menu dd li { font-size:12px; }
.sider_menu dd li span { background: #9cafc8 url('/12sky2/static/images/bg/menu_list.gif') left top no-repeat; padding-left: 28px; display: block; color: #546d9e; line-height: 23px; height: 23px; list-style-type: disc; border:1px solid #bdcfd1; border-width: 0px 1px 1px; cursor:default; }

.sider_menu dd li a { background: #9cafc8 url('/12sky2/static/images/bg/menu_list.gif') left top no-repeat; padding-left: 28px; display: block; color: #fff; line-height: 23px; height: 23px; list-style-type: disc; border:1px solid #bdcfd1; border-width: 0px 1px 1px; }
.sider_menu dd li a:hover { background-color: #546d9e; background-position :left bottom; color: #9ce9ff; text-decoration: none; }

.widget {
    position: relative;
    margin-bottom: 15px;
    height: auto; /* 可动态调整 */
}
.bg-cate-top {
    height: 50px;
    background: url('/12sky2/static/images/bg/menu_cate_top.jpg') left top no-repeat;
    background-size: 100% auto;
}
.bg-cate-top-en {
    height: 50px;
    background: url('/12sky2/static/images/en/menu_cate_top.jpg') left top no-repeat;
    background-size: 100% auto;
}
.bg-top {
    height: 50px;
    background: url('/12sky2/static/images/bg/menu_top.jpg') left top no-repeat;
    background-size: 100% auto;
}
.bg-top-en {
    height: 50px;
    background: url('/12sky2/static/images/en/menu_top.jpg') left top no-repeat;
    background-size: 100% auto;
}

.bg-middle {
    height: calc(100% - 120px); /* 总高 - 顶部60 - 底部60 */
    background: url('/12sky2/static/images/bg/menu_center.jpg') left 60px repeat-y;
    background-size: 100% auto;
}

.bg-bottom {
    height: 20px;
    background: url('/12sky2/static/images/bg/menu_bottom.jpg') left bottom no-repeat;
    background-size: 100% auto;
}
/*------------------------------------------------------------------------------------------------
content
------------------------------------------------------------------------------------------------*/
#content a { color: #367acd; text-decoration:underline; }
#content a:hover { color: #378c9b; text-decoration: none; }
#content { line-height:1.8em; }
#content .section {margin-bottom:40px;}
#content .section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
#content span{
    text-wrap: unset !important;
    word-wrap: break-word; /* 确保长单词或URL能自动换行 */
    overflow-wrap: break-word; /* 更现代的属性，效果类似word-wrap */
}
#content img{
    max-width: 100%; /* 图片最大宽度不超过容器 */
    display: block; /* 避免图片下方有间隙 */
}

#contents a { color: #000;width: 100%;display: flex;justify-content: space-between;}
#contents a:hover { color: #118f91; text-decoration: none;}
#contents { line-height:1.8em; }
#contents .section {}
#contents .section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
#contents .title {height:27px;padding:23px 0px 13px 0px;border-bottom:2px solid #b2b2b2;}
#contents .title span{font-size: 26px;color:#000;}
* html #content .section             { zoom: 1; } /* IE6 */
*:first-child+html #content .section { zoom: 1; } /* IE7 */
#content .title {height:27px;padding:23px 0px 13px 0px;border-bottom:2px solid #b2b2b2;margin-bottom:28px;}
#content .title span{font-size: 24px;color:#000;}
#content .titletwo{    font-size: 16px !important;margin-left: 10px !important;color: #5170a4 !important;}
#content h2,#content h3,#content p {margin-bottom:15px;}
#content p { margin-left: 5px;}
#content h2 {font-size:16px;color:#435a90;background:url('/12sky2/static/images/bg/h2_bg.png') left top no-repeat;height: 70px;background-size: contain; padding:43px 0px 0px 94px;font-family:"微軟正黑體", Verdana;}
#content h3 {font-size:13px;color:#378c9b;background:url('/12sky2/static/images/bg/h3_bg.png') 5px 7px no-repeat;padding-left:20px;}

#content a.btn {display:inline-block; text-align:center; text-decoration:none;font-family:"微軟正黑體", Verdana;font-weight:bold;}
#content .btn_L {background:url('/12sky2/static/images/bg/btnL_bg.gif') left top no-repeat;width:220px;height:54px;line-height:54px;font-size:18px;color:#333;}
#content .btn_L:hover {background-position:left bottom;color:#fff;}

#content .btn_S {background:url('/12sky2/static/images/bg/btnS_bg.gif') left top no-repeat;width:130px;height:36px;line-height:36px;font-size:14px;color:#fff;}
#content .btn_S:hover {background-position:left bottom;color:#fff;}

.btn_registered,.btn_never {background:url('/12sky2/static/images/bg/btn_register.gif') left top no-repeat;width:316px;height:70px;text-indent:-99999px;display:inline-block;}
.btn_registered {background-position:right top;}
.btn_registered:hover {background-position:right bottom;}
.btn_never:hover {background-position:left bottom;}

.img.fL {margin-right:10px;}
.img.fR {margin-left:10px;}

#content {font-size:13px;}
.desc_text.fR {width:335px;padding:5px 0 0;}

#game_screen {margin:0 auto;}
#game_screen li {float:left;margin:0px 10px 20px;width: 250px;    position: relative;}
.video {float:left;margin:0px 10px 20px;width: 390px !important;  height: 220px;  position: relative;}
#game_screen li video {width: 390px;height: 220px; object-fit: cover;}
.video_title{
    position: absolute;
    width: 375px;
    left: 0;
    bottom: 0px;
    padding: 5px 0px 5px 15px;
    color: #fff;
    background: rgb(0,0,0,0.7);
}
#game_screens {margin:0 auto;}
#game_screens li {float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dotted #bbb;
}
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10; /* 确保按钮在视频上方 */
}

.play-button-overlay img {
  width: 60px; /* 调整按钮大小 */
  height: 60px;
  transition: opacity 0.3s;
}

/* 当视频播放时隐藏按钮 */
video[playing] + .play-button-overlay {
  display: none;
}

.arms_list {width:672px;margin:0 auto;}
.arms_list li {float:left;margin:0px 2px;}
.arms_list li a {display:block;background:url('/12sky2/static/images/bg/icon.jpg') 0px 0px no-repeat;width:80px;height:80px;filter:Alpha(Opacity=60);Opacity:0.6; text-indent:-99999px;margin-bottom:10px;}
.arms_list .list_1 a {}
.arms_list .list_2 a {background-position:-80px 0px;}
.arms_list .list_3 a {background-position:-160px 0px;}
.arms_list .list_4 a {background-position:-240px 0px;}
.arms_list .list_5 a {background-position:-320px 0px;}
.arms_list .list_6 a {background-position:-400px 0px;}
.arms_list .list_7 a {background-position:-480px 0px;}
.arms_list .list_8 a {background-position:-560px 0px;}
.arms_list .list_9 a {background-position:-640px 0px;}
.arms_list .list_10 a {background-position:-720px 0px;}
.arms_list .list_11 a {background-position:-800px 0px;}

.arms_list li a:hover,
#arms_1 .arms_list .list_1 a,
#arms_2 .arms_list .list_2 a,
#arms_3 .arms_list .list_3 a,
#arms_4 .arms_list .list_4 a,
#arms_5 .arms_list .list_5 a,
#arms_6 .arms_list .list_6 a,
#arms_7 .arms_list .list_7 a,
#arms_8 .arms_list .list_8 a {filter:Alpha(Opacity=100);Opacity:1;}
#arms_9 .arms_list .list_9 a {filter:Alpha(Opacity=100);Opacity:1;}
#arms_10 .arms_list .list_10 a {filter:Alpha(Opacity=100);Opacity:1;}
#arms_11 .arms_list .list_11 a {filter:Alpha(Opacity=100);Opacity:1;}

.arms .sub { text-indent:-999999px;height:60px;margin-bottom:15px;}
.arms_text { font-family:"微軟正黑體", Verdana;font-size:15px;font-weight:bold;color:#000;padding:0px 74px 0px 83px;}
.arms .tbstyle_1 th,.arms .tbstyle_1 td {font-size:13px;}

#arms_1 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_1.jpg') 0px 136px no-repeat;height:700px;}
#arms_1 .sub {background:url('/12sky2/static/images/bg/arm_title_1.jpg') 12px 0px no-repeat;}

#arms_2 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_2.jpg') 0px 150px no-repeat;height:720px;}
#arms_2 .sub {background:url('/12sky2/static/images/bg/arm_title_2.jpg') 12px 0px no-repeat;}

#arms_3 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_3.jpg') 0px 142px no-repeat;height:800px;}
#arms_3 .sub {background:url('/12sky2/static/images/bg/arm_title_3.jpg') 12px 0px no-repeat;}

#arms_4 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_4.jpg') 0px 142px no-repeat;height:893px;}
#arms_4 .sub {background:url('/12sky2/static/images/bg/arm_title_4.jpg') 12px 0px no-repeat;}

#arms_5 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_5.jpg') 0px 154px no-repeat;height:725px;}
#arms_5 .sub {background:url('/12sky2/static/images/bg/arm_title_5.jpg') 12px 0px no-repeat;}

#arms_6 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_6.jpg') 0px 150px no-repeat;height:895px;}
#arms_6 .sub {background:url('/12sky2/static/images/bg/arm_title_6.jpg') 12px 0px no-repeat;}

#arms_7 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_7.jpg') 0px 139px no-repeat;height:846px;}
#arms_7 .sub {background:url('/12sky2/static/images/bg/arm_title_7.jpg') 12px 0px no-repeat;}

#arms_8 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_8.jpg') 0px 168px no-repeat;height:805px;}
#arms_8 .sub {background:url('/12sky2/static/images/bg/arm_title_8.jpg') 12px 0px no-repeat;}

#arms_9 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_9.jpg') 0px 150px no-repeat;height:804px;}
#arms_9 .sub {background:url('/12sky2/static/images/bg/arm_title_9.jpg') 12px 0px no-repeat;}

#arms_10 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_10.jpg') 0px 150px no-repeat;height:804px;}
#arms_10 .sub {background:url('/12sky2/static/images/bg/arm_title_10.jpg') 12px 0px no-repeat;}

#arms_11 .arms_content {background:url('/12sky2/static/images/bg/arm_bg_11.jpg') 0px 150px no-repeat;height:804px;}
#arms_11 .sub {background:url('/12sky2/static/images/bg/arm_title_11.jpg') 12px 0px no-repeat;}

/*------------------------------------------------------------------------------------------------
共用
------------------------------------------------------------------------------------------------*/
#XlegendTop { position: absolute; width:100%; min-width: 1000px; height: 45px; z-index: 999; }
#googleCode { position: absolute; z-index: 900; }
a { color: #557193;text-decoration: none;}
a:hover { color: #06a4bb; text-decoration: underline; }
ul li { list-style-type: none; }
ol {margin-left:20px;}
ol li { list-style-type:decimal;}
.hideText { text-indent: -99999px; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.fL { float: left; display: block; }
.fR { float: right; display: block; }

/*font-color*/
.color_1 { color: #777D84 } /*灰色*/
.color_2 { color: #FD6509 } /*橙色*/
.color_3 { color: #A8110D } /*暗紅*/
.color_4 { color: #7381A6 } /*深藍*/
.color_5 { color: #555AA2 } /*紫藍*/
.color_6 { color: #378C9B } /*藍綠*/
.color_7 { color: #FFF } /*白色*/

.hide_text { display: block; text-indent: -9999px; }
.text_left { text-align: left; }
.text_center { text-align: left; }
.text_right { text-align: left; }

.tbstyle_1 { border: 3px solid #dedede; padding:1px; margin: 0px 0px 20px ; line-height: 18px; text-align: center; }
.tbstyle_1 table { border: 1px solid #ccc; border-width:1px 1px 0px 0px; }
.tbstyle_1 th,.tbstyle_1 td { padding: 8px 5px; border:1px solid #ccc; border-width: 0px 0px 1px 1px; }
.tbstyle_1 th { background: #7381A6; color: #D0EBFF; font-size: 15px; font-family:"微軟正黑體", Verdana; }
.tbstyle_1 td { background: #f3f3f3; }
.tbstyle_1 tr.odd td { background: #fff; }

#content .img img { background: #FFF; padding: 5px; border: 1px solid #ccc; object-fit: cover;object-position: top;     width: 250px;height: 180px;}

/* 選取反差顏色 */
::selection { background: #099; color: #FFF; text-shadow: none; }
::-moz-selection{ background: #099; color: #FFF; text-shadow: none; } 

/*-------------------------------------------------------------------------------------------------------------------
源神介紹
-------------------------------------------------------------------------------------------------------------------*/
.godIn { }
.godIn li { float: left; margin: 0 12px 12px 0; width: 129px; height: 182px; cursor: pointer; list-style-type: none; }
.godIn li .box { overflow: hidden; top: 0; left: 0; width: 129px; height: 248px; }
.godIn li.last { margin-right: 0; }
.godIn li .back { left: -999em; }
.godIn div span { position: absolute; margin-left: 83px; width: 46px; height: 46px; background: url('../02intro/images/god/btn/new.png') 0 0 no-repeat;  }
.godIn div img { position: absolute; }

.godIn_2 { width: 734px; background: #FFF; list-style-type: none; }
.detail { position: absolute; margin: 80px 0px 0px 362px; }
.godIn_2 .page_1, .godIn_2 .page_2, .godIn_2 .page_3, .godIn_2 .page_4, .godIn_2 .page_5, .godIn_2 .page_6, .godIn_2 .page_7, .godIn_2 .page_8, .godIn_2 .page_9, .godIn_2 .page_10,
.godIn_2 .page_11, .godIn_2 .page_12, .godIn_2 .page_13, .godIn_2 .page_14, .godIn_2 .page_15, .godIn_2 .page_16, .godIn_2 .page_17, .godIn_2 .page_18, .godIn_2 .page_19, .godIn_2 .page_20,
.godIn_2 .page_21, .godIn_2 .page_22, .godIn_2 .page_23, .godIn_2 .page_24, .godIn_2 .page_25, .godIn_2 .page_26, .godIn_2 .page_27, .godIn_2 .page_28, .godIn_2 .page_29, .godIn_2 .page_30,
.godIn_2 .page_31, .godIn_2 .page_32, .godIn_2 .page_33, .godIn_2 .page_34, .godIn_2 .page_35 { background-position: 20px 20px; padding: 20px; }

.page_1 { background: url('../02intro/images/god/godBg_1.jpg') no-repeat; height: 630px; }
.page_2 { background: url('../02intro/images/god/godBg_2.jpg') no-repeat; height: 700px; }
.page_3 { background: url('../02intro/images/god/godBg_3.jpg') no-repeat; height: 640px; }
.page_4 { background: url('../02intro/images/god/godBg_4.jpg') no-repeat; height: 650px; }
.page_5 { background: url('../02intro/images/god/godBg_5.jpg') no-repeat; height: 650px; }
.page_6 { background: url('../02intro/images/god/godBg_6.jpg') no-repeat; height: 680px; }
.page_7 { background: url('../02intro/images/god/godBg_7.jpg') no-repeat; height: 650px; }
.page_8 { background: url('../02intro/images/god/godBg_8.jpg') no-repeat; height: 650px; }
.page_9 { background: url('../02intro/images/god/godBg_9.jpg') no-repeat; height: 650px; }
.page_10 { background: url('../02intro/images/god/godBg_10.jpg') no-repeat; height: 640px; }
.page_11 { background: url('../02intro/images/god/godBg_11.jpg') no-repeat; height: 670px; }
.page_12 { background: url('../02intro/images/god/godBg_12.jpg') no-repeat; height: 630px; }
.page_13 { background: url('../02intro/images/god/godBg_13.jpg') no-repeat; height: 680px; }
.page_14 { background: url('../02intro/images/god/godBg_14.jpg') no-repeat; height: 630px; }
.page_15 { background: url('../02intro/images/god/godBg_15.jpg') no-repeat; height: 630px; }
.page_16 { background: url('../02intro/images/god/godBg_16.jpg') no-repeat; height: 640px; }
.page_17 { background: url('../02intro/images/god/godBg_17.jpg') no-repeat; height: 665px; }
.page_18 { background: url('../02intro/images/god/godBg_18.jpg') no-repeat; height: 665px; }
.page_19 { background: url('../02intro/images/god/godBg_19.jpg') no-repeat; height: 665px; }
.page_20 { background: url('../02intro/images/god/godBg_20.jpg') no-repeat; height: 630px; }
.page_21 { background: url('../02intro/images/god/godBg_21.jpg') no-repeat; height: 685px; }
.page_22 { background: url('../02intro/images/god/godBg_22.jpg') no-repeat; height: 650px; }
.page_23 { background: url('../02intro/images/god/godBg_23.jpg') no-repeat; height: 650px; }
.page_24 { background: url('../02intro/images/god/godBg_24.jpg') no-repeat; height: 650px; }
.page_25 { background: url('../02intro/images/god/godBg_25.jpg') no-repeat; height: 630px; }
.page_26 { background: url('../02intro/images/god/godBg_26.jpg') no-repeat; height: 630px; }
.page_27 { background: url('../02intro/images/god/godBg_27.jpg') no-repeat; height: 630px; }
.page_28 { background: url('../02intro/images/god/godBg_28.jpg') no-repeat; height: 620px; }
.page_29 { background: url('../02intro/images/god/godBg_29.jpg') no-repeat; height: 650px; }
.page_30 { background: url('../02intro/images/god/godBg_30.jpg') no-repeat; height: 640px; }
.page_31 { background: url('../02intro/images/god/godBg_31.jpg') no-repeat; height: 650px; }
.page_32 { background: url('../02intro/images/god/godBg_32.jpg') no-repeat; height: 650px; }
.page_33 { background: url('../02intro/images/god/godBg_33.jpg') no-repeat; height: 640px; }
.page_34 { background: url('../02intro/images/god/godBg_34.jpg') no-repeat; height: 685px; }
.page_35 { background: url('../02intro/images/god/godBg_35.jpg') no-repeat; height: 730px; }

.godTxt { width: 330px; font-size: 15px; color: #333; font-weight: bold; text-align: left; line-height: 24px; font-family:"微軟正黑體", Arial; }
.godTxt li { margin-bottom: 20px; }

.godInfo td { font-size: 16px; color: #555AA2; font-weight: bold; font-family: Arial; }

.godIcon { margin: 25px auto 0px; width: 252px; }
.godIcon .icon { height: 84px; }
.godIcon .icon a { float: left; display: block; padding:10px; width: 64px; height: 64px; background: url('../02intro/images/god/icon/icon_bg.png') 0 -84px no-repeat; }
.godIcon .icon a:hover,
.godIcon .icon a.active { background-position: 0 0; }

.godIcon #slider { width: 248px; margin-bottom: 40px; padding: 14px 0px 12px; background: #819ab8; border: 2px #486f9e solid; border-top-width: 0px; }
.godIcon #mask { width: 232px; margin: 0 auto; overflow: hidden; }
.godIcon #pages li { float: left; width: 211px; padding: 0px 10px; font-size: 15px; color : #bff4fe; line-height: 21px; font-family:"微軟正黑體", Arial; }
.godIcon #pages li span { float: left; width: 100%; font-size: 20px; color: #FFF; margin-bottom: 8px; }

.godIcon .godBack a { float: right; display: block; width: 80px; height: 39px; background: url('../02intro/images/god/btn_back.gif') 0 0 no-repeat; text-indent: -99999px; }
.godIcon .godBack a:hover { background-position: 0 -39px; }

#contents .pagination{
    height: 0;
    display: flex;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -10px;
}

#contents .pagination li span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    color: #d8d8d8;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
}
#contents .pagination .active span {
    color: #222832;
    border-color: #222832;
}

#contents .pagination a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    color: #d8d8d8;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
}

#contents .pagination a:hover,#contents .pagination a.on {
    color: #222832;
    border-color: #222832
}

.dc-icon{
    position: absolute;
    width: 110px;
    height: 110px;
    top: 26%;
    left: 50%;
    transform: translate(-53%, -49%);
}

.dc-presence{
    background: url(/12sky2/static/images/bg/lv.png) left center no-repeat;
    padding-left: 20px;
    position: absolute;
    width: 120px;
    height: 22px;
    top: 70%;
    left: 43%;
    transform: translate(-56%, -49%);
    color: #fff;
    font-size: 22px;

}

.dc-offline{
    background:url('/12sky2/static/images/bg/hui.png') left center no-repeat;
    padding-left: 20px;
    position: absolute;
    width: 140px;
    height: 22px;
    top: 70%;
    left: 65%;
    transform: translate(-56%, -49%);
    color: #fff;
    font-size: 22px;
}

.dc-presence-en{
    background: url(/12sky2/static/images/bg/lv.png) left center no-repeat;
    padding-left: 20px;
    position: absolute;
    width: 220px;
    height: 22px;
    top: 70%;
    left: 38%;
    transform: translate(-56%, -49%);
    color: #fff;
    font-size: 22px;

}

.dc-offline-en{
    background:url('/12sky2/static/images/bg/hui.png') left center no-repeat;
    padding-left: 20px;
    position: absolute;
    width: 190px;
    height: 22px;
    top: 70%;
    left: 70%;
    transform: translate(-56%, -49%);
    color: #fff;
    font-size: 22px;
}

.invite{
    position: absolute;
    width: 410px;
    height: 45px;
    top: 78%;
    left: 19%;
    color: #fff;
    font-size: 22px;
}