@charset "utf-8";


.header.active .head-page .item.contact_item span {
    color: #939393;
}
.contact_pg01 .width1480{
    padding: 0 5%;
    box-sizing: border-box;
}
.contact_pg01 .lists{
    background: #f6f6f5;
    padding: 80px 5%;
    box-sizing: border-box;
}
.contact_pg01 .lists_box{
    background: #fff;
    padding: 100px 0 80px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
}
.contact_pg01 .lists_box::after{
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    background: #7ba9be;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.lists_content_icon{
    position: absolute;
    top: 35px;
    left: 37px;
    max-width: 40px;
}
.lists_content_icon img{
    width: 50px;
}
.contact_pg01 .contact_content{
    width: 60%;
    display: flex;
    justify-content: center;
}
.contact_content_form{
    width: 80%;
}
.contact_content_form .item{
    margin-top: 12px;
}
.contact_content_form .item_tip {
    margin-bottom: 8px;

}
.contact_content_form .item_tip span{
    color: red;
    font-size: 20px;
    margin-left: 3px;
}
.contact_content_form .item:nth-last-child(2){
    width: calc(100% - 130px);
    padding-right: 30px;
    box-sizing: border-box;
}
.item_text{
    width: 100%;
   position: relative;
}
.item_text_input{
    height: 42px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    background: #eeeeee;
}
.item_text_textarea{
    width: 100%;
    height: 142px;
    outline: none;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    background: #eeeeee;
}
.item_text_type::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/item_text_nexttype.svg) no-repeat center /cover;
    position: absolute;
    right: 15px;
    top: 11px;
}
.item_text_typetit{
    height: 42px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    color: #666;
    background: #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item_text_hide{
    top: 100%;
    position: absolute;
    width: 48%;
    right: 0;
    border: 2px solid #7ba9be;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 5px 0;
    box-sizing: border-box;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.item_text_hide.active{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.item_text_hide .hide_link{
    line-height: 30px;
    border-bottom: 1px dashed;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .4s;
    display: block;
    color: #666;
}
.item_text_hide .hide_link:last-child{
    border-bottom: none;
}
.item_text_hide .hide_link:hover{
    background: #7ba9be;
    color: #fff;
}
.contact_pg01 .lists_content{
    width: 40%;
    background: #999c9d;
    padding: 40px 20px 40px 40px;
    box-sizing: border-box;
    position: relative;
}
.contact_pg01 .lists_content::before{
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #e1ae06;
}
.contact_pg01 .lists_content_tit{
    position: relative;
}
.contact_pg01 .lists_content_tit::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 9px;
    left: -20px;
    border-radius: 50%;
}
@media only screen and (max-width:1200px) {
    .contact_pg01 .lists {
        padding: 60px 5%;
    }
    .contact_pg01 .lists_box {
        padding: 80px 0 60px;
    }
}
@media only screen and (max-width:960px) {
    .contact_pg01 .lists {
        padding: 40px 30px;
    }
}
@media only screen and (max-width:750px) {
    .contact_pg01 .lists {
        padding: 0;
    }
    .contact_pg01 .contact_content{
        width: 100%;
    }
    .contact_pg01 .lists_content{
        width: 94%;
        padding: 20px 20px;
        margin: 30px auto -1px;
    }
    .contact_pg01 .lists_box::after{
        display: none;
    }
    .contact_content_form {
        width: 100%;
    }
    .contact_content_form .item:nth-last-child(2) {
        width: 100%;
        padding-right: 0;
    }
    .lists_content_icon {
        top: 20px;
        left: 15px;
        max-width: 30px;
        position: initial;
        margin: 0 auto 3px;
    }
    .contact_pg01 .lists_box {
        padding: 0;
    }
    .contact_pg01 .lists_content::before {
        left: -12px;
        top: -12px;
        width: 24px;
        height: 24px;
    }
    .item_text_input{
        height: 36px;
    }
    .item_text_hide{
        width: 75%;
    }
    .contact_pg01 .form {
        margin-top: 10px;
    }
    .page-tit{
        justify-content: center;
    }
}