
.div-left{
    width: 400px;
    height: 212px;
    margin-top: 30px;
}

.div-left .one{
    height: 20px;
    width: 400px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}
.div-left .two{
    height: 20px;
    width: 400px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
.div-left .two .div2{
    height: 20px;
    width: 150px;
    position: absolute;
    left: 0px;
}
.div-left .two .img2{
    height: 20px;
    width: 92px;
    position: absolute;
    right: 150px;
}

.div-left .three{
    height: 20px;
    width: 400px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
.div-left .three .div3{
    height: 20px;
    width: 150px;
    position: absolute;
    left: 0px;
}
.div-left .three .img3{
    height: 20px;
    width: 39px;
    position: absolute;
    right: 200px;
}
.div-left .three .img3-1{
    height: 20px;
    width: 33px;
    position: absolute;
    right: 155px;
    top: 3px;
}

.div-left .four{
    height: 20px;
    width: 400px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
.div-left .four .div4{
    height: 20px;
    width: 150px;
    position: absolute;
    left: 0px;
}
.div-left .four .img4{
    height: 20px;
    width: 92px;
    position: absolute;
    right: 150px;
}

.div-left .five{
    height: 20px;
    width: 400px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
.div-left .five .div5{
    height: 20px;
    width: 150px;
    position: absolute;
    left: 0px;
}
.div-left .five .img5{
    height: 20px;
    width: 92px;
    position: absolute;
    right: 150px;
}

.div-right{
    width: 400px;
    height: 212px;
    margin-top: 30px;
}
.icon1{
    display:inline-block;
    border: 10px solid transparent;
    border-left: 10px solid #666666;
}
.payment-method-text{
    height: 20px;
    width: 100px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}
.input-val {
    float: left;
    width: 50vw;
    background: #ffffff;
    height: 4vw;
    font-size: 2.8vw !important;
    border-bottom: 1.2px #c5bdbd solid;
    font-size: 1em;
    border-left: none;
    border-right: none;
    border-top: none;
    outline: none;
}

.contactdata{
    margin: auto;
    width: 90vw;
    height: 82vw;
    border-top: solid 2px #CCF2FC;
}
.contactdata-title{
    line-height: 6vw;
    font-weight: 700;
    font-size: 4vw;
    margin: 4vw auto;
}
.contactdata-title p{
    line-height: 6vw;
}

.signup-payment{
    margin: 20px 0;
    font-size: 4vw;
}
.signup-payment > p > input{
    width: 3vw;
    height: 3vw;
}
.signup-payment p {
    margin: 10px 0;
}
.name,.fullname,.address,.city,.mobiletel,.e-mail,.childnum{
    line-height: 3vw;
    font-size: 4vw;
    margin: 4vw 0;
}
.name  input,.fullname  input,.city  input,.mobiletel  input,.e-mail input{
    height: 4vw;
    width: 50vw;
}
.address  input{
    height: 24px;
    width: 600px;
}
.childnum div{
    width: 120px;
    height: 20px;
}
.childnum  input{
    height: 4vw;
    width: 9vw;
    margin-left: 6vw;
}
.childdata{
    margin-top: 30px;
    width: 1170px;
    height: 500px;
    border-bottom: solid 2px #CCF2FC;
}
.childdata-title{
    height: 24px;
    width: 1170px;
    line-height: 24px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.childdata-name{
    margin-top: 60px;
    width: 155px;
    height: 300px;
}
.childdata-name div{
    height: 20px;
    width: 155px;
    line-height: 20px;
    font-size: 20px;
    margin: 30px 0;
    font-weight: 400;
}
.child1{
    width: 304px;
    height: 376px;
    margin-right: 100px;
}
.child1-title{
    height: 20px;
    width: 304px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 65px;
}
.childname,.childfullname,.childbirth,.childgrade,.childlau{
    height: 20px;
    width: 304px;
    line-height: 20px;
    font-size: 20px;
    margin: 30px 0;
}
.childname input,.childfullname input{
    height: 24px;
    width: 304px;
}
.childbirth input{
    height: 24px;
    width: 150px;
}
.childgrade select,.childlau select{
    height: 24px;
    width: 250px;
}
.selectbu{
    width: 20vw;
    height: 40px;
    margin: 5vw auto;
    text-align: center;
}
.selectbu .submit{
    height: 6vw;
    width: 14vw;
    background-color: rgb(0, 191, 242);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    font-size: 4vw;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 5vw;
}
#fullbg {
    display: none;
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    width: 100%;
}
#dialogDiv{
    display: none;
    width: 50vw;
    position: fixed !important;
    left: 25%;
    top: 25%;
    z-index: 5;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px #909090;
    font-size: 2.5vw;
}
#infoContent{
    height: 27vw;
    margin-bottom: 7vw;
}
#diaTop{
    width: 50vw;
    background-color: #007BA4;
    height: 12vw;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
#diaTopyi {
    width: 50vw;
    background-color: #E2F0F9;
    height: 5px;
}
.save-edit-style {
    position: absolute;
    bottom: 0;
    width: 50vw;
    height: 6.5vw;
    background-color: #E2F0F9;
    z-index: -10;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.save-cancel-div {
    padding: 8px;
    padding-left: 2%;
}
.save-button {
    font-size: 3vw;
    width: 23vw;
    height: 5vw;
    padding: 0.5vw;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #36859f;
}
.cancel-button {
    font-size: 3vw;
    float: left;
    margin-left: 2vw;
    width: 23vw;
    height: 5vw;
    padding: 0.5vw;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #AABABF;
}