@charset "utf-8";
body {
    background: #fafafa;
    padding-right: 0px !important;
}

/*contanier*/
.main-header {
    /*z-index: 20px;*/
    position: fixed;
    width: 100%;
}

.line {
    height: 1px;
    background: #d1d5da;
    margin: 20px 20px 10px;
}

.nav-tabs-custom {
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
}

.nav-tabs-custom > div > .nav-tabs {
    height: 36px;
    margin: 20px 0;
    border: none;
}

.nav-tabs-custom > div > .nav-tabs1 {
    margin: 0;
    height: 42px;
    background: #f3f3f3;
    border-radius: 0;
}

.nav-tabs-custom > div > .nav-tabs > li.active {
    border-top: none;
}

.nav-tabs-custom > div > .nav-tabs > li {
    height: 36px;
    border: none;
    margin: 0;
    background: #f3f1ee;
}

.nav-tabs-custom > div > .nav-tabs1 > li {
    padding: 0;
    height: 42px;
    width: 120px;
    text-align: center;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: none;
    margin-bottom: 0;
    margin-right: 0;
}

.nav-tabs-custom > div > .nav-tabs > li a {
    padding: 0;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    margin-right: 0;
    border-radius: 0;
    border: none;
    color: #333;
}

.nav-tabs-custom > div > .nav-tabs1 > li a {
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.nav-tabs-custom > div > .nav-tabs > li.active {
    border-top: none;
}

.nav-tabs-custom > div > .nav-tabs > li.active > a, .nav-tabs-custom > div > .nav-tabs > li.active:hover > a {
    background: #3ebb2b;
    color: #fff;
    border: none;
    font-weight: 600;
}

.nav-tabs-custom > div > .nav-tabs1 > li.ta-ac1.active > a, .nav-tabs-custom > div > .nav-tabs1 > li.ta-ac1.active:hover > a {
    background: #00b0c9;
    color: #fff;
}

.nav-tabs-custom > div > .nav-tabs1 > li.ta-ac2.active > a, .nav-tabs-custom > div > .nav-tabs1 > li.ta-ac2.active:hover > a {
    background: #84c000;
    color: #fff;
}

.nav-tabs-custom > div > .nav-tabs1 > li.ta-ac3.active > a, .nav-tabs-custom > div > .nav-tabs1 > li.ta-ac3.active:hover > a {
    background: #ffd700;
    color: #fff;
}

.nav-tabs-custom > div > .nav-tabs1 > li.ta-ac4.active > a, .nav-tabs-custom > div > .nav-tabs1 > li.ta-ac4.active:hover > a {
    background: #ff0100;
    color: #fff;
}

.nav-tabs-custom > .tab-content {
    padding: 0;
}

/*.nav-tabs-custom>.tab-content1{*/
/*    padding:0;*/
/*    margin-top: 60px;*/
/*}*/
/*.nav-tabs-custom>.tab-content2{*/
/*    padding:0;*/
/*    margin-top: 60px;*/
/*}*/
.tab-content1 h3 {
    font-size: 16px;
    color: #333;
    font-weight: 800;
    margin-bottom: 15px;
    padding: 10px 20px 0 20px;
}

.pj-box {
    padding: 0 10px;
}

.operate {
    margin-bottom: 20px;
    cursor: pointer;
}

.operate img {
    width: 100%;
    border: 1px solid #d1d5da;
    border-bottom: none;
    height: 163px;
}

.operate .text-center {
    border: 1px solid #d1d5da;
    border-top: none;
    height: 32px;
    line-height: 32px;
    /*color: #3ebb2b;*/
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
}

.operate .text-center a {
    display: block;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.operate .text-center2 {
    color: #337ab7;
}

.operate .text-center3 {
    color: #f39c12;
}

.pr-box {
    padding: 0 10px;
    margin-top: 15px;
}

.operate .text-left {
    height: 156px;
    border: 1px dashed #d1d5da;
    padding: 10px;
    font-size: 16px;
    color: #959595;
    margin-top: 20px;
}

.tab-content1 > .tab-pane {
    margin-top: 20px;
}
.modal-header.modal-unlock-header {
    background-color: #f2f2f2;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header.modal-unlock-header .close {
    color: #333;
}
@media (min-width: 768px){
    #unlock .modal-dialog {
        width: 428px;
    }
}

/*弹出层*/
.modal-header {
    background-color: #3ebb2b;
    color: #fff;
    border: none;
}

.modal-header h4 {
    text-align: center;
}

.close {
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 0;
    background: #f2f2f2;
}

.chose-item>li,.chose-item .lastContent>li{
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #d1d5da;
    border-right: 1px solid #d1d5da;
    position: relative;
}

.chose-item>li a,.chose-item .lastContent>li a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
}

