﻿html {
    width: 100%;
    height: 100%;
}
body {font-size: 0.16rem;color: #333;font-family: "微软雅黑"; max-width: 750px; margin: 0 auto; height: 100%;}

#vue {
    height: 100%;
    width: 100%;
}
ul, ol {list-style: none;}

* {padding: 0;margin: 0;font-weight: normal; box-sizing: border-box;}

a, a:hover, a:focus {text-decoration: none;color: #333;}

.hidden {
    display: none;
}
.mainPage {
    padding: 0.16rem;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.index-nav {
    margin-top: 20px;
}
.index-nav ul {
    display: flex;
    justify-content: space-between;
}
.index-nav ul li {
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 2px;
    width: 31%;
    text-align: center;
}
.index-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 0.14rem;
}
.index-nav ul li:nth-child(1) {
    background:linear-gradient(#B0E3CA, #44D4B0) ;
}
.index-nav ul li:nth-child(2) {
    background:linear-gradient(#FFC3A2, #FF9363) ;
}
.index-nav ul li:nth-child(3) {
    background:linear-gradient(#B0D3E3, #44A4D4) ;
}
.index-nav ul li:nth-child(4) {
    background:linear-gradient(#B0E3CA, #44D4B0) ;
}
.input-label {
    color: #666666;
    padding: 0.2rem 0 0.14rem;
}
.input-label em {
    color: #FF2B2B;
    font-style: normal;
}
.custom-input {
    border: 1px solid #D9DADB;
    border-radius: 4px;
    position: relative;
    padding: 1px;
}
.custom-input .van-cell:not(:last-child)::after {
    border: none;
}
.down {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    right: 0.1rem;
    top: 0.08rem;
}
.down img {
    width: 100%;
}
.van-uploader {
    width: 100%;
}
.van-uploader__wrapper {
    justify-content: space-around;
}
.add-btn {
    padding-top: 68px;
    text-align: center;
    margin: 0 auto;
}
.add-btn img {
    width: 34px;
    height: 34px;
}
.add-btn p {
    color: #999999;
    font-size: 14px;
    margin-top: 28px;
    padding-bottom: 65px;
}
.custom-input-code {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.custom-input-code .code-img {
 width: 112px;
 height: 46px;
 border: 1px solid #D9DADB;
 border-radius: 4px;
}
.submit-btn {
    margin-bottom: 20px;
}
.footer {
    background-color: #225DD9;
    border-top: 10px solid #87AEFF;
    text-align: center;
    padding: 15px 0 35px;
    color: #FFFFFF;
    font-size: 10px;
}
.footer p {
    line-height: 12px;
    padding: 3px 0;
}
.queryPage {
    width: 100%;
    height: calc(100% - 137px);
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.queryPage-box {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
}
.queryPage-box  .title{
    width: 211px;
    height: 48px;
    line-height: 42px;
    text-align: center;
    background: url(../images/tit-bg.png) no-repeat;
    background-size: cover;
    color: #FFFFFF;
    font-size: 16px;
    position: absolute;
    top: -24px;
    z-index: 10;
    left: 50%;
    margin-left: -105px;
}
.queryPage-box .form {
    width: 90%;
    background-color:#FFFFFF;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    padding: 48px 36px 32px;
    box-sizing: border-box;
}
.marginBottom-20 {margin-bottom: 20px;}
.queryPage-box .button {
    width: 100%;
    height: 40px;
    background-color: #EEEEEE;
    border: 1px solid #D9DADB;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}
.resultPage .pic img {
    width: 100%;
}
.resultPage .con {
    padding: 0 16px;
}
.resultPage .con .type {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-top: 45px;
}
.resultPage .con .type.type1 {
    background-color: #FFFBF6;
    color: #FF2B2B;
    font-size: 22px;
}
.resultPage .con .type.type2 {
    background-color: #EEEEEE;
    color: #999999;
    font-size: 22px;
}
.resultPage .result {
    margin-top: 20px;
}
.resultPage .result .item {
    border-radius: 4px;
    border: 1px solid #D9DADB;
    height: 44px;
    line-height: 42px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.resultPage .result .name {
    background-color: #D2E6FF;
    width: 102px;
    display: inline-block;
    text-align: center;
    margin-right: 17px;
}
.resultPage .result .red {
    color: #FF2B2B;
}
.resultPage  .back {
    width: 100%;
    background-color: #225DD9;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0 18px;
    display: block;
}
.no-rsult {
    text-align: center;
    color: #999999;
    padding: 1rem 0 0.6rem;
}
.no-rsult img {
    width: 1.4rem;
    padding-bottom: 0.4rem;
}
.resultPage p img {
    width: 100%;
    height: auto;
}

/* 除首页外页面右侧悬浮「返回报名」按钮 */
.floating-return-btn {
    position: fixed;
    /* 贴近正文右边：页面主体 body 最大宽 800px（见本文件顶部） */
    right: max(8px, calc((100vw - 800px) / 2 + -20px));
    top: 75%;
    transform: translateY(-50%);
    z-index: 9999;
    display: inline-block;
    padding: 10px 8px;
    border-radius: 10px;
    border: 1px solid #225DD9;
    background: #225DD9;
    color: #fff !important;
    font-size: 13px;
    line-height: 1.2;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1px;
    box-shadow: 0 6px 14px rgba(34, 93, 217, 0.28);
}

/* 文章页（篇幅较短时）将悬浮按钮下移，避免停在正文中段 */


@media (max-width: 640px) {
    .floating-return-btn {
        right: 8px;
        padding: 9px 10px;
        font-size: 12px;
    }
}