body {
    background: #fff;
}

td img {
    padding: 5px;
}

/* 通用单页 */


.Ny_cont {
    padding: 30px 0;
    min-height: 500px;
}

.Ny_cont p {
    margin: 0;
    font-size: 16px;
    text-indent: 32px;
    line-height: 2;
}

/* end-通用单页 */
/* 通用 */
figure.image img {
    width: auto;
    max-width: 100%;
}

figure.image-style-align-center img {
    display: block;
    margin: 0 auto;
}

.dingei {
    position: relative;
    top: -150px;
}

.Nybanner {
    position: relative;
    width: 100%;
    min-height: 250px;
}

.Nybanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 250px;
}

.NybannerText {
    position: absolute;
    width: 380px;
    height: 100%;
    left: calc(50% - 160px);
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.NybannerText h2 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.3em;
    color: #3A3A3A;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.NybannerText h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    background: #000;
}

.NybannerText h2::before {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    background: #000;
}

.NybannerText h1 {
    font-size: 62px;
    line-height: 1;
    color: #3A3A3A;
    margin: 30px auto 45px;
    width: 360px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
}

.NybannerText p {
    display: flex;
    justify-content: space-around;
}

.NybannerText p a {
    font-size: 16px;
    color: #3A3A3A;
}

.NyBigBox {
    padding-bottom: 100px !important;
}



.Ny_Content {
    min-height: 500px;
}

/* end-通用 */
/* 公司简介 */
.inside_about {
    margin-top: 120px;
}

.NybannerTextAbout {
    width: 600px;
    left: calc(50% - 300px);
}

.NybannerTextAbout h1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.NybannerTextAbout h1 span {
    width: 150px;
}

.inside_about .Ny_postTitle {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 1100px;
    margin-bottom: 120px;
}

.inside_about .Ny_postTitle .text p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 0;
    color: #474747;
}

.wenhua {
    display: flex;
}

.wenhua .left {
    position: relative;
}

.wenhua .left span {
    position: absolute;
    z-index: 1;
    right: 85px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.wenhua .left span h1 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.wenhua .left span p {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.wenhua .left img {
    position: relative;
    width: 850px;
}

.wenhua .right {
    background: linear-gradient(180deg, #71BF44 0%, #54C5CF 100%);
    width: calc(100% - 850px);
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 160px;
}

.FZLC {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(/assets/images/img34.png) no-repeat bottom;
}

.FZLC .Ny_postTitle {
    padding-bottom: 100px;
    margin-bottom: 0;
}

.FZLCBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
}

.FZLCBox .time {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #1F1F1F;
    width: 38%;
    text-align: right;
}

.FZLCBox span {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #000000;
    background: #fff;
    position: relative;
}

.FZLCBox span::after {
    content: "";
    display: block;
    width: 1px;
    height: 180px;
    background: #000;
    position: absolute;
    left: 14px;
    z-index: -1;
}

.FZLCBox .text {
    width: 54%;
}

.FZLCBox .text h1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    color: #1F1F1F;
}

.FZLCBox .text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    color: #666666;
}

.honor {
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/150/20230513135639_kPHwlx93.png) no-repeat bottom;
    background-size: 100% 100%;
    padding-bottom: 170px;
}

.honor .Ny_postTitle {
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 90px;
}

.honorSwiperBox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.honorSwiper {
    width: 100%;
    overflow: inherit;
    padding: 100px 0;
}

.honorSlide img {
    width: 100%;
}

.honorSwiper .swiper-slide-active {
    transform: scale(1.4);
    z-index: 3;
    box-shadow: 0 0 10px 2px black;
}

.honorSwiper .swiper-slide-next,
.honorSwiper .swiper-slide-prev {
    transform: scale(1.2);
    z-index: 2;
    box-shadow: 0 0 10px 2px #00000080;
}

.SCCJ .NyNav .cur {
    border: 1px solid !important;
    z-index: 2;
    border-image: linear-gradient(90deg, #54C5CF 0%, #71BF44 100%) 1 !important;
}

.SCCJSwiperBox {
    display: none;
    padding-top: 85px;
    padding-bottom: 85px;
}

.SCCJSlide {
    position: relative;
}

.SCCJSlide img {
    position: relative;
    width: 100%;
}

.SCCJSlide .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-left: 75px;
    z-index: 1;
    background: rgb(63 63 63 / 60%);


    font-size: 20px;
    line-height: 60px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

/* end - 公司简介*/
/* 产品  ---------- */
/* 产品列表 */
.productTop {
    margin: 120px auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productTop h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #3A3A3A;
    margin-bottom: 0;
}

.productTop h2 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3A3A3A;
}

