.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{
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#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{
  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: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	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(../images/icons/hook.png) 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(../images/bg/store01.png) 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: linear-gradient(90deg, 
		#70adfd 0%, 
		#6261eb 100%), 
	linear-gradient(
		#4690e7, 
		#4690e7);
	background-blend-mode: normal, 
		normal;
}
.download_center .container h2{  
	font-family: Open Sans;
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
}
.download_center .container{
   margin: auto;
   width: 100%; 
   padding: 0 20px;
}
.download_center .container img{
   
}
.download_center .container p{  
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal; 
	letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
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: #f1f9ff;
}
.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%;
}
 