html,
body,
#app,
.an-a20-main {
    width: 100%;
    min-width: 1024px;
    font-size: 14px;
    font-family: system, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: 300;
}
.an-a20-main .any-hd-text{
    font-size: 20px;
    color: #303745;
    letter-spacing: 20px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 17px;
}

body {
    overflow-x: auto;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
}

video::-webkit-media-controls {
    display: none !important;
}

video {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transform: translateZ(0);
    object-fit: fill;
    /* vertical-align: top; */
}

#movies {
    margin-bottom: -4px;
}

#anVideo {
    width: 100%;
    height: 100%;
    font-size: 0px;
    display: flex;
    vertical-align: top;
}

video:focus {
    outline: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.any-btn {
  color: #303745;
}

.swiper-wrapper .any-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28%;
    z-index: 22;
    color: #fff;
}

.swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.an-a20-main {
    position: relative;
}

.any-main-hd {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #4b526a;
    text-align: center;
    font-size: 15px;
}

.any-hd-icon img {
    width: 339px;
}

.any-hd-des {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 10px;
    padding: 26px 0 36px 0;
}

.any-btn span {
    display: inline-block;
    width: 210px;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    border: 2px solid #303745;
    cursor: pointer;
}

.swiper-wrapper .any-btn span {
    border: 2px solid #ffffff;
}

.any-btn span:hover {
    /* background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #000; */
}

.any-btn span:first-of-type {
    margin-right: 20px;
}

.an-header {
    position: fixed;
    display: flex;
    justify-content: center;
    top: -100px;
    left: 0;
    right: 0;
    height: 66px;
    background-color: #ffffff;
    font-size: 12px;
    z-index: 999;
}

.an-header .an-hd-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.an-header .an-hd-box img {
    width: 837px;
    /* height: 66px; */
}

.an-header .an-hd-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}

.an-header .an-hd-btn span {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    /* background: linear-gradient(270deg, #36CBAD 0%, #68EAB6 100%); */
    background: linear-gradient(270deg, #36CBAD 0%, #68EAB6 100%);
    /* box-shadow: 0px 7px 10px 0px rgba(18, 194, 169, 0.2); */
    border-radius: 27px;
    /* border: 1px solid #FFFFFF; */
    cursor: pointer;
}

.an-header .an-hd-btn span:nth-child(2) {
    color: #12C3A9; 
    margin-left: 23px;
    background: #EAF8F8;
}

.an-hasHd {
    top: 0;
    animation: showUp 0.5s ease-out 1;
}

.an-view {
    display: none;
    position: fixed;
    top: 50%;
    left: 31px;
    transform: translateY(-50%);
    z-index: 998;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#app .def-view {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.an-view .an-line {
    position: relative;
    height: auto;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 15px;
    cursor: pointer;
}

.an-view .an-line.an-line-more {
    margin-bottom: 5px;
}
.an-view .an-line.an-line-more:last-child {
    margin-bottom: 0;
}

/* .an-view .an-line-active {
  font-weight: bold;
} */

.an-view .an-line-active::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    width: 3px;
    background-color: #fff;
    border-radius: 3px;
}


#app .def-view .an-line-active::after {
    background-color: #4B526A;
}

.an-view .an-line .an-line-text {
    display: inline-block;
    opacity: 0;
    margin: 0 0 0 10px;
    line-height: 21px;
    text-align: left;
    color: #fff;
}

#app .def-view .an-line .an-line-text {
    color: #4B526A;
}

.an-view .an-line-active .an-line-text,
.an-view:hover .an-line .an-line-text {
    opacity: 1;
    animation: opacity 0.5s ease-out 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    width: 23%;
    padding: 8px 1% 20px 1%;
    height: auto;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0 4.1%;
    background: none;
    color: #F5F5F5;
    opacity: 0.6;
}

.an-tab-item span {
    font-size: 12px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    color: #ffffff;
}

.info-swiper .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination.an-swiper-page1 {
    display: none;
}

.swiper-container-horizontal > .swiper-pagination.an-swiper-page2 {
    justify-content: center;
}

.swiper-container-horizontal > .swiper-pagination.four .swiper-pagination-bullet {
    width: 18%;
    margin: 0 2.5%;
    margin-top: 32px;
}

.swiper-container-horizontal > .swiper-pagination.five .swiper-pagination-bullet {
    width: 13%;
    margin: 0 2.5%;
}

.swiper-container-horizontal > .swiper-pagination.six .swiper-pagination-bullet {
    width: 12.5%;
    margin: 0 1%;
}

.an-foot-info {
    position: absolute;
    top: 67%;
    width: 100%;
    z-index: 2;
}

.an-foot-info img {
    width: 100%;
}

