* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

body {
    /* min-width: 1200px; */
}

input {
    outline: none;
}

.text_two_slice {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.login {
    width: 100%;
    height: 937px;
    background-image: url(login.png);
    overflow: hidden;
}

.logo {
    width: 148px;
    height: 45px;
    margin-left: 50px;
    margin-top: 50px;
    float: left;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo-from {
    width: 420px;
    height: 420px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    float: right;
    margin-top: 260px;
    margin-right: 310px;
}

.logo-from-title {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.logo-from-item {
    width: 340px;
    height: 45px;
    border-radius: 22px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    /* box-sizing: border-box; */
}

.logo-from-item-img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 14px;
    margin-left: 22px;
    margin-right: 9px;
}

.logo-from-item-img img {
    width: 100%;
    height: 100%;
}

.logo-from-item input {
    width: 80%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 14px;
}

.logo-from-item input::-webkit-input-placeholder {
    color: #2574a5;
}

.form-yzm {
    float: right;
    width: 73px;
    height: 30px;
    margin-top: 7px;
    margin-right: 15px;
}

.form-yzm img {
    width: 100%;
    height: 100%;
}

.logo-from-center .login-button {
    display: block;
    width: 340px;
    height: 48px;
    margin: 0 auto;
    border: none;
    border-radius: 24px;
    background-color: #2574a5;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.project-head {
    width: 100%;
    height: 80px;
    background-image: url(head.png);
}

.project-head-logo {
    width: 120px;
    height: 36px;
    margin-left: 50px;
    float: left;
    margin-top: 22px;
}

.project-head-logo img {
    width: 100%;
    height: 100%;
}

.project-head-right {
    float: right;
    line-height: 80px;
}

.project-head-right-item01 {
    float: left;
    margin-right: 30px;
}

.project-head-right-item01-img {
    float: left;
    position: relative;
    width: 17px;
    height: 20px;
    margin-right: 8px;
}

.project-head-right-text {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
}

.project-head-right-item01-img img {
    width: 100%;
    height: 100%;
}

.project-head-right-yyy {
    width: 8px !important;
    height: 8px !important;
    position: absolute;
    right: -2px;
    top: 0;
}

.project-head-right-item02-img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 11px;
    float: left;
}

.project-head-right-item02-img img {
    border-radius: 50%;
}

.project-head-right-item02 {
    float: left;
    margin-right: 30px;
}

.project-head-right-item02-img img {
    width: 26px;
    height: 26px;
}

.project-head-right-item03 {
    float: left;
    margin-right: 20px;
}

.project-head-right-item03 img {
    margin-right: 20px;
}

.project {
    overflow: hidden;
}

.project-margin-r {
    width: 1820px;
    margin: 0 auto;
}

.project-head-list {
    overflow: hidden;
    margin-left: 13px;
}

.project-head-list-left {
    float: left;
    width: 20px;
    height: 18px;
    margin-top: 30px;
    margin-right: 11px;
}

.project-head-list-left img {
    width: 100%;
    height: 100%;
}

.project-head-list-text {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    float: left;
    margin-top: 25px;
    margin-right: 30px;
}

.project-head-list-input {
    float: left;
    margin-top: 20px;
    width: 400px;
    height: 40px;
    border-radius: 20px;
    background-color: #e9ebef;
}

.project-head-list-input input {
    float: left;
    width: 80%;
    height: 100%;
    background-color: #e9ebef;
    outline: none;
    border: none;
    margin-left: 20px;
    font-size: 14px;
}

.project-head-list-input .project-head-list-input-img {
    float: right;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 13px;
}

.project-head-list-input .project-head-list-input-img img {
    width: 100%;
    height: 100%;
}

.project-content {
    margin-top: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-content-lest {
    width: 100%;
    padding-bottom: 35px;
}

.project-content-item {
    max-width: 1760px;
    margin: 0 auto;
    height: 80px;
}

.project-content-item th {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.project-content-lest td {
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 80px;
    max-width: 60px;
    font-size: 14px;
    color: #666666;
}

.project-content-lest .tx {
    display: block;
    width: 120px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #1c4f79;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 14px;
    margin-bottom: 6px;
}

.project-content-lest .xg {
    display: block;
    width: 120px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #2574a5;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 14px;
    margin-bottom: 6px;
}

.project-content-lest .dy {
    display: block;
    width: 120px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #319aa3;
    /* background-color: #1c4f79; */
    box-sizing: border-box;
    border: 1px solid #319aa3;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 14px;
    margin-bottom: 6px;
}

.project-content-lest .ck {
    display: block;
    width: 120px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background-color: #319aa3;
    box-sizing: border-box;
    border: 1px solid #319aa3;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 14px;
    margin-bottom: 6px;
}

.project-foot {
    float: right;
    height: 36px;
    margin-bottom: 30px;
    line-height: 36px;
    margin-right: 30px;
}

.project-foot-all {
    float: left;
    letter-spacing: 3px;
    margin-right: 24px;
    line-height: 36px;
}

.project-foot-syy {
    float: left;
    width: 66px;
    height: 36px;
    box-sizing: border-box;
    line-height: 36px;
    text-align: center;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}

.project-foot-item {
    border: 1px solid #EEEEEE;
    float: left;
    width: 46px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box;
}

.project-foot .on {
    color: #FFFFFF;
    background-color: #319aa3;
}

.project-foot .borderonone {
    border: none;
}


.sample {
    width: 100%;
    /* height: 937px; */
    background-image: url(sample.png);
    background-repeat: repeat;
    background-size: cover;
    overflow: hidden;
}

.sample-logo {
    width: 120px;
    height: 36px;
    margin-left: 50px;
    margin-top: 22px;
    float: left;
}

.sample-logo img {
    width: 100%;
    height: 100%;
}


.sample-list {
    width: 1145px;
    height: auto;
    margin: 240px auto 100px;
    overflow: hidden;
    text-align: center;

}

.sample-list-item {
    display: inline-block;
    width: 342px;
    text-align: center;
    height: 280px;
    text-align: center;
    /* float: left; */
    /* position: absolute; */
}

.sample-list-item-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.sample-list-item-img img {
    width: 100%;
    height: 100%;
}

.sample-list-item-text {
    text-align: center;
    margin-top: 23px;
    color: #FFFFFF;
    font-size: 18px;
}

.sample-list-item:nth-child(2) {
    /* margin-left: 100px; */
    /* margin-right: 90px; */
}

.sample-list-item:nth-child(3) {
    /* width: 180px !important; */
}

.sample-list-item:nth-child(4) {
    /* margin-right: 100px; */
}

.sample-list-item:nth-child(5) {
    /* width: 180px !important; */
}

.Notice-content {
    width: 74%;
    margin: 0 auto;
    margin-top: 10px;
    min-height: 300px;
    box-shadow: 0 2px 10px 8px #eee;
    margin-bottom: 90px;
    box-sizing: border-box;
    padding: 35px 80px 50px;
}

.Notice-title {
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.Notice-content-text {
    padding-top: 20px;
}

.Notice-foot {
    width: 100%;
    height: 80px;
    box-shadow: 0 2px 10px 8px #eee;
    position: fixed;
    bottom: 0;
    /* z-index: 9999; */
    background-color: #FFFFFF;
}

.Notice-foot .mui-checkbox {
    margin-left: 16.5%;
    float: left;
    margin-top: 30px;
}

.Notice-foot-content label {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin-left: 25px;
}

.Notice-foot-content input {
    /* border: #5aaeb5; */
    position: absolute;
    top: 36.4px;
}

.Notice-foot-content-right {
    float: right;
    margin-right: 310px;
}

.Notice-foot-content-right .Notice-foot-content-right-item {
    background-color: #319aa3;
    float: left;
    margin-top: 26px;
    margin-right: 20px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
}

.Notice-foot-content-right .Notice-foot-content-right-item a {
    color: #FFFFFF;
    padding: 8px 22px;
    display: inline-block;
}

.dddwww img {
    width: 14px;
    height: 12px;
    margin-right: 4px;
}

.dddwww {
    font-size: 14px;
    color: #666666;
}


.Write-content {
    width: 1200px;
    margin: 0 auto;
}

.Write-content .dddwww {
    margin-top: 20px;
}

.Write-title {
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 30px;
}


.Write-title-left img {
    width: 40px;
    height: 40px;
    margin-right: 11px;
    float: left;
}

.Write-title-left span {
    display: block;
    margin-top: 5px;
    float: left;
    color: #333333;
    font-size: 24px;
}

.Write-title-right {
    width: 160px;
    height: 36px;
    color: #FFFFFF;
    background-color: #319aa3;
    border-radius: 18px;
    float: right;
    line-height: 36px;
    font-size: 14px;
}

.Write-title-right:hover {
    color: #ffffff;
}

.Write-title-right img {
    width: 16px;
    height: 14px;
    margin-left: 13px;
    margin-right: 3px;
}

.Write-banner01 {
    width: 100%;
    min-height: 186px;
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

.Write-banner01-head {
    width: 100%;
    height: 60px;
    background-color: #eaf5f6;
    position: relative;
}

.Write-banner01-head-info {
    margin-left: 40px;
    padding-top: 7px;
}

.Write-banner01-head-info img {
    float: left;
}

.Write-banner01-head-info span {
    float: left;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 10px;
}

.Write-banner01-from {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 40px;
    color: #666666;
    font-size: 14px;
}

.Write-banner01-from-item {
    float: left;
    min-width: 315px;
    margin-top: 30px;
}

.from-r {
    margin-left: 7px;
}

.Write-banner01-content {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 40px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
}

.Write-banner01-from-item input {
    margin-left: 12px;
    width: 150px;
    height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    border: solid 1px #e3e3e3;
    border-radius: 3px;
}

.Write-banner01-from-item:nth-child(3) input {
    width: 200px;
}

.Write-banner02 {
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666666;
}

.Write-banner02-left {
    float: left;
    width: 48%;
    min-height: 200px;
    border: 1px solid #EEEEEE;
}

.Write-banner02 .Write-banner01-head {
    margin-bottom: 30px;
}

.Write-banner02-from-item {
    margin-left: 40px;
    margin-bottom: 24px;
}

.Write-banner02-from-item input {
    margin-left: 15px;
    width: 65%;
    height: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}

.Write-banner02-rgiht {
    float: right;
    width: 48%;
    min-height: 210px;
    border: 1px solid #EEEEEE;
}

.Write-banner02-rgiht-content {
    margin-left: 5%;
    margin-top: 60px;
}

.Write-banner02-rgiht-content label {
    margin-right: 5%;
    position: relative;
    width: 20%;
    overflow: hidden;
    height: 20px;
}

.Write-banner02-rgiht-content label input {
    margin-right: 6px;
    line-height: 20px;
    float: left;
    /* position: absolute; */
    margin-top: 3px;
    margin-left: 15px;
}

.Write-banner02-rgiht-content label span {
    margin-left: 5px;
    float: left;
    margin-right: 20px;
}

.Write-banner01-head-info .Write-title-ts {
    color: #319aa3;
    margin-left: 36px;
    font-size: 14px;
}

.Write-banner03 {
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666666;
}

.Write-banner04 {
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}

.Write-banner05 {
    min-height: 100px;
    border: 1px solid #EEEEEE;
    margin-bottom: 60px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    padding-bottom: 30px;
}

.Write-banner03-from {
    padding: 20px 40px 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
}

.Write-banner03-from .checkbox-group {
    padding: 0;
}

.Write-banner03-from-item {
    display: inline-block;
    padding: 7px 0;
    position: relative;
    min-width: 20%;
}

.Write-banner03-from-item input {
    top: 3px;
}

.Write-banner04-content {
    padding: 20px 0;
}

.Write-banner04-content tr td {
    color: #666666;
    font-size: 14px;
    padding: 6px 20px;
    line-height: 36px;
}

.Write-banner04-content tr td:first-child {
    width: 180px;
    text-align: right;
    vertical-align: top;
    padding-top: 7px;
    padding-right: 0;
}

.Write-banner04-content tr td:last-child {
    padding-left: 5px;
}

.Write-banner04-content tr td:last-child .radio-group, .Write-banner04-content tr td:last-child .checkbox-group {
    margin-top: -3px;
}

.Write-banner04-content tr td:last-child .remark {
    line-height: 30px;
}

.Write-banner04-content tr td .layui-form-radio, .Write-banner04-content tr td .layui-form-checkbox[lay-skin="primary"] {
    height: 36px !important;
    line-height: 36px !important;;
}

.Write-banner04-content tr td .layui-form-checkbox[lay-skin="primary"] i {
    margin-top: 8px;
}

.Write-banner04-content tr td .layui-form-checkbox[lay-skin="primary"] span {
    line-height: 36px !important;
}

.Write-banner04-content tr td .layui-input {
    height: 32px;
    border-color: #e3e3e3;
    vertical-align: middle;
}

.Write-banner05-nav {
    overflow: hidden;
    margin-left: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.Write-banner05-nav-item {
    float: left;
    background-color: #319aa3;
    padding: 13px 10px;
    border-radius: 2px;
    color: #FFFFFF;
    margin-right: 20px;
    cursor: pointer;
}

.Write-banner05-nav-item:hover {
    color: #FFFFFF;
}

.Write-banner05-nav-item img {
    height: 14px;
    vertical-align: middle;
    margin-top: -3px;
}

.Write-banner05-content {
    max-width: 1320px;
    margin: 0 40px;
}

.Write-banner05-content table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.Write-banner05-content table tr {
    height: 60px;
}

.Write-banner05-content table th {
    border: none;
}

.Write-banner05-content table td {
    border: 1px solid #e3e3e3;
    text-align: center;
}

.Write-banner05-content table td input {
    height: 48px;
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e3e3e3;
    caret-color: #319aa3;
    border-radius: 5px;
    font-size: 14px;
    color: #333333;
    padding: 0;
}

.Write-banner05-content table td input:focus {
    outline: none;
    border: 1px solid #319aa3;
}

.Write-banner05-content table tr th {
    background-color: #eaf5f6;
}

.Write-banner05-content table tr th:nth-child(1), .Write-banner05-content table tr th:nth-child(2) {
    width: 60px;
}

.Write-banner05-content .checkbox {
    width: 24px;
    height: 24px;
}

.Write-btn {
    width: 150px;
    display: block;
    height: 36px;
    border: none;
    background-color: #319aa3;
    border-radius: 18px;
    margin: 0 auto;
    margin-bottom: 53px;
    color: #FFFFFF;
    cursor: pointer;
}

.result-dw {
    width: 74%;
    margin: 20px auto 28px;
}

.result-c {
    width: 93%;
    margin: 0 auto;
    overflow: hidden;
}

.result-contetn {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 60px;
    min-height: 740px;
    box-shadow: 0 2px 10px 2px #eee;
}


.result-title img {
    margin-top: 12px;
    float: left;
    margin-right: 10px;
}

.result-title-text {
    font-size: 24px;
    color: #333333;
    margin-top: 15px;
}

.result-title {
    overflow: hidden;
    margin-bottom: 30px;
}

.result-contetn-item {
    width: 99%;
    min-height: 320px;
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
    height: 90px;
}


.result-info {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.result-info-item-box {
    float: left;
    display: inline-block;
    margin-top: 50px;
}

.result-info-item-box:nth-child(1) {
    margin-left: 2%;
}


.result-info-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #319aa3;
    position: relative;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}

.result-info-item-infotext {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #319aa3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.result-info-item img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.result-info-item-text {
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.result-info-item-foot {
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    box-sizing: border-box;
    border: 1px solid #319AA3;
    color: #319AA3;
    margin: 0 auto;
}

.result-info-item-box:nth-child(3) {
    margin-left: 10px;
}


.result-info-item-box:nth-child(5) {
    margin-left: 10px;
}


.result-info-item-box:nth-child(7) {
    margin-left: 10px;
}

.result-info-item .on {
    background-color: #e3e3e3;
    color: #aaaaaa;
}

.result-info-item-box .bon {
    border-color: #e3e3e3;
}

.result-info .margin-lr {
    margin-left: -17px;
    margin-right: -18px;
}

.jiantou {
    width: 50%;
    /* float: left; */
    margin-top: 72px;
    margin-left: 15px;
    margin-right: 15px;
    height: 17px;
}

.check-info {
    width: 1200px;
    margin: 40px auto 50px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 2px #eee;
    overflow: hidden;
}

.check-info-head {
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.check-info-title {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    background: linear-gradient(to right, #1c4f79, #319aa3);
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.check-info-content-c {
    width: 1000px;
    margin: 0 auto;
}

.check-info-list {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
}

.check-info-item {
    font-size: 14px;
    color: #333333;
    float: left;
    width: 25%;
    margin-bottom: 8px;
}

.check-info-list .leix-table {
    width: 100%;
    margin-bottom: 60px;
}

.check-info-list .leix-table tr th, .check-info-list .leix-table tr td {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
}

.check-info-list .leix-table tr th {
    background: #eaf5f6;
    min-height: 60px;
}

.check-info-foot {
    width: 330px;
    margin: 0 auto;
    margin-bottom: 135px;
}

.check-info-foot-left {
    display: block;
    width: 150px;
    height: 36px;
    float: left;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    background-color: #2574a5;
    cursor: pointer;
}

.check-info-foot-right {
    display: block;
    width: 150px;
    height: 36px;
    float: right;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    background-color: #319aa3;
    cursor: pointer;
}

.notify-list {
    width: 74%;
    margin: 24px auto 50px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 2px #eee;
    overflow: hidden;
    padding: 30px 50px 30px;
    box-sizing: border-box;
    position: relative;
}

.notify-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.notify-item-span {
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 28px;
    background-color: #319aa3;
    margin-right: 8px;
}

.notify-item-title {
    font-size: 14px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.notify-item-title:hover a {
    color: #333333;
}

.notify-item-title a {
    color: #666666;
}

.notify-item-time {
    float: right;
    font-size: 14px;
    color: #666666;
}

.notify-list .project-foot {
    float: none;
    margin-top: 36px;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
}

.notify-info-title {
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 30px;
}

.notify-info-title-foot {
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.notify-info-title-foot .notify-info-title-foot-time {
    margin-right: 20px;
}

.notify-info-content {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    padding: 40px 0;
    margin: 25px 0 50px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.notify-info-left {
    float: left;
    width: 55%;
}

.notify-info-shangyipian {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.notify-info-rihjt {
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #319aa3;
    color: #fff;
    font-size: 14px;
}

.notify-info-rihjt:hover {
    color: #fff;
}

.Revise {
    width: 980px;
    height: 680px;
    margin: 65px auto 113px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.Revise-title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    background: linear-gradient(to right, #319aa3, #206192);
}

.Revise-from {
    margin-top: 97px;
}

.Revise-from-item {
    width: 500px;
    height: 55px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.Revise-from-item img {
    margin-left: 21px;
    margin-top: 19px;
    width: 15px;
    height: 16px;
    float: left;
}

.Revise-from-item input {
    width: 80%;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    border: none;
}

.Revise-from-item .changePwd-button {
    width: 100%;
    height: 100%;
    background-color: #319aa3;
    color: #FFFFFF;
    border: none;
    font-size: 20px;
    border-radius: 5px;
}

.Revise-foot {
    text-align: center;
    color: #5ba9b1;
    font-size: 14px;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .result-info-item-box:nth-child(1) {
        margin-left: 6%;
    }

}

/*新增类型表单start*/
.leix-class {
    padding: 20px 40px 30px;
    display: none;
}

.leix-title {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.leix-title-span {
    /* position: absolute; */
    display: inline-block;
    width: 3px;
    height: 12px;
    background-color: #319aa3;
}

.leix-title-text {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 8px;
}

.leix-from {
    width: 100%;
}

.leix-from tr td {
    border: 1px solid #E3E3E3;
    color: #666666;
    font-size: 14px;
    padding: 6px 20px;
    line-height: 36px;
}

.leix-from tr td:first-child {
    width: 20%;
    text-align: center;
}

.leix-from tr td .layui-input {
    height: 32px;
    border-color: #e3e3e3;
    vertical-align: middle;
}

.leix-from tr td .layui-form-radio, .leix-from tr td .layui-form-checkbox[lay-skin="primary"] {
    height: 36px !important;
    line-height: 36px !important;
}

.leix-from tr td:last-child .remark {
    line-height: 30px;
}

.textright {
    text-align: right;
}

.leix-list {
    width: 100%;
    margin-bottom: 5px;
}

.leix-list tr td {
    border: 1px solid #E3E3E3;
    color: #333333;
    font-size: 14px;
    padding: 4px 20px;
    line-height: 26px;
    text-align: initial;
}

.leix-list tr td:first-child {
    width: 20%;
    text-align: center;
}

.leix-list .leix-list-item {
    margin-bottom: 8px;
    color: #333333;
}

.leix-list .placeholder {
    padding: 0 10px;
    border-bottom: 1px solid #666;
}

/*新增类型表单end*/

.Write-banner03 label {
    margin-left: 5px;
}

/*icp start*/
.index-foot-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
}

.index-foot-foot a {
    color: #ffffff;
    font-size: 14px;
}


/*icp end*/