body{
    position: relative;
}
.posRtive {
    position: relative;
}
.alItem {
    align-items: center;
}
.colorff { color: #ff0000; font-weight: bold; }
.colorbu {margin: 0px 5px; color: #3787ff;}
.comIcon {
    display: inline-block; 
    vertical-align: middle; 
    background: url(../../images/tecCenterImg-06/tecCenterIcon.png) no-repeat;
}
.comIcon2 {
    display: inline-block; 
    background: url(../../images/tecCenterImg-06/img.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.tIcon1 {width: 14px;height: 14px; background-position: 0 -49px; margin-right: 8px;}
.tIcon2 {width: 13px;height: 15px; background-position: 0 -27px; margin-right: 8px;}
.tIcon3 {width: 13px;height: 15px; background-position: 0 0; margin-right: 8px;}
.tIcon4 {width: 14px;height: 15px; background-position: 0 -73px; margin-right: 8px;}
.tIcon5 {width: 16px;height: 10px; background-position: 0 -26px; margin-right: 8px;}
.tIcon6 {width: 12px;height: 14px; background-position: 0 0; margin-right: 8px;}
.tagTab {
    position: absolute;
    background-color: #ff5236;
	border-radius: 4px 0px 12px 0px;
    color: #fff;
    top: 12px;
    padding: 2px 14px;
}
.bg-color-0173ee {
    background: #0173ee;
    color: #fff;
}
.bg-color-f6faff {
    background: #f6faff;
    color: #000;
    border: solid 1px #b9c4d9
}
.bg-color-6a82b1 {
    background: #6a82b1;
    color: #fff;
    line-height: 49px;
    border-bottom: 1px solid #fff;
}
.border-none {border: none; padding: 10px 0px 28px 0px;}
.tip {
    color: #ffff00;
    margin-left: 8px;
}
.width130 {
    font-size: 16px;
    width: 130px;
    border-radius: 4px;
}
.white {
    color: white !important;
}
.input_box { }
.input_box input {
    line-height: 34px;
    width: 538px;
    border: 1px solid#aab8d5;
    padding: 0px 10px;
}
.detail-header{
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 16px;
    height: 401px;
    margin-top: -401px;
}
.detail-tag{
    background-color: #D3F4FF;
    color: #2d8ab5;
    border: 1px solid #2d8ab5;
}
.btn-orange{
    background: rgb(255, 113, 63);
    color: #fff;
}
.btn-orange:hover{
    color: #fff;
    background: rgba(255, 113, 63,0.8);
    transition: 0.2s;
}

.detail-main{
    background:#fff;
    color:#000;
    padding: 16px;
}
#navbar-example2{
    padding-bottom: 0;
    border-bottom: 1px solid #4979D4;
}
.active-item .nav-item{
    margin-right: 5px;
}
.active-item .nav-item .nav-link{
    background: #4979D4;
    color: #fff;
    border-radius: 0;
    width: 120px;
    font-size: 16px;
    height: 40px;
    text-align: center;
}
.active-item .nav-item .nav-link.active{
    background: #0CA6FE;
}
.detail-item-tilte{
    font-size: 16px;
    font-weight: 700;
    padding: 8px 3px;
    margin-bottom: 16px;
    width: 70px;
    border-bottom: 3px solid #268DFB;
}
.user_info{
    background-image: -moz-linear-gradient( 90deg, rgb(245,247,254) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(245,247,254) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(245,247,254) 0%, rgb(255,255,255) 100%);
}
.detail-jbdw h4,.detail-jbdw p{
    margin-bottom: 8px;
}
.detail-jbdw p{
    padding-left: 16px;
    position: relative;
}
.guests_pic{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.guests_pic img{
    width: 100%;
    height: 100%;
}
.detail-jbdw p::before{
    content: '';
    background: #ff8400;
    width: 3px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
.detail-bmxz p{
    /* margin-bottom: 12px; */
    line-height: 30px;
}

.detail-main-right .detail-main-right-h4{
    padding-left: 30px;
    position: relative;
}
.detail-main-right .border-bottom-black{
    border-bottom: 1px solid #333;
}
.detail-main-right .detail-main-right-h4::before{
    content: '';
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/tecCenterImg-06/tj.png) center no-repeat;
    position: absolute;
}
#qrcodeUrl{
    word-break: break-all;
}