.productTop span {
    display: block;
    width: 68px;
    height: 3px;
    background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%);
    margin-bottom: 45px;
}

.productTop p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #474747;
}

.ProductImg {
    position: relative;
}

.ProductImg img {
    position: relative;
    width: 100%;
}

.ProductImg .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ProductImg .text h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.ProductImg .text h2 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.ProductImg .text span {
    display: block;
    width: 68px;
    height: 3px;
    background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%);
    margin-top: 15px;
    margin-bottom: 30px;
}

.ProductImg .text .NyNav {
    display: flex;
    justify-content: space-between;
}

.ProductImg .text .NyNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    margin: 0 30px;
    border: 1px solid #71BF4400;
}

.ProductImg .text .NyNav a:hover {
    border: 1px solid;
    border-image: linear-gradient(90deg, #54C5CF 0%, #71BF44 100%) 1;
}

.ProductImg .text .NyNav a.active {
    border: 1px solid;
    border-image: linear-gradient(90deg, #54C5CF 0%, #71BF44 100%) 1;
}

.Ny_ProductList {
    margin-top: 60px;
}

.Ny_ProductList a {
    display: flex;
    justify-content: flex-start;
    background: #F3F3F3;
    border-radius: 15px;
    overflow: hidden;
}

.Ny_ProductList .text {
    padding-top: 36px;
    padding-left: 45px;
    width: 50%;
}

.Ny_ProductList .text p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.Ny_ProductList .img {
    width: 50%;
    display: flex;
    justify-content: center;
}

.Ny_ProductList .img img {
    width: auto;
    max-width: 100%;
}

/* end-产品列表 */
/* 产品详情 */
.Ny_Navigation_Nav {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 45px;
}

.Ny_Navigation_Nav .NyNavigation a {
    font-size: 16px;
    color: #575757;
    padding: 0 30px;
}

.Ny_Navigation_Nav .NyNavigation a:first-child {
    padding-left: 0;
}

.Ny_Navigation_Nav .NyNavigation a:last-child {
    font-weight: bold;
    color: #367B0E;
}

.Ny_Navigation_Nav .NyNav {
    display: flex;
}

.Ny_Navigation_Nav .NyNav a {
    font-size: 16px;
    line-height: 1;
    color: #575757;
    padding: 0 45px;
    position: relative;
}

.Ny_Navigation_Nav .NyNav a::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #A9A9A9;
    position: absolute;
    top: 0;
    right: 0;
}

.Ny_Navigation_Nav .NyNav a:last-child {
    padding-right: 0;
}

.Ny_Navigation_Nav .NyNav a:last-child::after {
    width: 0;
}

.Ny_Product_top {
    background: #afc7ad1a;
    position: relative;
}

.Ny_Product_top::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #ECECEC;
}

.Ny_Product_top .container {
    display: flex;
}

.Ny_Product_top .container .textBox {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
}

.Ny_Product_top .container .textBox::after {
    content: "";
    display: block;
    position: absolute;
    width: 555px;
    height: 100%;
    right: -375px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(110deg, #f7f9f7, #f7f9f7 50%, transparent 50%, transparent 100%);

}

.Ny_Product_top .container .textBox h1 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #367B0E;
    position: relative;
    z-index: 2;
}

.Ny_Product_top .container .ImgBox {
    width: 60%;
    background: #ECECEC;
    display: flex;
    align-items: flex-end;
    padding-left: 90px;
}

.Ny_Product_top .container .ImgBox .back {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 30px;
    position: relative;
    color: #333;
    z-index: 2;
}

.Ny_Product_top .container .ImgBox .back p {
    margin: 0;
    letter-spacing: 0.2em;
}

.ProductSwiper {
    width: 65%;
    position: relative;
    right: 0;
    margin-right: 0;
}

.ProductSwiper .swiper-wrapper {
    width: 50%;
}

.proListBoxprev {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: url(/assets/images/img14.png);
    background-size: 100% 100%;
    top: 115px;
    right: 0;
    left: auto;
}

