html,
body {
    font-family: 'SourceHanSansCN-Regular';
    font-size: .28rem;
    line-height: 2;
    margin: 0 auto;
}

a {
    color: inherit;
}

p {
    text-align: justify;
}

ul {
    list-style-type: none;
}

.bg {
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    background: #284ce8 url(../img/new-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
    min-height: 100vh;
    padding: .45rem .3rem 2rem;
}

.p1 {
    margin: .4rem 0 .4rem;
    padding: .5rem .5rem;
    box-shadow: 0px 9px 18px 0px rgba(40, 76, 232, 0.42);
    position: relative;
    overflow: hidden;
}

.p1::after {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(40, 76, 232, 0.42);
    background-size: 100% 100%;
    opacity: 0.8;
    border: 3px solid #5a8eed;
    border-radius: .3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.p1 p {
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
    text-indent: 2em;
}

.p2 {
    border: 3px solid #5a8eed;
    border-radius: .3rem;
    padding: .5rem .3rem;
}

.p2 .p-title {
    font-weight: bold;
    font-size: .3rem;
    text-indent: 0;
}

.p2 {
    margin-bottom: .4rem;
}

.p2 p {
    text-indent: 2em;
}

.p2 p:not(:last-child) {
    margin-bottom: .3rem;
}

.p3 {
    border: 3px solid #5a8eed;
    border-radius: .3rem;
    padding: .5rem .3rem;
}



.p3 .p-title {
    font-size: .34rem;
    font-weight: bold;
}

.p4 {
    border: 3px solid #5a8eed;
    border-radius: .3rem;
    padding: .5rem .3rem;
    margin-top: .4rem;
}

.p4 .p-title {
    font-size: .34rem;
    font-weight: bold;
}

.p4 .logo1 {
    margin-top: .15rem;
}

.p4 .logo {
    margin-bottom: .15rem;
    display: block;
    font-size: .4rem;
    font-weight: bold;
}

.p5 {
    border: 3px solid #5a8eed;
    border-radius: .3rem;
    padding: .5rem .3rem;
    margin-top: .4rem;
}

.p5 .p-title {
    font-size: .34rem;
    font-weight: bold;
}

.p5 .link {
    text-align: center;
    display: block;
    background-image: linear-gradient(90deg,
            #5a8eed 0%,
            #676feb 100%);
    border-radius: .1rem;
    line-height: .8rem;
    margin: .3rem 0;
}

.p5 .t-list .list-item {
    display: flex;
    flex-wrap: nowrap;
    margin: .3rem 0;
}

.p5 .list-item .l {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .3rem;
}

.p5 .list-item .l img {
    width: 100%;
}

.p5 .list-item .r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p5 .list-item .r .title {
    font-weight: bold;
    font-size: .32rem;
}

.p5 .list-item .r .desc {
    font-size: .26rem;
    line-height: 1.2;
}

.p5 .pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p5 .pic-list .list-item {
    width: 3rem;
    margin-top: .3rem;
}

.p5 .pic-list .list-item img {
    width: 100%;
}

.p6 {
    padding: .3rem;
}

.p6 .p6-list li {
    display: flex;
    flex-wrap: nowrap;
    margin-top: .5rem;
}

.p6 .p6-list li .l {
    margin-right: .5rem;
}

.p6 .p6-list li a {
    display: block;
}


#btn-apply {
    text-align: center;
    position: fixed;
    z-index: 20;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    width: 3.4rem;
    height: .8rem;
    color: #070a30;
    background: #fff;
    border-radius: .4rem;
    line-height: .8rem;
    box-shadow: 0 0 .4rem 0 #5afafa;
    animation: scale infinite 2s;
}

/* 回执 */
.apply-bg {
    max-width: 750px;
    margin: 0 auto;
    /* background-image: url(../img/bg01.png); */

    background-image: linear-gradient(180deg, #090832, #eee 30%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: .3rem;
}

.apply-bg .order-link {
    color: #005aff;
    text-decoration: underline;
    font-size: .3rem;
    font-weight: bold;
}

.apply-bg .receipt-title {
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .3rem;
    color: #fff;
}

.remind {
    background-color: #ffffff;
    box-shadow: 0px 0px 0.2rem 0px rgba(26, 12, 1, 0.1);
    border-radius: 0.2rem;
    margin: 0 0.3rem;
    padding: .3rem;
    color: #232323;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.remind td {
    vertical-align: top;
    line-height: 1.5;
    padding-bottom: 0.1rem;
}

.remind .t-title {
    text-align: center;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}

.text-center {
    text-align: center;
    color: #333;
}

h4 {
    font-size: 0.3rem;
}

.form-box {
    font-size: .28rem;
    padding-bottom: .3rem;
    margin: 0 0.3rem;
}

.form-box .item {
    display: flex;
    /*设为伸缩容器*/
    flex-flow: row;
    /*伸缩项目单行排列*/
    padding: 0 .3rem;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.form-box .item>label {
    font-weight: 600;
    line-height: .9rem;
    padding-right: .2rem;
    height: 100%;
}

.form-box .item>input,
.form-box .item>textarea {
    min-width: 2rem;
    flex: 1;
}

.form-box .item input,
.form-box .item textarea {
    text-align: right;
    color: #777;
    border: none;
    font-size: 0.28rem;
    background-color: #fff;
}

.form-box .item input.error {
    color: red;
}

.form-box .item input.error::-webkit-input-placeholder {
    color: red;
}

.form-box .item textarea {
    padding: .26rem 0;
    text-align: left;
}

.form-box .item .radios-group {
    align-self: center;
}

/* 分论坛下拉菜单 */
.form-box .item .forumlist {
    width: 2rem;
    height: .9rem;
    border: none;
    font-size: .26rem;
    font-weight: 600;
    text-align: right;
}

.form-box .item .forumlist {
    -webkit-appearance: none;
    /*兼容苹果手机*/
    border: .02rem solid #fff;
    width: 4rem;
    height: .9rem;
    line-height: .9rem;
    /*防止紧紧靠在边上*/
    text-indent: 1em;
    background-color: transparent;
}

.form-box .item .iphoneselect {
    position: relative;
}

.form-box .item .iphoneselect .selectjt {
    position: absolute;
    width: .3rem;
    right: .2rem;
    top: .4rem;
}

.form-box .item .forumlist option {
    font-size: .2rem;
}

.form-box .item .radios-group label {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    height: .3rem;
    padding-left: .3rem;
}

.form-box .item .radios-group input[type='radio'] {
    position: absolute;
    top: .02rem;
    bottom: 0;
    left: -.05rem;
    width: .3rem;
    height: .3rem;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.28rem;
}

.form-box .item .radios-group>label:first-child {
    margin-right: 10px;
}

.form-box .form-people {
    margin-bottom: 0.5rem;
}

.form-box .title {
    line-height: .6rem;
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
    color: #999;
}

.form-box .item input[type='date']::-webkit-calendar-picker-indicator {
    background: url('../img/calendar.png') no-repeat;
    background-size: 100%;
}

.text-danger {
    color: #d73131;
}

.add-btn {
    font-size: .3rem;
    line-height: 2.5;
    width: 2.5rem;
    margin: 0 auto;
    margin-bottom: .5rem;
    text-align: center;
    background-color: #fff;
    color: #005aff;
    border: 1px solid #005aff;
    border-radius: 0.16rem;
    -ms-border-radius: 0.16rem;
    -o-border-radius: 0.16rem;
    cursor: pointer;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.16rem;
}

.submit-btn {
    display: block;
    text-align: center;
    width: 4.88rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 0.3rem;
    color: #fff;
    background-color: #070a30;
    box-shadow: 0px 0px .1rem 0 #070a30;
    border-color: #070a30;
    border: .02rem;
    border-radius: 0.44rem;
    -webkit-border-radius: 0.44rem;
    -moz-border-radius: 0.44rem;
    -ms-border-radius: 0.44rem;
    -o-border-radius: 0.44rem;
    cursor: pointer;
}

.people-info .remind {
    color: #666;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
}

.people-info .remind .title {
    color: #333333;
    font-size: 0.28rem;
    text-align: center;
    font-weight: bold;
}

.people-info .remind strong {
    color: #333;
}

.people-info .remind ul {
    list-style: none;
}

.text-center {
    text-align: center;
}

h4 {
    font-size: 0.3rem;
}

.help-text {
    color: #999;
}

/* xinzeng */

.part-4 ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.part-4 ul li {
    width: 32%;
    font-size: 0.16rem;
    margin-bottom: 0.45rem;
}

.part-4 ul li img {
    width: 1.54rem;
    margin-bottom: 0.2rem;
}

.part-4 .name {
    font-size: 0.26rem;
    font-weight: 600;
}

.infoTextarea.change::-webkit-input-placeholder {
    color: #ccc;
}