*{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family:  Georgia, serif;
}
html,body{
    width: 100%;
    height: 100%;
    min-height: 2820px;
    position: relative;
}
body{
    background-image: url(/static/img/hq-create-public/bg.png);
    background-size: 33.333% auto;
    background-position: 0 0;
}
.logo-top{
    position: absolute;
    height: 80px;
    left:0;
    right:0;
    background-color: #fff;
    z-index: -1
}
.logo-header{
    height: 80px;
    width: 100%;
}
.logo-header>img{
    height: 100%;
    width: auto !important;
}
.wrapper-center{
    margin: auto;
    width: 1200px;
    min-width: 1200px;
    height: 100%;
}
.content-header{
    height: 290px;
    background-image: url(/static/img/hq-create-public/cartoon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.content-wrapper{
    min-height: 1600px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
}
.content-center{
    min-height: 1600px;
    background-color: #FCF9EF;
}
.item-title{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #8DB537;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    font-size: 24px;
    color: #fff;
    margin-left: -200px;
    width: 300px;
    margin-bottom: 20px;
}
.width-1{
   width: 200px;
}
.width-2{
    width: 280px;
}
.width-3{
    width: 360px;
}
.width-4{
    width: 360px;
}
.width-5{
    width: 300px;
}
.width-6{
    width: 340px;
}
.width-50{
    width: 45% !important;
}
.left-50{
    width: 45% !important;
    margin-left:7% !important;
}
.title{
    color: #8DB537;
    text-align: center;
}
.title>h3{
    padding: 15px 0;
    font-size: 38px;
}
.title>p{
    font-size: 18px;
}
form{
    width: 800px;
    min-height: 600px;
    margin: auto;
    padding: 60px 0;
    box-sizing: border-box;
}
form>label, .child-2th>label, .child-3th>label,.child-1th>label{
    display: inline-block;
    width: 100%;
    min-height: 55px;
    margin-top: 20px;
    vertical-align: top;
}
form>div>label>input, form>label>input,.child-2th>label>input, .child-3th>label>input,.child-1th>label>input{
    width: 95%;
    height: 50px;
    text-indent: 20px;
    border: 1px solid #FBE8B9;
}
form>div>label>b, form>label>b,.child-2th>label>b, .child-3th>label>b,.child-1th>label>b{
    color: #E81123;
    margin-left: 5px;
}
form>label>span,.child-2th>label>span, .child-3th>label>span, .child-1th>label>span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #F8AE75;
}
.child-2th, .child-3th{
    margin-top: 30px;
    position: relative;
}
.child-2th>b, .child-3th>b{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    display: inline-block;
    height: 45px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #D75254;
    font-weight: normal;
    border-radius: 200px;
    cursor: pointer;
}
.child-2th>b>i, .child-3th>b>i{
    font-size: 60px;
    height: 45px;
    line-height: 40px;
    vertical-align: top;
}
.relationship{
    height: 200px;
    color: #F8AE75;
    margin-bottom: 50px;
}
.relationship>span{
    display: inline-block;
    width: 33%;
    height: 100%;
    line-height: 200px;
    vertical-align: top;
    font-size: 18px;
}
.relationship>label{
    display: inline-block;
    width: 15%;
    height: 100%;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin-left: 1%;
}
.relationship>label>img{
    display: block;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}
.relationship .selected-ship{
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 100px;
    left: 60px;
    background-image: url(/static/img/hq-create-public/selected.png);
    background-size: 36px 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.js-add-child{
    color: #F79C57;
    display: block;
    width: 300px;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
}
.js-add-child>b{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin-right: 10px;
    background-color:#F79C57;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
}

.heard-ways{
    width: 130%;
    margin-top: 30px;
    margin-left: -15%;
}
.heard-ways>div{
    display: inline-block;
    width: 19.3%;
    height: 150px;
    vertical-align: top;
    background-position: center 10px !important;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-bottom: 20px;
}
.selected-way{
    background-size: auto 90% !important;
}
.heard-ways>.selected-way:nth-child(1){
    background-image: url(/static/img/hq-create-public/EducationAdvisor.png);
}
.heard-ways>.selected-way:nth-child(2){
    background-image: url(/static/img/hq-create-public/friend.png);
}
.heard-ways>.selected-way:nth-child(3){
    background-image: url(/static/img/hq-create-public/magazine.png);
}
.heard-ways>.selected-way:nth-child(4){
    background-image: url(/static/img/hq-create-public/newspaper.png);
}
.heard-ways>.selected-way:nth-child(5){
    background-image: url(/static/img/hq-create-public/event.png);
}
.heard-ways>div:nth-child(1){
    background-image: url(/static/img/hq-create-public/EducationAdvisor_white.png);
}
.heard-ways>div:nth-child(2){
    background-image: url(/static/img/hq-create-public/friend_white.png);
}
.heard-ways>div:nth-child(3){
    background-image: url(/static/img/hq-create-public/magazine_white.png);
}
.heard-ways>div:nth-child(4){
    background-image: url(/static/img/hq-create-public/newspaper_white.png);
}
.heard-ways>div:nth-child(5){
    background-image: url(/static/img/hq-create-public/event_white.png);
}
.heard-content{
    width: 100%;
    background-color: #FBE4AD;
    padding: 0 100px;
    margin-top: 30px;
    margin-left: -100px;
    padding-bottom: 20px;
}
.heard-content>div{
    width: 100%;
}
.heard-content>div>input{
    width: 95%;
    height: 50px;
    text-indent: 20px;
    margin-top: 20px;
    border: 1px solid #FBE8B9;
    background-color: #fff;
}
#agreebox{
    display: none !important;
}
.agree{
    line-height: 30px;
}
.agree>input{
    margin: 0 !important;
    height: 20px !important;
    display: inline-block !important;
    vertical-align: top;
    width: 20px !important;
}
.agree>a,.agree>p{
    vertical-align: top;
}
.readAgree{
    margin-left: -40px;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    border: 2px solid #8DB537;
    vertical-align: top;
}
.yesAgree>i{
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-top: 3px;
    border-bottom: 3px solid #8DB537;
    border-left: 3px solid #8DB537;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);
}

.content-foot{
    /*margin-top: 150px;*/
}
.content-foot>label{
    width: 100%;
    min-height: 55px;
    display: inline-block;
}
.content-foot>label>input{
    width: 765px;
    height: 50px;
    text-indent: 20px;
    border: 1px solid #FBE8B9;
}
.content-foot>label>span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #F8AE75;
}
.date-icon{
    width: auto;
    height: 35px;
    position: absolute;
    right: 25px;
    bottom: 10px;
}
form>button{
    margin-top: 40px;
    margin-left: 245px;
    width: 300px;
    height: 70px;
    background-color: #D75254;
    color: #fff;
    text-align: center;
    border-radius: 200px;
    border: none;
    font-size: 30px;
}
#submit-tip{
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    color: #E81123;
    font-weight: bold;
    margin-top: 40px;
    line-height: 30px;
}
.foot-div{
    height: 258px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.5);
}

