@import "common.css";
@import "fonts.css";
@import "../../css/fonts.css";
.h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.h3 .red{
    color:#FF6666 !important;
}
.red {
    color: #0FA6A6 !important;
}

.org {
    color: #F77740;
}

.green {
    color: #42b793;
}

.blue {
    color: #4381e6;
    border: none;
}

.fn-hide {
    display: none !important;
}

.fn-vhide {
    visibility: hidden!important;
}

.fn-vhide-code {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.fn-clear {
    zoom: 1;
}

.fn-clear:before,
.fn-clear:after {
    content: "";
    display: table;
}

.fn-clear:after {
    clear: both;
}

.marg5 {
    margin-left: 5px;
}

.marg25 {
    margin-right: 25px;
}

.marg0 {
    margin-bottom: 0 !important;
}

.margTop0 {
    margin-top: 0 !important;
}

.margLeft0 {
    margin-left: 0 !important;
}

.warning {
    color: red;
}

.displayflex {
    display: flex;
    flex-wrap: wrap;
}

.displayinline {
    display: inline-block !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

input[type='radio'],
input[type='checkbox'],.open-icon {
    width: 16px !important;
    height: 16px !important;
    background: url(../../imagesnew/input-icon.png) no-repeat;
    background-position: 0 0px;
    -webkit-appearance: none;
    vertical-align: text-bottom;
    margin-right: 4px;
    outline: none;
}

input[type='radio']:hover,
input[type='checkbox']:hover {
    box-shadow: none;
}

input[type='checkbox'] {
    background-position: 0 -48px;
}

input[type='radio']:disabled {
    background-position: 0px -32px;
}

input[type='checkbox']:disabled {
    background-position: 0px -80px;
}

input[type='radio']:checked {
    background-position: 0px -16px;
}

input[type='checkbox']:checked {
    background-position: 0px -64px;
}

input::-webkit-input-placeholder {
    color: #a0a4ac;
}
.open-icon{
    background-position: 0px -96px;
}
input.error::-webkit-input-placeholder {
    color: #ff6666;
}

.btn {
    line-height: 28px;
    border-radius: 4px;
    padding: 0 10px;
    min-width: 70px;
    box-sizing: border-box;
    border: 1px solid #0FA6A6;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
}

.btn:last-child {
    margin-right: 0;
}

.btn-red {
    color: #fff;
    background-color: #0FA6A6;
}

.btn-red:hover {
    box-shadow: 0 0 3px rgba(36, 138, 163, 0.8);
}

.btn-none {
    border: none;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.btn-none-on i {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.btn-border {
    color: #0FA6A6;
    background: #F7FFFF;
}

.btn-border:hover {
    box-shadow: 0 0 3px rgba(36, 138, 163, 0.8);
}

.btn-dotted {
    border: 1px dashed #0FA6A6;
    color: #0FA6A6;
    background: #fff;
}

.btn-dotted:hover {
    box-shadow: 0 0 3px rgba(36, 138, 163, 0.8);
}

.btn-gray {
    border: 1px solid #d2d2d2;
    background: #d2d2d2;
    color: #333;
}

.btn-gray:hover {
    box-shadow: 0 0 3px rgba(210, 210, 210, 0.8);
}

.btn-org {
    border: 1px solid #ff6f59;
    color: #fff;
    background: #ff6f59;
}

.btn-org:hover {
    box-shadow: 0 0 3px rgba(255, 111, 89, 0.8);
}

.big-btn {
    width: 100%;
    text-align: center;
    line-height: 50px;
    border: 1px dashed #0FA6A6;
    background: #F4F9FA;
}

.left {
    float: left;
}

.right {
    float: right;
}

.marg10 {
    margin-bottom: 10px;
}


/**************************************************
混合
**************************************************/

.sibebar-width {
    width: 170px;
}

.header-height {
    height: 42px;
    line-height: 42px;
}

.sibebar-height {
    height: 36px;
    line-height: 36px;
}

.m-login {
    width: 100%;
    min-height: 100%;
    min-width: 1440px;
    position: absolute;
    background:url(../../imagesnew/bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
}

.m-login .register-box {
    width: 1200px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto 30px;
}

.m-login .register-box .t-head {
    height: 57px;
    border-bottom: 1px solid #dedede;
}

.m-login .register-box .t-head .logo {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.m-login .register-box .t-head h3 {
    float: left;
    margin-left: 214px;
    line-height: 57px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.m-login .register-box .register-info {
    margin: 25px 230px 0 362px;
    padding-bottom: 33px;
}

.m-login .register-box .register-info .prohibit {
    background: #e1e2e8 !important;
    color: #010101 !important;
    cursor: not-allowed !important;
}

.m-login .register-box .register-info .choice-box {
    margin-bottom: 23px;
}

.m-login .register-box .register-info .choice-box h3 {
    font-weight: bold;
    margin-right: 12px;
    display: inline-block;
}

.m-login .register-box .register-info .choice-box span {
    margin-right: 17px;
}

.m-login .register-box .register-info .info-box {
    padding-left: 20px;
    position: relative;
}

.m-login .register-box .register-info .info-box .nub {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #dddddd;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    top: 0;
    left: -12px;
}

.m-login .register-box .register-info .info-box h3 {
    font-weight: bold;
}

.m-login .register-box .register-info .info-box .t-txt {
    padding: 15px 0 5px;
}

.m-login .register-box .register-info .info-box .t-txt .form-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .remark {
    line-height: 28px;
    color: #b8bac0;
    font-size: 13px;
}

.m-login .register-box .register-info .info-box .t-txt .form-box label {
    width: 125px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
}

.m-login .register-box .register-info .info-box .t-txt .form-box label i {
    color: #ff6666;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .num,
.m-login .register-box .register-info .info-box .t-txt .form-box .button {
    width: 75px;
    height: 28px;
    display: inline-block;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .num {
    vertical-align: top;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .num img {
    width: 100%;
    height: 100%;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .button {
    background: #0FA6A6;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.m-login .register-box .register-info .info-box .t-txt .form-box input[type="text"],
.m-login .register-box .register-info .info-box .t-txt .form-box select,
.m-login .register-box .register-info .info-box .t-txt .form-box textarea {
    width: 240px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 26px;
    box-sizing: border-box;
    padding-left: 5px;
    margin-right: 10px;
    font-size: 13px;
    resize: none;
}

.m-login .register-box .register-info .info-box .t-txt .form-box textarea {
    padding: 5px;
    height: 67px;
    line-height: 20px;
    vertical-align: text-top;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .swidth {
    width: 132px !important;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .checkbox-box {
    float: right;
    width: 453px;
    display: inline-block;
    box-sizing: border-box;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .checkbox-box span {
    margin-right: 10px;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .checkbox-box span label {
    width: auto;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .checkbox-box span label input {
    border: none;
    margin-right: 5px;
    padding-left: 0;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box {
    display: inline-block;
    vertical-align: middle;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box .img-box-in {
    position: relative;
    width: 70px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box .img-box-in img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box .img-box-in .i-close {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.8);
    color: #333;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box a {
    width: 70px;
    height: 40px;
    display: inline-block;
    background: url(../../imagesnew/file-bg.png) no-repeat 0 0;
    background-position: 0 0;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box a.id-main {
    background-position: 0 -40px;
    margin-right: 0;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .img-box a.id-back {
    background-position: 0 -80px;
    margin-right: 0;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .new-ul li {
    display: inline-block;
    position: relative;
}

.m-login .register-box .register-info .info-box .t-txt .form-box .new-ul li .icon-close {
    position: absolute;
    top: 0;
    right: 0;
}

.m-login .register-box .register-info .info-box .t-txt .form-box input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.m-login .register-box .register-info .submit-btn {
    width: 198px;
    line-height: 36px;
    text-align: center;
    margin: 33px 0 0 140px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(to right, #0FA6A6, #09BA9D);
    background: -webkit-linear-gradient(to right, #0FA6A6, #09BA9D);
    cursor: pointer;
}

.m-login .logo-box {
    position: fixed;
    top: 40px;
    left: 45px;
}

.m-login .login {
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-login .login .login-index {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.m-login .login .login-index .login-tip {
    color: #fff;
    font-size: 40px;
    line-height: 92px;
    position: relative;
    z-index: 8;
}

.m-login .login .login-index .login-tip .name {
    position: relative;
}

.m-login .login .login-index .login-tip .name::after {
    content: "";
    position: absolute;
    width: 47px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    bottom: 0;
    left: 0;
}

.m-login .login .login-index .login-info {
    border-radius: 8px;
    background: #fff;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-left: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    opacity: 0;
}

.m-login .login .login-index .login-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}

.m-login .login .login-index .login-info .login-tab {
    display: flex;
    width: 100%;
}

.m-login .login .login-index .login-info .login-tab a {
    /* width: 50%; */
    text-align: center;
    line-height: 30px;
    color: #0FA6A6;
    font-size: 15px;
    margin-bottom: -1px;
    flex: 1;
    color: #999;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.m-login .login .login-index .login-info .login-tab a.on {
    color: #0FA6A6;
    border-bottom: 1px solid #0FA6A6;
}

.m-login .login .login-index .login-info .form-info {
    width: 100%;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #bfc6d8;
    padding: 5px;
    position: relative;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    line-height: 26px;
}
.J-tab1,.J-tab2{
    transition: all 1s;
}
.m-login .login .login-index .login-info .form-info i {
    color: #c5cbdc;
    position: relative;
}
.m-login .login .login-index .login-info .form-info i::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background:#DBDBDB ;
    top:50%;
    margin-top: -7px;
    right: -6px;
}
.m-login .login .login-index .login-info .form-info span {
   
    margin-left: 5px;
}

.m-login .login .login-index .login-info .form-info span.user input {
    border-left: none;
    width: 126px;
    margin-left: 0;
}

.m-login .login .login-index .login-info .form-info span.user select {
    border: none;
    width: 100px;
    line-height: 23px !important;
    height: 23px;
}

.m-login .login .login-index .login-info .form-info .ipt {
    width: 229px;
    padding-left: 12px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    line-height: 20px;
    font-size: 13px;
    box-sizing: border-box;
    margin-left: 5px;
    outline: 0px;
}

.m-login .login .login-index .login-info .form-info .num,
.m-login .login .login-index .login-info .form-info .button {
    width: 74px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 0px;
    border-radius: 2px;
    overflow: hidden;
    margin-top: -17px;
}

.m-login .login .login-index .login-info .form-info .num img {
    width: 100%;
    height: 100%;
}

.m-login .login .login-index .login-info .form-info .button {
    background: #0FA6A6;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.m-login .login .login-index .login-info .form-info .prohibit {
    background: #d6dae5 !important;
    color: #666 !important;
    cursor: not-allowed !important;
}

.m-login .login .login-index .login-info .form-info .ipt-02 {
    width: 150px;
}

.m-login .login .login-index .login-info .form-info input:hover,
.m-login .login .login-index .login-info .form-info button:hover,
.m-login .login .login-index .login-info .form-info select:hover,
.m-login .login .login-index .login-info .form-info textarea:hover {
    box-shadow: none;
    border-color: none;
}

.m-login .login .login-index .login-info .language-choice {
    border: 1px solid #bfc6d8;
    border-radius: 2px;
    width: 86px;
    height: 26px;
    line-height: 26px;
    display: flex;
    color: #0FA6A6;
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
}

.m-login .login .login-index .login-info .language-choice span {
    flex: 1;
    border-right: 1px solid #bfc6d8;
    text-align: center;
    cursor: pointer;
    color: #bac2df;
}

.m-login .login .login-index .login-info .language-choice span.on {
    color: #0FA6A6;
}

.m-login .login .login-index .login-info .login-box {
    margin-bottom: 12px;
}

.m-login .login .login-index .login-info .login-box span {
    line-height: 40px;
    display: inline-block;
    background: #0FA6A6;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 120px;
    cursor: pointer;
    border: 1px solid #0FA6A6;
    box-sizing: border-box;
}

.m-login .login .login-index .login-info .login-box span.register-btn {
    background: #fff7f7;
    color: #0FA6A6;
}

.m-login .login .login-index .login-info .pt-login span {
    width: 100%;
}

.m-login .login .login-index .login-info .tip {
    color: #e00;
    margin-bottom: 10px;
}

.m-login .login .login-index .login-info .suggest {
    color: #8690a3;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    left:0;
   width: 100%;
}

.m-login .login .login-index .login-info .suggest .download {
    color: #8ca3ec;
}

.m-login .login .login-index .login-info .register {
    text-align: center;
    margin-bottom: 10px;
}

.m-login .login .login-index .login-info .register a:hover {
    text-decoration: underline;
}

.m-login .login .animated {
    animation: fadeInRight 1s linear forwards;
    -webkit-animation: fadeInRight 1s linear forwards;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.m-login .login .animated-duration {
    animation: animated-duration 1s linear forwards;
    -webkit-animation: animated-duration 1s linear forwards;
}

@keyframes animated-duration {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes animated-duration {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
/* 
* * * * * * * * * * * * * * * * * * * * * * * * * * * 
2022-09-07改版登录页 
* * * * * * * * * * * * * * * * * * * * * * * * * * * 
*/
.logo-top{
    display: none;
}
.m-login .login .login-index-new{
    align-items: initial;
}
.login-index-new{
    border-radius: 30px;
    border: 10px solid rgba(255, 255, 255, 0.5); 
    display: flex;
    overflow: hidden;
}
.login-index-new .login-tip{
    position: relative;
    width: 328px;
    min-height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 28, 28, 0.3);
    backdrop-filter: blur(1px);
}
.login-index-new .logo-img{
    position: absolute;
    top:20px;
    left: 30px;
}
.login-index-new .font-box{
    width: 100%;
    text-align: center;
}
.login-index-new .login-tip .h3{
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
}
.login-index-new .login-tip .small{
    font-size: 20px;
}
.m-login .login .login-index-new .login-info{
    opacity: 1;
    margin-left: 0;
    padding: 40px 60px;
    width: initial;
    border-radius: 0;
    min-height: 400px;
    position: relative;
}
.login-index-new .tab-box{
    display: flex;
    margin-bottom: 20px;
    height: 42px;
    background: #F2F2F2;
    line-height: 36px;
    color: #666;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 4px;
}
.login-index-new .tab-box li{
    flex: 1;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.login-index-new .tab-box li.on{
    font-weight: bold;
    background: #fff;
    color: #333;
    border-radius: 4px;
}
.login-index-new .tab-box li:last-child{
    border-right: none;
}
/* 
* * * * * * * * * * * * * * * * * * * * * * * * * * * 
2022-09-07改版登录页 结束
* * * * * * * * * * * * * * * * * * * * * * * * * * * 
*/
.m-login .bottom {
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
}

.progress-bar-box {
    float: right;
    margin-right: 40px;
    margin-top: 14px;
}

.progress-bar-box ul {
    overflow: hidden;
}

.progress-bar-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 94px;
    border-top: 2px solid #b8bac0;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    color: #999999;
    font-size: 13px;
    cursor: default;
}

.progress-bar-box ul li i {
    position: absolute;
    left: 50%;
    top: -6px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: -5px;
    background: #b8bac0;
    z-index: 1;
}

.progress-bar-box ul li.on {
    color: #0FA6A6;
    border-top: 2px solid #0FA6A6;
}

.progress-bar-box ul li.on i {
    background: #0FA6A6;
}

.progress-bar-box ul li:first-child:after,
.progress-bar-box ul li:last-child:after {
    content: "";
    width: 47px;
    border-top: 4px solid #fff;
    position: absolute;
    top: -3px;
}

.progress-bar-box ul li:last-child:after {
    right: 0;
}

.progress-bar-box ul li:first-child:after {
    left: 0;
}

.wrapper {
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 1280px;
}

.main-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    height: 42px;
    line-height: 42px;
    background:#fff;
    min-width: 1280px;
    box-shadow: 0px 4px 10px 0px rgba(78, 89, 105, 0.08);
}

.logo {
    float: left;
    width: 178px;
    height: 42px;
    text-align: center;
    overflow: hidden;
}

.logo-mini {
    display: none;
}

.navbar {
    margin-left: 170px;
    height: 42px;
    width: calc(100% - 178px);
}

.navbar-nav {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    height: 42px;
    overflow: hidden;
}

.navbar-nav li {
    display: inline-block;
    vertical-align: top;
}

/* .navbar-nav li:hover>a ,.navbar-nav li.on:hover>a{
    color: #fff;
    font-weight: bold;
    background: #0FA6A6;
    position: relative;
} */

.navbar-nav li .navbar-set {
    display: none;
    background-color: #fff;
    text-align: center;
}

.navbar-nav li:hover .navbar-set {
    display: block;
}

.navbar-nav li a {
    padding: 0 10px;
    display: block;
    color: #333;
    font-size: 14px;
    position: relative;
}
.navbar-nav li.on a{
    color: #333;
}
.navbar-nav li i {
    display: inline-block;
    line-height: inherit;
    font-size: 14px;
    color: #A0A5BA;
}


/*menu*/

.navber-left {
    float: left;
    width: calc(100% - 300px);
}

.navber-left .navbar-nav li.on i {
    transform: rotate(180deg);
}

.navber-right {
    float: right;
    display: flex;
    position: relative;
    padding-right: 155px;
}

.system {
    width: 100px;
}
.system-content {
    font-size: 14px;
    margin: 20px 0 20px 20px;
    display: flex;
    justify-content: flex-start;
}
.system-footer {
    text-align: end !important;
    margin: 0 15px 15px 0;
}

.navber-right .user-info {
    float: right;
    /* width: 148px; */
    border-radius: 4px;
    color: #333;
    margin: 8px 25px 0 0;
}
.navber-right>.user-info{
    position: absolute;
    top: 0;
    right: 0;
}
.navber-right .user-info.form-select{
    width: 100px;
}
.navber-right .user-info li {
    padding: 0 5px;
    line-height: 30px;
    cursor: pointer;
    display: none;
    padding-left: 25px;
    position: relative;
    padding-right: 30px;
}

.navber-right .user-info li:first-child {
    position: relative;
}

.navber-right .user-info li span {
    display: inline-block;
    max-width: 92px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.navber-right .user-info li .icon-open {
    display: inline-block;
    transform: rotate(0deg);
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 10px;
    color: #0FA6A6;
   
}

.navber-right .user-info li .icon-user,
.navber-right .user-info li .icon-out {
    position: absolute;
    top: 3px;
    left: 5px;
}

.navber-right .user-info li:first-child {
    display: block;
}

.navber-right .user-info:hover li {
    display: block;
}

.navber-right .user-info:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.navber-right .user-info:hover .icon-open {
    transform: rotate(-180deg);
}

.navber-right .user-info li:hover {
    color: #0FA6A6;
}

.navber-right .language {
    float: right;
    margin: 13px 30px 0 0;
    background: transparent;
    color: #fff;
    width: 75px;
}

.navber-right .language:hover {
    box-shadow: none;
}

.navber-right .language option {
    color: #333;
}

.sidebar-collapse .logo,
.sidebar-collapse .main-sidebar {
    width: 50px;
}

.sidebar-collapse .logo .logo-mini,
.sidebar-collapse .main-sidebar .logo-mini {
    display: block;
}

.sidebar-collapse .logo .logo-h1,
.sidebar-collapse .main-sidebar .logo-h1 {
    display: none;
}

.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-footer,
.sidebar-collapse .navbar {
    margin-left: 50px;
}

.sidebar-collapse .sidebar-menu>li {
    display: none!important;
}

.sidebar-collapse .sidebar-menu {
    overflow: visible;
    opacity: 0;
    margin-left: -30px;
}

.sidebar-collapse .sidebar-menu li>a {
    width: 50px;
}

.bavbar-menu {
    position: relative;
    height: 42px;
    overflow: hidden;
    /* max-width: 830px; */
    width: calc(100% - 42px);
}

.bavbar-menu,
.bavbar-menu .navbar-page,
.bavbar-menu .bavbar-menu-inner {
    display: inline-block;
    vertical-align: top;
}

.bavbar-menu .navbar-page {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    text-align: center;
    color: #333;
    border-top: none;
    border-bottom: none;
    display: none;
    cursor: pointer;
}

.bavbar-menu .navbar-page i {
    display: inline-block;
    line-height: inherit;
}

.bavbar-menu .navbar-page-show {
    display: inline-block;
}

.bavbar-menu .navbar-prev {
    left: 0;
}

.bavbar-menu .navbar-next {
    right: 0;
}

.bavbar-menu .navbar-next i {
    transform: rotate(180deg);
}

.bavbar-menu-inner {
    /* width: 780px; */
    width: calc(100% - 28px);
    overflow: hidden;
    overflow-x: auto;
}

.bavbar-menu-inner li {
    display: block;
    float: left;
}

.bavbar-menu-inner li.on ,.bavbar-menu-inner li.on a,.bavbar-menu-inner li:hover a{
    color: #0FA6A6;
    font-weight: bold;
    position: relative;
}
.bavbar-menu-inner li.on a::after,.bavbar-menu-inner li:hover a::after{
    position: absolute;
    bottom:0;
    left: 50%;
    content: "";
    height: 3px;
    width: 80%;
    border-radius: 10px;
    background: #0FA6A6;
    transform: translateX(-50%);
}
.bavbar-menu-inner-padding {
    margin: 0 20px;
    position: relative;
    height: 42px;
}

.bavbar-menu-inner-padding>.navbar-nav {
    position: absolute;
    top: 0;
    left: 0px;
}

.navbar-set li,
.navbar-set a {
    display: block;
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 62px;
    width: 170px;
    min-height: 100%;
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.main-sidebar .switch::before{
    content: "";
}
.sidebar-menu {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.sidebar-menu a {
    color: #333;
    font-size: 14px;
}

.sidebar-menu i {
    font-size: 16px;
    color: #999;
}

.sidebar-menu>li {
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.sidebar-menu>li>a {
    display: block;
    padding: 0 16px 0 18px;
    width: 160px;
    overflow: hidden;
    position: relative;
    color: #333;
    height: 36px;
    border-radius: 8px;
    background: #FFFFFF;
    margin: 0 auto;
    line-height: 36px;
    font-weight: bold;
}

.sidebar-menu>li>a:hover {
    color: #0FA6A6;
    font-weight: bold;
  
}
.sidebar-menu>li>a:hover>.munu-more{
    color: #0FA6A6;
    font-weight: bold;
}
.sidebar-menu .menu-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    line-height: 20px;
}

.sidebar-menu .munu-more {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -17px;
    font-size: 12px;
    color: #333;
}

.sidebar-menu>li.unfold>a {
    color: #fff;
    font-weight: bold;
    background: #0FA6A6;
}
.sidebar-menu>li.unfold>a .munu-more{
    color: #fff;
    font-weight: initial;
}
.sidebar-menu>li.unfold>.treeview-menu {
    display: block;
}
.sidebar-menu>li.unfold>.treeview-menu li:hover{
    /* background: #177991; */
}
.sidebar-menu>li.unfold i {
    color: #fff;
}

.sidebar-menu>li.unfold .munu-more {
    transform: rotate(0);
}

.sidebar-menu>li ul {
    display: none;
    margin-bottom: 10px;
    width: 160px;
    margin: 0 auto;
}
.sidebar-menu>li ul li{
    margin: 5px 0;
    border-radius: 18px;
}
.sidebar-menu>li ul li.current{
    /* background: #177991; */
}
.sidebar-menu>li.unfold>.treeview-menu li a{
    position: relative;
}
.sidebar-menu>li.unfold>.treeview-menu li a::after{
    position: absolute;
    content: "";
    left: 15px;
    top:50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border:1px solid #798582;
    box-sizing: border-box;

}
.sidebar-menu>li ul li.current a,.sidebar-menu>li.unfold>.treeview-menu li:hover a{
    color: #0FA6A6;
    font-weight: bold;
}
.sidebar-menu>li ul li.current a::after,.sidebar-menu>li.unfold>.treeview-menu li:hover a::after{
    border:1px solid #0FA6A6 !important;
    background-color: #0FA6A6;
}
.sidebar-menu>li ul a {
    display: block;
    line-height: 36px;
    padding-left: 34px;
    color: #7F8583;
}



.datePicker {
    position: absolute;
    width: 472px;
    left: 100px;
    top: 100px;
    height: 309px;
    z-index: 101;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #d2d4d6;
    -moz-box-shadow: 0px 0px 10px #d2d4d6;
    box-shadow: 0px 0px 10px #d2d4d6;
    /**
    *20200407 日历月份，焦点及hover颜色调整
    */
}

.datePicker .br {
    border-right: 1px solid #e8e8e8;
}

.datePicker .datePicker-top {
    background: #3e3f49;
    height: 70px;
}

.datePicker .datePicker-month {
    height: 40px;
    position: relative;
}

.datePicker .single .datePicker-month {
    width: 234px;
}

.datePicker .datePicker-month i {
    position: absolute;
    z-index: 111;
    cursor: pointer;
    top: 9px;
    display: block;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    font-size: 13px;
}

.datePicker .datePicker-month i.icon-left {
    left: 10px;
}

.datePicker .datePicker-month i.icon-right {
    right: 10px;
}

.datePicker .datePicker-month .dpm {
    float: left;
    width: 235px;
    padding: 0 5px;
    height: 40px;
    position: relative;
}

.datePicker .datePicker-month .br {
    border-right: 1px solid #5b656c;
}

.datePicker .dpm span {
    color: #f4f4f5;
    display: block;
    height: 24px;
    width: 110px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
}

.datePicker .dpm span em {
    padding: 0 5px;
}

.datePicker .dpm span.on {
    background: #fff;
    color: #5c656a;
}

.datePicker .dpm .dpm-choice {
    width: 132px;
    left: 50%;
    top: 30px;
    margin-left: -66px;
    position: absolute;
}

.datePicker .shadow {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(74, 83, 90, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(74, 83, 90, 0.3);
    box-shadow: 0px 0px 10px rgba(74, 83, 90, 0.3);
}

.datePicker .dpm-choice .dc-tit {
    background: #0FA6A6;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.datePicker .dc-tit i {
    top: 14px;
}

.datePicker .dc-tit span {
    height: 30px;
    line-height: 30px;
}

.datePicker .dc-con {
    background: #fff;
    padding: 8px;
    height: 102px;
    border: 1px solid #ddd;
}

.datePicker .dc-con a {
    display: block;
    float: left;
    width: 38px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #232728;
}

.datePicker .dc-con a.on,
.datePicker .dc-con a.on:hover {
    background: #0FA6A6;
    color: #fff;
}

.datePicker .dc-con a:hover {
    color: #0FA6A6;
}

.datePicker .datePicker-week {
    width: 470px;
    height: 30px;
    line-height: 30px;
    color: #a5a9ad;
}

.datePicker .datePicker-week .br {
    border-right: 1px solid #5b656c;
}

.datePicker .datePicker-week .dpw {
    float: left;
    width: 235px;
    padding: 0px 5px;
}

.datePicker .datePicker-week span {
    display: block;
    float: left;
    height: 30px;
    text-align: center;
    width: 32px;
}

.datePicker .datePicker-week span.on {
    width: 28px;
    height: 28px;
    /* background: #343a3f; */
    border-radius: 50%;
    color: #7cacff;
    margin: 0 2px;
}

.datePicker .datePicker-content {
    width: 470px;
    height: 197px;
    border-bottom: 1px solid #e8e8e8;
}

.datePicker .dpc {
    width: 235px;
    height: 197px;
    float: left;
    padding: 0 5px;
}

.datePicker .dpc span,
.datePicker .dpc a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-bottom: 1px solid #f7f7f7;
}

.datePicker .dpc span.grey {
    background: #f7f7f7;
    color: #999;
}

.datePicker .dpc a em {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 2px auto;
    line-height: 28px;
    border-radius: 14px;
    color: #232728;
    border: 1px solid transparent;
}

.datePicker .dpc a.on em {
    background: #0FA6A6 !important;
    color: #fff !important;
}

.datePicker .dpc a:hover em {
    background: #fff;
    color: #0FA6A6;
    border: 1px solid #0FA6A6;
}

.datePicker .datePicker-footer {
    height: 42px;
    border-top: 1px solid #e8e8e8;
    margin-top: -1px;
    position: relative;
}

.datePicker .datePicker-footer a.delete {
    position: absolute;
    display: block;
    right: 0;
    font-size: 14px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    top: 6px;
    color: #232728;
}

.datePicker .datePicker-footer a.delete i {
    display: block;
    height: 30px;
    line-height: 26px;
    float: left;
    font-size: 16px;
    vertical-align: middle;
}

.datePicker .datePicker-footer a.delete:hover {
    color: #0FA6A6;
}

.datePicker .dpf {
    height: 42px;
    padding-left: 10px;
}

.datePicker .single .dpf {
    padding-left: 5px;
}

.datePicker .dpf .clock {
    font-size: 20px;
    float: left;
    color: #ff985e;
}

.datePicker .dpf span {
    display: block;
    height: 25px;
    border: 1px solid #ddd;
    width: 90px;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    line-height: 25px;
    overflow: hidden;
}

.datePicker .single .dpf span {
    margin-left: 5px;
}

.datePicker .dpf span .short-input {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    border: none;
    text-align: center;
    outline: none;
}

.datePicker .dpf span .disabled {
    background: #e1eaf1;
}

.datePicker .dpf span em {
    display: block;
    float: left;
    height: 25px;
    width: 5px;
    line-height: 25px;
    text-align: center;
}

.datePicker .dpf .sure {
    display: block;
    width: 50px;
    height: 27px;
    background: #0FA6A6;
    border-radius: 3px;
    float: left;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 10px;
}

.datePicker .single .dpf .sure {
    width: 40px;
    margin-left: 5px;
}

.datePicker .dpf .hours,
.datePicker .dpf .minutes,
.datePicker .dpf .seconds {
    position: absolute;
    left: 11px;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
    width: 200px;
}

.datePicker .dpf .hours a,
.datePicker .dpf .minutes a,
.datePicker .dpf .seconds a {
    display: block;
    width: 25px;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.datePicker .dpf .hours a.on,
.datePicker .dpf .minutes a.on,
.datePicker .dpf .seconds a.on {
    background: #04b69c;
    color: #fff;
}

.datePicker .dpf .hours a:hover,
.datePicker .dpf .minutes a:hover,
.datePicker .dpf .seconds a:hover {
    background: #fbf7d3;
    color: #1f1f1a;
}

.datePicker .dpf .hours {
    height: 90px;
    top: -80px;
}

.datePicker .dpf .minutes {
    height: 193px;
    top: -180px;
}

.datePicker .dpf .seconds {
    height: 193px;
    top: -180px;
}

.content-wrapper {
    position: relative;
    min-height: calc(100vh - 42px);
    /* margin-top: 42px; */
    background-color: #edf0f4;
}

.content-wrapper,
.main-footer {
    margin-left: 170px;
}

.t-tab {
    padding: 10px;
}

.tab-nav-box {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 10px;
}

.tab-nav-box .tab-nav-page {
    display: none;
    position: absolute;
    bottom: 0;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-nav-box .tab-nav-prev {
    left: 0;
}

.tab-nav-box .tab-nav-next {
    right: 0;
}

.tab-nav-box .tab-nav-next i {
    display: inline-block;
    transform: rotate(180deg);
}

.tab-nav-box .tab-nav-inner {
    overflow: hidden;
    position: relative;
    height: 30px;
}

.tab-nav-box .tab-nav-inner .tab-nav {
    position: absolute;
    overflow: hidden;
}

.tab-nav-box .tab-nav-inner .tab-nav li {
    margin-right: 12px;
}

.tab-nav-box .tab-nav-inner .tab-nav li:last-child {
    margin-right: 0;
}

.tab-nav-box .tab-nav-inner .tab-nav a,
.tab-nav-box .tab-nav-inner .tab-nav li {
    display: block;
    float: left;
    position: relative;
}

.tab-nav-box .tab-nav-inner .tab-nav a {
    min-width: 60px;
    padding: 0 15px;
    background-color: #d5dbe2;
    color: #333;
    border-radius: 4px;
    overflow: hidden;
}

.tab-nav-box .tab-nav-inner .tab-nav a i {
    margin-left: 8px;
    font-size: 12px;
}

.tab-nav-box .tab-nav-inner .tab-nav>li.on>a {
    background-color: #fff;
    color: #fe6f6b;
    /**
                *20200407 内容块 tab 焦点字号颜色调整
                */
    color: #0FA6A6;
    font-weight: bold;
}

.tab-nav-scroll {
    padding: 0 20px 0 20px;
    height: 30px;
}

.tab-nav-scroll .tab-nav-page {
    display: block;
}

.tab-nav-scroll .tab-nav-page {
    display: block;
}

.t-tab-inner {
    padding: 0;
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.t-tab-inner .tab-nav-box {
    margin-bottom: 10px;
    line-height: 34px;
    border-bottom: 1px solid #ebeef2;
}

.t-tab-inner .tab-nav-box .tab-nav-inner {
    height: 34px;
}

.t-tab-inner .tab-nav-box .tab-nav-inner li {
    margin-right: 0;
}

.t-tab-inner .tab-nav-box .tab-nav-inner li a {
    padding: 0 20px;
    border-radius: 0;
    background: transparent;
    color: #666;
    height: 34px;
}

.t-tab-inner .tab-nav-box .tab-nav-inner li a span {
    display: inline-block;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-tab-inner .tab-nav-box .tab-nav-inner li a{
    margin: 0 10px;
    padding: 0;
    text-align: center;
}
.t-tab-inner .tab-nav-box .tab-nav-inner li.on>a,.t-tab-inner .tab-nav-box .tab-nav-inner li:hover>a {
    background: #fff;
    color: #0FA6A6;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #0FA6A6;
}

.t-tab-inner .tab-nav-box .tab-nav-inner li:hover span {
    color: #0FA6A6;
}
/* 订单详情那有个tab hover变白了，所以注释了 */
/* .t-tab-inner .tab-nav-box .tab-nav-inner li.on:hover span {
    color: #fff;
} */

.list-box {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.list-box .ul-table,
.list-box .form-box {
    padding: 0 40px;
}

.list-box .info-box {
    padding: 10px 20px 10px 20px;
}

.list-box .state-box {
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
}

.list-box .state-box .state {
    float: left;
    padding: 0 10px;
    border-radius: 0 0 10px 0;
    line-height: 31px;
}

.list-box .state-box .btn-box {
    float: right;
}

.list-box .state-box .btn-box .btn {
    display: inline-block;
    padding: 0 15px;
    margin: 10px 20px 0 0;
    line-height: 30px;
    background: #0FA6A6;
}

.list-box .state-box .btn-box .btn:nth-child(2) {
    background: transparent;
    color: #0FA6A6;
    border: 1px solid transparent;
}

.list-box .state-approved {
    background: #0FA6A6;
    color: #fff;
}

.list-box .state-noApproved {
    background: #d2d2d2;
    color: #333333;
}

.list-box .state-audit {
    background: #ff6f59;
    color: #fff;
}

.ul-table {
    overflow: hidden;
}

.ul-table li {
    float: left;
    width: 33%;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.ul-table li .value,
.ul-table li .span-cut {
    padding-right: 5px;
}
.ul-table li.width-big {
    width: 63%;
}

.ul-table li .span-cut {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 20px;
}

.ul-table li .btn {
    border-radius: 15px;
}

.ul-table li i {
    color: #d6dce4;
    margin-right: 5px;
}

.ul-table-two li {
    width: 50%;
}

.ul-table li.max-width {
    width: 100%;
}

.ul-table li.max-width .span-cut {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    vertical-align: top;
}

.user-info ul {
    display: flex;
    margin-bottom: 15px;
}

.user-info ul li {
    box-shadow: 0 0 4px rgba(141, 141, 141, 0.6);
    border-radius: 8px;
    margin-right: 17px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px 20px 34px;
    width: 200px;
    box-sizing: border-box;
}

.user-info ul li .h3 {
    margin-bottom: 0;
}

.user-info ul li:nth-child(2) .i-tag,
.user-info ul li:nth-child(2) .btn {
    background: #5099f3;
}

.user-info ul li:nth-child(2) .balance b {
    color: #5099f3;
}

.user-info ul li:nth-child(2) .btn {
    border: 1px solid #5099f3;
}

.user-info ul li .i-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    line-height: 22px;
    border-radius: 0 8px 0 8px;
    text-align: center;
    background-color: #0FA6A6;
    color: #fff;
}

.user-info ul li .balance {
    color: #868b9e;
    margin-bottom: 0px;
}

.user-info ul li .balance b {
    margin-right: 8px;
}

.user-info ul li .balance b i {
    font-size: 20px;
    font-style: normal;
}

.user-info ul li .info {
    color: #868b9e;
    margin-bottom: 10px;
}

.user-info ul li .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 34px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.ul-list {
    overflow: hidden;
}

.ul-list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
    height: 90px;
    text-align: center;
}

.ul-list li:nth-child(4n) {
    margin-right: 0;
}

.ul-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #edf0f4;
    border-radius: 8px;
    padding: 15px 0;
}

.ul-list li a div {
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}

.ul-list li a div:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
}

.form-box {
    margin-bottom: 10px;
    border-radius: 4px;
}

.form-box .form-body {
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.form-box .form-body:first-child {
    margin-top: 0;
}
.form-body.displayflex.form-group-height .form-group {
    height: 58px;
}

.form-box .form-editor {
    margin: 0 15px 10px;
    /**
        *20200407 表单内块 新增下间距
        */
    padding-bottom: 5px;
}

.form-box .form-list-auto {
    padding: 10px 25px;
}

.form-box .form-list-auto .form-group {
    min-height: initial;
}

.form-box .form-list-auto .form-label {
    display: inline-block;
}

.form-query {
    display: none;
    padding-bottom: 10px;
    overflow: hidden;
    padding-left: 25px;
    background-color: #fff;
}

.form-query .form-body {
    padding: 0;
    border-left: 4px solid #eee;
    border-radius: 2px;
}

.form-query-show {
    display: block;
}

.form-group {
    float: left;
    width: 240px;
    margin: 5px 13px;
    line-height: 26px;
    min-height: 58px;
    /**
    *20200407新增 短文本框，表单组内按钮样式
    */
}

.form-group>label {
    display: block;
}

.win .row .form-group.row-form-block .form-radio>label {
    display: block;
    position: relative;
    width: auto;
    overflow: visible;
}

.form-group>label i {
    color: #E66637;
}

.form-group>.form-input,
.form-group>.form-select,
.form-group>.form-textarea {
    width: 240px;
    height: 26px;
}

.form-group>.form-textarea {
    height: 100px;
}

.form-group>.form-textarea-max {
    min-width: 240px;
    width: 100%;
}

.form-group>.form-input,
.form-group>.form-select,
.form-group>.form-textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 10px;
    resize: none;
    word-wrap: break-word;
    overflow-y: auto;
    background: #fff;
    height: 30px;
}

.form-group .form-button {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-left: 10px;
    min-width: 74px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #fe756c;
    border-radius: 2px;
    color: #fe756c;
    overflow: hidden;
    cursor: pointer;
}

.form-group .min-select {
    width: 70px;
}

.form-group .gray-label,
.form-group .gray-label>i {
    color: #9799a2;
}

.form-group .form-cont {
    display: inline-block;
    vertical-align: middle;
}

.form-group .form-cont .icon-edit {
    color: #0FA6A6;
    cursor: pointer;
}

.form-group .form-long-big {
    width: 725px;
}

.form-group .form-input-inner .form-input {
    width: 240px;
}

.form-group .opt {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.form-group .opt.add {
    display: inline-block;
    width: 50px;
    height: 29px;
    background-color: #0FA6A6;
    border-radius: 4px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.form-group .opt:hover {
    text-decoration: underline;
}

.form-date {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 2px;
}

.form-date:hover {
    box-shadow: 0 0 4px rgb(133 144 162 / 40%);
    border-color: #0FA6A6 !important;
}

.form-date input {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.form-box-two .form-group {
    width: 50%;
    margin: 5px 0;
}

.form-box-three .form-group {
    width: 33%;
    margin: 5px 0;
}

.form-box .form-img {
    display: inline-block;
    margin-top: 0;
}

.form-long {
    width: 98% !important;
}

.form-long .form-input,
.form-long .form-textarea {
    width: 95%;
}
.form-long .new-ul .key{
    margin-right: 8px;
}
.form-long .form-textarea {
    height: 100px;
}

.form-long .form-long-checkbox {
    display: inline-block;
}

.form-long .form-img {
    display: inline-block;
    margin-top: 0;
}

.form-img li {
    display: inline-block;
    height: 30px;
    border: 1px solid #c1c0c0;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    line-height: 20px;
    margin: 0 5px 2px 0;
}

.form-img li>span .icon-close {
    border-left: 1px solid #c1c0c0;
    padding-left: 5px;
    margin-left: 5px;
}

.form-select {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 10px;
    resize: none;
    word-wrap: break-word;
    width: 240px;
    height: 28px;
}

.form-wid130 .form-input,
.form-wid130 .form-select {
    width: 130px;
}

.form-wid130 .mult-box {
    margin: 0;
}

.form-wid205 .form-input {
    width: 200px;
}

.form-wid205 .mult-box {
    margin: 0;
}

.form-wid205 .icon-plus {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #0FA6A6;
    color: #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border-radius: 2px;
}

.form-editor .t-box {
    margin: 10px;
    padding: 15px;
    background: #f3f6f9;
    margin-bottom: 10px;
}

.form-editor .t-box .form-textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: 5px 10px;
    resize: none;
    word-wrap: break-word;
    width: 100%;
    height: 100px;
    overflow-y: auto;
}

.form-editor .t-box .h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #b8bac0;
    background: #fff;
    border-radius: 2px;
    color: #666666;
    cursor: pointer;
    margin-right: 5px;
    line-height: 20px;
    vertical-align: middle;
}

.form-box .t-box-inner {
    margin: 0 15px 10px;
}

.t-box-inner {
    border: 1px solid #a5a8b2;
    box-shadow: 0 0 3px rgba(55, 76, 80, 0.4);
    background: #fff;
    margin-bottom: 10px;
}

.t-box-inner .header {
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    border-bottom: 1px solid #a5a8b2;
}

.t-box-inner .header .h3 {
    float: left;
    margin-bottom: 0;
}

.t-box-inner .header .icon-close {
    float: right;
    cursor: pointer;
}

.t-box-inner .form-box .form-group {
    width: 45%;
}

.form-group .mult-box {
    margin: 0;
}

.mult-box {
    display: inline-block;
    margin: 0 25px 6px;
}

.mult-box .item {
    border-radius: 2px;
    padding: 5px;
    color: #333;
    display: inline-block;
    line-height: 16px;
    margin-right: 10px;
    margin-top: 2px;
    height: 28px;
    /* background-color: #F5F5F5; */
    background-color: #FFF;
    cursor: pointer;
}

.mult-box .item:hover {
    /* color: #0FA6A6; */
}

.mult-box .item .icon-close-btn:hover {
    background-color: #0FA6A6;
}

.mult-box .item .icon-close {
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    padding-left: 5px;
    /* border-left: 1px solid #0FA6A6; */
    margin-left: 5px;
}

.mult-box .item .icon-close-btn {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 7px;
    background-color: #CCC;
    color: #fff;
    margin-left: 8px;
}

.mult-box .on {
    background: #0FA6A6;
    color: #fff;
}

.mult-box .on .icon-close {
    border-left: 1px solid #fff;
    color: #fff;
}

.package-nav .mult-box {
    width: 100%;
    height: 58px;
    white-space: nowrap;
    overflow-y: hidden;
    padding-right: 100px;
    margin-bottom: unset;
    display: flex;
}

.package-nav .mult-box .item {
    border-radius: 4px;
    color: #333;
    display: inline-block;
    line-height: 27px;
    margin-right: 10px;
    margin-top: 6px;
    background-color: #fff;
    width: 160px;
    height: 40px;
    text-align: center;
    position: relative;
    border: 2px solid #ddd;
    cursor: pointer;
    padding: unset;
    display: inline-flex;
    align-items: center;
}

.package-nav .mult-box .item.invalid {
    background-color: #FAFAFC;
    border: 2px dotted #ddd;
    color: #777;
}

.package-nav .mult-box .item.on {
    background-color: #F3FAFA;
    font-weight: 600;
    border: 2px solid #0FA6A6;
    color: #0FA6A6;
}

.package-nav .mult-box .invalid.on {
    background-color: #FAFAFC;
    font-weight: 600;
    border: 2px dotted #0FA6A6;
    color: #777;
}

.package-nav .mult-box .item:hover {
    border-color: #0FA6A6;
}

.package-nav .mult-box .item .new-close {
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -8px;
    padding-left: unset;
    border-left: none;
    margin-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.package-nav .mult-box .item:hover .new-close {
    background-color: #0FA6A6;
    display: flex;
}

.package-nav .icon-close:before {
    transform: scale(0.7);
}

.form-list {
    border: 2px solid #CAE0E6;
}

.form-list .form-body {
    padding: 10px;
}

.form-list .form-body .h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.form-list .form-group {
    margin: 0 13px;
    min-height: auto;
    width: 31%;
    display: flex;
}

.form-list .form-group .form-label,
.form-list .form-group .form-cut {
    display: inline-block;
    vertical-align: middle;
}

.form-list .form-group .form-cut {
    /* max-height: 28px; */
    line-height: 28px;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-radio,
.form-checkbox,
.form-input-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.form-editor .form-group {
    width: 30%;
}

.form-group.wt-15 {
    width: 15%;
}
.form-cut.strike-through {
    text-decoration: line-through;
}
.form-cut.state-tip {
    margin-left: 20px;
    color: #999999;
}

.content.content-col {
    display: flex;
    flex-direction: column;
}
.content-col .form-box {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 10px;
}
.content-col .form-list {
    padding: 10px 0;
    margin: 0 10px;
}
.content-col .form-list:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.content-col .form-body {
    display: flex;
}
.code-list {
    display: flex;
    flex-wrap: wrap;
}
.form-group.wt-14 {
    width: 14%;
}
.row .form-group {
    width: 100%;
    min-height: auto;
}

.row .form-group label {
    display: inline-block;
    text-align: right;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    vertical-align: middle;
}

.row .form-group .form-radio,
.row .form-group .form-checkbox,
.row .form-group .form-input-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.row .form-group .form-input-box {
    vertical-align: top;
}

.row .form-group .form-input-box .form-input-inner {
    margin-bottom: 10px;
}

.row .form-group .icon-search {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    background: #0FA6A6;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    margin-left: -5px;
    color: #fff;
}

.form-input-min,
.form-input-two,
.form-input,
.form-select-min,
.form-input-130 {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 10px;
    resize: none;
    word-wrap: break-word;
    width: 87px;
    height: 30px;
}
.form-input1{
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 10px;
    resize: none;
    word-wrap: break-word;
    /* width: 70px;
    height: 30px; */
}

.form-select-120 {
    width: 120px;
}

.form-input-130 {
    width: 130px;
}

.input-group .form-input {
    width: 111px;
}

.form-input-two {
    width: 117px !important;
}

.form-cut {
    line-height: 28px;
    min-height: 28px;
}

.form-file {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.file-tips {
    font-size: 13px;
    color: red;
}

.form-file input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.form-img {
    vertical-align: top;
    margin-top: 10px;
}

.form-select-min,
.form-select-120,
.form-select {
    padding-right: 0;
}

.face-info .form-img .form-img-inner {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 6px;
}
.face-info .form-img .img-box {
    width: 100px;
    height: 100px;
}
.face-info .form-img .img-box a.input-img {
    width: 100px;
    height: 100px;
    position: relative;
    background: #fbfdff;
    border: 1px dashed #9198a2;
    border-radius: 6px;
}
.face-info .form-img .img-box a.input-img::after {
    content: "+";
    color: #afb1b4;
    font-size: 30px;
    position: absolute;
    top: 32px;
    left: 38px;
}

.form-img .form-img-inner {
    display: inline-block;
    width: 60px;
    height: 40px;
    /**
        *20200407 表单图吗类，新增边线，固定图片尺寸60px 40px
        */
    border: 1px solid #ccc;
    background: #f1f1f1;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
    background: #f1f1f1 url(../../imagesnew/img-bg.png) center no-repeat;
}

.form-img .form-img-inner .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    cursor: pointer;
}

.form-img .form-img-inner img {
    display: block;
    width: 100%;
    height: 100%;
}

.form-img .form-img-inner .magnifier {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.form-img .form-img-inner .magnifier .icon-magnifier {
    font-size: 18px;
}

.form-img .form-img-inner:hover .magnifier {
    display: block;
}

.form-img .img-box {
    display: inline-block;
    vertical-align: top;
}

.form-img .img-box a {
    width: 70px;
    height: 40px;
    display: inline-block;
    background: url(../../imagesnew/file-bg.png) no-repeat 0 0;
    background-position: 0 0;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.form-img .img-box a input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.form-footer {
    padding: 0 25px 10px;
    background-color: #fff;
}

.form-editor {
    margin-bottom: 10px;
    border: 2px solid#edf0f4;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.form-editor .title,
.form-title {
    line-height: 32px;
    background-color: #edf0f4;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-editor .title>div>i{
  font-size: 17px;
  margin-right: 5px;
  vertical-align: -webkit-baseline-middle;
}
.form-editor .title>div>i:hover{
  color: #0FA6A6;
}
.form-editor .title .h3,
.form-title .h3 {
    margin-bottom: 0;
    float: left;
}

.form-editor .title .btn {
    float: right;
    margin: 5px 0;
}

.form-editor:last-child {
    margin-bottom: 0;
}

.form-editor .form-list {
    border: 0;
}

.form-editor .btn-box-icon {
    position: absolute;
    line-height: 28px;
    top: 33px;
    right: 25px;
}

.form-editor .btn-box-icon span {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.form-editor .btn-box-icon span:hover {
    text-decoration: underline;
}

.form-editor .form-add-box .form-add-btn {
    background: #fff;
    text-align: right;
    padding: 5px;
}

.table-box {
    padding: 10px 25px;
    border-radius: 4px;
    background: #fff;
}

.table-btn {
    text-align: right;
    margin-bottom: 10px;
}
.j-passenger-box .table-btn {
    display: flex;
}
.table-btn .title {
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    background: transparent;
    padding: 0;
}

.table-outer {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.table-outer .table-body {
    overflow: auto;
    border: 1px solid #ccc;
    border-bottom: none;
}
.table-box-module{
  width: 100%;
  overflow-x: auto;
}
.table-outer .table-body .table,
.table-title .table,
.table-module .table-inner {
    width: 100%;
    min-width: 740px;
}
.table-outer-overflow{
  overflow-y: auto;
  max-height: 300px;
  padding-bottom: 5px;
}
.table-left th:nth-child(1),
.table-left td:nth-child(1){
  text-align: left !important;
}
.table-title,
.table-module {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-bottom: 10px;
    /* padding: 0 10px; */
    width: fit-content;
}

.table-title .table,
.table-module .table-inner {
    table-layout: fixed;
}

.table-module .table-inner .icon-plus,
.table-module .table-inner .icon-reduce,
.table .icon-plus,
.table .icon-reduce{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #aeb0b6;
    color: #333;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 7px;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
}
.table .batch-btn{
    margin-left: 5px;
    cursor: pointer;
}
#roomList .form-input-min{
    width: 105px;
}
.second-level .icon-plus,.second-level .icon-reduce{
    margin-left: 30px;
}
.table-module .table-inner tr {
    height: 40px;
    line-height: 40px;
}
.switch-button {
    width: 38px;
    height: 20px;
    border-radius: 13px;
    position: relative;
    cursor: pointer;
    margin:0 auto;
}

.switch-button::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    border-radius: 100%;
    background: #fff
}

.switch-button.open {
    background: #0FA6A6
}

.switch-button.open::after {
    left: 2px
}

.switch-button {
    background: #bbb
}

.switch-button.close::after {
    right: 2px
}
.table-module .table-inner td,
.table-module .table-inner th,
.table-title th,
.table-title td {
    /* width: 8.3%; */
    width: 90px;
    text-align: center;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table-module .table-inner td:nth-child(1),
.table-module .table-inner th:nth-child(1),
.table-title th:nth-child(1),
.table-title td:nth-child(1),
.table-module .table-inner td:nth-child(2),
.table-module .table-inner th:nth-child(2),
.table-title th:nth-child(2),
.table-title td:nth-child(2) {
    width: 40px;
}

.table-module .table-inner td:last-child,
.table-module .table-inner th:last-child,
.table-title th:last-child,
.table-title td:last-child {
    width: 350px;
}

.table-module .table-inner td:last-child a,
.table-module .table-inner th:last-child a,
.table-title th:last-child a,
.table-title td:last-child a {
    min-width: 35px;
}

.table-module {
    border-left: 4px solid #D3D6E0;
    height: 42px;
    overflow: hidden;
}
.table-module.on{
  border-left-color:#0FA6A6 ;
}
.table-box-module .table-module.on .table-inner{
  background: #fff;
}
.table-module.on .table-outer{
  margin-bottom: 0;
}
.table-module-height-auto {
    height: auto;
}

.table-box-module .page-box {
    background: transparent;
}
.table-box-module .table-module{
  width: 100%;
 
}
.table-box-module .table-module .table-inner{
  display: flex;
  align-items: center;
  background-color: #FAFBFD;
}
.table-box-module .table-inner{
  padding: 14px 20px;
}
.table-box-module .table .poi-left{
  text-align: left !important; 
}
.table-box-module .table .room-info{
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.table-box-module .table .other-info span{
  display: inline-block;
  line-height: 18px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  color: #666;
  font-size: 12px;
  margin-right:8px ;
  padding: 0 4px;
}
.table-box-module .up-down-box{
  margin-right: 10px;
}
.table-box-module .table-inner .option-box{
  width: 144px;
}
.table-box-module .table-inner .status-box{
  width: 100px;
}
.table-box-module .table-inner .hotel-info-box,
.table-box-module .table-inner .supplier-info-box{
  flex: 1;
  text-align: left;
  max-width: calc((100% - 220px) / 2);
}
.table-box-module .table-inner .hotel-info{
  display: flex;
  height: 20px;
  align-items: center;
}
.table-box-module .table-inner .hotel-title{
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}
.table-box-module .table-inner .hotel-title:hover{
  color: #0FA6A6;
}
.table-box-module .table-inner .star-box i{
  color: #FF8D1A;
}
.table-box-module .table-inner .ms-tag{
  display: inline-block;
  color:#0fa6a6 ;
  border-radius: 2px;
  line-height: 18px;
  padding: 0 7px;
  background:#f3fafa ;
  font-size: 12px;
}
.table-box-module .hotel-info-box .bottom-info span{
  display: inline-block;
  margin-right: 15px;
  color: #66686E;
}
.table-box-module .hotel-info-box .bottom-info .hotelId{
  line-height:17px ;
  border-radius: 2px;
  background: #fff;
  padding: 0 4px;
  font-size: 12px;
  color: #333;
}
.table-box-module .supplier-info-box{
  color: #666;
  
}
.table-box-module .supplier-info-box div{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.table-box-module .status-box .red{
  color: #F24E4E;
}
.table-box-module .status-box .green{
  color: #09BA9D;
}
.table-box-module .option-box a{
  color:#4D6FEE ;
}
.table-module .table-box {
    padding: 0;
    margin-left: 40px;
}
.table-module .C-show{
  /* display: none; */
}
.table-title th {
    line-height: 34px;
    height: 34px;
}

.table-outer .table-body .table th {
    background: #e2e3e9;
}

.table-outer .table-body .table th,
.table-outer .table-body .table td {
    padding: 5px;
    min-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    max-width: 650px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.table-noBackground.table-outer .table-body .table th,
.table-noBackground.table-outer .table-body .table td{
  border-right: 1px solid #ccc;
}
.table-noBackground.table-outer .table-body .table th:last-child,
.table-noBackground.table-outer .table-body .table td:last-child{
  border-right: none;
}
.limit-td {
    text-align: center;
    max-width: 150px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.table-outer .table-body .table th.th-padding{
    padding-right: 30px;
}
.table-outer .table-body .table td .td-hover{
    position: relative;
    height: 18px;
    color:#4D6FEE ;
    padding-right: 30px;
}
.table-outer .table-body .table td .td-hover i{
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.table-outer .table-body .table td .td-hover:hover i{
    display: inline-block;
}
.table-outer .table-body .t-table-inner th,
.table-outer .table-body .t-table-inner:last-child tr:last-child td {
    border-bottom: none;
}

.table-outer .table-body .t-table-inner td {
    white-space: initial;
}

.t-table-inner .inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.t-table-inner .num {
    margin: 2px 0px;
}

.table-outer .table-body .t-table-inner td .num label {
    display: inline-block;
    min-width: 50px;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.table-outer .table-body .table th .effect,
.table-outer .table-body .table td .effect {
    display: inline-block;
}

.table-outer .table-body .table tbody tr:nth-child(odd) {
    background: #fff;
}

.table-outer .table-body .table tbody tr:nth-child(even) {
    background: #f8f8f9;
}

.table-outer .table-body .table tbody tr:hover {
    background-color:  rgba(36, 138, 163, 0.1);
}

.table-outer .table-body .table-noback tbody tr:hover {
    background-color: initial;
}

.table-outer .table-body .table-noback tbody tr:nth-child(even) {
    background: initial;
}

.table-outer .table-body .table td a,
.table-inner td a {
    margin: 0 2px;
    display: inline-block;
    min-width: 52px;
    color:#4D6FEE ;
}

.table-outer .table-body .table td a.gray {
    color: #ccc;
}

.table-outer .table-body .table td a:hover {
    text-decoration: underline;
}

.table-outer .table-body .table td a.gray:hover {
    text-decoration: none;
}

.table-outer .table-body .table td img {
    width: 140px;
    height: 140px;
    display: inline-block;
}

.table-outer .table-body .table td .form-input {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 10px;
    resize: none;
    word-wrap: break-word;
    width: 220px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
}

.table-outer .table-body .table td .form-input-min {
    text-align: center;
}

.table-outer .table-body .table td .min-input {
    width: 40px;
}

.table-outer .table-body .table td span.num-btn {
    display: inline-block;
    width: 28px;
    line-height: 27px;
    text-align: center;
    background: #0FA6A6;
    border-radius: 4px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.table-outer .table-body .table td span.num-btn.prohibit {
    background-color: #d2d2d2;
    color: #333;
    cursor: default;
}

.table-outer .table-body .table td .date {
    padding: 5px 10px;
    /* background: #0FA6A6; */
    color: #333;
    border-radius: 4px;
}

.table-outer .table-body .table .border {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.table td.preline {
    white-space: pre-line;
    overflow: visible;
}

.resoprt-tc {
    padding: 10px 20px 10px 10px;
    width: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2;
}
.resoprt-tc .btn-box{
    text-align: center;
    margin-top: 21px;
}
.resoprt-tc .close {
    position: absolute;
    top: 12px;
    right: 4px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    z-index: 2;
}

.resoprt-tc .new-ul {
    clear: both;
}

.resoprt-tc .new-ul li {
    display: block;
    float: left;
    position: relative;
    padding-left: 150px;
    margin-bottom: 5px;
    width: 100%;
    min-height: 33px;
    line-height: 30px;
    box-sizing: border-box;
    word-break: break-all;
    text-align: left;
}

.resoprt-tc .new-ul li .key {
    position: absolute;
    left: 0;
    display: block;
    width: 140px;
    height: 28px;
    text-align: right;
}

.resoprt-tc .new-ul-two li.half-wdt {
    width: 50%;
}


/**
*20200407 静静，全站表格，产品名称过长截断处理，另外a链接类，鼠标焦点新增下划线
*/

.table-cell {
    max-width: 160px !important;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table-cell>a:hover {
    text-decoration: underline;
}
.pro-table-out{
  width: 100%;
  /* overflow-x: auto; */
  padding: 10px;
  background: #fff;
}
.pro-table-inner{
  width: 100%;
  overflow-x: auto;
}
.pro-table {
    padding: 15px;
}

.pro-table .pro-table-inner {
    border: 1px solid #a5a8b2;
    border-radius: 4px;
    margin-bottom: 15px;
}

.pro-table .pro-table-inner .pro-table-body .table-outer {
    margin: 15px;
}

.pro-table-title {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.pro-table-title .h3 {
    margin-bottom: 0;
    float: left;
}

.pro-table-title .h3 .item {
    display: inline-block;
    margin-right: 10px;
}

.pro-table-title .new-h3 .status {
    font-size: 12px;
    font-weight: 500;
    width: 41px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #F3FAFA;
    border-radius: 4px;
    color: #0FA6A6;
}

.pro-table-title .new-h3 .status.invalid {
    background-color: #FFF7F7;
    color: #FF6B6B;
}

.pro-table-title .new-h3 .name {
    display: inline-block;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.border-bottom-none {
    border-bottom: none;
}

.pro-table-title .btn {
    margin-top: 5px;
    margin-right: 0;
    margin-left: 10px;
}

.module {
    background: #f4f7fa;
    margin: 10px;
}

.module .form-group .icon-reduce,
.module .form-group .icon-plus,
.list-box .box-header i {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #aeb0b6;
    color: #333;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 7px;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
}

.module .title {
    background: transparent;
}

.module .title,
.module .table-outer {
    margin: 10px;
}

.inventory-and-price {
    width: 100%;
    padding: 0 15px 15px;
}

.inventory-and-price .calendar-header {
    position: relative;
    height: 50px;
    font-size: 14px;
    background-color: #4A535A;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.inventory-and-price .calendar-header .year {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.inventory-and-price .calendar-header .year .next,
.inventory-and-price .calendar-header .year .prev {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    color: #4A535A;
    font-weight: bold;
}

.inventory-and-price .calendar-header .year .prev {
    left: -30px;
}

.inventory-and-price .calendar-header .year .next {
    right: -30px;
}

.inventory-and-price .calendar-header .year .next:hover,
.inventory-and-price .calendar-header .year .prev:hover {
    background-color: #eee;
    text-decoration: none;
}
.inventory-and-price .calendar-header .month{
    display: flex;
}
.inventory-and-price .calendar-header .month a,
.inventory-and-price .calendar-header .month span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 23px;
    margin: 2px 0;
    flex: 1;
}

.inventory-and-price .calendar-header .month a {
    color: #fff;
}

.inventory-and-price .calendar-header .month .current {
    background-color: #0FA6A6;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
}

.inventory-and-price .calendar-body {
    width: 100%;
    border: 1px solid #bbb;
    border-width: 0 0 0 1px;
    box-sizing: border-box;
}

.inventory-and-price .calendar-body .weeks {
    background-color: #4A535A;
    display: flex;
    
}

.inventory-and-price .calendar-body .weeks span {
    float: left;
    border-width: 0 1px 1px 0;
    width: 127px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    flex: 1;
}

.inventory-and-price .calendar-body .weeks .weekend {
    color: white;
}

.inventory-and-price .calendar-body .days .day {
    position: relative;
    float: left;
    border: 1px solid #bbb;
    border-width: 0 1px 1px 0;
    width: 14.28%;
    height: 50px;
}

.inventory-and-price .calendar-body .days .day .day-num {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #999;
    z-index: 9;
    font-size: 15px;
    right: 10px;
    text-align: center;
    color: #333;
}

.inventory-and-price .calendar-body .days .day-disabled {
    background-color: #f5f5f5;
}

.inventory-and-price .calendar-body .days .day {
    height: 110px;
}

.inventory-and-price .calendar-body .inv-pri-day {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    font-size: 12px;
    padding: 1px;
}

.inventory-and-price .calendar-body .inv-pri-day>div {
    margin-top: 27px !important;
}

.inventory-and-price .calendar-body .inv-pri-day:hover {
    border: 1px solid #0FA6A6;
}

.inventory-and-price .calendar-body .inv-pri-day div>span {
    height: 21px;
    display: block;
}

.inventory-and-price .calendar-body .inv-pri-day .num,
.inventory-and-price .calendar-body .inv-pri-day .price,
.inventory-and-price .calendar-body .inv-pri-day .totle-num {
    display: block;
    line-height: 21px;
    text-align: left;
}

.inventory-and-price .calendar-body .inv-pri-day .num,
.inventory-and-price .calendar-body .inv-pri-day .totle-num {
    color: #666;
    padding: 0 5px;
    margin-left: 0;
}

.inventory-and-price .calendar-body .inv-pri-day .num .total,
.inventory-and-price .calendar-body .inv-pri-day .totle-num .total {
    color: #ff6600;
}

.inventory-and-price .calendar-body .inv-pri-day .price {
    padding: 0px 5px;
    color: #666;
}

.inventory-and-price .calendar-body .inv-pri-day .price strong {
    color: #ff6600;
    font-weight: normal;
}

.inventory-and-price .calendar-body .inv-pri-day .totle-num {
    background: #ffebef;
}

.inventory-and-price .calendar-body .inv-pri-day .num {
    background: #d4e5ff;
    height: initial;
    line-height: initial;
}
.disabled-status .num{
    background: transparent !important;
    color: #CBCBCB !important;
}
.disabled-status .total,.disabled-status .price,.disabled-status strong{
    color: #CBCBCB !important;
}
.page-box {
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.page-box .page-box-info,
.page-box .page-box-info a,
.page-box .page-box-info button,
.page-box .page-box-info em,
.page-box .page-box-info input,
.page-box .page-box-info span,
.page-box .page-box-paginate,
.page-box .page-box-paginate a,
.page-box .page-box-paginate button,
.page-box .page-box-paginate em,
.page-box .page-box-paginate input,
.page-box .page-box-paginate span {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    line-height: 30px;
}

.page-box .page-box-info a,
.page-box .page-box-info button,
.page-box .page-box-info input,
.page-box .page-box-info select,
.page-box .page-box-info span,
.page-box .page-box-paginate a,
.page-box .page-box-paginate button,
.page-box .page-box-paginate input,
.page-box .page-box-paginate select,
.page-box .page-box-paginate span {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #bcbec4;
}

.page-box .page-box-paginate a,
.page-box .page-box-paginate button {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid transparent;
}

.page-box .page-box-paginate button {
    border: 1px solid #0FA6A6;
    background: #fff;
    color: #0FA6A6;
}

.page-box a {
    color: #333;
}

.page-box .page-box-paginate a.arrow {
    border: none;
    color: #333;
}

.page-box .page-box-info .on,
.page-box .page-box-paginate .on {
    background-color: #0FA6A6;
    border-color: #5568a9;
    border: 1px solid #0FA6A6;
    color: #fff;
}

.page-box .page-box-paginate a:hover {
    border: 1px solid #0FA6A6;
    color: #0FA6A6;
}

.page-box .page-box-paginate a.on:hover {
    color: #fff;
}

.page-box .page-box-paginate a.arrow:hover {
    border: none;
}

.page-box .page-box-info span,
.page-box .page-box-paginate span {
    min-width: inherit;
    border: none;
    padding: 0;
}

.page-box .page-box-info a.page-disabled,
.page-box .page-box-paginate a.page-disabled {
    color: #666;
}

.page-box .page-box-info .page-box-skip,
.page-box .page-box-paginate .page-box-skip {
    height: auto;
    margin: 0 10px;
}

.page-box .page-box-info input,
.page-box .page-box-paginate input {
    padding: 0 5px;
    text-align: center;
    text-indent: 0;
}

.page-box .page-box-info input,
.page-box .page-box-paginate input {
    width: 53px;
}

.mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.win {
    position: absolute;
    box-shadow: 0 0 3px rgba(99, 99, 99, 0.8);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    z-index: 101;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.win .header {
    line-height: 36px;
    height: 36px;
    background: #ececec;
    padding: 0 20px;
}

.win .header .h3 {
    float: left;
    margin-bottom: 0;
}

.win .header .icon-close {
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.win>.win-body {
    height: auto !important;
    overflow-y: inherit !important;
}

.win>.win-body .user-table-select-items {
    padding: 15px 25px;
}

.win>.win-body .user-table-select-items label {
    display: block;
    padding-left: 20px;
    margin-bottom: 3px;
    min-width: 180px;
}

.win>.win-body>.content {
    min-width: 400px;
    max-width: 1100px;
    width: auto;
}

.win>.win-body>.content>.title {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    font-weight: bold;
}

.win>.win-body>.content-max {
    width: 1090px;
}

.win>.win-body .t-modular {
    width: initial;
    margin-bottom: 15px;
}

.win>.win-body .t-modular>.pro-table {
    border: none;
}

.win>.win-body .t-modular>.pro-table th {
    background: #e2e3e9;
}

.win .form-box {
    margin-bottom: 0;
}

.win .form-textarea {
    height: 76px;
    width: 240px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-y: auto;
}

.win .form-long .form-textarea,
.win .form-long .form-input {
    width: 100%;
}

.win .row .form-group {
    width: auto;
    float: initial;
    position: relative;
    padding-left: 105px;
    min-height: 28px;
}

.win .row .form-group label {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
}

.win .win-footer {
    text-align: center;
    margin-bottom: 15px;
}

.win .img-item {
    padding: 0 25px;
}

.win .img-item ul li {
    float: left;
    width: 180px;
    height: 154px;
    border-radius: 4px;
    border: 1px solid #b6b8c1;
    position: relative;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.win .img-item ul li .img-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.win .img-item ul li .img-box .img-box-inner {
    position: absolute;
    width: 400px;
    height: 100%;
    left: 50%;
    margin-left: -200px;
}

.win .img-item ul li.video-item .img-box-header {
    width: 100%;
    height: 50%;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    cursor: pointer;
}

.win .img-item ul li.video-item video {
    width: 100%;
    height: 100%;
}

.win .img-item ul li.video-item .icon-yes {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    text-align: center;
    background: #0FA6A6;
    color: #fff;
    display: none;
}

.win .img-item ul li.video-item.on {
    border: 2px solid #0FA6A6;
}

.win .img-item ul li.video-item.on .icon-yes {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    text-align: center;
    background: #0FA6A6;
    color: #fff;
    display: block;
}

.win .img-item ul li .img-box .img-box-inner img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.win .img-item ul li .t-tag {
    position: absolute;
    width: 100%;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.win .img-item ul li.on .block-link {
    display: block;
}

.win .img-item ul li.on .block-link .icon-yes {
    display: block;
}

.win .img-item ul li>.block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0FA6A6;
    top: 0;
    left: 0;
    display: none;
}

.win .img-item ul li>.block-link .icon-yes {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #0FA6A6;
    color: #fff;
    border-radius: 0 0 4px 0;
    display: none;
}

.win .img-item ul li:hover .block-link {
    display: block;
}

.win .progress-bar-box {
    margin: 15px auto;
    float: initial;
    text-align: center;
}

.win .progress-bar-box ul {
    display: inline-block;
}

.win .ul-table {
    margin-bottom: 10px;
}

.win .ul-table li {
    margin-bottom: 5px;
}

.win .form-query .form-group {
    padding-left: 0;
}

.win .form-query .form-group .form-label {
    width: auto;
    position: inherit;
}

.form-label .remarks {
    color: #CA8854;
}

.form-label .remarks .icon-warning {
    color: #CA8854;
}

.win .form-query {
    padding-left: 0;
}

.win .form-query .form-body {
    border-left: 0;
}

.ul-table-three .form-group {
    min-height: inherit;
}

.ul-table-three label {
    display: inline-block;
}

.confirm-tip {
    position: absolute;
    min-width: 228px;
    max-width: 400px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
    border-bottom: 2px solid #0FA6A6;
    background-color: #fff;
    z-index: 100;
}

.confirm-tip .desc {
    margin: 20px 20px 0;
    font-size: 14px;
}

.confirm-tip .action-bar {
    position: relative;
    text-align: center;
    padding: 5px 10px;
    margin-top: 20px;
    background-color: #fff;
    z-index: 1;
}

.confirm-tip .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #232728;
    font-size: 14px;
    z-index: 2;
}

.confirm-tip .i-tip-arrow {
    position: absolute;
    color: #0FA6A6;
    left: 50%;
    font-size: 18px;
    line-height: 1;
    bottom: -9px;
    margin-left: -9px;
}

#tabEditbox.confirm-tip {
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #0FA6A6;
}

#tabEditbox.confirm-tip .i-tip-arrow {
    bottom: initial!important;
    top: -11px;
}

#tabEditbox.confirm-tip .desc {
    position: relative;
    z-index: 1;
    padding: 20px 20px 0;
    margin: 0!important;
    background: #fff;
}

#tabEditbox.confirm-tip .icon-open {
    transform: rotate(-180deg);
}

.message-box-success {
    position: fixed;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px 10px 40px;
    border-radius: 3px;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 2000;
    max-width: 500px;
    background-color: #0FA6A6;
    box-shadow: 0px 0px 6px #0FA6A6;
}

.message-box-success .face {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 24px;
    line-height: 1;
    opacity: 0.7;
}

.message-box-error {
    width: 248px;
    min-height: 150px;
    position: fixed;
    left: 50%;
    top: 50%;
    color: #000;
    border-radius: 5px;
    z-index: 2000;
    box-shadow: 0 0 8px #a0a6ac;
    background-color: #fff;
}

.message-box-error h4 {
    line-height: 40px;
    background-color: #ececec;
    font-weight: 400;
    text-indent: 1em;
    font-weight: bold;
    font-size: 16px;
}

.message-box-error p {
    text-align: center;
    word-break: break-all;
    padding: 25px 10px;
    padding-bottom: 60px;
    font-size: 16px;
}

.message-box-error .close,
.message-box-error .t-close {
    width: 90px;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #0FA6A6;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.message-box-error .t-close {
    width: 100%;
    background: transparent;
}

.input-tip-error,
.input-tip-info,
.input-tip-warn {
    position: absolute !important;
    color: #0FA6A6 !important;
    padding: 3px 10px 3px 10px !important;
    background-color: #fff !important;
    z-index: 1000 !important;
    border: 1px solid #0FA6A6 !important;
    border-radius: 2px !important;
}
.input-tip-error{
    border: 1px solid #ff6666 !important;
    color: #ff6666 !important;
}
.time-control {
    position: absolute;
    z-index: 10000;
    padding: 3px;
    width: 308px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.time-control .header {
    height: 30px;
    background-color: #0FA6A6;
    color: #fff;
    text-align: center;
}

.time-control .header a {
    display: inline-block;
    margin: 3px 0;
    padding: 0 10px;
    height: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.time-control .header a.current {
    color: #ffc200;
    font-weight: 700;
}

.time-control .hours,
.time-control .minutes,
.time-control .seconds {
    margin-top: 3px;
}

.time-control .hours a,
.time-control .hours span,
.time-control .minutes a,
.time-control .minutes span,
.time-control .seconds a,
.time-control .seconds span {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #232728;
}

.time-control .hours a {
    width: 50px;
}

.time-control .hours a:hover,
.time-control .hours span:hover,
.time-control .minutes a:hover,
.time-control .minutes span:hover,
.time-control .seconds a:hover,
.time-control .seconds span:hover {
    background-color: #eee;
}

.time-control .clear {
    position: absolute;
    right: -1px;
    top: -22px;
    padding: 0 10px;
    height: 21px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    color: #232728;
    background-color: #f6f6f6;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.time-control .minutes a,
.time-control .seconds a {
    width: 30px;
}

.time-control .hours .highlight,
.time-control .minutes .highlight,
.time-control .seconds .highlight {
    color: #f90;
}

.t-modular {
    width: 1090px;
    margin: 0 auto 10px;
}

.t-modular .t-modular-inner {
    padding: 25px;
    display: flex;
    background: #fff;
    border-radius: 4px;
}

.t-modular .tab-nav-box {
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #d3d4d5;
    height: 40px;
    line-height: 40px;
    width: 1090px;
}

.t-modular .tab-nav-box .tab-nav-inner {
    line-height: 40px;
    height: 40px;
}

.t-modular .tab-nav-box .tab-nav-inner .tab-nav li {
    margin-right: 0;
    position: relative;
}

.t-modular .tab-nav-box .tab-nav-inner .tab-nav li:last-child {
    border-right: 0;
}

.t-modular .tab-nav-box .tab-nav-inner .tab-nav li a {
    background: transparent;
    padding: 0;
}

.t-modular .tab-nav-box .tab-nav-inner .tab-nav li a span {
    border-right: 1px solid #ddd;
    padding: 0 15px;
}

.t-modular .tab-nav-box .tab-nav-inner .tab-nav li.on::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0FA6A6;
    content: "";
}

.t-modular .det-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.t-modular .det-box:last-child {
    margin-bottom: 115px;
}

.t-modular .det-box .h3 {
    text-align: center;
    font-size: 18px;
}

.t-modular .det-box .cont-box .min-title {
    line-height: 28px;
    font-size: 14px;
    background: #F4F9FA;
    border-radius: 14px;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.t-modular .det-box .cont-box .cont-box-inner {
    padding: 0 10px;
    margin-bottom: 10px;
}

.t-modular .det-box .cont-box .cont-box-inner .inline-box {
    overflow: hidden;
}

.t-modular .det-box .cont-box .cont-box-inner .inline-box dl {
    float: left;
    width: 25%;
}

.t-modular .det-box .cont-box .cont-box-inner dl {
    line-height: 30px;
    overflow: hidden;
    position: relative;
    padding-left: 75px;
}

.t-modular .det-box .cont-box .cont-box-inner dl dt {
    position: absolute;
    color: #666666;
    top: 0;
    left: 0;
    width: 70px;
}

.t-modular .det-box .cont-box .cont-box-inner p {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.t-modular .det-box .cont-box .cont-box-inner img {
    margin: 10px auto;
    max-width: 100%;
}

.t-modular .det-box .cont-box .cont-box-inner .pro-img {
    width: 140px;
    height: 98px;
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

.t-modular .det-box .cont-box .cont-box-inner .pro-img img {
    position: absolute;
    max-width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t-modular .last-box {
    margin-bottom: 180px;
}

.con-left {
    float: left;
    /* width: 560px; */
    margin-bottom: 5px;
    width: 500px;
}

.con-left .left-flash {
    width: 100%;
    height: 360px;
    margin-bottom: 12px;
    position: relative;
}

.con-left .left-flash .flash-img {
    position: relative;
    float: left;
    /* width: 430px;
    height: 300px; */
    width: 360px;
    height: 360px;
    overflow: hidden;
}

.con-left .left-flash .flash-img img,
.con-left .left-flash .list-in img {
    min-height: 1px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.con-left .left-flash .flash-list {
    position: relative;
    padding: 0px 0 0 10px;
    width: 130px;
    float: left;
    height: 360px;
}

.con-left .left-flash .flash-list a {
    position: absolute;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 60px;
    background-color: #000;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    filter: alpha(opacity=40);
    opacity: 0.4;
    text-align: center;
}

.con-left .left-flash .flash-list a.arrlt {
    left: 50%;
    top: 0;
    margin-left: -25px;
}

.con-left .left-flash .flash-list a.arrrt {
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}

.con-left .left-flash .flash-list .list-in {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.con-left .left-flash .flash-list .list-in li {
    float: left;
    /* margin-bottom: 9px; */
    cursor: pointer;
    position: relative;
    /* height: 94px;
    width: 130px; */
    height: 120px;
    width: 120px;
}

.con-left .left-flash .flash-list .list-in li.on i {
    display: block;
    /* height: 94px; */
    height: 120px;
    width: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #0FA6A6;
}

.pro-detail {
    min-width: 450px;
    margin-left: 25px;
}

.pro-detail>.title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: bold;
}

.pro-detail .cont-scroll {
    max-height: 255px;
    overflow-y: auto;
}

.pro-detail .cont-scroll-max {
    /* max-height: 635px; */
    overflow-y: auto;
    max-height: 515px;
}

.pro-detail .cont-scroll .t-info .t-txt {
    margin-bottom: 15px;
    display: flex;
}

.pro-detail .cont-scroll .t-info .t-txt .t-tag {
    color: #666666;
    line-height: 20px;
}

.pro-detail .cont-scroll .t-info .t-txt .cont-box {
    height: 20px;
    overflow: hidden;
}

.pro-detail .cont-scroll .t-info .t-txt .cont-box div {
    max-width: 245px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-detail .cont-scroll .t-info .t-txt .cont-open {
    height: auto;
}

.pro-detail .cont-scroll .t-info .pro-inline {
    display: flex;
}

.pro-detail .cont-scroll .t-info .pro-inline .t-txt {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e1eaf1;
    width: 50%;
}

.pro-detail .cont-scroll .t-info .pro-inline .t-txt:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0px solid #e1eaf1;
}

.pro-detail .cont-scroll .manager-recommend .title,
.pro-detail .cont-scroll .outline .title {
    height: 30px;
    line-height: 30px;
    background: #F7FFFF;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.pro-detail .cont-scroll .manager-recommend .title .icon-star,
.pro-detail .cont-scroll .outline .title .icon-star {
    color: #0FA6A6;
    margin-right: 5px;
    font-size: 16px;
}

.pro-detail .cont-scroll .manager-recommend .cont-box,
.pro-detail .cont-scroll .outline .cont-box {
    padding: 15px;
    line-height: 25px;
}
.pro-detail .cont-scroll .outline .cont-box{
  max-height: 125px;
}
.hotel-icon {
    overflow: hidden;
}

.hotel-icon li {
    float: left;
    margin: 5px 2px;
}

.hotel-icon li span {
    display: inline-block;
    vertical-align: middle;
}

.hotel-icon li span.icon-box {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 2px;
    background: #fff;
}

.hotel-icon li span.name {
    width: 80px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.pro-detail .cont-scroll .manager-recommend .cont-box .icon-star {
    margin-right: 5px;
    font-size: 12px;
}

.pro-detail .cont-scroll .outline dl {
    margin-bottom: 10px;
    position: relative;
    line-height: 24px;
    padding-left: 30px;
    font-size: 14px;
}

.pro-detail .cont-scroll .outline dt {
    position: absolute;
    width: 30px;
    font-weight: bold;
    top: 0;
    left: 0;
}
.t-modular .pro-table .out{
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  overflow-x: auto;
}
.t-modular .pro-table {
    text-align: center;
    background: #fff;
    width: 100%;
    border-radius: 4px;
}

.t-modular .pro-table th,
.t-modular .pro-table td {
    white-space: nowrap;
    padding: 5px 15px;
    overflow: hidden;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #c2c0c0;
}

.t-modular .pro-table th .form-input-min,
.t-modular .pro-table td .form-input-min {
    text-align: center;
}

.t-modular .pro-table th {
    background: #e2e3e9;
    border-bottom: 0 solid #c2c0c0;
}

.t-modular .pro-table td .date {
    padding: 5px 10px;
    background: #0FA6A6;
    color: #fff;
    border-radius: 4px;
}

.t-modular .pro-table td .date:hover {
    text-decoration: none;
}

.t-modular .pro-table td .org {
    color: #ff6600;
}

.t-modular .pro-table a:hover {
    text-decoration: underline;
}

.t-modular .pro-table tbody tr:last-child td {
    border-bottom: 0px solid #c2c0c0;
}

.ticket-popups {
    width: 1090px;
    margin: 0 auto 10px;
    /* border: 2px solid #0FA6A6; */
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    border: 2px solid #F77740;
}
.js-search-refresh .ticket-popups{
    overflow: initial;
}
.ticket-popups.js-hotel-popups{
    border: none;
} 
.ticket-popups .inner {
    position: relative;
    padding: 0 225px 0 40px;
}

.ticket-popups .inner .ctrl,
.ticket-popups .inner .title {
    position: absolute;
    top: 0;
    bottom: 0;
}

.ticket-popups .inner .ctrl div:nth-child(2) a:nth-child(2) {
    display: none;
}

.ticket-popups .inner .ctrl div:nth-child(2) a:nth-child(1) {
    margin-right: 0;
}

.ticket-popups .inner .title {
    left: 0;
    width: 38px;
    padding: 0 5px;
    text-align: center;
    background-color: #ff6f59;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.ticket-popups .inner .content {
    padding: 10px 0 0 10px;
    min-height: 100px;
    max-height: 188px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
}

.ticket-popups .inner .content a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    width: 257px;
    height: 30px;
    background-color: #F6F7FB;
    border-radius: 2px;
    overflow: hidden;
    
}

.ticket-popups .inner .content a em,
.ticket-popups .inner .content a i,
.ticket-popups .inner .content a span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.ticket-popups .inner .content a span {
    width: 170px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
}

.ticket-popups .inner .content a .num {
    width: 50px;
    background: #FDE4D9;
    color: #F77740;
    text-align: center;
}

.ticket-popups .inner .content a i {
    width: 20px;
    text-align: center;
    color:#999 ;
}

.ticket-popups .inner .ctrl {
    right: 0;
    width: 230px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #EBEEF2
}

.ticket-popups .inner .ctrl div>span {
    display: block;
    text-align: center;
    color: #999999;
}
.ticket-popups .inner .ctrl div>span .j-total,
.ticket-popups .inner .ctrl div>span .j-totalDay{
    color: #333;
}
.ticket-popups .inner .ctrl div>span.total{
    color: #333;
}
.ticket-popups .inner .ctrl div>span .org {
    color: #ff6600;
}

.ticket-popups .inner .ctrl a {
    line-height: 34px;
    background: #F77740;
    height: 34px;
    margin: 5px 0;
    border-color: #F77740;
}

.ticket-popups-box {
    width: 1090px;
    margin: 0 auto;
}

.fixed-bot {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    margin-bottom: 0;
}

.ticket-popups-fixed {
    position: fixed;
    bottom: 50px;
}

.data .form-body {
    height: 62px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-body.pd-tb-0 {
    padding: 0 10px;
}

.data .form-body .time-box {
    display: flex;
    align-items: center;
}

.data .form-body .time-box .h3 {
    margin-bottom: 0;
    margin-right: 20px;
}

.data .form-body .time-box span {
    display: inline-block;
    width: 63px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
    margin-right: -1px;
}

.data .form-body .time-box span.on {
    border: 1px solid #0FA6A6;
    color: #0FA6A6;
    position: relative;
}

.data .form-body .time-box span:hover {
    color: #0FA6A6;
}

.data .form-body .btn-box .form-date {
    margin-right: 20px;
}

.data-box {
    margin-bottom: 10px;
    display: flex;
}

.data-box li {
    flex: 1;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(126, 131, 139, 0.4);
    background: #fff;
    position: relative;
    text-align: center;
    height: 150px;
    padding: 23px 10px 0;
}

.data-box li:last-child {
    margin-right: 0;
}

.data-box li div {
    margin-bottom: 6px;
}

.data-box li div:last-child {
    margin-bottom: 0;
}

.data-box li .name {
    font-size: 14px;
    font-weight: bold;
}

.data-box li .num {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.data-box li .percentage {
    color: #878e9c;
}

.data-box li .percentage .up {
    color: #ff8828;
}

.data-box li .percentage .down {
    color: #35b785;
}

.data-box li .explain {
    margin-top: 10px;
}

.data-box li .explain span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.data-box li .explain span a:hover {
    text-decoration: underline;
}

.data-box li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #0FA6A6;
    opacity: 0.5;
}

.data-box li:nth-child(2):before {
    background: #0FA6A6;
}

.data-box li:nth-child(3):before {
    background: #0FA6A6;
}

.data-box li:nth-child(4):before {
    background: #0FA6A6;
}

.data-box li:nth-child(5):before {
    background: #0FA6A6;
}

.chart-box {
    background: #fff;
    padding: 10px 25px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.chart-box .h3 {
    font-size: 15px;
}

.chart-box .chart {
    width: 100%;
}

.table-data {
    margin-bottom: 10px;
}

.table-data .h3 {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 15px;
}

.backTop {
    position: fixed;
    right: 3px;
    bottom: 60px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: #4c4c4c;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.js-platform {
    width: 100%;
}

.custom-select-panel {
    z-index: 100001;
}

.login-index .suggest {
    border: none !important;
    box-shadow: none;
}

.suggest {
    border: 1px solid #bebec3 !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.suggest .suggest-normal {
    margin: 0 !important;
    border-bottom: 0px dotted #ccc !important;
    padding-bottom: 0px !important;
    line-height: 30px;
}

.suggest .suggest-normal a {
    padding: 0 10px;
}

.suggest .suggest-normal a:hover {
    background-color: #F4F9FA !important;
    color: #0FA6A6 !important;
}

.suggest .suggest-normal a .suggest-match {
    color: #0FA6A6 !important;
}

.special-box .form-input,
.special-box .form-select,
.special-box .form-textarea {
    width: 360px;
}

.special-box .form-group .form-input-box {
    width: 400px;
}

.special-box .form-group .form-input-box .form-input-two {
    width: 173px !important;
}

.special-box .form-time .form-tiem-inner {
    width: 360px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 10px;
}

.special-box .form-time:last-child .form-tiem-inner {
    margin-bottom: 0;
}

.special-box .form-time .form-tiem-inner .time {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.special-box .form-time .form-tiem-inner .form-input {
    width: 235px;
    border: none;
}

.special-box .form-time .form-tiem-inner .time .form-input {
    width: 55px;
}

.btn .icon-plus:before {
    display: none;
}

.download-module {
    margin: 10px 25px;
    line-height: 35px;
    background: #fff6e9;
    padding: 0 10px;
}

.download-module a:hover {
    text-decoration: underline;
}

.custom-select-panel {
    border: 1px solid #0FA6A6 !important;
    overflow-x: inherit !important;
}

.custom-select-panel a.on,
.custom-select-panel a:hover {
    background-color: #0FA6A6 !important;
}

.clause-box {
    padding: 20px 10px;
}

.clause-box .clause {
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
    padding: 0 10px;
}

.clause-box .t-box {
    margin-bottom: 20px;
}

.clause-box .t-box .h3 {
    margin-bottom: 0;
}

.clause-box .t-box p {
    line-height: 20px;
    color: #666666;
}

.add-norms {
    position: relative;
    padding-left: 86px;
    padding-right: 46px;
    min-height: 30px;
    height: 48px;
    margin-bottom: 5px;
}

.add-norms a {
    position: absolute;
    top: 7px;
    left: 24px;
}

.add-norms .btn-red {
    display: inline-block;
    min-width: 76px;
    max-width: 38px;
    height: 38px;
    line-height: 38px;
}

.cw-info .form-body {
    padding: 0;
    margin-top: 0;
}

.select-box-more {
    position: absolute;
    z-index: 1000;
    width: 240px;
    background: #fff;
    box-shadow: 0 0 4px rgba(119, 111, 111, 0.6);
    padding-bottom: 10px;
}

.select-box-more .form-input {
    display: block;
    width: 223px;
    height: 28px;
    margin: 5px auto;
    text-align: center;
}

.select-box-more .select-box-inner {
    max-height: 300px;
    overflow-y: auto;
}

.select-box-more .select-box-inner li {
    line-height: 29px;
    padding: 0 10px;
    cursor: pointer;
}

.select-box-more .select-box-inner li div {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.select-box-more .select-box-inner li:hover {
    background: #F4F9FA;
}

.j-previewRule {
    line-height: 28px;
    text-align: left;
    font-size: 14px;
}


/*
2020年7月28日
修改弹窗表格边线
*/

.win-body .t-modular {
    border: 1px solid #ddd;
}


/* 跟团游行程描述 */

.t-module {
    margin: 15px;
}

.t-module .list-box-out {
    padding-left: 80px;
    position: relative;
    margin-top: 15px;
}

.t-module .list-nav {
    position: absolute;
    top: 106px;
    left: 0px;
    width: 78px;
}

.t-module .list-nav li {
    width: 60px;
    height: 28px;
    background: #eaeaea;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    position: relative;
}

.t-module .list-nav li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eaeaea;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right: -5px;
    border-radius: 1px;
    top: 50%;
    margin-top: -5px;
}

.t-module .list-nav li::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #eaeaea;
    border: 2px solid #fff;
    right: -28px;
    top: 50%;
    margin-top: -6px;
    border-radius: 100%;
    z-index: 10;
}

.t-module .list-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-align: center;
    color: #555555;
    font-size: 13px;
}

.t-module .list-nav li.on,
.t-module .list-nav li.on::before {
    background: #0FA6A6;
    border: 1px solid #0FA6A6;
}

.t-module .list-nav li.on::before {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.t-module .list-nav li.on::after {
    background: #0FA6A6;
}

.t-module .list-nav li.on a {
    color: #fff;
}

.list-main {
    border-left: 2px solid #dde7f9;
    padding-left: 15px;
}

.list-main .row label {
    width: 75px;
}

.list-box {}

.list-box .form-body {
    padding: 0;
    background: transparent;
}

.list-main .list-row label {
    width: 75px;
    display: inline-block;
    text-align: right;
}

.list-box .list-row .form-group {
    margin: 5px 0;
    min-height: initial
}

.list-main .list-row .form-long {
    width: 100% !important;
}

.list-main .list-row .form-long .form-input {
    width: 93%;
}

.list-main .list-item {
    margin-bottom: 10px;
    background: #f4f7fa;
    padding: 10px;
}

.list-main .list-item:last-child {
    margin-bottom: 0;
}

.list-main .t-box-inner {
    margin: 0 0 10px;
}

.list-main .t-box-inner .btn-box {
    display: inline-block;
}

.list-main .t-box-inner .btn-box a {
    display: inline-block;
    padding: 0 8px;
    line-height: 26px;
    border: 1px solid #b8bac0;
    background: #ffffff;
    border-radius: 1px;
    margin-right: 10px;
    color: #333;
}

.list-main .t-box-inner .btn-box a:last-child {
    padding: 0;
}

.list-main .t-box-inner .btn-box a:last-child,
.list-main .t-box-inner .btn-box a:last-child:hover {
    border: 1px solid transparent;
}

.list-main .t-box-inner .header {
    line-height: 47px;
    height: 47px;
}

.list-main .t-box-inner .btn-box a:hover {
    border: 1px solid #0FA6A6;
    color: #0FA6A6;
}

.list-main .t-box-inner .btn-box a i {
    margin-left: 5px;
}

.list-main .t-box-inner .btn-box a.disabled,
.list-main .t-box-inner .btn-box a.disabled:hover {
    border: 1px solid #b8bac0;
    color: #999999;
}

.list-main .t-box-inner .form-box {
    padding: 0;
}

.list-main .t-box-inner .form-body {
    padding: 10px;
}


/* 跟团游行程描述结束*/


/* 跟团游预定控制 */

.form-box-title h3 {
    margin: 10px 15px;
    padding-left: 8px;
    font-weight: bold;
    position: relative;
}
.form-box-title h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 15px;
    background: #0FA6A6;
    top:50%;
    margin-top: -7px;
    left: 0;
}
.form-box-title .form-box-title-body {
    border: 1px solid #b8bac0;
    background: #f4f6f7;
    margin: 0 15px 10px;
}


/* 跟团游预定控制结束 */


/* 订单详情 */

.order-box-nav {
    position: relative;
    padding-right: 176px;
}

.nav-list-right {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 166px;
    padding: 10px 10px 10px 20px;
}

.list-status li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    border-left: 2px solid #c1c5cf;
}

.list-status li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    background: #c1c5cf;
    border-radius: 100%;
}

.list-status li.on::before {
    background: #ff8b52;
    border: 2px solid #ffdbc9;
    left: -9px;
    box-sizing: initial;
}

.list-status li.on .list-name {
    color: #ff6f59;
}

.list-status li:last-child {
    border-left: 2px solid transparent;
}

.list-status li div a,
.list-status li div span {
    display: block;
    color: #333;
}

.list-status li div a {
    min-height: 20px;
}

.list-status li div span {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.nav-list-right .btn-box .btn {
    width: 80px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.nav-list-right .btn-box .btn:last-child {
    margin-bottom: 0;
}

.nav-right-box {
    padding: 10px;
}

.nav-right-box .form-group {
    width: initial;
    margin: 0;
    float: initial;
}

.nav-right-box .form-group .form-textarea {
    width: 100%;
}

.nav-right-box .more-box {
    text-align: center;
}

.nav-right-box .more-box>a,
.nav-right-box .more-box .profit {
    margin-bottom: 5px;
    display: block;
}


/* 订单详情结束 */


/* 产品预订页面 */

.calendar-box {
    width: 560px;
    overflow: hidden;
    height: 390px;
}

.calendar-box ul {
    overflow: hidden;
}

.calendar-box ul li {
    float: left;
}

.calender-top {
    background: #4b4e5b;
    height: 60px;
    padding: 0 10px;
}

.calender-top .month-list,
.calender-top .icon-left,
.calender-top .icon-right {
    float: left;
}

.calender-top .icon-left,
.calender-top .icon-right {
    width: 30px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
}

.calender-top .disabled {
    color: #858695;
}

.calender-top .month-list {
    width: 480px;
    overflow: hidden;
    height: 60px;
}

.calender-top .month-list li {
    width: 80px;
    color: #fff;
    height: 100%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

.calender-top .month-list li.on,
.calender-top .month-list li:hover {
    background: #252835;
}

.calender-top .month-list li span {
    display: block;
    line-height: 24px;
    font-size: 14px;
}

.calender-week {
    width: 100%;
    height: 30px;
    background: #e4e9ef;
}

.calender-week li {
    width: 80px;
    height: 100%;
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.calender-day {
    border-left: 1px solid #e4e9ef;
    border-right: 1px solid #e4e9ef;
    padding: 0 2px;
    background: #f8f8f8;
}

.calender-day li {
    position: relative;
    height: 50px;
    width: 79px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e4e9ef;
    border-right: 1px solid #e4e9ef;
    text-indent: 3px;
    box-sizing: border-box;
}

.calender-day li.on {
    background: #ffffff;
}

.calender-day li:nth-child(7n) {
    border-right: none;
    width: 80px;
}

.calender-day li.selected {
    border: 1px solid #0FA6A6;
}

.calender-day li div {
    padding: 3px;
    position: relative;
    cursor: pointer;
}

.calender-day li .cal-price {
    display: block;
    margin-top: 5px;
    color: #ff6600;
    width: 70px;
    word-wrap: break-word;
    text-align: right;
    text-indent: 0;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
}

.calender-day li .cal-inventory {
    position: absolute;
    right: 3px;
    top: 3px;
    color: #7179a5;
    font-size: 12px;
}

.reserve-box {
    /* padding: 10px; */
    overflow: hidden;
    position: relative;
     
}
.reserve-box .reserve-hotel{
  display: flex; 
  height: 110px;
}
.reserve-box .form-box{
  margin-bottom: 0;
  padding: 20px;
}
.reserve-box .form-box .btn{
  border: none;
  color:#666 ;
  line-height: 36px;
}
.reserve-box .form-box .btn:hover{
  color:#0FA6A6 ;
}
.reserve-hotel>.btn-box{
  width:98px ;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #0FA6A6;
  flex-direction: column;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.reserve-hotel>.btn-box:hover a{
    text-decoration: underline;
}
.reserve-hotel>.btn-box i{
  font-size: 30px;
}
.reserve-hotel>.btn-box .btn{
  width: 98px;
 
  border-radius: 0;
  color: #fff !important;
}
.reserve-hotel>.btn-box .btn:hover{
  box-shadow: none;
}
.reserve-box .form-box .data-box{
  display: inline-block;
  width: 220px;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 30px;
  margin-bottom: 0;
}
.reserve-box .form-box .data-box:hover{
  box-shadow: 0 0 4px rgba(133, 144, 162, 0.4);
  border-color: #0FA6A6 !important;

}
.reserve-box .form-box .data-box .form-input{
  border:none;
  width: 100px;
  height: 28px;
}
.reserve-box .form-box .data-box .form-input:hover{
  box-shadow: none;
}
.reserve-box .form-box label{
  font-weight: bold;
}
.reserve-hotel-box {
    overflow: initial;
}

.reserve-time .form-group {
    margin: 0;
    width: 140px;
    min-height: initial;
}

.reserve-time .form-group .form-input {
    border: 1px solid #dadada;
    width: 140px;
}

.reserve-box .reserve {
    overflow: hidden;
    padding-right: 175px;
}

.reserve-box .reserve li {
    float: left;
    margin-right: 10px;
    width: 140px;
}

.reserve-box .reserve li:last-child {
    margin-right: 0;
}

.reserve-people .age-group {
    line-height: 28px;
    color: #333;
}

.reserve-people .age-group span {
    color: #999999;
    margin-left: 2px;
}

.reserve-people .price-box {
    border: 1px solid #dadada;
}

.reserve-people .price {
    background: #fff;
    border-bottom: 1px solid #dadada;
    line-height: 27px;
    padding: 0 5px;
    overflow: hidden;
}

.reserve-people .price span {
    float: left;
    text-align: right;
    color: #ff6600;
    width: 88px;
}

.reserve-people .price .num {
    float: left;
    width: 40px;
    text-align: center;
}

.reserve-people .price-list {
    padding: 0 5px;
    background: #edf0f4;
}

.reserve-people .price-list span {
    display: block;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.reserve-hotel .form-group {
    width: initial;
    min-height: initial;
    margin: 5px 10px;
    height: 30px;
}

.reserve-hotel .form-group>label {
    display: initial;
}

.reserve-hotel .form-group>.form-input,
.reserve-hotel .form-group>.form-select {
    width: 130px;
}

.reserve-hotel .form-group>.form-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAiUlEQVQYV33MMQ6BQRDF8f/sxgmcQK9WqdxBTfHt3ECj2k7iBjONRO8KKp1SXGE7JxAh+8UnSHjlvN8bUdUTMOR/ztI0zSCEcAT6P+wlxjiSWqrqGNgDvS98BSbufmhhTUppLiKbdygiMzPb1tsLPj+vgUVbiKzMbNkNP2DOOZRSdsDN3afAvYMPOHofak7vk94AAAAASUVORK5CYII=) no-repeat 110px center;
}

.reserve-hotel .select-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.reserve-hotel .select-box .select {
    position: relative;
    width: 140px;
}

.reserve-hotel .select-box .select>.form-input {
    width: 130px;
    padding-right: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAiUlEQVQYV33MMQ6BQRDF8f/sxgmcQK9WqdxBTfHt3ECj2k7iBjONRO8KKp1SXGE7JxAh+8UnSHjlvN8bUdUTMOR/ztI0zSCEcAT6P+wlxjiSWqrqGNgDvS98BSbufmhhTUppLiKbdygiMzPb1tsLPj+vgUVbiKzMbNkNP2DOOZRSdsDN3afAvYMPOHofak7vk94AAAAASUVORK5CYII=) no-repeat 110px center;
}

.reserve-hotel .select-box .select .icon-open,
.reserve-hotel .select-box .select .icon-remark {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #666666;
    font-size: 14px;
    margin-top: -14px;
}

.reserve-hotel .select-box .select .icon-remark {
    right: -10px;
    font-size: 18px;
    color: #0FA6A6;
}

.reserve-hotel .select-box .option {
    border: 1px solid #ccc;
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 180px;
    padding: 10px;
    background: #fff;
    border-radius: 2px;
    z-index: 1;
}

.reserve-hotel .select-box .option>ul {
    max-height: 400px;
    overflow-y: auto;
}

.reserve-hotel .select-box .option li {
    line-height: 28px;
    margin-bottom: 5px;
}

.reserve-hotel .select-box .option li span em {
    color: #999999;
}

.reserve-hotel .select-box .option li .form-input {
    width: 70px;
}

.reserve-hotel .select-box .option .btn-box {
    text-align: center;
}
.reserve-hotel .select-box .option .btn-box .btn.btn-red{
  color: #fff;
}
.reserve-hotel .select-box .option .btn-box .btn{
  border: 1px solid #0FA6A6;
  color: #0FA6A6;
}
.reserve-hotel .ul-hotel {
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    height: 28px;
}
.table-tip{
  color:#7A7E8C ;
  text-align: center;
  font-size: 16px;
  margin:20px 0;
}
.table-tip i{
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 14px;
  margin-right: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOCAYAAAAbvf3sAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADxSURBVCiRdZG9UcNQEIS/lWiBchhEQE4HUIQdIDxPkvkLpBlagNglEFgaeqAJJzRgL4Hn2Q8sXfbudm937+m+6tYyBfaGqZLOsTdIPQBl6FyGtp7Cl6Hzom4LgGzfcjMFjsCnet4nBABVY4TtVpVNH98ZwMtyXu+l/9pa1G0hUeT50UGi4AZURVIZ2nq30xrcRDsASjc+hO7dcJsMP56Xs7sUk6fytt5sesSA+UHcXFxe62v4PCicpeGA/vVxdhV7e3uqgEO2bCrc1DGyuN2mT8P9P8bJlSQPp+CjSvxARZ+ClfH3GCnOQSuVofM4aLx+ARCqbxAaUvBsAAAAAElFTkSuQmCC) no-repeat center;
}
.reserve-hotel .ul-hotel li {
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 70px;
    position: relative;
    height: 28px;
}

.reserve-hotel .ul-hotel li.on,
.reserve-hotel .ul-hotel li:hover {
    border: 1px solid #0FA6A6;
    position: relative;
    z-index: 1;
    background:#0FA6A6 ;
    color: #fff;
}

.reserve-hotel .ul-hotel li.on a,
.reserve-hotel .ul-hotel li:hover a {
    color: #fff;
}

.reserve-hotel .ul-hotel li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}



.reserve-hotel>.btn-box a:nth-child(2) {
    border: none;
    color: #3787e9;
    min-width: initial;
    padding: 0;
}

.reserve-hotel>.btn-box a:nth-child(2):hover {
    text-decoration: underline;
}

.peice-totle {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
}

.peice-totle .totle {
    font-size: 14px;
    color: #273238;
    margin-bottom: 8px;
}

.peice-totle .totle b {
    color: #ff6600;
}

.table .icon-box>div {
    width: 30px;
    height: 30px;
    background: url(../../imagesnew/icon-detail.png) no-repeat 0 0;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.table .icon-box>div.i-plane-ticket {
    background-position: 0 -90px;
}

.table .icon-box>div.i-hotel {
    background-position: 0 -120px;
}

.table .icon-box>div.i-guide {
    background-position: 0 0;
}

.table .icon-box>div.i-grounding {
    background-position: 0 -30px;
}

.table .icon-box>div.i-tour {
    background-position: 0 -60px;
}

.table .icon-box>div.i-other {
    background-position: 0 -150px;
}

.table .icon-box>div.i-visa {
    background-position: 0 -180px;
}

.table .icon-box>div.i-free {
    background-position: 0 -210px;
}

.table .icon-box>div.i-tickets {
    background-position: 0 -240px;
}

.table .icon-box>div.i-concert-tickets {
    background-position: 0 -270px;
}

.table-hotel {
    background: #fff;
    border: 1px solid #fff;
}

.table-hotel .table {
    width: 100%;
}

.table-hotel .table th {
    height: 40px;
    background:#EDF1F7 ;
}

.table-hotel .table th,
.table-hotel .table td {
    padding: 5px;
    text-align: center;
    width: 10%;
    min-height: 40px;
}
.table-hotel .table th:nth-child(2),
.table-hotel .table td:nth-child(2) {
    width: 15%;
}
.table-hotel .table th:nth-child(4),
.table-hotel .table td:nth-child(4) {
    width: 7%;
}

.table-hotel .table th:nth-child(9),
.table-hotel .table td:nth-child(9) {
    width: 14%;
}

.table-hotel tbody tr {
    border-bottom: 1px solid #ddd;
}

.table-hotel tbody tr:last-child {
    border-bottom: none;
}

.table-hotel .tag {
    background:#F7FFFF;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.table-hotel .tag span {
    display: block;
    position: absolute;
    width: 80px;
    line-height: 24px;
    text-align: center;
    background: #ff705a;
    top: 0;
    left: -5px;
    color: #fff;
}

.table-hotel .tag span::after,
.table-hotel .tag span.recommend::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    border-left: 3px solid #ff705a;
    border-bottom: 3px solid #ff705a;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    transform: rotateZ(180deg);
}

.table-hotel .tag span.recommend {
    background: #0FA6A6;
}

.table-hotel .tag span.recommend::after {
    border-left: 3px solid #0FA6A6;
    border-bottom: 3px solid #0FA6A6;
}

.table-hotel .img-box {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    background: #d9d9d9;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.table-hotel .img-box img {
    vertical-align: middle;
    object-fit: cover;
    height: 100%;
}
.table-hotel .tag-box .tag{
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  line-height: 21px;
  color: #333;
  font-size: 12px;
  padding: 0 8px;
  margin-right: 7px;
  margin-top: 7px;
  background: transparent;
}
.table-hotel .blue {
    color: #0FA6A6;
}
.table-hotel .btn-red {
  background: #FF5959;
  border-color: #FF5959;
}
.table-hotel .btn-red:hover{
  box-shadow: none;
}
.table-hotel a:hover {
    text-decoration: underline;
}
.table-hotel .table-relative a{
  color: #4D6FEE;
}
.table-hotel .table-relative a.org{
  color: #F77740;
}
.table-hotel .table-relative p.gray{
  text-decoration: line-through;
  color: #999;
}
.table-hotel .black {
    color: #333;
}

.table-hotel .gray {
    color: #666666;
}

.table-hotel .table-relative {
    position: relative;
}

.table-hotel div.tdgz {
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    z-index: 10;
    max-width: 500px;
    padding: 10px;
    min-width: 200px;
    text-align: left;
}

.table-hotel .table-inner {
    position: absolute;
    z-index: 10;
    right: 0;
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
    background: #fff;
}

.table-hotel .table-inner .fonts {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.table-hotel .table-inner .fonts span {
    font-weight: bold;
}

.table-hotel .table-inner .list {
    overflow: hidden;
    max-width: 595px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.table-hotel .table-inner .list dl {
    float: left;
    width: 85px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
}

.table-hotel .table-inner .list dl dt {
    width: 85px;
    height: 28px;
    background: #F1F1F1;
    line-height: 28px;
    font-weight: bold;
}

.table-hotel .table-inner .list dl dd {
    width: 85px;
    height: 58px;
    padding: 5px;
    line-height: 19px;
}

.table-hotel .table-inner .list dl dd .price {
    color: #f60;
}
.table-hotel .dialog-mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.2) ;
  z-index: 100;
}
.table-hotel .dialog-mask .dialog-box{
  width: 500px;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.table-hotel .dialog-mask .dialog-box .font{
  margin-bottom: 20px;
}
.table-hotel .dialog-mask .dialog-box .btn-red{
  background: #0FA6A6 ;
  border-color:  #0FA6A6;
}
.table-hotel td>.btn-box>.btn{
  margin-right: 0;
}
.table-hotel .tr-tip{
  background: #f6f7fb;
}
.table-hotel td:nth-child(2){
  text-align: left;
}
/* 酒店弹框 */

.win-hotel {
    width: 650px;
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

.win-hotel .img-box {
    width: 321px;
    height: 225px;
    border-radius: 4px;
    background: #ececec;
    overflow: hidden;
    position: relative;
}

.win-hotel .img-box ul {
    height: 225px;
}

.win-hotel .img-box ul li {
    float: left;
    width: 321px;
    height: 225px;
    position: relative;
}

.win-hotel .img-box ul li img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.win-hotel .btns {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .4);
    border: none;
}

.win-hotel .btn-left {
    left: 0;
    border-radius: 0 15px 15px 0;
}

.win-hotel .btn-right {
    right: 0;
    border-radius: 15px 0 0 15px;
}

.win-hotel .num {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 0 5px;
    line-height: 20px;
}

.win-hotel .hotel-right {
    width: 270px;
}

.win-hotel .h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.win-hotel .hotel-right dl {
    position: relative;
    padding-left: 120px;
}

.win-hotel .hotel-right dt {
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    color: #999999;
}

.win-hotel .hotel-right dt,
.win-hotel .hotel-right dd {
    line-height: 28px;
}


/* 酒店弹框结束 */


/* 产品预订页面结束 */

.icons-bg {
    background: #0FA6A6;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    vertical-align: baseline;
}
.icons-bg.icon-close {
    font-size: 12px;
}

.suggest-multi-item{
    width: 95%;
}
/* 登录页媒体查询 */
@media screen and (min-width:1023px) and (max-width:1680px){
    .m-login .login .login-index-new .login-info{
        padding: 30px 40px;
    }
}
@media screen  and (min-width:769px) and (max-width:1024px){
    .m-login .login .login-index-new .login-info{
        padding: 30px 40px;
    }
}
@media screen and (min-width:515px) and (max-width:768px){
    .logo-top{
        position: fixed;
        display: block;
        top: 20px;
        left: 0px;
        width: 170px;
    }
    .m-login{
        min-width: initial;
        font-size: 0.8rem;
    }
    .m-login .login{
        width: 60%;
    }

    .login-index-new{
        border-radius: 20px;
    }
    .m-login .login .login-index .login-tip{
        display: none;
    }
    .m-login .login .login-index-new{
        width: 100%;
    }
    .m-login .login .login-index-new .login-info{
        padding: 1.5rem;
        width: 100%;
    }
    .m-login .login .login-index .login-info .form-info .ipt{
        width: 100%;
    }
    .m-login .login .login-index .login-info .form-info span.user select{
        width: 50px;
    }
    .login-index-new .tab-box li,.m-login .login .login-index .login-info .login-tab a{
        font-size: 0.8rem;
    }
}
@media (max-width:514px){
   
    .m-login .login{
        width: 90%;
        min-width: 270px;
    }
    .logo-top{
        position: fixed;
        display: block;
        top: 20px;
        left: 0px;
        width: 170px;
    }
    .m-login{
        min-width: 270px;
        font-size: 0.8rem;
    }
    .login-index-new{
        border-radius: 20px;
    }
    .m-login .login .login-index .login-tip{
        display: none;
    }
    .m-login .login .login-index-new{
        width: 100%;
    }
    .m-login .login .login-index-new .login-info{
        padding: 1.5rem;
        width: 100%;
    }
    .m-login .login .login-index .login-info .form-info .ipt{
        width: 100%;
    }
    .m-login .login .login-index .login-info .form-info span.user select{
        width: 50px;
    }
    .login-index-new .tab-box li,.m-login .login .login-index .login-info .login-tab a{
        font-size: 0.8rem;
    }
}
/* 登录页媒体查询结束 */
.table .i-asc:before,
.table .i-desc:before,
.table-simple .i-asc:before,
.table-simple .i-desc:before
{
    display:inline-block;
    margin-top:-4px;
    vertical-align:middle;
    font-size:12px;
    font-weight:normal;
    color:#666;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
/* 部门管理 */
.table-outer .table-body .table-department tbody tr:nth-child(even){
    background: initial;
}
.table-department th,.table-department td{
    padding: 5px 10px !important;
}
.table-department th:nth-child(1),.table-department td:nth-child(1){
    text-align: left !important;
}
.table-outer .table-body .table-department tbody tr:hover {
    background-color: rgba(36, 138, 163, 0.1) !important;
}
.table-department i{
    color: #c0c4cc;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.table-department i.on{
    transform: rotate(-90deg);
}
.table-department i.up{
    transform: rotate(0);
}
.table-department .one-level td:nth-child(1){
    font-weight: bold;
}
.table-department .two-level,.table-department .three-level{
    background: #f7f8fa !important;
}
.table-department .two-level td:nth-child(1){
    padding-left: 27px !important;
}
.table-department .three-level td:nth-child(1){
    padding-left: 74px !important;
}
.table-department td,.table-department th{
    border-right: 1px solid #ccc;
}
.table-department tr:hover i{border-left-color:#0FA6A6 ;}
/* ----------------------2023-01-10新建产品弹框优化 ----------------------*/
.add-product-line{
    width: 420px !important;
}
.add-product-line .win-footer{
    display: flex;
    flex-wrap: wrap;
    padding:10px 15px 0;
}
.select-product{
    width: 100px;
    height: 108px;
    border-radius: 6px;
    margin: 12px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #E8F8FF;
    cursor: pointer;
    position: relative;
}
.select-product i{
    width: 50px;
    height: 50px;
    background: url(../../imagesnew/product-icon.png) no-repeat 0 0;
}
.select-product .btn{
    color: #000;
    margin-top: 0;
    background: transparent;
    border: none;
}
.select-product .btn:hover{
    box-shadow: none;
}
.select-product:hover{
    box-shadow: 0px 2px 6px 0px #EEEEEE;
}
.select-product.mp{
   border-color: #E8F8FF;
   background: linear-gradient(155.85deg, #F2FBFF 0%, #FFFFFF 100%);
}
.select-product.mp .tag,.select-product.jj .tag{
    position: absolute;
    top: 0;
    right:0;
    background: #54BAFF;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    min-width: 47px;
    width: auto;
    height: auto;
    border-radius: 0px 6px 0px 6px;
}
.select-product.jj .tag{
    background: #29CF8A;
}
.select-product.mp:hover{
    border-color:#50B8FF ;
}
.select-product.mp i{
    background-position: 0 0;
}
.select-product.ycp{
    border-color: #FFE6E6;
    background: linear-gradient(154.9deg, #FFF8F8 0%, #FFFFFF 100%);
 }
 .select-product.ycp:hover{
    border-color:#FE7C7B ;
}
 .select-product.ycp i{
    background-position: 0 -150px;
}
.select-product.jj{
    border-color: #F0F7F3;
    background: linear-gradient(154.9deg, #F3FBF5 0%, #FFFFFF 100%);
 }
 .select-product.jj:hover{
    border-color:#11DC9C ;
}
 .select-product.jj i{
    background-position: 0 -50px;
}
 .select-product.jd{
    border-color: #FFF0F6;
    background: linear-gradient(153.43deg, #FEF6F9 0%, #FFFFFF 100%);
 }
 .select-product.jd:hover{
    border-color:#F36DA3 ;
}
 .select-product.jd i{
    background-position: 0 -100px;
}
 .select-product.gty{
    border-color: #FFF8E8;
    background: linear-gradient(155.85deg, #FFFBF1 0%, #FFFFFF 100%);
 }
 .select-product.gty:hover{
    border-color:#FDAC1F ;
}
 .select-product.gty i{
    background-position: 0 -200px;
}
 .select-product.zyx{
    border-color: #FAF2FF;
    background: linear-gradient(155.85deg, #FBF8FF 0%, #FFFFFF 100%);
 }
 .select-product.zyx:hover{
    border-color:#BF9EFF ;
}
 .select-product.zyx i{
    background-position: 0 -250px;
}
 .select-product.jjtc{
    border-color: #F0F7F3;
    background: linear-gradient(155.18deg, #F3FBF5 0%, #FFFFFF 100%);
 }
 .select-product.jjtc:hover{
    border-color:#11DC9C ;
}
 .select-product.jjtc i{
    background-position: 0 -50px;
}
/* ----------------------2023-01-10新建产品弹框优化结束 ----------------------*/
.reason-icon {
    cursor: pointer;
    color: red;
}
.form-editor h3.sort {
    background: url(../../imagesnew/sort-base.png) no-repeat;
}
/* 订单日志表格最后一单元格向左对齐 */
.orderLog-table td:last-child,.orderLog-table th:last-child{
    text-align: left !important;
}
.zyb-icon {
    height: 18px;
    display: inline-block;
    width: 26px;
    border: 1px solid #417CFA;
    color: #417CFA;
    background-color: #F5F9FF;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}
.xr-icon {
    height: 18px;
    display: inline-block;
    width: 26px;
    border: 1px solid #417CFA;
    color: #417CFA;
    background-color: #F5F9FF;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}
.mult-box .item.small:hover {
    color: #0FA6A6;
}
/* offline下单 - 门票产品 - 出行人表单表格样式 - START */
.passenger-wrap {
    padding: 20px 20px 0;
}
.passenger-wrap .form-box {
    margin-bottom: 20px;
}
p.form-title-first {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}
p.form-title-second {
    font-size: 13px;
}
.form-table {
    width: 100%;
    margin: 10px 0;
}
.form-table table.pro-table {
    max-width: 100%;
}
.form-table th, .form-table td {
    white-space: nowrap;
    padding: 5px 7px;
    overflow: hidden;
    text-align: center;
}
.form-table th {
    height: 30px;
    background: #e2e3e9;
}
.form-table td {
    height: 37px;
}
.form-table tr {
    border: 1px solid #ccc;
    border-bottom: none;
}
.form-table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.form-table span {
    border: none;
}
.form-table th i {
    color: red;
}
/* offline下单 - 门票产品 - 出行人表单表格样式 - END */

.new-policy .table-body .table td {
    text-align: left;
}

.new-policy .table-body .table th {
    text-align: center;
}

.new-policy .table-body .table input, select {
    margin-left: 2px;
    margin-right: 2px;
}

.new-policy .table-body .table .gray {
    color: #ccc;
}

.new-policy .circle span {
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 17px;
    background-color: #0FA6A6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 22px;
}
/* ------------------------ 订单系统-订单管理-详情页-子订单-资源-【资源退订】-退订为出行人时样式 - START --------------------------------- */
.J-box>.form-input {
    width: 240px;
}
.passengers-box {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}
.passenger-item {
    width: 70px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #c1c0c0;
    text-align: center;
    margin: 5px 5px 5px 0;
    cursor: pointer;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.passenger-item.on {
    background-color: #f3fafa;
    border: 1px solid #0fa6a6;
    font-weight: bold;
}
.icon-check {
    display: none;
}
.on .icon-check {
    display: block;
    background-color: #0fa6a6;
    color: #ffffff;
    border-radius: 6px;
    padding: 2px;
    position: absolute;
    font-size: 10px;
    height: 16px;
    line-height: 12px;
    bottom: -3px;
    right: -3px;
}
.form-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
/* ------------------------ 订单系统-订单管理-详情页-子订单-资源-【资源退订】-退订为出行人时样式 - END --------------------------------- */
/* ------------------------ 订单系统-订单管理-详情页-子订单-【申请退订】-退订为出行人时样式 - START --------------------------------- */
.passengers-wrap {
    padding: 10px 20px 0 20px;
}
.resource-box {
    border-radius: 2px;
    background: rgba(247, 248, 250, 1);
    margin-bottom: 10px;
    padding: 17px 20px;
}
.resource-info {
    margin-bottom: 20px;
    display: flex;
}
.resource-box .passengers-box {
    width: auto;
    max-height: 196px;
    overflow-y: auto;
}
span.resource-text {
    width: 20%;
    
}
span.resource-width{
    width:40%;
}
span.resource-width>em:nth-child(2){
    width: 312px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
span.resource-text:last-child{
    margin-right: 0;
}
.resource-passenger {
    display: flex;
}
.resource-label {
    
}
.J-passengers-box .resource-label{
    line-height: initial;
    flex-shrink: 0;
}
.resource-label i {
    color: red;
}
.passengers-item .all{
    display: flex;
    margin-bottom: 10px;
}
.passengers-item .all .text-red{
    margin-left: 5px;
}
.text-red {
    color: red;
}
.refund-none.passenger-none {
    margin-left: 120px;
}
/* ------------------------ 订单系统-订单管理-详情页-子订单-【申请退订】-退订为出行人时样式 - END --------------------------------- */

/* ------------------------ 时段库存样式--------------------------------- */
.form-box .inventory-form-body{
  padding:15px ;
}
.form-box .inventory-form-footer{
  padding: 0 15px 10px;
}
.inventory-tip{
  color:#663F2C ;
  
}
.inventory-tip i{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.inventory-tip .tip{
  display: inline-block;
  margin-left: 5px;
}
.inventory-form-body .form-radio{
  margin-bottom: 15px;
}
.inventory-form-body .form-radio:last-child{
  margin-bottom: 0;
}
.inventory-form-body .form-radio span{
  color: #666666;
}
.form-footer-center{
  text-align: center;
}
.inventory-module{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inventory-module>div{
  flex: 1;
}
.inventory-module .btn-box{
  text-align: right;
  margin-right: 15px;
}
.inventory-and-price-box{
  display: flex;
  padding: 0 15px 15px;
}
.inventory-and-price-box .time-interval-box{
  width: 131px;
  margin-top: 30px;
  border:1px solid #bbb;
  border-right: 0;
}
.inventory-and-price-box .inventory-and-price{
  flex: 1;
  padding: 0;
}
.time-interval-box .title{
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.time-interval-box .time-interval{
  max-height: 706px;
  overflow-y: auto;
}
.time-interval-box .time-interval-inner span{
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}
.time-interval-box .time-interval-inner span.on,
.time-interval-box .time-interval-inner span:hover{
  background: rgba(15, 166, 166, 0.1);
  color: #0FA6A6;
}
/* ------------------------ 时段库存样式 - END --------------------------------- */
.pro-table .btn.org{
    background: #F26D57;
    color: #fff !important;
    border-color: #F26D57 !important;
}
.pro-table .btn.org.btn-diasabled {
    background: #E9EBF0;
    border: none !important;
    color: #9ea3a8 !important;
    cursor: not-allowed;
}
.period-button{
  width: 20px;
    height: 20px;
    line-height: 20px;
    min-width: initial;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    border: none;
    margin-left: 10px;
}
.passenger-wrap .j-passenger-item{
  display: flex;
}
.passenger-wrap .tab-box{
  width: 250px;
  border: 1px solid #f9f9fb;
  border-radius: 2px;
  margin-right: 20px;
  flex-shrink: 0;
}
.passenger-wrap .j-passenger-item .table-box-out{
  flex: 1;
  width: 0;
}
.passenger-wrap .j-passenger-item .table-box-inner{
  width: 100%;
  overflow-y: auto;
}
.passenger-wrap .j-passenger-item .form-table table.pro-table{
  width: 100%;
  max-width: initial;
}
.passenger-wrap .tab-box li{
  padding: 10px;
  border-bottom: 1px solid #f9f9fb;
  cursor: pointer;
  color:#666 ;
}
.passenger-wrap .tab-box li .resourceName{
  max-height: 48px;
  line-height: 24px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.passenger-wrap .tab-box li .idName{
  color: #333;
}
.passenger-wrap .tab-box li:last-child{
  border-bottom: none;
}
.passenger-wrap .tab-box li.on{
  background:#f3f4f8 ;
}
.passenger-wrap .tab-box li.on .idName{
  color:#0FA6A6  ;
}
.passenger-wrap .tab-box li.on .resourceName{
  color: #333;
}
.passenger-wrap .button-box{
  text-align: right;
  margin-top: 20px;
}
.no-margin{
  margin: 0;
}
.form-table .button-box{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.table-specil tr th input{
  display: none;
}
.form-footer-fixed{
  position: relative;
    height: 60px;
}
.form-footer-fixed .btn-box{
  position: fixed;
    width: calc(100% - 240px);
    bottom: 40px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
    padding: 10px;
    background: #fff;
}
.sidebar-collapse .form-footer-fixed .btn-box{
  width: calc(100% - 120px );
}
.isLeft th[data-key="产品名称"],
.isLeft th[data-key="企业名称"],
.isLeft th[data-key="产品ID"],
.isLeft th[data-key="价格"],
.isLeft th[data-key="产品类型"],
.isLeft th[data-key="景区"],
.isLeft th[data-key="酒店名称"],
.isLeft th[data-key="目的城市"],
.isLeft th[data-key="预订类型"],
.isLeft th[data-key="所在城市"],
.isLeft th[data-key="场馆"],
.isLeft th[data-key="出发城市"],
.isLeft th[data-key="行程天数"],
.isLeft th[data-key="利润(参考)"],
.isLeft th[data-key="利润率(参考)"]{
    text-align: left !important;
}
.isLeft th[data-key="充值金额"],.isLeft th[data-key="余额"],.isLeft th[data-key="当前余额"],.isLeft th[data-key="总充值金额"]{
    text-align: right !important;
}
.font-orange {
    color: #f77740;
    font-weight: bold;
}
.op0 {
    opacity: 0;
}
.table-box td.isLeft{
    text-align: left !important;
}
.table-box td.isRight{
    text-align: right !important;
}
.have-background{
    background:#f2f2f2 ;
}
.have-background .list{
    display: block;
}
.have-background .list span{
    display: inline-block;
    
}
.have-background .list .name{
    margin-right: 15px;
}
.have-background .list .start,.have-background .list .end{
    width:280px;
}
.have-background.js-roomData{
    padding-left: 20px;
}
