body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td a{ margin:0; padding:0; }
body{
    list-style: none;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}
body{
    margin: 0 auto;
}
*{
    list-style: none;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'IBMPlexSans-Regular';
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.4;
}
input{
    padding: 0 15px;
    font-size: 16px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
@font-face{
    font-family: 'IBMPlexSans-Regular';
    src: url(https://2e71cc.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/fonts/IBMPlexSans-Regular.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'IBMPlexSans-Bold';
    src: url(https://42de53.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/fonts/IBMPlexSans-Bold.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'IBMPlexSans-Medium';
    src: url(https://745aa4.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/fonts/IBMPlexSans-Medium.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'IBMPlexSans-SemiBold';
    src: url(https://7d7d0d.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/fonts/IBMPlexSans-SemiBold.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'TitilliumWeb-Regular';
    src: url(https://1bb2ec.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/fonts/TitilliumWeb-Regular.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'TitilliumWeb-SemiBold';
    src: url(https://e8d06a.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/fonts/TitilliumWeb-SemiBold.ttf);
    font-display: swap;
}
.zt{
  height: 100px;
}
/* 弹出表单 */
.common-fixed-contact {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 800px;
  height: 563px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.common-fixed-contact h3{
    margin: 20px 40px;
}
.common-fixed-contact p{
    margin: 0 40px;
}
/* .common-fixed-contact.hide {
display: none;
width: 48px;
height: 48px;
border-radius: 50%;
right: 10px;
bottom: 68px;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
-webkit-animation: __fixed-contact 500ms;
animation: __fixed-contact 500ms;
}    */
.common-fixed-contact-form {
  padding: 20px 40px;
}
.common-fixed-contact-form__input, .common-fixed-contact-form__textarea {
width: 100%;
height: 48px;
padding-left: 20px;
border: 1px solid #e8e8e8;
border-radius: 4px;
margin-bottom: 20px;
}
.common-fixed-contact-form__textarea {
height: 144px;
padding: 20px;
resize: none;
}
.common-fixed-contact-form__submit {
width: 240px;
margin: 0 auto;
margin-top: 20px;
}
.common-btn {
width: 240px;
height: 48px;
background-color: #01070d;
color: #fff;
border: 1px solid #01070d;
border-radius: 24px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
position: relative;
-webkit-box-shadow: 0px 15px 20px -5px rgb(30 139 214 / 22%);
box-shadow: 0px 15px 20px -5px rgb(30 139 214 / 22%);
}
.common-fixed-contact__close{
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
width: 24px;
height: 24px;
background: url(https://8da737.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/images/close.svg) no-repeat center center;
}
.common-fixed-contact__close img{
  display: none;
}
/* .common-fixed-contact__close img.active{
  display: block;
} */
/* .common-fixed-contact.hide .common-fixed-contact__close {
background:#2c9c4a url(/assets/www.mingvape.com/lib/images/icon_side_contact.svg) no-repeat center center;
position: unset;
width: 100%;
height: 100%;
} */
[type='submit']:hover{
  color: #01070d;
}
/* .common-fixed-contact.hide .common-fixed-contact-form {
display: none;
} */

  /*在线客服  */
.c-sidebar-item--contact{
    background: #01070d;
}
.c-sidebar{
    z-index: 99;
}

  /* 搜索栏样式开始 */
.c-close-icon {
  width: 20px;
  height: 20px;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-close-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #01070d;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-close-icon span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}
.c-close-icon span:nth-child(2) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}
[type='submit']{
  background: #01070d;
  border: 1px solid #01070d;
}
.c-search__submit:hover {
  background: #01070d;
  border-color: #01070d;
  color: #fff;
}
/* 手机导航搜索栏开始 */
.c-search__submit{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 搜索栏样式开始 */
  /* 手机导航搜索栏结束 */

header{
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100px;
    width: 100%;
    background: rgba(1, 7, 13,0.3);
}
header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 100%;
}
header .content .left{
    display: flex;
    align-items: center;
}
header .content .left .logo{
    margin-right: 40px;
}
header .content .left .logo img{
  width: 90%;
}
header .content .left>ul{
    display: flex;
}
header .content .left>ul>li{
    margin: 0 20px;
    position: relative;
}
header .content .left ul li a{
    font-size: 14px;
    font-family: 'TitilliumWeb-Regular';
    color: #fff;
    max-width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}
 .menu-item-has-children2{
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(1, 7, 13,0.3);
  padding: 20px;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0,0.1) ;
  display: none;
  min-width: 180px;
}
.menu-item-has-children2 .children2{
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-item-has-children2 .children2 a{
  color: #303030;
}
.menu-item-has-children2 .children2>svg{
  position: absolute;
  right: -15px;
  width: 10px;
  height: 10px;
}
.menu-item-has-children2 .children2 .menu-item-has-children3{
  position: absolute;
  top: 0;
  left: 110%;
  background: rgba(1, 7, 13,0.3);
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0,0.1) ;
  display: none;
}
.children2 .menu-item-has-children3>li{
  padding: 10px 0;
}

header .content .right ul{
    display: flex;
    align-items: center;
}
header .content .right ul li{
    margin: 0 15px;
}


/* 手机导航开始 */
header .header1,.header2,.header3{
    display: none;
}
.nav{
    display: none;
}
.phone_header{
    display: block;
}
.phone_header .nav{
    display: block;
    height: 60px;
}
.body-top {
  width: 100%;
  height: 60px;
  background-color: #01070d;
  position: fixed;
  z-index: 99;
  box-shadow: 0px 0px 15px 3px rgba(0, 6, 11, 0.1);
  top: 0;
}
.body-top .body_top{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.body-top .top_left {
  display: inline-block;
  padding: 5px;
}
.body-top .top_left a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.body-top .top_left img {
    max-width: 200px;
    width: 100%;
}
.body-top .top_right_{
  display: flex;
  align-items: center;
}
.body-top .top_right_ .login{
  margin-left: 10px;
}
.body-top .top_right {
  width: 22px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 17px;
  float: right;
  right: 0;
}
.body-top .top_right span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),-webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),-webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),opacity 500ms cubic-bezier(0.2, 0, 0, 1),-webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-top .active span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.body-top .active span:nth-child(2) {
  opacity: 0;
}
.body-top .active span:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-9.5px) rotate(45deg);
}
.body-top .cart {
  display: flex;
  float: right;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin-right: 10px;
}
.body-top .cart a{
  text-decoration: none;
  border: none;
  position: relative;
}
.body-top .cart a span{
  display: none;
}
.body-top .cart a .active{
  width: 15px;
  height: 15px;
  text-decoration: none;
  color: #fff;
  background: #e11b22;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  display: block;
}

.phone_header .mask_1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  top: 0;
}
.phone_header>.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
.body-left {
  width: 30%;
  opacity: 0;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2,0,0,1);
  transition: -webkit-transform 500ms cubic-bezier(0.2,0,0,1);
  transition: transform 500ms cubic-bezier(0.2,0,0,1);
  transition: transform 500ms cubic-bezier(0.2,0,0,1), -webkit-transform 500ms cubic-bezier(0.2,0,0,1);
}
.body-left.body_left_active {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
}
.body-left .img {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.body-left .img img{
  width: 100px;
}
.body-left .list {
  padding: 10px;
  min-height: 80%;
}
.body-left .list>ul>li {
  padding: 20px 0 20px 0px;
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.list>ul>li>.active {
  opacity: 1;
  pointer-events: auto;
}
.body-left .list>ul>li>a {
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
.menu__children_phone {
  display: none;
}
.body-left .list>ul>li .active {
  color: #01070d;
}
.menu__children_phone .menu__item {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__children_phone .menu__item a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.menu__item .menu__children_phone3{
  display: none;
}
.menu__item .menu__children_phone3 li{
width: 100%;
line-height: 18px;
margin-top: 15px;
margin-left: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.menu__item2 .triangle3 svg{
  width: 14px;
  height: 14px;
}
.menu__item2 .triangle3{
display: inline-block;
position: absolute;
right: 6px;
-webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
transform-origin: 7px 8px;
}
.menu__item2 .triangle3.active{
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

.body-left .list>ul>li .triangle{
display: inline-block;
position: absolute;
right: 6px;
-webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
transform-origin: 7px 8px;
}
.body-left .list>ul>li .triangle.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.body-left .nav_phone{
  padding: 10px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.body-left .nav_phone .call{
  display: flex;
  margin-bottom: 20px;
}
.body-left .nav_phone .call img{
  margin-right: 10px;
}
.body-left .nav_phone .samples{
width: 180px;
height: 40px;
background-color: #01070d;
border-radius: 20px;
}
.body-left .nav_phone .samples a{
width: 100%;
height: 100%;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 1.4rem;
text-decoration: none;
font-family: 'IBMPlexSans-Bold';
box-shadow: 0 4px 12px rgb(47 149 217 / 30%);
}
/* 手机导航结束 */

footer{
  background: #01070d;
  color: #fff;
}
footer .bottom_top{
  padding: 70px 0;
}
footer .bottom_top .content{
  display: flex;
  justify-content: space-between;
}
footer .bottom_top .content .box h3{
  font-size: 20px;
  font-family: 'IBMPlexSans-Bold';
  font-weight: normal;
  line-height: 1.6;
}
footer .bottom_top .content .box span.line{
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255,0.3);
  display: inline-block;
  margin: 40px 0;
}
footer .bottom_top .content .box ul li{
  margin: 10px 0;
}
footer .bottom_top .content .box ul li a{
  line-height: 1.6;
  font-size: 16px;
  color: rgba(255, 255, 255,0.5);
}
footer .bottom_top .content .box ul li:hover a{
  color: #fff;
}
footer .bottom_top .content .box ul.share{
  display: flex;
  margin: 10px 0;
}
footer .bottom_top .content .box ul.share li{
  margin-left: 30px;
}
footer .bottom_top .content .box ul.share li{
  opacity: 0.5;
}
footer .bottom_top .content .box ul.share li:hover{
  opacity: 1;
}
footer .bottom_top .content .box.share h3{
  text-align: right;
}
footer .bottom_top .content .box.share h4{
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
}
footer .bottom_top .content .box.share form{
  width: 280px;
}
footer .bottom_top .content .box.share form input{
  width: 100%;
  height: 48px;
  background: #34363b;
  border-radius: 2px;
  color: #fff;
}
footer .bottom_top .content .box.share form .input {
  position: relative;
  margin-bottom: 10px;
}
footer .bottom_top .content .box.share form .input input{
  padding-left: 50px;
  color: rgba(255, 255, 255,0.5);
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255,0.5);
  background: none;
}
footer .bottom_top .content .box.share form .input svg{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
footer .bottom_top .content .box.share form .input[type=submit]{
  color: #fff;
}
footer .bottom_top .content .box.share form .input[type=submit]:hover{
  color: #fff;
}

footer .bottom_top .content .box.contact ul li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
footer .bottom_top .content .box.contact ul li a{
  max-width: 250px;
  width: 100%;
  margin-left: 10px;
}
footer .sub .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255,0.2);
}
footer .sub .content>div{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
footer .sub .content h3{
  font-size: 20px;
  font-family: 'TitilliumWeb-SemiBold';
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  max-width: 500px;
  width: 100%;
}
footer .sub .content .input{
  position: relative;
  width: 460px;
  height: 55px;
}
footer .sub .content .input input[type=email]{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  padding-left: 30px;
  font-size: 16px;
  color: #999;
  border: none;
}
footer .sub .content .input input[type=submit]{
  position: absolute;
  width: 140px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: #DC3736;
  border-radius: 2px;
  border: none;
  color: #fff;
}



.bottom_btm .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255,0.2);
  height: 78px;
  padding: 0;
}
.bottom_btm .content .left{
  display: flex;
}
.bottom_btm .content .left p {
  color: rgba(255, 255, 255,0.5);
  margin: 0 10px;
}
.bottom_btm .content .left p a{
  color: #fff;
  opacity: 0.5;
}
.bottom_btm .content .left p:hover a{
  opacity: 1;
}
.bottom_btm .content .right ul{
  display: flex;
}
.bottom_btm .content .right ul li{
  margin: 0 10px;
}
.bottom_btm .content .right ul li{
  opacity: 0.5;
}
.bottom_btm .content .right ul li:hover{
  opacity: 1;
}
.bottom_btm .content .right ul li a{
  color: #fff;
}
.bottom_btm .content .right ul li.language{
  display: flex;
}
.bottom_btm .content .right ul li.language svg{
  margin-left: 5px;
  transform: rotate(90deg);
}
.bottom_phone .content{
  flex-direction: column;
}
.bottom_phone .content .box h3{
  position: relative;
}
.bottom_phone .content .box h3 svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 10px;
    transition: all 0.5s;
}
.bottom_phone .content .box h3 svg.active{
  transform: translateY(-50%);
}
.hustle-ui a.hustle-button-submit .hustle-button-text, .hustle-ui button.hustle-button-submit .hustle-button-text{
  font-weight: normal;
}
#reviews .commentlist{
  margin: 30px 0;
}
#reviews .commentlist li .comment_container .comment-text{
  width: 95%;
}
#reviews .commentlist li .comment_container .comment-text .star-rating{
  overflow: inherit;
}
.star-rating span{
  overflow: inherit;
}
.star-rating::before, .star-rating span::before{
  content: '';
}




@media (max-width:1500px) {
  .bottom_btm .content{
    padding: 0 30px;
  }
  footer .bottom_top{
    padding: 5.20835vw 0;
  }
}
@media (max-width:1023px) {
  footer .bottom_top .content .box.share h3{
    text-align: left;
  }
  footer .bottom_top .content .box.share h4{
    text-align: left;
  }
  .bottom_btm .content{
    flex-direction: column;
    justify-content: space-around;
  }
  .bottom_btm .content .left p{
    text-align: center;
    line-height: 1.4;
  }
  footer .sub .content{
    flex-direction: column;
  }
  footer .sub .content>div{
    align-items: flex-start;
  }
  
}









@media (max-width:767px) {
  .content{
    padding: 0 15px;
}
  .body-left{
    width: 60%;
  }
  .c-sidebar{
    right: 20px;
    bottom: 30px;
  }
  .c-sidebar-item--contact{
    width: 56px;
    height: 56px;
  }
  footer .sub .content>div{
    width: 100%;
  }
  footer .sub .content{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 15px;
    padding-bottom: 20px;

  }
  footer .sub .content h3{
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
  }
  footer .sub .content .input{
    width: 100%;
  }
  footer .sub .content .input input[type=submit]{
    width: 30%;
  }
  .hustle-ui[data-id="3"] .hustle-optin .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-button-submit{
    width: 30% !important;
    border-radius: 2px;
  }
  .bottom_btm .content{
    padding: 30px 0;
    height: auto;
  }
  .bottom_btm .content .left{
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom_btm .content .right{
    margin-top: 20px;
  }

}










/*
     FILE ARCHIVED ON 22:29:29 Oct 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:21:13 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.532
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.041
  esindex: 0.008
  cdx.remote: 15.85
  LoadShardBlock: 248.426 (3)
  PetaboxLoader3.datanode: 256.374 (5)
  PetaboxLoader3.resolve: 75.771 (3)
  load_resource: 194.66
  loaddict: 131.934
*/