.contion {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.in_img {
    height: 100%;
    min-height: 33vw;

    background-position: 50%;
}

.outer_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 612px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/Content/images/img_bg_zc2.jpg);
    /*background-size: 100% 100%;*/
    background-position: 50% 50%;
    background-size: cover;
}

.mask {
    
    border-radius: 5px;
    /*margin: -0 0 0 -50%;*/
    display: flex;
    background-color: #fff;
    position: absolute;
    right: 500px;
    top: 200px;
}

.mask_l {
    width: 420px;
    padding: 20px 40px 50px 40px;
}

.topline {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 41px 0 0 0;
}

.toptitle {
    width: 100%;
    display: flex;
    justify-content: center;
}

.toptitle span {
    display: inline-block;
    text-align: center;
    width: 240px;
    font-size: 26px;
    font-family: "微软雅黑";
    line-height: 36px;
    color: #3787fd;
    margin-top: -18px;
    background-color: #fff;
}

.mask_form {
    margin: 38px 0 0 0;
    width: 100%;
}

.mask_box {
    width: 100%;
    margin: 0 0 30px 0;
    display: flex;
    position: relative;
}

.mask_box>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 13px;
    font-size: 18px;
    width: 76px;
    font-family: "微软雅黑";
    line-height: 20px;
    color: #333;
}

.mask_box>input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 38px;
    color: #333;
    padding-left: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 100px;
}

.mask_but {
    margin: 0;
    width: 100%;
    display: inline-block;
}

.mask_but input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #3787fd;
    border-radius: 25px;
    cursor: pointer;
}

.buttitle {
    width: 100%;
    display: flex;
    justify-content: center;
}

.buttitle span {
    display: inline-block;
    text-align: center;
    width: 156px;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 20px;
    color: #666;
    margin-top: -10px;
    background-color: #fff;
}

.third_party {
    width: 270px;
    margin: 42px auto 30px;
    display: flex;
    justify-content: space-between;
}

.third_party>span>a>i {
    display: block;
}

.third_party>span>a>i:last-child {
    margin-top: 10px;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 18px;
    color: #666;
    text-align: center;
}

.mask_c {
    margin: 82px 0 0 0;
    width: 1px;
    height: 415px;
    background: rgb(0, 0, 0, 0.2);
}

.mask_r {
    width: 285px;
    padding-left: 94px;
    padding-top: 23px;
}

.mask_code {
    margin: 27px 0 0 0;
}

.mask_code span {
    display: block;
    width: 184px;
}

.mask_code span img {
    width: 184px;
    height: 184px;
}

.mask_code span:last-child {
    margin-top: 13px;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 20px;
    color: #666;
}


.tipe {
    position: absolute;
    left: 22px;
    bottom: -20px;
    color: red;
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 18px;
}

.log_img {
    position: absolute;
    left: 51px;
    top: 34px;
}

.log_img img {
    width: 138px;
    height: 47px;
}

.jump {
    position: absolute;
    left: 100px;
    bottom: -60px;
}

.jump span {
    display: inline-block;
    width: 310px;
    height: 45px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 45px;
}

.jump span a {
    color: #3787fd;
}