@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?kikvbn');
    src: url('../fonts/icomoon.eot?kikvbn#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?kikvbn') format('truetype'), url('../fonts/icomoon.woff?kikvbn') format('woff'), url('../fonts/icomoon.svg?kikvbn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'comforta';
    src: url('../fonts/Comfortaa-Bold-2.ttf'), url('../fonts/Comfortaa-Light-3.ttf'), url('../fonts/Comfortaa-Regular-1.ttf');
}

.change-info-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    font-family: 'comforta';
}

.change-info {
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 7rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.change-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #444;
}

.change-top h2 {
    font-size: .3rem;
    font-weight: 400;
    text-align: center;
}

.change-top i {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    font-family: 'icomoon';
    margin-right: 3vw;
    cursor: pointer;
}

.change-top i::before {
    content: "\e9be";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 0.45rem;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


/* input 表单 */

.change-body {
    display: flex;
    font-size: .28rem;
    padding: 1em;
    line-height: .4rem;
    flex-direction: column;
}

.change-body label {
    width: 1.2rem;
    padding: .1rem;
}

.change-body input {
    height: 0.6rem;
    padding: 0.1rem;
    width: 4rem;
    border-radius: 100px;
    padding-left: 1em;
    border: 1px solid #ccc;
}

.change-body button {
    width: 1.5rem;
    height: 0.6rem;
    margin: .2rem auto 0;
    border-radius: 10px;
    color: #fff;
    background-color: #fa8072;
}