.store-products-title {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: sans-serif;
}

.store-license-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.product-view-main h1{
  font-size: 34px;
  font-family: sans-serif;
  font-weight: bold;
}
.product-view-main-recommend{
	
	padding: 0;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0DEFF;
}
#product-view .btn span{
  margin-left: 16px;
}
.product-view-main{
  height: auto;
  margin-bottom: 100px;
}
.product-view-main-title{
  margin-top: 140px;
  margin-bottom: 50px;
}
.product-view-main-recommend-logo{
  margin-top: 10px;
  margin-bottom: 45px;
}
.product-accept span{
  font-size: 18px;
  color: #555555;
  margin: 0 15px 15px 0;
}
.product-accept img{
  margin:0 15px 15px 0;
  height: auto;
  max-width: 100%;
}
.product-view-main-recommend-right h5{ font-size:18px; text-align:center; }

.product-view-main-recommend-right{
	position: relative;
	display: flex;
	width: 62%;
	align-items: center;
	flex-direction: column;
	padding:30px;
	
}


.main-recommend-right-label{
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-view-main-recommend-left{
  background-color: #F4F4F4;
  padding: 30px;
  width: 100%;
}
.product-view-main-recommend-left-main{
  font-size: 14px;
  line-height: 32px;
  color: #555;
}
.product-view-main-recommend h2{
  font-family: Open Sans;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	
	letter-spacing: 0px;
	color: #000000;
}
.product-view-main-recommend .s_mt10{
  font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
  color: #626567;
  width: 100%;
}
.product-view-main-recommend-logos{
  margin-top: 10px;
  margin-bottom: 25px;
}
.lemore{
  font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #03adfe;
  font-family: Open Sans;
}
.store-license-info {
  font-family: Open Sans, serif;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.product-view-link {
  font-family: Open Sans, serif;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}

.store-features-box ul, .store-footer-box ul{
  list-style:none;
  padding:0; 
  margin-left: 15px;
  margin-bottom: 50px;
}
.store-features-box ul li, .store-footer-box ul li {
  margin-top:10px;
  font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal; 
	letter-spacing: 0px;
	color: #626567;
}
.store-features-box ul li span, .store-footer-box ul li span{
  display:inline-block;
  width: 12px;
	height: 8px;
  background: url(https://www.passgeeker.com/images/yes_icon.webp) no-repeat no-repeat;
  margin:0 15px 0 0;
  background-size: 100% auto;
}

.store-license-container + .store-license-container{
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 350px) {
  .font_s_22{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .font_s_22{
    margin-right: 0 !important;
  margin-bottom: 15px;
  margin-top: 10px;
  }
  .product_recommend_group{
    
    flex-direction: column !important;
   
  }
   
  /* .product-view-main-recommend-left_bgcol{ 
    background-color: #ffffff !important;
  } */
  .download_center .container h2{
    margin-top: 20px;
  }
  .a_mr20_hw64{
    margin-top: 10px;
  }
  .product-view-main-title{
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .store-license-container + .store-license-container {
    margin-top: 40px;
  }
}

@media (max-width: 992px){
  .font_s_22{
    margin-right: 80px;
  margin-bottom: 15px;
  margin-top: 10px;
  }
  .download_center .container h2 {
    font-size: 24px !important;
}
  .img-responsive {
    display: none !important;
}
  .a_mr20_hw64{
    margin-top: 10px;
  }
  .download_center .container h2{
    margin-top: 20px;
  }
  .product-accept{
    margin-top: 40px;
  }
  .product-view-main-recommend{
    
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .product-view-main-recommend-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-view-main-recommend-left-button-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-view-main-recommend-left-button-group .green-btn{
    margin: 0 0 20px 0 !important;
  }
 
}


@media (max-width: 1200px){
  .product_recommend_group{
    display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  }
}

.product_recommend_group{
  display: -moz-box;  /* Firefox */
display: -ms-flexbox;    /* IE10 */
display: -webkit-box;    /* Safari */
display: -webkit-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
width: 100%;
}

.header_store{
  height:708px;background: url(https://www.passgeeker.com/images-new/store_background_01.webp) no-repeat;background-size: 100% auto;overflow: hidden
}

.a_mr20_hw64{
  margin-right: 20px;
  width: 220px;
	height: 54px; 
}


.dev_flex_star{
  flex-wrap: wrap;justify-content:space-around;width: 100%;
}
.h_marg500{
  margin: 50px 0
}
.div_disf_jus{
  display:flex;flex-flow:column;justify-content:space-between;align-items:start;
}
.main_mt250{
  margin-top: -250px;
}
.download_center{
	background-image: url(https://www.passgeeker.com/images/store_bg.webp);
	background-blend-mode: normal, 
		normal;
	background-repeat: no-repeat;
	background-position: center center;
}

.download_center .container h2{  
	font-family: Open Sans;
	font-size: 34px;
	text-align:center;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
   margin-bottom:25px;
  margin-top:80px;
}
.download_center .container{
   margin: auto;
   width: 100%; 
   padding: 0 20px;
}
.download_center .container img{
   
}
.download_center .container p{  
	font-family: Open Sans;
	font-size: 14.5px;
	text-align:center;
	font-weight: normal;
	font-stretch: normal; 
	letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom:100px;
}

li {
  list-style-type:none;
}

.div_h3font{
  width: 75%; 
}
.font_s_22{
  font-family: Open Sans;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
  color: #000000;
  margin-right: 80px;
  margin-bottom: 15px;
}
.del_font_s18{
  font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000000;
}

.product-view-main-recommend-left_bgcol{
  padding: 30px 30px 40px 30px;
  background-color: #E6F4FF;
}

.product-view-main-recommend{ 
  margin-bottom: 60px;
}
.product-accept{
  margin-top: 0 !important;
}

.container_sdc{
  width: 100%;
}
.width_ss{
  width: 100%;  
}

.btn span, .btn:focus span{
  font-size: 18px
}


.product-view-main-recommend{
   width: 100%;
}








.w1110 {
  max-width: 1150px;
  padding: 0 20px;
  margin: auto;
}

.font-verdana{
  font-family: Open Sans, serif;
}

.flex-row-between {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.flex-col-center {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.flex-col-start {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-col-end {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
}

.flex-col-between {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

.full-content {
  height: 100%;
  width: 100%;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-box{
  width:100%;
  margin:auto;
  /* padding:0 20px; */
}

/*btn*/
.btn{
  text-decoration: none;
  font-size: 18px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn img{
  margin-right: 12%;
}
.btn span, .btn:focus span{
  text-align: center;
  width: 100%;
  font-size: 14px;
  flex: 1;
}
.btn:hover{
  text-decoration: none;
}
.btn:focus{
  box-shadow: none;
}
.orange-btn{
  height: 40px;
  width: 126px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #f6a723;
}
.orange-btn:focus{
  color: #ffffff;
  background-color: #f6a723;
}
.orange-btn:hover{
  background-color: #f28f17;
  color: #ffffff;
}

.orange-btn:hover span{
  color: #fff;
}

.orange-btn:active{
  background-color: #eb7703;
  color: #ffffff;
}
.orange-btn:active span{
  color: #fff;
}
.green-btn{
  height: 40px;
  width: 126px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #02cb64;
}
.green-btn:focus{
  color: #ffffff;
  background-color: #02cb64;
}
.green-btn:hover{
  color: #ffffff;
  background-color: #01a954;
}

.green-btn:hover span{
  color: #fff;
}

.green-btn:active{
  background-color: #01994a;
}
.green-btn:active span{
  color: #fff;
}
.blue-btn{
  height: 40px;
  width: 126px;
  color: #ffffff;
  border-radius: 36px;
  background-color: #46b1e2;
}
.blue-btn2{
  height: 40px;
  width: 126px;
  color: #ffffff;
  border-radius: 36px;
  background-color: #46b1e2;
}
.blue-btn:focus{
  color: #ffffff;
  background-color: #46b1e2;
}
.blue-btn:hover{
  color: #ffffff;
  background-color: #259dd5;
}

.blue-btn:hover span{
  color: #fff;
}

.blue-btn:active{
  background-color: #0986bc;
}
.blue-btn:active span{
  color: #fff;
}
.normal-btn{
  height: 40px;
  width: 126px;
  color: #35b1ff;
  border-radius: 36px;
  border: 2px solid #35b1ff;
}

.normal-btn:focus{
  color: #35b1ff;
  border: 2px solid #35b1ff;
}
.normal-btn:hover{
  border-color: #35b1ff;
}

.normal-btn:hover span{
  color: #35b1ff;
}

.normal-btn:active{
  border-color: #35b1ff;
}
.normal-btn:active span{
  color: #35b1ff;
}



@media (min-width: 768px){
  .body-box{
    width:768px;
  }
  .toTopImg{
 
  }
  .blue-btn{
    height: 54px;
    width: 220px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #46b1e2;
  }
  .blue-btn2 {
    height: 54px;
    width: 220px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #46b1e2;
}
  .green-btn{
    height: 54px;
    width: 220px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #02cb64;
  }
  .orange-btn{
    height: 54px;
    width: 220px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #f6a723;
  }
  .normal-btn{
    height: 54px;
    width: 220px;
    color: #35b1ff;
    border-radius: 54px;
  }
  .gray-btn{
    height: 54px;
    width: 220px;
    color: #555;
    border-radius: 54px;
  }
  
  .btn span, .btn:focus span{
    font-size: 18px;
  }
  .product-default-nav a{
    width:185px;
  }
  .product-top-img{
    display:flex;
  }
  .new-banner-btn-box{
    align-items: center;
  }
  .new-btn-box.product-top-btn-box{
    align-items: center;
  }
  .download-btn-box .blue-button, .blue-button-s, .org-button, .org-button-s {
      margin-left:46px;
      margin-top:0;
  }
}

@media (min-width: 992px){
  .body-box{
    width:992px;
    padding:0;
  }
  .toTopImg{
    
  }
  .toTopImg img{
    width:40px;
    height:40px;
  }
  .btn{
    padding:0 15px;
  }
  .new-btn-box .new-banner-btn-box{
    margin-top:0;
  }
}

@media (min-width: 1200px){
  .body-box{
    width:1110px;
  }
  .toTopImg{
  
  }
  .toTopImg img{
    width:50px;
    height:50px;
  }
}



.th_five_05 h1{ font-size: 16px;}
.th_five_06{ padding: 50px 0;}
.th_five_06 .buy-box2{border: solid 1px #dedede; min-height: 310px;  padding-top: 45px;  background-color: white;}
.th_five_06 .buy-box2 p{ font-size: 16px; line-height: 24px;}
.th_five_06 .buy-box2 ul { list-style:; padding: 0 12px;}
.th_five_06 .buy-box2 ul li { font-weight: 300; font-size: 16px; text-align: left; padding-left: 15px; line-height: 24px;}
.th_five_06 .buy-box2 p.text { font-size: 15px; padding: 15px 0 10px 0; font-weight:600;}


.th_twelve_01{ }
     .th_twelve_01  .prbuy_banner ul li{ list-style:disc; }
	.prbuy_banner{width:100%;min-height:285px;background:#00b1ec;background-size:cover;overflow:hidden}
	.prbuy_banner h1{margin:60px auto 10px;font-size:28px;color:#fff;font-weight:700}
	.prbuy_banner sup{font-size:16px}
	.prbuy_banner p{color:#fff;font-size:17px}
	.prbuy_banner_nav{ margin-top: 60px;}
	.prbuy_nav_cont{max-width:720px;margin:0 auto;font-size:0}
	.prbuy_nav_cont a{width:357px;height:73px;display:inline-block;font-size:18px;color:#fff;z-index:2;position:relative;text-align:center;background-color:rgba(255,255,255,.3);line-height:67px;transition:all .2s linear;bottom:0}
	.prbuy_nav_cont a.s_crt{height:80px;line-height:80px;position:relative;background:#fff;color:#333;transition:all .2s linear}
	
	.standrbuy{max-width:1070px;margin:70px auto 50px; display: none;}
	.standr{display:block;width:328px;height:415px;text-decoration:none;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.1)}
	.standr h6{margin-top:50px;font-weight:300;text-align:center;font-size:22px;color:#666}
	.starp,.starp span{margin-top:26px;text-align:center;font-size:32px;color:#4c4c4c;font-weight:700}
	.standr b{color:#20a496;font-size:20px;font-weight:700}
	.vats{margin-bottom:10px;text-align:center;color:#333;font-size:12px}
	.standrfam .votbox,.votbox{display:inline-block;width:208px;padding:15px 10px;font-size:12px;line-height:1.4;border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.15);position:absolute;top:-75px;z-index:-3;left:-108px;background-color:#fff;color:#333;opacity:0;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out}
	.vats b{display:inline-block;width:14px;height:14px;line-height:10px;text-align:center;border-radius:100%;background-color:#999;position:relative;top:-1px;cursor:pointer}
	.standr>span,.standrbus a{text-align:center;display:block;width:200px;line-height:46px;margin:72px auto 35px;border:2px solid #feac69;font-size:20px;color:#ff9c33;position:relative;overflow:hidden;z-index:2}
	.standr p:last-child{text-align:center;font-size:17px;color:#333}
	.standr b{color:#20a496;font-size:20px;font-weight:700}
	
	.standrfam{
	position:relative;
	width:351px;
	height:445px;
	margin-top:-15px;
	
	margin-left:20px;
	margin-right:20px;
}
		
		
	.standrfam .starp,.standrfam .starp1,.standrfam .vats,.standrfam b,.standrfam del,.standrfam h6,.standrfam p:last-child{color: #333333;text-align:center}
	.standrfam span{background-color:#fc9947;box-shadow:0 0 20px rgba(0,0,0,.2);border:0;color:#fff}
	.standrfam>img{position:absolute;top:-1px;right:0}
	.starp2{color:#7c7c7c;font-size:24px;font-style:italic}
	.standrbus a{margin-top:30px}
	.buy_ul{list-style:none;padding:0;width:250px;margin:0 auto}
	.buy_ul li{font-size:14px;line-height:1.9;color:#000}
	.blselect{position:relative}
	.blselect_text{width:78%;height:30px;border-radius:5px;margin:6px auto 23px;padding-left:20px;border:1px solid #c1c1c1;font-size:14px;color:#000;line-height:30px;text-align:left;background:url(https://www.passgeeker.com/images/buy_arrow2.webp) 96% center no-repeat;cursor:pointer;z-index:4}
	.blselect div{width:250px;position:absolute;left:0;top:-217px;height:220px;z-index:-1;opacity:0;transition:all .5s ease-in-out;transform:translateY(-20px)}
	.blselect dl{width:250px;display:block;border-radius:5px;background-color:#fff;padding:10px 0;box-shadow:0 0 10px rgba(0,0,0,.2);transform:translateY(-20px);text-align:left;transition:all .5s ease-in-out}
	.blselect dl img{display:block;position:absolute;bottom:-14px;left:0;right:0;margin:0 auto}
	.blli{padding-left:5px}
	.blselect{position:relative}
	.blselect dd{width:85%;font-size:14px;color:#444;line-height:36px;overflow:hidden;padding:0 10px;margin:0 10px;border-radius:5px;cursor:pointer}
	.blselect span{font-size:12px}
	.standrbus .blselect b{font-size:16px;line-height:32px;color:#fd971d}
	.buy_ul:hover .blselect div{z-index:99;opacity:99;transform:translateY(0)}
	
	.pradd_buy_guarantee{ max-width: 980px; margin: 50px auto 0;}
	.pradd_buy_guarantee img{margin:-10px 0 0 100px}
	.pradd_buy_guarantee .atandrtext{max-width:740px;float:right}
	.pradd_buy_guarantee .atandrtext h4{font-size:20px;color:#333;font-weight:700}
	.pradd_buy_guarantee .atandrtext p{color:#4d4d4d;margin-top:10px;font-size:16px}
	.pradd_buy_guarantee .atandrtext p a{font-size:inherit;color:#32bea2}
	
	.th_twelve_02{ border-bottom: 1px solid #ebebeb; border-top: 1px solid #ebebeb;}
	.note_box{padding-left:20%; padding-top:40px; margin-bottom:20px;}
	.th_twelve_02 h1{ text-align: center;}
	.th_twelve_02 h1 a {font-size: 18px; font-weight: 300; color: #409aa2; position: relative;}
	.th_twelve_02 h1 a:hover{ text-decoration: underline;}
	.th_twelve_02 .buy_review{width:100%;margin:50px auto 60px;background:url(https://www.passgeeker.com/images/buy_review_bg.webp) center no-repeat;background-size:cover}
	.th_twelve_02 .buy_review .buy_review_block{margin:40px auto}
	.th_twelve_02 .buy_review .buy_review_block p{padding-left:25px;max-width:380px;line-height:1.71;font-size:14px;float:left}
	.th_twelve_02 .buy_review .buy_review_block i{display:block;color:#409aa2;text-align:right;margin:10px 20px 0 0}
	
	.buy_safe{ padding: 60px 0;}
	.buy_safe .buy_safe_blcok{padding:0 12px;border-right:1px solid #e1e1e1}
	.buy_safe .buy_safe_blcok img{display:block;margin:0 auto 20px}
	.buy_safe .buy_safe_blcok b{color:#000;display:block;font-size:15px;font-weight:700}
	.buy_safe .buy_safe_blcok p{line-height:1.5;margin-top:10px;font-size:12px;color:#000}
	.buy_safe .col-md-3:last-child .buy_safe_blcok{ border: 0;}
	
	.th_twelve_03{ padding: 40px 0;}
	.th_twelve_03 h1 { text-align: center; font-size: 24px; font-weight: 700; color: #333;}
	.th_twelve_03 img{ margin-top: 30px; height: 50px;}
	
	@media only screen and (max-width: 1000px) {
	.prbuy_banner h1{font-size:1.6rem;margin:40px auto 20px}
	.standrbuy a,.standrbuy>div{margin:0 auto 30px;float:none;overflow:hidden}
	
	.pradd_buy_guarantee img { float: none; display: block; margin: 0 auto;}
	.pradd_buy_guarantee .atandrtext h4,
	.pradd_buy_guarantee .atandrtext p{ text-align: center;}	
	.th_twelve_02 .buy_review{ background: none;}
	.th_twelve_02 .buy_review .buy_review_block img{ display: none;}
	.th_twelve_02 .buy_review .buy_review_block p{ padding: 0; max-width: 100%;}
	.buy_safe .buy_safe_blcok{ border: 0;}
	}
	
	
	.pur-inline li {margin-left:80px;margin-right:5px;font-weight: 300; float:left;line-height: 1.25;background: url(https://www.passgeeker.com/images/custom/buy/yes.webp) no-repeat 0 5px;padding-left:5px !important; color:#FFFFFF;}
	.pur-inline li{padding-top: 0 !important;}
	.support_option{
		
		display:table;
		border-right:none;
		background-color: #FFFFFF;
	}
	.support_option .ceil{ display:table-cell;border-right:1px solid #ddd;min-height:300px;width:33.1%;text-align:center;}
	.support_option .ceil img{padding-top:30px;}
	.support_option .ceil h3{line-height:24px;color:#444;font-weight:600;}
	.support_option .ceil p{color:#555;font-weight:400;line-height:24px;padding:20px 10px;}
	.coming_soon{color:#41abe1;font-style:italic;text-align:center;font-weight:400;padding:10px;clear:both;}
	@media all and (max-width:1023px){
		.support_option .ceil img{width:80%;}	
	}
	@media all and (max-width:539px){
		.support_option .ceil img{width:80%;}	
	}
	@media all and (max-width:479px){
		.support_option{ border:1px solid #ddd;background:#f2f2f2;}
		.support_option .ceil{width:50%;text-align:center;float:left;border:0;padding:0;display:block;height:320px;}
		.support_option .ceil img{width:80%;}
	}
	
	
	
.support .content {padding-left:5%; padding-top:40px; font-size:16px;}

.support .content .box {
  margin-bottom: 30px;
}
.support .content .box h5{font-size:16px; color:#333333; font-weight:600; }
.support .content .box:first-child {
  margin-bottom: 70px;
}
.support .content .box .title {
  font-size: 28px;
  color: #333333;
  
}
.support .content .box .name {
  padding-left: 14px;
  font-size: 20px;
  color: #333333;
  margin-bottom: 27px;
  position: relative;
}
.support .content .box .name::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.support .content .box .desc {
  font-size: 17px;
  color: #666666;
  line-height: 1.8em;
}

.support .content .box .desc p{
  font-size: 17px;
  color: #666666;

}

@media (max-width: 767px) {
  .support .banner {
    background: url("https://www.passgeeker.com/images/banner-ph-4.webp") no-repeat center center;
    background-size: cover;
  }
  .support .content {
    padding: 30px 0px;
  }
  .support .content .box {
    margin-bottom: 30px;
  }
  .support .content .box:first-child {
    margin-bottom: 20px;
  }
  .support .content .box .name {
    margin-bottom: 20px;
  }
  .support .content .box .title {
    font-size: 22px;
  }
  .support .content .box .name {
    font-size: 20px;
  }
  .support .content .box .desc {
    font-size: 16px;
  }
}