* {
	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;
}
button {
	width: 128px;
	height: 36px;
	border: 1px solid var(--color-primary);
	border-radius: 2px;
  background-color: #fff;
	cursor: pointer;
  transition: .2s;
}
button.active {
	background-color: var(--color-primary);
}
button.active:hover {
	background-color: #055cff;
}
button a {
	color: var(--color-primary);
}
button.active a {
	color: #fff;
}
button:hover {
  background-color: #F1F1F1;
}
.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: 10%;
	left: 50%;
  max-width: 434px;
	width: 100%;
	height: 240px;
	background-color: #fff;
	margin-left: -217px;
	z-index: 1;
	padding: 15px;
  z-index: 99;
  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: #FF6600;

}
.dialog .dialog_content .content_right b {
	font-size: 14px;
	font-weight: 500;
	color: #FF6600;
	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: #FF6600FF;
	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: #FFF;
  display: flex;
  padding: 50px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.main_nav-wrap {
  width: 100%;
  background-color: #fff;
}
.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;
}

.main_top_wrap {
  width: 100%;
}

.main_top {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto 0;
  padding: 80px 0 98px;
  background-color: #fff;
  box-sizing: border-box;
}

.main_top .content_title h1 {
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 0 0 50px 0;
}

.main_top .content_body {
  display: flex;
  justify-content: space-between;
}

.main_top .content_body .content_item {
  max-width: 590px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.main_top .content_body .content_item .item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 19px 0 23px;
  margin: 0 20px;
  border-top: 1px solid #eee;
}

.main_top .content_body .content_item .item_bottom p {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.main_top .content_body .content_item .item_bottom span {
  font-size: 26px;
  font-weight: 400;
  color: #FF7F2AFF;
  line-height: 20px;
  margin-top: 21px;
}

.main_top .content_body .content_item .item_bottom b {
  font-size: 18px;
  font-weight: 400;
  color: #666666FF;
  line-height: 20px;
}

/* .main_top .content_body .content_item .item_bottom div button:nth-child(1) {
  width: 86px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #FF6600;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.main_top .content_body .content_item .item_bottom div button:nth-child(1) a {
  color: #FF7F2AFF;
} */

/* .main_top .content_body .content_item .item_bottom div button:nth-child(2) {
  width: 86px;
  height: 30px;
  background-color: #FF6600FF;
  border: 1px solid #FF6600;
  border-radius: 3px;
  cursor: pointer;
}

.main_top .content_body .content_item .item_bottom div button:nth-child(2) a {
  color: #fff;
} */
.main_top .content_body .left_title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding-left: 21px;
  box-sizing: border-box;
}

.main_top .content_body .left_title {
  padding: 25px 31px;
  position: relative;
}
.main_top .content_body .left_content .h5 {
  display: none;
}
.main_top .content_body .left_content img {
  width: 100%;
  vertical-align: bottom;
}

.main_top .content_body .left_title .left_content div span {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding-left: 21px;
}

.main_top .content_body ul {
  display: block;
  padding: 0 6px;
  box-sizing: border-box;
}

.main_top .content_body ul li {
  display: flex;
  gap: 9px;
  font-size: 14px;
  font-weight: 400;
  color: var(--font-color-2);
  line-height: 40px;
  position: relative;
}

/* 注册公司流程 */
.reg_progess {
  background-color: #f9fbff;
}
.reg_progess .content_container{
  padding: 65px 0 89px;
}

.reg_progess h1 {
  margin-bottom: 67px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.reg_progess .progress_content {
  display: flex;
  overflow: hidden;
}
.reg_progess .progress_content .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
  width: 240px;
  font-size: 14px;
  color: var(--font-color-2)
}
.progress_content .item div {
  position: relative;
  z-index: 1;
}
.progress_content .item p {
  font-size: 16px;
  color: var(--font-color-1);
  font-weight: 500;
  text-align: center;
}
.progress_content .arrow {
  position: absolute !important;
  top: 34%;
  left: 80px;
  height: 0;
  width: 240px;
  border-bottom: 2px dashed var(--color-primary);
  z-index: 0 !important;
}
.progress_content .arrow::after {
  position: absolute;
  content: '';
  right: 14px;
  top: -7px;
  width: 0;
  height: 0;
  border: 13px solid var(--color-primary);
  border-right: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.bookbottom {
  background-color: #F8F8F8FF;
}

.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: 24px;
}

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

