.beijing{
    background-repeat: no-repeat;
    background-size:auto;
    background-image: url('/images/background.jpg'); 
}
.smart-body {
    background: url(../images/mobileBcakground.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.div{ 
    background-color:#535353;
    border-radius:5px 5px;
    text-align: center;
    margin:auto ; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:449px; 
    height:596px;
     border:0px solid #F00
    } 

#fontBackground{
    border: 1px solid #000;
    width: 383px;
    background-color: #00000054;
    margin-left: 28px;
    margin-top: 26px;
    border-radius: 40px;
}

.smalldiv{
    background-color:aliceblue;
    margin:auto ; 
    padding: 15px 15px 15px 15px;
    width:354px; 
    height:355px;
    border:0px solid #F00
}
h2{
    color: aliceblue;
    letter-spacing: 8px;
}
.mobile{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 250px; */
    height: 350px; 
    margin: 0 auto;
    margin-top: 100px;
    border: 0px solid #F00;
}
.mobile .btn-myinfo{
    color: #fff;
    width: 70%;
    height: 40px;
    border-radius: 40px;
    margin: 10px 0;
    font-size: 15px;
}
.mobile .btn-red{
    background: #c63520;
}
.mobile .btn-green{
    background: #53a865;
}
.mobileLogo{
    margin: auto;
    border:0px solid black;
}
.mobile .ioc{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.mobile .iosioc{
    background: url("../images/ios.png") no-repeat;
    background-size: 100% 100%;
}
.mobile .androidioc{
    background: url("../images/android.png") no-repeat;
    background-size: 100% 100%;
}
.mobile .stable .title{
    font-size: 15px;
    color: #53a865;
}
.mobile .stable p{
    font-size: 14px;
    color: #000;
}
.button2 {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    background-color: #008CBA;
}
.jiange{
    margin-right: 20px;
}
.backgroundImg{
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.6;
}
.backgroundImg img{
    width: 208px;
    height: 206px;
    position: absolute;
    right: 20px;
}
.backgroundImg div{
    position: relative;
    top:210px;
    text-align: center;

}
p{
    text-align: center;
    font-size: 27px;
    color: white;
}
#ptwo{
    margin-top: 40px;
}

.popup-dialog {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 90%;
    height: 510px;
    padding: 0 10px;
    border: 2px solid #5e6fb4;
    display: none;
}
.text-center {
    text-align: center;
}
.btnTip {
    color: #fff;
    background-color: #2bad95 !important;
    outline: none
}
.btn {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}