/* pages/mymy/invi/p2/p2.wxss */
body {
    margin: 0;
    padding: 0;
    /* background-color: #116893; */
    background-color: #fff;
}
.pages {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fix01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}
.p1 img {
    width: 100%
}
#con{
    height: 60px
}
.section1 {
    /* padding: 75px 30px 105px; */
    padding: 25px 30px 35px;
}
.section {
    padding: 15px 30px 20px;
}
input,
textarea {
    background-color: #5996b4;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    outline: none;
    border: 0;
    padding: 0;
    line-height: 40px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.next {
    background-color: #5996b4;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    margin-top: 30px;
}
.fix02 {
    width: 100%;
    /* padding-bottom: 20px; */
    margin-top: 20px;
}
.items {
    background: #5996b4;
    border-radius: 10px;
    max-height: 143px;
    overflow: scroll;
    margin-top: 4px;
    padding: 10px;
}
.item {
    /* box-shadow: 0 0 2px 0 #ccc; */
    background-color: #5996b4;
    font-size: 14px;
    /* margin-top: 10px; */
    padding: 5px;
    border-radius: 10px;
    color: #ffffff;
}
/**/
.page2 {
    padding: 20px;
}
.page2 .text {
    background-color: #cbe8ee;
    padding: 20px;
    /* font-size: 28px; */
    color: #444;
    line-height: 50px;
    border-radius: 20px;
}
.page2 .text p {
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
}
.page2 .text p:first-child {
    text-indent: 0;
}
.page2 .text p text {
    color: #008baf;
}
.text06 {
    color: #008baf;
    margin: 20px 0 10px 20px;
    font-weight: bold;
}
.text07 {
    margin-left: 20px;
    color: #333;
    margin-bottom: 50px;
    /* min-height: 80px */
}
.page3 {
    text-align: center;
    /* padding: 0 30px; */
    /* padding-bottom: 30px; */
}
.page31 {
    text-align: center;
    /* padding: 0 30px; */
    /* padding-bottom: 20px; */
    /* margin-top: 60px; */
}
.page31 img {
    width: 100%;
    /* margin-top: 50px; */
}
.page3 img {
    width: 100%;
    vertical-align: middle;
    /* margin-top: 50px; */
}
.load {
    color: #fff;
    font-size: 14px;
}