.an-foot-info .an-btn-bg {
    position: absolute;
    /* bottom: 10%; */
    left: 50%;
    transform: translateX(-50%);
    width: 1024px;
    height: auto;
}

.an-foot-info .an-btn-bg a {
    width: 160px;
    height: 56px;
    position: absolute;
    left: 56%;
    top: 47px;
    border-radius: 28px;
    margin-left: 47px;
}

.an-foot-info .an-btn-bg a:last-of-type {
    top: 115px;
}

@-webkit-keyframes showUp {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.an-page .optionClass .swiper-pagination {
    width: auto;
    min-width: 800px;
    padding: 0 34px 40px;
    background: linear-gradient(180deg, #EBF1F8 0%, rgba(235, 243, 255, 0.7) 100%);
    border-radius: 5px;
    opacity: 0.9;
    flex-wrap: nowrap;
    justify-content: center;
}

.an-page .optionClass .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #3D5A74;
    width: 80px;
    text-align: center;
    margin: 0 10px;
    padding: 0;
    height: 100%;
    padding-top: 3.25%;
    padding-bottom: 17px;
    box-sizing: border-box;
}

.an-page .an-color {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 50px;
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
}

.an-page .an-color > img {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.an-page .swiper-pagination-bullet-active .an-color {
    border-color: #fff;
}

/* .an-page .anicon-border {

} */

.an-page .optionClass .swiper-pagination .swiper-pagination-bullet div {
    box-sizing: border-box;
    /* opacity: 1; */
}

/* .an-page #an-page0 .swiper-pagination .swiper-pagination-bullet div img{
  opacity: 1;
} */
.an-page .optionClass .swiper-pagination .swiper-pagination-bullet span {
    display: inline-block;
    z-index: 999;
    white-space: nowrap;
    line-height: 20px;
    padding-top: 10px;
}

.an-page .swiper-pagination-bullet-tips {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #3D5A74;
    line-height: 22px;
}

/* .an-page #an-page0 .swiper-pagination .swiper-pagination-bullet img{
  padding: 6px;
} */
.an-page .optionClass .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-color: #F8FAFC;
    opacity: 0;
    /*Â filter:Â progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF,Â endColorstr=#26FFFFFF)Â */
}

.info-swiper .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.6;
}
.optionClass .info-swiper .swiper-pagination-bullet::before {
  opacity: 0;
}
.optionClass .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    /* padding-bottom: 60px; */
}

.an-view #an-line8 {
    margin-bottom: 0px;
}

/* #app .an-a20-main{
  font-weight: 300;
} */
.an-btn-bg img {
    /* padding-bottom: 5%; */
}

.an-btn-bg {
    position: relative;
}
.an-thrones {
    width: 80px;
    height: 50px;
    position: absolute;
    top: 120px;
    left: 389px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.an-thrones p {
    height: 20px;
}
.an-pop{
    display: none;
}
.an-pop img{
    width: 686px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.an-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 999;
}

.an-btn-bg {
    position: relative;
}

.an-deal{
    margin: 0 auto;
}
.an-deal .an-pc {
    display: flex;
    height: 28px;
    line-height: 28px;
    padding:  0px 46px;
    margin-bottom: 10px;
    color: #97A0A8;
    justify-content: space-between;

}

.an-deal span {
    border: 1px solid #97A0A8;
    text-align: center;
    display: block;
    width: 111px;
    height: 28px;
    line-height: 28px
}

@media screen and (max-width: 1040px) {
    .an-page .optionClass .swiper-pagination {
        padding: 0 30px 40px;
    }
    .an-page .optionClass .swiper-pagination .swiper-pagination-bullet {
        margin: 0 7px;
        padding-top: 3.25%;
    }
    .an-page .an-color {
        width: 43px;
        height: 43px;
    }
    .an-page .optionClass .swiper-pagination .swiper-pagination-bullet span {
        padding-top: 15px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 3%;
    }
    .an-foot-info .an-btn-bg {
        position: absolute;
        /* bottom: 10%; */
        left: 50%;
        transform: translateX(-50%);
        width: 696px;
        height: auto;
    }

    .an-foot-info .an-btn-bg a {
        width: 103px;
        height: 40px;
        position: absolute;
        left: 56%;
        top: 30px;
        border-radius: 20px;
        margin-left: 36px;
        /* transform: translateX(-50%); */
    }

    .an-foot-info .an-btn-bg a:last-of-type {
        top: 76px;
    }
    .an-btn-bg img {
        /* padding-bottom: 8%; */
    }
    .an-thrones {
        width: 74px;
        height: 38px;
        position: absolute;
        top: 79px;
        left: 255px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .an-thrones p {
        height: 15px;
    }
}