* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	--color-primary: #307AFF;
	--color-primary-1: #f60;
	--font-color-1: #333;
	--font-color-2: #666;
	font-family: 'HONOR Sans CN';
}

body {
	position: relative;
}

.dialog_bg { 
	display: none; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	overflow: hidden;
	z-index: 98;
}
.dialog {
	display: none;
	position: absolute;
	top: 20vh;
	left: 50%;
  max-width: 434px;
	width: 100%;
	height: 240px;
	background-color: #fff;
	margin-left: -217px;
	z-index: 99;
	padding: 15px;
	box-sizing: content-box;
}
.dialog .dialog_title {
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 16px 12px 9px 30px;
	border-bottom: 1px solid #F1F1F1FF;
}
.dialog .dialog_title h1 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.dialog .dialog_title img {
	width: 16px;
	height: 15px;
}
.dialog .dialog_content {
  padding: 15px 110px 15px 42px;
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #F1F1F1;
}
.dialog .dialog_content .contetn_left p{
	text-align: right;
}
.dialog .dialog_content .content_right {
	display: table-cell;
	vertical-align: bottom;
}
.dialog .dialog_content .content_right .reg_type {
  font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

.dialog .dialog_content .content_right .dialog_price {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-primary);

}
.dialog .dialog_content .content_right b {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-primary);
	line-height: 40px;
}

.dialog .dialog_content .content_right input {
	width: 180px;
	height: 30px;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	font-size: 12px;
}
.dialog_content p {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}
.dialog_button {
	padding: 15px 5px 0 0;
	float: right;
  box-sizing: border-box;
}
.dialog_button a {
	align-items: flex-end;
	width: 60px;
	height: 26px;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	color: #999999;
	line-height: 26px;
	display: inline-block;
	text-align: center;
}
.dialog_button .active {
	background-color: var(--color-primary);
	color: #fff;
}
.bookbody {
	width: 100%;
}
.bookbanner {
	font-size: 0;
}

.bookbanner img {
	width: 100%;
}

.bookbody .bookcontent {
	width: 1200px;
	margin: 0 auto;
}

.bookbody .bookcontent .booktop {
	background-color: #f9fcff;
	display: flex;
	margin: 63px 0 103px;
	padding: 34px 63px 0;
	flex-wrap: wrap;
}

.main_nav ul {
  display: flex;
	max-width: 1200px;
	width: 100%;
	box-shadow: 0 2px 10px 0 #162d671a;
}
.main_nav ul a {
	width: calc(100% / 3);
  text-align: center;
	box-sizing: border-box;
}
.main_nav ul a li {
	line-height: 50px;
  color: #707280;
}
.main_nav ul a .active {
	color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
	box-sizing: border-box;
}


.bookbody .bookcontent .booktop .imgtopleft {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 13px;
	color: var(--font-color-2);
}

.bookbody .bookcontent .booktop .imgtopleft img {
	vertical-align: middle;
}

.bookbody .bookcontent .booktop .line {
	margin-bottom: 30px;
	width: 2px;
  	background-color: #d9d9d97a;
}

.bookbody .bookcontent .booktop .titletopright {
	flex: 2;
	display: flex;
	margin-top: 8px;
	margin-left: 86px;
	color: var(--font-color-1);
}

.bookbody .bookcontent .booktop .row_title {
	font-size: 20px;
	font-weight: 500;
	color: var(--font-color-2);
}

.bookbody .bookcontent .booktop .titletopright .row_describe {
	font-size: 12px;
	line-height: 40px;
	color: #666666;
}
.bookbody .bookcontent .booktop .customer {
	font-size: 14px;
}
.bookbody .bookcontent .booktop .row_price {
	color: var(--color-primary-1);
}
.bookbody .bookcontent .booktop .price {
	font-size: 32px;
}

.bookbody .bookcontent .booktop .titletopright .price .num {
	font-size: 24px;
}

.bookbody .bookcontent .booktop .titletopright .row_type {
	font-size: 14px;
	color: #777;
	line-height: 70px;
	padding-left: 15px;
}

.row_type span {
	margin-left: 14px;
	color: var(--color-primary-1);
}

.booktop .agency_tips {
	display: flex;
	flex-direction: column;
	margin-left: 140px;
	gap: 18px;
}
.booktop .agency_tips span {
	display: flex;
	align-items: center;
	gap: 12px;
}
.booktop .agency_tips .tick_icon {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: var(--color-primary);
}
.booktop .agency_tips span:first-child{
	font-size: 14px;
	color: var(--font-color-2);
}

