html,body {margin:0px;padding:0px;line-height:1.3;}

input[type='text'], input[type='password'], select, input[type='date'], input[type='time'], textarea {
    border-radius: 8px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 33px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.flex {
    display: flex;
    flex-direction: row;
    width: 92%;
    padding-bottom: 5px;
    justify-content: space-between;
}
.flex2 {
    display: flex;
    flex-direction: row;
    width: 110%;
    padding-bottom: 5px;
    justify-content: space-between;
}
.tips {max-width:800px;padding:35px;}
.tips span{max-width:800px;}
.rightimages{padding-left:35px;vertical-align:top;}
.rightimages img {margin-bottom:70px; float:right; margin-right:50px;}
.butt{border-radius:3px;position:relative;top:0px;left:0px;width:100%; min-width:100%;max-width:100%;height:31px;
margin-bottom:40px;padding:10px;padding-left:auto; padding-right:auto;}