a{
    text-decoration:none;
}
p,a,input， button{
    padding: 0;
    margin: 0;
}
html{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background: #0050a1;
    padding: 0;
    margin: 0;
    font-size: 0.24rem;
    font-family: 'Microsoft YaHei';
    /*背景图片设置以下两个属性*/
    background: url("../images/bj_all.jpg") no-repeat ;
    background-size: cover;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header{
    padding-top: 0.36rem;
    padding-right: 0.30rem;
    text-align: right;
    line-height: 150%;
    font-size: 0.24rem;
    color: #fff;
    flex-shrink: 0;
}

.content{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
   
}



.dialog{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* 透明度设置位置 */
    background-color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog .box{
    width: 100%;
}
.dialog .li{
    width: 100%;
    height: 1.28rem;
    background: url(../images/bj_insert.png) no-repeat center;
    background-size:8rem auto ;
    margin-bottom: 0.42rem;
}
.dialog .li .button{
    width: 100%;
    height: 100%;
    font-size: 0.48rem;
    color: #cae419;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog .li .form-controll{
    width: 100%;
    padding: 0 0.8rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    color: #fff;
}
.dialog .li .form-controll .tds{
    flex: 1;

}
.dialog .li .form-controll .tds .input{
    outline: none;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 0.28rem;
}
.dialog .li .form-controll .tds .input::placeholder{
    color: #fff;
}
.dialog .li .form-controll .tds .input:focus{
    /* color: red; */
}

