* {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
}


body{
	font-family:"微软雅黑";
}

::-webkit-scrollbar {
  display: none;
}

a {
  outline: none;
  -moz-outline-style: none;
	text-decoration:none;
	color:#333;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration:none;
	color:#333;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body.bg-dark {
  background-color: #f4f4f4;
}

.fix-tab {
  background: url(../img/tab-bg.png) top center no-repeat #ffffff;
  background-size: 100% auto;
  padding-top: 2rem;
}

.fix-tab .tab-left {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 12rem;
  height: 2rem;
}

.fix-tab .tab-left a{
	display: block;
}


.fix-tab .tab-right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 7.125rem;
  height: 2rem;
  background: url(../img/tab-right.png) center center no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: normal;
  padding-left: 0.85rem;
  box-sizing: border-box;
  color: #ffffff;
}

.fix-tab .tab-right img {
  width: 0.3rem;
  display: block;
  margin-left: 0.25rem;
}

.fix-tab .tab-top {
  overflow-x: auto;
}
.fix-tab #tab.fix{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fix-tab #tab.fix>div{
  background-color: #ffffff;
}
.fix-tab .tab-top ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 0;
}

.fix-tab .tab-top ul li {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 2.5rem;
  color: #999999;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
}

.fix-tab .tab-top ul li.on {
  font-weight: bold;
  color: #333333;
}

