/* 平板设备（例如iPad） */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* 手机设备（例如iPhone） */
@media (max-width: 767px) {
    /* 在这里设置手机端的样式 */

}
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 100%);*/

    background-size: cover;
    background-repeat: no-repeat;
}

header {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
.innner-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 5px 15px;

}
.search-icon {font-size: 20px;}
.search-icon img{
    width: 24px;
}

.inner-header-title{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #161616; /* 主文本色 */

    /* 新增的单行文本溢出处理属性 */
    white-space: nowrap;      /* 禁止文本换行 */
    overflow: hidden;         /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;  /* 超出部分显示为省略号 */
    max-width: 100%;          /* 确保在各种容器中都能正确显示 */
}

.home-main{

}


.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner h2 {
    font-size: 28px;
}

.btn-orange {
           background-color: #ff8c00;
           border-color: #ff8c00;
       }

.btn-orange:hover {
           background-color: #ff9900;
           border-color: #ff9900;
       }

.features {
    padding: 12px 23px;
    border-radius: 10px;
}

.features p {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #00B496;
}

.btn-home {
    display: inline-block;
    background: linear-gradient(90deg, #BCC600 0%, #00C9C9 100%);
   border-color: #4caf50;

   padding: 16px 36px;
   font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-radius: 32px;
    line-height: 40px;
}

.btn-home:focus,.btn-home:hover {
    color: #FFFFFF;
           text-decoration: none;
       }

.baoming {
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;

    /* 文本色2 */
    color: #005379;
}
.baoming-title{
    background: linear-gradient(90deg, rgba(202, 251, 224, 0) 0%, rgba(202, 251, 224, 0.3) 30%, rgba(214, 251, 255, 0.3) 69%, rgba(214, 251, 255, 0) 100%);
    padding: 15px;
    margin-bottom: 12px;
    text-align: left;
}
.baoming-text{
    padding: 3px;
    color: #00B496;
    font-weight: 600;
}
.my-img{
    position: fixed;
    bottom: 8%;
    right: 20px;
    width: 100px;
    height: auto;
    z-index: 1000;
}

.card-custom {

    background-size: 100% 100%;
    background-position: center;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 16px;
}

.card-custom .card-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0em;
    margin: 0;
    /* 纯白 */
    color: #FFFFFF;
}

.btn-custom {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(90deg, #77dd77, #2ecc71);
    border: none;
    color: white;
    font-size: 16px;
}

.btn-custom:hover {
    background: linear-gradient(90deg, #66bb6a, #27ae60);
}

.btn-already-registered {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.49);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    border-radius: 32px;
    text-align: center;
}
.btn-inner {
    background: #FFFFFF;
    border-color: #4caf50;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #FF8400;
    text-align: center;
    border-radius: 24px;
}
.btn-inner:focus,.btn-inner:hover {
    color: #FF8400;
    text-decoration: none;
}
.inner-main{
    background: linear-gradient(180deg, #E3FFF2 0%, #FFFFFF 100%);
}
.header-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;

    color: #FFFFFF;

          }
.pop-text{
    background: rgba(255, 255, 255, 0.1);

    box-shadow: inset 0px 0px 19px 0px rgba(110, 230, 254, 0.62);
    padding: 20px 16px;
    margin-top: 20px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #FFFFFF;
}

.intro{
    background: rgba(255, 255, 255, 0.1);

    box-shadow: inset 0px 0px 19px 0px rgba(110, 230, 254, 0.62);

    padding: 20px 16px;
    margin: 20px 0 40px 0;
    border-radius: 10px;
}
.intro p{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: justify; /* 浏览器可能不支持 */
    color: #005881;
}

.form-section{
    background: linear-gradient(180deg, #D8F9FF 0%, #DEFFF8 100%);
    padding: 0 16px 20px 16px;
    border-radius: 8px;
    min-height: 76vh;
    margin-top: 30px;
}
.form-title{
    position: relative;

}
.form-title img{
    width: 144px;
    margin-top: -15px;
}
.form-title-text{
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);

    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #FFFFFF;
}

.btn-green {
           background-color: #4caf50;
           border-color: #4caf50;
           color: white;
       }

.btn-green:hover {
           background-color: #43a047;
           border-color: #43a047;
       }

.form-group {
            margin-bottom: 15px;
        }

.form-control {
            border: none!important;
            border-radius: 0!important;
    box-shadow:none!important;

    font-size: 14px!important;
    height: 50px!important;
        }
.getCode{
    padding: 12px;
    font-size: 12px;
    background: linear-gradient(90deg, #BCC600 0%, #00C9C9 100%);
    border-radius: 8px;
    border: none;
    color: #FFFFFF;
}
.upload-avatar {
              text-align: center;
              margin: 20px;
          }

.upload-avatar img {

              height: 80px;

          }
.btn:focus{
    outline: none!important;
    text-decoration: none;
}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {
    background: linear-gradient(90deg, #BCC600 0%, #00C9C9 100%);
    border: none;
}
.info-section{
    padding: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.info-text{
    padding: 10px 0;
}
.home-img-sec{
    padding: 24px 15px;
}
.jihua{
    padding: 6px 8px;
    border-radius: 2px;
    border: none;
    color:#FFFFFF;
}
.jihua span{
    font-weight: bold;
}
.card-sub-title{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
    padding-bottom: 5px;
}
.model-btn{
    padding: 12px 60px;
    border: none;
    border-radius: 20px;
}
