body {
    margin: 0;
    padding: 0;
    background: #fff;
}
img {
    display: block;
    border: node;  
}

.hide{
    display: none;
}
.show{
    display: block;
}

.mobile {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.mobile-inner {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
}

.mobile-inner img {
    width: 100%;
    margin-bottom: 30px;
}

.mobile-inner p {
    color: #676767;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    background-color: #fff;
    width: 100%;
    max-width: 760px;
    height: 50px;
    position: relative;
    border-bottom: solid 1px #efefef;
    text-align: center;
    margin: 0 auto;
}
.logo {
    margin-top: 0px;
}
.logo .img{
    width: 120px;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}

.icon {
    color: #ffffff;
    height: 18px;
    text-align: center;
    width: 21px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('./images/1.png') no-repeat;
}

.icon1 {
    color: #ffffff;
    height: 17px;
    text-align: center;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('./images/2.png') no-repeat;
}



.mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 95%;
    margin-left: 0;
    color: #ddd;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    font-weight: 300;
}
.active{
    color: #fff !important;
}
.img{
    width: 100%;
}
.main{
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    max-width: 760px;
}
.about{
    padding: 20px;
    line-height: 30px;
}
.rt{
    margin: 20px 0 40px;
}
.r1{
    text-align: center;
}
.r1 p{
    text-align: left;
}
.r1 img{
     margin: 0 auto;
    
}
.priceBut{
    width: 100%;
    height: 44px;
    line-height: 44px;
    /* border: 1px solid #fff; */
    text-align: center;
    /* margin: 0 auto; */
    /* border-radius: 30px; */
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: #e72225;
    bottom: 0;
    position: fixed;
    left:0;
}

  
.freeTrial{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 700px; */
    z-index: 999;
    /* margin-left: -270px; */
  }
  .freeTrialbgs{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0.7;
  }
  .freeTrial .mibox{
    margin: 10px;
  }
  .freeTrial .mibox .hed{
    position: relative;
    height: 32px;
    background: #e72225;
  }
  .freeTrial .mibox .hed .i{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  .freeTrial .mibox .bos{
    background: #fff;
    padding: 10px 15px;
  }
  .freeTrial .mibox .bos .from{
    margin: 0;
  }
  .freeTrial .mibox .bos .from .from_label{
    font-size: 12px;
    /* font-weight: bold; */
    color: #505050;
    margin: 10px 0;
  }
  .freeTrial .mibox .bos .from .from_list{
    margin: 5px 0;
    display: flex;
  }
  .freeTrial .mibox .bos .from .from_list input{
    flex: 1;
    height: 30px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    padding: 0 10px;
  }
  .freeTrial .mibox .bos .from .from_list select{
    flex: 1;
    height: 30px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    padding: 0 10px;
  }
  .freeTrial .mibox .bos .from .from_list select option{
    height: 30px;
    line-height: 30px;
  }
  .freeTrial .mibox .bos .from .from_list .send{
    height: 30px;
    line-height: 30px;
    width: 100px;
    /* padding: 0 20px; */
    border: 1px solid #D2D2D2;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #E72025;
    border-radius: 4px;
    cursor: pointer;
  
  }
  .freeTrial .mibox .bos .terms{
    font-size: 12px;
    color: #8C8C8C;
    text-align: center;
    margin: 20px 0 10px;
  }
  .freeTrial .mibox .bos .terms a{
    color: #E72025;
    text-decoration: none;
  }
  .freeTrial .mibox .bos .submit{
    width: 100%;
    height: 36px;
    background: #e72225;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
  }