/* pages/mymy/invi/p2/p2.wxss */
body {
    margin: 0;
    padding: 0;
    /* background-color: #116893; */
    font-family: Arial, Helvetica, sans-serif;
    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;
}

.fix01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}

.p1 img {
    width: 100%
}

.vessel{
    flex: 1;
    position: relative;
    width: 100vw;
    background: url(../imgs/bg.jpg) no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.banner{
    padding-bottom: 30px;
}
.banner img{
    width: 100%;
}
.section1 {
    padding: 20px 30px 0.80rem;
    line-height: 0;
}

.section {
    padding: 20px 30px 80px;
    line-height: 0;
}

input,
textarea {
    margin-top: 0.20rem;
    padding: 0;
    width: 100%;
    height: 0.40rem;
    line-height: 0.40rem;
    color: #ffffff;
    font-size: 0.12rem;
    text-align: center;
    background-color: #5996b4;
    border: 0;
    border-radius: 0.20rem;
    outline: none;
    position: relative;
    z-index: 999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.next {
    margin-top: 0.30rem;
    width: 100%;
    height: 0.40rem;
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.40rem;
    text-align: center;
    font-weight: bold;
    background-color: #5996b4;
    border-radius: 0.20rem;
    position: relative;
    z-index: 999;
}
.next+div{
    margin-top: 0.20rem;
}

.items {
    background: #5996b4;
    border-radius: 10px;
    max-height: 143px;
    overflow: scroll;
    margin-top: 4px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.item {
    /* box-shadow: 0 0 2px 0 #ccc; */
    background-color: #5996b4;
    font-size: 14px;
    /* margin-top: 10px; */
    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);
}


/**/
.page2 {
    padding: 20px 30px 80px;
    background-position: bottom;
}

.page2 .text p {
    color: #5996b4;
    line-height: 0.24rem;
    font-size: 0.12rem;
    margin: 0;
    
}

.page2 .text p:first-child {
    text-indent: 0;
}

.page2 .text p text {
    color: #5996b4;
}

.text06 {
    color: #5996b4;
    margin: 20px 0 10px 20px;
    font-weight: bold;
}


.page3 {
    text-align: center;
    padding: 0 30px;
    padding-bottom: 30px;
}
.page31 {
    text-align: center;
    padding: 0 30px;
    padding-bottom: 30px;
    margin-top: 60px;
}
.page31 img {
    width: 100%;
    /* margin-top: 50px; */
}
.page3 img {
    width: 100%;
    /* margin-top: 50px; */
}

.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.10rem;
}
.code {
    text-align: center;
    margin-top: 40px;
}
.code img{
    width: 1.10rem;
}
.footer img {
    width: 100%;
}

.load {
    color: #fff;
    font-size: 14px;
}