* {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li{
  list-style: none;
}
 
p,ul,h1,h2,h3{
  margin:0;
  padding:0;
}
.w1110 {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
}

.font-verdana{
  font-family: Open Sans, serif;
}

.flex-row-start {
  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;
}

.flex-row-center {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.flex-row-end {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.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-start-align {
  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: start;
}
.flex-col-start01 {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.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; */
}
.toTopImg{
  position:fixed;
  right:20px;
  bottom:38px;
  cursor:pointer;
  z-index: 100;  
  width: 58px;
  height: 58px;
}
.toTopImg .toTopImg-bgc:hover{ 
  background: url("/images2020/footer/top-hover.png") no-repeat 0 0;
}

.toTopImg-bgc{ 
  width: 58px;
  height: 58px;
  display: inline-block;
  background: url("/images2020/footer/top.png") no-repeat 0 0;
}


/*btn*/
.btn{
  text-decoration: none;
  font-size: 18px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: #e05149;
}
.orange-btn:focus{
  color: #ffffff;
  background-color: #e05149;
}
.orange-btn:hover{
  background-color: #c9463f;
  color: #ffffff;
}

.orange-btn:hover span{
  color: #fff;
}

.orange-btn:active{
  background-color: #e05149;
  color: #ffffff;
}
.orange-btn:active span{
  color: #fff;
}

.normal-btn{
  height: 40px;
  width: 126px;
  color: #fff;
  border-radius: 8px;
  border: solid 2px #e05149;
}

.normal-btn:focus{
  color: #e05149;
  border: 2px solid #e05149;
}
.normal-btn:hover{
  background-color: #e05149;
  border-color: #e05149;
  color: #fff;
}

.normal-btn:hover span{
  color: #ffffff;
}

.normal-btn:active{
  border-color: #e05149;
}
.normal-btn:active span{
  color: #e05149;
} 

.product-default-nav a:hover{
  background-color:#1a1a1a;
}
.new-btn-box .new-banner-btn-box{
  margin-top:40px;
  align-items: flex-start;
}
.product-top-btn-box{
  align-items: flex-start;
}
.product-top-img{
  display:none;
}
@media (min-width: 320px){
  .normal-btn{
    height: 54px;
    width: 220px;
    color: #e05149;
    border-radius: 54px;
  }
}
@media (min-width: 768px){
  .body-box{
    /* width:768px; */
  } 
  .blue-btn{
    height: 54px;
    width: 220px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #46b1e2;
  }

  .orange-btn{
    height: 54px;
    width: 220px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #e05149;
  }
 
  .gray-btn{
    height: 54px;
    width: 220px;
    color: #555;
    border-radius: 54px;
  }
  
  .btn span, .btn:focus span{
    font-size: 18px;
  }
  .product-default-nav a{
    width:20%;
  }
  .product-top-img{
    display:flex;
  }
  .new-banner-btn-box{
    align-items: center;
  }
  .new-btn-box.product-top-btn-box{
    align-items: center;
  }
}

@media (min-width: 992px){
  .body-box{
    /* width:992px; */
    padding:0;
  } 
  .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 img{
    width:50px;
    height:50px;
  }
}


.addthis-smartlayers #at4-share{
  top: 50% !important;
}

.img_mar10{
  margin-right: 10px;
}
.margin_l_10{
  margin-left:10px;
}
.s_mt10{
  margin-top: 10px;
}
.margin_r_15{
  margin-right: 15px;
}
.margin_t_15{
  margin-top: 15px;
}
.margin_r_20{
  margin-right: 60px;
}
.margin_b_20{
  margin-bottom: 20px
}
.margin_t_20{
  margin-top: 20px;
}
.margin_t_50{
  margin-top: 50px;
}
.margin_t_27{
  margin-top: 27px;
}
.margin_t_30{
  margin-top: 30px;
}
.padding_0_20{
  padding:0 20px !important;
}
.font_s_14{
  font-size:14px !important;
}
.color_333{
  color:#333;
}
.header_top{
  overflow: hidden;border-bottom:1px solid #ebebeb;
}
.product_mar35{
  margin:0 35px;
}
.flex-row-between_100{
  width:100%;
}
.artDet-top-nav_w_75{
  width:75px;
}
.img-rounded_disbl{
  display:inline-block;
}
.width_100{
  width: 100%;
  min-height:90px;
  border-bottom: 1px solid #ebebeb;
}
.lab_mar0520{
  margin:0 5px 0 20px
}
.div_mt60{
  margin-top:60px
}
.div_mt45{
  margin-top: 45px;
}

.img-responsive{
  display: flex;
  height: auto;
  max-width: 100%;
}


.container-fluid{
  padding: 0;
}
 

.product-nav{
  width:100%; 
  background-color:#333333; 
}
.product-default-nav{
  height:100%;
  flex-wrap: wrap;
}
.nav-active{
  background-color:#1a1a1a;
}
.nav-active:hover{
  background-color:#1a1a1a !important;
}
.product-default-nav a{
  text-decoration: none;
}
.product-default-nav a span{
  font-family: Open Sans;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
  color: #ffffff;
  padding:20px 0  30px 0;
}
.new-main{
  padding-bottom:80px;
}
/* product right css */
.guide-right-box{
  margin-top:100px;
}
.ado-right-item {
  box-shadow: #efefef 1px 1px 13px 1px;
	border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ado-right-item ul {
  padding-left:10px;
  list-style: none;
}

.ado-right-p{
  padding: 0 30px;
  font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.ado-right-ps{
  padding: 40px 30px 0 30px;
  font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.ado-right-item ul li { 
  font-family: Open Sans;
	font-size: 16px; 
	letter-spacing: 0px;
	color: #555555; 
  padding: 5px 0;
  line-height: 28px;
  margin: 0 42px 0 10px; 
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.ado-right-item ul li:hover{ 
    text-decoration: underline;
}
.ado-right-item ul li a{ 
    color: #555555;
}
.ado-right-item ul li a:hover{ 
    color: #555555;
    text-decoration: underline;
}

.ado-right-title {
  height: 50px;
  padding: 12px 30px; 
  font-weight: bold;
  display: flex; 
  justify-content: flex-start;
  font-size: 22px;
  color: #e05149;
  margin: 20px 0;
  font-family: Open Sans; 
  font-weight: 600px;
  line-height: 28px;
  letter-spacing: 0px; 
}
.ado-right-title img{
  margin-right: 10px;
}
.ado-right-item .right-text{
  padding:20px;
}
.ado-right-item .right-text p{
  font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
  color: #555555;
  line-height: 26px;
  margin-top:15px;
}
.ado-right-item .right-text .right-text-title{
	font-weight: bold;
  color: #555555;
  margin-top:0;
}
.ado-right-item .right-btm-more{
  margin-top:25px;
  text-align:end;
}
.right-btm-more a{
  font-size: 14px;
	color: #0aa1e9;
}
 
.Special-Offer-top{
  width:100%;
  padding:0 15px;
}
.Special-Offer-top h4{
  font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.Special-Offer-top img{
  margin-top:30px;
}

.review-btm-box{
  margin:0;
  margin-top:120px;
  padding:0 15px;
}

.review-btm-box .ado-right-item{
  padding:0;
}

@media (min-width: 992px) {
  .features-btm-addicon{
    margin:0;
  }
 
  .product-content-border{
    position: relative;
    border: 1px solid #ebebeb;
    overflow: hidden;
    width:340px;
    height: 380px;
    background-color: #ffffff;
    border-radius: 20px;
    padding:0;
  }
  .product-content-border:hover .content-text-box {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .product-content-border:hover{
    border-color: #c8c8c8;
  }
  .product-content-border:hover .content-text-box-hover {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .content-text-box{
    padding:10px 35px 35px 35px;
    transition: .75s;
  }
  .content-text-box-hover{
    transition: .75s;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 20px;
    text-align: center;
    height: 100%;
    width: 100%;
  }
}
 


.mcp_btn{
  width: 170px;
	height: 48px; 
  border-radius: 8px; 
  margin-bottom: 20px;
  padding: 0 15px;
}
.mcp_btn:nth-child(2){
  margin-left: 20px;
}
.ado-right-box{
  padding-left: 75px;
}
.body-boxs span{
  font-family: Open Sans;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #333333;
  padding-top: 25px;
}

.ftmb_100{
  margin-bottom: 100px;
  padding: 0;
}
.ftmb_100 span{
  text-align: center;
}

.img_responsive{
  display: flex;
  height: auto;
  max-width: 100%;
}

@media(max-width: 1100px) {
  .ftmb_100 span{
    font-size:13px;
  }
}
@media(max-width: 420px) {
 .box_ftmb_100{
  flex-flow: column nowrap;
 }
}

@media(max-width: 768px) {
  .ado-right-box{
    padding-left: 0 !important;
    padding-right: 0;
  }
  .product-default-nav a {
    width: 33%;
  }
}

@media(max-width: 350px) {
  .flex-row-between{
    flex-flow: column nowrap;
  }
  .mcp_btn:nth-child(2){
    margin-left: 0;
  } 
  .product-default-nav a {
    width: 50%;
  }

}
.con-coupon{
	position:relative;
	text-align:center;
	width:100%;
	height:2.575rem;
	z-index:99;
	vertical-align:middle;
}
.con-coupon .m-header-banner{
	width:100%;
	height:100%;
	background-size:auto 100%;
}
.con-coupon .coupon-link{
	display:flex;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:center;
	padding:0 5rem;
	background:linear-gradient(109.6deg, rgb(80, 35, 217) 11.2%, rgb(217, 35, 189) 91.1%);
	background-size:cover}
.con-coupon .coupon-link span{
	display:inline-block;
	font-size: 1.25rem;
	color:#ffffff;
	line-height:1.875rem;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
    max-width: 1080px;
}.con-coupon .coupon-link strong{
	color:#FFD90C;
    text-decoration: underline;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
}
.con-coupon .coupon-link a{
	display: contents;
    font-family: "Barlow Condensed", sans-serif;
}
 .con-coupon .coupon-btn{
	display:inline-block;
	line-height:1.25rem;
	margin-left:2.1875rem;
	cursor:pointer;
	padding:0 .9375rem;
	vertical-align:text-top;
	background:linear-gradient(0deg,#ff9600,#fff000);
	box-shadow:0 4px 0 0 rgba(134,70,0,.8),0 10px 20px 0 rgba(1,30,42,.29);
	border-radius:20px;
	min-width:6.875rem;
	height:1.5rem;color:#6a2f24;
	font-weight:700;
	font-size:1.125rem;
	white-space:nowrap
}
.con-coupon a{
		text-decoration: none !important;}
/*.con-coupon-m{
	width:100%;
	height:auto;
	background:linear-gradient(90deg,#ff7d7d,#f73f59)}
.con-coupon-m .coupon-link{
	position:relative;
	width:100%;
	background:none;
	padding:0
}
.con-coupon-m .coupon-link p{
	font-size:1.5rem;
	padding:2rem 1rem;color:#fff 
}*/
@media (max-width:1024px){
	.con-coupon .coupon-btn,.con-coupon .coupon-close-btn{
		display:none}}
@media (max-width:690px){
	.con-coupon .coupon-link {
		padding: 1rem;}
  .con-coupon .coupon-link span{
		font-size:1rem;
        line-height: 1.2rem;}
        }
@media (max-width:450px){
	.con-coupon .coupon-link {
		padding: 1rem;}
  .con-coupon .coupon-link span{
		font-size:1rem;
        line-height: 1.2rem;}
        }
.coupon-close-btn{
	position:absolute;
	right:1.25rem;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
	cursor:pointer;
	border:none;
	font-size:0;
	width:4.375rem;
	height:4.375rem;
	vertical-align:middle;
	opacity:.7}
.coupon-close-btn:after{
	transform:translate(-50%,-50%) rotate(45deg)}
.coupon-close-btn:after,.coupon-close-btn:before{
	content:"";
	border-radius:5px;
	height:2px;
	background:#1b0400;
	width:34px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%}
.coupon-close-btn:before{
	transform:translate(-50%,-50%) rotate(-45deg)}
.coupon-close-btn:hover{opacity:1}
