.twentySix-header {
    height: 88px;
    width: 100%;
    /*background-image: linear-gradient(to right, #00195E, #000000);*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;

}

.twentySix-header-bg {
    background-color: rgba(12, 47, 151, 0.9);
}

.twentySix-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.twentySix-hb-logo img {
    width: 120px;
    display: block;
    height: auto;

}

.twentySix-hb-nav nav {
    width: 100%;
}

.twentySix-hb-nav .main-menu {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.twentySix-hb-nav .main-menu > li {
    position: relative;
}

.twentySix-hb-nav .main-menu li a {
    display: block;
    padding: 15px 25px;
    color: white;
    font-size: 16px;
    transition: background-color 0.3s ease;
    min-width: 64px;
}

.twentySix-hb-nav .main-menu li a:hover {
    font-weight: bold;
}

.twentySix-hb-nav .submenu {
    position: absolute;
    top: 95%;
    left: 9px;
    background-color: #1b47aa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.twentySix-hb-nav .submenu li a {
    display: block;
    padding: 12px 0;
    color: #fff;
    border-bottom: 1px solid #5079d5;
    margin: 0px 20px;
    font-size: 14px;
}

.twentySix-hb-nav .submenu li a:hover {
    font-weight: bold;
}

.twentySix-hb-nav .submenu li:last-child a {
    border-bottom: none;
}

.twentySix-hb-nav .main-menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.twentySix-hb-user {
    display: flex;
    align-items: center;
}

.twentySix-hb-user-l a {
    color: #fff;
    font-size: 14px;
    background-color: #678cf9;
    padding: 2px 13px;
    border-radius: 3px;

}

.twentySix-hb-user-c {
    display: flex;
}

.twentySix-hb-user-c a {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/2026/info.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 15px;
    position: relative;

}

.twentySix-hb-user-c a i {
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

.twentySix-hb-user-c a:nth-child(2) {
    background-image: url("../img/2026/user.png");
}

.twentySix-nav {
    display: flex;
}

/* 内容介绍 */
.twentySix-introduction {
    width: 1100px;
    margin: 20px auto 50px auto;
    overflow: hidden;
}

.twentySix-introduction-nav {
    width: 150px;
    float: left;

}

.twentySix-introduction-nav ul li a {
    font-size: 13px;
    display: block;
    height: 53px;
    display: flex;
    align-items: center;
    color: #333;
    border-left: 3px solid #2a4bca;
    margin-bottom: 15px;
    /* padding-left: 40px; */
    background-color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twentySix-introduction-nav-on,
.twentySix-introduction-nav ul li a:hover {
    border-left: 3px solid #ffffff !important;
    background-color: rgb(229, 8, 98) !important;
    font-weight: bold;
    color: #fff !important;
}

.twentySix-introduction-content {
    width: 890px;
    background-color: #fff;
    padding: 15px;
    height: 1000px;
    float: right;
}

.twentySix-introduction-ctitle {
    font-size: 16px;
    font-weight: bold;
    text-indent: 15px;
    border-left: 3px solid #01195d;
    margin-top: 10px;
    margin-bottom: 20px;
}

.twentySix-introduction-cdesc {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 38px;
}

.twentySix-login-tab {
    width: 360px;
    margin: 0 auto !important;
}

.twentySix-login-tab,
.twentySix-login-tab-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.twentySix-login-tab-l div {
    margin-right: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #fff;
}

.twentySix-login-tab-l div:hover {
    cursor: pointer;
}

.twentySix-login-tab-r a {
    color: #067df4;
    font-size: 14px;
    position: relative;
    padding-right: 15px;
}

.twentySix-login-tab-r a:hover {
    color: #067df4;
}

.twentySix-login-tab-on {
    color: #e3035f !important;
    border-bottom: 2px solid #e3035f !important;

}

.twentySix-opinion {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
}

.twentySix-opinion .twentySix-opinion-title {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    color: #f44336;
    width: 80%;
    line-height: 30px;
}

.twentySix-opinion .layui-form-item {
    width: 600px;
}

.twentySix-opinion h3 {
    font-size: 22px;
}

.twentySix-opinion-btn {
    margin-left: 110px;
}

.twentySix-opinion-btn button {
    width: 200px;
    border-radius: 80px;
    background-color: #e50863;
    margin-bottom: 30px;
}

.twentySix-opinion .layui-form-label i {
    color: #e50863;
    font-size: 14px;
    position: relative;
    top: 2px;
}

#my-pdf {
    width: 850px;
    height: 1150px;
    margin: 0 auto 100px auto;
    padding: 28px 0;
    background-color: transparent;

}

.twentySix-login-typeuser {
    display: block;
}

.twentySix-login-typephone {
    display: none;
}

.twentySix-login-typeuser .signInConent,
.twentySix-login-typephone .signInConent {
    margin: 0 auto;
}

.twentySix-introductionbox {
    margin: 0px auto;
    width: 1030px;
    padding-bottom: 80px;
}

.introductionboxfl_l {
    width: 198px;
    float: left;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}

.introductionboxfl_l h4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 58px;
    color: #fff;
    font-weight: bold;
    background-image: url("/img/2026/nav-left-bg.png");
    background-size: 100% 100%;
    line-height: 58px;
    font-size: 18px;
    text-indent: 20px;
}

