﻿body {
    display: block;
    margin: 0px;
    background: #FFDE13;
}

#app {
    width: 100%;
    height: 100%;
}

.html_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.title1 {
    width: 60%;
    margin-top: 30px;
}

.title2 {
    width: 90%;
    margin-top: -20px;
}

.mycard {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-top:10px;
    width: 80%;
    display: flex;
    flex-direction: column;
}

.cardParent {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.gold {
    position: absolute;
    right: 10px;
    top: -14px;
    width: 70px;
    height: 79px;
}

.baseInfo {
    display: flex;
    flex-direction: row;
}

.headImage {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.otherInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 13px;
}

.nickName {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
}

.remark {
    font-size: 12px;
    margin-top: 7px;
    color: #EB284A;
}

.input {
    border: 1px solid #F9DF4E;
    border-radius:32px;
    padding:13px;
    flex:1;
    width:0;
    margin-top:20px;
}

.inputSigle {
    border: 1px solid #F9DF4E;
    border-radius: 32px;
    padding: 13px;
    flex: 1;
    margin-top: 20px;
}


.inputParent {
    display:flex;
    flex-direction:row;
}

.code {
    display: flex;
    align-items: center;
    justify-items: center;
    background: #D4D5CD;
    border-radius:40px;
    padding-left:20px;
    padding-right:20px;
    margin-left:10px;
    color: #212121;
    font-weight:bold;
    margin-top: 20px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content:center;
    background: linear-gradient(to right,#F76285,#EE3A57);
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    font-size:12px;
    color: #ffffff;
    margin-top: 20px;
}

.imageBottom {
 margin-top:30px;
  width:80%;
}



.wxtip {
    background: rgba(0,0,0,0.8);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: larger;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.wxtip-icon {
    width: 63pt;
    height: 75pt;
    display: block;
    background: url('../../img/weixin-tip.png');
    background-size: cover;
    position: absolute;
    right: 27pt;
    top: 20pt;
}

.wxtip-txt {
    margin-top: 103pt;
    color: #fff;
    font-size: 15pt;
    line-height: 1.5;
}



