/* pages/mymy/invi/p2/p2.wxss */
body {
    margin: 0;
    padding: 0;
    background-color: #116893;
}


.pages {
    height: 100vh;
    width: 100%;
    position: relative;
}

.fix01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}

.p1 img {
    width: 100%
}
#con{
    height: 60px
}
.section1 {
    padding: 75px 30px 105px;
}

.section {
    padding: 15px 30px 40px;
}

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: #fff100;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    margin-top: 30px;
}
#login{
    margin-top: 40px;
}

.fix02 {
    width: 100%;
    padding-bottom: 20px;
        margin-top: 40px;
}

.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: 30px;
}

.page2 .text {
    background-color: #347fa3;
    padding: 20px;
    /* font-size: 28px; */
    color: #ffffff;
    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: #fff100;
}

.text06 {
    color: #fff100;
    margin: 20px 0 10px 20px;
    font-weight: bold;
}

.text07 {
    margin-left: 20px;
    color: #ffffff;
    margin-bottom: 50px;
    /* min-height: 80px */
}

.page3 {
    text-align: center;
    padding: 0 22px;
    padding-bottom: 30px;
}
.page31 {
    text-align: center;
    padding: 0 22px;
    /* padding-bottom: 30px; */
    margin-top: 30px;
}
.page31 img {
    width: 100%;
    /* margin-top: 50px; */
}
.page3 img {
    width: 100%;
    /* margin-top: 50px; */
}

.load {
    color: #fff;
    font-size: 14px;
}

/* codemodule */
.codemodule{
    padding: 20px 24px 14px;
    border: 1px solid #eeeeee94;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: relative;
}
.codetitle{
    position: absolute;
    left: 50%;
    top: -13px;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    background-color: #116893;
}
.codenumber{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 10px;
    color: #fff100;
    /* line-height: 40px; */
}

.codedetail{
    font-size: 12px;
    text-align: left;
    /* text-indent: 2em; */
}