.chose-item>li select,.chose-item .lastContent>li select {
    height: 49px;
    border: none;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    padding: 0 1%;
    opacity: 0;
}
.lastContent>.chose-item>li select{
    font-size: 16px;
}



.chose-item>li select option ,.chose-item .lastContent>li select option {
    text-align: center;
}

.chose-item>li .statu-one,.chose-item .lastContent>li .statu-one {
    display: block;
    width: 28px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.chose-item>li .statu-one img,.chose-item .lastContent>li .statu-one img, .chose-item>li .statu-two img,.chose-item .lastContent>li .statu-two img {
    width: 9px;
    height: 9px;
}

.chose-item>li span i.statu-cg,.chose-item .lastContent>li span i.statu-cg {
    display: block;
    float: right;
    width: 15px;
    height: 20px;
    background: url(../img/statu_cg.png) no-repeat center center;
    background-size: 12px 12px;
}

.chose-item>li .statu-two,.chose-item .lastContent>li .statu-two {
    display: block;
    width: 28px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.chose-item>li span i.statu-no,.chose-item .lastContent>li span i.statu-no  {
    display: block;
    float: right;
    width: 15px;
    height: 20px;
    background: url(../img/statu_no.png) no-repeat center center;
    background-size: 12px 3px;
}

.chose-item>li span i.statu-yes ,.chose-item .lastContent>li span i.statu-yes {
    display: block;
    float: right;
    width: 15px;
    height: 20px;
    background: url(../img/statu_yes.png) no-repeat center center;
    background-size: 12px 9px;
}

.chose-item>li input.status-hid,.chose-item .lastContent>li input.status-hid{
    display: block;
}

.chose-item>li.fore, .chose-item .lastContent>li.fore {
    padding-left: 70px;
}

.chose-item>li.fore .statu-one,.chose-item .lastContent>li.fore .statu-one {
    position: absolute;
    top: 5px;
    right: 80px;
}

.chose-item>li.fore .statu-two,.chose-item .lastContent>li.fore .statu-two {
    position: absolute;
    bottom: 5px;
    right: 80px;
}

.modal.show .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
}

.select-center {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 26px;
}

.select-center i {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 16px;
}

.col-center {
    background: #fff;
    position: relative;
}

.col-center select {
    position: absolute;
    top: 0;
    left: 0;
}

.chose-item>li.year-div, .chose-item .lastContent>li.year-div  {
    z-index: 2;
    text-align: center;
}

.chose-item>li.month-div,.chose-item .lastContent>li.month-div {
    z-index: 2;
    text-align: center
}

/*登录*/
.login-box {
    width: 560px;
    margin: 0 auto;
    padding-top: 7%;
}

.login-logo .nav-text {
    font-size: 20px;
    font-weight: bolder;
}

.login-box-body {
    width: 400px;
    padding: 30px;
    border-radius: 6px;
    margin: 0 auto;
}

.login-box-body .form-control {
    border-radius: 4px;
    font-size: 15px;
}

.forget-password {
    line-height: 34px;
    padding: 0;
}

.btn-login {
    background: #00b050;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}

.btn-login:hover {
    color: #fff;
}

label {
    font-weight: normal;
    font-size: 15px;
}

.social-auth-links .btn-gl {
    display: block;
    width: 48%;
    position: relative;
    float: left;
    background: url(../img/google_login.png) no-repeat 9% center, #f9faff;
    background-size: 20px 20px;
    border-radius: 4px;
    color: #333;
    padding-left: 0;
    font-size: 16px;
}

.social-auth-links .btn-ad {
    display: block;
    position: relative;
    width: 48%;
    background: url(../img/ad_login.png) no-repeat 9% center, #f9faff;
    background-size: 20px 20px;
    border-radius: 4px;
    color: #333;
    margin-top: 0;
    margin-left: 4%;
    padding-left: 5px;
    font-size: 16px;
}

.social-auth-links {
    margin-top: 0px;
}

.or-biqian {
    padding: 20px 0;
    margin: 0;
}

.forget-password i.fa-forget {
    display: block;
    float: left;
    margin-right: 5px;
    color: #8a8a8a;
    width: 16px;
    height: 34px;
    background: url(../img/forget-password.png) no-repeat center center;
    background-size: 12px 12px;
}

/*.btn-gl .fa-googlee{
    display: block;
    float: left;
    margin-right: 5px;
    color: #8a8a8a;
    width: 20px;
    height: 20px;
    background: url(../img/2.png) no-repeat center center;
    background-size: 20px 20px;
}
.btn-ad .fa-myvecid{
    display: block;
    float: left;
    margin-right: 5px;
    color: #8a8a8a;
    width: 20px;
    height: 24px;
    background: url(../img/1.png) no-repeat center center;
    background-size: 14px 24px;
}*/
@media (max-width: 767px) {
    .tab-content1 h3 {
        padding: 10px 10px 0 10px;
        margin-bottom: 10px;
    }

    .pj-box {
        padding: 0 5px;
    }

    .pr-box {
        padding: 0 5px;
        margin: 0;
    }

    .col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .operate {
        margin-bottom: 10px;
    }

    .operate .text-left {
        height: 200px;
        margin-top: 10px;
    }

    .kong {
        display: none;
    }

    .login-box {
        width: 90%;
    }
}

.ta-ac1 {
    color: #00b0c9;
}

.ta-ac2 {
    color: #84c000;
}

.ta-ac3 {
    color: #ffd700;
}

.ta-ac4 {
    color: #ff0100;
}

.modal5.in .modal-dialog {
    width: 300px;
    border-radius: 6px;
    background: #fff;
}

.modal5.in .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
}

.modal5 .modal-content {
    border-radius: 6px 6px 0 0;
}

.modal5 .modal-header {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
}

.modal5 .box-body {
    padding: 0;
    line-height: 30px;
}

p {
    padding: 0;
}

.modal5 .modal-footer {
    background: #fff;
    height: 50px;
    padding: 7px 10px;
    border-radius: 0 0 6px 6px;
}

.modal5 .modal-footer .btn {
    width: 60px;
}

.chose-item>li .yue1,.chose-item .lastContent>li .yue1  {
    text-align: center;
    padding: 0;
}

.chose-item .fore1 {
    text-align: center;
    padding: 0;
}

.pure-reality .leverre {
    cursor: pointer;
    margin-left: 15px;
}

.pure-reality .leverre a {
    color: #666;
    font-size: 15px;
}

#modalchoice i.statu-cg {
    display: block;
    /* float: right; */
    width: 15px;
    height: 20px;
    background: url(../img/statu_cg.png) no-repeat center center;
    background-size: 12px 12px;
    margin: auto;
    text-align: center;
}

