@charset "UTF-8";
@font-face {
    font-family: 'SUNAEuropeExtBold';
    src: url('fonts/SUNAEUROPEEXTBOLD.TTF')  format("truetype");
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    color: #000;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: calc(100 / 1920 * 100vw);
}

body {
    overflow-x: hidden;
    line-height: 1.2;
}

body,
input,
pre,
select,
th,
td,
textarea {
    font-family:'alibaba',Arial, sans-serif;
    font-size: 0.16rem;
    font-weight: normal;
}

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

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

select {
    border: solid 0.01rem #eee;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select.svg) no-repeat scroll right 0.1rem center transparent;
    padding-right: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-size: auto 0.09rem;
}

select::-ms-expand {
    display: none
}

a,
a:active {
    color: #000
}

a:hover {
    color: #000;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

:focus,
a:focus {
    outline: 0;
    -moz-outline: none
}

table,
td,
th {
    border-collapse: collapse;
    border-spacing: 0
}

.ul,
.ul li {
    list-style: none
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    /* text-align: justify; */
    text-justify: inter-ideograph
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    zoom: 0
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

[class*=dots-] {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical
}

.dots-1 {
    -webkit-line-clamp: 1
}

.dots-2 {
    -webkit-line-clamp: 2
}

.dots-3 {
    -webkit-line-clamp: 3
}

.dots-4 {
    -webkit-line-clamp: 4
}

img.block {
    display: block;
    width: 100%
}

[class*=ytable] {
    display: table;
    width: 100%;
}

.ytable-100 {
    height: 100%
}

[class*=ytable].fixed {
    table-layout: fixed;
}

[class*=cell-] {
    display: table-cell;
}

.cell-mid {
    vertical-align: middle;
}
.cell-bottom {
    vertical-align: bottom;
}

@media (max-width:1024px) {

    [class*=xy-],
    [class*=xy-]>[class*=cell-] {
        display: block;
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

@media (min-width:1025px) {
    .wfl {
        float: left
    }

    .wfr {
        float: right
    }
}

.auto-inner {
    width: 89%;
    max-width: 15.2rem;
    margin: 0 auto;
}

@media (max-width:1280px) {
    .auto-inner {
        width: 94%;
    }
}

/* 禁止全屏 */
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/*css3*/
@keyframes mouse-tip {
	0% {transform: translateY(0.2rem);-webkit-transform: translateY(0.2rem)}
	100% {transform: translateY(0);-webkit-transform: translateY(0)}
}
@-webkit-keyframes mouse-tip {
	0% {transform: translateY(0.2rem);-webkit-transform: translateY(0.2rem)}
	100% {transform: translateY(0);-webkit-transform: translateY(0)}
}

.fade-leave, 
.fade-enter-to {
  opacity: 1;
}
.fade-leave-active,
.fade-enter-active {
  transition: all 1s; 
}
.fade-leave-to,
.fade-enter {
  opacity: 0;
}

.fadeScale-leave, 
.fadeScale-enter-to {
  opacity: 1;
  transform: scale(1);
}
.fadeScale-leave-active,
.fadeScale-enter-active {
  transition: all 0.3s; 
}
.fadeScale-leave-to,
.fadeScale-enter {
  opacity: 0;
  transform: scale(0);
}


.ff-sb{font-family: 'SnowBreak';letter-spacing: 1px;}
.ff-csb{font-family: 'ConthraxSb';letter-spacing: -1px;}
.ff-bf2{font-family: 'BlamorFont02';}

.loading{position: fixed;z-index: 800; left: 0;top: 0;width: 100%; height: 100%; transition:opacity 0.3s; background-color: #fff;}
.loading.hide{opacity: 0; visibility: hidden; transition:opacity 0.5s 0s,transform 1s 0s,visibility 0s 1.5s; transform: scale(2);}
.loading .Ispic{position: absolute; left: 50%; top: 50%; width:25.6rem; height: 16rem; margin: -8rem 0 0 -12.8rem; background-image: url(../images/loading-img.jpg);z-index: -1; transition: 1s transform;}
.loading .blur,
.loading .line,
.loading .opacity,
.loading .pic-opacity{position: absolute; left: 0;top: 0;width: 100%; height: 100%; background-repeat:no-repeat; background-position: center center; }
.loading .opacity{background-image: url(../images/loading-opacity.png);background-size: cover;z-index: 2;}
.loading .pic-opacity{background-image: url(../images/loading-opacity2.png);background-size: cover;z-index: 1; transition: 0.3s;}

.loading .line{z-index: 4;}
.loading .line aside{position: absolute; top: 50%; height: 8px;margin-top: -4px; width: calc(600 / 1920 * 100%); display: flex;justify-content: space-between;align-items: center;}
.loading .line aside.l{left:0;flex-direction: row-reverse;}
.loading .line aside.r{right: 0; }
.loading .line aside i{width: 8px;height: 8px;border: 1px solid #fff;display: block; margin: 0 14px; transition: 0.3s;}
.loading .line aside i:nth-of-type(1){opacity: 0.5;}
.loading .line aside span{height: 1px;background-color: #fff;flex: 1;}

.loading .cood{ width: 3.34rem; height: 3.34rem; left: 50%;margin-left: -1.67rem; top: calc(100% - 0.9rem); position: absolute;z-index: 5;color: #fff; }
.loading .cood aside{display: flex; position: relative;width: 0.3rem; height: 0.3rem; text-align: center; line-height: 0.3rem;border: 1px solid #fff; border-radius: 50%; margin: 0 auto; align-items: center; justify-content: center;}
.loading .cood aside span{transform: scale(calc(10 / 16)); display: block;}
.loading .cood aside:after{position: absolute; left: 50%;top: 100%;transform: scale(calc(10 / 16)) translateX(-50%); content: 'X'; transform-origin: center top;}
.loading .cood i{position: absolute; width: calc(50% - 0.15rem); overflow: hidden; height: 100%; top: 0;}
.loading .cood i.i-1{left: 0;}
.loading .cood i.i-2{right: 0;}
.loading .cood i .before{position: absolute; width: 3.34rem; height: 3.34rem; background: url(../images/loading-cood.svg) no-repeat center center; top: 0.15rem; background-size: contain;}
.loading .cood i.i-1 .before{left: 0; }
.loading .cood i.i-2 .before{right: 0;}

.loading .bar{position: absolute; width: 3.56rem; height: 3.56rem; left: 50%;top: 50%;z-index: 10; margin: -1.78rem 0 0 -1.78rem; display: flex;align-items: center; justify-content: center; transform: scale(0.693);}
.loading .bar .num{position: absolute; top: calc(100% + 0.48rem); left: 0;width: 100%;text-align: center;color: #fff; font-family: 'SUNAEuropeExtBold';}
.loading .circle{position: relative;z-index: 5; border-radius: 50%; box-shadow: 0 0 0.24rem rgba(255,255,255,0.36);}
.loading .circle .mid{width: 1.32rem; height: 1.32rem;position: absolute;left: 50%;top: 50%;margin: -0.66rem 0 0 -0.66rem;}
.loading .circle .mid::after{position: absolute;content: ''; width: 0.32rem; height: 0.32rem;border: solid 4px #ffffff; border-radius: 50%; box-shadow: 0 0 0.1rem rgba(255,255,255,0.36);left: 50%;top: 50%; transform: translate(-50%,-50%);}
.loading .circle .mid span{position: absolute; width: 0.5rem; height: 0.5rem; transform: rotate(180deg); opacity: 0; transition: 0.3s;}
.loading .circle .mid span:nth-child(1){left: 0;top: 0.16rem;}
.loading .circle .mid span:nth-child(2){right: 0;top: 0.16rem;}
.loading .circle .mid span:nth-child(3){left: 50%;margin-left: -0.25rem;bottom:0;}
.loading .circle .mid span:after{position: absolute;content: ''; background-color: #fff; border-radius: 50%; width: 0.07rem; height: 0.07rem;}
.loading .circle .mid span:nth-child(1):after{left: 0; top: 0;}
.loading .circle .mid span:nth-child(2):after{right: 0; top: 0;}
.loading .circle .mid span:nth-child(3):after{left: 50%; bottom: 0;margin-left: -0.035rem;}
.loading .circle svg{display: block;width: 3.52rem; height: 3.52rem; transform: rotate(-90deg);}
.loading .circle svg circle {stroke-dasharray: 1093 1093; stroke-dashoffset: 0;stroke-linecap: round;stroke-width: 4;}
.loading .circle svg circle.underline{stroke-dashoffset: 0;stroke: #fff;}
.loading .circle svg circle#progress{stroke: #1fb2cc; stroke-dashoffset: 1093;}
.loading .circle i{position: absolute; width: 170%;left: -35%; height: 4px; top: 50%;margin-top: -2px;}
.loading .circle i:before,
.loading .circle i:after{position: absolute; content: ''; width:  0.6rem;height:100%; background-color: #fff; top: 0; transform: rotate(-10deg);}
.loading .circle i:before{left: 0; transform-origin: 0 center;}
.loading .circle i:after{right: 0;transform-origin: center right;}
.loading .circle i:nth-of-type(1){transform: rotate(140deg);}
.loading .circle i:nth-of-type(2){transform: rotate(40deg);}
.loading .circle i:nth-of-type(2):before,
.loading .circle i:nth-of-type(2):after{ transform: rotate(10deg);}

.ie-tips,
.ie-tips *{cursor:default!important;}
.ie-tips{background-color: #000;display: flex;align-items: center;justify-content: center; position: fixed; left: 0;top: 0;width: 100%;height: 100%;position: fixed;z-index: 9999;color: #fff; text-align: center; font-size: 0.3rem; }
.ie-tips .en{font-size: 0.5em; letter-spacing: 2px; text-transform: uppercase; margin-top: 0.1rem;}