/*tables样式重定义*/

.tab-content1 > .tab-pane {
    padding: 15px;
    min-height: 400px;
}

.tab {
    background: #fff
}

.panel-heading .nav > li > a {
    padding: 18px 15px
}

.tab-bg-dark-navy-blue {
    background: #f4f4f4;
    height: 56px;
    border-bottom: none;
    padding: 0;
    margin-top: 20px;
}

.tab-bg-dark-navy-blue .nav > li > a:hover,
.tab-bg-dark-navy-blue .nav > li > a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a,
.panel-heading .nav > li.active > a:hover,
.panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #6f6f6f
}

.panel-heading .nav > li.active > a,
.panel-heading .nav > li > a:hover {
    color: #fff;
    background: #ddd;
}

.panel-heading .nav > li:first-child.active > a,
.panel-heading .nav > li:first-child > a:hover {
}

.panel-heading .nav-tabs.nav-justified > li {
    border-right: 1px solid #fff
}

.panel-heading .nav-tabs.nav-justified > li:last-child {
    border-right: none
}

.panel-heading .nav > li.active > a {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    background-color: #c49c52;
    border: none;
}


#myTabContent {
    border: 1px solid #ddd;
    border-top: none;
    background-color: white;
    margin-bottom: 50px;
}

.id-style {
    /*width: 266px;*/
    display: inline-block;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 0 2px #ddd;
}

.id-style label {
    width: 65px;
    text-align: right;
}

.id-style input {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 6px 12px;

}

.id-style select {
    border: 1px solid #ddd;
}

.id-style input:focus {
    outline: none;
}

.id-style div {
    margin-bottom: 12px;
}

.id-style p {
    display: inline-block;
}

.id-style button {
    float: right;
    margin-left: 12px;
}

.id-style button:focus {
    outline: none;
}

.phone {
    margin-bottom: 12px;
}

.phone input {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 6px 12px;
}


#new {
    border: 1px solid #d62e2f;
    background-color: white;
    color: #d62e2f;
    border-radius: 2px;
}

#untied {
    border: 1px solid #dddddd;
    background-color: white;
    color: #dddddd;
    border-radius: 2px;
}

.aabox {
    padding: 30px 20px;
}

.aa1 {
    float: left;
    width: 30%;
    font-size: 16px;
    line-height: 30px;
}

.aa2 {
    float: left;
    width: 60%;
    padding-left: 30px;
    line-height: 30px;
}

.aa3 {
    float: left;
    width: 30%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 40px
}

.aa4 {
    float: left;
    width: 60%;
    padding-left: 30px;
    margin-top: 32px;
    line-height: 40px;
}

.input-group-addon1 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}

.input-group-addon1:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*左边的信息*/
.userInfo {
    display: inline-block;
    width: 58%;
    /*padding: 12px;*/
    vertical-align: top;
}

.userInfo .title {
    position: relative;
    padding: 4px 0 4px 12px;
    font-size: 16px;
    background-color: rgb(51, 206, 120);
    color: white;
    margin-bottom: 22px;
}

.userInfo .title:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e51c1c;
}

.userInfo .title-list {
    padding: 10px 0;
}

