/* pages/mymy/invi/p2/p2.wxss */
body {
    margin: 0;
    padding: 0;
    /* background: linear-gradient(to right, #edf3f9, #e0eef9,  #c9dff4); */
    background: linear-gradient(to right, #ffffff, #f4fcff,  #e0f0fd);
}
.kele-flex{
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    box-sizing: border-box;
}

.vessel{
    position: relative;
    /* min-height: 100vh; */
    width: 100vw;
    /* background: url(../imgs/main_bg.png) no-repeat #fff; */
    background: url(../imgs/bg.jpg) no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.banner{
    padding-bottom: 30px;
}
.banner img{
    width: 100%;
}
.section1 {
    flex: 1;
    margin-top: 10px;
    padding: 30px 30px 0.80rem;
    line-height: 0;
}

.section {
    padding: 3.80rem 30px 0.80rem;
    line-height: 0;
}

input,
textarea {
    width: 100%;
    height: 0.40rem;
    margin-top: 0.20rem;
    padding: 0;
    font-size: 0.12rem;
    color: #ffffff;
    background-color: #5996b4;
    line-height: 0.40rem;
    text-align: center;
    border: 0;
    border-radius: 0.20rem;
    outline: none;
    position: relative;    
    z-index: 999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.next {
    background-color: #5996b4;
    border-radius: 0.20rem;
    font-size: 0.16rem;
    width: 100%;
    height: 0.40rem;
    line-height: 0.40rem;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    margin-top: 0.20rem;
    position: relative;
    z-index: 999;
}

.items {
    background: #5996b4;
    border-radius: 10px;
    max-height: 143px;
    overflow: scroll;
    margin-top: 4px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.item {
    background-color: #5996b4;
    font-size: 14px;
    padding: 5px;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
}
.text{
    padding: 0.1rem;
    border: 2px solid #f6e2c0;
    border-radius: 10px;
    background-color: rgba(255,255,255,.55);
    cursor: pointer;
}


/*share*/
.page2 {
    padding: 0px 30px 0;
    background-position: bottom;
}

.page2 .text {
    color: #347fa3;
    border-radius: 20px;
}

.page2 .text p {
    text-indent: 2em;
    line-height: 0.24rem;
    font-size: 0.12rem;
    margin: 0;
}

.page2 .text p:first-child {
    text-indent: 0;
}


.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.10rem;
}
.code {
    text-align: center;
    padding-bottom: 80px;
    margin-top: 40px;
}
.code img,
.footer img {
    width: 100%;
}

.load {
    color: #fff;
    font-size: 14px;
}