* {
    padding: 0;
    margin: 0;
}

#app {
    width: 100%;
    height: 100%;
}

.left-flex,
.right-flex,
.center-flex {
    display: flex;
    align-items: center;
    text-align: center;
}

.left-flex {
    justify-content: left;
}

.right-flex {
    justify-content: right;
}

.center-flex {
    justify-content: center;
}

.btn {
    color: #fff;
    margin: 1em;
    padding: 0.7em 1.4em;
    border-radius: 0.4em;
    background: linear-gradient(to bottom, #B3D5F3, #0059AA);
}

.btn_icon {
    width: 2em;
}

.btn span {
    margin-left: 1em;
}

.btn_name {
    font-size: 1.1em;
}

.btn_eng {
    font-size: 0.1em;
}

.size-30 {
    font-size: 1.9em;
}

.size-13 {
    font-size: 0.8em;
}

.content-bg {
    background: url("../imgNew/382KB.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 60em;
}

.content {
    width: 55em;
    border-radius: 15px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 12em;
}

.content-top {
    letter-spacing: 0.2em;
    color: #054179;
    margin-left: 30px;
    font-weight: bold;
}

.check {
    padding: 4em 8em;
    background: #8DCFF3;
    border-radius: 0px 0px 15px 15px;

}

.check p {
    color: #fff;
}

.check_result {
    margin-top: 1em;
    color: #005BAC !important;
}

.voiceTel {
    margin-top: 4em;
    font-size: 1.25em;
}

.controls {
    position: relative;
    top: 15em;
}

.box {
    background: linear-gradient(to bottom, #BBD3E9, #4B8CC5);
    text-align: center;
    padding: 1em;
    border-radius: 15px;
    width: 10em;
    height: 8em;
}

.box_div {
    background: #fff;
}

.box div {
    background: #fff;
}

.box_p {
    padding-bottom: 8px;
    color: #0059AA;
    font-weight: bold;
}

.box_tips {
    color: #fff;
    margin-top: 0.2em;
}

.bottom_logo {
    width: 98%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: 16em;
}

.beian {
    width: 100%;
    color: #9b9b9b;
    text-align: center;
    margin-top: 2em;
}

.arrow {
    width: 5em;
    padding: 10px;
}

.gongsi {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.gongsi_title {
    margin-top: 20px;
    line-height: 26px;
}