@charset "utf-8";

@font-face {
  font-family: 'sh';
  src: url('../style/SourceHanSansCN-Regular.otf');
  font-style: normal;
}
.index *{
  font-family: 'sh';
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    font-family: "Noto-Sans-SC";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    font-size: .16rem;
}

body {
    background: #F8F8FA;
}

html {
    font-size: 5.208333vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

button {
    outline: none;
    border: none;
}

.m-index {
    display: none;
}


.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.w16 {
    max-width: 16rem;
    margin: 0 auto;
    width: 100%;
}

.w15 {
    max-width: 15rem;
    margin: 0 auto;
    width: 100%;
}

.w14 {
    max-width: 14rem;
    margin: 0 auto;
    width: 100%;
}

.w12 {
    max-width: 12rem;
    margin: 0 auto;
    width: 100%;
}

a {
    display: block;
}

/* head */
.head {
    background: url(../images/h-bg.png) no-repeat;
    background-size: cover;
    padding: .25rem 0;
}

.h-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo a img {
    width: 3.52rem;
    display: block;
}

.index {
    padding: 0 .1rem;
    /*padding-top: .6rem;*/
    position: relative;
}

/* zc */

/* 容器样式 */
.register-container {
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
}

/* 标题样式 */
.register-title {
    text-align: center;
    font-size: .24rem;
    color: #333333;
    margin-bottom: .3rem;
    font-weight: normal;
    letter-spacing: .02rem;
}

/* 表单组样式 */
.form-group {
    margin-bottom: .4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/* 标签样式 */
.form-label {
    width: 1.2rem;
    font-size: .2rem;
    color: #333333;
    text-align: right;
    margin-right: .15rem;
}

/* 输入框通用样式 */
.form-input {
    -ms-flex: 1;
    flex: 1;
    height: .4rem;
    padding: 0 .12rem;
    border: 1px solid #D9D9D9;
    border-radius: .02rem;
    font-size: .14rem;
    color: #333;
    outline: none;
    transition: border-color 0.2s ease;
    background-color: #fff;
}

/* 输入框聚焦样式 */
.form-input:focus {
    border-color: #B90417;
    /* IE10 边框颜色兼容 */
    -ms-border-color: #B90417;
}

/* 占位符样式（IE10 兼容） */
.form-input::-ms-input-placeholder {
    color: #999;
}

.form-input::placeholder {
    color: #999;
}

/* 验证码行布局 */
.verify-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.verify-input {
    -ms-flex: 1;
    flex: 1;
    margin-right: .1rem;
}

/* 发送验证码按钮 */
.send-btn {
    width: 1.2rem;
    height: .4rem;
    border: .01rem solid #e6e6e6;
    border-radius: .02rem;
    /* IE10 圆角兼容 */
    -ms-border-radius: .02rem;
    background-color: #f8f8f8;
    font-size: .14rem;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
    /* IE10 过渡兼容 */
    -ms-transition: background-color 0.2s ease;
}

.send-btn:hover {
    background-color: #f0f0f0;
}

.send-btn:disabled {
    cursor: not-allowed;
    color: #999;
    background-color: #f8f8f8;
}

/* 注册按钮 */
.register-btn {
    width: 100%;
    height: .44rem;
    background-color: #B90417;
    background: linear-gradient(#5394e8, #0e54ac);
    color: #fff;
    border: none;
    border-radius: .05rem;
    font-size: .16rem;
    margin: .1rem 0 .2rem;
    cursor: pointer;
    transition: all 0.3s;
}

.register-btn:hover {
    opacity: 0.9;
}

/* 登录链接 */
.login-link {
    text-align: right;
    font-size: .16rem;
    color: #B90417;
    text-decoration: none;
}

.yzm {
    display: block;
    height: .4rem;
}

.login-link:hover {
    text-decoration: underline;
}

.dl-lk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dl-lk a {
    font-size: .16rem;
    color: #B90417;
}

.dl-lk a:hover {
    text-decoration: underline;
}

.tj-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tj-btn>button {
    width: 48%;
    height: .44rem;
    background-color: #B90417;
    background: linear-gradient(#5394e8, #0e54ac);
    color: #fff;
    border: none;
    border-radius: .02rem;
    -ms-border-radius: .02rem;
    font-size: .16rem;
    margin: .1rem 0 .2rem;
    cursor: pointer;
    transition: all 0.3s;
}

.tj-btn>button.qx-btn {
    border: .01rem solid #D9D9D9;
    background-color: #ffffff;
    background: #fff;
    color: #333333;
}

.tj-btn>button:hover {
    opacity: 0.9;
}

/* nav */
.nav {
    width: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #EEEEEE;
    background: #ffffff;
    min-height: 3.84rem;
}

.nav h2 {
    background: #EEEEEE;
    line-height: .6rem;
    font-size: .24rem;
    color: #333333;
    text-align: center;
}

.nav ul {
    padding: 0 .18rem;
}

.nav ul li.on a {
    color: #B90417;
}

.nav ul li a {
    line-height: .54rem;
    color: #333333;
    font-size: .2rem;
    text-align: center;
    border-bottom: .01rem solid #EEEEEE;
}

.nav ul li a:hover {
    color: #B90417;
}



/* 表格容器 */
.table-container {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.tb-box {
    overflow-x: auto;
}

/* 表格样式 */
.data-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
}

/* 表头样式 */
.data-table thead tr {
    background: #ECECEC;
    border-bottom: 1px solid #e6e6e6;
}

.data-table th {
    padding: 15px 8px;
    text-align: left;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    font-size: 18px;
}

/* 表体样式 */
.data-table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}

.data-table tbody tr:last-child {
    border-bottom: none;
}

.data-table td {
    padding: 15px 8px;
    white-space: nowrap;
    font-size: 18px;
}

/* 操作列按钮 */
.operate-btn {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.operate-btn:hover {
    color: #B90417;
    text-decoration: underline;
}

/* 分页容器 - Flex兼容IE11 */
.pagination-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 16px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666;
    position: relative;
}

/* 分页信息 */
.pagination-info {
    color: #666;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* 分页控件 - Flex兼容IE11 */
.pagination-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8px;
}

/* 替代gap，兼容IE11的间距处理 */
.pagination-controls>* {
    margin-left: 8px;
}

/* 分页按钮通用样式 */
.page-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.page-btn:hover {
    border-color: #B90417;
    color: #B90417;
}

.page-btn.active {
    background-color: #B90417;
    border-color: #B90417;
    color: #fff;
    font-weight: bold;
}

.page-btn:disabled {
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    color: #bfbfbf;
    cursor: not-allowed;
}

/* 分页输入框 */
.page-input {
    width: 40px;
    height: 28px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.page-input:focus {
    outline: none;
    border-color: #B90417;
}

/* 分隔符 */
.page-separator {
    color: #666;
    margin: 0 .04rem;
    line-height: .28rem;
}


/* 表单容器 */
.fm-box {
    overflow-x: auto;
}

.form-container {
    background-color: #fff;
    border: .01rem solid #D9D9D9;
    border-bottom: transparent;
    max-width: 14rem;
    margin: 0 auto;
    min-width: 9rem;
}

/* 标题样式 */
.form-title {
    text-align: center;
    font-size: .18rem;
    font-weight: bold;
    padding: .2rem 0;
    background: #ECECEC;
    color: #333;
}

/* 表单表格布局 */
.form-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .14rem;
    color: #333;
}

/* 左侧标签列 */
.form-lb {
    width: 1.4rem;
    background: #ECECEC;
    border: .01rem solid #D9D9D9;
    border-left: transparent;
    padding: .2rem 0;
    text-align: left;
    vertical-align: middle;
    color: #333;
    font-weight: 500;
    text-align: center;
    font-size: .18rem;
}

/* 右侧内容列 */
.form-value {
    border-bottom: .01rem solid #D9D9D9;
    padding: 0;
    vertical-align: middle;
}

.form-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form-con .special-label {
    background-color: #fff;
    width: 50%;
    margin: 0;
}

.form-con .form-textarea {
    flex: 1;
    min-width: 0;
    border-color: transparent;
    border-left: 1px solid #D9D9D9;
    height: 3rem;

    padding: .08rem;
    border-radius: .02rem;
    font-size: .16rem;
    color: #333;
    resize: vertical;
    background-color: #fff;
    font-family: '微软雅黑';
}

/* 输入框样式 */
.form-ipt {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: .28rem;
    padding: 0 .08rem;
    border: .01rem solid transparent;
    border-radius: .02rem;
    font-size: .16rem;
    color: #333;
    background-color: #fff;
}

/* 文本域样式 */


/* 两列布局容器 */
.two-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

/* 两列布局子项 */
.col-item {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 特殊标签样式 */
.special-label {
    color: #666;
    text-align: center;
    border-color: transparent;
}

/* 验证码区域 */
.verify-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .2rem;
    padding: 0 .12rem;
}

.verify-label {
    font-size: .18rem;
    color: #333;
    margin-right: .08rem;
}

.verify-input {
    width: 1.8rem;
    height: .4rem;
    padding: 0 .08rem;
    border: .01rem solid #d9d9d9;
    border-radius: .02rem;
    font-size: .16rem;
    color: #333;
    margin-right: .08rem;
}

.verify-code {
    width: .8rem;
    height: .28rem;
    border: .01rem solid #d9d9d9;
    border-radius: .02rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .16rem;
    font-weight: bold;
    color: #333;
    margin-right: .08rem;
}

.verify-tip {
    font-size: .14rem;
    color: #999;
    cursor: pointer;
}

.tj-box {
    max-width: 6rem;
    margin: 0 auto;
    margin-top: .5rem;
}

/* 按钮区域 */
.btn-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4rem 0;
}

.btn-area>button {
    width: 48%;
    height: .45rem;
}

/* 提交按钮 */
.btn-submit {
    background-color: #d92027;
    background: linear-gradient(#5394e8, #0e54ac);
    color: #fff;
    border: none;
    border-radius: .02rem;
    font-size: .16rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #b81a20;
}

/* 取消按钮 */
.btn-cancel {
    width: 1.2rem;
    height: .32rem;
    background-color: #fff;
    color: #333;
    border: .01rem solid #d9d9d9;
    border-radius: .02rem;
    font-size: .14rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background-color: #f5f5f5;
    border-color: #b3b3b3;
}

/* 兼容IE11的flex替代方案 */
.btn-area>button {
    margin: 0 .1rem;
}










@media screen and (max-width:1024px) {

    .h-top {
        justify-content: center;
    }

    .verify-label {
        width: 100%;
        margin-bottom: .1rem;
    }

    .verify-area {
        flex-wrap: wrap;
    }

    .verify-tip {
        display: block;
        width: 100%;
        text-align: right;
        margin-top: .1rem;
    }

    .index {
        padding-top: .3rem;
    }

    .nav {
        display: none;
    }

    .w14 {
        padding: 0 .14rem;
    }

    html {
        font-size: 80px;
    }

    .form-label {
        width: 1.2rem;
        font-size: .18rem;
        margin-right: 0;
    }

    .form-group {
        margin-bottom: .2rem;
    }

    .pagination-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .pagination-info {
        position: static;
        transform: none;
        margin-left: .05rem;
        order: 2;
    }


.form-row,
    .form-group {
        flex-wrap: wrap;
    }

    .form-label {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

     .form-input,
    .form-input-box {
        flex: auto !important;
        width: 100% !important;
    }

.btn-row {
    padding-left:0 !important;
}

}

@media screen and (max-width: 480px) {
    .form-group {
        flex-wrap: wrap;
    }

    .form-label {
        width: 100%;
        text-align: left;
        margin-bottom: .1rem;
    }

    .form-input {
        flex: auto;
        width: 100%;
    }
    .h-top {
        justify-content: center;
    }
    .h-top a{
    display: block;
    max-width: 96%;
    margin: 0 auto;
}

    .h-top a img{
    width: 100%;
    height: auto;
}
}