.sub_button {
	display: flex;
	gap: 20px;
}

.sub_button button {
	width: 128px;
	height: 36px;
	border: 1px solid var(--color-primary);
	border-radius: 2px;
	cursor: pointer;
	transition: .2s;
}

.sub_button .active {
	background-color: var(--color-primary);
}
.sub_button .active:hover {
	background-color: #055cff;
}
.titletopright .sub_button button a {
	color: #fff;
}
.sub_button .unactive  {
	background-color: #fff;
	color: var(--color-primary);
} 
.sub_button .unactive:hover  {
	background-color: #F1F1F1;
} 

.bookbody .bookcontent .booktop .titletopright .btn {
	width: 95px;
	font-size: 14px;
	/* height: 35px; */
	line-height: 35px;
	text-align: center;
	background-color: var(--color-primary);
	color: #FFFFFF;
	margin-left: 80px;
	margin-top: 20px;
	cursor: pointer;
}

.bookbottom .bottomhead {
	line-height: 50px;
	box-sizing: border-box;
	display: flex;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
}

.bookbottom .bottomhead a {
	padding: 0 16px;
	margin: 0 30px;
	color: #666666;
	font-size: 16px;
}

.bookbottom .bottomhead .active {
	border-bottom: 2px solid #FF6A00;
}

.bookbottom .bottomcontent {
	padding: 50px;
}

.bookbottom .bottomcontent .level2 {
	color: #666666;
	margin-bottom: 35px;
	font-size: 14px;
}

.bookbottom .bottomcontent .level1 {
	padding-bottom: 30px;
	text-align: center;
	color: #333;
	font-size: 32px;
}

.bookbottom .bottomcontent .levelcontent {
	color: #666666;
}

.bookbottom .bottomcontent .levelcontent .contentitem {
	position: relative;
	width: 340px;
	margin-bottom: 50px;
}

.bookbottom .bottomcontent .levelcontent .contentitem img {
	z-index: 10;
	position: relative;
}

.bookbottom .bottomcontent .levelcontent .triangle1 {
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-right: 40px solid #f1f1f1;
	position: absolute;
	top: -5px;
	left: 10px;
}

.bookbottom .bottomcontent .levelcontent .triangle2 {
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-right: 40px solid #FFF;
	position: absolute;
	top: -5px;
	left: 13px;
	z-index: 5;
}

.bookbottom .bottomcontent .levelcontent .right {
	border-left: 0;
	z-index: 10;
	height: 80px;
	box-sizing: border-box;
	border: 2px solid #f1f1f1;
	position: absolute;
	top: -5px;
	left: 89px;
	padding-left: 10px;
	padding-right: 25px;
	border-left: 0;
}

.bookbottom .bottomcontent .levelcontent .right .p1 {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #F1F1F1;
	display: flex;
	align-items: center;
	color: #FFA03C;
	font-size: 14px;
}

.bookbottom .bottomcontent .levelcontent .right .p1 .point {
	border-radius: 50%;
	margin-right: 12px;
	width: 4px;
	height: 4px;
	background-color: #FFA03C;
}

.bookbottom .bottomcontent .levelcontent .right .p2 {
	color: #999999;
	font-size: 12px;
	padding-top: 6px;
	max-width: 210px;
}

.bookbottom .bottomcontent .levelcontent .round {
	position: relative;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 12px 1px rgba(9, 9, 9, 0.07);
	margin-bottom: 50px;
}

.bookbottom .bottomcontent .levelcontent .round .roundbottom {
	position: absolute;
	bottom: -35px;
	font-size: 14px;
	color: #333333;
}

.bookbottom .bottomcontent .levelcontent .dataitem {
	max-width: 590px;
	border-top: 2px solid var(--color-primary);
	box-shadow: 0px 2px 12px 1px rgba(9, 9, 9, 0.05);
	padding: 49px 50px 69px;
	background-color: #fff;
}

.bookbottom .bottomcontent .levelcontent .dataitem .dataitemhead {
	font-size: 24px;
	color: #4B4C52;
	font-weight: 500;
}

