* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.bg {
    background-color: #F6FCFF;
    padding-bottom: 15px;
}

.header-bg {
    background: url('../image/bg.png') no-repeat;
    background-size: 100% 100%;
}

.h-logo {
    padding-left: 2%;

    padding-top: 10px;

}

.h-logo img {
    width: 70%;
}

.logo {
    padding: 0 2%;
    padding-top: 20px;
}

.logo img {
    width: 100%;
}

.shipan {
    text-align: center;
    margin-top: 23px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url('https://htgj.vip/m/img/sw-right.png') no-repeat;
    background-size: 100%;
    width: 20px !important;

    height: 62px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url('https://htgj.vip/m/img/sw-left.png') no-repeat;
    background-size: 100%;
    width: 20px !important;
    height: 62px !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 7px !important;
    border-radius: 0px !important;
    background: url('../image/swi-a.png');
    opacity: 1;
    background-size: 100% 100%;

}


.swiper-pagination-bullet-active {
    width: 25px !important;
    height: 7px !important;
    background: url('../image/swi-active.png');
    background-size: 100% 100%;
}


.shipan img {
    width: 94%;

}

.swi-box img {
    width: 90%;
}

.swi-box {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 35px;
}


.swi-tishi {
    margin-top: 15px;
    width: 96%;
    padding: 0 2%;
}

.wei-box {
    padding-bottom: 40px;
}

.wei-bg {
    background-color: #fff;
    padding: 20px 3%;
    border-radius: 7px;
    height: 340px;
    width: 94% !important;

}

.wei-box2 {
    /* padding-bottom: 85px; */
}

.wei-box .img {
    width: 100%;
}

.wenzi-tip {
    position: relative;
    margin-top: 10px;
}

.wenzi-tip p {
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.7;
}

.swiper-wrapper {
}

.ke-iframe {
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
}

.wenzi-tip span {
    position: absolute;
    line-height: 16px;
    top: 3px;
    left: 0px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    width: 16px;
    text-align: center;
    color: #fff;
    height: 16px;
    background: #FF5200;
    background-size: 100% 100%;
}

.anniu-box {
    margin-top: 30px;

    display: flex;
    justify-content: center;
    padding: 0 4%;
}

.shouji {
    padding-right: 4%;
}

.shouji img {
    width: 100%;

}

.small-anniu img {
    width: 20px;
    height: 20px;
}

.small-anniu {
    display: flex;
    padding: 13px 0;
    width: 45%;
    align-items: center;
    justify-content: center;
    border-radius: 4px;

    box-shadow: 0 0 8px #cf9073;
}

.ping {
    background-image: linear-gradient(#FFD6A2, #FF9030);
}

.small-anniu span {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
}

.anzhuo {
    background-image: linear-gradient(#FEB28E, #FF5505);
}

.fastRegister {
    background-image: linear-gradient(#8ecffe, #0366fb);
}

.bottom-icon {
    text-align: center;
    margin-top: 26px;
}

.bottom-icon img {
    vertical-align: top;
    width: 100%;
}

.jiqiao-title {
    padding-bottom: 7px;
    padding-top: 35px;
    text-align: center;
}

.jiqiao-title .shi-h1 {
    font-size: 20px;
    font-weight: bold;
}

.jiqiao-title .shi-h1 .shi-left {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    height: 18px;
    vertical-align: top;
    margin-top: 4px;
    background: url('../image/shi-left.png');
    background-size: 100% 100%;
}

.jiqiao-title .shi-h1 .shi-right {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 4px;
    width: 30px;
    height: 18px;
    background: url('../image/shi-right.png');
    background-size: 100% 100%;
}

.jiqiao-title p {
    font-weight: bold;
    margin-top: 8px;
    color: #FF5200;
    font-size: 17px;
}


.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.wechat-alert {
    width: 50%;
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 3;
}

.wechat-alert img {
    width: 100%;
}


.right-float {
    position: fixed;
    z-index: 9;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
}

.right-float img {
    width: 720px !important;
    animation: resize 1s infinite; /* 总时长为1秒，无限循环 */
    display: inline-block;
}

@keyframes resize {
    0%, 100% {
        width: 95%;
    }
    50% {
        width: 90%;
    }
}

.right-kefu .kefu-icon {
    width: 42px;
}

.right-kefu p {
    margin-top: 5px;
}

.anzhuang-icon {
    width: 42px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.iframe-bg {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
}

.iframe {
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
}

.show-guan {
    padding: 10px;
    position: absolute;
    top: 5%;
    color: #fff;
    z-index: 9999;
    right: 8%;
    font-size: 20px;
}


.right-kefu {
    display: none;
    position: fixed;
    z-index: 9;
    right: 3%;
    top: 45%;
}

.right-kefu .kefu-icon {
    width: 42px;
}

.right-kefu p {
    margin-top: 5px;
}


.right-kefu .kefu-icon {
    width: 85px;
}

.right-kefu p {
    margin-top: 5px;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.registerPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(#8ecffe, #037dfb);
    z-index: 11;
    padding: 20px;
    display: none;
    border-radius: 10px
}

.topLogo {
    text-align: center;
}

.topLogo img {
    width: 300px;
    height: auto;
}

.closeButton {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 24px;
}

.closeButton img {
    width: 50px;
}

.registerList {
    display: flex;
    gap: 3px;
    flex-direction: column;
    /* margin-top: 30px; */
}

.inputTitle {
    font-weight: bold;
    /* color: #ffee00; */
    color: #fff;
}

.registerList input {
    /* width: 275px; */
    width: 97%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    padding-left: 10px;;
    outline: none;
}

.footerBtn {
    text-align: center;
    margin-top: 20px;
}

.registerButton {
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 25px;
    border: 0;
    background-image: linear-gradient(#f7cf33, #fb8c03);
    color: #fff;
    font-weight: bold;
}

.phoneValidate {
    display: flex;
    gap: 5px;
}

.phoneValidate input {
    width: 100%;
}

.phoneValidate button {
    width: 95px;
    border-radius: 5px;
    border: 0;
    padding: 0 10px;
    background-image: linear-gradient(#aaf733, #03fbab);
    font-weight: bold;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
}

.errorText {
    color: red;
    font-size: 12px;
}

#overlayDown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.downloadPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(#8ecffe, #b9dbff);
    z-index: 11;
    padding: 20px;
    border-radius: 10px;
}

.iphoneList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.iphoneList a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 50px;
    background-image: linear-gradient(#fffdfb, #c7c7c7);
    border: 1px solid #6f6f6f;
    border-radius: 25px;
    color: #000;
    font-weight: bold;
    box-shadow: 0 0 3px #000000;
}

.iphoneList img {
    width: 25px;
}

.androidList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.androidList a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 50px;
    background-image: linear-gradient(#fffdfb, #c7c7c7);
    border: 1px solid #6f6f6f;
    border-radius: 25px;
    color: #000;
    font-weight: bold;
    box-shadow: 0 0 3px #000000;
}

.androidList img {
    width: 25px;
}