html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

input {
    height: 40px;
    font-size: 14px;
}

button {
    height: 40px;
}

a:hover {
    text-decoration: none;
}


/* 使用伪元素清除浮动 */
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.input-group {
    height: 40px;
}

/* 去除默认number上下按钮 */
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 顶部header */
.rm-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    padding: 0 5%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1000;
    background-color: #fff;
    position: fixed;
}

.rm-header-logo {
    height: 70%;
}

.rm-header-logo img {
    height: 100%;
}

.rm-header-nav {
    padding-top: 10px;
}

.rm-header-nav-li a {
    color: #333;

}

.rm-header-nav-li:hover a {
    text-decoration: none;
}

.rm-header-nav-li:first-child {
    margin-left: 0;
}

/* 内容 */

.container {
    margin-bottom: 84px;
    min-height: 80%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding-top: 7rem;
}

.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
    background: transparent;
    height: 100%;
}

.input-group-append {
    cursor: pointer;
    height: 100%;
}

.input-group-append img {
    height: 100%;
}



/* 底部版权 */
.rm-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

.rm-footer-copyright {
    margin-left: 5px;
}

.rm-other-line {
    width: 600px;
    position: relative;
    text-align: center;
    zoom: 1;
}

.rm-other-line span:before {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    border-top: solid 1px #959595;
    right: 0;
    top: .8rem;
}

.rm-other-line span:after {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    border-top: solid 1px #959595;
    left: 0;
    top: .8rem;
}

.rm-line {
    content: "";
    height: 1px;
    border-top: solid 1px #959595;
}

/* 裁切图片 */

.cropper-body {
    position: fixed;
    background: #fff;
    z-index: 1002;

    /* 水平垂直居中 浏览器版本号低的不支持transform */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -weblit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    padding: 10px;
}

.cropper-header {
    padding-bottom: 1rem;
}

.cropper-header>span {
    font-size: 1.2rem;
    line-height: 1.5;
}

.cropper-header>button {
    height: auto;
}

.cropper-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1001;
}

.cropper-content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    background: #eee;
    border-radius: .5rem;
}

.cropper-content-img {
    flex: 3;
}

.cropper-content-prev {
    display: flex;
    flex: 1;
    justify-content: center;
}

.img-preview {
    height: 9rem;
    width: 80%;
    overflow: hidden;
}

.cropper-footer {
    display: flex;
    justify-content: center;
}

.cropper-footer>button {
    width: 7rem;
}


.help-block{
    display: block;
    color: #dc3545!important;
    float: left;
    text-align: left;
}

.help-visibility{
    visibility:hidden;
}

.help-returnmsg{
    color: #dc3545!important;
    float: left;
    text-align: left;
    margin-bottom: 0.5rem;
}

.send-check-code{
    width:100px;
    display: inline-grid;
}

.send-img-code{
    width:100px;
    display: inline-grid;
}

.img-code-class{
    padding:0;
}

.lable-percent{
    width:100%;
}

.rm-btn-store2{
    cursor: pointer;
}

.rm-btn-store{
    cursor: pointer;
}