.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody {
	color: var(--font-color-2);
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	counter-reset: section; /* 初始化计数器 */
}
.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody div {
	display: flex;
	line-height: 2;
}
.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody div::before {
	display: inline-block;
	counter-increment: section; /* 每个 div 序号加 1 */
	content: counter(section); /* 显示序号 */
	margin-right: 11px;
	margin-top: 8px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
	line-height: 1;
}

.bookbottom .bottomcontent .levelcontent .dataitem .datum {
	margin-top: 64px;
	text-align: center;
}

.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody div {
	padding-top: 5px;
}

/* 流程及所需资料 */
.need_data {
    padding: 81px 0 96px;
	background-color: #f8f8f8;
}

/* 常见问题 */
.card_problam {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.card_problam > div {
	display: flex;
	gap: 14px;
	padding: 32px 0 0;
	font-size: 14px;
}
.card_problam > div::before {
	flex-shrink: 0;
	content: "Q";
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: var(--color-primary);
	text-align: center;
	line-height: 1.5;
}

.card_problam h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.card_problam li {
	line-height: 2;
}


.bookbottom .bottomcontent .levelcontent .operation{
	width: 215px;
	height: 60px;
	background: #F5F8FF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}
.bookbottom .bottomcontent .levelcontent .banner{
	display: flex;
	position: absolute;
	left:-273px
}
.bookbottom .bottomcontent .levelcontent .banner .banneritem{
	display: inline-block;
	border: 1px solid #F1F1F1;
	width: 231px;
	margin-right: 42px;
	cursor: pointer;
}

.move_left {
	position: absolute;
	top: 65px;
	left: -50px
  }
  
  .move_right {
	position: absolute;
	top: 65px;
	right: -10px
  }

.ml30 {
	margin-left: 30px;
}

/* 更多服务 */
.more_server .bottomcontent{
	padding: 50px 0 82px;
}
.more_server .level1{
    padding-bottom: 43px;
    text-align: center;
    color: #333;
    font-size: 32px;
	font-weight: 400;
}
.more_server .server_box {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
	.bookbody .bookcontent {
		width: 100%;
	}
}

/* @media screen and (max-width: 540px) {
	.bookbody .bookcontent .booktop .titletopright .row_describe {
		line-height: 16px;
	}

	.bookbody .bookcontent {
		width: 100%;
	}

	.bookbody .bookcontent .booktop {
		padding: 15px;
	}

	.bookbody .bookcontent .booktop .imgtopleft {
		display: none;
		width: 100%;
	}

	.bookbody .bookcontent .booktop .titletopright .row_price {
		padding-left: 10px;
	}

	.bookbody .bookcontent .booktop .titletopright .price {
		margin-left: 10px;
	}

	.bookbody .bookcontent .booktop .titletopright .row_price .customer {
		margin: 15px 5px;
	}

	.bookbottom .bottomhead {
		flex-wrap: wrap;
	}

	.bookbottom .bottomhead a {
		margin: 0;
	}

	.bookbottom .bottomcontent {
		padding: 10px;
	}

	.bookbottom .bottomcontent .levelcontent .dataitem{
		height: 280px;
	}

	.bookbottom .bottomcontent .levelcontent .dataitem .dataitemhead {
		width: 100%;
	}

	.bookbottom .bottomcontent .levelcontent .banner .banneritem {
		width: 290px;
	}
   
	.ml30 {
		margin-left: 0;
	}
	.card_problam {
		padding: 0 40px;
	}
	.card_problam .problam_content_1 {
		flex-direction: column;
	}

	.card_problam .problam_content_1 div {
		margin: 5px;
	}

	.card_problam .problam_content_1 div:nth-last-child(1) {
		margin-top: 25px;
	}

	.card_problam .problam_content_2 {
		flex-direction: column;
	}

	.card_problam .problam_content_2 div:nth-last-child(1) {
		margin-top: 25px;
	}

	.bookbody .bookcontent .booktop .titletopright .btn {
		margin-bottom: 10px;
	}

	.tab {
		width: 100%;
		height: 60px;
	}
  
	.main_nav {
    width: 100%;
	}
	.main_nav ul a{
		font-size: 12px;
	}
	.main_nav ul a li {
		width: 100%;
	}

	.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody div {
		padding-top:  0;
	}
	.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody div::before {
		position: absolute;
		display: block;
		content: "";
		top: 7px;
		left: -15px;
		width: 6px;
		height: 6px;
		background: #FF7F2A;
		border-radius: 50%;
	}

	.card_problam h2 {
		font-size: 16px;
	}
  
	.dialog {
		width: 80%;
		position: absolute;
        top: 10%;
        left: 66%;
	}
	.dialog .dialog_content {
		padding: 0;
		display: flex;
        justify-content: space-evenly;
	}

	.move_left {
		position: absolute;
		top: 55px;
		left: 22px;
	}
		
	.move_right {
		position: absolute;
		top: 55px;
		right: 55px
	}
} */

@media (max-width:750px) {
   

  .main_nav ul a li {
    line-height: 32px;
    color: #333;
    font-size: 14px;
  }
  .main_nav ul a .active{
    border: none;
    position: relative;
    color: var(--color-primary);
  }
  .main_nav ul a .active::before{
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    content: ' ';
    bottom: 0;
    left: 0;
  }
	.bookbody .bookcontent .booktop {
    flex-direction: column;
	margin: 30px 17px 63px;
	padding: 26px 22px 48px;
  }
  .bookbody .bookcontent .booktop .row_price {
    margin-top: 5px;
  }
	.bookbody .bookcontent .booktop .titletopright .row_title{
		position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    text-align: center;
		font-size: 18px;
		color: #222;
	}
	.bookbody .bookcontent .booktop .titletopright{
		flex-direction: column;
		margin: 0;
		padding-top: 40px;
		border-top: 1px solid #E2E9F3;
	}
	.bookbody .bookcontent .booktop .titletopright img{
		width: 100%;
	}
	.booktop .agency_tips{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}
	.booktop .agency_tips > span:first-child{
		flex-basis: 100%
	}
	.sub_button .unactive {
    margin-left: 10px;
  }
	.bottomcontent{
		padding:  0 16px 20px !important;
	}
	.bookbottom .bottomcontent .level1 {
    color: #222;
    font-size: 20px;
    padding: 16px 0;
    margin-top: 10px;
	font-weight: 500;
  }
	.bookbottom .bottomcontent .levelcontent .dataitem{
		padding: 36px 24px 63px;
	}
	.bookbottom .bottomcontent .levelcontent .dataitem img{
		width: 100%;
	}
	.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody{
		height: auto;
		padding: 10px 0px 0px 11px;
		font-size: 16px;
	}
.bookbottom .bottomcontent .levelcontent .dataitem .dataitembody div{
	margin-top: 5px !important;
}
.bookbottom .bottomcontent .levelcontent{
	margin-bottom: 0;
	flex-direction: column;
}
.card_problam {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.card_problam h2 {
	margin: 0 0 3px 0;
	font-size: 16px;
	font-weight: 500;
	color: #222;
}
.card_problam img {
	position: absolute;
	top: 0;
	left: 0;
}
.need_data {
	padding-top: 24px;
	padding-bottom: 74px;
}
.more_server .level1 {
	padding-bottom: 24px;
	font-size: 20px;
}
.server_box img {
	width: 100%;
}
}


@media (max-width:500px) {
  .bookbanner img{
    content: url(../imgs/banner_gz_mc_new.png);
  }
  .inline {display: none;}
	.bookbody .bookcontent .booktop .titletopright .price .num {
    font-size: 18px;
  }
	.bookbody .bookcontent .booktop .titletopright .row_price {
    padding: 10px;
    font-size: 14px;
    color: #333333FF;
    line-height: initial;
		position: relative;
  }
	.bookbody .bookcontent .booktop .titletopright .price{
		position: absolute;
		right: 0;
	}
	.bookbody .bookcontent .booktop .titletopright .row_price .customer {
    line-height: inherit;
    margin-top: 5px;
		height: auto;
   }
	 .bookbody .bookcontent .booktop .titletopright .row_type {
    font-size: 14px;
    color: #222;
    line-height: inherit;
    padding-left: 10px;
		margin-top: 10px;
		position: relative;
   }
	 .row_type button {
    width: auto;
    height: auto;
    margin-left: 14px;
		font-size: 14px;
    border: none;
    background-color: #fff;
    color: #666;
		position: absolute;
		right: 0;
		margin: 0;
  }

	.sub_button {
    margin-top: 5px;
    margin-left: 11px;
		margin-right: 11px;
 }
 .sub_button button{
	width: 49%;
	margin: 0;
 }
 .sub_button .unactive{
	margin: 0;
 }
}