.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 .move-left {
  position: absolute;
  top: 65px;
  left: -50px
}

.bookbottom .bottomcontent .levelcontent .move-right {
  position: absolute;
  top: 65px; 
  right: -10px
} */

.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;
}

main {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 70px;
}

main .content_title h1 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}

main .content_body {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}

main .content_body .item {
  max-width: 275px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 25px;
  margin-top: 37px;
  background-color: #fff !important;
  box-sizing: border-box;
}

main .content_body .item img {
  margin-bottom: 24px;
}

main .content_body .item div p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

/* 注册深圳公司资料 */
.reg_info .content_container {
  padding: 60px 0;
}

.reg_info .info_title h1 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #333333;
  line-height: 66px;
  text-align: center;
}

.info_content.pc {
  text-align: center;
}
.info_content.h5 {
  display: none;
}

.reg_info .info_content ul {
  margin-top: 30px;
}

.reg_info .info_content ul li {
  display: flex;
  align-items: center;
}

.reg_info .info_content ul li p {
  margin-left: 10px;
  line-height: 50px;
}

/* 常见问题 */
.normal_questions {
  background-color: #f8f8f8;
}
.normal_questions .content_container {
  padding: 85px 0 96px;
}
.bookcontent .content_container .level1 {
  padding-bottom: 30px;
  text-align: center;
  color: #333;
  font-size: 32px;
}
.card_problam {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.problem_item > div{
  flex: 1;
}
.card_problam .problem_item ul {
  display: none;
  margin-top: 18px;
}
.card_problam .problem_item h2 {
  position: relative;
  cursor: pointer;
}
.card_problam .problem_item h2::after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  color: #ADB6BF;
  transition: .3s;
  transform: rotate(90deg) scaleY(1.8);
}
.card_problam .problem_item.active h2::after {
  transform: rotate(-90deg) scaleY(1.8);
}
.card_problam > div {
	display: flex;
	gap: 14px;
  margin-top: 20px;
	padding: 32px 36px;
	font-size: 14px;
  background-color: #fff;
}
.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 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.card_problam li {
  color: #4B4C52;
  line-height: 2;
}

.card_problam li p {
  color: var(--font-color-2);
}

.card_problam img {
  position: absolute;
  top: -5px;
  left: -40px;
}


.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
}
/* .right {
  position: absolute;
  top: 0;
  right: 0;
}

.left {
  position: absolute;
  top: 0;
  left: 0;
} */