.introductionboxfl_l li {
    position: relative;
}

.introductionboxfl_l li a {
    color: #666666;
    font-size: 14px;
    line-height: 50px;
    border-left: none;

    margin-left: 20px;
}

.introductionboxfl_l li:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.introductionboxfl_l li.active a:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    height: 46px;
    width: 2px;
    background: linear-gradient(to bottom, #0999bd, #2F1C9A, #301295, #721B9E, #D143BB);
}

.introductionboxfl_l li.active a {
    background: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    background: -webkit-linear-gradient(right, #0999bd, #2F1C9A, #301295, #721B9E, #D143BB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introductionboxfl_r {
    float: right;
    width: 801px;
}

.introductionboxfl_r li {
    margin-bottom: 30px;
}

.introductionboxfl_r li .originality_index_schedule {
    background-image: linear-gradient(#0C2F97, #031B5D) !important;
    height: 950px;
}

.twentySix-introduction-li {
    background-color: #fff;
    padding: 30px;
}

.twentySix-opinion-form .imgcode {
    width: 100px;
}

.userphonecode {
    color: #666 !important;
    z-index: 999;
}

.userphonecode:hover {
    cursor: pointer;
}

.twentySix-introduction-saidao {
    display: flex;
    flex-flow: wrap;
    margin: 15px 10px 10px 10px !important;
}

.twentySix-introduction-saidao span {
    padding: 1px 20px;
    background-color: #4534b9;
    border-radius: 20px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 15px;
}

.twentySix-introduction-saidao span:hover {
    cursor: pointer;
}

.twentySix-introduction-saidao .headerBannerUloN {
    border: none !important;
}

.IntroductionList div {
    display: none;
}

.IntroductionList div h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.IntroductionList div span {
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: justify;
    display: block;
}

.twentySix-login-typephone {
    height: auto !important;
    background-image: none !important;
    width: auto !important;
    margin-top: 0px !important;

}

.twentySix-login-typephone span {
    letter-spacing: 0px;
    font-weight: 400 !important;
}

.twentySix-certification {
    padding: 30px;
}

.twentySix-certification .layui-form-label {
    width: 110px;
}

.twentySix-certification .layui-input-block {
    margin-left: 140px;
}

.twentySix-certification .twentySix-certification-btn {
    background-color: #e50863 !important;
}

.twentySix-certification button {
    width: 140px;
    border-radius: 30px;
    margin-top: 20px;

}

.temporarydom {
    height: 0px !important;
}

.twentySix-introduction-saidao-typebg {
    background-color: #fff;
    border-radius: 0px 8px 8px 8px;
    overflow: auto;
}

.lrcontent {
    margin: 32px auto;
    width: 1030px;
    padding-bottom: 80px;
    overflow: hidden;
}

.lrcontent .lrcontent-l {
    float: left;
    width: 198px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 15px;
}


.lrcontent .lrcontent-l h4 {;
    height: 58px;
    color: #fff;
    font-weight: bold;
    background-image: url(/img/2026/nav-left-bg.png);
    background-size: 100% 100%;
    line-height: 58px;
    font-size: 18px;
    text-indent: 20px;
}

.lrcontent .lrcontent-l div {
    height: 48px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.lrcontent .lrcontent-l a {
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 48px;
    border-left: none;
}

.lrcontent .lrcontent-l .active {
    font-weight: bold;
    background: -webkit-linear-gradient(right, #0999bd, #2F1C9A, #301295, #721B9E, #D143BB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.lrcontent .lrcontent-l .active:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 2px;
    height: 46px;
    width: 2px;
    background: linear-gradient(to bottom, #0999bd, #2F1C9A, #301295, #721B9E, #D143BB);
}

.lrcontent .lrcontent-r {
    width: 801px;
    float: right;
    border-radius: 6px;
    overflow: hidden;
}

.newscontactBox {
    width: 100%;
    padding-bottom: 0px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}

.newscontactBox .newscontactBox-content {
    display: flex;
    padding: 70px 40px;
    align-items: center;
}

.newscontactBox .newscontactBox-content img {
    width: 183px;
    height: 228px;

}
.btn-vertify{
    background: #fd3a3a;
    border-color: #ffb6b6;
}

.declarationInstructions {
    border-radius: 6px;
    background: #fff;
    padding: 15px;
}

.declarationInstructions .declarationInstructions-title {
    font-size: 18px;
    font-weight: bold;
    background: -webkit-linear-gradient(right, #0999bd, #2F1C9A, #301295, #721B9E, #D143BB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 12px;
}

.declarationInstructions .declarationInstructions-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 21px;
    width: 4px;
    background: linear-gradient(to bottom, #45aefd, #2F1C9A, #0434a5, #721B9E, #D143BB);
    border-radius: 2px;
}

.declarationInstructions .declarationInstructions-content {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
}
.declarationInstructions .declarationInstructions-content dl{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #333;
    width: calc(100% - 60px);
    height: 50px;
    border-bottom: 1px solid #818181;
    align-items: center;
    margin-left: 30px;
}
.declarationInstructions .declarationInstructions-content dl dd:nth-child(2) a {
    color: #fff;
    font-size: 14px;
    background-color: #554fff;
    padding: 10px 17px;
    border-radius: 3px;
}

.declarationInstructions .declarationInstructions-content dl dd:nth-child(2) a:hover {
    background-color: #6937f8 !important;
}
.codeVerificationInput {
    width: 200px !important;
    height: 40px;
}

.codeVerificationInputBtn {
    width: 130px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #218363;
    position: relative;
    top: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.codeVerificationInput input {
    height: 40px !important;
    width: 100% !important;

}


.organizationApplicant {
    width: calc(100% - 64px);
    margin-left: 32px;
    margin-top: 30px;
}

.organizationApplicant table {
    border-left: 1px solid rgba(238, 238, 238, .39);
    border-top: 1px solid rgba(238, 238, 238, .39);
    border-collapse: collapse;
    width: 100%;
}

.organizationApplicant table tr {
    display: flex;
    justify-content: center;
}

.organizationApplicant table tr:nth-child(1) td {
    background-color: rgba(238, 238, 238, .39);
}

.organizationApplicant table tr:nth-child(1) td {
    color: #fff;
    font-weight: bold;
    height: 50px;
}


.organizationApplicant table td:nth-child(1) {
    width: 40px;
}

.organizationApplicant table td:nth-child(2) {
    width: 76px;
}

.organizationApplicant table td:nth-child(3) {
    width: 128px;
}

.organizationApplicant table td:nth-child(4) {
    width: 138px;
}

.organizationApplicant table td:nth-child(5) {
    width: 248px;
}

.organizationApplicant table td:nth-child(6) {
    width: 106px;
}

.organizationApplicant table td:nth-child(7) {
    width: 127px;
}

.organizationApplicant table td:nth-child(8) {
    width: 106px;
}

.organizationApplicant table td:nth-child(9) {
    width: 57px;
}

.organizationApplicant table td:nth-child(10) {
    width: 100px;
}

.organizationApplicant-radio {
    display: flex;
    align-items: center;
}

.organizationApplicant table td {
    border-right: 1px solid rgba(238, 238, 238, .39);
    border-bottom: 1px solid rgba(238, 238, 238, .39);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.organizationApplicant table td input {
    outline: none;
    width: 100%;
    border: 0;
    height: 40px;
    background-color: #183483;
    font-size: 12px;
    color: #fff;
    margin: 8px;
    text-align: center;
    border-radius: 3px;
}

.organizationApplicant table td input::-webkit-input-placeholder {
    color: #a4bbfd;
}

.organizationApplicant table td input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a4bbfd;
}

.organizationApplicant table td input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a4bbfd;
}

.organizationApplicant table td input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4bbfd;
}

.organizationApplicant-radio input {
    width: 15px !important;
    height: 15px !important;
}

.contestlistbanner {
    color: #fff;
    margin-bottom: 50px;
}

.contestlistbanner div {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    padding-left: 100px;
}

.contestlistbanner {
    background-size: 36px 36px;
    background-image: url("../img/2026/list.png");
    background-position: 30px;
    background-repeat: no-repeat;
}

.newsDeclareList {
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 1024px;
    background-image: linear-gradient(to bottom, rgb(40 86 209), rgb(58 79 177 / 75%));
    border: 1px solid rgba(255, 255, 255, 0.5);

}

.newsDeclareList-type {
    display: flex;
    justify-content: space-around;
}

.newsDeclareList-type ul {
    margin-left: 30px;
}

.newsDeclareList-type ul li:nth-child(1) {
    text-align: center;
    font-size: 16px;
    color: #FFE8CF;
    font-weight: bold;
    margin-bottom: 10px;
}

.newsDeclareList-type ul li:nth-child(2) {
    font-size: 14px;
    background-color: #FF4390;
    padding: 7px 22px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
}

.newsDeclareList-plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    height: 40px;
}

.newsDeclareList-plan .newsDeclareList-plan-l {
    margin-left: 15px;
}

.newsDeclareList-plan .newsDeclareList-plan-r span {
    color: #fff;
    padding-left: 25px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.newsDeclareList-plan .newsDeclareList-plan-r span:hover {
    cursor: pointer;
}

.newsDeclareList-plan .newsDeclareList-plan-r span:nth-child(1) {
    background-image: url("../img/2026/list-icon-05.png");
    background-size: 16px;
}

.newsDeclareList-plan .newsDeclareList-plan-r span:nth-child(2) {
    background-image: url("../img/2026/list-icon-06.png");
    background-size: 16px;
}

.newsDeclareList-plan div {
    font-size: 13px;
}

.newsDeclareList-serial {
    margin: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 33px;
}

.newsDeclareList-serial h3 {
    color: #fff;
    background: #FF4390;
    width: 44px;
    height: 28px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    border-radius: 14px;
    line-height: 28px;
    margin-left: 10px;
}

.newsDeclareList-info {
    margin: 0px 30px 30px 30px;
    color: #fff;
    font-size: 14px;
}

.newsDeclareList-info dl {
    display: flex;
    margin-bottom: 20px;
}
.newsDeclareList-info-br{
    display: block;
    width: 1px;
    height: 16px;
    background: #85a4ff;
    margin-right: 20px;
    margin-top: 12px;
}
.newsDeclareList-info dl dd:nth-child(1) {
    width: 105px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}

.newsDeclareList-info dl dd:nth-child(2) {
    width: calc(100% - 120px);
}

.newsDeclareList-generate {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 15px;
}

.newsDeclareList-generates {
    background: #FF4390;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 15px;
}

.newsDeclareList-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsDeclareList-btn ul{
    display: flex;
}

.newsDeclareList-btn div {
    padding: 7px 14px 7px 32px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin-right: 15px;
}

.newsDeclareList-btn div {
    background-repeat: no-repeat;
}
.newsDeclareList-btn div a{
    color: #ffffff;
}

.newsDeclareList-btn-icon-a {
    background-image: url("../img/2026/list-icon-01.png");
    background-size: 17px;
    background-position: 10px;
}

.newsDeclareList-btn-icon-b {
    background-image: url("../img/2026/list-icon-02.png");
    background-size: 17px;
    background-position: 10px;
}

.newsDeclareList-btn-icon-c {
    background-image: url("../img/2026/list-icon-03.png");
    background-size: 17px;
    background-position: 10px;
}

.newsDeclareList-btn-icon-d {
    background-image: url("../img/2026/list-icon-04.png");
    background-size: 17px;
    background-position: 10px;
}

.newsDeclareList-btn div:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #449be4;
}

.trackIntroductionInfo {
    padding: 15px;
    color: #333;
    margin-bottom: 0px !important;

}
.trackIntroductionInfoA,
.trackIntroductionInfoB{
    height: 0 !important;
    padding: 0 !important;
}

.resultaimg div {
    display: flex;
    flex-flow: wrap;
}

.resultaimg div a {
    width: calc(29.3% - 14px);
    margin-right: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px #f2f4f7;
    position: relative;
}
.resultaimg div a div.tips{
    position: absolute;
    bottom: 26px;
    background: rgba(0, 0, 0, 0.6);
    width: 202px;
    color: #fff;
    margin: 0 auto;
    padding-left:10px;
}

.resultaimg h4 {
    font-size: 17px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #4b81fe;
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 13px;

}

.resultaimg h4:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 14px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #4b81fe;
}


.resultaimg div a img {
}
.greenDescRadio{
    display: flex;
    align-items: center;
}


.practicalChannel{
    margin: 30px;
    color: #fff;
    font-size: 14px;
}
.practicalChannel table{
    width: calc(100% - 65px);
}
.practicalChannel table tr{
    margin-bottom: 15px;
    border-bottom: 25px solid #0e48a7;
}
.practicalChannel  table tr td:nth-child(2){
    width: 670px;
}
.practicalChannel h4{
    font-size: 18px;
    position: relative;
    padding-left: 14px;
    margin-left: 14px;
    margin-bottom: 20px;
}
.practicalChannel h4:after{
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 18px;
    background-color:#ffffff;
    border-radius: 3px;

}
.practicalChannel  .linkBtn{
    display: flex;        /* 开启 flex */
    justify-content: space-between; /* 左右分开排列 */
    align-items: center;  /* 垂直居中 */
    width: 600px;         /* 给父容器固定宽度 */
    height: 100px;        /* 高度用于演示垂直居中 */
    margin: 50px auto;    /* 父容器自身在页面水平居中 */
    border: 1px solid #8fb2fa;
}
.practicalChannel  .linkBtn a {
    background-color: #FF448C;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px auto 10px auto;
    height: 45px;
    border-radius: 30px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.practicalChannel tr td:nth-child(1) {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    align-items: center;
    height: 40px;
}
.practicalChannel-textarea textarea,
.greenDescTextarea textarea{
    width: 100%;
    height: 100px;
    background-color: #183483;
    padding: 15px;
    border: 0;
    color: #fff;
    border-radius: 3px;
    outline: none;
}

.practicalChannel-input input,.practicalChannel-radio div:nth-child(2) input{
    background-color: #183483;
    height: 40px;
    border: none;
    padding:0px 15px;
    width: 100%;
    outline: none;
    border-radius: 3px;
}

.practicalChannel-textarea textarea::-webkit-input-placeholder ,
.practicalChannel-input input::-webkit-input-placeholder,
.practicalChannel-radio div:nth-child(2) input::-webkit-input-placeholder,
.greenDescTextarea textarea::-webkit-input-placeholder {
    color: #a4bbfd;
}

.practicalChannel-textarea textarea::-moz-placeholder,
.practicalChannel-input input::-moz-placeholder,
.practicalChannel-radio div:nth-child(2) input::-moz-placeholder,
.greenDescTextarea textarea::-webkit-input-placeholder {
    color: #a4bbfd;
}

.practicalChannel-textarea textarea::-moz-placeholder,
.practicalChannel-input input::-moz-placeholder,
.practicalChannel-radio div:nth-child(2) input::-moz-placeholder,
.greenDescTextarea textarea::-webkit-input-placeholder {
    color: #a4bbfd;
}

.practicalChannel-textarea textarea:-ms-input-placeholder,
.practicalChannel-input input:-ms-input-placeholder,
.practicalChannel-radio div:nth-child(2) input:-ms-input-placeholder,
.greenDescTextarea textarea:-ms-input-placeholder {
    color: #a4bbfd;
}

.practicalChannel-radio{
    display: flex;
    align-items: center;
}
.practicalChannel-radio div:nth-child(2) {
    margin-left: 15px;
}
.greenDescTextarea{
    height: 150px !important;
}
.practicalChannel-to{
    display: flex;
    align-items: center;
    height: 40px;
}
.projectProvinceTxt{
    align-items: flex-start !important;
}
.projectProvinceTxt dd{
    height: auto !important;
}
.projectProvinceTxt dd textarea{
    width: 100%;
    height: 100px;
    background-color: #183483;
    padding: 15px;
    border: 0;
    color: #fff;
    border-radius: 3px;
    outline: none;
}
.projectProvinceTxt dd textarea::placeholder{
    color: #a4bbfd;
}

.practicalChannelIndex{
    width: 1100px;
    margin: 120px auto 0px auto;
    height: 550px;
    background-image: url("/img/2026/shizhanbj.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.practicalChannelIndex dl{
    position: absolute;
    width: 408px;
    color: #fff;
}
.practicalChannelIndex dl dd:nth-child(1){
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.practicalChannelIndex dl dd:nth-child(2){
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}
.practicalChannelIndex-title{
    font-size: 16px;
    color: #fff;
    margin: 30px auto 70px auto;
    width: 1170px;
    line-height: 40px;
}
.practicalChannelIndex-l{
  left: 120px;
    top: 30px;
}
.practicalChannelIndex-r{
    right: 120px;
    top: 210px;
}
.practicalChannelIndex-r dd:nth-child(1){
    text-align: right;
}
.practicalChannel-wap{
    display: none;
}
@media only screen and (max-width: 650px) {
    .lrcontent {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .lrcontent .lrcontent-l{
        width: calc(100% - 30px);
        margin: 0px 15px;
        display: flex;
        flex-flow: wrap;
    }
    .lrcontent .lrcontent-l h4{
        width: 100%;
        text-align: center;
        font-size: 17px;
        text-indent: 0px;
    }
    .declarationInstructions{
        width: calc(100% - 60px);
        margin: 15px;
    }
    .lrcontent .lrcontent-l div {
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    .lrcontent .lrcontent-l div a{
        text-align: center;
    }
    .lrcontent .lrcontent-l .active:after{
        width: 40%;
        height: 2px;
        top: 85%;
        left: 50%;
        margin-left: -20%;
    }
    .lrcontent-r {
        width: 100% !important;

    }

    .lrcontent-r .newsList {
        margin-left: 15px;
    }

    .articleCententLeft section section{
        padding: 0px !important;
        width: 100% !important;
    }
    .headerBanner .tip{
        position: relative;
    }
    .fileDownload{
        margin-bottom: 5px;
    }
    .IntroductionTitel_q{
        width:calc(100% - 30px);
    }
   #demo-laypage-normal-1{
       margin-left: 15px;
   }
   .casembg{
       position: relative;
   }
    .casembg .headerBannerBg{
        position: relative;
        z-index: 3;
    }
   .casembg:after{
       content: "";
       position: absolute;
       width: 100%;
       height: 100%;
       left: 0;
       top: 0;
       background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(32,85,174,1));
   }
   .practicalChannelIndex-title{
       width: calc(100% - 30px);
       font-size: 14px;
       margin: 30px auto 20px auto;

   }
    .practicalChannelIndex{
        display: none;
    }
    .practicalChannel-wap{
        display: flex;

        flex-flow: column;
        color: #fff;
        font-size: 14px;

    }
    .practicalChannel-wap dd{
        position: relative;
        z-index: 3;
    }
    .practicalChannel-wap dd:nth-child(1){
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .practicalChannel-wap dl{
        margin: 0px 15px;
        border-radius: 10px;
        overflow: hidden;
    }
    .practicalChannel-wap .practicalChannel-l{
        background-image: url(/img/2026/img-01-sz.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center 194px;
        position: relative;
        left: 0;
        top: 0;
        padding: 15px 15px 90px;
    }
    .practicalChannel-wap .practicalChannel-l:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(74,32,174,1),rgba(0,0,0,0));
    }
    .practicalChannel-wap .practicalChannel-r{
        background-image: url(/img/2026/img-02-sz.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center 270px;
        position: relative;
        right: 0;
        top: 0;
        padding: 15px;
        padding-bottom:170px;
    }
    .practicalChannel-wap .practicalChannel-r:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(32,42,174,1),rgba(0,0,0,0));
    }
    .practicalChannel-wap .practicalChannel-r{
        margin-top: 50px;
    }
    .practicalChannel-wap .practicalChannel-r dd:nth-child(1){
        text-align: left;
    }
    .practicalChannel-wap dd:nth-child(2){
        line-height: 40px;
    }
}

.moreImgUp{
    background: #205cbd !important;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.moreImgUp span{
    color: #fff !important;
}
.moreImgUp span:hover{
    cursor: pointer;
    font-weight: bold;
}
.appTypeotherTsBox{
    display: flex;
    justify-content: space-between;
}
.appTypeotherTsBox .appTypeotherTs{
    background-color: #1a56b9;
    padding: 10px;
    border-radius: 3px;
    width: 21%;
}
.appTypeotherTsBox .appTypeotherTs h4{
    font-size: 14px;
    margin: 10px 0px 15px 0px;
}

.appTypeotherTsBox .appTypeotherTs h4:after{
    height: 16px;
}
.appTypeotherTsBox .appTypeotherTs div dl dd{
    margin-bottom: 12px;
    border-bottom: 1px dashed #2663c8;
    padding-bottom: 12px;
}
.appTypeotherTsBox .appTypeotherTs div dl dd:hover{
    cursor: pointer;
}
.appTypeotherTsBox .appTypeotherTs div dl dd:last-child{
    border:none !important;
    padding-bottom: 0px;
}
.appTypeotherTsBox .appTypeotherTs-input input{
    background: #0e48a6;
    border: 0;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    text-indent: 10px;
}

.appTypeotherTsBox .appTypeotherTs-input input::-webkit-input-placeholder {
    color: #a4bbfd;
}

.appTypeotherTsBox .appTypeotherTs-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a4bbfd;
}

.appTypeotherTsBox .appTypeotherTs-input input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a4bbfd;
}

.appTypeotherTsBox .appTypeotherTs-input     input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4bbfd;
}