.redac {
    color: red;
    font-weight: bold;
    font-size: 0.5rem;
}

.adisnone {
    display: none;
}

.ablaok {
    display: block;
}

.ajk {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.bdisnone {
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
}

.shua {
    justify-content: center;
    color: royalblue;
    font-size: 0.4rem;
}

.ajian {
    width: 25%;
}

.shen {
    font-size: 0.6rem;
    color: #666;
    padding: 0.2rem;
}

.miao {
    font-size: 0.3rem;
    padding: 0.2rem;
    color: #666;
}


/* 登录页 */

.g-flexview {
    background-color: #fff;
}

.g-count {
    padding: 30% 10%;
    text-align: center;
    line-height: 1rem;
}

.g-count .atitle {
    font-size: 0.6rem;
    color: #666;
    margin-bottom: 0.4rem;
}

.inptext {
    width: 100%;
    min-height: 1rem;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    text-indent: 0.6rem;
    font-size: 0.4rem;
}

.a-coun img {
    height: 0.5rem;
    position: absolute;
    margin-top: 0.25rem;
}

.laradio {
    text-align: center;
    line-height: 1rem;
}

.amargin {
    margin: 0 22%;
}

.amargin2 {
    margin: 0 15%;
}

.sizetitle {
    line-height: 0.5rem;
    padding: 0.2rem;
}

.zhux {
    color: red;
    font-size: 0.4rem;
    font-weight: 600;
}

.cell-select {
    -webkit-appearance: none;
}

/*.imageFileInput {
    width: 150px;
    height: 150px;
    background: url(../img/uplod.png) no-repeat;
    background-size: 100% 100%;
    margin-left: calc(50% - 75px);
    position: absolute;
}*/


/*定义上传*/

.fileInput {
    height: 100%;
    /*position: absolute;*/
    right: 0;
    top: 0;
    opacity: 0;
}

.fileInput2 {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.minheight {
    min-height: 200px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.zheng {
    font-size: 0.3rem;
    border-bottom: 1px solid #ccc;
}

.bank {
    padding: 0.2rem;
    color: #333;
    font-size: 15px;
}

.word {
    padding: 0.2rem 0;
    color: #999;
    font-size: 12px;
}

.cel-rig {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-height: 1rem;
    color: #525252;
    text-align: right;
    font-size: 0.26rem;
    padding-right: 0.24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.demo {
    width: 45%;
    float: left;
}

.demospan {
    float: left;
    width: 10%;
    line-height: 65px;
    text-align: center;
}