.index-page {
    width: 100%;
    position: relative;
}

.index-page::before {
    display: block;
    content: '';
    width: 100%;
    height: 197px;
    position: absolute;
    top: 0;
    z-index: -1;
    background: url(../img/bj0_1.png) no-repeat;
    background-size: cover;
}

/* bread */

.bread {
    margin-top: 28px;
}

.bread span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.bread a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
}
.bread a:hover{
	color: #00BEBE;
}
.bread a.tit {
    color: #41475E;
}

/* game_con */

.game_con {
    overflow: hidden;
    margin-top: 18px;
}

.game_con .left {
    width: 793px;
    float: left;
}

.game_top {
    width: 793px;
    height: 255px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.game_top_con {
    display: flex;
    align-items: center;
    margin: 24px;
}

.game_top_con img {
    width: 120px;
    height: 120px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 24px;
}

.game_top_con .text {
    flex: 1;
}

.game_top_con .text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F25;
    line-height: 35px;
    text-align: left;
    margin-bottom: 12px;
}

.game_top_con .text p span {
    display: inline-block;
    background: rgba(0, 190, 190, 0.1);
    border-radius: 20px 20px 20px 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #00BEBE;
    line-height: 20px;
    text-align: left;
    padding: 4px 16px;
}

.game_top_con .down,.downbtn a,.downbtn button {
    display: block;
    width: 149px;
    height: 48px;
    background: linear-gradient(90deg, #1cd4d4 0%, #00BEBE 100%);
    border-radius: 39px 39px 39px 39px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
	border:none;
	margin-bottom: 10px;
	border-color: transparent;
	cursor: pointer;
}

.game_top_con .down_pc {
    background: #D068F4 ;
}
.downbtn .orderBtn{
	background: linear-gradient(to right, #FF6A00, #FF8C00);
}
.downbtn .noBtn{
	background: #ccc;
}
.downbtn  .down_ios{
	background: linear-gradient(to right, #68bcff, #38A6FD);
}
.downbtn  .down_an{
	background: linear-gradient(to right, #39D89C, #0ecc84);
}

.game_top .xian {
    width: 745px;
    height: 1px;
    background: #E5E6EB;
    margin: 24px;
    margin-top: 0;
}

.game_top ul {
    width: 745px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.game_top ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.game_top ul li span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
}

.game_top ul li b {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #6F7385;
    line-height: 23px;
    margin-top: 4px;
    white-space: nowrap;
}

.game_top ul span.span_s {
    width: 1px;
    height: 36px;
    background: #E5E6EB;
    margin: 0 18px;
}

/* game_top_line */

.game_top_line {
    display: flex;
    margin-top: 20px;
}
.game_t_p{
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
}
.game_t_r{
    word-break: break-all;
    white-space: nowrap;
    flex: 1;
}
.game_t_p span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.game_t_p>span {
    color: #9C9FAC;
    margin-right: 40px;
}

.game_t_p>span>span {
    color: #6F7385;
    margin-right: 8px;
}

.game_t_r span {
    color: #E5E6EB;
}

.game_t_r a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #00BEBE;
    line-height: 20px;
	cursor: pointer;
}
.game_t_r a:hover{text-decoration: underline;}

/* screen */

.screen {
    margin-top: 30px;
}

.screen .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    line-height: 29px;
}

/* swiper */

.swiper {
    width: 794px;
    max-height: 390px;
    border-radius: 0px 0px 0px 0px;
    margin-top: 20px;
}

.swiper-slide img {
    width: 100%;
    max-height: 390px;
    border-radius: 16px 16px 16px 16px;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../img/right_s.png) no-repeat;
    background-size: cover;
}

.swiper-button-prev {
    transform: rotateZ(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* introduce */

.introduce {
    margin-top: 22px;
}

.introduce .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    line-height: 29px;
}

.int_con {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #1F1F25;
    line-height: 26px;
    text-align: left;
    text-align: justify;
}

.int_con p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 30px;
    text-align: left;
    text-align: justify;
}

.int_con h3 {
    font-weight: 700;
    margin: 10px 0;
}

.int_con img[data-orientation="landscape"] {
    /*width: 50% !important;*/
    height: auto !important;
    display: block;
    margin: 15px auto;
    max-width: 500px;
}

.int_con img[data-orientation="portrait"] {
    /*width: 50% !important;*/
    height: auto !important;
    display: block;
    margin: 15px auto;
    max-width: 300px;
}

/* tuijian */

.tuijian {
    margin-top: 40px;
}

.tuijian .tit img {
    width: 104px;
    height: 36px;
    margin-bottom: 20px;
}

.tj_box {
    width: 794px;
    height: 424px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
}

.tj_box .con {
    padding: 8px;
}

.tj_box .con .top {
    padding: 16px;
    background: linear-gradient(180deg, #deffff 0%, #f4ffff 100%);
    border-radius: 12px 12px 4px 4px;
}

.tj_box .con .top .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tj_box .con .top .title span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    line-height: 29px;
}

.tj_box .con .top .title a {
    display: flex;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #00BEBE;
    line-height: 20px;
    justify-content: center;
    align-items: center;
}

.tj_box .con .top .title a span {
    font-size: 14px;
    color: #00BEBE;
}

.con_p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
    margin-top: 8px;
}

