*{
    padding: 0;
    margin: 0;
    font-size: 0.6rem;
    font-family:  Georgia, serif;
}
html,body{
    width: 16rem;
    height: 100%;
    min-height: 70rem;
    position: relative;
}
body{
    background-image: url(/static/img/hq-create-public/bg.png);
    background-size: 50% auto;
    background-position: 0 0;
}
.logo-top{
    position: absolute;
    height: 2rem;
    left:0;
    right:0;
    background-color: #fff;
    z-index: -1
}
.logo-header{
    height: 2rem;
    width: 100%;
}
.logo-header>img{
    height: 100%;
    width: auto !important;
}
.wrapper-center{
    margin: auto;
    width: 15rem;
    height: 100%;
}
.content-header{
    height: 3.5rem;
    background-image: url(/static/img/hq-create-public/cartoon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.content-wrapper{
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 10px;
    position: relative;
}
.content-center{
    background-color: #FCF9EF;
}
.item-title{
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background-color: #8DB537;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    font-size: 16px;
    color: #fff;
    margin-left: -1rem;
    /*margin-bottom: 20px;*/
}
.title{
    color: #8DB537;
    text-align: center;
}
.title>h3{
    padding: 10px 0;
    font-size: 0.7rem;
}
.title>p{
    padding: 0 1rem;
    font-size: 0.5rem;
    text-align: left;
}
.width-1{
    width: 6rem;
}
.width-2{
    width: 8rem;
}
.width-3{
    width: 9rem;
}
.width-4{
    width: 9rem;
}
.width-5{
    width: 8rem;
}
.width-6{
    width: 9rem;
}
form{
    width: 100%;
    min-height: 600px;
    margin: auto;
    padding: 1rem 0;
    box-sizing: border-box;
}
form>label, .child-2th>label, .child-3th>label,.child-1th>label{
    display: inline-block;
    width: 100%;
    min-height: 1.5rem;
    margin-top: 10px;
    vertical-align: top;
}
form>label>input,.child-2th>label>input, .child-3th>label>input,.child-1th>label>input{
    width: 95%;
    height: 1.5rem;
    text-indent: 20px;
    border: 1px solid #FBE8B9;
}
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: 3rem;
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    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: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: top;
}
.relationship{
    color: #F8AE75;
    margin-bottom: 1rem;
    font-size: 0px;
}
.relationship>span{
    display: block;
    height: 2rem;
    line-height: 2rem;
    vertical-align: top;
    font-size: 0.6rem;
}
.relationship>label{
    display: inline-block;
    width: 3.5rem;
    height: 5rem;
    font-size: 0.6rem;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.relationship>label>img{
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 0.3rem;
}
.relationship .selected-ship{
    display: inline-block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 3.2rem;
    left: 2rem;
    border-radius: 50%;
    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: 10rem;
    margin-top: 1rem;
    height: 1rem;
    cursor: pointer;
    line-height: 1rem;
}
.js-add-child>b{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 0.9rem;
    text-align: center;
    margin-right: 10px;
    background-color:#F79C57;
    color: #fff;
    font-size: 1rem;
    border-radius: 50%;
}

.heard-ways{
    width: 15rem;
    margin-top: 0.5rem;
    margin-left: -0.3rem;
}
.heard-ways>div{
    display: inline-block;
    width: 2.8rem;
    height: 4rem;
    vertical-align: top;
    background-position: center 10px !important;
    background-repeat: no-repeat;
    background-size: auto 75%;
    padding-bottom: 0.8rem;
}
.selected-way{
    background-size: auto 80% !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-left: 0.5rem;
    margin-top: 0.5rem;
    margin-left: -0.3rem;
    padding-bottom: 20px;
}
.heard-content>div{
    width: 100%;
}
.heard-content>div>input{
    width: 95%;
    height: 1.5rem;
    text-indent: 20px;
    margin-top: 20px;
    border: 1px solid #FBE8B9;
    background-color: #fff;
}
.agree{
    line-height: 1.5rem;
}
.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;
}
#agreebox{
    display: none !important;
}
.readAgree{
    margin-right: 5px;
    display: inline-block;
    width: 0.7rem !important;
    height: 0.7rem !important;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    border: 2px solid #8DB537 !important;
    vertical-align: middle;
}
.yesAgree>i{
    display: inline-block;
    width: 0.4rem;
    height: 0.2rem;
    margin-top: 4px;
    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: 3rem;*/
}
.content-foot>label{
    width: 100%;
    min-height: 1.6rem;
    display: inline-block;
}
.content-foot>label>input{
    width: 95%;
    height: 1.5rem;
    text-indent: 0.5rem;
    border: 1px solid #FBE8B9;
}
.content-foot>label>span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #F8AE75;
}
form>button{
    margin-top:1rem;
    margin-left: 3rem;
    width: 8rem;
    height: 2rem;
    background-color: #D75254;
    color: #fff;
    text-align: center;
    border-radius: 200px;
    border: none;
    font-size: 1rem;
}
.date-icon{
    width: auto;
    height: 1rem;
    position: absolute;
    right: 1rem;
    bottom: 0.3rem;
}
#submit-tip{
    display: block;
    width: 100%;
    text-align: center;
    height: 1rem;
    color: #E81123;
    margin-top: 1rem;
    line-height: 1rem;
}
.foot-div{
    height: 6rem;
    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{
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 12rem;
    min-height: 6rem;
    left: 50%;
    top: 50%;
    margin-left: -6rem;
    margin-top: -3rem;
    background-color: #fff;
    position: relative;
}
.delete-dialog>.dialog-content{
    /*padding: 20px;*/
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 14rem;
    min-height: 7rem;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.5rem;
    background-color: #fff;
    position: relative;
}
.dialog>.dialog-content>p,.delete-dialog>.dialog-content>p{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
}
.dialog .dialog-content>button{
    width: 5rem;
    height: 1.5rem;
    background-color: #7FBF40;
    color: #fff;
    border: none;
    margin-left: 3.5rem;
    border-radius: 6px;
}
.delete-dialog>.dialog-content>button{
    width: 5rem;
    height: 1.5rem;
    background-color: #D75254;
    color: #fff;
    border: none;
    margin-left: 1.5rem;
    border-radius: 6px;
    display: inline-block;
    margin-top: 1rem;
}
.js-confirm-delete{
    margin-left: 0.5rem !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: 12px;
    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: 80vw;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    border: 1px solid #FCF0D4;
}