.phone_line {
  display: none;
}
.ml30 {
  margin-left: 30px;
}
/* 更多服务 */
.more_server .content_container{
	padding: 92px 0 82px;
}
.more_server .level1{
    padding-bottom: 43px;
    text-align: center;
    color: #333;
    font-size: 32px;
}
.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) {
	.main_nav {
    width: 100%;
	}
	.main_nav ul a{
		font-size: 12px;
	}
	.main_nav ul a li {
		width: 100%;
	}

  .bookbottom .bottomcontent .levelcontent .banner .banneritem {
    width: 290px;
  }

  .bookbody .bookcontent .booktop .titletopright .row_describe {
    line-height: 16px;
  }

  .bookbody .bookcontent .booktop {
    padding: 0;
  }


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

  .bookbottom .bottomhead a {
    margin: 0;
  }

  .bookbottom .bottomcontent {
    padding: 10px;
  }

  .ml30 {
    margin-left: 0;
  }

  .card_problam {
    padding: 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;
  }

  .main_top .content_body {
    flex-direction: column;
  }

  .card_problam h2 {
    font-size: 16px;
  }

  .reg_info {
    width: 100%;
    padding-top: 50px;
  }
  .reg_info .info_content {
    padding: 0 10px;
    font-size: 12px;
  }

  .reg_info .info_content .info_img {
    width: 100%;
    display: none;
  }

  .main_top {
    padding-top: 30px;
  }

  .main_top .content_title h1 {
    font-size: 20px;
  }

  .reg_progess .border {
    display: none;
  }

  .main_top .content_body .left_title {
    padding-left: 0;
  }

  .main_top .content_body .left_title h2 {
    font-size: 16px;
  }

  .main_top .content_body .left_title span {
    font-size: 13px;
  }

  .main_top .content_body ul li {
    font-size: 14px;
    line-height: 25px;
  }

  .reg_info .info_content ul li p {
    line-height: 40px;
  }

  .main_top .content_body ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 50%;
    background-color: #FF7F2AFF;
  }

  .main_top .content_body .content_item {
    height: 400px;
    padding: 30px 20px
  }

  .main_top .content_body .left_title img {
    width: 36px;
    height: 36px;
    display: none;
  }

  .main_top .content_body .content_item .item_bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 35px;
  }

  .main_top .content_body .content_item .item_bottom div {
    margin-top: 20px;
  }

  .border .line .radius div {
    display: none;
  }

  .reg_progess {
    padding: 0 30px 70px;

  }
  .phone_line {
    display: block;
  }

  .reg_progess .phone_line {
    margin: 0 auto;
    width: 1px;
    height: 400px;
    border-left: 3px solid #FFE9D4;
    box-sizing: border-box;
    position: relative;
  }

  .reg_progess .phone_line .phone_radius div:nth-child(1) {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    left: -2px;
    border: 3px solid #FFA653FF;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .reg_progess .phone_line .phone_radius div:nth-child(2) {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    left: 253px;
    border: 3px solid #FFA653FF;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .reg_progess .phone_line .phone_radius div:nth-child(3) {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    left: 513px;
    border: 3px solid #FFA653FF;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .reg_progess .phone_line .phone_radius div:nth-child(4) {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    left: 773px;
    border: 3px solid #FFA653FF;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .reg_progess .phone_line .phone_radius div:nth-child(5) {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    left: 1033px;
    border: 3px solid #FFA653FF;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .reg_progess .phone_line .phone_radius div:nth-child(1) {
    position: absolute;
    top: 0;
    left: -7px;
  }
  .reg_progess .phone_line .phone_radius div:nth-child(2) {
    position: absolute;
    top: 100px;
    left: -7px;
  }
  .reg_progess .phone_line .phone_radius div:nth-child(3) {
    position: absolute;
    top: 200px;
    left: -7px;
  }
  .reg_progess .phone_line .phone_radius div:nth-child(4) {
    position: absolute;
    top: 300px;
    left: -7px;
  }
  .reg_progess .phone_line .phone_radius div:nth-child(5) {
    position: absolute;
    top: 400px;
    left: -7px;
  }
  .reg_progess .phone_line .phone_progress_content .item {
    width: 120px;
    display: flex;
    flex-direction: column;
  }
  .reg_progess .phone_line .phone_progress_content .item img {
    width: 67px;
    height: 67px;
  }
  .reg_progess .phone_line .phone_progress_content .item:nth-child(1){
    position: absolute;
    top: -24px;
    left: 10px;
  }
  .reg_progess .phone_line .phone_progress_content .item:nth-child(2){
    position: absolute;
    top: 61px;
    left: -102px;
  }
  .reg_progess .phone_line .phone_progress_content .item:nth-child(3){
    position: absolute;
    top: 150px;
    left: 10px;
  }

  .reg_progess .phone_line .phone_progress_content .item:nth-child(4){
    position: absolute;
    top: 267px;
    left: -102px;
  }

  .reg_progess .phone_line .phone_progress_content .item:nth-child(5){
    position: absolute;
    bottom: -75px;
    left: 10px;
  }
  .reg_info .info_title h1 {
    font-size: 20px;
  }

  .reg_info .info_content ul li {
    display: flex;
    align-items:baseline;
  }

  .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
  }

} */
.swiper-button-prev,.swiper-button-next{display: none;}
@media (max-width:750px) {
  .reg_progess .content_container{
    padding: 41px 0 50px;
  }
  .reg_progess h1 {
    margin-bottom: 21px;
    font-size: 20px;
  }
  .reg_progess .progress_content{
    flex-direction: column;
    align-items: center;
  }
  .reg_progess .progress_content .item:nth-last-child(n+2)::after {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid var(--color-primary);
    border-bottom: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .arrow {
    display: none;
  }
  .reg_progess{
    padding: 0; 
  }

  .radius{display: none;}

  .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;
  }
  .main_top{
    padding: 16px;
  }
  .main_top .content_title h1 {
    font-size: 18px;
    color: #222;
    margin: 0 0 16px 0px;
  }
  .main_top .content_body{
    flex-direction: column;
    background: #fefefe;
  }
  .main_top .content_body .content_item{
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .main_top .content_body ul li{
    color: #666;
    line-height: 28px;
  }
  .main_top .content_body .content_item .item_bottom span{
    position: static;
    margin-top: 0px;
  }
  .main_top .content_body .item_bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 10px;
    box-sizing: border-box;
    margin: 0;
  }
  .main_top .content_body .left_title{
    padding: 25px 21px;
  }
  .main_top .content_body .left_title h2,.main_top .content_body .left_title .left_content div span{
    padding-left: 10px;
  }
  .main_top .content_body .left_title .left_content div img {
    position: absolute;
    top: 6px;
    left: 0px;
}
  .main_top .content_body .content_item .item_bottom p{
    width: 100%;
    font-size: 14px;
    color: #222;
    position: relative;
    margin-bottom: 16px;
  }
  .main_top .content_body .content_item .item_bottom b{
    position: static;
    right: 0;
    font-size: 16px;
    color: #f60;
  }
  .main_top .content_body .item_bottom span {
    font-size: 16px;
    color: #f60;
    position: absolute;
    right: 19px;
    font-weight: 500;
  }
  .item_bottom>div{
  margin-left: auto;
  }
  .item_bottom>div button:nth-child(2){
    margin-right:0;
  }
  .reg_info .info_title h1 {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
  }
  .info_content.pc {
    display: none;
  }
  .info_content.h5 {
    display: block;
  }
  .reg_info .info_content .info_item {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 12px 16px;
    border-bottom: 2px solid #f8f8f8;
   }
   .reg_info .info_content .info_item:last-child{
    border-bottom:none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
   }
   .bookbottom .bottomcontent {
    padding: 16px 0;
   }
   .bookbottom .bottomcontent .level1 {
    padding-bottom: 0px;
    text-align: center;
    color: #222;
    font-size: 18px;
   }
   .card_problam {
    width: 100%;
   }
   .card_problam img {
    left: auto;
    top: auto;
   }
   .card_problam h2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
   }
  .reg_info .content_container{
    padding: 59px 0;
  }
   .reg_info .info_content .info_img{
    order: 1;
    text-align: center;
   }
   .reg_info .info_content .info_img img{
     width: 100%;
   }
   .reg_info .info_content ul{
    order: 2;
    margin: 0;
    padding: 0 20px;
   }
   .reg_info .info_content ul li {
    margin-bottom: 42px;
   }
   .reg_info .info_content ul li img{
    align-self: flex-start;
   }
  .info_content.h5 span {
    font-size: 13px;
    color: var(--font-color-2)
  }
   .reg_info .info_content ul li p {
    margin-left: 10px;
    line-height: inherit;
    font-size: 14px;
   }
  .normal_questions .content_container {
    padding: 85px 16px;
  }
  .card_problam > div {
    padding: 24px 16px;
  }
  .server_box img {
    width: 100%;
  }
  .bookcontent .content_container .level1 {
    padding-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
  }
  .more_server .content_container {
    padding: 48px 16px 33px;
  }
}


@media (max-width:500px) {
  .bookbanner img{
    content: url(../imgs/banner_sz_mc_new.png);
  }
  .main_top .content_body .left_content .pc {
    display: none;
  }
  .main_top .content_body .left_content .h5 {
    display: block;
  }
  .inline {display: none;}
  .main_top .content_body .content_item .item_bottom > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}