.tj_box ul {
    overflow: hidden;
    margin: 12px;
    margin-bottom: 0;
}

.tj_box ul li {
    width: 96px;
    height: 128px;
    border-radius: 12px 12px 12px 12px;
    float: left;
    margin-right: 35px;
}

.tj_box ul li:nth-child(6n) {
    margin-right: 0px;
}

.tj_box ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tj_box ul li a img {
    width: 72px;
    height: 72px;
    background: #E0F7ED;
    border-radius: 18px 18px 18px 18px;
}

.tj_box ul li a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    display: block;
    width: 100%;
}

/* info_right */

.info_right {
    width: 367px;
    float: right;
}

/*  */

.TOP {
    width: 365px;
    height: 546px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
}

.TOP .tit {
    overflow: hidden;
}

.TOP .tit img {
    width: 76px;
    height: 27px;
    margin: 16px;
}

.Top_ul {
    width: 335px;
    margin: 0 auto;
}

.Top_ul li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    margin-bottom: 8px;
    cursor: pointer;
}

.Top_ul li .text {
    flex: 1;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Top_ul li .dis_none {
    flex: 1;
    display: none;
}

.Top_ul li .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #C9CDD4;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
}

.Top_ul li:nth-child(1) .num {
    background: #FF2718;
}

.Top_ul li:nth-child(2) .num {
    background: #00BEBE;
}

.Top_ul li:nth-child(3) .num {
    background: #FFC118;
}

.Top_ul li.on .text {
    display: none;
}

.Top_ul li.on .dis_none {
    display: flex;
    align-items: center;
}

.Top_ul li.on .dis_none .con {
    flex: 1;
}

.Top_ul li.on .dis_none .con a {
    display: flex;
    align-items: center;
}

.Top_ul li.on .dis_none .con a img {
    width: 72px;
    height: 72px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 12px;
}

.Top_ul li.on .dis_none .con a .con_text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: left;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Top_ul li.on .dis_none .con a .con_text .line {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #9C9FAC;
    line-height: 17px;
}

.Top_ul li.on .dis_none .down {
    display: block;
    width: 76px;
    height: 32px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #00BEBE;
    text-align: center;
    line-height: 32px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #00BEBE;
    line-height: 32px;
}

.hotinfo {
    width: 365px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    margin-top: 20px;
}

.hotinfo .tit {
    margin: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotinfo .tit img {
    width: 80px;
    height: 27px;
}

.hotinfo .tit a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
}



.TOP .tit {
    margin: 6px 6px 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TOP .tit img {
    width: 80px;
    height: 27px;
}

.TOP .tit a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
}
.tuijian .tit {
    margin: 6px 6px 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tuijian .tit a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
}

.hotinfo .tit a span {
    font-size: 14px;
    color: #6F7385;
}

.hot_ul {
    margin: 16px;
}

.hot_ul li {
    display: flex;
    margin-bottom: 24px;
    padding: 0 4px;
}

.hot_ul li a {
    display: block;
}

.hot_ul li .img {
    width: 102px;
    height: 66px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    margin-right: 12px;
}

.hot_ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot_ul li .text {
    flex: 1;
    width: 70%;
}

.hot_ul li .text span {
    display: block;
}

.hot_ul li .text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: left;
    margin-bottom: 4px;
}

.hot_ul li .text .line {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6F7385;
    line-height: 17px;
    text-align: left;

    /* 核心截断属性 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示行数 */
    overflow: hidden; /* 隐藏超出内容 */
    text-overflow: ellipsis; /* 省略号（-webkit-line-clamp 会自动触发，此处为兼容） */
}

