1
/4
<>
.document.mt-1.mt-12 table.c-txt.left table{max-width:100%;}
header #head-pc .head-nav .nav li a#nav-ykb img,
.i-nav a#nav-ykb img {
image-rendering: -moz-crisp-edges;
/* Firefox */
image-rendering: -o-crisp-edges;
/* Opera */
image-rendering: -webkit-optimize-contrast;
/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
/* IE (non-standard property) */
}
.content .left.c-txt {
padding-bottom: 15px !important;
}
.human-wrap {
display: none;
position: fixed;
right: 73px;
right: 0.73rem;
bottom: 305px;
bottom: 3.05rem;
z-index: 555;
}
.human-container {
width: 155px;
height: 165px;
}
.human-default-img {
width: 210px;
width: 2.1rem;
display: block;
position: relative;
z-index: 10;
left: 30px;
left: 0.3rem;
}
.humanwrap-close{
position: absolute;
right: -4px;
right: -.4rem;
top: 0;
width: 2px;
width: .2rem;
cursor: pointer;
z-index: 11;
}
.metahuman-section {
position: absolute;
z-index: 99;
right: -8px;
top: 0;
opacity: 0;
visibility: hidden;
}
.metahuman-section .metahuman-section-tip {
background-image: url(/images/metahuman-tipbg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
box-sizing: border-box;
padding: 8px 17px 17px;
padding: 0.08rem 0.17rem 0.17rem;
line-height: 1.6;
color: #fff;
font-size: 16px;
font-size: 0.16rem;
position: absolute;
left: -10px;
left: -0.1rem;
top: -80px;
top: -0.8rem;
white-space: nowrap;
}
.metahuman-section .metahuman-section-tip.jitter {
animation: jitter 800ms ease-in-out;
}
.metahuman-section .metahuman-section-close {
position: absolute;
z-index: 5;
width: 19px;
height: 19px;
left: 50%;
margin-left: -9.5px;
bottom: -20px;
}
.mh-loading {
background-color: unset;
}
/* #docContentTxt {
display: none;
opacity: 0;
width: 0;
height: 0;
} */
body.useOldFixed .human-wrap,
body.UseInMobile .human-wrap {
display: none !important;
}
@keyframes jitter {
10%,
90% {
transform: translate3d(-1px00);
}
20%,
80% {
transform: translate3d(+2px00);
}
30%,
70% {
transform: translate3d(-4px00);
}
40%,
60% {
transform: translate3d(+4px00);
}
50% {
transform: translate3d(-4px00);
}
}
@media screen and (max-width: 768px) {
.document.mt-1.mt-12 table.c-txt.left table{max-width:initial;}
.human-wrap {
bottom: 1rem;
right: 1rem;
}
.human-default-img {
left: 0.6rem;
}
.humanwrap-close{
right: -.75rem;
width: .3rem;
top: -.1rem;
}
.metahuman-section .metahuman-section-tip {
left: -0.4rem;
top: -0.9rem;
margin-left: 0;
}
.metahuman-section {
right: -25px;
display: flex;
flex-direction: column;
align-items: center;
}
.human-container {
width: 100px;
height: 115px;
}
}
>
当前浏览器版本过低,建议升级到Internet Explorer
9及以上版本或者安装Chrome内核浏览器获得最佳浏览体验。查看详情
X
更换或升级浏览器以获得最佳体验。
当前浏览器版本过低,可能会有安全风险且无法正常显示。建议您升级或使用其他浏览器。
若您当前使用的浏览器为QQ浏览器或者360浏览器仍出现该提示,请切换至极速模式。
是
否
< type="text/css">
.warningWrap {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(000.5);
display: none;
z-index: 999;
}
.warningBg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.warningBox {
position: absolute;
width: 467px;
width: 4.67rem;
min-height: 205px;
min-height: 2.05rem;
background: url(/images/warningBg1.png) center no-repeat;
top: 50%;
left: 50%;
margin-top: -102px;
margin-top: -1.02rem;
margin-left: -234px;
margin-left: -2.34rem;
text-align: center;
border-radius: 10px;
border-radius: .1rem;
}
.warningClose {
position: absolute;
top: 16px;
top: .16rem;
right: 22px;
right: .22rem;
width: 19px;
width: .19rem;
cursor: pointer;
}
.warningText {
color: #000000;
font-size: 18px;
font-size: .18rem;
padding-top: 66px;
padding-top: .66rem;
padding-bottom: 50px;
padding-bottom: .5rem;
display: inline-block;
}
.warningSelect span {
display: inline-block;
color: #0c87fe;
font-size: 18px;
font-size: .18rem;
line-height: .3rem;
cursor: pointer;
width: 110px;
width: 1.10rem;
margin: 0 13px;
margin: 0 .13rem;
background: #dfefff;
border: 1px solid #7cbfff;
border-radius: 16px;
border-radius: .16rem;
}
.warningSelect .continue {
border: none;
line-height: 32px;
line-height: .32rem;
width: 112px;
width: 1.12rem;
color: #fff;
background: url(/images/warningBg2.png) center no-repeat;
background-size: 100% 100%;
}
>