body {
    position: relative;
    font-family: qihei55, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    background: #000;
}
@font-face {
    font-family: qihei55;
    src: url(../font/qh55.woff) format("woff");
}
.zIndex {
    z-index: -1;
}
.zIndex1 {
    z-index: 1;
}
.poninterNo {
    pointer-events: none;
}
.poninterYes {
    pointer-events: all;
}
.w100 {
    width: 100%;
}
.pre {
    position: relative;
}
.opacity {
    opacity: 0;
}
.opacity1 {
    opacity: 1;
}
.fix-margin {
    margin-top: -.2vw;
}
.select-pre {
    position: relative;
    margin-top: 7px;
}
.footer-inner {
    width: 668px;
}
.footer-inner .select-pre+ .select-pre {
    margin-left: 7px;
}

.opacityScale {
    opacity: 0;
    transform: scale(0);
}

.headerBox {
    position: relative;
    height: 90px;
    background-color: white;
}
.logo {
    position: absolute;
    top: 30px;
    left: 41px;
    width: 178px;
}
.home {
    /* position: absolute;
    width: 85px;
    top: 35px;
    right: 50px; */

    /* width: 4.427vw; */
    /* top: 1.823vw; */
    right: 50px;
    line-height: 90px;
    top: 0;
    font-size: 20px;
    color: black;
    position: absolute;
    text-decoration: none;
}
.container {
    font-size: 0;
}
.video-box {
    position: relative;
    font-size: 0;
}
.video-pre {
    position: absolute;
    top: 0;
    left: 0;
}
.left {
    width: 50.05%;
}
.right {
    width: 50%;
}
.swiper-box {
    display: flex;
    position: relative;
}
.swiper-pagination {
    position: absolute;
    left: 0;
    bottom: -1.302vw;
    width: 100%;
}
.swiper-slide {
    opacity: 0 !important;
}
.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-pagination-1 {
    bottom: 9.375vw !important;
}
.swiper-pagination-3 {
    bottom: 2.24vw !important;
}
.container .swiper-pagination-bullet {
    width: 2.292vw;
    height: 0.156vw;
    background: rgba(255, 255, 255, .9);
    border-radius: 1px;
}
.container .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-bullets span + span {
    margin-left: 0.573vw;
}
.swiper-bg {
    /*width: 100%;*/
    /*height: 56.25vw;*/
    /*background: url(../../html/images/p2.jpg) no-repeat center;*/
    /*background-size: cover;*/
}
.swiper-gif {

}
.swiper-pos-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.tip-down-arrow {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 1.875vw;
    height: 1.563vw;
    animation: upDownArrow50 2s linear infinite;
}

.form-box {
    text-align: center;
}
.yuYue-title-box {
    text-align: center;
}
.yuYue-title-box h2 {
    position: relative;
    display: inline-block;
    font-family: qihei55;
    font-size: 40px;
}

.yuYue-title-box h2:before {
    content: '';
    width: 120px;
    height: 1px;
    position: absolute;
    top: 0.7em;
    left: -4em;
    background-color: black;
}
.yuYue-title-box h2:after {
    content: '';
    width: 120px;
    height: 1px;
    position: absolute;
    top: 0.7em;
    right: -4em;
    background-color: black;
}
.tip-text {
    position: absolute;
    top: 137vw;
    left: 50%;
    transform: translateX(-50%);
    width: 28.667vw;
}
.yuYue {
    position: relative;
    z-index: 1;
}
.yuYue-inner {
    margin: 0 auto;
    width: 46.042vw;
    font-family: qihei55, sans-serif;
}
.row {
    display: flex;
    justify-content: space-between;
}

.row .shortFormEle {
    width: 22.396vw;
}
.shortFormEle input, .shortFormEle select {
    width: 100%;
}
.longFormEle input, .longFormEle select {
    width: 100%;
}

.publicInput, .publicSelect {
    box-sizing: border-box;
    font-size: 1.042vw;
    margin-bottom: 1.042vw;
    padding: 0 0.833vw;
    height: 2.813vw;
    color: #000;
    background: #fff;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: 1px solid #000;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: #000;
}
.label-box {
    font-size: 1.042vw;
}
.label-box label {
    display: block;
    margin-left: 11.771vw;
    letter-spacing: .1em;
    justify-items: center;
}
.label-box span {
    display: inline-block;

}
.label-box input {
    margin-top: 0.25vw;
    margin-right: .5vw;
    float: left;
    width: 1.042vw;
    height: 1.042vw;
}
/*预约页面*/
.agree-box {
    position: relative;
    display: inline-block;
}

