@charset "UTF-8";
*{box-sizing: border-box;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body,
button,
input,
select,
textarea {
    font-size: 14px !important;
    color: #262626;
    font-family: 'Microsoft YaHei', PingFangSC-Regular, sans-serif, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: 'Microsoft YaHei', PingFangSC-Regular, sans-serif, Arial;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #BF5B3C;
}

a:focus {
    outline: none;
    outline-offset: 0px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

img {
    border: 0;
    vertical-align: middle;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

p {
    text-align: justify;
    text-justify: distribute;
    color: #333333;
    font-size: 14px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

html,
body {
    -ms-overflow-style: scrollbar;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 100vh;
    overflow: hidden;
}
.swiper-container, .swiper-wrapper{
    height: 100%;
}

.swiper-slide{
    width: 100%;
    height: 100%;
}
.c-main-swiper .c-main-slide:first-child{
    background-size: 100%;
    background-image: url(../imgs/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.c-main-swiper .c-main-slide:last-child{
    background-size: cover;
    background-image: url(../imgs/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.c-bottom-x1{
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0 1.4rem;
    width: 100%;
}
.c-bottom-x2 {
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding: 0 1.4rem;
    width: 100%;
}
button.c-click{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2.8rem);
    height: 60px;
    color: #590905;
    font-size: 20px !important;
    font-weight: bold;
    border-radius: 20px;
    outline: none;
    border: none;
    background-image: -moz-linear-gradient( 90deg, rgb(255,251,175) 0%, rgb(241,138,1) 0%, rgb(254,239,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,251,175) 0%, rgb(241,138,1) 0%, rgb(254,239,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,251,175) 0%, rgb(241,138,1) 0%, rgb(254,239,143) 100%);
    box-shadow: 0px 7.5px 10px 0px rgba(100, 23, 96, 0.2);
    width: 100%;
}

button.c-click::before, button.c-click::after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 20px;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 0 rgba(241,138,1,.8);
    transition: all 200ms;

}
button.c-click::before{
    animation:  pulse 2s ease-in-out 0.5s infinite;
}
button.c-click::after{
    animation: pulse 2s ease-in-out infinite;
}

button.c-click span{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

button.c-click span::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../imgs/zan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
button.c-click span::before{
    content: "+"attr(data-num);
    position: absolute;
    font-size: 18px;
    top: -20px;
    left: -3px;
    opacity: 0;
    color: #fffbaf;
}
button.c-click span.numgo::before{
    animation: numgo 1s linear;
}
button.c-click2 span::after{
    background-image: url(../imgs/zan2.png);
}


.c-bottom-x1-tip{
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.c-bottom-x1-tip img{
    width: 17px;
    margin-right: 9px;
    /*animation: gotop 1s linear infinite;*/
}
@keyframes gotop {
    0%{
        transform: translateY(0px);
    }
    33%{
        transform: translateY(-4px);
    }
    100%{
        transform: translateY(-8px);
    }
}
.c-bottom-x1-tip2{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 30px;
}
.c-bottom-x1-tip2 span{
    font-size: 18px;
    color: #fff78f;
    font-weight: bold;
    padding: 0 5px;
}
.c-bottom-x2-tip2, .c-bottom-x2-tip3{
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
}
.c-bottom-x2-tip2{
    padding-top: 20px;
}
.c-bottom-x2-tip3{
    padding-top: 10px;
}
@keyframes numgo {
    0%{
        opacity: 0.6;
        left: -3px;
        top: -30px;
    }
    33%{
        opacity: 0.8;
        left: 6px;
        top: -50px;
        font-size: 22px;
    }
    66%{
        opacity: 0.9;
        left: -9px;
        top: -70px;
        font-size: 24px;
    }
    100%{
        opacity: 0;
        left: -4px;
        top: -90px;
        font-size: 20px;
    }
}
.animated::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite::after{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce::after {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}



.c-main-swiper .c-page-next, .c-main-swiper .c-page-prev{
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    right: auto;
    left: calc((100% - 20px) / 2);
    top: auto;
    margin: 0;

}
.c-main-swiper .swiper-button-next::after, .c-main-swiper .swiper-container-rtl .swiper-button-prev::after, .c-main-swiper .swiper-button-prev::after, .c-main-swiper .swiper-container-rtl .swiper-button-next::after  {
    content: '';
}
.c-main-swiper .c-main-wrapper ~ .c-page-next{
    background-image: url(../imgs/arr-d.png);
    bottom: 20px;
    animation: movedown 1s ease-in-out infinite;
}
.c-main-swiper .c-main-wrapper ~ .c-page-prev{
    background-image: url(../imgs/arr-u.png);
    top: 20px;
    animation: moveup 1s ease-in-out infinite;
}
.c-main-swiper .swiper-button-next.swiper-button-disabled, .c-main-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
@keyframes pulse {
    70% {
        box-shadow: 0 0 0 20px rgba(70, 130, 180, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(70, 130, 180, 0);
    }
}
@keyframes breathe {
    0% {
        transform: scale(0.85);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}


@keyframes movedown {
    0%{
        bottom: 20px;
    }
    70%{
        bottom: 15px;
    }
    100%{
        bottom: 20px;
    }
}
@keyframes moveup {
    0%{
        top: 20px;
    }
    30%{
        top: 15px;
    }
    100%{
        top: 20px;
    }
}
.c-logo{
    position: fixed;
    top: 1.78rem;
    left: 1.4rem;
    width: 50%;
    height: 40px;
    background-image: url(../imgs/logo.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 1200;
}
.c-bandge{
    position: fixed;
    top: 1.78rem;
    right: 1.4rem;
    width: 54px;
    height: 50px;
    background-image: url(../imgs/bandge.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1000;
    /* animation: zhuan 8s ease-in-out infinite; */
}
@keyframes zhuan {
    0%{
        transform: rotateY(0deg);
    }
    60%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}

.c-musicbtn.ring, .c-musicbtn{
    position: fixed;
    right: 1.4rem;
    bottom: 15px;
    width: 29.5px;
    height: 29.5px;
    background-image: url(../imgs/musicbtn.png);
    background-size: 29.5px 29.5px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 90000;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
.c-musicbtn{
    animation: mscnoroll 10s linear infinite;
    opacity: .5;
}
.c-musicbtn.ring{
    animation: mscroll 10s linear infinite;
    opacity: 1;
}
audio{
    opacity: 0;
    width: 0px;
    height: 0px;
    display: none;
    visibility: hidden;
}
@keyframes mscroll {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes mscnoroll {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(0deg);}
}


.row{
    display: flex;
}
.c-msgx {
    flex-direction: column;
    padding: 0 1.785rem;
    margin-top: 90px;
    height: calc(100vh - 430px);
    overflow: hidden;
}
.c-msgx-name {
    font-size: 14px;
    color: #ffc980;
    width: 100%;
    text-align: right;
}
.c-msgx-time {
    font-size: 10px;
    color: #e19125;
    min-height: 60px;
}
.c-msgx-time::before {
    content: "-";
    font-size: 14px;
    color: #ffc980;
    padding: 0 5px;
}
.c-msgx-cont {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.429;
    text-align: right;
}
.c-msgx-item{
    padding: 15px 1.785rem;
    height: 120px;
}

.pull-right{
    float: right !important;
}
.c-modal-close{

}
.c-close, .c-close2{
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../imgs/x.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.c-12{
    width: 100%;
}
.c-modal.in{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    visibility: visible;
}
.c-modal{
    visibility: hidden;
    z-index: -1;
    display: none;
}
.c-form-x{
    width: 100%;
    padding: 1.4285rem 1.785rem 2.86rem;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}
.c-btn-submit{
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,251,175) 0%, rgb(241,138,1) 1%, rgb(254,239,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,251,175) 0%, rgb(241,138,1) 1%, rgb(254,239,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,251,175) 0%, rgb(241,138,1) 1%, rgb(254,239,143) 100%);
    box-shadow: 0px 7.5px 10px 0px rgba(100, 23, 96, 0.2);
    height: 60px;
    font-size: 20px;
    color: rgb(89, 9, 5);
    font-weight: bold;
    line-height: 0.75;
    text-align: center;
    width: 100%;
    border: none;
    outline: none;
}

[class*="c-line-row"]{
    padding-top: 20px;
    align-items: center;
}
[class*="c-line-row"] label{
    font-size: 18px;
    color: #666666;
    flex: 0 0 2.6em;
}
[class*="c-line-row"] label + input, [class*="c-line-row"] label + select{
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(229, 229, 229);
    height: 40px;
    padding: 0 1em;
}
.c-line-row4{
    flex-direction: column;
}
.c-line-row4 label{
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}
.c-line-row4 label + textarea{
    flex: 0 0 100%;
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: #333333;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(229, 229, 229);
    margin-bottom: 40px;
    padding: 1em;
}
.c-modal-tip.in{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    margin-left: -87.5px;
    top: 50%;
    margin-top: -57.5px;
    width: 175px;
    height: 120px;
    padding: 10px;
    z-index: 999999;
    visibility: visible;
}
.c-modal-tip{
    visibility: hidden;
    z-index: -1;
}
.c-modal-tips-x{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c-modal-tips-x img{
    width: 40px;
    height: 40px;
}
.c-modal-tips-x p{
    font-size: 18px;
    padding-top: 6px;
}
