
.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.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%;
}
.text-center {
    text-align: center;
}
.new-text {
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding:20px 0 10px;
}
.hidden-xs {
    display: block;
}

.hidden-lg {
    display: none;
}

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

.container {
    width: 90%;
    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 {
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 10px;
    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 {
    background: unset;
    color: #fff;
    font-size: 16px;
    background: -webkit-linear-gradient(#773ce2, #3d47db);
    background: -o-linear-gradient(#773ce2, #3d47db);
    background: -moz-linear-gradient(#773ce2, #3d47db);
    background: linear-gradient(#773ce2, #3d47db);
    border-radius: 15px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
}

.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;
}