/*勾选同意协议*/
.agree-box {
    position: relative;
    margin-top: 4.8vw;
    width: 40.933vw;
}
.gou {
    position: absolute;
    left: 0.833vw;
    width: 2.267vw;
    opacity: 0;
    transition: opacity .3s ;
}
.agree-box .checked {
    opacity: 1;
}
.select-arrow {
    position: absolute;
    top: 1.2vw;
    right: 1vw;
    width: 1.042vw;
    pointer-events: none;
}
#submitBt {
    display: block;
    margin: 4vw auto 0;
    width: 20.625vw;
    height: 2.813vw;
    line-height: 2.813vw;
    background: #f30334;
    font-size: 1.042vw;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#submitBt:hover, #submitDl:hover {
    filter: brightness(1.1);
}
.copyrightDes {
    color: #363636;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

.copyrightDes div {
    position: relative;
}

.copyrightDes span {
    letter-spacing: 1.4px;
}

.copyrightDes a {
    color: #363636;
    font-size: 14px;
    text-decoration: underline;
}

.copyrightDes p {
    padding-bottom: 26px;
    line-height: 28px;
    font-weight: normal;
}

.copyrightDes h1,
.copyrightDes h2,
.copyrightDes h3,
.copyrightDes h4,
.copyrightDes h5 {
    font-weight: normal;
    padding-bottom: 26px;
}

.copyrightDes ul,
.copyrightDes li {
    list-style: circle inside;
    line-height: 28px;
    padding-bottom: 14px;
    font-weight: normal;
}

.copyrightDes .article {
    padding-top: 20px;
    width: 90%;
    height: 88%;
    margin-left: 5%;
    overflow: auto;
}

#ct6_footer {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 80px;
    background-color: rgb(243, 243, 243);
    bottom: 0;
    left: 0;
    transition: all .3s;
    /*transform-origin: bottom left;*/
    /*transform: scale3d(1, 1, 1);*/
    /*visibility: hidden;*/
}
.footer_wrapper {
    width: 1313px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.form_column {
    position: relative;
    width: 266px;
    height: 23px;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
}
.form_title {
    padding-right: 15px;
    width: 87px;
}
#name,#phone {
    width: 327px;
}
#phone {
    margin-left: 7px;
}
.footer-inner input,.footer-inner select {
    width: 160px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid rgb(191, 191, 191);
    -webkit-appearance: none;
    padding: 0 5px;
    font-family: trim, hyjh, sans-serif;
    font-size: 12px;
    color: #000;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: 23px;
    background-color: transparent;
}
.form_arrow {
    position: absolute;
    right: 4%;
    top: 38%;
    width: 10px;
}
.form_btn {
    width: 74px;
    margin-right: 35px;
    cursor: pointer;
    flex-shrink: 0;
}
.form_agree_message {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.form_privacy {
    position: relative;
    width: 317px;
    height: 52px;
    margin-right: 40px;
    flex-shrink: 0;
}
.form_agree_privacy {
    position: absolute;
    top: 33px;
    left: 1px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.form_agree_message:after, .form_agree_privacy:after {
    position: absolute;
    content: '';
    border-radius: 3px;
    background-color: #8a1529;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 3px;
    transition: opacity .3s ease;
    opacity: 0;
}
.form_agree_message.active:after, .form_agree_privacy.active:after {
    opacity: 1;
}
.useUpEle {
    height: 80px;
}
.click-hide {
    margin-left: 13px;
}
.footslideUpBtn {
    position: fixed;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    width: 98px;
    height: 32px;
    transform: translateY(100%);
    transition: all .3s;
    z-index: 5;
}
.translateY100 {
    transform: translateY(100%);
}
.translateYBack {
    transform: translateY(0);
}
.displayNone {
    display: none;
}
@keyframes opacityIn {
    to {
        opacity: 1;
    }
}
@keyframes opacityOut {
    to {
        opacity: 0;
    }
}
@keyframes opacityInOut {
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes upDownArrow50 {
    50% {
        transform: translate(-50%,20%);
    }
    to {
        transform: translate(-50%,0);
    }
}