.proListBoxnext {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: url(/assets/images/img13.png);
    background-size: 100% 100%;
    top: 45px;
    right: 0;
    left: auto;
}

.proListBoxnext:after,
.proListBoxprev:after {
    color: #0000;
}

.ProductSwiper .pdf {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    z-index: 2;
}

.ProductSwiper .pdf p {
    margin: 0;
    letter-spacing: 0.2em;
}

.ProductSlide img {
    height: 400px;
}

.Ny_Details_Details {
    margin-top: 60px;
    position: relative;
}

.inside_proDetails_top {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin-bottom: 45px;
}

.inside_proDetails_top::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 75px;
    width: 100vw;
    height: 1px;
    background: #F3F3F3;
}

.inside_proDetails_top p {
    margin: 0;
    font-size: 24px;
    line-height: 3;
    position: relative;
}

.inside_proDetails_top p.cur {
    color: #367B0E;
}

.inside_proDetails_top p.cur::after {
    content: "";
    display: block;
    position: absolute;
    width: 68px;
    height: 3px;
    background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%);
}

.inside_proDetails_content {
    display: none;
    min-height: 500px;
    padding-bottom: 120px;
}

.Ny_Product_title {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #3A3A3A;
    position: relative;
    padding-bottom: 15px;
}

.Ny_Product_title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 68px;
    background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%);
}

/* end-产品详情 */
/* ----------  end-产品  ---------- */
/* ----------  新闻  ---------- */
/* 新闻列表 */
.Ny_News {
    margin-top: 120px;
}

.NewsList {
    padding: 45px 0;
    border-bottom: 1px solid #F3F3F3;
}

.NewsList:hover {
    background: linear-gradient(180deg, #54C5CF1a 0%, #71BF441a 100%), #AFC7AD1a;
}

.NewsList a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
}

.NewsList a img {
    width: 100%;
    max-width: 600px;
}

.NewsList .NewsTime {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    padding: 60px 0;
}

.NewsList .NewsTime h1 {
    font-size: 24px;
    line-height: 2;
    color: #3A3A3A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.NewsList .NewsTime span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #333333;
}

.NewsList .NewsText {
    width: 100%;
    max-width: 400px;
    padding: 60px 0;
}


.NewsList .NewsText p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.2em;
    color: #474747;
    margin: 0;
}

/* end-新闻列表 */
/* 新闻详情 */
.Ny_NewsPost {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
}

.Ny_NewsPost .right .Ny_postTitle {
    width: 100%;
}

.Ny_NewsPost .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Ny_NewsPost .right {
    width: 100%;
    max-width: 960px;
}

.Ny_NewsPost .top h2 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #3A3A3A;
    margin-bottom: 0;
}

.Ny_NewsPost .top h1 {
    font-size: 46px;
    line-height: 2;
    color: #3A3A3A;
    margin-bottom: 0;
}

.Ny_NewsPost .bottom a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #3A3A3A;
    margin: 0 30px;
}

.Ny_NewsPost .bottom a img {
    margin: 0 15px;
}

.Ny_NewsPost .right .Ny_postTitle h1 {
    font-size: 26px;
    line-height: 2;
    color: #3A3A3A;
    margin-bottom: 30px;
}

.Ny_NewsPost .right strong span {
    color: #747474;
    margin-right: 30px;
}

.Ny_NewsPost .right .Ny_cont {
    border-top: 1px solid #575757;
    margin-top: 30px;
}

/* end-新闻详情 */
/* end 新闻---------- */
/* 案例 */
.Ny_CaseBox {
    padding-top: 160px;
}

.Ny_CaseNavBox {
    padding-top: 60px;
    position: relative;
    padding-bottom: 75px;
}

.Ny_CaseList {
    margin-bottom: 60px;
}

.Ny_CaseList .text {
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #3A3A3A;
    background: #ECECEC;
    font-family: auto;
}

.Ny_CaseNav {
    display: flex;
    justify-content: space-between;
}

.Ny_CaseNav a {
    font-size: 18px;
    line-height: 2;
    color: #3A3A3A;
}

.Ny_CaseNav a.active {
    font-weight: 700;
    color: #367B0E;
}

.Ny_CaseNavBox_back {
    display: flex;
    align-items: center;
    color: #333;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Ny_CaseNavBox_back:hover {
    color: #333;
}