.fix-tab .tab-top ul li.on::after {
  content: '';
  display: block;
  width: 0.95rem;
  height: 0.175rem;
  background-image: linear-gradient(270deg,
      #5970fc 0%,
      #52aafc 100%),
    linear-gradient(#5b82ff,
      #5b82ff);
  border-radius: 0.088rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.35rem;
}

.fix-tab .tab-bot {
  overflow-x: auto;
}

.fix-tab .tab-bot ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0.15rem 0.65rem 0.525rem;
  box-sizing: border-box;
}

.fix-tab .tab-bot ul li {
  height: 1.2rem;
  background-color: #f1f3fa;
  border-radius: 0.6rem;
  font-size: 0.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2rem;
  padding: 0 0.55rem;
  box-sizing: border-box;
  margin-right: 0.5rem;
  color: #999999;
}

.fix-tab .tab-bot ul li.on {
  background-color: #71a2ff;
  color: #ffffff;
}

.index-box {
  padding: 0rem 0.65rem 1rem;
  box-sizing: border-box;
}
.index-box .page{
  font-size: 0.7rem;
	font-weight: normal;
  line-height: 2rem;
  margin-bottom: -0.5rem;
	color: #333333;
}
.index-box .page span{
  color: #5b82ff;
  margin: 0 0.25rem;
}
.index-box>div .title {
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 0.425rem;
  position: relative;
  line-height: 2.475rem;
  color: #333333;
}

.index-box>div .title::after {
  content: '';
  display: block;
  width: 0.175rem;
  height: 0.6rem;
  background-image: linear-gradient(0deg,
      #5970fc 0%,
      #52aafc 100%),
    linear-gradient(#5b82ff,
      #5b82ff);
  border-radius: 0.088rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box>div .mid-title{
  text-align: center;
  font-size: 0.75rem;
	font-weight: bold;
	line-height: 1rem;
	color: #333333;
	margin-bottom: 1rem;
}
.index-box>div .content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.8rem 0.6rem 0.6rem 0.6rem;
  box-sizing: border-box;

}

.index-box>div .content .m-title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.275rem;
}

.index-box>div .content .m-title>div {
  font-size: 0.6rem;
  font-weight: normal;
  color: #999999;
  margin: 0 0.75rem;
  position: relative;
}

.index-box>div .content .m-title>div.on {
  color: #333333;
}

.index-box>div .content .m-title>div.on::after {
  content: '';
  display: block;
  width: 0.95rem;
  height: 0.175rem;
  background-image: linear-gradient(270deg,
      #5970fc 0%,
      #52aafc 100%),
    linear-gradient(#5b82ff,
      #5b82ff);
  border-radius: 0.088rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.45rem;
}

.index-box>div .content .table {
  width: 100%;
}

.index-box>div .content .table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.4rem;
  border: 1px solid #b6c7ff;
  border-style: hidden;
  box-shadow: 0 0 0 1px #b6c7ff;
  text-align: center;
}

.index-box>div .content .table table tr th,
.index-box>div .content .table table tr td {
  border: 1px solid #b6c7ff;
}

.index-box>div .content .table table tr th:first-child {
  border-top-left-radius: 0.4rem;
}

.index-box>div .content .table table tr th:last-child {
  border-top-right-radius: 0.4rem;
}

.index-box>div .content .table table tr th {
  background-color: #e9eeff;
  padding: 0.25rem 0;
  box-sizing: border-box;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  color: #5b82ff;
}

.index-box>div .content .table table tr td{
  font-size: 0.55rem;
	font-weight: normal;
  padding: 0.25rem 0;
  box-sizing: border-box;
	line-height: 0.8rem;
	color: #333333;
}
.index-box>div .content .more{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
	font-weight: normal;
	line-height: 1rem;
	margin-bottom: 0.4rem;
	color: #333333;
}
.index-box>div .content .more a{
display: contents;
}

.index-box>div .content .more img{
  width: 0.475rem;
  margin-left: 0.25rem;
  transform: rotate(-90deg);
  display: block;
}
.r-fix{
  position: fixed;
  bottom: 2rem;
  right: 0.675rem;
  z-index: 2;
  width: 1.7rem;
	background-color: #ffffff;
	border-radius: 0.85rem;
  box-shadow: 0px 0px 0.25rem rgba(0, 0, 0, 0.2);
}
.r-fix>div{
  width: 100%;
  height: 2rem;
  position: relative;
}
.r-fix>div::after{
  content: '';
  display: block;
  width: 1.25rem;
	height: 1px;
	background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.r-fix>div:last-child:after{
  display: none;
}
.r-fix>div.i1{
  background: url(../img/i1.png) center center no-repeat;
  background-size: 0.85rem 0.875rem;
}
.r-fix>div.i2{
  background: url(../img/i2.png) center center no-repeat;
  background-size: 0.8rem 0.775rem;
}.r-fix>div.i3{
  background: url(../img/i3.png) center center no-repeat;
  background-size: 0.6rem 0.85rem;
}
.back{
  position: fixed;
  bottom: 2rem;
  right: 0.5rem;
  width: 2rem;
	height: 2rem;
	box-shadow: 0rem 0.25rem 0.45rem 0rem 
		rgba(68, 71, 74, 0.3);
    font-size: 0;
    border-radius: 50%;
}
.back img{
  display: block;
  width: 100%;
}
.index-box .null{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  justify-content: center;
}
.index-box .null img{
  display: block;
  width: 4.05rem;
}
.index-box .null p{
  font-size: 0.7rem;
	font-weight: normal;
	line-height: 2rem;
	color: #333333;
}
.touch-box{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
}
.touch-box .touch-left{
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.touch-box .touch-left img{
  display: block;
  width: 1rem;
}
.touch-box .touch-left p{
  font-size: 0.6rem;
	font-weight: normal;
  margin-top: 0.25rem;
  white-space: nowrap;
	line-height: 0.977rem;
	color: #ffffff;
}
.touch-box .right-list{
  width: 12.5rem;
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.touch-box .right-list .title{
  font-size: 0.7rem;
	font-weight: normal;
  line-height: 2rem;
  border-bottom: 1px solid #dddddd;
	color: #333333;
  padding: 0 0.6rem;
  box-sizing: border-box;
}

.touch-box .right-list  ul{
  flex: 1;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0.5rem 0.6rem;
  box-sizing: border-box;
}
.touch-box .right-list  ul li{
  font-size: 0.6rem;
	font-weight: normal;
	line-height: 1.75rem;
  padding: 0 0.45rem;
	color: #333333;
  overflow: hidden; /* 隐藏超出容器大小的内容 */
text-overflow: ellipsis; /* 显示多出点点 */
white-space: nowrap; /* 强制文本在同一行显示 */
}
.touch-box .right-list  ul li.on{
  background-color: #e9eeff;
	border-radius: 0.25rem;
  color: #5b82ff;
}
.index-box>div .content .text{
  padding-top: 0.5rem;
}
.index-box>div .content .text>p{
  font-size: 0.6rem;
	font-weight: normal;
	line-height: 1rem;
	color: #666666;
}
.line{
  width: 100%;
  height: 1px;
  margin: 0.35rem 0 0.35rem 0;
  background-color: #dddddd;
}
.index-box>div .content .text>p.p1{
  font-size: 0.6rem;
	/* font-weight: bold; */
	line-height: 2rem;
	color: #222;
}
.index-box>div .content .text>p.p2{
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 2rem;
  color: #333333;
  margin-bottom: -0.5rem;
}
.index-box>div .content .text>p.p3{
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #333333;
  margin-bottom: -0.5rem;
}
.index-box>div .content .text>p .red{
  color: #ed5656;
}
.index-box>div .content .text>p .blue{
	color: #5b82ff;
}
.fix-page{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  font-size: 0.7rem;
	font-weight: normal;
  line-height: 2rem;
	color: #333333;
  background-color: #f4f4f4;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.fix-page span{
  color: #5b82ff;
}
.p-t-2{
  padding-top: 2rem;
}

.display_no{
	display: none;
}


/*七七*/


.index-box>div .content .table table tr td.small_t{
	background-color: #e9eeff;
	color: #5b82ff;
	text-align: center;
	font-weight: bold;
}

.xiangqing{
	width: 100%;
	padding: 0.6rem 0 0 0;
}
.xiangqing h6{
	font-size: 0.6rem;
	line-height: 1rem;
	color: #3D3D3D;
}

.xiangqing p{
	font-size: 0.6rem;
	line-height: 1rem;
}
.xkz{
	width: 100%;
	padding: 0 0 0.8rem 0;
	font-size: 0.5rem;
	color: #8a8a8a;
	text-align: center;
}

.content h4{
	font-size: 0.7rem;
	padding-bottom: 0.3rem;
	color: #333333;
/*	background:url("../img/fg.png")center bottom no-repeat;
*/	
	background-size: 7%;
	margin-bottom: 0.2rem;
}

.w_20{
	width: 2.6rem;
}

.w_22{
	width: 2.2rem;
}

.mt_6{
	margin-top: 0.6rem;
}
.mt_1{
	margin-top: 1rem;
}

.w_48{
 width: 4.8rem;
}

.w_8{
	width: 8rem;
}
.w_2{
	width: 2rem;
}
.w_14{
	width: 1.4rem;
}

.w_4{
	width: 4rem;
}

.w_5{
	width: 5rem;
}

.w_6{
	width: 6rem;
}
.w_7{
	width: 7rem;
}

h2{
	font-size: 0.6rem;
	color: #FF2124;
	font-weight: normal;
	width: 92%;
	display: block;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.xiangqing2{
	width: 100%;
}
.xiangqing2 h6{
	font-size: 0.6rem;
	line-height: 1rem;
	color: #3D3D3D;
}

.xiangqing2 p{
	font-size: 0.6rem;
	line-height: 1rem;
}

/* 查看详情btn */
.xq_box {
	width: 100%;
	position: relative;
}
.xq_btn {
	display: block;
	position: absolute;
	right: 0.36rem;
	top: -0.5rem;
}
.xq_btn span {
	display: block;
	padding-right: 0.23rem;
	font-size: 0.24rem;
	color: #1990FF;
	line-height: 0.34rem;
}
.xq_btn .btn_show {
	background: url(../img/xq_btn.png) no-repeat right center;
	background-size: 0.13rem 0.09rem;
}
.xq_btn .btn_hidden {
	display: none;
	background: url(../img/shouqi_icon.png) no-repeat right center;
	background-size: 0.13rem 0.09rem;
}
.xq_btn.xq_active .btn_show {
	display: none;
}
.xq_btn.xq_active .btn_hidden {
	display: block;
}
.xq_text {
	display: none;
	padding: 0.2rem;
	border-bottom: 0.01rem solid #CCCCCC;
}
.xq_info { 
	width: 100%;
	background: #f8f8f8;
	padding: 0.2rem;
}
.xq_text p {
	width: 100%;
	padding: 0.05rem 0rem;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.34rem;
	text-align: left;
}

/*资费详情*/
.xiangqing3{
	width: 100%;
}
.xiangqing3 h6{
	font-size: 0.6rem;
	line-height: 1rem;
	color: #3D3D3D;
}

.xiangqing3 p{
	font-size: 0.6rem;
	line-height: 1rem;
}

.mb_10{
	margin-bottom: 10px;
}

.content h5{
	font-size: 0.7rem;
	color: #333333;
/*	background:url("../img/fg.png")center bottom no-repeat;
*/	
	background-size: 7%;
	margin-top: 0.8rem;
	margin-bottom: 0.6rem;
}


.w_11{
	width: 11rem;
}

.w_3{
	width: 3rem;
}

.mb_1{
	margin-bottom: 1rem;
}

.tab-right p strong{
	font-size: 0.2rem;
	font-weight: normal;
}

.w_9{
	width: 9rem;
}
















