@charset "utf-8";

html{-webkit-text-size-adjust:100%;font-size:100px}
html,body{height:100%;}
*{margin:0;padding:0;box-sizing: border-box;}
body{padding:0; margin:0px auto; font-size:0.24rem;line-height:1.6; color:#333333; width:100%; min-width:300px; zoom:1;font-family:arial, sans-serif;max-width: 750px;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family:arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family:arial, sans-serif;}
aside{font-family:arial, sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#d40e0e;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.Contain{clear:both;padding: 0.6rem 0.3rem;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.relative{position: relative;}

@media ( max-width:640px){
	html{font-size:14vw}
}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4,.dot5 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:normal;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

.dot5 {
	-webkit-line-clamp: 5;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 0.08rem; height:0.08rem;-webkit-overflow-scrolling : touch;
	background-color: #FFF8F6;}
::-webkit-scrollbar-track{
	background-color: #FFF8F6;}
::-webkit-scrollbar-thumb{
	border-radius: 0.08rem;
	background-color: #DB2128;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #FFF8F6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.pd20{padding:0 0.2rem;}
.mb30{margin-bottom:0.3rem;}

.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f26{font-size: 0.26rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.3rem;}

@media(max-width:640px){
    .f18{font-size: 0.22rem;}
}


/* 首页 */
.Main{position: relative;background:#FDE0C1;min-height:100vh;}
.Banner{position: absolute;top:0;left:0;width:100%;height:100%;z-index:0;}
.Banner .item img{width:100%;}
.Top{position: relative;padding:0.4rem;}
.Top .TopBox .Logo img{height:0.59rem;}
.Top .TopBox .warntxt{margin-top:2.2rem;font-weight: 500;}
.Top .TopBox .warntxt dl{display: flex;}
.Top .TopBox .warntxt dd{display:flex;align-items: center;color:#fff;}
.Top .TopBox .warntxt dd:first-child{margin-right:0.8rem;}
.Top .TopBox .warntxt dd .ico{margin-right:0.1rem;}
.Top .TopBox .warntxt dd .ico img{width:0.2rem;position: relative;top:-0.02rem;}
.Top .TopBox .TopTit{position: relative;text-align: center;margin-bottom:0.3rem;}
.Top .TopBox .TopTit .name{font-size: 0.36rem;color:#fff;font-weight: 700;}
.Top .TopBox .TopTit .goback{width:0.36rem;position: absolute;left:0;top:50%;height:0.36rem;margin-top:-0.18rem;}


.Nav{position: relative;}
.Nav{border-radius: 0.24rem;border: 0.03rem solid #FFF;background: linear-gradient(180deg, rgba(255, 255, 255, 0.71) 0%, #FFF 100%);box-shadow: 0px 6px 18px 0px rgba(114, 11, 8, 0.06);padding:0.4rem;}
.Nav ul{display: flex;justify-content: space-between;}
.Nav ul li{text-align: center;}
.Nav ul li .ico{height:0.95rem;line-height: 0.95rem;}
.Nav ul li .ico img{max-height:0.95rem;}
.Nav ul li .tit{color:#9A1A1F;font-weight: 500;margin-top:0.15rem;}

.Bottom{padding:0.2rem;line-height: 0.32rem;color:#90453F;position: relative;}

.commonPart{border-radius: 0.22rem;border: 0.02rem solid #FFDBD9;background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%);box-shadow: 0px 6px 18px 0px rgba(152, 0, 6, 0.16);margin-top:0.3rem;position: relative;}
.commonPart .PartBox{padding:0.25rem;}
.commonPart .PartBox .btn{padding: .15rem .2rem;background: #B50108;color: #fff;border-radius: .35rem;font-size: .18rem;}
.ncommonPart{border-radius: 0.24rem;background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, #FFF 15%, #FFF 100%);margin-top:0;}



.MainTit{display: flex;align-items: center;color:#B50108;font-weight: 700;border-radius: 0.18rem 0.18rem 0px 0.38rem;background: linear-gradient(90deg, #FFDFD4 0%, #FFF9F6 100%);box-shadow: 0px 3px 9px 0px rgba(90, 0, 4, 0.06);line-height: 0.88rem;padding:0 0.2rem;}
.MainTit .num{font-size: 0.4rem;opacity: 0.1;margin-right:0.2rem;}

.PartBox{color:#3C0003;}
.boxtxt{border-radius: 0.14rem;border: 1px solid #FFDBD9;background: #FDF4F1;padding:0.3rem;line-height: 1.65;color:#3C0003;text-align: justify;}
.color{color:#B20108}
.boximg{border-radius: 0.18rem;border: 1px dashed rgba(215, 24, 32, 0.25);background: linear-gradient(270deg, #FFF5F6 0%, #FFF9F6 100%);}
.boxtxt .f24{margin-bottom:0.1rem;}
.span_tit{position: relative;}
.span_tit::before{content:'';display: block;width:72%;height:0.1rem;border-radius: 0.1rem;background: rgba(215, 24, 32, 0.25);position: absolute;bottom:0;left:0;}
.more{
    border-radius: 0.52rem;line-height:0.52rem;width:1.5rem;text-align: center;color:#fff;
    background: linear-gradient(90deg, #FF747A 0%, #D71820 100%);
    box-shadow: 0px 4px 16px 0px rgba(97, 0, 4, 0.10), -2px -3px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 4px 4.8px 0px rgba(255, 234, 234, 0.20) inset;
}
.span_tit1{font-weight: 500;}

.more a{display: block;color:#fff;}
.common_btn a{border-radius: 0.78rem;line-height: 0.78rem;text-align: center;display: block;color:#fff;
    background: linear-gradient(90deg, #FF747A 0%, #D71820 100%);
    box-shadow: 0px 4px 16px 0px rgba(97, 0, 4, 0.10), -2px -3px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 4px 4.8px 0px rgba(255, 234, 234, 0.20) inset;}

.boxtxt_c{background: #FFF9F7;}


.HomePart1 .boxtit{font-weight: 500;border-radius: 0px 0.24rem 0px 0px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;border-bottom: 1px solid #FFF;background: linear-gradient(90deg, #FF8A8F 0%, #D71820 100%);box-shadow: 0px 4px 12px 0px rgba(97, 0, 4, 0.10);line-height: 0.58rem;padding:0 0.3rem;color:#fff;box-sizing: content-box;display: inline-block;position: relative;left:-0.30rem;margin-bottom:0.3rem;}
.HomePart1 .boxlist{}
.HomePart1 .boxlist ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.HomePart1 .boxlist ul li{width:47%;margin-left:3%;margin-bottom:3%;box-sizing: border-box;border-radius: 0.14rem;border: 1px solid #FFDBD9;background: #FDF4F1;}
.HomePart1 .boxlist ul li a{display: flex;width:100%;height:100%;padding:0.3rem 0 0.3rem 0.2rem;flex-wrap: wrap;align-items: center;}
.HomePart1 .boxlist ul li .ico{width:0.55rem;margin-right:0.1rem;}
.HomePart1 .boxlist ul li .ico img{max-width:0.51rem;}
.HomePart1 .boxlist ul li .txt{width:calc(100% - 0.7rem);}
.HomePart1 .boxlist ul li .txt .tit{font-weight: 500;color:#3C0003;}
.HomePart1 .boxlist ul li .txt .dec{color:#3C0003;opacity: 0.4;font-weight: 500;margin-top:0.02rem;}

.HomePart2 .boxlist ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.HomePart2 .boxlist ul li{width:47%;margin-left:3%;margin-bottom:3%;box-sizing: border-box;border-radius: 0.2rem;border: 2px solid #fde9e6;background: linear-gradient(270deg, #FFE2D8 0%, #FDF4F1 100%);box-shadow: 0px 4px 12px 0px rgba(97, 0, 4, 0.10);position: relative;}
.HomePart2 .boxlist ul li::before{content:'';display: block;width:100.5%;height:100%;position: absolute;left:-0.02rem;bottom:0;border-radius: 0.2rem;overflow: hidden;background: linear-gradient(339deg, #FDF4F1 28.12%, #FFEEE9 86.06%);box-shadow: 0px 4px 12px 0px rgba(97, 0, 4, 0.10);}
.HomePart2 .boxlist ul li::after{content:'';display: block;width:100%;height:100%;background: url(../images/homebg1.png) no-repeat bottom right;background-size: cover;position: absolute;left:0;bottom:0;border-radius: 0.2rem;overflow: hidden;}
.HomePart2 .boxlist ul li a{position: relative;padding:0.4rem;display: block;z-index:9;}
.HomePart2 .boxlist ul li .tit{font-weight: 500;line-height: 0.4rem;color:#600005;}
.HomePart2 .boxlist ul li .dec{color:#3C0003;line-height: 0.28rem;opacity: 0.6;margin:0.14rem 0 0.3rem;}

@media(max-width:640px){
    .Top{padding:0.35rem 0.4rem;}
    .HomePart2 .boxlist ul li a{padding:0.3rem;}
}

.HomePart3 .box2 .bdtit{font-weight: 500;}
.HomePart3 .box2 .boxnav ul{display: flex;justify-content: center;}
.HomePart3 .box2 .boxnav ul li{margin:0 0.05rem;width:1.5rem;line-height: 0.76rem;border-radius: 0.14rem 0.14rem 0px 0px;border: 1px solid #FAE0DE;background: #FDF4F1;text-align: center;position: relative;border-bottom:none;}
.HomePart3 .box2 .boxnav ul li::before{content:'';display: block;width:100%;height:100%;background: url(../images/zsico.png) no-repeat top 0.2rem center;background-size: contain;position: absolute;left:0;top:0;}
.HomePart3 .box2 .boxnav ul li a{display: block;position: relative;font-weight: bold;color:#B50108;}
.HomePart3 .box2 .boxnav ul li.on{border: 1px solid #FAE0DE;background: linear-gradient(180deg, #FF858A 0%, #D71820 100%);border-bottom:none;}
.HomePart3 .box2 .boxnav ul li.on a{color:#fff;}
.HomePart3 .box2 .boxnav ul li.on::before{background: url(../images/zsicoc.png) no-repeat top 0.2rem center;background-size: contain;}

.HomePart3 .box2 .bd{}
.HomePart3 .box2 .bd .bdtit{line-height: 0.38rem;margin-bottom:0.24rem;}
.HomePart3 .box2 .bd .boxcon{position: relative;border-radius: 0.1rem 0.1rem 0px 0px;border: 1px solid #FFB8B2;background: linear-gradient(180deg, #FFECE4 0%, rgba(255, 224, 213, 0.20) 60.5%, rgba(255, 224, 213, 0.00) 100%);box-shadow: 0px -10px 16px 0px rgba(173, 0, 7, 0.10);padding:0.4rem 0.3rem 0 0.3rem;margin-bottom:0.4rem;}
.HomePart3 .box2 .bd .boxcon .con .contit{padding-left:0.35rem;position: relative;color:#3C0003;font-weight: 500;line-height: 0.38rem;margin-bottom:0.12rem;}
.HomePart3 .box2 .bd .boxcon .con .contit .num{position: absolute;left:0;top:0;width:0.2rem;text-align: center;font-weight: 700;}
.HomePart3 .box2 .bd .boxcon .con .contit .num::before{width:100%;bottom:0.05rem;}
.HomePart3 .box2 .bd .boxcon .con .text{padding-left:0.35rem;line-height: 0.38rem;color:#3C0003;text-align: justify;}
.HomePart3 .box2 .bd .boxcon::after{content:'';display: block;width:102%;height:0.7rem;background: url(../images/Rectangle.png) no-repeat bottom center;background-size: 100%;position: absolute;left:-1%;bottom:-1px;}


.HomePart4 .box1 ul li{
    border-radius: 0.2rem 0.5rem 0.2rem 0.2rem;margin-bottom:0.2rem;padding:0.4rem;
    border: 2px solid #fde9e6;
    background: linear-gradient( 270deg, #FFDACE 0%, #FDF4F1 100%);
    box-shadow: 0px 0.04rem 0.12rem 0px rgba(97,0,4,0.1);position: relative;flex-shrink: 0;
    padding-right:2.4rem;
}

.HomePart4 .box1 ul li .num{width:0.6rem;line-height: 0.34rem;border-radius: 0.2rem 0px;background: linear-gradient(90deg, #FF8A8F 0%, #D71820 100%);color:#fff;position: absolute;left:0;top:0;text-align: center;font-weight: 700;top:-2px;left:-2px;}
.HomePart4 .box1 ul li .more{position: absolute;right:0.4rem;top:50%;transform: translateY(-50%);}
.HomePart4 .box1 ul li .txt .tit{color:#600005;font-weight: 500;}
.HomePart4 .box1 ul li .txt .dec{color:#3C0003;opacity: 0.6;line-height: 1.4;margin-top:0.1rem;}
.HomePart5 .box2 .slider{padding:0;}
.HomePart5 .box2 .slick-list{margin-left:-3%;}
.HomePart5 .box2 .slick-slide>div{border-radius: 0.16rem 0.3rem;border: 2px solid #fde9e6;background: linear-gradient(270deg, #FFDACE 0%, #FDF4F1 100%);box-shadow: 0px 3.891px 11.673px 0px rgba(97, 0, 4, 0.10);margin-left:3%;margin-bottom:3%;}
.HomePart5 .box2 .item{position: relative;width:47%;float:left;box-sizing: border-box;}
.HomePart5 .box2 .item a{display: block;}
.HomePart5 .box2 .item .img{position: absolute;right:0;top:50%;transform: translateY(-50%);width:80%;max-height:70%;text-align: right;}
.HomePart5 .box2 .item .img img{max-width:100%;max-height:2.4rem;display: inline-block;}
.HomePart5 .box2 .item .txt{padding:0.5rem 0.3rem;position: relative;}
.HomePart5 .box2 .item .txt .num{width: 0.6rem;line-height: 0.34rem;border-radius: 0.2rem 0px;background: linear-gradient(90deg, #FF8A8F 0%, #D71820 100%);color: #fff;position: absolute;left: 0;top: 0;text-align: center;font-weight: 700;top: -2px;left: -2px;}
.HomePart5 .box2 .item .txt .tit{color:#3C0003;font-weight: 500;line-height: 0.34rem;height:0.68rem;}
.HomePart5 .box2 .item .txt .tag{border-radius: 0.06rem;background: linear-gradient(270deg, #FFE7E8 0%, #FFC1C4 100%);display: inline-block;min-width:1rem;text-align: center;line-height: .3rem;color:#D71820;margin:0.15rem 0 0.4rem 0;}
.HomePart5 .slick-dots{text-align: center;}
.HomePart5 .slick-dots li{display: inline-block;margin:0 0.1rem;width:0.18rem;height:0.18rem;border-radius: 0.18rem;background: #D72C33;opacity: 0.2;transition: all .5s;}
.HomePart5 .slick-dots li button{display: none;}
.HomePart5 .slick-dots li.slick-active{width:0.6rem;background: linear-gradient(90deg, #F97F84 0%, #D72C33 100%);opacity: 1;}


.HomePart6 .box1{}
.HomePart6 .box1 .flex{display: flex;}
.HomePart6 .box1 .flex .w_flex{white-space: nowrap;}

.HomePart6 .box2 ul{margin-left:-3%;display: flex;flex-wrap: wrap;}
.HomePart6 .box2 ul li{width:47%;margin-left:3%;margin-top:3%;border-radius: 0.14rem;border: 1px solid #FFDBD9;background: #FDF4F1;}
.HomePart6 .box2 ul li a{display: block;padding:0.3rem 0.4rem 0.3rem 0.24rem;display: flex;align-items: center;flex-wrap: wrap;height:0.56rem;box-sizing: content-box;position: relative;}
.HomePart6 .box2 ul li .ico{width:0.52rem;margin-right:0.1rem;}
.HomePart6 .box2 ul li .text{color:#3C0003;width:calc(100% - 0.7rem);line-height: 0.28rem;font-weight: 500;}
.HomePart6 .box2 ul li .more_1{width:0.1rem;background: url(../images/more_r.svg) no-repeat center center;height:100%;background-size: contain;position: absolute;right:0.2rem;top:0;}

@media(max-width:640px){
    .HomePart6 .box2 ul li .text{line-height:1.5;}
    .HomePart6 .box2 ul li a{height:0.8rem;padding:0.2rem 0.3rem 0.2rem 0.15rem;}
    .HomePart6 .box2 ul li .more_1{right:0.1rem;}
}

.Questions ul li{margin-bottom:0.27rem;background: url(../images/homebg2.jpg) no-repeat bottom right;padding:0.4rem;border-radius: 0.2rem 0.5rem 0.2rem 0.2rem;border: 2px solid #fde9e6;box-shadow: 0px 4px 12px 0px rgba(97, 0, 4, 0.10);background-size: cover;position: relative;border-bottom:none;}
.Questions ul li .num{width: 0.6rem;line-height: 0.34rem;border-radius: 0.2rem 0px;background: linear-gradient(90deg, #FF8A8F 0%, #D71820 100%);color: #fff;position: absolute;left: 0;top: 0;text-align: center;font-weight: 700;top: -2px;left: -2px;}
.Questions ul li .tit{font-weight: 500;color:#600005;}
.Questions ul li .dec{color:#3C0003;opacity: 0.6;margin:0.14rem 0 0.3rem 0;line-height: 1.48;}

.content{color:#3C0003;line-height: 1.75;}
.content img{display: block;}
.content p img{display: inline-block;}

.Table{overflow: auto;padding-bottom:0.2rem;}
.Table table td{min-width:2.4rem;}
.Table table td.bgColor{background: #fff8f6;}
.Table table tr:first-child td:first-child{min-width:1.5rem;}
/* .Table .tabletit{line-height: 0.4rem;border-radius: 0.1rem;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);color:#fff;text-align: center;font-weight: 700;margin-bottom:0.1rem;} */

.Table table{width:100%;border-radius: 0.1rem;overflow: auto;border-collapse: separate;border-spacing: 0;font-size: 0.18rem;word-break: break-all;}
.Table table.tablecon{border: 1px dashed #D2AFB1;border-right:none;border-top:none;}
.Table table.tablecon td{height:0.4rem;border: 1px dashed #D2AFB1;color:#5C2629;box-sizing: border-box;padding:0.05rem 0.05rem;border-bottom:none;border-left:none;}
.Table table.tablecon tr{background: #FFF8F6;}
.Table table.tablecon tr:nth-child(2n){background: #FFEBEB;}
.Table table .bg{background: linear-gradient(90deg, #FF747A 0%, #D71820 100%);color:#fff !important;width:1.5rem;min-width:1.5rem;}
.Table table.tablecon tr:first-child td:first-child{border-radius: 0.1rem 0 0 0;}
.Table table.tablecon tr:first-child td:last-child{border-radius: 0 0.1rem 0 0;}
.Table table.tablecon tr:last-child td:first-child{border-radius: 0 0 0 0.1rem;}
.Table table.tablecon tr:last-child td:last-child{border-radius: 0 0 0.1rem 0;}

.Table table.tabletit{line-height: 0.3rem;border-radius: 0.1rem;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);color:#fff;text-align: center;font-weight: 700;margin-bottom:0.1rem;margin-bottom:0.2rem;}
.Table table.tabletit tr:first-child td:first-child{border-radius: 0.1rem 0 0 0.1rem;}
.Table table.tabletit tr:first-child td:last-child{border-radius: 0 0.1rem 0.1rem 0;}
.Table table.tabletit tr{background: transparent;}
.Table table.tabletit tr td{color:#fff;padding:0.1rem;}
.Table table.tabletit tr td.colspan{border-bottom:1px dashed #fff;}

@media(max-width:640px){
	.Table table{font-size: 0.22rem;}
    .Table table.tabletit{line-height: 0.3rem;}
	.Table table.tabletit td{padding:0.1rem;}
    .Table table.tablecon td{height:0.55rem;}
}

.boxtxttit {font-weight: 500;margin-bottom:0.2rem;display: flex;}
.boxtxttit .span_tit::before{width:100%;top:0.25rem;}
.boxtxttit .span_tit{font-weight: 700;display: inline-block;margin-right:0.1rem;white-space: nowrap;}
.boxtxt img{display: block;margin:0.1rem auto;}
.PartBox_n img{display: block;margin:0.1rem 0;}
.boxtxttit .span_tit1{font-weight: 500;}
.boxtxt .tag {text-align: left;}
.boxtxt .tag li{display: inline-block;margin:0.05rem 0;margin-right:0.1rem;line-height: 0.44rem;border-radius: 0.06rem;
    background: linear-gradient(270deg, rgba(255, 231, 232, 0.00) 0%, #FFC1C4 100%);color:#D71820;padding:0 0.1rem;}
.boxtxt .tag li:last-child{margin-right:0;}

.infoNav{position: relative;margin-bottom:0.3rem;}
.infoNav ul{display: flex;margin-left:-2%;justify-content: center;}
.infoNav ul li{width:31.33%;margin-left:2%;position: relative;background: url(../images/navico.png) no-repeat center center;background-size: 100% 100%;line-height: 0.92rem;max-width:2.3rem;text-align: center;}
.infoNav ul li a{position: relative;z-index:9;color:#B50108;font-weight: 700;}
.infoNav ul li::before{content:'';display: block;width:100%;height:1.02rem;background: url(../images/navicoc.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0;opacity: 0;transition: all .3s;}
.infoNav ul li.on::before{opacity: 1;}
.infoNav ul li.on a{color:#fff;}

.infoNav_col50 ul li{width:48% !important;}
.infoNav_col50 ul li{background: url(../images/navico1.png) no-repeat center center;background-size: 100% 100%;max-width:100%;}
.infoNav_col50 ul li::before{background: url(../images/navico1c.png) no-repeat center center;background-size: 100% 100%;}

.fbold{font-weight: 700;}


.qq_part{background: #fff;border:none;}

.nTabNav_1 ul{border-radius: 0.24rem 0.24rem 0px 0px;border-top: 2px solid #FFF;background: linear-gradient(90deg, #FFD2A7 0%, #FFE4CA 87.5%, #FFD2A7 100%);display: flex;}
.nTabNav_1 ul li{width:50%;position: relative;}
.nTabNav_1 ul li a{display: flex;width:100%;height:0.88rem;align-items: center;justify-content: center;font-weight: 700;color:#3C0003;position: relative;z-index: 9;transition: all .3s;}
.nTabNav_1 ul li::before{content:'';display: block;width:110%;height:0.97rem;background-image: url(../images/hdbg1.png);background-repeat: no-repeat;background-position: center;background-size: 100% 100%;position: absolute;left:0;bottom:0;opacity: 0;}
.nTabNav_1 ul li:last-child::before{background-image: url(../images/hdbg2.png);right:0;left:auto;}
.nTabNav_1 ul li::after{content:'';display: block;width:0.4rem;height:0.06rem;border-radius: 0.06rem;background: #B50108;position: absolute;left:50%;bottom:0;margin-left:-0.2rem;transition: all .5s;opacity: 0;transform: rotateY(90deg);}
.nTabNav_1 ul li.on::before{opacity: 1;}
.nTabNav_1 ul li.on a{font-size: 0.3rem;color:#B50108;}
.nTabNav_1 ul li.on::after{opacity: 1;transform: rotateY(0);}

.qq_part .tabCon{color:#3C0003;}
.qq_part .tabCon img{display: block;}

.textbox{margin-top:0.3rem;margin-bottom:0.2rem;border: 1px dashed #D2AFB1;background: #FFEBEB;padding-top:0.4rem;position: relative;}
.textbox .texttit{line-height: 0.4rem;border-radius: 0.1rem;background: linear-gradient(90deg, #FF747A 0%, #D71820 99%);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);box-sizing: border-box;padding:0 0.2rem;color:#fff;font-weight: 700;position: absolute;width:calc(100% + 2px);top:-0.1rem;left:-1px;}
.textbox .textcon{padding:0.23rem;color:#5C2629;}
.textbox .texttit span{display: inline-block;margin-right:0.1rem;}

.textbox .textcon table{width:100%;border-radius: 0.1rem;overflow: auto;border-collapse: separate;border-spacing: 0;border: 1px dashed #D2AFB1;border-right:none;border-top:none;margin:0.2rem 0;}
.textbox .textcon table tr:first-child td:first-child{border-radius: 0.1rem 0 0 0;}
.textbox .textcon table tr:first-child td:last-child{border-radius: 0 0.1rem 0 0;}
.textbox .textcon table tr:last-child td:first-child{border-radius: 0 0 0 0.1rem;}
.textbox .textcon table tr:last-child td:last-child{border-radius: 0 0 0.1rem 0;}
.textbox .textcon table td{padding:0.05rem 0.1rem;text-align: center;background: #FFF8F6;border-top: 1px dashed #D2AFB1;border-right: 1px dashed #D2AFB1;}


/* 开户指引 */
.KaiHuzy .Kh_time{border-radius: 0.2rem;border: 2px solid #fde9e6;background: linear-gradient(270deg, #FFE2D8 0%, #FDF4F1 100%);box-shadow: 0px 4px 12px 0px rgba(97, 0, 4, 0.10);padding:0.35rem;position: relative;display: flex;align-items: center;}
.KaiHuzy .Kh_time .icon{width:0.6rem;height:0.6rem;border-radius: 50%;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%), linear-gradient(180deg, #FFF 0%, #FFE2DE 100%);box-shadow: -2px -3px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 4px 4.8px 0px rgba(255, 234, 234, 0.20) inset, 0px 0px 3.674px 0px rgba(254, 65, 65, 0.17);text-align: center;line-height: 0.6rem;position: relative;margin-right:0.3rem;}
.KaiHuzy .Kh_time .icon::before{content:'';display: block;width:115%;height:115%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);border-radius: 50%;opacity: 0.1;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%), linear-gradient(180deg, #FFF 0%, #FFE2DE 100%);box-shadow: 0px 0px 3.674px 0px rgba(254, 65, 65, 0.17);}
.KaiHuzy .Kh_time .text p{color:#3C0003;font-weight: 500;}
.KaiHuzy .Kh_time .text span{color:#B20108;}
.KaiHuzy .Kh_time::before{content:'';display: block;width:100%;height:100%;background: url(../images/khbg.png) no-repeat right bottom;position: absolute;right:0;bottom:0;background-size: 2.92rem;}
.KaiHuzy .Kh_time .icon img{width:0.32rem;}

.KaiHuzy .Kh_ready{border-radius: 0.2rem;border: 2px solid #fde9e6;background: linear-gradient(270deg, #FFE2D8 0%, #FDF4F1 100%);box-shadow: 0px 4px 12px 0px rgba(97, 0, 4, 0.10);padding:0.6rem 0.4rem 0.4rem 0.4rem;position: relative;margin-bottom:0.2rem;}
.KaiHuzy .Kh_ready .tit{width:1.05rem;line-height: 0.36rem;border-radius: 0.2rem 0px 0.2rem 0px;background: linear-gradient(90deg, #FF8A8F 0%, #D71820 100%);color:#fff;text-align: center;position: absolute;left:0;top:0;}
.KaiHuzy .Kh_ready ul{display: flex;justify-content: space-between;}
.KaiHuzy .Kh_ready ul li{text-align: center;}
.KaiHuzy .Kh_ready ul li .icon{width:0.87rem;height:0.87rem;line-height: 0.87rem;border-radius: 50%;position: relative;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%), linear-gradient(180deg, #FFF 0%, #FFE2DE 100%);box-shadow: -2px -3px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 4px 4.8px 0px rgba(255, 234, 234, 0.20) inset, 0px 0px 3.674px 0px rgba(254, 65, 65, 0.17);}
.KaiHuzy .Kh_ready ul li .icon img{max-width:0.48rem;}
.KaiHuzy .Kh_ready ul li .icon::before{content:'';display: block;width:115%;height:115%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);border-radius: 50%;opacity: 0.1;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%), linear-gradient(180deg, #FFF 0%, #FFE2DE 100%);box-shadow: 0px 0px 3.674px 0px rgba(254, 65, 65, 0.17);}
.KaiHuzy .Kh_ready ul li p{color:#B20108;margin-top:0.2rem;}

.KaiHuzy .conimg{padding:0.4rem;text-align: center;}

.ib{width:0.2rem;height:0.2rem;line-height: 0.2rem;background: linear-gradient(90deg, #FF747A 0%, #D71820 100%);color: #fff !important;display: inline-block;border-radius: 0.05rem;font-size: 0.14rem;margin-right:0.1rem;}


.zbimg{border:1px solid #e49da1;border-radius: 0.1rem;background: #fdf5f6;overflow: hidden;margin-bottom:0.1rem;}
.zbimg .zbtit{line-height: 0.66rem;font-weight: 700;text-align: center;background: #d71820;color:#fff;}
.zbimg .zbimgbox{text-align: center;padding:0 0.1rem;}

.zbimg_group .zbimg .zbtit{line-height: 0.5rem;}
.zbimg_group ul{margin-left:-2%;}
.zbimg_group ul::after{content:'';display: block;clear: both;}
.zbimg_group ul li{width:48%;float:left;margin-left:2%;}