.userInfo .title-list input {
    margin: 0 15px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.userInfo .title-list:nth-child(2) {
    border-bottom: 1px solid rgb(58, 15, 15);
    padding-top: 0;
}

.userInfo .title-list button {
    background-color: #777;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    color: white;
    box-shadow: inset 0 0 7px #d9edf7;
}

.userInfo .title-list button:hover {
    background-color: #0BB20C;
}

.userList {
    width: 320px;
    border: 3px dashed #ddd;
    padding: 12px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.userList .jb_btn {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #ed6464;
    border: none;
    color: white;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    transition: .2s;
    -moz-transition: .2s;
}
.userList .jb_btn:hover{
    background: red;
    transition: .2s;
    -moz-transition: .2s;
}

.userList p {
    font-size: 16px;
    margin: 0;
}

.userList p:nth-child(2) {
    margin: 10px 0;
}

.title-top {
    margin-top: 24px;
}

.childList .userList:nth-child(2) {
    margin-left: 24px;
}
.title-top span{
    color: #f92a13f7;
}
.appendCard{
    width: 320px;
    border: 3px dashed #ddd;
    padding: 12px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    height: 116px;
    cursor:pointer
}
.appendCard:after{
    position: absolute;
    width: 80%;
    height: 3px;
    border-bottom: 3px dashed #ddd;
    content: "";
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.appendCard:before{
    position: absolute;
    height: 80%;
    width: 3px;
    border-left: 3px dashed #ddd;
    content: "";
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*手动录入列表*/
.child-list{
    padding: 5px 15px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 15px 0 0;
    width: 100%;
}
.child-btn{
    float: right;
    margin-top: 15px;
}
/*重新定义弹出狂*/

.layui-layer-page .layui-layer-content{
    overflow: unset!important;
}
.layui-layer-content{
    padding: 12px;
}
/*右边的信息*/
.userNotice {
    float:right;
    width: 39%;
    vertical-align: top;
    margin-left: 32px;
}

.userNotice p {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.userNotice p span {
    color: red;
}

.userNotice p:after {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background-color: #e4e4e4;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 21px;
}

.userNotice p:nth-child(1):after {
    content: "1";
}

.userNotice p:nth-child(2):after {
    content: "2";
}

.userNotice p:nth-child(3):after {
    content: "3";
}

.userNotice p:nth-child(4):after {
    content: "4";
}

.userNotice p:nth-child(5):after {
    content: "5";
}

.userNotice p:nth-child(6):after {
    content: "6";
}

#notice {
    padding: 12px;
}

#notice p {
    padding-left: 24px;
    position: relative;
}

#notice p span {
    color: red;
}

#notice p:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #e4e4e4;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white;
    padding-left: 6px;
}

#notice p:nth-child(1):after {
    content: "1";
}

#notice p:nth-child(2):after {
    content: "2";
}

#notice p:nth-child(3):after {
    content: "3";
}

#notice p:nth-child(4):after {
    content: "4";
}

#notice p:nth-child(5):after {
    content: "5";
}

#notice p:nth-child(6):after {
    content: "6";
}

.layui-layer-btn {
    background-color: #f5f5f5;
}

.left-style {
    width: 59%;
    display: inline-block;
    vertical-align: top;
}

.right-style {
    width: 40%;
    display: inline-block;
}

.left-style img {
    width: 48%;
}

.left-style .tip {
    margin-bottom: 12px;
}

#adult {
    padding: 12px;
}

.left-style input {
    width: 48%;
    position: absolute;
    top: 0;
    height: 139px;
    opacity: 0;
}

#child {
    padding: 12px;
}

#add-child {
    display: inline-block;
    vertical-align: top;
}

#add-child .id-style {
    margin-left: 30px;
}

.jb-child {
    border: 1px solid #dddddd;
    background-color: white;
    color: #dddddd;
    border-radius: 2px;
}

#myTabContent2 .tab-pane {
    padding: 12px;
}


/*列表*/
/* 列表样式 */
.cgBox {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.cgBox a:hover span {
    color: #c49c52;
    text-decoration: none;
}

.cgBox .imgBox {
    margin-top: 12px;
    height: 130px;
    overflow: hidden;
    position: relative;
    background-color: #fff;

}

.cgBox .imgBox img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cgBot {
    width: 100%;
    height: 36px;
    background-color: #f7f8fa;
    padding: 0 10px;
    margin-bottom: 12px;
    -moz-transition: all .2s ease; /* Firefox 4 */
    -webkit-transition: all .2s ease; /* Safari 和 Chrome */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}

.cgBot > span {
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cgBox:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #bbb;
}

.cgBox:hover .cgBot {
    background-color: #f7f8fa;
}

/* --- 删除按钮 --- */
.delete {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 24px;
    width: 70px;
    background-color: #c49c52;
    color: #fff;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.delete:hover {
    background-color: #e91e63;
}

.name {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 24px;
    padding: 0 12px;
    background-color: #c49c52;
    color: #fff;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
#add-child .userList:nth-child(2){
    margin-right: 24px;
}