/* page-form */
#contacct{
    padding: 0;
}
#page-form {
    position: relative;
    background: #ffffff;
    margin: 0;
    padding-top: 50px;
    box-shadow: -6px -3px 19px 2px #37404936;
    width: 450px;
    left: 29%;
    padding: 40px 90px;
    border-radius: 50px;
    top: 50px;
    z-index: 3;
}

.contleftbox:before {
    content: '';
    width: 700px;
    height: 700px;
    top: -100px;
    left: -55%;
    /* background: #eee; */
    position: absolute;
    z-index: 1;
    border-radius: 590px;
    border: #6d5a4c 200px solid;
}
.matenbox{
    position: relative;
    display: flex;
}
.matenbox .contleftbox{
    position: absolute;
    z-index: 1;
}
.matenbox .contrightbox{
    width: calc(100% - 350px);
    display: flex;
    justify-content: flex-end;
    flex: 1;
    z-index: 0;
}
#page-form .workframe {
    width: 100%;
}

#page-form form,#page-form fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

#page-form fieldset:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-form p {
    position: relative;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    width: calc(100% - 10px);
}


#page-form .btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#page-form .btn p {
    width: 100%;
    margin: 10px 10px 0;
    border-radius: 60px;
}

#page-form label {
    float: left;
    width: 100px;
    text-align: right;
    padding: 5px 0
}

#page-form span {position: absolute;display: flex;width: 35px;height: 35px;top: 10px;left: 15px;flex-direction: column;align-items: center;justify-content: center;}
#page-form span.icon1{
    background-image: url(/images/430/FJicon-1.png);
    background-size: cover;
}
#page-form span.icon2{
    background-image: url(/images/430/FJicon-2.png);
    background-size: cover;
}
#page-form span.icon3{
    background-image: url(/images/430/FJicon-3.png);
    background-size: cover;
}
#page-form span.icon4{
    background-image: url(/images/430/FJicon-4.png);
    background-size: cover;
}
#page-form .ra span {
    width: auto;
    float: left;
    margin-left: 10px;
    padding: 5px 0
}

#page-form input[type="text"],#page-form input[type="email"], #page-form select {
    width: calc(100% - 80px);
    padding: 15px 16px 15px 60px;
    border: 0px solid #bdbdbd;
    color: #00143a;
    border-radius: 30px;
    background: #ebeff1;
}
#page-form textarea{
    border-radius: 30px;
    width: calc(100% - 70px);
    padding: 15px 16px 15px 50px;
    border: 0px solid #bdbdbd;
    color: #00143a;
    background: #ebeff1;
}

#page-form input#Checknum {
    margin: 0 10px 0 0;
    border-radius: 10px;
    max-width: calc(100% - 97px);
    width: 140px;
}

#page-form select {
    width: calc(100% - 1px);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-appearance: none;
    background: url(/images/40/arrow.png) no-repeat scroll 99% center transparent;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: 20px 17px;
}

#page-form p.send input {
    background: #3a434c;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 40px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
}

#page-form .btn p.phone a {
    background: #282727;
    color: #fff;
    text-align: center;
    padding: 16px 40px;
    font-size: 16px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-form .btn p.line a {
    background: #2b9a24;
    color: #fff;
    text-align: center;
    padding: 16px 40px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-form .btn p a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#page-form p.send input:hover, #page-form .btn p a:hover {
    opacity: .8
}

#page-form h2 {
    text-align: center;
    color: #333e51;
    margin-bottom: 20px;
    font-size: 50px;
    letter-spacing: 2px;
}

#page-form article {
    font-size: 15px;
    line-height: 170%
}

#page-form h2 img {
    margin-right: 5px;
    vertical-align: bottom
}

#page-form h2 b {
    display: inline-block;
    font-size: 24px;
    color: #353535;
    margin-right: 10px;
    vertical-align: baseline
}

@media screen and (max-width: 1024px) {
    .contleftbox:before{
        display: none;
    }
    .matenbox{
    display: flex;
    flex-direction: column;
}
    .matenbox .contleftbox{
        position: relative;
        display: flex;
        flex-direction: column;
        order: 2;
        align-items: center;
    }
    .matenbox .contrightbox{
        display: flex;
        flex-direction: column;
        width: 100%;
        order: 1;
    }
    #page-form{
        left: 0;
        top: -50px;
        max-width: calc(90% - 40px);
        padding: 40px 20px;
        border-radius: 15px;
    }
    #page-form h2{
        font-size: 39px;
    }
    #page-form textarea{
        border-radius: 15px;
    }
    #page-form .btn p{
    margin-top: 20px;
}
}