.Ny_CaseNavBox_back p {
    margin: 0;
    margin-left: 15px;
}

/* end-案例 */
/* 联系我们 */
.Ny_ContentText {
    margin-top: 120px;
}

.Ny_ContentText .top {
    display: flex;
}

.Ny_postTitle {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Ny_postTitle h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #3A3A3A;
    margin-bottom: 0;
}

.Ny_postTitle h2 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3A3A3A;
}

.Ny_postTitle span {
    display: block;
    width: 68px;
    height: 3px;
    background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%);
    margin-bottom: 45px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.Ny_Add {
    background: #FCFCFC;
    border-radius: 10px;
    width: 48%;
    padding: 60px 100px;
}

.Ny_Add h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.Ny_Add h1 p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #3A3A3A;
    margin-bottom: 0;
}

.Ny_Add h1 a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #3a3a3a;
    display: flex;
    align-items: center;
}

.Ny_AddIcon {
    position: relative;
    margin-right: 10px;
}

.addImg1 {
    position: absolute;
}

.addImg2 {
    position: relative;
}

/* end-联系我们 */
/* 下载 */
.DownloadList {
    padding: 30px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.DownloadList:nth-child(2n) {
    background: hsl(0deg 0% 95%);
}

.DownloadList h1 {
    font-size: 24px;
    margin: 0;
}

.DownloadList p {
    margin: 0;
}

/* 人才招聘 */
.Ny_Job {
    margin-top: 120px;
}

.Ny_Job .Ny_postTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Ny_JobText {
    margin-top: 150px;
    margin-bottom: 90px;
    display: flex;
}

.Ny_JobText span {
    padding-left: 90px;
}

.Ny_JobText span h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #E2E2E2;
}

.Ny_JobText span p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #474747;
    margin-bottom: 0;
}

.Ny_JobText span p:nth-child(2) {
    padding-bottom: 75px;
}

.Ny_Job .Ny_cont {
    background: #FCFCFC;
    padding: 103px 0 126px;
}

.JobSwiper {
    margin-top: 42px;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
}

.JobSlide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 30px;
}

.JobSlide img {
    filter: grayscale(1);
}

.JobSlide .text span {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    color: #3A3A3A;
}

.JobSlide .text h1 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    color: #3A3A3A;
}

.JobSlide .text p {
    height: 24px;
    text-indent: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #3A3A3A;
}

.JobSlide.cur span,
.JobSlide.cur h1,
.JobSlide.cur p {
    color: #48AB0E;
}

.JobSlide.cur img {
    filter: grayscale(0);
}

.JobItem {
    background: #fff;
}

.JobItem .item {
    display: none;
    padding-bottom: 60px;
}

.JobItem .content {
    padding-bottom: 60px;
}

.JobItem .content h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 120px;
    letter-spacing: 0.2em;
    color: #3A3A3A;
    padding: 0 75px;
    border-bottom: 1px solid #E2E2E2;
}

.JobItem .content .text {
    padding-top: 45px;
}

.JobItem .content p {
    padding: 0 75px;
    text-indent: 0;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #474747;
}

.JobAddLink {
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
}

.JobAddLink h1 {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}

.JobAddLink a {
    display: block;
    width: 100px;
    height: 40px;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    z-index: 2;
}

.JobAddLink a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #48AB0E;
    border-radius: 6px;
    position: absolute;
    top: 5px;
    z-index: -1;
}




/* end-人才招聘 */
/* 相册 */
.photo .examples {
    margin-top: 40px;
}

.photo .examples .row {
    margin-bottom: 20px;
}

.photo .examples .col-md-3 {
    text-align: center;
    margin-bottom: 20px;
}

.photo .example img {
    width: 100%;
}

.photo .text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

/* end-相册 */
/* 表单 */
.message {
    width: 720px;
}

.message h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    color: #000000;
    margin-bottom: 45px;
}

form {
    display: flex;
    flex-direction: column;
}

form .input {
    font-size: 18px;
    line-height: 60px;
    height: 70px;
    margin-bottom: 60px;
    border-bottom: 1px solid #D5D5D5;
}

.codeBox {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

form .input1 {
    font-size: 18px;
    line-height: 60px;
    height: 70px;
    border-bottom: 1px solid #D5D5D5;
}

form .input4 {
    width: 270px;
    height: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%), #005F41;
}

/* end-表单 */