.dialog,.delete-dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.dialog>.dialog-content{
    padding: 20px;
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 400px;
    min-height: 160px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -80px;
    background-color: #fff;
    position: relative;
}
.delete-dialog>.dialog-content{
    padding: 20px;
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 500px;
    min-height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    background-color: #fff;
    position: relative;
}
.dialog>.dialog-content>p,.delete-dialog>.dialog-content>p{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #666;
}
.dialog .dialog-content>button{
    width: 120px;
    height: 40px;
    background-color: #7FBF40;
    color: #fff;
    border: none;
    margin-left: 140px;
    border-radius: 6px;
}
.delete-dialog>.dialog-content>button{
    width: 120px;
    height: 40px;
    background-color: #D75254;
    color: #fff;
    border: none;
    margin-left: 120px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 30px;
}
.js-confirm-delete{
    margin-left: 20px !important;
    background-color: #7FBF40 !important;
}
/* new web */
.language_wrap {
    float: right;
}
.language_wrap span{
    background-color: #c3d6df;
    width: 30px;
    display: inline-block;
    padding: 5px;
    margin: 0;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.language_wrap span:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.language_wrap span:nth-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.language_active {
    background-color: #1c9de8 !important;
}

.standard-list {
    display: none;
    flex-wrap: wrap;
    width: 600px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    border: 1px solid #FCF0D4;
}
