*{
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.mask{
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.agree_agreement p {
    color: #b2afb3;
}

.agree_agreement>input {
    margin: 0;
    vertical-align: middle;
}

.agree_agreement p span {
    color: #1971b5;
    cursor: pointer;
}

.center_model {
    /* display: none; */
    width: 35.3%;
    height: 76.6%;
    /* height: 737px; */
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.center_model1{
    box-shadow:none;
    width: 100%;
    height: 100%;
    padding-top: 0;
    top: 0;
    transform: translateX(-50%);
}

.center_model h5 {
    height: 30px;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #d9d8da;
    font-weight: 600;
    margin: 10px 0;
}

.center_model .outer_container {
    height: 100%;
    position: relative;
    overflow: hidden;
    font-family: initial;
    /* max-height: calc(100% - 110px); */
}
.center_model1 .outer_container {
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: none;
}

.center_model .inner_container {
    height: 100%;
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.center_model .inner_container::-webkit-scrollbar {
    display: none;
}

.center_model .inner_container::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    background-color: #d9d8da;
}

.center_model .inner_container::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #F5F5F5;
}

.model_footer {
    height: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 2px solid #d9d8da;
    min-height: 60px;
}

.model_footer button {
    height: 62.5%;
    width: 28%;
    text-align: center;
    border-radius: 23px;
    font-size: 20px;
}

.model_footer button:nth-child(1) {
    color: #158cea;
    background-color: #fff;
    border: 2px solid #158cea;
}

.model_footer button:nth-child(2) {
    color: #fff;
    border: none;
    background-color: #158cea;
}

@font-face {
    font-family: "iconfont";
    /* Project id 2365125 */
    src: url('../font/font_2365125_yakoh12djan.woff2') format('woff2'),
        url('../font/font_2365125_yakoh12djan.woff') format('woff'),
        url('../font/font_2365125_yakoh12djan.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi1:before {
    content: "\e612";
}

.icon-guanbi1 {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}