@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GOTHICB_0";
    src: url("../fonts/GOTHICB_0.TTF");
}
.f60{font-size: 60px;line-height: 1;}
.f50 {font-size: 50px;line-height: 1;}
.f48 { font-size: 48px; line-height: 1;}
.f40 { font-size: 40px; line-height: 1;}
.f38 { font-size: 38px; line-height: 1;}
.f36 { font-size: 36px; line-height: 1;}
.f34 { font-size: 34px; line-height: 1.34;}
.f32 { font-size: 32px; line-height: 1;}
h1,.h1 { font-size: 30px; line-height: 1;}
h2,.h2{ font-size: 28px; line-height: 1;}
h3,.h3 { font-size: 24px;line-height: 1; }
.f22 { font-size: 22px;line-height: 1; }
h4,.h4 { font-size: 20px; }
h5,.h5 { font-size: 18px; }
h6,.h6{ font-size: 16px; }
.fl2{line-height: 2;}
.fl1875{
    line-height: 1.875;
}
.fcff{color: #fff;}
.fc33{ color: #333;}
.fc66{ color: #666;}
.fc99 { color: #999;}
.fc09 { color: #009143;}
.fw600{ font-weight: 600;}
@media only screen and (max-width: 1366px) {
    .f60{font-size: 54px;}
    .f50 {font-size: 46px;}
    .f48 { font-size: 44px;}
}
@media only screen and (max-width: 1200px) {
    .f60{font-size: 52px;}
    .f50 {font-size: 42px;}
    .f48 { font-size: 40px;}
    .f48 { font-size: 38px;}
    .f40 { font-size: 36px;}
    .f38 { font-size: 34px;}
    .f36 { font-size: 32px;}
    .f34 { font-size: 30px;}
    .f32 { font-size: 28px;}
}
@media only screen and (max-width: 1043px) {
    .f60{font-size: 40px;}
    .f50 {font-size: 38px;}
    .f48 { font-size: 36px;}
    .f40 { font-size: 34px;}
    .f38 { font-size: 32px;}
    .f36 { font-size: 30px;}
    .f34 { font-size: 28px;}
    .f32 { font-size: 26px;}
    h1,.h1 { font-size: 24px;}
    h2,.h2{ font-size: 22px; }
    h3,.h3 { font-size: 20px; }
    .f22 { font-size: 20px;}
}
@media only screen and (max-width: 960px) {
    .f60{font-size: 36px;}
    .f50 {font-size: 34px;}
    .f48 { font-size: 30px;}
    .f40 { font-size: 28px;}
    .f38 { font-size: 26px;}
    .f36 { font-size: 24px;}
    .f34 { font-size: 24px;}
    .f32 { font-size: 24px;}
}
@media only screen and (max-width: 768px) {
    .f60{font-size: 24px;}
    .f50 {font-size: 22px;}
    .f48 { font-size: 22px;}
    .f40 { font-size: 20px;}

    .f38 { font-size: 20px;}
    .f36 { font-size: 20px;}
    .f34 { font-size: 20px;}
    .f32 { font-size: 20px;}
    h1,.h1 { font-size: 20px;}
    h2,.h2{ font-size: 20px; }
    h3,.h3 { font-size: 18px; }
    .f22 { font-size: 18px;}
    h4,.h4 { font-size: 16px; }
    h5,.h5 { font-size: 15px; }
    h6,.h6{ font-size: 14px; }
}

.width1840 {
    padding: 0 60px;
    box-sizing: border-box;
}
.inner{
    max-width: 1410px;
    margin: 0 auto;
    width: 74%;
}
.width1200{
    max-width: 1200px;
    margin: 0 auto;
    width: 92%;
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}
.pt60 {
   padding-top: 60px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 90px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
.pt100{
    padding-top: 100px;
}



/* 页面标题开始 */
.sec_tit {
    color: #222;
    line-height: 1;
    font-weight: bold;
}
.sec_con {
    font-family: MyriadPro Semibold,'MyriadPro', Arial, sans-serif;
    color: #009143;
    line-height: 1;
    margin-top: 20px;
}
.page_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_con{
    /* font-weight: lighter; */
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
}
.page_tit_box{
     margin: 0 20px;
}
.page_tit span{
    width: 40px;
    height: 2px;
    background: #009143;
    display: inline-block;
}
.crumb{
    background: #f7f7f7;
}
.crumb .bread{
    height: 60px;
    margin-left: auto;
}
.bread .item{
    display: block;
    color: #666;
    transition: all .4s;
    padding: 0 25px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bread .item::before{
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    background: #009143;
    transition: all .4s;
}
.bread .item.active{
    background: #fff;
    color: #009143;
}
.bread .item.active::before{
    width: 100%;
}
.back_btn{
    max-width: 140px;
    padding: 0 25px;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px; 
    border-radius: 25px;
    border: 1px solid #b8b8b8;
    color: #666;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.back_btn::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #009143;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.back_btn::after{
    content: "";
    display: block;
    width: 21px;
    height: 10px;
    background: url(../img/back_btn.png) no-repeat center/cover;
    margin-left: 10px;
    transition: all .4s;
}
.back_btn:hover{
    color: #fff;
    border: 1px solid #009143;
}
.back_btn:hover::before{
    width: 100%;
}
.back_btn:hover::after{
    background: url(../img/back_btn_hover.png) no-repeat center/cover;
}


.page_bg{
    background: url(../img/pagebg.png) no-repeat;
    background-color: #f7f9fa;
    background-size: 100% auto;
    background-position: center;
}

.bgee{
    background: #eeeeee;
}




.imgs_texts_lists .list{
    padding: 100px 0;
    box-sizing: border-box;
}
.imgs_texts_lists .list:nth-child(2n-1){
    background: #EFEFEF;
}
.imgs_texts_lists .list .page_texts{
    margin-top: 60px;
}
.imgs_texts_lists .list .texts{
   width: 47.5%;
   transition: all .4s;
}
.imgs_texts_lists .list .text{
    margin-bottom: 50px;
}
.imgs_texts_lists .list .text:last-child{
    margin-bottom: 0;
}
.imgs_texts_lists .list .con{
    margin-top: 20px;
}
.imgs_texts_lists .list .desc {
   margin-top: 20px;
}
.imgs_texts_lists .list .desc  p{
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.imgs_texts_lists .list .desc  p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background-color: #00a555;
    border-radius:50%;
}
.imgs_texts_lists .list .imgs{
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    width: 38.37%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgs_texts_lists .list .imgs img{
   display: flex;
   max-height: 100%;
}
.imgs_texts_lists .list:nth-child(2n) .width1200 {
    flex-direction: row-reverse;
}






.imgtops .list {
    width: 32%;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.imgtops .list:nth-child(3n){
    margin-right: 0;
}
.imgtops .img{
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    height: 260px;
}
.imgtops .img_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgtops .img_box img{
    display: block;
    max-height: 100%;
}
.imgtops .img_hidd{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0,165,81,.88);
    -webkit-transition: all .4s;
    transition: all .4s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 9%;
    box-sizing: border-box;
}
.imgtops .hidd_box_txt {
    height: 72px;
    overflow: hidden;
    color: #ffffff;
}
.imgtops .hidd_box_icon{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 40px;
    color: #009143;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.imgtops .texts{
    border-top: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
    height: 92px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.imgtops .texts .tit{
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.imgtops .list::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #009143;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.imgtops .list:hover .img_hidd{
    bottom: 0;
}

.imgtops .list:hover::after{
    width: 100%;
}



.imgtops_detail01 .texts{
    width: 58%;
}
.imgtops_detail01 .texts .con{
    margin-top: 40px;
    padding-right: 22.85%;
    box-sizing: border-box;
    text-transform: uppercase;
}
.imgtops_detail01 .img{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}





.imgtops_detail02 .list:nth-child(2n-1){
    background-color: #ffffff;
    background-image: url(../img/imgtops_bg02.png);
    background-repeat: no-repeat;
    background-position: 10% -8.073%;
}
.imgtops_detail02 .list:nth-child(2n){
    background-color: #eeeeee;
    background-image: url(../img/imgtops_bg03.png);
    background-repeat: no-repeat;
    background-position: right 18.75% top -8.073%;
}
.imgtops_detail02  .width1200{
    padding: 80px 0;
    box-sizing: border-box;
}
.imgtops_detail02 .list:nth-child(2n) .width1200{
    flex-direction: row-reverse;
}
.imgtops_detail_name{
    max-width: 40%;
}
.imgtops_detail02 .imgtops_detail_texts{
    width: 50.7%;
}
.imgtops_detail_name_line{
    width: 50px;
    height: 15px;
    background-color: #00a555;
    margin-bottom: 5px;
}
.imgtops_detail_name_font {
    text-transform: uppercase;
    color: #c8caca;
    line-height: 1.2;
}
.imgtops_detail02 .imgtops_detail_texts_text {
    margin-top: 22px;
    text-transform: uppercase;
    word-break: break-all;
}
.imgtops_en_detail01 .texts .con{
    text-transform: initial;
}
.imgtops_en_detail02 .imgtops_detail_texts_text{
    text-transform: initial;
}
.scale_bg p{
    position: relative;
    padding-left: 20px;
}
.scale_bg p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #00a555;
    border-radius: 100%;
}



.tabs_contents span{
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    background: #009143;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}



.imgtexts_lists .list{
    display: flex;
    align-items: center;
    min-height: 550px;
    padding: 80px 0;
    box-sizing: border-box;
}

.imgtexts_lists .texts{
    width: 48%;
    transition: .15s linear;
}
.imgtexts_lists .texts .tit{
    transition: .15s linear;
}
.imgtexts_lists .con{
    margin-top: 32px;
}
.imgtexts_lists .img{
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    width: 38.37%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgtexts_lists .img img{
    max-height: 100%;
}
.imgtexts_lists .list.odd{
    background: #f1f7f7;
}
.imgtexts_lists .list.even .width1200{
    flex-direction: row-reverse;
}

.imgtexts_lists .list.odd:hover .texts{
    transform: translateX(10px);

}
.imgtexts_lists .list.odd:hover .img{
    transform: translateX(-10px);
}
.imgtexts_lists .list.even:hover .texts{
    transform: translateX(-10px);
}
.imgtexts_lists .list.even:hover .img{
    transform: translateX(10px);
}

.imgtexts_lists .list:hover .tit {
    color: #009143;
}

.apply_btn{ 
    height:50px; 
    color:#333; 
    font-size:16px; 
    border: 1px solid #d8dede; 
    border-radius:25px;  
    transition: .15s linear; 
    -moz-transition:.15s linear; 
    -webkit-transition:.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px; 
    cursor: pointer;
    margin-top: 45px;
}
.apply_btn::after{
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background:url(../img/btn_icon.png) no-repeat center/cover;
    margin-left: 12px;
    transition: .15s linear; 
    -moz-transition:.15s linear; 
    -webkit-transition:.15s linear;
}

.apply_btn:hover{
    background:#009143; 
    color:#fff;
    border:#009143 solid 1px;
}
.apply_btn:hover::after{
    background:url(../img/btn_icon1.png) no-repeat center/cover; 
}




/* table切换 */
.tabs_crmber .item {
    position: relative;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: #666;
    font-weight: bold;
}
.tabs_crmber .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009143;
    transition: all .4s;
    transform: scale(0);
}
.tabs_crmber .item:hover,.tabs_crmber .item.active{
    color: #009143;
}
.tabs_crmber .item:hover:after,.tabs_crmber .item.active::after{
    transform: scale(1);
}


.tabs_lists .lists{
    margin-top: 50px;
    display: none;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items: center;
}
.tabs_lists .lists.active{
    display: flex;
}



/* 表格 */
.table-box {
    width: 100%;
}
.table-box table {
    width: 100%;
    text-align: center;
}

.table-box table td {
    line-height: 40px;
    border: 1px solid #f2f2f2;
    color: #0d0d0d;
}
.table-box table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
.table-box table tr:nth-child(2n-1) td:nth-child(1) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(2n) td:nth-child(1) {
    background-color: #ededed;
}

.table-box table tr:nth-child(1) td {
    height: 70px;
    font-size: 28px;
    color: #333;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #fff;
    background: #d4d4d4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 88.6%;
}
.table-box table tr:nth-child(1) td:nth-child(1) {
    background: #d4d4d4;
}
/* .table-box table tr:nth-child(1) td:nth-child(2) {
    background-image: url(../img/module_sec2_table_th_num1.png);
}

.table-box table tr:nth-child(1) td:nth-child(3) {
    background-image: url(../img/module_sec2_table_th_num2.png);
}

.table-box table tr:nth-child(1) td:nth-child(4){
    background-image: url(../img/module_sec2_table_th_num3.png);
}

.table-box table tr:nth-child(1) td:nth-child(5){
    background-image: url(../img/module_sec2_table_th_num4.png);
}

.table-box table tr:nth-child(1) td:nth-child(6){
    background-image: url(../img/module_sec2_table_th_num5.png);
}

.table-box table tr:nth-child(1) td:nth-child(7){
    background-image: url(../img/module_sec2_table_th_num6.png);
} */


/* .table-box table.table4 td.first {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.table-box table td.even {
    background-color: #f7f7f7;
}
.table-box table td span {
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.table-box table td span:last-child {
    border-bottom: none;
} */
@media only screen and (max-width:1280px) {
    .width1840{
        padding: 0 4%;
    }
}
@media only screen and (max-width: 1200px) {
    .pb100 {
        padding-bottom: 80px;
    }
    .pt100 {
        padding-top: 80px;
    }
    .pt90 {
        padding-top: 80px;
    }
    .imgs_texts_lists .list {
        padding: 80px 0;
    }
    .imgs_texts_lists .list .text {
        margin-bottom: 40px;
    }
    .imgs_texts_lists .list .page_texts {
        margin-top: 50px;
    }
    .imgtexts_lists .list{
        min-height: 520px;
    }
}
@media only screen and (max-width: 1043px) {
    .pb80 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .pb100 {
        padding-bottom: 60px;
    }
    .pt100 {
        padding-top: 60px;
    }
    .pt90 {
        padding-top: 60px;
    }
    .mt70 {
        margin-top: 50px;
    }
    .mt40 {
        margin-top: 35px;
    }
    .mt80 {
        margin-top: 60px;
    }
    .mt50 {
        margin-top: 35px;
    }
    .imgs_texts_lists .list {
        padding: 60px 0;
    }
    .imgs_texts_lists .list .texts{
        width: 50%;
    }
    .imgs_texts_lists .list .page_texts {
        margin-top: 40px;
    }
    .imgs_texts_lists .list .desc {
        margin-top:15px;
    }
    .imgs_texts_lists .list .text {
        margin-bottom: 35px;
    }
    .imgtops .texts{
        height: 75px;
    }
    .imgtops .img{
        height: 235px;
    }
    .imgtops_detail02 .width1200 {
        padding: 60px 0;
    }
    .imgtexts_lists .list {
        min-height: 480px;
        padding: 60px 0;
    }
}
@media only screen and (max-width: 960px) {
    .inner{
        width: 92%;
    }
    .tabs_lists .lists{
        margin-top: 35px;
    }
    .imgtexts_lists .list {
        min-height: 450px;
    }
}
@media only screen and (max-width: 768px) {
    .mt70 {
        margin-top: 25px;
    }
    .pt90 {
        padding-top: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pb80 {
        padding-bottom: 30px;
    }
    .pt60 {
        padding-top: 30px;
    }
    .mt40 {
        margin-top: 25px;
    }
    .mt80 {
        margin-top: 25px;
    }
    .mt50 {
        margin-top: 25px;
    }
    .mt60 {
        margin-top: 25px;
    }
    .pb100 {
        padding-bottom: 30px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .page_con{
        margin-bottom: 5px;
    }
    .bread .item{
        padding: 0;
        margin-right: 15px;
    }
    .bread .item:last-child{
        margin-right: 0;
    }
    .crumb .bread {
        height: 45px;
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }
    .bread .item.active {
        background: transparent;
    }
    .page_tit_box {
        margin: 0 10px;
    }
    .page_tit span{
        width: 18px;
    }
    .scale_bg p{
        padding-left: 15px;
    }
    .back_btn {
        width: 45%;
        padding: 0 15px;
        margin: 25px auto 0;
        line-height: 38px;
        max-width: initial;
    }
    .imgs_texts_lists .list {
        padding: 30px 0;
    }
    .imgs_texts_lists .list .texts {
        width: 100%;
    }
    .imgs_texts_lists .list {
        padding: 30px 0;
    }
    .imgs_texts_lists .list .imgs {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }
    .imgs_texts_lists .list .img {
        left: 0;
    }
    .imgs_texts_lists .list .text {
        margin-bottom: 20px;
    }
    .imgs_texts_lists .list .page_texts {
        margin-top: 25px;
    }
    .imgs_texts_lists .list:last-child{
        padding-bottom: 0;
    }
    .imgs_texts_lists .list .texts .page-desc{
        margin-top: 5px;
    }
    .imgtops .list{
        width: 100%;
        margin-right: 0;
    }
    .imgtops .texts {
        height: 60px;
    }
    .imgtops .list:last-child{
        margin-bottom: 0;
    }
    .imgtops .img_hidd{
        padding: 0 20px;
    }
    .imgtops .hidd_box_icon {
        width: 38px;
        height: 38px;
        font-size: 36px;
        margin-top: 20px;
    }
    .imgtops .hidd_box_txt{
        height: 64px;
    }
    .imgtops_detail01 .texts {
        width: 100%;
    }
    .imgtops_detail01 .texts .con{
        padding-right: 0;
        margin-top: 10px;
    }
    .imgtops_detail01 .img{
        margin-top: 20px;
        width: 100%;
    }
    .imgtops_detail_name {
        max-width: 100%;
        width: 100%;
    }
    .imgtops_detail02 .imgtops_detail_texts {
        width: 100%;
        margin-top: 20px;
    }
    .imgtops_detail02 .width1200 {
        padding: 30px 0;
    }
    .imgtops_detail02 .imgtops_detail_texts_text{
        margin-top: 15px;
    }
    .imgtops_detail_name_line {
        width: 35px;
        height: 5px;
        margin-bottom: 15px;
    }
    .scale_bg p::before{
        top: 10px;
    }

    .tabs_contents span{
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 30px;
    }
    .tabs_crmber .item{
        padding-bottom: 8px;
    }
    .tabs_lists .lists {
        margin-top: 25px;
        flex-direction: column-reverse;
    }
    
    .imgtexts_lists .texts{
        width: 100%;
    }
    .imgtexts_lists .list {
        min-height: auto;
        padding: 30px 0;
    }
    .imgtexts_lists .img{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .imgtexts_lists .con {
        margin-top: 15px;
    }
    .apply_btn {
        height: 42px;
        width: 126px;
        cursor: pointer;
        margin: 20px auto 0;
        font-size: 14px;
    }


    .table-box table td{
        height: 42px;
        padding: 5px 20px!important;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.875;
    }

    .table-box table tr:nth-child(1) td{
        height: 44px;
        font-size: 16px;
    }
    .table-box{
        overflow-x: auto;
    }
    .table-box table {
        width: max-content;
    }
}



.form_tk{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    overflow: hidden;
    transition: all .4s;
}
.form_tk.active{
    transform: scale(1);
    opacity: 1;
    overflow: visible;
}
.form_tk .box{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 475px;
    position: relative;
    width: 92%;
}
.form_tk .items{
    margin-top: 20px;
}
.form_tk .item{
    margin-bottom: 15px;
}

.form_tk .item_tit {
    width: 85px;
    display: flex;
    align-items: center;
}
.form_tk .item .item_tit::after{
    content: "*";
    display: block;
    color: red;
    margin-left: 2px;
    opacity: 0;
}
.form_tk .item.active .item_tit::after{
    opacity: 1;
}
.form_tk .item_input{
    width: calc(100% - 85px);
}

.form_tk .item_input input{
    width: 100%;
    height: 34px;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
    box-sizing: border-box;
    color: #666;
}
.form_tk .item_input textarea{
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 90px;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #666;
}
.form_tk .item_input:last-child .item_tit{
    margin-top: 20px;
}

.submit_btn{
    height: 38px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    cursor: pointer;
    background: #009143;
    color: #fff;
    margin: 0 auto;
    transition: all .4s;
}
.close_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
}
.close_btn img{
    max-width: 22px;
    transition: all .4s;
}
.close_btn img:hover {
    transform: rotate(360deg);
}

@media only screen and (max-width:768px) {
    .form_tk .box{
        padding: 25px 20px;
    }
    .form_tk .item_tit {
        width: 100%;
    }
    .form_tk .item_input {
        width: 100%;
        margin-top: 5px;
    }
    .form_tk .item_input textarea {
        height: 64px;
        padding: 10px 15px;
    }
    .form_tk .item_input input{
        height: 30px;
    }
}