html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

body div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    padding-top: 115px;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

.left-bottom-sign {
    position: absolute;
    left: -149px;
    bottom: -176px;
    border: 55px solid #d0d1fd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 99px;
}


.back-btn {
    position: absolute;
    left: 22px;
    z-index: 9999;
    padding-top: 0;
    top: 22px;
    font-size: 22px;
    color: #303133;
}

@font-face {
    font-family: 'yticon';  /*重命名字体名 */
    src: url('../font/font_1078604.ttf'); /*引入字体*/
    font-weight: normal;
    font-style: normal;
}

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

.icon-zuojiantou-up:before {
    content: "\e605";
}


.right-top-sign {
    position: absolute;
    top: 44px;
    right: -16px;
    z-index: 95;
}

.right-top-sign:before, .right-top-sign:after {
    display: block;
    content: "";
    width: 220px;
    height: 44px;
    background: #b4f3e2;
}

.right-top-sign:before {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0;
}

.right-top-sign:after {
    position: absolute;
    right: -109px;
    top: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0 /* background: pink; */;
}

.wrapper {
    position: relative;
    z-index: 90;
    background: #fff;
    padding-bottom: 22px;
}

.left-top-sign {
    font-size: 66px;
    color: #f8f8f8;
    position: relative;
    left: -3px;
}

.welcome {
    position: relative;
    left: 27px;
    top: -49px;
    font-size: 25px;
    color: #555;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .3);
}

.input-content {
    padding: 0 33px;
}

.input-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 16px;
    background: #eeeaf7;
    height: 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.input-item .tit {
    height: 27px;
    line-height: 30px;
    font-size: 14px;
    color: #606266;
}

.uni-input-input {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: inherit;
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
}

.confirm-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    color: #000;
    background-color: #f8f8f8;
    cursor: pointer;
    width: 347px;
    height: 41px;
    line-height: 41px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: 38px;
    background: #fa436a;
    color: #fff;
    font-size: 17px;
}

.confirm-btn:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    /*border-radius: 10px;*/
    border-radius: 100px;
}

.btn-normal {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    cursor: pointer;
    width: 347px;
    height: 41px;
    line-height: 41px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: 38px;
    background: #fa436a;
    color: #fff;
    font-size: 17px;
    border: 0;
}


.btn-normal:focus {
    outline: none;
}

.btn-normal:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    /*border-radius: 10px;*/
    border-radius: 100px;
}

.btn-normal.btn-plain {
    background: #ffffff;
    color: #fa436a;
    border: 1px solid #fa436a;
    margin-top: 10px;
}

.register {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 11px;
    font-size: 15px;
    align-items: baseline;
}

.register span {
    display: inline-block;
    color: #696969;
    line-height: 2;
}

.register .border_b {
    display: inline-block;
    color: #696969;
    border-bottom: 1px solid;
}

.register-container {
    overflow-x: hidden;
    overflow-y: auto;
}

.register-container .input-item {
    margin-bottom: 15px;
    height: 52px;
}
