
.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}
html, body {
    height: 100%;
    margin: 0 auto;
}
.container {
    position: relative;
    height: 100%;
    min-height: 1080px;
    background: url(../images/pc-bg.png) no-repeat center top;
    overflow: hidden;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

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-wrapper {
    padding: 10px;
}

footer {
    
    width: 100%;
    height: 70px;
    background: url(../images/bottom.png) no-repeat center;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: 0px;
}
.j-copytips {
    position: fixed;
    width:150px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    border-radius: 5px;
    background-color: #fff;
    top:20%;
    left:50%;
    margin-left: -50px;
    display: none;
    text-align: center;
}

.level-1{
    margin-top: 60px;
}

.level-1>p{
    margin-top:12px;
    font-size: 20px;
    color: #fff;
}
.level-2{
    margin-top:12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.level-2>div{
    width: 410px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 55px;
    background: url(../images/btn.png) no-repeat center center / 100% 100%;
    color: #fff!important;
    padding:0 10px 0 30px;
}
.level-2>div>div{
    width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    
    gap: 5px;
}
.level-2>div img{
    margin-top: 5px
}
.level-2>div a{
    color: #fff!important;
}
.level-2>div>a{
    width: 100px;
}
  
.level-3{
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px
}
.level-3>div{
    width: 400px;
    height: 600px;
    padding: 20px 30px 20px 30px;
    border-radius: 50px;
    background-color: #000000CC;
    color: #fff;
}
.level-3>div>div:first-child{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}
.level-3>div>div:first-child h3 {
    font-size: 26px;
}
.level-3>div>div:first-child p{
    font-size: 14px;
}
.level-3 .ui-wrapper ul{
    margin-top: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}
.level-3 .ui-wrapper ul li{
    width: 300px;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.level-3 .ui-wrapper ul li .box1{
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #333;
}
.level-3 .ui-wrapper ul li .box2{
    width: 100px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-left: 15px 
}

.level-3 .ui-wrapper ul li .box3{
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(180deg, #205EC5 0%, #307BD5 100%);
    
}
.level-3 .ui-wrapper ul li .box3 a{
    color: #fff;
}


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

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

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

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