
.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.space-1 {
    height: 10px;
}

.space-2 {
    height: 15px;
}

.space-5 {
    height: 50px;
}

html, body {
    height: 100%;
    margin: 0 auto;
}

p {
    line-height: 1.6;
}
.btn-box {
  text-align: center;
  padding-top: 20px;
}
.btn-wp {
  width:40%;
  margin:0 10px;
}
.btn-wp img {
  width:40%;
}
.btns-wp {
  text-align: center;
  padding-top: 10px;
}
.down-text a {
display: inline-block;
  width: 80px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 30px;
  background: rgb(156, 89, 241);
  color: #fff;
  font-size: 12px;
}
.down-text {
  padding-left: 25px;
  padding-bottom: 25px;
}

.paopaotext {
  margin-left: 45px;
  background: rgb(255, 115, 91) !important;
}

.btns-wp a img {
  width:32%;
  margin-bottom: 10px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
}
.contact-list{
    padding:20px 0 21px;
    position: relative;
}

.contact-list .item1{
    margin-right: 2px;
}
.contact-list .item1 img{
    width: 30px;
}
.item2{
    text-align: center;
}
.contact-list .item2 label{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #FFF 54.69%, #89CFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-list .btns-box{
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    border-radius: 20px;
    background: #EB3217;
    height: 24px;
    line-height: 23px;
    padding: 0 6px;
}
.contact-list .link-btn {
    display: inline-block;
    height: 24px;
    line-height: 23px;
    border-radius: 20px;
    background: #58A7FB;
    color: #fff;
    font-size: 12px;
    padding: 0px 4px;
}
.contact-list .link-btn.pao{
    background: #FD675F;
}

.text-center {
    text-align: center;
}
.new-text {
    text-align: center;
    padding: 10px 15px 10px 10px;
    border-radius: 10px;
    background: #004186;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 0 10px;
}
.new-text span{
    min-width: 100px;
    font-size: 14px;
    color: #fff;
}
.new-text img{
    max-width: 100%;
    display: inline-block;
}
.tips-text{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0 5px;
}
.hidden-xs {
    display: block;
}

.hidden-lg {
    display: none;
}

body {
    background: url(../../images/mobile-bg.jpg) no-repeat center top;
    background-size: cover;
}

.container {
    width: 96%;
    margin: 0 auto;
}

img {
    cursor: pointer;
}

ul li {
    display: inline-block;
}

.circle {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 20px;
}

.c-green {
    color: #4fd819;
}

.c-yellow {
    color: #e2b915;
}

.c-red {
    color: #ff3b3b;
}

.green-bg {
    background: #4fd819;
}

.yellow-bg {
    background: #e2b915;
}

.red-bg {
    background: #ff3b3b;
}

.ui-section {
    text-align: center;
}

.ui-title {
    margin: 30px 0;
}

#j-logo {
    padding: 20px 0;
}

#j-speed-list ul li {
    position: relative;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 20px;
    background: rgba(0, 0, 0, .25);
    margin-bottom: 10px;
}

#j-speed-list ul li * {
    display: inline-block;
}

#j-speed-list .box1,
#j-speed-list .box2,
#j-speed-list .box3 {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 33%;
}

#j-speed-list .box1 {
    font-size: 16px;
}

#j-speed-list .box2 {
    font-size: 16px;

}

#j-speed-list .box2 label {
    position: relative;
    top: -3px;
}

#j-speed-list .box3 a {
    position: absolute;
    right: 0;
    background: unset;
    color: #fff;
    font-size: 16px;
    background: -webkit-linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    background: -o-linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    background: -moz-linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    background: linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    border-radius: 0 20px 20px 0;
    padding: 0 10px;
}

.level-1, .level-2, .level-4 {
    width: 24px;
    height: 22px;
    position: relative;
    top: 2px;
}

.level-1 {
    background: url(../../images/level1.png) no-repeat center;
}

.level-2 {
    background: url(../../images/level2.png) no-repeat center;
}

.level-4 {
    background: url(../../images/level4.png) no-repeat center;
}

#j-cs {
    background: -webkit-linear-gradient(#0057ca, #007cdd);
    background: -o-linear-gradient(#0057ca, #007cdd);
    background: -moz-linear-gradient(#0057ca, #007cdd);
    background: linear-gradient(#0057ca, #007cdd);
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.j-copytips {
  position: fixed;
  width: 80px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #666;
  border-radius: 5px;
  background-color: #fff;
  top: 10%;
  left: 50%;
  margin-left: -50px;
  display: none;
  text-align: center;
}
.cs-btngroup{
    margin-top: 20px;
    text-align: center;
    display: none;
}
.cs-btngroup a{
    display: inline-block;
    transition: all 0.3s;
}
.cs-btngroup a:hover{
    opacity: 0.9;
    transform: scale(1.1);
}
.cs-btngroup img{
    max-width: 100%;
    width: 70%;
}

@media (max-width:390px) {
.down-text {
    padding-left: 22px;
    padding-bottom: 25px;
  }
.paopaotext {
  margin-left: 36px;
  background: rgb(255, 115, 91) !important;
}
}
@media (max-width:375px) {
.down-text {
    padding-left: 22px;
    padding-bottom: 25px;
  }
.paopaotext {
  margin-left: 29px;
  background: rgb(255, 115, 91) !important;
}
}
@media (max-width:320px) {
  .down-text {
    padding-left: 9px;
    padding-bottom: 25px;
  }

  .paopaotext {
    margin-left: 18px;
    background: rgb(255, 115, 91) !important;
  }
}