.demoOutPage{
    margin: 0 auto;
    /* padding-top: 96px; */
}
.demoOutPage *{
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
}

.demoOutPage .pageTitle{
    width: 100%;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: url('../img/newWebSite/header_common@2x.png') center no-repeat;
    background-size: auto 100%;
    text-align: center;
    padding: 0 40px;
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}
.demoOutPage .area {
    width: 1220px;
}
.demoOutPage .demoPage {
    border-bottom: 0;
}
.demoOutPage .demoPage .tabBox {
    height: 100px;
}
.demoOutPage .demoPage .demoPart img {
    max-width: 335px;
    height: auto;
    margin-right: 108px;
}
.demoOutPage .demoPage .demoPart {
    padding: 70px 0 30px 0;
}
.demoOutPage .demoPage .demoPart .btnMedium {
    width: 220px;
    text-align: center;
    background-position: 174px 22px;
    background: #4E34C5;
    padding: 0;
    border-radius: 25px;
}

.demoOutPage .formOutBox{
    max-width: 1220px;
    min-height: 710px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    display: none;
}
.demoOutPage .formOutBox .bg1{
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: -230px;
    bottom: -110px;
    z-index: -2;
}
.demoOutPage .formOutBox .bg2{
    width: 250px;
    height: 454px;
    position: absolute;
    right: 180px;
    bottom: 186px;
    z-index: -1;
}
.demoOutPage .formOutBox .title{
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-top: 120px;
    margin-bottom: 15px;
}
.demoOutPage .formOutBox .description{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 42px;
}
.demoOutPage .formBox{
    max-width: 710px;
    z-index: 1;
}

.demoOutPage .formBox .flexBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}
.demoOutPage .formBox .flexBox .eachBox{
    width: 340px;
    position: relative;
}
.demoOutPage .formBox .flexBox .eachBox .label{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
}
.demoOutPage .formBox .flexBox .eachBox input{
    width: 340px;
    height: 40px;
    background: #F8F6FD;
    border-radius: 4px;
    border: 2px solid rgba(78, 52, 197, 0.2);
    padding: 17px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.demoOutPage .formBox .flexBox .eachBox .selectOutBox{
    width: 340px;
    height: 40px;
    background: #F8F6FD;
    border-radius: 4px;
    border: 2px solid rgba(78, 52, 197, 0.2);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.demoOutPage .formBox .flexBox .eachBox select{
    width: 100%;
    height: 100%;
    padding: 0;
    background: #F8F6FD;
    border: 0;
    box-shadow: none;


}
.demoOutPage .formBox .flexBox .eachBox select:focus{
  
    box-shadow: none;
    

}
.demoOutPage .formBox .flexBox .eachBox  textarea {
    background: #F8F6FD;
    width: 710px;
    height: 127px;
    resize: none;
    border-radius: 4px;
    color: #000;
    padding: 11px 0 11px 15px;
    box-sizing: border-box;
    border: none;
    font-size: 15px;
    border: 2px solid rgba(78, 52, 197, 0.2);
}
.demoOutPage .formBox .submit{
    width: 220px;
    height: 50px;
    background: #4E34C5;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.demoOutPage  .iti__flag {
    background-image: url("../img/newWebSite/flags.png");
}
.demoOutPage .iti input, .iti input[type=text], .iti input[type=tel] {
    padding-left:90px !important;
}

.demoOutPage .successInfo{
    width: 100%;
    color: #333;
    min-height: 665px;
    margin: 0 auto;
    position: unset;
    left: unset;
    top: unset;
    display: none;
}

.demoOutPage .successInfo img{
    display: block;
    width: 305px;
    height: 220px;
    margin: 120px auto 40px;
}
.demoOutPage .successInfo h3{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom:20px;
    margin: 0 auto;
}
.demoOutPage .successInfo p{
    width: 404px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin:20px auto  42px;
}
.demoOutPage .successInfo a {
    display: block;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #4E34C5;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    font-size: 16px;
}
.demoOutPage .successInfo:before {
    display: none;
}
@media only screen and (max-width:1000px){
   
}
@media only screen and (max-width:999px){
    .demoOutPage {
        margin: 0 auto;
        padding-top: 70px;
    }
    .demoOutPage .area {
        width: 100%;
        padding: 0 20px;
    }
    .demoOutPage .pageTitle {
        background-size: cover;
        background-position: center center;
     }
     .demoOutPage .formOutBox .bg1 {
        right:-336px;
        bottom: 0px;
    }
    .demoOutPage .formOutBox .bg2 {
        right: 46px;
        bottom: 139px;
        display: none;
    }
    .demoOutPage .formOutBox {
        padding: 20px;
    }
    .demoOutPage .formBox .flexBox {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
    }
    .demoOutPage .formBox .flexBox .eachBox{
        margin-bottom: 27px;
        width: 100%;
    }
    .demoOutPage .formBox .flexBox .eachBox input,
    .demoOutPage .formBox .flexBox .eachBox select {
        width: 100%;
    }
    .demoOutPage .demoPage .demoPart img {
        max-width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .demoOutPage .successInfo p{
        width: 100%;
        padding: 0 20px;
    }
    .demoOutPage .iti {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .demoOutPage .formBox .flexBox .eachBox textarea {
        width: 100%;
    }
    
}