@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    vertical-align: middle;
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    outline: none
}

input[type="file"] {
    cursor: pointer;
    transition: all 0.3s;
}

body {
    background: #f0f2f5;
    margin: 0px;
}

.banner {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 220px;
}

.banner-btn {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    z-index: 9;
}

.banner-btn img {
    width: 150px;
    height: auto;
}

.sign-title {}

.sign-title h1 {
    font-size: 22px;
    font-weight: 600;
    color: #1d86c7;
    line-height: 40px;
    text-align: center;
    padding: 0px 0;
    background: url(../images/mobile-signup_title.png) no-repeat center center;
}


.main {
    width: 90%;
    margin: 0 5%;
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    position: relative;
}

.login_wrap {
    padding: 20px 10px 60px;
    overflow: hidden;
}

.login_wrap ul li {
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px;
}

.login_wrap ul li i {
    font-style: normal;
    font-size: 16px;
    color: #ff0000;
    display: inline-block;
    float: left;
    width: 8px;
    height: 45px;
}

.login_wrap ul li span {
    font-size: 14px;
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 6px;
    font-weight: 400;
    width: 48px;
    text-align: center;
}

.login_wrap ul li.phone input::-webkit-inner-spin-button,

.login_wrap ul li.phone input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}

.login_wrap ul li.li input {
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 45px;
    line-height: 45px;
    border: none;
    width: 60%;
    font-size: 14px;
    text-overflow: ellipsis;
    font-weight: 400;
}

.login_wrap ul li.yzm input {
    width: 30%;
}

.login_wrap ul li.yzm a.get {
    display: inline-block;
    float: right;
    width: 30%;
    height: 30px;
    line-height: 30px;
    background-color: #1d86c7;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;

    text-align: center;
    margin-top: 10px;
}

.login_wrap ul li.sf {
    border-bottom: none;
    padding: 0 0 0 10px;
}

.login_wrap ul li.sf .sfList {
    float: left;
    width: 79%;
    margin-left: 2%;
    line-height: 35px;
    margin-top: 5px;
}

.login_wrap ul li.sf .sfList label {
    font-size: 14px;
    color: #646464;
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
}

.login_wrap ul li.sf .sfList label input[type=radio] {
    appearance: none;
    margin-right: 3px;
    border: 1px solid #1d86c7;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;

    box-shadow: 0 0 0 1px #696969 inset;
    vertical-align: middle;
}

.login_wrap ul li.sf .sfList label input[type=radio]:checked {
    background-color: #1d86c7;
    box-shadow: 0 0 0 0 white inset;
}

.login_wrap ul li.btn {
    text-align: center;
    border-bottom: none;
    padding-top: 10px;
    line-height: 40px;
}

.login_wrap ul li.btn a {
    display: inline-block;
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #1d86c7;
    box-shadow: 2px 3px 8px 2px #e3e3e3;

    color: #fff;
    font-weight: bold;
}

.main .ts {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    line-height: 20px;
    padding: 0 0 10px 0;
    width: 80%;
    position: absolute;
    bottom: 10px;
    left: 10%;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.copyright {
    background-color: #1d86c7;
    padding: 10px;
}

.copyright div {
    text-align: center;
    color: #e7c59a;
    font-size: 12px;
    line-height: 18px;
}

.success-box {
    width: 90%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.success-box img {
    width: 100px;
    margin-top: 50px;
}

.success-tip {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.success-box h1 {
    font-size: 32px;
    font-weight: 600;
    color: #1d86c7;
    margin: 20px auto;
}

.back-btn {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background-color: #1d86c7;
    border-radius: 30px;
}

@media screen and (min-width:768px) and (max-width:3440px) {
    .banner {
        width: 750px;
        margin: 0 auto;
    }

    .banner img {
        height: 400px;
    }

    .banner-btn img {
        width: 150px;
        height: auto;
    }


    .main {
        width: 750px;
        margin: 0 auto;
    }

    .success-box {
        width: 750px;
    }

}