#modalchoice i.statu-no {
    display: block;
    /* float: right; */
    width: 15px;
    height: 20px;
    background: url(../img/statu_no.png) no-repeat center center;
    background-size: 12px 3px;
    margin: auto;
    text-align: center;
}

#modalchoice i.statu-yes {
    display: block;
    /* float: right; */
    width: 15px;
    height: 20px;
    background: url(../img/statu_yes.png) no-repeat center center;
    background-size: 12px 9px;
    margin: auto;
    text-align: center;
}

.levelbox {
    background: #4e94fc;
    box-shadow: 0 6px 10px rgba(78, 148, 252, .3);
    border-radius: 6px;
    float: left;
    text-align: center;
    width: 40%;
    padding: 10px 5px;
    height: auto;
    overflow: hidden;
    margin: 8%;
    color: #fff;
    font-weight: bold;
    line-height: 21px;
}

.lastContent::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.lastContent::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #888;
}

.lastContent::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #EDEDED;
}

.modal6.in .modal-dialog {
    width: 400px;
    border-radius: 6px;
    background: #fff;
}

.modal6.in .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
}

.modal6 .modal-content {
    border: 2px solid #255DAF;
    border-radius: 4px;
}

.modal6 .box-body {
    padding: 5px 0;
    line-height: 30px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, .3);
}

.modal6 .modal-footer {
    background: #fff;
    height: 50px;
    padding: 7px 10px;
    border-radius: 0 0 6px 6px;
}

.modal6 .modal-footer .btn {
    width: 80px;
}

/*montle-tip*/
.montle-tip {
    width: 439px;
    height: 254px;
    background: #e0f5ff;
    z-index: 99999;
    list-style: none;
    margin-top: 1px;
    margin-left: -15px;
    padding: 0;
    display: none;
    border: 1px solid #2cb9fb;
}

.montle-tip li {
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #2cb9fb;
    border-right: 1px solid #2cb9fb;
}
.montle-tip li:hover a{
    background: #0b94ea;
    color: #FFFFFF;
}
.modal-last .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
}

.checked {
    display: none;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 16px;
    height: 16px;
}

.checked input {
    width: 14px;
    height: 14px;
    visibility: hidden;
}

.checked .no-checkbox {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/no_checkbox.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.checked .checkbox {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/checkbox.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.copy-lv2 {
    float: right;
    padding-right: 10px;
    color: #333;
    text-decoration: underline;
}

.fa-copy1 {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 16px;
    color: #8a8a8a;
    width: 20px;
    height: 20px;
    background: url(../img/copy.png) no-repeat center center;
}

.disable {
    pointer-events: none;
}

.noselected {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.complete-color {
    color:#0db558;
}
.undo-color {
    color:#ffa901;
}
.uncomplete-color {
    color:#558ed5;
}
.locked-color {
    color:#999;
}
/*.bi::before {*/
/*    display: inline-block;*/
/*    content: "";*/
/*    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 1rem 1rem;*/
/*}*/
.locked-status{
    display: flex;
    float: left;
    position: absolute;
    top: -15px;
    left: 0;
}