/*  */

.Top_ul li.on .dis_none .down:hover {
    background: #00BEBE;
    color: #fff;
}

.hot_ul li:hover a .name,
.tj_box ul li a:hover span {
    color: #00BEBE;
}

/**/

/* power */

.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-color: #fff;
    width: 540px;
    border-radius: 6px;
    text-align: center;
	padding-top: 30px;
}

.gRule .gRclose {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 34px;
    position: relative;
}

.gRule .oTitle {
    position: relative;
    width: 100%;
    height: 65px;
    text-align: center;
    font-size: 24px;
    line-height: 65px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.gRule .oTitle p {
    margin-top: 10px;
    font-size: 28px;
    color: #202020;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    width: 400px;
    border: 0;
    background: linear-gradient(to right, #1cd4d4, #00BEBE);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    background-color: #fff;
    display: block;
    height: 280px;
    border: none;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 16px;
    margin: 10px 26px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.ruleMain p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.ruleMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

/* Privacy */

.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-color: #fff;
    width: 540px;
    border-radius: 6px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 26px;
    height: 26px;
   font-size: 34px;
    position: relative;
}

.gPrivacy .oTitle {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.gPrivacy .oTitle p {
    margin-top: 10px;
    font-size: 28px;
    color: #202020;
    font-weight: bold;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    width: 400px;
    border: 0;
    background: linear-gradient(to right, #1cd4d4, #00BEBE);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 18px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 8px;
    display: block;
}

.privacyMain p span {
    display: block;
}

.privacyMain p br {
    display: none;
}

.hide {
    display: none;
}

#jubao{
	display: block;
	    width: 66px;
	    height: 66px;
	    overflow: hidden;
	    margin-bottom: 2px;
	    background: #fff;
	    -webkit-transition: all .2s;
	    -moz-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2;
	    background: url(../img/float_btn.jpg) no-repeat;
	    border: 1px solid #fff;
	    background-position: 0 -265px;
	    position: fixed;
	    top: 80%;
		left: 1220px;
}
#jubao:hover{
        background-position: -67px -265px;
    }
	
	
	.modal {
	    display: none;
	    position: fixed;
	    z-index: 9999;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.5);
	}
	
	.modal-content {
	    background-color: #fefefe;
	    margin: 15% auto;
	    padding: 30px 25px;
	    border: 1px solid #888;
	    width: 80%;
	    max-width: 500px;
	    border-radius: 5px;
	}
	
	.close {
	    color: #aaa;
	    float: right;
	    font-size: 28px;
	    font-weight: bold;
	    cursor: pointer;
	}
	
	.close:hover {
	    color: black;
	}
	#appointmentForm{margin-top: 10px;}
	#appointmentForm input {
	    width: 60%;
	    padding: 10px;
	    margin: 10px 0;
	    border: 1px solid #ddd;
	    border-radius: 4px;
	}
	
	#submitBtn {
	    background-color: #00BEBE;
	    color: white;
	    padding: 10px 20px;
	    border: none;
	    border-radius: 4px;
	    cursor: pointer;
	    width: 100%;
		margin: 10px auto;
	}
	
	.result-modal {
	    display: none; 
	    position: fixed; 
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.5); 
	    z-index: 1000;
	}
	
	.result-content {
	    background-color: white;
	    width: 80%;
	    max-width: 300px; 
	    margin: 20% auto; 
	    padding: 20px;
	    border-radius: 8px; 
	    text-align: center; 
	    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
	}
	
	.result-close {
	    float: right; 
	    font-size: 24px;
	    font-weight: bold;
	    color: #aaa;
	    cursor: pointer;
	}
	.result-close:hover {
	    color: #333; 
	}
	.result-icon {
	    width: 60px;
	    height: 60px;
	    margin: 10px auto;
	    background-size: contain; 
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.result-icon.success {
	    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234CAF50"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
	}
	
	.result-icon.error {
	    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F44336"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
	}
	.result-message {
	    margin: 15px 0;
	    font-size: 16px;
	    color: #333;
	}
	.confirm-btn {
	    background-color: #4CAF50; 
	    color: white;
	    border: none;
	    padding: 10px 20px;
	    border-radius: 4px;
	    cursor: pointer;
	    width: 100%;
	    font-size: 16px;
	}
	.confirm-btn:hover {
	    background-color: #45a049; 
	}
	
