.pagecon{
    height: calc(820px - 40px);
    width: 100%;
}
.content{
    width: 780px;
    height: 640px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    margin: auto;
    margin-top: 2px;
}
.btnArea,.title,.Info{
    width: 100%; 
}
.title{
    padding-top: 115px;

}
.title p{
    margin: auto;
    height: 26px;
    font-size: 24px;
    font-weight: bold;
    color: #3C89C8;
    line-height: 10px;
    text-align: center;
}
.main_text{
    width: 80%;
    margin: auto;
    padding: 60px 0 50px 0;
}
.main_text p{
    width: 100%;
    text-align: center;
    display: flex;
    margin-bottom: 20px;

}
.main_text p span{
    display: inline-block;
    width: 50%;
}
.main_text p span:nth-child(odd){
    text-align: right;
}
.main_text p span:nth-child(even){
    text-align: left;
}
.goBack{
    width: 155px;
    height: 40px;
    background: #3C89C8;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    border: none;
    display: block;
     margin: auto;
}
.main_text1{
    width: 80%;
    margin: auto;
    padding: 65px 0 50px 0;
}
.main_text1 img{
    position: relative;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.main_text1 .text{
    font-size: 22px;
    font-weight: 400;
    color: #DC4D4E;
    line-height: 34px;
    text-align: center;
}

.main_form{
    width: 80%;
    margin: auto;
    padding: 35px 0 50px 0;
}



.contact *:focus{outline :none;}

.contact{

    width: 700px;

    height: auto;

    margin: 18px auto;

    padding: 10px;

}

.contact ul {

    width: 650px;

    margin: 0 auto;

}

.contact ul li{

    list-style: none;

    padding: 12px;

}

.contact ul li label {

    display: inline-block;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #494545;
    line-height: 34px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.contact ul li input[type=text],.contact ul li input[type=password]{

    width: 350px;
    height: 45px;
    background: #F9F9F9;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 3px 8px;

}

.contact ul li input:focus{

    border-color: #c00;

    

}

.contact ul li input[type=text]{

    transition: padding .25s;

    -o-transition: padding  .25s;

    -moz-transition: padding  .25s;

    -webkit-transition: padding  .25s;

}

.contact ul li input[type=password]{

    transition: padding  .25s;

    -o-transition: padding  .25s;

    -moz-transition: padding  .25s;

    -webkit-transition: padding  .25s;

}

.contact ul li input:focus{

    padding-right: 70px;

}


.btn input[type=button]{

    width: 170px;
    height: 44px;
    background: #3C89C8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    border: none;
}
.btn:active{
    box-shadow: none;
}
.btn input[type=reset]{
    width: 170px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #3C89C8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #3C89C8;
    line-height: 34px;
    padding: 6px 12px;
    box-shadow: none;
}
.region{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.prompt{
    width: 100%;
    height: auto;
}
.promptArea{
    width: 430px;
    margin: auto;
    height: auto;
    display: flex;
}
.promptNotes{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    margin-left: 30px;
}
.promptText p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    line-height: 34px;
    margin-left: 40px;
}
.titleMain{
    padding-top: 30px;
}

.pagecon{
    margin-bottom: 0;
}
footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}