<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}

ul, li {
    margin: 0;
}

body {
    font-size: 20px;
    color: #dba45f;
    /*color: #a7896f;*/
    overflow-x: hidden;
    background: #fff3da;
}

.video {
    padding-bottom: 56.25%;
    position: relative;
}

.video video {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.video .more {
    position: absolute;
    max-width: 336px;
    width: 17.5%;
    display: block;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    bottom: 19%;
    cursor: pointer;
}

.video .more i {
    display: block;
    width: 100%;
    padding-bottom: 26.785714285714%;
    height: 0;
    background: url("../img/btn6.png");
    background-size: cover;
    transition: all .4s;

}

.video .more:hover i {
    transform: scale(1.1);
}

.video .logo {
    position: absolute;
    max-width: 696px;
    width: 30.25%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
    cursor: pointer;
}

.video .logo i {
    display: block;
    width: 100%;
    padding-bottom: 30.747126436782%;
    background: url("../img/logo.png");
    background-size: cover;
}

.video .down {
    position: absolute;
    max-width: 132px;
    width: 6.875%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12%;
    cursor: pointer;
}

.video .down i {
    display: block;
    width: 100%;
    padding-bottom: 33.333333333333%;
    background: url("../img/icon3.png");
    background-size: cover;
    animation: icon linear 2s infinite;
}

@keyframes icon {
    0%, 100% {
        opacity: 1;
        transform: translateY(5px);
    }
    50% {
        opacity: 0.8;
        transform: translateY(0);
    }
}

.video .line {
    background: url("../img/line2.png") no-repeat center center;
    position: absolute;
    bottom: -12px;
    height: 25px;
    width: 100%;
}

.mycon {
    background: url("../img/bg.jpg") no-repeat fixed center bottom;
}

.goto {
    position: absolute;
    z-index: 8888;
    right: 54px;
    top: 47px;
    max-width: 205px;
    width: 30%;
    display: block;
}

.goto i {
    display: block;
    width: 100%;
    padding-bottom: 26.829268292683%;
    background: url(../img/btn4.png) no-repeat;
    background-size: contain;
}


.pop {
    position: fixed;
    z-index: 11000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.pop .win {
    max-width: 992px;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 200%);
    background: url(../img/pop-bg.png);
    background-size: cover;
    padding: 5vw 0;
    border:solid 15px rgba(113,45,98,1);
    transition: all .4s;
}
.pop .win.up{
    transform: translate(-50%, -50%);
}



.pop .close {
    max-width: 60px;
    width: 10%;
    position: absolute;
    right: -1.5vw;
    top: -1.5vw;
    opacity: 1;
}

.pop .close i {
    padding-bottom: 100%;
    background: url(../img/close.png);
    background-size: cover;
    width: 100%;
    display: block;
}


.pop .btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop .btns a {
    margin-top: 2vw;

}

.pop .btns a:first-child {
    margin-top: 0;
}

.floatMenu {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #f60;
}

.floatMenu .line {
    height: 100%;
    position: absolute;
    width: 1px;
    background: #dba45f;
    right: 6px;
    top: 0;
}

.floatMenu ul {
    position: relative;
    z-index: 2;
    padding: 6px 0 6px 10px;
}

.floatMenu ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 26px 0;
    justify-content: flex-end;

}

.floatMenu ul li.on {
    color: #eca967;
}

.floatMenu ul li:hover {
    color: #eca967;
}


.floatMenu ul li div {
    display: flex;
    flex-direction: column;
}

.floatMenu ul li div em {
    font-style: normal;
    text-align: right;
}

.floatMenu ul li div em:nth-child(2) {
    font-size: 12px;
    color: #aaa;
}

.floatMenu ul li i {
    margin-left: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #f60;
    position: relative;
}

.floatMenu ul li.on i, .floatMenu ul li:hover i {
    border: solid 1px #eca967;
}

.floatMenu ul li i:before {
    border-radius: 50%;
    content: '';
    background: #f60;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
}

.floatMenu ul li.on i:before, .floatMenu ul li:hover i:before {
    background: #eca967;
}

.floatMenu ul li.on em:nth-child(2), .floatMenu ul li:hover em:nth-child(2) {
    color: #eca967;
}


footer {
    text-align: center;
    line-height: 20px;
    color: #ccc;
    background-color: #000;
    padding: 50px 0 50px 0;
    font-size: 13px;
}


.mycon .neirong {
    padding: 4vw 4vw;
    border: solid 1px #eca967;
}

.mycon .neirong .line {
    padding-top: 2vw;
}

.mycon .neirong .line img {
    width: 100%
}

.mycon .neirong .ms {
    padding-top: 2vw;
}

.mycon .neirong .bt {
    display: flex;
    color: #fdedd3;
    text-shadow: #8b523f 1px 0 0, #8b523f 0 1px 0, #8b523f -1px 0 0, #8b523f 0 -1px 0;
    width: fit-content;
    margin-top: 4vw;
}

.mycon .neirong .btimg {
    display: flex;
    margin-top: 4vw;
    justify-content: center;
}

.mycon .neirong .btimg img {
    max-width: 100%;
}


.mycon .neirong .bt .before {
    border-style: solid;
    border-width: 22px;
    height: 0;
    border-color: transparent #bf6d53 transparent transparent;
}

.mycon .neirong .bt .after {
    border-style: solid;
    border-width: 22px;
    height: 0;
    border-color: transparent transparent transparent #bf6d53;
}

.mycon .neirong .bt em {
    font-style: normal;
    padding: 0 15px;
    background: #bf6d53;
    font-size: 32px;
    line-height: 44px;
}


.mycon .wk {
    border: solid 1px #eca967;
    position: absolute;
    height: 85%;
    width: 100%;
    bottom: 0;
}

.mycon .k {
    margin: 6vw 0;
    position: relative;
}

.mycon .k .tit {
    max-width: 367px;
    width: 30%;
    display: block;
    margin: 0 auto;
    position: relative;
    transform: translateY(50%);
    z-index: 2;
}

.mycon .k .tit i {
    display: block;
    width: 100%;
    padding-bottom: 22.070844686649%;

}

.mycon .part2 .tit i {
    background: url("../img/tit1.png");
    background-size: cover;
}

.mycon .part3 .tit i {
    background: url("../img/tit2.png");
    background-size: cover;
}

.mycon .part4 .tit i {
    background: url("../img/tit3.png");
    background-size: cover;
}

.mycon .neirong .ewm {
    padding-top: 2vw;
}

.mycon .neirong .ewm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mycon .neirong .ewm li {
    max-width: 266px;
    width: 33.33%;
}

.mycon .neirong .ewm .liw {
    padding-bottom: 103.00751879699%;
    background: url("../img/bgk.png");
    background-size: contain;
    position: relative;
}

.mycon .neirong .ewm .lii {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mycon .neirong .ewm .lii .img {
    height: 68.613138686131%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mycon .neirong .ewm .lii .img img {
    height: 60%;
}

.mycon .neirong .ewm .lii .say {
    height: 10.948905109489%;
    color: #cc8266;
    text-align: center;
    font-size: 16px;
}

.mycon .neirong .ewm .lii .which {
    text-align: center;
    color: #f9e6c8;
    height: 15.328467153285%;
    line-height: 200%;
}





</pre></body></html>