* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    background: url("../images/background-image.jpg")no-repeat 100% 100%;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
}

.center {
    width: 540px;
    height: 600px;
    position: absolute;
    background: #fff;
    top: 106px;
    right: 52px;
    padding: 30px 52px;
    box-sizing: border-box;
}

h2 {
    width: 144px;
    height: 50px;
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
}

.import {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}

.import input {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    width: 300px;
    height: 36px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: undefined, inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(151, 151, 151, 1);
    padding-left: 10px;
    box-sizing: border-box;
}

.import b {
    color: red;
    position: relative;
    top: 6px;
    margin-right: 5px;
}



.import span {
    display: inline-block;
    width: 115px;
    height: 33px;
    font-size: 24px;

}

.button {
    width: 420px;
    height: 52px;
    line-height: 52px;
    color: white;
    background: #BD1A2B;
    border-radius: 37px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
    cursor: pointer;
}

.qt {
    text-align: center;
    font-size: 14px;
    margin-top: 32px;
    color: #4A4A4A;
}

.qt a {
    color: #4285F4;
    text-decoration: none;
}

.import div #btnyzm {
    display: inline-block;
    width: 102px;
    height: 36px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background: #BD1A2B;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    padding: 0;
    border: 0;
}