.fs-kc {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    background: #ebecff;
    color: #0008ff;
    padding: 1px 6px;
    font-size: 12px;
}
.configinfo_box {
  background-color: #fff;
  box-shadow: 0 4px 15px 1px #e6e8f4;
  border-radius: 4px 4px 15px 15px;
  padding: 20px;
  position: relative;
  min-height: 530px;
}

.configinfo_box .configinfo_box_option {
  min-height: 130px;
  background-color: #fff;
  box-shadow: 0 4px 20px 2px rgba(6, 75, 179, 0.08);
  border-radius: 4px;
  position: relative;
  margin-bottom: 80px !important;
}

.configinfo_box .configinfo_box_cycle {
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 4px 20px 2px rgba(6, 75, 179, 0.08);
  border-radius: 4px;
  margin-bottom: 100px;
  position: relative;
}

.configinfo_box_option .box_option_left,
.configinfo_box_cycle .box_cycle_left {
  width: 40px;
  background-color: #ced1e2;
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

.configinfo_box_option .box_option_right {
  margin-left: 50px;
}

.configinfo_box_cycle .box_cycle_left {
  background-color: #f1672a;
  color: #fff;
}

.configinfo_box .configinfo_box_options {
  background-color: #fff;
  box-shadow: 0 -5px 20px -3px rgba(6, 75, 179, 0.16);
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.configinfo_box .configinfo_box_options.wrap {
  bottom: 0;
}

.configinfo_box .configinfo_box_options .box_options_inner {
  padding-bottom: 20px;
  margin: 30px 20px 0 20px;
  border-bottom: 1px solid #eaeaea;
}

.configinfo_box .configinfo_box_options .box_options_inner .options_inner_item {
  padding: 0 50px;
}

.configinfo_box .configinfo_box_options .box_options_inner .row {
  margin: 0 -50px;
}

.configinfo_box .configinfo_box_bottom {
  height: 80px;
  background-color: #fff;
  box-shadow: 0 4px 20px 2px rgba(6, 75, 179, 0.08);
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.configinfo_box_bottom .box_bottom_left .bottom_left_expand {
  width: 61px;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
}

.configinfo_box_bottom .box_bottom_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_bottom_right .footer_box_price {
  font-size: 22px;
  color: #2f54ea;
  position: relative;
}

.box_bottom_right .footer_box_btn button {
  width: 120px;
  height: auto;
  /* background-color: #2f54ea; */
  /* box-shadow: 0 6px 11px 1px rgba(6, 31, 179, 0.26); */
  border-radius: 4px;
}


html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    font: var(--fonts);
}

body {
    background: var(--BodyBackground);
    overflow-x: hidden;
    position: relative;

}

/* 如果你的项目仅支持 IE9+ | Chrome | Firefox 等，推荐在 <html> 中添加 .borderbox 这个 class */
html.borderbox *,
html.borderbox *:before,
html.borderbox *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

body * {
    box-sizing: border-box;
    -webkit-font-smoothing: var(--fontsthickness);
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --global-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    --txtdesc: rgba(0, 0, 0, 0.65);
    --pcspacing: 40px 0 100px;
    --wapspacing: 20px 0 40px;
}
.pur-swi-nav{
	max-width: 1680px !important;;
}

.Purchase_Page_top_switch{
    height: 48px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.Purchase_Page_top_switch .pur-content{
    width: 96%;
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
}
.Purchase_Page_top_switch .pur-content > a{
    position: absolute;
    left: 0;
    display: inline-block;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
}
.Purchase_Page_top_switch .pur-content > a i{}
.Purchase_Page_top_switch .pur-content > a span{}
.Purchase_Page_top_switch .pur-content > ul{
    height: 100%;
}
.Purchase_Page_top_switch .pur-content > ul li{}
.ru-text-box{
    padding: 12px 24px 8px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    height: 100%;
}

.muted_progress_bar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f4f4f4;
}

.muted_progress_bar em {
    display: block;
    height: 100%;
    background: #22c6b9;
}

.content-box,.edui-editor,.jqstooltip,hr {
    -moz-box-sizing: content-box
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li,.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    background: none;
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav>li+.dropdown-header {
    margin-top: 9px
}

.nav.open>a,.nav.open>a:focus,.nav.open>a:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.nav.open>a .caret,.nav.open>a:focus .caret,.nav.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav>.pull-right {
    float: right
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 0 !important;
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    display: flex;
    height: 48px;
    justify-content: center;
}

.nav-tabs>li {
    margin: 0 16px;
}

.nav-tabs>li>a {
    padding: 0;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 47px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    border: none;
}

.nav-tabs>li>a i {
    display: none;
}

.nav-tabs>li>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #0038ff;
    bottom: -1px;
}

.nav-tabs>li.active >a:after {
    height: 2px;
}



.pur-swi-nav {
    width: 96%;
    max-width: 1280px;
    margin: 14px auto;
    display:none;
}

.pur-swi-nav.active {
    display: block;
}

.pur-swi-nav ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.pur-swi-nav ul li {
    position: relative;
    padding-right: 60px;
    cursor: pointer;
}

.pur-swi-nav ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 1px;
    background: #dedede;
    right: 7px;
    top: 9px;
}

.pur-swi-nav ul li:last-child:after {
    display: none;
}

.pur-swi-nav ul li em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.pur-swi-nav ul li span {
    font-size: 13px;
    color: #333;
    display: inline-block;
    padding-left: 9px;
}

.pur-swi-nav ul li.on span {
    font-weight: bold;
}

.pur-swi-nav ul li:hover em,.pur-swi-nav ul li.on em {
    background: #0038ff;
    color: #fff;
}


@media screen and (max-width:1080px) {
	.pur-swi-nav {
		display: none !important;
	}
	
	.rule-list .rule-card{
        width: 100% !important;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 880px) {
  
    
   

}